body{
    color: #4d4d4d;
}

/*-----rl-row-1440-----*/
.rl-row-1440 {
    max-width: 1440px;
    margin: 0 12.1%;
    padding-right: 15px;
    padding-left: 15px;
}
.rl-container {
    padding-right: 15px;
    padding-left: 15px;
}
.font-oswald {
    font-family: 'Oswald', sans-serif;
}

/*--- text weight ---*/
.rl-text-bold {
    font-weight: bold;
}

.rl-text-medium {
    font-weight: 500;
}

.rl-text-regular {
    font-weight: 400;
}

.rl-text-light {
    font-weight: 300;
}

/* lh */
.rl-lh-15{
    line-height: 1.5;
}

.rl-lh-14{
    line-height: 1.4;
}

.rl-lh-13{
    line-height: 1.3;
}

.rl-lh-12{
    line-height: 1.2;
}

.rl-lh-11{
    line-height: 1.1;
}

.rl-lh-1{
    line-height: 1;
}

/*--------text-align------ */

.rl-text-center {
    text-align: center;
}

.rl-text-left {
    text-align: left;
}

.rl-text-right {
    text-align: right;
}

/* color */
.rl-color-white {
    color: #fff;
}

.rl-color-gray {
    color: #969696;
}

.rl-color-black {
    color: #000;
}

.rl-color-black1 {
    color: #282828;
}

.rl-color-black2 {
    color: #434343;
}

.rl-color-black3 {
    color: #010101;
}

.rl-color-black4 {
    color: #313131;
}

.rl-color-black5 {
    color: #646464;
}

.rl-color-green {
    color: #0c999b;
}

.rl-color-important{
    color: #ff9f00;
}

/*----- 130px ----- */

.rl-row-130 {
    padding-top: calc(4.375vw + 46px);
    padding-bottom: calc(4.375vw + 46px);
}

.rl-row-top-130 {
    padding-top: calc(4.375vw + 46px);
}

.rl-row-bottom-130 {
    padding-bottom: calc(4.375vw + 46px);
}

/*----- 90px ----- */

.rl-row-90 {
    padding-top: calc( 30px + 3.125vw);
    padding-bottom: calc( 30px + 3.125vw);
}

.rl-row-top-90 {
    padding-top: calc( 30px + 3.125vw);
}

.rl-row-bottom-90 {
    padding-bottom: calc( 30px + 3.125vw);
}

/*----- 80px ----- */

.rl-row-80 {
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: calc( 32px + 2.5vw);
}

.rl-row-top-80 {
    padding-top: calc( 32px + 2.5vw);
}

.rl-row-bottom-80 {
    padding-bottom: calc( 32px + 2.5vw);
}

/*----- 80px ----- */

.rl-row-70 {
    padding-top: calc(2.1875vw + 28px);
    padding-bottom: calc(2.1875vw + 28px);
}

.rl-row-top-70 {
    padding-top: calc(2.1875vw + 28px);
}

.rl-row-bottom-70 {
    padding-bottom: calc(2.1875vw + 28px);
}

/*----- 60px ----- */

.rl-row-60 {
    padding-top: calc( 24px + 1.875vw);
    padding-bottom: calc( 24px + 1.875vw);
}

.rl-row-top-60 {
    padding-top: calc( 24px + 1.875vw);
}

.rl-row-bottom-60 {
    padding-bottom: calc( 24px + 1.875vw);
}

/*----- 50 px ----- */

.rl-row-50 {
    padding-top: calc( 14px + 1.875vw);
    padding-bottom: calc( 14px + 1.875vw);
}

.rl-row-top-50 {
    padding-top: calc( 14px + 1.875vw);
}

.rl-row-bottom-50 {
    padding-bottom: calc( 14px + 1.875vw);
}

/*----- 40 px ----- */

.rl-row-40 {
    padding-top: calc( 16px + 1.25vw);
    padding-bottom: calc( 16px + 1.25vw);
}

.rl-row-top-40 {
    padding-top: calc( 16px + 1.25vw);
}

.rl-row-bottom-40 {
    padding-bottom: calc( 16px + 1.25vw);
}

