/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #797979;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #414141;
}

a {
    color: #313131;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #797979;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #797979;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #797979;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.btn:hover {
    color: #797979;
    background: transparent;
    box-shadow: inset 0 0 0 0 #797979;
    border-color: #797979;
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999;
}

#loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #dddddd;
    border-top: 5px solid #797979;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top:hover i {
    color: #414141;
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height:
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    font-size: 18px;
    line-height: 0px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: .5s;
    
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        height: 220px;
        width: 100%;
        padding: 42px 70px;
        background: transparent !important;
        border-bottom: 1px dashed rgba(256, 256, 256, .2);
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 25px;
        background: #ffffff !important;
    }
    
    .navbar .navbar-brand {
        color: #797979;
    }
    
    .navbar.nav-sticky .navbar-brand {
        color: #797979;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px 10px 8px 10px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 100;
        line-height: .3px;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #414141;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #111111;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: #797979;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        height: 220px;
        padding: 6px;
        background: #ffffff !important;
        line-height: 6px;
    }
    
    .navbar .navbar-brand {
        color: #0d0c0c;
    }
    
    .navbar .navbar-nav {
        margin-top: 20px;
    }
    
    .navbar a.nav-link {
        padding: 10px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    padding: 10px 0 0 0;
    overflow: hidden;
    background: linear-gradient(rgba(245, 245, 245, .95), rgba(245, 245, 245, .95)), url(../img/);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    position: relative;
    text-align: right;
    padding-right: 75px;
}

.hero .hero-image img {
    max-width: 80%;
    max-height: 80%;
}

.hero .hero-content {
    position: relative;
    padding-left: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero .hero-text p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hero .hero-text h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.hero .hero-text h2 {
    display: inline-block;
    margin: 0;
    height: 35px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
}

.hero .hero-text .typed-text {
    display: none;
}

.hero .hero-text .typed-cursor {
    font-size: 35px;
    font-weight: 300;
    color: #ffffff;
}

.hero .hero-btn .btn {
    margin-top: 35px;
    color: #EF233C;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.hero .hero-btn .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}

.hero .hero-btn .btn:first-child {
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 10px;
    }
    
    .hero .hero-content {
        padding: 0 15px;
    }
    
    .hero .hero-text p {
        font-size: 20px;
    }
    
    .hero .hero-text h1 {
        font-size: 45px;
    }
    
    .hero .hero-text h2 {
        font-size: 25px;
        height: 25px;
    }
    
    .hero .hero-btn .btn {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {
    .hero {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .hero,
    .hero .hero-text,
    .hero .hero-btn {
        width: 100%;
        text-align: center;
    }
    
    .hero .hero-text p {
        font-size: 18px;
    }
    
    .hero .hero-text h1 {
        font-size: 35px;
    }
    
    .hero .hero-text h2 {
        font-size: 22px;
        height: 22px;
    }
    
    .hero .hero-btn .btn {
        padding: 10px 15px;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-text p {
        font-size: 16px;
    }
    
    .hero .hero-text h1 {
        font-size: 30px;
    }
    
    .hero .hero-text h2 {
        font-size: 18px;
        height: 18px;
    }
    
    .hero .hero-btn .btn {
        padding: 8px 10px;
        letter-spacing: 0;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    margin-bottom: 45px;
}

.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
}

.section-header p::before {
    position: absolute;
    content: "";
    height: 3px;
    top: 11px;
    right: 0;
    left: -30px;
    background: #797979;
    z-index: -1;
}

.section-header p::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    top: 11px;
    left: 3px;
    background: #797979;
    z-index: 1;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 35px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    margin: -45px 0 45px 0;
}

.about .col-lg-6 {
    padding: 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-content {
    padding: 0 60px;
}

.about .about-text p {
    font-size: 16px;
}

.about .skills {
    margin-bottom: 30px;
}

.about .skill-name {
    margin-top: 15px;
}

.about .skill-name p {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.about .skill-name p:last-child {
    float: right;
}

.about .progress {
    height: 10px;
    border-radius: 10px;
    background: #dddddd;
}

.about .progress .progress-bar {
    width: 0px;
    background: #EF233C;
    border-radius: 10px;
    transition: 2s;
}

.about .about-text a.btn {
    margin-top: 15px;
}

@media (max-width: 991.98px) {
    .about .about-content {
        padding: 45px 15px 0 15px;
    }
}


/*******************************/
/******* Experience CSS ********/
/*******************************/
.experience {
    position: relative;
    padding: 45px 0 15px 0;
}

.experience .timeline {
    position: relative;
    width: 100%;
}

.experience .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #EF233C;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
    margin-bottom: 30px;
}

.experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
}

.experience .timeline .timeline-item.right {
    left: 50%;
    padding-left: 30px;
}

.experience .timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid #EF233C;
    border-radius: 16px;
    z-index: 1;
}

.experience .timeline .timeline-item.right::after {
    left: -8px;
}

.experience .timeline .timeline-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 46px;
  right: 10px;
  z-index: 1;
  border: 10px solid;
  border-color: transparent transparent transparent #dddddd;
}

.experience .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent #dddddd transparent transparent;
}

.experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #EF233C;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
}

.experience .timeline .timeline-text {
    padding: 30px;
    background: #ffffff;
    position: relative;
    border-right: 5px solid #dddddd;
    box-shadow: 0 0 60px rgba(0, 0, 0, .08);
}

.experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #dddddd;
}

.experience .timeline .timeline-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
}

