.content-body .is-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.content-body .is-wrapper > div {
    display: table;
    width: 100%;
    height: auto;
    /* default */
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    /*z-index:1;*/
}
.content-body .is-boxes {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 200px;
    float: left;
}
.content-body .is-box-0 {
    display: table-cell;
    width: 0%;
    height: 100%;
    position: relative;
}
.content-body .is-box-1 {
    display: table-cell;
    width: 8.333333%;
    height: 100%;
    position: relative;
}
.content-body .is-box-2 {
    display: table-cell;
    width: 16.666667%;
    height: 100%;
    position: relative;
}
.content-body .is-box-3 {
    display: table-cell;
    width: 25%;
    height: 100%;
    position: relative;
}
.content-body .is-box-4 {
    display: table-cell;
    width: 33.333333%;
    height: 100%;
    position: relative;
}
.content-body .is-box-5 {
    display: table-cell;
    width: 41.666667%;
    height: 100%;
    position: relative;
}
.content-body .is-box-6 {
    display: table-cell;
    width: 50%;
    height: 100%;
    position: relative;
}
.content-body .is-box-7 {
    display: table-cell;
    width: 58.333333%;
    height: 100%;
    position: relative;
}
.content-body .is-box-8 {
    display: table-cell;
    width: 66.666667%;
    height: 100%;
    position: relative;
}
.content-body .is-box-9 {
    display: table-cell;
    width: 75%;
    height: 100%;
    position: relative;
}
.content-body .is-box-10 {
    display: table-cell;
    width: 83.333333%;
    height: 100%;
    position: relative;
}
.content-body .is-box-11 {
    display: table-cell;
    width: 91.666667%;
    height: 100%;
    position: relative;
}
.content-body .is-box-12 {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
}
.content-body .is-box-centered {
    display: table-cell;
    width: 100%;
    position: relative;
    vertical-align: middle;
}
.content-body .is-stretch > div:not(.is-arrow-down) {
    /* Unlike .is-overlay (absolute positioned), this section is relative positioned. With this, flowing content is safe, and stretched content can be made absolute with class .flexi-position */
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
}
.content-body .flexi-position {
    position: relative;
}
.content-body .is-stretch .flexi-position {
    position: absolute;
}
.content-body .is-section.is-stretch {
    min-height: 300px;
}
@media all and (max-width: 960px) {
    .content-body {
        /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
    }
    .content-body .is-section:not(.is-box) {
        height: auto !important;
    }
    .content-body .is-boxes {
        height: auto !important;
    }
    .content-body .is-box-img {
        height: 300px !important;
    }
    .content-body .is-box-img .is-boxes {
        height: 100% !important;
    }
    .content-body .is-box-1 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-2 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-3 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-4 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-5 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-6 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-7 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-8 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-9 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-10 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-11 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-12 {
        display: table;
        width: 100%;
        height: auto;
    }
    .content-body .is-box-centered {
        display: block;
    }
}
.content-body .is-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
@media all and (max-width: 960px) {
    .content-body .is-container {
        padding: 15px;
    }
}
@media all and (max-width: 480px) {
    .content-body .is-container {
        padding: 5px;
    }
}
.content-body .is-wrapper .is-boxed-layout .is-container {
    padding: 50px;
    background: #fff;
}
@media all and (max-width: 1280px) {
    .content-body {
        /* 60px */
    }
    .content-body .is-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }
}
@media all and (max-width: 1024px) {
    .content-body .is-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }
    .content-body .is-wrapper .is-boxed-layout .is-overlay {
        display: none !important;
    }
    .content-body .is-wrapper .is-boxed-layout {
        background: #fff !important;
    }
}
.content-body .is-wrapper .is-box .is-container {
    margin-top: 80px;
    margin-bottom: 80px;
}
@media all and (max-width: 1280px) {
    .content-body .is-wrapper .is-box .is-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.content-body .is-arrow-down {
    display: table;
    position: absolute;
    bottom: 65px;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    cursor: pointer;
    z-index: 1;
}
@media all and (max-width: 1025px) {
    .content-body .is-arrow-down {
        display: none !important;
    }
}
.content-body .is-arrow-down > a {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 500px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.content-body .bounce {
    -moz-animation: bounce 5s forwards;
    -webkit-animation: bounce 5s forwards;
    animation: bounce 5s forwards;
}

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

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

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.content-body .is-arrow-down.light a {
    background: rgba(255, 255, 255, 0.18);
    color: #111;
}
.content-body .is-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*z-index:1;*/
}
.content-body .is-overlay .is-overlay-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 60%;
}
.content-body .is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
    animation: is-scale 10s ease forwards;
    -ms-animation: is-scale 10s ease forwards;
    -webkit-animation: is-scale 10s ease forwards;
    -o-animation: is-scale 10s ease forwards;
    -moz-animation: is-scale 10s ease forwards;
}