/*----- 30 px ----- */

.rl-row-30 {
    padding-top: calc(0.75vw + 15.6px);
    padding-bottom: calc(0.75vw + 15.6px);
}

.rl-row-top-30 {
    padding-top: calc(0.75vw + 15.6px);
}

.rl-row-bottom-30 {
    padding-bottom: calc(0.75vw + 15.6px);
}

/*----- 25 px ----- */

.rl-row-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.rl-row-top-25 {
    padding-top: 25px;
}

.rl-row-bottom-25 {
    padding-bottom: 25px;
}

/*----- 20 px ----- */

.rl-row-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rl-row-top-20 {
    padding-top: 20px;
}

.rl-row-bottom-20 {
    padding-bottom: 20px;
}

/*----- 15 px ----- */

.rl-row-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rl-row-top-15 {
    padding-top: 15px;
}

.rl-row-bottom-15 {
    padding-bottom: 15px;
}


/*----- 10 px ----- */

.rl-row-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rl-row-top-10 {
    padding-top: 10px;
}

.rl-row-bottom-10 {
    padding-bottom: 10px;
}

/*-----img------ */

.rl-img-response {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* display */
.rl-display-none{
    display: none;
}

.rl-display-blick{
    display: block;
}

/*------------------------------------
                visible
------------------------------------*/

.rl-hidden {
    display: none !important;
}

.rl-hidden-md{
    display: none !important;
}

.rl-hidden-all{
    display: none !important;
}

@media screen and (max-width: 991px) {
    .rl-visible-md{
        display: none !important;
    }

    .rl-hidden-md{
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .rl-visible {
        display: none !important;
    }

    .rl-hidden {
        display: block !important;
    }
}
/*------------------------------------
                flexbox
------------------------------------*/

.flex-container,
.flex-system {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.divider {
    border-bottom: 1px solid #b1b1b1;
}

@media screen and (max-width: 767px) {
    .flex-container {
        flex-direction: column;
        align-items: left;
    }

    .flex-container.direction-row {
        flex-direction: row;
    }

    .flex-container.direction-column {
        flex-direction: column;
    }

    #rl-topnavarea .flex-container {
        flex-direction: row !important;
    }
}

/* flex center */
.rl-flex-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}


/* footer */
#footerarea a:hover, #footerarea  a:focus{
    font-family: "Roboto";
    font-weight: 300;
    color: #161616!important;
    text-decoration: underline;
}

/*------------------------------------$Play button------------------------------------ */
.rl-rel {
    position: relative;
    display: block;
}

.rl-play-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(55px + 2.5vw);
    height: calc(55px + 2.5vw);
    border-radius: 50%;
    margin: calc( (( 55px + 2.5vw) / 2) * (-1)) 0 0 calc( (( 55px + 2.5vw) / 2) * (-1));
    border: 3px solid #e4e4e4;
    background: #0009;
    -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.rl-rel:hover .rl-play-wrapper {
    /* background: rgba(255, 255, 255, 0.6); */
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.rl-play {
    width: 0;
    height: 0;

    /* border-style: solid;
    border-width: calc(0.625vw + 8px) 0 calc(0.625vw + 8px) calc(0.9375vw + 12px);
    border-color: #0000 #0000 #0000 #fff; */
    margin-left: calc( 2.8px + 0.375vw);
    border-top: solid calc(0.625vw + 8px) transparent;
    border-right: solid 0px transparent;
    border-bottom: solid calc(0.625vw + 8px) transparent;
    border-left: solid calc(0.9375vw + 12px) #fff;
    margin-left: 7px;
}

a.none-underline,
a.none-underline:hover,
a.none-underline:focus,
a.none-underline:active {
    text-decoration: none;
}

a.underline,
a.underline:hover,
a.underline:focus,
a.underline:active {
    text-decoration: underline;
}
 

/*-----rl-row-1440-----*/
@media screen and (max-width: 1440px) {
    .rl-row-1440 {
        margin: 0 4.17%;
    }
}

@media screen and (max-width: 991px) {
    .rl-row-1440 {
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .rl-row-1440 {
        padding-right: 0;
        padding-left: 0;
    }
}