.experience .timeline .timeline-text h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.experience .timeline .timeline-text p {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .experience .timeline::after {
        left: 8px;
    }

    .experience .timeline .timeline-item {
        width: 100%;
        padding-left: 38px;
    }
    
    .experience .timeline .timeline-item.left {
        padding-right: 0;
    }
    
    .experience .timeline .timeline-item.right {
        left: 0%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left::after, 
    .experience .timeline .timeline-item.right::after {
        left: 0;
    }
    
    .experience .timeline .timeline-item.left::before,
    .experience .timeline .timeline-item.right::before {
        left: 18px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .experience .timeline .timeline-item.left .timeline-date,
    .experience .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .experience .timeline .timeline-item.left .timeline-text,
    .experience .timeline .timeline-item.right .timeline-text {
        border-right: none;
        border-left: 5px solid #dddddd;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
}

.service .service-item:hover {
    box-shadow: inset 800px 0 0 0 #797979;
}

.service .service-icon {
    position: relative;
    width: 150px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #797979;
    background: #ffffff;
}

.service .service-icon i {
    position: relative;
    font-size: 60px;
    color: #797979;
    transition: .3s;
}

.service .service-item:hover i {
    font-size: 75px;
}

.service .service-text {
    position: relative;
    width: calc(100% - 120px);
    padding: 0 30px;
}

.service .service-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: 1s;
}

.service .service-text p {
    margin: 0;
    font-size: 16px;
    transition: 1s;
}

.service .service-item:hover .service-text h3,
.service .service-item:hover .service-text p {
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .service .service-text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .service .service-text p {
        font-size: 14px;
    }
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0 15px 0;
}

.portfolio #portfolio-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #EF233C;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #EF233C;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
    color: #EF233C;
    background: transparent;
    box-shadow: inset 0 0 0 0 #EF233C;
    border-color: #EF233C;
}

.portfolio .portfolio-item {
    position: relative;
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    transform: scale(1.1);
    transition: .5s;
}

.portfolio .portfolio-item:hover img {
    margin-left: 15px;
}

.portfolio .portfolio-text {
    position: relative;
    height: 60px;
    width: calc(100% - 30px);
    margin: -30px 15px 30px 15px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .12);
}

.portfolio .portfolio-text h3 {
    width: calc(100% - 70px);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
}

.portfolio .portfolio-text a.btn {
    width: 50px;
    height: 50px;
    padding: 0 0 2px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: 100;
}

.portfolio .portfolio-item:hover a.btn {
    color: #797979;
    background: transparent;
    box-shadow: inset 0 0 0 0 #797979;
    border-color: #797979;
}


/*******************************/
/********* Banner CSS **********/
/*******************************/
.banner {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding: 90px 0;
    background: #EF233C;
}

.banner .container {
    max-width: 750px;
    text-align: center;
}

.banner .section-header {
    margin-bottom: 20px;
}

.banner .section-header p {
    color: #414141;
    background: transparent;
}

.banner .section-header p::after {
    display: none;
}

.banner .section-header h2 {
    color: #ffffff;
}

.banner .section-header h2 span {
    color: #414141;
    font-size: 50px;
}

.banner .banner-text p {
    font-size: 18px;
    color: #ffffff;
}

.banner .banner-text .btn {
    margin-top: 15px;
    color: #EF233C;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.banner .banner-text .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}


/*******************************/
/********* Pricing CSS *********/
/*******************************/
img.miniimage { display: none; }   /* ※1 */

/* ▼表示領域が600px以上の場合 */
@media (min-width: 600px) {
   img.miniimage { display: none; }  /* miniを非表示 */
   img.bigimage  { display: block; } /* bigを表示 */
}
/* ▼表示領域が600px未満の場合 */
@media (max-width: 599px) {
   img.miniimage { display: block; } /* miniを表示 */
   img.bigimage  { display: none; }  /* bigを非表示 */
}

.resizeimage img { width: 85%; }   /* ※2 */



.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.price .row {
    padding: 0 15px;
}

.price .col-md-4 {
    padding: 0;
}

.price .price-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.price .featured-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    z-index: 1;
}

.price .price-header,
.price .price-body,
.price .price-footer {
    position: relative;
    text-align: center;
}

.price .price-header {
    padding: 45px 0 30px 0;
    color: #414141;
}

.price .price-item.featured-item .price-header {
    color: #EF233C;
}

.price .price-title h2 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.price .price-prices h2 {
    font-size: 45px;
    font-weight: 700;
    margin-left: 10px;
}

.price .price-prices h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    margin-top: 9px;
    margin-left: -12px;
}

.price .price-prices h2 span {
    margin-left: 1px;
    font-size: 18px;
    font-weight: 400;
}

.price .price-item.featured-item h2 {
    color: #797979;
}

.price .price-body {
    padding: 0 0 20px 0;
}

.price .price-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price .price-description ul li {
    padding: 0 0 20px 0;
}

.price .price-item .price-action {
    padding-bottom: 45px;
}

.price .price-item .price-action .btn {
    color: #ffffff;
    background: #414141;
    box-shadow: inset 0 0 0 50px #414141;
}

.price .price-item .price-action .btn:hover {
    color: #414141;
    background: transparent;
    box-shadow: inset 0 0 0 0 #414141;
    border-color: #414141;
}

.price .price-item.featured-item .price-action .btn {
    color: #ffffff;
    background: #EF233C;
    box-shadow: inset 0 0 0 50px #EF233C;
}

.price .price-item.featured-item .price-action .btn:hover {
    color: #EF233C;
    background: transparent;
    box-shadow: inset 0 0 0 0 #EF233C;
    border-color: #EF233C;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
}

.team .team-img {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    transition: .5s;
}

.team .team-text {
    position: relative;
    width: 50%;
    padding: 0 30px;
}

.team .team-text h2 {
    color: #0d0c0c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: 1s;
}

.team .team-text h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: 1s;
}

.team .team-text p {
    margin-bottom: 10px;
    transition: 1s;
    font-size: 12px;
}

.team .team-social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .team-social a.btn {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
}

.team .team-item:hover {
    box-shadow: inset 800px 0 0 0 #797979;
}

.team .team-item:hover .team-img img {
    transform: scale(1.2);
}

.team .team-item:hover .team-text h2,
.team .team-item:hover .team-text h4,
.team .team-item:hover .team-text p {
    color: #ffffff;
}

.team .team-item:hover .team-social a.btn {
    background: #ffffff;
}

.team .team-item:hover .team-social a.btn:hover {
    border-color: #ffffff;
}