@keyframes is-scale {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}
.content-body .is-overlay .is-overlay-color {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.15;
}
.content-body .is-overlay .is-overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content-body .is-bg-grey {
    background-color: #eeeff0 !important;
}
.content-body .is-bg-dark {
    background-color: #111 !important;
}
.content-body .is-bg-light {
    background-color: #fff !important;
}
.content-body .is-light-text,
.content-body .is-light-text h1,
.content-body .is-light-text h2,
.content-body .is-light-text h3,
.content-body .is-light-text,
.content-body h4,
.content-body .is-light-text h5,
.content-body .is-light-text h6,
.content-body .is-light-text p,
.content-body .is-light-text li {
    color: #fff;
}
.content-body .is-dark-text,
.content-body .is-dark-text h1,
.content-body .is-dark-text h2,
.content-body .is-dark-text h3,
.content-body .is-dark-text,
.content-body h4,
.content-body .is-dark-text h5,
.content-body .is-dark-text h6,
.content-body .is-dark-text p,
.content-body .is-dark-text li {
    color: #111;
}
.content-body .is-dark-text .is-light-text * {
    color: #fff;
}
.content-body .is-light-text .is-dark-text * {
    color: #000;
}
.content-body .is-content-top {
    vertical-align: top;
}
.content-body .is-content-bottom {
    vertical-align: bottom;
}
.content-body .is-container.is-content-left {
    margin-left: 100px;
}
.content-body .is-container.is-content-right {
    margin-right: 100px;
}
@media all and (max-width: 1200px) {
    .content-body .is-container.is-content-left {
        margin-left: 60px;
    }
    .content-body .is-container.is-content-right {
        margin-right: 60px;
    }
}
@media all and (max-width: 960px) {
    .content-body .is-container.is-content-left {
        margin-left: auto;
    }
    .content-body .is-container.is-content-right {
        margin-right: auto;
    }
}
.content-body .is-box-5 .is-content-left,
.content-body .is-box-4 .is-content-left,
.content-body .is-box-3 .is-content-left,
.content-body .is-box-2 .is-content-left,
.content-body .is-box-1 .is-content-left {
    margin-left: auto;
}
.content-body .is-box-5 .is-content-right,
.content-body .is-box-4 .is-content-right,
.content-body .is-box-3 .is-content-right,
.content-body .is-box-2 .is-content-right,
.content-body .is-box-1 .is-content-right {
    margin-right: auto;
}
.content-body .is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
    margin-top: -200px;
}
.content-body .is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container {
    margin-bottom: -200px;
}
.content-body .is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
    margin-top: -160px;
}
.content-body .is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container {
    margin-bottom: -160px;
}
.content-body .is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
    margin-top: -120px;
}
.content-body .is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container {
    margin-bottom: -120px;
}
.content-body .is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
    margin-top: -80px;
}
.content-body .is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container {
    margin-bottom: -80px;
}
.content-body .is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
    margin-top: -40px;
}
.content-body .is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container {
    margin-bottom: -40px;
}
.content-body .is-wrapper .is-box .is-content-top.edge-y-0 .is-container {
    margin-top: 0;
}
.content-body .is-wrapper .is-box .is-content-bottom.edge-y-0 .is-container {
    margin-bottom: 0;
}
.content-body .is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
    margin-top: 40px;
}
.content-body .is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container {
    margin-bottom: 40px;
}
.content-body .is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
    margin-top: 80px;
}
.content-body .is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container {
    margin-bottom: 80px;
}
.content-body .is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
    margin-top: 120px;
}
.content-body .is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container {
    margin-bottom: 120px;
}
.content-body .is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
    margin-top: 160px;
}
.content-body .is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container {
    margin-bottom: 160px;
}
.content-body .is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
    margin-top: 200px;
}
.content-body .is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container {
    margin-bottom: 200px;
}
@media all and (max-width: 960px) {
    .content-body {
        /* old: 0px */
        /* old: 0px */
    }
    .content-body .is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
        margin-top: -200px;
    }
    .content-body
        .is-wrapper
        .is-box
        .is-content-bottom.edge-y--5
        .is-container {
        margin-bottom: -200px;
    }
    .content-body .is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
        margin-top: -160px;
    }
    .content-body
        .is-wrapper
        .is-box
        .is-content-bottom.edge-y--4
        .is-container {
        margin-bottom: -160px;
    }
    .content-body .is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
        margin-top: -120px;
    }
    .content-body
        .is-wrapper
        .is-box
        .is-content-bottom.edge-y--3
        .is-container {
        margin-bottom: -120px;
    }
    .content-body .is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
        margin-top: -80px;
    }
    .content-body
        .is-wrapper
        .is-box
        .is-content-bottom.edge-y--2
        .is-container {
        margin-bottom: -80px;
    }
    .content-body .is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
        margin-top: -20px;
    }
    .content-body
        .is-wrapper
        .is-box
        .is-content-bottom.edge-y--1
        .is-container {
        margin-bottom: -40px;
    }
    .content-body .is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
        margin-top: 40px;
    }
    .content-body
        .is-wrapper
        .is-box
        .is-content-bottom.edge-y-1
        .is-container {
        margin-bottom: 40px;
    }
    .content-body .is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
        margin-top: 40px;
    }
    .content-body
        .is-wrapper
        .is-box
        .is-content-bottom.edge-y-2
        .is-container {
        margin-bottom: 40px;
    }
    .content-body .is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
        margin-top: 40px;
    }
    .content-body
        .is-wrapper
        .is-box
        .is-content-bottom.edge-y-3
        .is-container {
        margin-bottom: 40px;
    }
    .content-body .is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
        margin-top: 40px;
    }
    .content-body
        .is-wrapper
        .is-box
        .is-content-bottom.edge-y-4
        .is-container {
        margin-bottom: 40px;
    }
    .content-body .is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
        margin-top: 40px;
    }
    .content-body
        .is-wrapper
        .is-box
        .is-content-bottom.edge-y-5
        .is-container {
        margin-bottom: 40px;
    }
}
.content-body .is-content-left.edge-x-0 {
    margin-left: 0;
}
.content-body .is-content-right.edge-x-0 {
    margin-right: 0;
}
.content-body .is-content-left.edge-x-1 {
    margin-left: 40px;
}
.content-body .is-content-right.edge-x-1 {
    margin-right: 40px;
}
.content-body .is-content-left.edge-x-2 {
    margin-left: 80px;
}
.content-body .is-content-right.edge-x-2 {
    margin-right: 80px;
}
.content-body .is-content-left.edge-x-3 {
    margin-left: 120px;
}
.content-body .is-content-right.edge-x-3 {
    margin-right: 120px;
}
.content-body .is-content-left.edge-x-4 {
    margin-left: 160px;
}
.content-body .is-content-right.edge-x-4 {
    margin-right: 160px;
}
.content-body .is-content-left.edge-x-5 {
    margin-left: 200px;
}
.content-body .is-content-right.edge-x-5 {
    margin-right: 200px;
}
@media all and (max-width: 960px) {
    .content-body .is-content-left.edge-x-1 {
        margin-left: auto;
    }
    .content-body .is-content-right.edge-x-1 {
        margin-right: auto;
    }
    .content-body .is-content-left.edge-x-2 {
        margin-left: auto;
    }
    .content-body .is-content-right.edge-x-2 {
        margin-right: auto;
    }
    .content-body .is-content-left.edge-x-3 {
        margin-left: auto;
    }
    .content-body .is-content-right.edge-x-3 {
        margin-right: auto;
    }
    .content-body .is-content-left.edge-x-4 {
        margin-left: auto;
    }
    .content-body .is-content-right.edge-x-4 {
        margin-right: auto;
    }
    .content-body .is-content-left.edge-x-5 {
        margin-left: auto;
    }
    .content-body .is-content-right.edge-x-5 {
        margin-right: auto;
    }
}
.content-body .is-align-right {
    text-align: right;
}
.content-body .is-align-center {
    text-align: center;
}
.content-body .is-align-left {
    text-align: left;
}
.content-body .is-opacity-20,
.content-body .is-opacity-20 .is-container {
    opacity: 0.2;
}
.content-body .is-opacity-25,
.content-body .is-opacity-25 .is-container {
    opacity: 0.25;
}
.content-body .is-opacity-30,
.content-body .is-opacity-30 .is-container {
    opacity: 0.3;
}
.content-body .is-opacity-35,
.content-body .is-opacity-35 .is-container {
    opacity: 0.35;
}
.content-body .is-opacity-40,
.content-body .is-opacity-40 .is-container {
    opacity: 0.4;
}
.content-body .is-opacity-45,
.content-body .is-opacity-45 .is-container {
    opacity: 0.45;
}
.content-body .is-opacity-50,
.content-body .is-opacity-50 .is-container {
    opacity: 0.5;
}
.content-body .is-opacity-55 .is-container {
    opacity: 0.55;
}
.content-body .is-opacity-60,
.content-body .is-opacity-60 .is-container {
    opacity: 0.6;
}
.content-body .is-opacity-65,
.content-body .is-opacity-65 .is-container {
    opacity: 0.65;
}
.content-body .is-opacity-70,
.content-body .is-opacity-70 .is-container {
    opacity: 0.7;
}
.content-body .is-opacity-75,
.content-body .is-opacity-75 .is-container {
    opacity: 0.75;
}
.content-body .is-opacity-80,
.content-body .is-opacity-80 .is-container {
    opacity: 0.8;
}
.content-body .is-opacity-85,
.content-body .is-opacity-85 .is-container {
    opacity: 0.85;
}
.content-body .is-opacity-90,
.content-body .is-opacity-90 .is-container {
    opacity: 0.9;
}
.content-body .is-opacity-95,
.content-body .is-opacity-95 .is-container {
    opacity: 0.95;
}
.content-body .is-content-380 {
    max-width: 380px !important;
}
.content-body .is-content-500 {
    max-width: 500px !important;
}
.content-body .is-content-640 {
    max-width: 640px !important;
}
.content-body .is-content-800 {
    max-width: 800px !important;
}
.content-body .is-content-970 {
    max-width: 970px !important;
}
.content-body .is-content-980 {
    max-width: 980px !important;
}
.content-body .is-content-1050 {
    max-width: 1050px !important;
}
.content-body .is-content-1100 {
    max-width: 1100px !important;
}
.content-body .is-content-1200 {
    max-width: 1200px !important;
}
.content-body .is-wrapper > div.is-section-20 {
    height: 20%;
}
.content-body .is-wrapper > div.is-section-30 {
    height: 30%;
}
.content-body .is-wrapper > div.is-section-40 {
    height: 40%;
}
.content-body .is-wrapper > div.is-section-50 {
    height: 50%;
}
.content-body .is-wrapper > div.is-section-60 {
    height: 60%;
}
.content-body .is-wrapper > div.is-section-75 {
    height: 75%;
}
.content-body .is-wrapper > div.is-section-100 {
    height: 100%;
}
.content-body .is-wrapper > div.is-section-auto {
    height: auto;
}
.content-body .is-opacity-1 {
    opacity: 0.95;
}
.content-body .is-shadow-1 {
    /* for section */
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
}
.content-body .is-lightbox img {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.content-body .is-lightbox img:hover {
    opacity: 0.8;
}
.content-body .is-hidden {
    display: none !important;
}