@media(max-width: 575.98px) {
    .team .team-text {
        padding: 0 15px;
    }
    
    .team .team-text h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .team .team-text h4 {
        margin-bottom: 4px;
    }

    .team .team-text p {
        font-size: 8px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 90px 0;
    background: #EF233C;
}

.testimonial .container {
    max-width: 900px;
}

.testimonial .testimonial-icon {
    margin-bottom: 45px;
    text-align: center;
}

.testimonial .testimonial-icon i {
    font-size: 60px;
    color: rgba(256, 256, 256, .5);
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 120px;
    padding: 10px;
    border: 5px dotted #ffffff;
    border-radius: 100px;
}

.testimonial .testimonial-text {
    position: relative;
    margin-top: -70px;
    padding: 65px 35px 30px 35px;
    text-align: center;
    background: #ffffff;
    border-radius: 500px;
}

.testimonial .testimonial-item p {
    font-size: 18px;
    font-style: italic;
}

.testimonial .testimonial-text h3 {
    color: #EF233C;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(256, 256, 256, .5);
}

.testimonial .owl-dot.active {
    background: #ffffff;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    margin: 45px 0;
    background: #EF233C;
}

.contact .container-fluid {
    background: url(../img/contact.jpg) left center no-repeat;
    background-size: contain;
}

.contact .contact-form {
    position: relative;
    padding: 90px 0 90px 45px;
    background: #EF233C;
}

.contact .contact-form input {
    color: #ffffff;
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 90px;
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.contact .contact-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.contact .contact-form .form-control:-ms-input-placeholder,
.contact .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.contact .contact-form .btn {
    margin-top: 35px;
    color: #EF233C;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.contact .contact-form .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .contact .container-fluid {
        background: none;
    }
    
    .contact .contact-form {
        padding: 90px 0;
    }
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 5px 0;
}

.blog .blog-item {
    position: relative;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
    transition: .5s;
}

.blog .blog-item:hover img {
    transform: scale(1.1);
}

.blog .blog-text {
    position: relative;
    padding: 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.blog .blog-text h2 {
    font-size: 25px;
    font-weight: 600;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    margin-top: 10px;
    padding: 8px 15px;
}

.blog .blog-item a.btn i {
    margin-left: 5px;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.blog .blog-meta i {
    color: #414141;
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 25px;
    background: #fff;
}

.footer .container-fluid {
    padding: 0px 0 0 0;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: left;
}

.footer .footer-info h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    color: #414141;
}

.footer .footer-info h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 200;
    color: #414141;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #414141;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    padding: 0 15px;
    border-right: 1px solid #414141;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 15px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #414141;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #414141;
}

.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
    margin: 0;
    color: #414141;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #414141;
    font-weight: 400;
}

.footer .copyright p a:hover {
    color: #414141;
}

/*******************************/
/*********** extra **********/
/*******************************/



@media (max-width: 575.98px) {
    .footer .footer-info h2 {
        margin-bottom: 20px;
        font-size: 25px;
        font-weight: 400;
    }

    .footer .footer-info h3 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer .footer-menu p {
        font-size: 16px;
        line-height: 30px;
        padding: 0 5px;
    }
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 65px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: white; /* Set a background color */
  color:black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 20px; /* Increase font size */
}  
#myBtn:hover {
  background-color: #DCDCDC; /* Add a dark-grey background on hover */
}

/*
*
* Posts
* --------------------------------------------------
*/
.post-modern {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: -1px 0px 10px 0px rgba(87, 87, 87, 0.12);
	text-align: left;
}

.post-modern .soundcloud-player {
	width: 100%;
}

.post-modern .soundcloud-player > * {
	width: 100%;
	border: 0;
}

.post-modern figure img {
	width: 100%;
}

.post-modern__media {
	padding: 25px;
}

.post-modern__header {
	padding: 25px;
}

.post-modern__label {
	position: relative;
	top: 3px;
	font-size: 0;
	line-height: 0;
	color: #000;
}

.post-modern__body > *:only-child {
	padding-top: 0;
}

.post-modern__footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 22px 16px;
	background: #f6f7fa;
}

.post-modern__footer > * {
	padding: 0 7px;
}

.post-modern__meta {
	position: relative;
	transform: translate3d(0, -5px, 0);
	margin-bottom: -5px;
	margin-left: -8px;
	margin-right: -8px;
}

.post-modern__meta > * {
	position: relative;
	margin-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

.post-modern__meta > li {
	display: inline-block;
	vertical-align: middle;
}

.post-modern__meta > li > * {
	display: inline-block;
	vertical-align: middle;
}

.post-modern__meta a, .post-modern__meta a:active, .post-modern__meta a:focus {
	color: inherit;
}

.post-modern__meta a:hover {
	color: #151515;
}

.post-modern__meta .icon {
	position: relative;
	top: 2px;
	color: #000;
}

* + .post-modern {
	margin-top: 30px;
}

/**
* Single post
*/
.post-single {
	text-align: center;
}

.post-single__header {
	position: relative;
	padding: 25px 0;
}

.post-single__header::before, .post-single__header::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 34.64%;
	min-width: 100px;
	height: 1px;
	background: #ebebeb;
}

.post-single__header::before {
	top: 0;
}

.post-single__header::after {
	bottom: 0;
}

.post-single__main {
	text-align: left;
}

.post-single__aside {
	position: relative;
	padding-top: 30px;
}

.post-single__aside::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-top: 1px solid #ebebeb;
	pointer-events: none;
}

.post-single__aside > * + * {
	margin-top: 20px;
}

.post-single__meta {
	display: inline-table;
	transform: translateY(-5px);
	margin-bottom: -5px;
	margin-left: -30px;
}

.post-single__meta > * {
	display: inline-block;
	margin-top: 5px;
	margin-left: 30px;
}

.post-single__meta > li {
	display: inline-block;
	vertical-align: middle;
}

.post-single__meta .icon {
	font-size: 18px;
	color: #bebebe;
}

.post-single__author {
	display: inline-block;
	padding: 0 .5em;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}

* + .post-single__header {
	margin-top: 30px;
}

* + .post-single__meta {
	margin-top: 30px;
}

* + .post-single__main {
	margin-top: 35px;
}

* + .post-single__inset {
	margin-top: 50px;
}

* + .post-single__aside {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.post-single__inset .unit .unit__left {
		max-width: 190px;
	}
	.post-single__aside {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-top: 60px;
		text-align: left;
	}
	.post-single__aside-left {
		min-width: 140px;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.post-single__aside-main {
		padding-left: 110px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.post-single__aside > * + * {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.post-single__inset {
		max-width: 89%;
		margin-left: auto;
		margin-right: auto;
	}
	.post-single__inset .unit.post-single__text .unit__body {
		padding-left: 50px;
	}
	.post-single__aside::before {
		left: -80px;
		right: -80px;
	}
	.post-single__aside-main {
		padding-right: 80px;
	}
}

@media (min-width: 1200px) {
	.post-single__aside {
		margin-left: -35px;
		margin-right: -35px;
	}
}
/**
* Boxed post
*/
.post-boxed {
	max-width: 340px;
	padding: 30px 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #ffffff;
	transition: .33s;
	will-change: transform;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19);
}

.post-boxed:hover {
	transform: scale3d(1.05, 1.05, 1.05);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19);
}

.post-boxed * + p {
	margin-top: 21px;
}

.post-boxed__avatar {
	max-width: 50px;
	border-radius: 50%;
}

.post-boxed__title {
	max-width: 90%;
}

.post-boxed__title a:focus {
	color: inherit;
}

.post-boxed__meta > li {
	display: inline-block;
	font-style: italic;
}

.post-boxed__meta > li:not(:last-child)::after {
	display: inline-block;
	margin: 0 5px;
	content: '\2215';
	font-style: normal;
}

.post-boxed__meta a {
	color: inherit;
}

.post-boxed__meta a:hover {
	color: #151515;
}

.post-boxed__aside {
	position: relative;
	padding-top: 20px;
}

.post-boxed__aside::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 73px;
	height: 1px;
	background: #e8e8e8;
}

* + .post-boxed__main {
	margin-top: 15px;
}

* + .post-boxed__aside {
	margin-top: 25px;
}

@media (min-width: 480px) {
	.post-boxed {
		padding: 55px 40px;
	}
	.post-boxed__aside {
		padding-top: 32px;
	}
	* + .post-boxed__aside {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.rd-navbar-sidebar-linked .post-boxed {
		padding: 40px 25px;
	}
}

/**
* Post classic 
*/
.post-classic {
	text-align: center;
}

a.post-classic__media {
	position: relative;
	overflow: hidden;
	display: block;
	background: #204a43;
}

a.post-classic__media .post-classic__image {
	position: relative;
	transition: transform .55s, opacity .5s;
	will-change: opacity;
	opacity: 1;
}

a.post-classic__media:hover .post-classic__image {
	opacity: .7;
}

.post-classic__image {
	width: 100%;
}

.post-classic__main {
	padding: 30px;
	background: #ffffff;
}

.post-classic__meta > li {
	display: inline-block;
	font-style: italic;
}

.post-classic__meta > li:not(:last-child)::after {
	display: inline-block;
	margin: 0 5px;
	content: '\2215';
	font-style: normal;
}

.post-classic__meta a {
	color: inherit;
}

.post-classic__meta a:hover {
	color: #151515;
}

.post-classic__text {
	position: relative;
	padding-top: 18px;
}

.post-classic__text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 63px;
	background: #e8e8e8;
}

* + .post-classic__text {
	margin-top: 20px;
}

* + .post-classic__meta {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.post-classic__main {
		padding: 45px 30px 50px;
	}
	.post-classic__text {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) and (max-width: 1799px) {
	.post-classic__main {
		padding: 25px 15px 40px;
	}
	.post-classic__text {
		max-width: 100%;
	}
}

html:not(.tablet):not(.mobile) .post-classic {
	transition: .33s;
	will-change: transform;
}

html:not(.tablet):not(.mobile) .post-classic:hover {
	transform: scale3d(1.05, 1.05, 1.05);
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.18);
}

.post-creative {
	background: #f2f3f8;
	width: 100%;
	text-align: left;
}

.post-creative__image {
	width: 100%;
	height: auto;
}

.post-creative__meta > li {
	display: inline-block;
	color: #151515;
}

.post-creative__meta > li:not(:last-child)::after {
	display: inline-block;
	margin: 0 5px;
	content: '\2215';
	font-style: normal;
}

.post-creative__meta a {
	color: inherit;
}

.post-creative__meta a:hover {
	color: #00bd9d;
}

.post-creative__main {
	position: relative;
	padding: 25px 15px 30px 15px;
}

.post-creative__main > * {
	position: relative;
	z-index: 2;
}

.post-creative__text {
	position: relative;
	padding-top: 25px;
}

.post-creative__text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	border-top: 1px solid #e8e8e8;
}

.post-creative__aside {
	position: relative;
	overflow: hidden;
}

a.post-creative__aside .post-creative__image {
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: .5s;
}

@supports (object-fit: cover) {
	a.post-creative__aside .post-creative__image {
		transform: scale3d(1, 1, 1);
	}
}

a.post-creative__aside:hover .post-creative__image {
	transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}

@supports (object-fit: cover) {
	a.post-creative__aside:hover .post-creative__image {
		transform: scale3d(1.05, 1.05, 1.05);
	}
}

* + .post-creative {
	margin-top: 30px;
}

* + .post-creative__text {
	margin-top: 28px;
}

* + .post-creative__meta {
	margin-top: 20px;
}

.post-creative + .post-creative {
	margin-top: 40px;
}

@media (min-width: 480px) {
	.post-creative__main {
		padding: 30px 30px;
	}
}

@media (min-width: 768px) {
	.post-creative {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.post-creative > * {
		width: 50%;
	}
	.post-creative * + .button {
		margin-top: 25px;
	}
	.post-creative__aside {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.post-creative__image {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-width: 101%;
		max-width: none;
		min-height: 101%;
	}
	@supports (object-fit: cover) {
		.post-creative__image {
			top: 0;
			left: 0;
			transform: none;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center center;
		}
	}
	.post-creative__aside > *,
	.post-creative__main > * {
		max-width: 100%;
	}
	.post-creative__main {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.post-creative.post-creative_reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.post-creative {
		max-width: 390px;
		margin-left: auto;
		margin-right: auto;
	}
	.post-creative__aside {
		max-height: 200px;
	}
}

@media (min-width: 768px) {
	.post-creative {
		min-height: 390px;
	}
}

@media (min-width: 992px) {
	.post-creative__title {
		max-width: 80%;
	}
	.post-creative__main {
		padding: 80px 50px 70px;
	}
}

.quote-primary__mark {
	position: relative;
	top: 6px;
	display: block;
	width: 37px;
	height: 27px;
	fill: #00bd9d;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.quote-primary__body {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #f2f3f8;
}

.quote-primary__body::before, .quote-primary__body::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 13px;
	border-style: solid;
	border-color: #f2f3f8;
}

.quote-primary__body::before {
	left: 0;
	width: 78px;
	border-width: 1px 1px 0 0;
}

.quote-primary__body::after {
	right: 0;
	width: calc(100% - 78px - 5px);
	border-width: 1px 0 0 1px;
	transform-origin: 0, 0;
	transform: skew(-45deg);
}

.quote-primary__text {
	padding-top: 20px;
}

.quote-primary__cite {
	font-weight: 700;
}

.quote-primary__footer {
	padding-left: 5px;
}

* + .quote-primary__footer {
	margin-top: 8px;
}

@media (min-width: 480px) {
	.quote-primary__body {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 32px 20px 40px 30px;
	}
	.quote-primary__text {
		padding-top: 0;
		padding-left: 20px;
	}
	.quote-primary__footer {
		padding-left: 30px;
	}
}

@media (min-width: 768px) {
	.quote-primary__body {
		padding-right: 40px;
	}
}

		top: 50%;
		transform: translateY(-50%);
		width: 135px;
		border-bottom: 2px solid #9b9b9b;
	}
	.text-decoration-2 span::before {
		left: 0;
	}
	.text-decoration-2 span::after {
		right: 0;
	}
}

span[class*='box-width'] {
	display: inline-block;
}

.box-width-1 {
	max-width: 625px;
}

.box-width-2 {
	max-width: 570px;
}

.box-width-3 {
	max-width: 470px;
}

.box-width-4 {
	max-width: 400px;
}

* + .box-width-2 {
	margin-top: 40px;
}

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

[style*="z-index: 1000"] {
	z-index: 1100 !important;
}

.profile-inline {
	text-align: center;
}

.profile-inline__image {
	border-radius: 50%;
}

.profile-inline__subtitle {
	font-size: 13px;
	line-height: 1.4;
}

* + .profile-inline__title {
	margin-top: 10px;
}

* + .profile-inline__subtitle {
	margin-top: 5px;
}

@media (max-width: 767px) {
	.navigation-custom {
		position: relative;
		z-index: 10;
	}
	.navigation-custom .navigation-custom__toggle {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 20px;
		color: #ffffff;
		background: #00bd9d;
		box-shadow: none;
		border: 0;
	}
	.navigation-custom .navigation-custom__toggle::after {
		position: relative;
		display: inline-block;
		margin-left: 5px;
		content: '\f107';
		font-family: 'FontAwesome';
		font-size: 14px;
		transition: .22s;
		will-change: transform;
	}
	.navigation-custom .navigation-custom__toggle.active::after {
		transform: scale(1, -1);
	}
	.navigation-custom__content {
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 10;
		padding: 20px;
		min-width: 240px;
		transform-origin: 50% 0;
		transform: translate3d(-50%, 100%, 0) scale(1, 0.9);
		border: 1px solid #f5f5f5;
		opacity: 0;
		visibility: hidden;
		background: #ffffff;
		transition: transform 0.32s cubic-bezier(1, 0.54, 0.15, 0.86), opacity 0.2s ease;
		text-align: left;
	}
	.navigation-custom__content.active {
		opacity: 1;
		visibility: visible;
		transform: translate3d(-50%, 100%, 0) scale(1, 1);
	}
	.navigation-custom__content .inline-list li {
		display: block;
		width: 100%;
	}
	.navigation-custom__content .inline-list li a {
		display: block;
		width: 100%;
		padding-bottom: 0;
	}
	.navigation-custom__content .inline-list li a::after {
		display: none;
	}
	.navigation-custom__content .inline-list li a:hover {
		color: #00bd9d;
	}
	.navigation-custom__content .inline-list li a.active {
		color: #00bd9d;
	}
}

@media (min-width: 768px) {
	.navigation-custom .navigation-custom__toggle {
		display: none;
	}
}

.page .media-controls {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 200px;
}

.page .media-controls .swiper-button-prev,
.page .media-controls .swiper-button-next,
.page .media-controls .swiper-pagination,
.page .media-controls button.jp-btn {
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.52);
	transition: .33s;
	text-align: center;
}

.page .media-controls .swiper-button-prev,
.page .media-controls .swiper-button-next {
	left: auto;
	right: auto;
	top: auto;
	transform: none;
}

.page .media-controls .swiper-button-prev::before,
.page .media-controls .swiper-button-next::before {
	display: none;
}

.page .media-controls .swiper-button-prev,
.page .media-controls .swiper-button-next,
.page .media-controls .jp-btn {
	font-size: 0;
	line-height: 0;
}

.page .media-controls .swiper-button-prev svg,
.page .media-controls .swiper-button-next svg,
.page .media-controls .jp-btn svg {
	stroke: rgba(255, 255, 255, 0.48);
	transition: .22s;
}

.page .media-controls .swiper-button-prev:hover,
.page .media-controls .swiper-button-next:hover,
.page .media-controls .jp-btn:hover {
	border-color: #ffffff;
}

.page .media-controls .swiper-button-prev:hover svg,
.page .media-controls .swiper-button-next:hover svg,
.page .media-controls .jp-btn:hover svg {
	stroke: #ffffff;
}

.page .media-controls .swiper-pagination-bullet {
	font-size: 19px;
	color: #ffffff;
}

.page .media-controls .media-audio {
	position: relative;
	z-index: 11;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page .media-controls .media-audio .jp-audio {
	position: absolute;
	overflow: hidden;
	right: -20px;
	top: -10px;
	z-index: 1;
	background: #313131;
	padding: 10px 20px;
	border-radius: 35px;
	width: 435px;
	opacity: 0;
	pointer-events: none;
	transition: .42s;
}

.page .media-controls .media-audio .jp-audio > * {
	z-index: 21;
}

.page .media-controls .media-audio .jp-interface {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	box-shadow: none;
	background: transparent;
}

.page .media-controls .media-audio .jp-main {
	width: 275px;
	padding-right: 70px;
	padding-left: 15px;
}

.page .media-controls .media-audio .jp-full-info {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	white-space: nowrap;
	color: #ffffff;
	text-overflow: ellipsis;
}

.page .media-controls .media-audio .jp-no-solution {
	position: absolute;
	top: -14px;
	right: 0;
	width: 300px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.6);
	color: #2d2d2d;
	transform: translateY(-100%);
}

.page .media-controls .media-audio .jp-time-rail {
	width: 100%;
	padding: 0;
	height: auto;
}

.page .media-controls .media-audio .jp-time-rail, .page .media-controls .media-audio .jp-time-rail * {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.page .media-controls .media-audio * + .jp-time-rail {
	margin-top: 7px;
}

.page .media-controls .media-audio .jp-progress {
	height: auto;
}

.page .media-controls .media-audio .jp-seek-bar {
	height: 5px;
	background: #484848;
}

.page .media-controls .media-audio .jp-play-bar {
	height: inherit;
	background: #767676;
}

.page .media-controls .media-audio .jp-playlist {
	opacity: 0;
	visibility: hidden;
	height: 0;
	width: 0;
	position: absolute;
}

.page .media-controls .media-audio .jp-btn {
	margin-left: 5px;
	margin-right: 5px;
}

.page .media-controls .media-audio .jp-btn svg {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.ie-10 .page .media-controls .media-audio .jp-btn svg,
.ie-11 .page .media-controls .media-audio .jp-btn svg {
	margin-left: 0;
	margin-right: 0;
}

.page .media-controls .media-audio .jp-controls {
	padding: 0;
}

.page .media-controls .media-audio .jp-btn {
	float: none;
	font-size: 0;
}

.page .media-controls .media-audio .jp-btn::before {
	display: none;
}

.page .media-controls .media-audio .jp-mute > svg,
.page .media-controls .media-audio .jp-play > svg {
	position: absolute;
}

.page .media-controls .media-audio .jp-mute {
	z-index: 20;
	overflow: visible;
}

.page .media-controls .media-audio .jp-mute > svg {
	top: 11px;
	left: 11px;
}

.page .media-controls .media-audio .jp-mute .jp-svg-mute-on {
	opacity: 0;
}

.page .media-controls .media-audio .jp-mute .jp-svg-mute-off {
	opacity: 1;
}

.page .media-controls .media-audio .jp-mute:hover ~ .jp-audio {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.page .media-controls .media-audio .jp-audio:hover {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.page .media-controls .media-audio .jp-play .jp-svg-play {
	opacity: 1;
	top: 12px;
	left: 15px;
}

.page .media-controls .media-audio .jp-play .jp-svg-pause {
	opacity: 0;
	top: 13px;
	left: 16px;
}

.page .media-controls .media-audio.jp-state-muted .jp-mute .jp-svg-mute-on {
	opacity: 1;
}

.page .media-controls .media-audio.jp-state-muted .jp-mute .jp-svg-mute-off {
	opacity: 0;
}

.page .media-controls .media-audio.jp-state-playing .jp-play .jp-svg-play {
	opacity: 0;
}

.page .media-controls .media-audio.jp-state-playing .jp-play .jp-svg-pause {
	opacity: 1;
}

.page .media-controls > * {
	margin-left: 5px;
	margin-right: 5px;
}

@media (min-width: 768px) {
	.page .media-controls .swiper-pagination {
		background: rgba(255, 255, 255, 0);
	}
}

.custom-modal {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	height: 100%;
	overflow-y: auto;
}

.custom-modal .modal-dialog {
	padding: 10px;
	margin: 0;
}

.custom-modal .modal-inner {
	position: relative;
	padding: 40px 30px 30px 20px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 100%;
	background: #ffffff;
	box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.15);
}

.custom-modal .modal-header,
.custom-modal .modal-body {
	padding: 0;
}

.custom-modal .modal-header {
	border: 0;
	text-align: center;
}

.custom-modal .modal-content {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

.custom-modal .modal-title {
	line-height: 1.3;
	font-weight: 700;
	color: #151515;
}

.page .custom-modal .group {
	transform: translateY(-10px);
	margin-bottom: -10px;
	margin-left: -30px;
	color: #151515;
}

.page .custom-modal .group > * {
	display: inline-block;
	margin-top: 10px;
	margin-left: 30px;
}

.custom-modal button.close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #9b9b9b;
	opacity: 1;
	transition: .33s;
}

.custom-modal button.close .icon {
	font-size: 22px;
}

.custom-modal button.close:hover {
	color: #151515;
}

.custom-modal * + .group {
	margin-top: 25px;
}

.custom-modal * + .modal-body {
	margin-top: 30px;
}

.custom-modal.in {
	pointer-events: auto;
}

@media (min-width: 768px) {
	.custom-modal .modal-inner {
		padding: 70px 30px;
		width: 630px;
	}
	.custom-modal * + .modal-body {
		margin-top: 60px;
	}
}

.modal-backdrop {
	opacity: .29;
}

.row-condensed {
	margin-left: 0;
	margin-right: 0;
}

.row-condensed > [class*='col'] {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1199px) {
	.row-gutter-custom {
		margin-left: -8px;
		margin-right: -8px;
	}
	.row-gutter-custom > [class*='col'] {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.grid-demonstration {
	padding: 12px 8px;
	letter-spacing: 0;
	text-align: left;
}

.grid-demonstration h4,
.grid-demonstration .heading-4 {
	font-weight: 700;
}

@media (max-width: 991px) {
	.grid-demonstration h4,
	.grid-demonstration .heading-4 {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.grid-demonstration p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 767px) {
	.container-fullwidth.grid-demonstration .row {
		margin-left: 0;
		margin-right: 0;
	}
}

.container-fullwidth.grid-demonstration [class*='col'] {
	padding: 5px;
}

@media (max-width: 767px) {
	.container-fullwidth.grid-demonstration [class*='col'] p {
		font-size: 14px;
	}
	.container-fullwidth.grid-demonstration [class*='col'] * + p {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.container-fullwidth.grid-demonstration [class*='col'] {
		padding: 15px 10px;
	}
}

@media (min-width: 992px) {
	.container-fullwidth.grid-demonstration [class*='col'] {
		padding: 25px 15px;
	}
}

@media (min-width: 1200px) {
	.container-fullwidth.grid-demonstration [class*='col'] {
		padding: 30px 15px 30px 30px;
	}
}

@media (min-width: 1800px) {
	.container-fullwidth.grid-demonstration [class*='col'] {
		padding: 50px 100px;
	}
	.container-fullwidth.grid-demonstration [class*='col'] * + p {
		margin-top: 24px;
	}
}

@media (min-width: 1800px) {
	.container-fullwidth.grid-demonstration .row {
		margin-left: -70px;
		margin-right: -70px;
	}
}

.grid-system-bordered [class*='col'] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.grid-system-bordered .row {
	border-bottom: 1px solid #f5f5f5;
}

@media (min-width: 768px) {
	.grid-system-bordered [class*='col'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.grid-system-bordered [class*='col'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

.grid-system-outline .row {
	border: 1px solid #f5f5f5;
	border-width: 1px 1px 0 1px;
}

.grid-system-outline .row:last-child {
	border-bottom-width: 1px;
}

.grid-system-outline [class*='col']:not(:last-child) {
	border-right: 1px solid #f5f5f5;
	margin-right: -1px;
}

.grid-system-outline [class*='col']:not(:first-child) {
	border-left: 1px solid #f5f5f5;
}

.grid-system-outline * + .row {
	margin-top: 45px;
}

.grid-system-outline .row + .row {
	margin-top: 0;
}

.range-custom-bordered [class*='cell'] {
	border: 0 solid #e8e8e8;
}

.range-custom-bordered [class*='cell']:nth-child(n + 2) {
	border-width: 1px 0 0 0;
}

@media (min-width: 480px) {
	.range-custom-bordered .cell-xs-6:nth-child(odd) {
		border-width: 0 1px 0 0;
	}
	.range-custom-bordered .cell-xs-6:nth-child(n + 3) {
		border-top-width: 1px;
	}
}

@media (min-width: 768px) {
	.range-custom-bordered .cell-sm-3:nth-child(n) {
		border-width: 0;
	}
	.range-custom-bordered .cell-sm-3:first-child, .range-custom-bordered .cell-sm-3:nth-child(5n) {
		border-left-width: 1px;
	}
	.range-custom-bordered .cell-sm-3:nth-child(n + 1) {
		border-right-width: 1px;
	}
	.range-custom-bordered .cell-sm-3:nth-child(4n) {
		border-right-width: 1px;
	}
	.range-custom-bordered .cell-sm-3:nth-child(n + 5) {
		border-top-width: 1px;
	}
}

@media (min-width: 1200px) {
	.range-custom-bordered .box-counter {
		padding: 30px 20px 40px;
	}
}

.range-inner-bordered [class*='cell'] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 15px;
	margin: 0;
	border: 0 solid #e8e8e8;
}

.range-inner-bordered [class*='cell'] > * {
	width: 100%;
}

.range-inner-bordered [class*='cell']:nth-child(n + 2) {
	border-width: 1px 0 0 0;
}

.range-inner-bordered .link-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px 15px;
}

@media (min-width: 480px) {
	.range-inner-bordered .cell-xs-6:nth-child(n) {
		border-width: 0;
	}
	.range-inner-bordered .cell-xs-6:nth-child(odd) {
		border-width: 0 1px 0 0;
	}
	.range-inner-bordered .cell-xs-6:nth-child(n + 3) {
		border-top-width: 1px;
	}
}

@media (min-width: 768px) {
	.range-inner-bordered .cell-sm-3:nth-child(n) {
		border-width: 0 0 0 1px;
	}
	.range-inner-bordered .cell-sm-3:nth-child(4n + 1) {
		border-width: 0;
	}
}

@media (min-width: 768px) {
	.range-inner-bordered .link-image {
		padding: 5px 15px;
	}
}

.grid-4 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 370px;
}

.grid-4 > * {
	padding: 1px;
	width: 25%;
}

.range-custom-splitted {
	position: relative;
	position: relative;
	transform: translateY(-50px);
	margin-bottom: -50px;
	pointer-events: none;
}

.range-custom-splitted > *:before {
	content: '';
	display: table;
	width: 0;
}

.range-custom-splitted > * {
	margin-top: 50px;
	pointer-events: auto;
}

@media (max-width: 767px) {
	.range-custom-splitted [class*='cell'] + [class*='cell'] {
		position: relative;
	}
	.range-custom-splitted [class*='cell'] + [class*='cell']::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: -25px;
		width: 100%;
		border-top: 1px solid #dadada;
	}
}

@media (min-width: 992px) {
	.range-custom-splitted::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50px;
		bottom: 0;
		width: 1px;
		background: #dadada;
	}
}

.range-custom-layout {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.range-custom-layout > [class*='cell'] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.range-custom-layout > [class*='cell']:nth-child(odd) .box-award {
	background: #ebedf5;
}

.range-custom-layout > [class*='cell']:nth-child(even) .box-award {
	background: #e4e6ef;
}

.range-custom-layout .box-award {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 30px;
	width: 100%;
}

.range-custom-layout .box-award .box-award__title,
.range-custom-layout .box-award .box-award__time {
	color: #a9abb5;
}

.range-custom-layout .box-award .box-award__divider::before {
	background: #a9abb5;
}

@media (min-width: 480px) and (max-width: 991px), (min-width: 1800px) {
	.range-custom-layout > [class*='cell']:nth-child(4n + 1) .box-award,
	.range-custom-layout > [class*='cell']:nth-child(4n + 4) .box-award {
		background: #ebedf5;
	}
	.range-custom-layout > [class*='cell']:nth-child(4n + 2) .box-award,
	.range-custom-layout > [class*='cell']:nth-child(3n) .box-award {
		background: #e4e6ef;
	}
}

/*
*
* Modules
* ==================================================
*/
/*
*
* Flex Grid system
* --------------------------------------------------
*/
.shell,
.shell-wide,
.shell-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.shell,
.shell-wide {
	min-width: 300px;
	max-width: 480px;
}

@media (min-width: 768px) {
	.shell,
	.shell-wide {
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.shell,
	.shell-wide {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.shell,
	.shell-wide {
		max-width: 1200px;
	}
}

@media (min-width: 1200px) {
	.shell-wide {
		max-width: 1800px;
	}
}

.shell-fluid {
	margin-top: -1px;
	margin-bottom: -1px;
}

@media (min-width: 1800px) {
	.shell-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.shell-condensed {
	padding-left: 0;
	padding-right: 0;
}

.rd-navbar-sidebar-linked .shell-sidebar-condensed {
	padding-left: 0;
	padding-right: 0;
}

.range {
	margin-left: -15px;
	margin-right: -15px;
}

.range > .range {
	margin-left: 0;
	margin-right: 0;
}

.range-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.range-left {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.range-right {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.range-justify {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.range-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.range-top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.range-reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.range-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.range-bottom {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.range-spacer {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

[class*="cell-"] {
	padding-left: 15px;
	padding-right: 15px;
}

html.lt-ie-10 .range-condensed,
.range-condensed {
	margin-left: 0;
	margin-right: 0;
}

html.lt-ie-10 .range-condensed > [class*='cell'],
.range-condensed > [class*='cell'] {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 992px) {
	.shell.shell-smaller {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.shell.shell-smaller {
		max-width: 60vw;
	}
}

@media (min-width: 1800px) {
	.shell.shell-smaller {
		width: 50vw;
		max-width: 1100px;
	}
}

html.lt-ie-10 .range-narrow,
.range-narrow {
	margin-left: -5px;
	margin-right: -5px;
}

html.lt-ie-10 .range-narrow > [class*='cell'],
.range-narrow > [class*='cell'] {
	padding-left: 5px;
	padding-right: 5px;
}

html.lt-ie-10 .range-narrow > * + [class*='cell'],
.range-narrow > * + [class*='cell'] {
	padding-left: 5px;
	padding-right: 5px;
}

.range {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.range > .range {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.range-vertical {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.range > [class*='cell'] {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

@media (min-width: 480px) {
	.range-xs-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-xs-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-xs-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-xs-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-xs-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-xs-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-xs {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-xs-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-xs-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-xs-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-xs-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-xs-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-xs-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-xs-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-xs-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-xs-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-xs-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-xs-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-xs-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-xs-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-xs-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-xs-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-xs-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-xs-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-xs-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.range-sm-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-sm-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-sm-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-sm-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-sm-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-sm-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-sm {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-sm-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-sm-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-sm-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-sm-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-sm-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-sm-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-sm-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-sm-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-sm-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-sm-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-sm-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-sm-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-sm-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-sm-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-sm-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-sm-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-sm-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-sm-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.range-md-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-md-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-md-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-md-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-md-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-md-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-md {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-md-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-md-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-md-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-md-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-md-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-md-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-md-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
		-webkit-flex-basis: 90%;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		max-width: 90%;
	}
	.range-ten > .cell-md-10 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.range-ten > .cell-lg-1 {
		-webkit-flex-basis: 10%;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		max-width: 10%;
	}
	.range-ten > .cell-lg-2 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}
	.range-ten > .cell-lg-3 {
		-webkit-flex-basis: 30%;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		max-width: 30%;
	}
	.range-ten > .cell-lg-4 {
		-webkit-flex-basis: 40%;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		max-width: 40%;
	}
	.range-ten > .cell-lg-5 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range-ten > .cell-lg-6 {
		-webkit-flex-basis: 60%;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		max-width: 60%;
	}
	.range-ten > .cell-lg-7 {
		-webkit-flex-basis: 70%;
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
		max-width: 70%;
	}
	.range-ten > .cell-lg-8 {
		-webkit-flex-basis: 80%;
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		max-width: 80%;
	}
	.range-ten > .cell-lg-9 {
		-webkit-flex-basis: 90%;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		max-width: 90%;
	}
	.range-ten > .cell-lg-10 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media (min-width: 1600px) {
	.range-ten > .cell-xl-1 {
		-webkit-flex-basis: 10%;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		max-width: 10%;
	}
	.range-ten > .cell-xl-2 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}
	.range-ten > .cell-xl-3 {
		-webkit-flex-basis: 30%;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		max-width: 30%;
	}
	.range-ten > .cell-xl-4 {
		-webkit-flex-basis: 40%;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		max-width: 40%;
	}
	.range-ten > .cell-xl-5 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range-ten > .cell-xl-6 {
		-webkit-flex-basis: 60%;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		max-width: 60%;
	}
	.range-ten > .cell-xl-7 {
		-webkit-flex-basis: 70%;
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
		max-width: 70%;
	}
	.range-ten > .cell-xl-8 {
		-webkit-flex-basis: 80%;
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		max-width: 80%;
	}
	.range-ten > .cell-xl-9 {
		-webkit-flex-basis: 90%;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		max-width: 90%;
	}
	.range-ten > .cell-xl-10 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media (min-width: 1800px) {
	.range-ten > .cell-xxl-1 {
		-webkit-flex-basis: 10%;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		max-width: 10%;
	}
	.range-ten > .cell-xxl-2 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}
	.range-ten > .cell-xxl-3 {
		-webkit-flex-basis: 30%;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		max-width: 30%;
	}
	.range-ten > .cell-xxl-4 {
		-webkit-flex-basis: 40%;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		max-width: 40%;
	}
	.range-ten > .cell-xxl-5 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range-ten > .cell-xxl-6 {
		-webkit-flex-basis: 60%;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		max-width: 60%;
	}
	.range-ten > .cell-xxl-7 {
		-webkit-flex-basis: 70%;
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
		max-width: 70%;
	}
	.range-ten > .cell-xxl-8 {
		-webkit-flex-basis: 80%;
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		max-width: 80%;
	}
	.range-ten > .cell-xxl-9 {
		-webkit-flex-basis: 90%;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		max-width: 90%;
	}
	.range-ten > .cell-xxl-10 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

html.lt-ie-10 .range > .cell-xs-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-xs-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-xs-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-xs-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-xs-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-xs-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-xs-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-xs-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-xs-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-xs-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-xs-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-xs-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .range > .cell-sm-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-sm-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-sm-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-sm-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-sm-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-sm-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-sm-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-sm-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-sm-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-sm-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-sm-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-sm-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .range > .cell-md-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-md-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-md-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-md-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-md-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-md-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-md-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-md-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-md-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-md-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-md-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-md-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .range > .cell-lg-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-lg-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-lg-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-lg-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-lg-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-lg-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-lg-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-lg-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-lg-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-lg-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-lg-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-lg-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/*
*/*
* Light Backgrounds
*/
.bg-white {
	background-color: #ffffff;
}

.bg-white[class*='section-'] + .bg-white[class*='section-'] {
	padding-top: 0;
}

.bg-gray-lighter {
	background-color: #fff;
}

.bg-gray-lighter[class*='section-'] + .bg-gray-lighter[class*='section-'] {
	padding-top: 0;
}

.bg-gray-lighter .comment-group .comment-group .comment__image-wrap {
	border-color: #ffffff;
}

.bg-gray-lighter .post-boxed:not(:hover) {
	box-shadow: 0;
}

.bg-gray-lighter .post-creative__main {
	background: #ffffff;
}

/*
* Dark Backgrounds
*/
.bg-gray-darker {
	background-color: #fff;
}

.bg-gray-darker[class*='section-'] + .bg-gray-darker[class*='section-'] {
	padding-top: 0;
}

/*
* Primary Backgrounds
*/
.bg-primary {
	background-color: #00bd9d;
}

.bg-primary[class*='section-'] + .bg-primary[class*='section-'] {
	padding-top: 0;
}

.bg-primary .range-custom-bordered [class*='cell-'] {
	border-color: #07b094;
}

.bg-primary .form-wrap.has-error .form-input {
	border-bottom-color: #ffffff;
}

.bg-primary .form-validation {
	color: #ffffff;
}

.bg-primary .button-primary-outline, .bg-primary .button-primary-outline:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.bg-primary .button-primary-outline:hover, .bg-primary .button-primary-outline:active {
	color: #00bd9d;
	background-color: #ffffff;
	border-color: #ffffff;
}

.bg-primary .button-primary-outline.button-ujarak:hover {
	background-color: transparent;
}

.bg-primary .button-primary-outline.button-ujarak::before {
	background: #ffffff;
}

.bg-primary .button-primary-outline.button-anis:hover {
	background-color: transparent;
}

.bg-primary .button-primary-outline.button-anis::before, .bg-primary .button-primary-outline.button-anis::after {
	background: #ffffff;
}
