a:focus,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

*:focus {
    outline: none;
}

blockquote {
    padding: 0;
    margin: 0;
}

input,
button,
select,
textarea {
    outline: none;
}

label {
    margin-bottom: 0;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    display: block;
}

dl {
    margin: 0;
}

dt,
dd {
    line-height: inherit;
}

dt {
    font-weight: inherit;
}

dd {
    margin-bottom: 0;
}

cite {
    font-style: normal;
}

form {
    margin-bottom: 0;
}

blockquote {
    padding-left: 0;
    border-left: 0;
}

address {
    margin-top: 0;
    margin-bottom: 0;
}

figure {
    margin-bottom: 0;
}

html p a:hover {
    text-decoration: none;
}

/*
*
* Isotope
*/

@keyframes sprite-animation {
    from {
        background-position: 0 0;
    }
}

[data-isotope-layout] {
    overflow: hidden;
    transform: translateY(-17px);
    padding-top: 17px;
    z-index: 0;
    display: block;
    min-height: 160px;
    margin: 0 0 -17px;
    transition: .4s all ease;
}

[data-isotope-layout]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: 15px;
    background-image: url("../images/isotope-loader.png");
    background-position: -1152px 0;
    animation: 0.7s sprite-animation steps(18) infinite;
    transition: .4s all ease;
    transform: translate3d(-50%, -50%, 0);
}

[data-isotope-layout] [class*="col-"] {
    display: block;
    opacity: 0;
    will-change: transform;
    backface-visibility: hidden;
    transition: .1s opacity ease-in;
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
    opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 500px) and (max-width: 575px) {
    [data-isotope-layout] .col-sm-6 {
        max-width: 50%;
    }
}

.isotope-filters {
    text-align: center;
    position: relative;
    word-spacing: 0;
}

.isotope-filters > * {
    margin-top: 0;
    vertical-align: middle;
}

.isotope-filters li {
    display: inline-block;
}

.isotope-filters a {
    position: relative;
    transition: .3s;
    color: #2c343b;
}

.isotope-filters .isotope-filters-trigger {
    display: none;
}

.isotope-filters-modern {
    margin-bottom: -10px;
    margin-left: -30px;
}

.isotope-filters-modern:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.isotope-filters-modern > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 30px;
}

.isotope-filters-modern > li {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
}

.isotope-filters-modern a {
    position: relative;
    padding-bottom: 10px;
}

.isotope-filters-modern a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: .4s;
    background: #fdce5d;
}

.isotope-filters-modern a:hover,
.isotope-filters-modern a.active {
    color: #fdce5d;
}

.isotope-filters-modern a.active::after {
    width: 100%;
}

@media (min-width: 992px) {
    .isotope-filters-modern {
        margin-bottom: -10px;
        margin-left: -45px;
    }
    .isotope-filters-modern:empty {
        margin-bottom: 0;
        margin-left: 0;
    }
    .isotope-filters-modern > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 45px;
    }
}

@media (min-width: 768px) {
    * + .isotope {
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .navigation-custom {
        position: relative;
        z-index: 10;
        text-align: center;
    }
    .navigation-custom-toggle {
        display: inline-block;
        padding: 10px 20px;
        min-width: 200px;
        color: #fff;
        background: #fdce5d;
        box-shadow: none;
        border: 0;
        outline: 0;
        cursor: pointer;
    }
    .navigation-custom-toggle::after {
        position: relative;
        display: inline-block;
        margin-left: 5px;
        content: '\e034';
        font-family: 'fl-bigmug-line';
        font-size: 10px;
        transition: .22s;
        will-change: transform;
    }
    .navigation-custom-toggle.active::after {
        transform: scale(1, -1);
    }
    .navigation-custom-content {
        position: absolute;
        bottom: 0;
        margin-top: 5px;
        left: 50%;
        z-index: 15;
        padding: 5px;
        min-width: 240px;
        transform-origin: 50% 0;
        border-radius: 5px;
        transform: translate3d(-50%, 100%, 0) scale(1, 0.5);
        border: 1px solid #edeff4;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        transition: transform 0.32s cubic-bezier(1, 0.54, 0.15, 0.86), opacity 0.2s ease;
    }
    .navigation-custom-content.active {
        opacity: 1;
        visibility: visible;
        transform: translate3d(-50%, 100%, 0) scale(1, 1);
    }
    .navigation-custom-content li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .isotope-filters {
        margin: 0;
        transform: none;
    }
    .isotope-filters a {
        display: block;
        padding: 3px 5px;
        border-radius: 5px;
        font-size: 13px;
    }
    .isotope-filters a::after {
        display: none;
    }
    .isotope-filters a.active {
        color: #fff;
        background: #fdce5d;
    }
    .isotope-filters li + li {
        margin-top: 5px;
    }
}

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

* + .navigation-custom {
    margin-top: 20px;
}

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

@media (min-width: 768px) {
    * + .navigation-custom {
        margin-top: 30px;
    }
    * + .isotope {
        margin-top: 30px;
    }
}

/*
*
* Preloaders
*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1090;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    transition: .3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader .preloader-body {
    text-align: center;
}

.preloader-body {
    position: relative;
    width: 50px;
    height: 50px;
}

.preloader-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #f1ab03;
    transform: translateZ(0);
    border-radius: 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: .8s;
    animation-name: animsition-loading;
}

@keyframes animsition-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/*
*
* ToTop
*/

.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 46px;
    color: #fff;
    background: #fdce5d;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .45s all ease-in-out;
    transform: translate3d(0, 100px, 0);
}

.ui-to-top:focus {
    color: #fff;
}

.ui-to-top:hover {
    color: #fff;
    background: #111;
    text-decoration: none;
}

.ui-to-top.active {
    transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}

/*
*
* Typography
*/

body {
    display: block;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #9b9b9b;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*='heading-'] {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #151515;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class*='heading-'] a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class*='heading-'] a:hover {
    color: #fdce5d;
}

h1,
.heading-1 {
    font-size: 32px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    h1,
    .heading-1 {
        font-size: 40px;
        line-height: 1.15;
    }
}

@media (min-width: 1200px) {
    h1,
    .heading-1 {
        font-size: 60px;
        line-height: 1.16667;
    }
}

h2,
.heading-2 {
    font-size: 28px;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    h2,
    .heading-2 {
        font-size: 48px;
        line-height: 1.25;
    }
}

h3,
.heading-3 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .05em;
}

@media (min-width: 1200px) {
    h3,
    .heading-3 {
        font-size: 33px;
        line-height: 1.33333;
    }
}

h4,
.heading-4,
h5,
.heading-5,
h6,
.heading-6 {
    letter-spacing: 0.025em;
}

h4,
.heading-4 {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: .05em;
}

@media (min-width: 1200px) {
    h4,
    .heading-4 {
        font-size: 24px;
        line-height: 1.25;
    }
}

h5,
.heading-5 {
    font-size: 18px;
    line-height: 1.35;
}

@media (min-width: 1200px) {
    h5,
    .heading-5 {
        font-size: 18px;
        line-height: 1.22222;
    }
}

h6,
.heading-6 {
    font-size: 14px;
    line-height: 1.35;
}

@media (min-width: 1200px) {
    h6,
    .heading-6 {
        font-size: 16px;
        line-height: 1.25;
    }
}

small,
.small {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

.big {
    font-size: 16px;
    line-height: 1.75;
}

/**
 * Title:  Bigmug Line Flaticon Pack
 * Author: Catalin Fertu
 * Source: http://www.flaticon.com/packs/bigmug-line
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */

@font-face {
    font-family: "fl-bigmug-line";
    src: url("../fonts/fl-bigmug-line.eot");
    src: url("../fonts/fl-bigmug-line.eot#iefix") format("embedded-opentype"), url("../fonts/fl-bigmug-line.woff") format("woff"), url("../fonts/fl-bigmug-line.ttf") format("truetype"), url("../fonts/fl-bigmug-line.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fl-bigmug-line-ico,
[class^="fl-bigmug-line-"]:before,
[class*=" fl-bigmug-line-"]:before,
[class^="fl-bigmug-line-"]:after,
[class*=" fl-bigmug-line-"]:after {
    font-family: 'fl-bigmug-line';
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
}

.fl-bigmug-line-add137:before {
    content: "\e000";
}

.fl-bigmug-line-add139:before {
    content: "\e001";
}

.fl-bigmug-line-add149:before {
    content: "\e002";
}

.fl-bigmug-line-airplane86:before {
    content: "\e003";
}

.fl-bigmug-line-alarm31:before {
    content: "\e004";
}

.fl-bigmug-line-arrow592:before {
    content: "\e005";
}

.fl-bigmug-line-attach8:before {
    content: "\e006";
}

.fl-bigmug-line-attachment15:before {
    content: "\e007";
}

.fl-bigmug-line-audio46:before {
    content: "\e008";
}

.fl-bigmug-line-back44:before {
    content: "\e009";
}

.fl-bigmug-line-back46:before {
    content: "\e00a";
}

.fl-bigmug-line-big104:before {
    content: "\e00b";
}

.fl-bigmug-line-book188:before {
    content: "\e00c";
}

.fl-bigmug-line-bookmark28:before {
    content: "\e00d";
}

.fl-bigmug-line-bottle34:before {
    content: "\e00e";
}

.fl-bigmug-line-button5:before {
    content: "\e00f";
}

.fl-bigmug-line-buttons5:before {
    content: "\e010";
}

.fl-bigmug-line-cellphone55:before {
    content: "\e011";
}

.fl-bigmug-line-cellular9:before {
    content: "\e012";
}

.fl-bigmug-line-center10:before {
    content: "\e013";
}

.fl-bigmug-line-chat51:before {
    content: "\e014";
}

.fl-bigmug-line-chat55:before {
    content: "\e015";
}

.fl-bigmug-line-checkmark14:before {
    content: "\e016";
}

.fl-bigmug-line-checkmark15:before {
    content: "\e017";
}

.fl-bigmug-line-checkmark16:before {
    content: "\e018";
}

.fl-bigmug-line-circular220:before {
    content: "\e019";
}

.fl-bigmug-line-circular224:before {
    content: "\e01a";
}

.fl-bigmug-line-circular228:before {
    content: "\e01b";
}

.fl-bigmug-line-circular229:before {
    content: "\e01c";
}

.fl-bigmug-line-clipboard68:before {
    content: "\e01d";
}

.fl-bigmug-line-close42:before {
    content: "\e01e";
}

.fl-bigmug-line-cloud255:before {
    content: "\e01f";
}

.fl-bigmug-line-cloud260:before {
    content: "\e020";
}

.fl-bigmug-line-cocktail26:before {
    content: "\e021";
}

.fl-bigmug-line-code30:before {
    content: "\e022";
}

.fl-bigmug-line-collapse5:before {
    content: "\e023";
}

.fl-bigmug-line-comment45:before {
    content: "\e024";
}

.fl-bigmug-line-compass80:before {
    content: "\e025";
}

.fl-bigmug-line-contract5:before {
    content: "\e026";
}

.fl-bigmug-line-copy23:before {
    content: "\e027";
}

.fl-bigmug-line-crescent23:before {
    content: "\e028";
}

.fl-bigmug-line-cropping1:before {
    content: "\e029";
}

.fl-bigmug-line-cross81:before {
    content: "\e02a";
}

.fl-bigmug-line-cross83:before {
    content: "\e02b";
}

.fl-bigmug-line-cube29:before {
    content: "\e02c";
}

.fl-bigmug-line-double97:before {
    content: "\e02d";
}

.fl-bigmug-line-double98:before {
    content: "\e02e";
}

.fl-bigmug-line-double99:before {
    content: "\e02f";
}

.fl-bigmug-line-down55:before {
    content: "\e030";
}

.fl-bigmug-line-down56:before {
    content: "\e031";
}

.fl-bigmug-line-down58:before {
    content: "\e032";
}

.fl-bigmug-line-down59:before {
    content: "\e033";
}

.fl-bigmug-line-down64:before {
    content: "\e034";
}

.fl-bigmug-line-download136:before {
    content: "\e035";
}

.fl-bigmug-line-download142:before {
    content: "\e036";
}

.fl-bigmug-line-download146:before {
    content: "\e037";
}

.fl-bigmug-line-download147:before {
    content: "\e038";
}

.fl-bigmug-line-download148:before {
    content: "\e039";
}

.fl-bigmug-line-electrical17:before {
    content: "\e03a";
}

.fl-bigmug-line-electronic57:before {
    content: "\e03b";
}

.fl-bigmug-line-email64:before {
    content: "\e03c";
}

.fl-bigmug-line-email67:before {
    content: "\e03d";
}

.fl-bigmug-line-equalization3:before {
    content: "\e03e";
}

.fl-bigmug-line-equalizer26:before {
    content: "\e03f";
}

.fl-bigmug-line-event6:before {
    content: "\e040";
}

.fl-bigmug-line-expand25:before {
    content: "\e041";
}

.fl-bigmug-line-expanding2:before {
    content: "\e042";
}

.fl-bigmug-line-fast33:before {
    content: "\e043";
}

.fl-bigmug-line-favourites5:before {
    content: "\e044";
}

.fl-bigmug-line-file68:before {
    content: "\e045";
}

.fl-bigmug-line-file69:before {
    content: "\e046";
}

.fl-bigmug-line-film57:before {
    content: "\e047";
}

.fl-bigmug-line-flag53:before {
    content: "\e048";
}

.fl-bigmug-line-fog10:before {
    content: "\e049";
}

.fl-bigmug-line-foggy3:before {
    content: "\e04a";
}

.fl-bigmug-line-folder173:before {
    content: "\e04b";
}

.fl-bigmug-line-fork34:before {
    content: "\e04c";
}

.fl-bigmug-line-four87:before {
    content: "\e04d";
}

.fl-bigmug-line-full40:before {
    content: "\e04e";
}

.fl-bigmug-line-games32:before {
    content: "\e04f";
}

.fl-bigmug-line-gear30:before {
    content: "\e050";
}

.fl-bigmug-line-giftbox54:before {
    content: "\e051";
}

.fl-bigmug-line-graphical8:before {
    content: "\e052";
}

.fl-bigmug-line-headphones32:before {
    content: "\e053";
}

.fl-bigmug-line-hot67:before {
    content: "\e054";
}

.fl-bigmug-line-images21:before {
    content: "\e055";
}

.fl-bigmug-line-ink12:before {
    content: "\e056";
}

.fl-bigmug-line-label25:before {
    content: "\e057";
}

.fl-bigmug-line-left144:before {
    content: "\e058";
}

.fl-bigmug-line-left145:before {
    content: "\e059";
}

.fl-bigmug-line-left146:before {
    content: "\e05a";
}

.fl-bigmug-line-left148:before {
    content: "\e05b";
}

.fl-bigmug-line-left152:before {
    content: "\e05c";
}

.fl-bigmug-line-left153:before {
    content: "\e05d";
}

.fl-bigmug-line-left158:before {
    content: "\e05e";
}

.fl-bigmug-line-left159:before {
    content: "\e05f";
}

.fl-bigmug-line-like51:before {
    content: "\e060";
}

.fl-bigmug-line-link52:before {
    content: "\e061";
}

.fl-bigmug-line-list63:before {
    content: "\e062";
}

.fl-bigmug-line-list65:before {
    content: "\e063";
}

.fl-bigmug-line-lock64:before {
    content: "\e064";
}

.fl-bigmug-line-login12:before {
    content: "\e065";
}

.fl-bigmug-line-login9:before {
    content: "\e066";
}

.fl-bigmug-line-map87:before {
    content: "\e067";
}

.fl-bigmug-line-megaphone11:before {
    content: "\e068";
}

.fl-bigmug-line-men25:before {
    content: "\e069";
}

.fl-bigmug-line-menu40:before {
    content: "\e06a";
}

.fl-bigmug-line-menu41:before {
    content: "\e06b";
}

.fl-bigmug-line-microphone76:before {
    content: "\e06c";
}

.fl-bigmug-line-microphone77:before {
    content: "\e06d";
}

.fl-bigmug-line-minus79:before {
    content: "\e06e";
}

.fl-bigmug-line-minus80:before {
    content: "\e06f";
}

.fl-bigmug-line-minus83:before {
    content: "\e070";
}

.fl-bigmug-line-minus86:before {
    content: "\e071";
}

.fl-bigmug-line-monitor74:before {
    content: "\e072";
}

.fl-bigmug-line-music218:before {
    content: "\e073";
}

.fl-bigmug-line-music219:before {
    content: "\e074";
}

.fl-bigmug-line-music221:before {
    content: "\e075";
}

.fl-bigmug-line-musical100:before {
    content: "\e076";
}

.fl-bigmug-line-musical98:before {
    content: "\e077";
}

.fl-bigmug-line-mute34:before {
    content: "\e078";
}

.fl-bigmug-line-new83:before {
    content: "\e079";
}

.fl-bigmug-line-nine16:before {
    content: "\e07a";
}

.fl-bigmug-line-note35:before {
    content: "\e07b";
}

.fl-bigmug-line-notebook41:before {
    content: "\e07c";
}

.fl-bigmug-line-notification4:before {
    content: "\e07d";
}

.fl-bigmug-line-notification5:before {
    content: "\e07e";
}

.fl-bigmug-line-opened25:before {
    content: "\e07f";
}

.fl-bigmug-line-oval34:before {
    content: "\e080";
}

.fl-bigmug-line-paintbrush9:before {
    content: "\e081";
}

.fl-bigmug-line-paper122:before {
    content: "\e082";
}

.fl-bigmug-line-pause37:before {
    content: "\e083";
}

.fl-bigmug-line-pencil85:before {
    content: "\e084";
}

.fl-bigmug-line-phone351:before {
    content: "\e085";
}

.fl-bigmug-line-photo181:before {
    content: "\e086";
}

.fl-bigmug-line-pin42:before {
    content: "\e087";
}

.fl-bigmug-line-planetary2:before {
    content: "\e088";
}

.fl-bigmug-line-play83:before {
    content: "\e089";
}

.fl-bigmug-line-portfolio23:before {
    content: "\e08a";
}

.fl-bigmug-line-print34:before {
    content: "\e08b";
}

.fl-bigmug-line-radio46:before {
    content: "\e08c";
}

.fl-bigmug-line-rain30:before {
    content: "\e08d";
}

.fl-bigmug-line-rectangular78:before {
    content: "\e08e";
}

.fl-bigmug-line-recycling10:before {
    content: "\e08f";
}

.fl-bigmug-line-rewind37:before {
    content: "\e090";
}

.fl-bigmug-line-right139:before {
    content: "\e091";
}

.fl-bigmug-line-right141:before {
    content: "\e092";
}

.fl-bigmug-line-right142:before {
    content: "\e093";
}

.fl-bigmug-line-right144:before {
    content: "\e094";
}

.fl-bigmug-line-right148:before {
    content: "\e095";
}

.fl-bigmug-line-right153:before {
    content: "\e096";
}

.fl-bigmug-line-right154:before {
    content: "\e097";
}

.fl-bigmug-line-right156:before {
    content: "\e098";
}

.fl-bigmug-line-rounded51:before {
    content: "\e099";
}

.fl-bigmug-line-sand14:before {
    content: "\e09a";
}

.fl-bigmug-line-save15:before {
    content: "\e09b";
}

.fl-bigmug-line-search74:before {
    content: "\e09c";
}

.fl-bigmug-line-search78:before {
    content: "\e09d";
}

.fl-bigmug-line-share27:before {
    content: "\e09e";
}

.fl-bigmug-line-shopping198:before {
    content: "\e09f";
}

.fl-bigmug-line-shopping199:before {
    content: "\e0a0";
}

.fl-bigmug-line-shopping202:before {
    content: "\e0a1";
}

.fl-bigmug-line-shopping204:before {
    content: "\e0a2";
}

.fl-bigmug-line-shuffle17:before {
    content: "\e0a3";
}

.fl-bigmug-line-sort47:before {
    content: "\e0a4";
}

.fl-bigmug-line-sort48:before {
    content: "\e0a5";
}

.fl-bigmug-line-speaker75:before {
    content: "\e0a6";
}

.fl-bigmug-line-speaker80:before {
    content: "\e0a7";
}

.fl-bigmug-line-speaker81:before {
    content: "\e0a8";
}

.fl-bigmug-line-speaker86:before {
    content: "\e0a9";
}

.fl-bigmug-line-speaker87:before {
    content: "\e0aa";
}

.fl-bigmug-line-speech96:before {
    content: "\e0ab";
}

.fl-bigmug-line-square152:before {
    content: "\e0ac";
}

.fl-bigmug-line-square156:before {
    content: "\e0ad";
}

.fl-bigmug-line-square160:before {
    content: "\e0ae";
}

.fl-bigmug-line-store10:before {
    content: "\e0af";
}

.fl-bigmug-line-sun81:before {
    content: "\e0b0";
}

.fl-bigmug-line-sunrise3:before {
    content: "\e0b1";
}

.fl-bigmug-line-switch23:before {
    content: "\e0b2";
}

.fl-bigmug-line-switch24:before {
    content: "\e0b3";
}

.fl-bigmug-line-tag47:before {
    content: "\e0b4";
}

.fl-bigmug-line-television20:before {
    content: "\e0b5";
}

.fl-bigmug-line-text108:before {
    content: "\e0b6";
}

.fl-bigmug-line-text109:before {
    content: "\e0b7";
}

.fl-bigmug-line-three142:before {
    content: "\e0b8";
}

.fl-bigmug-line-timer35:before {
    content: "\e0b9";
}

.fl-bigmug-line-tool16:before {
    content: "\e0ba";
}

.fl-bigmug-line-triangle33:before {
    content: "\e0bb";
}

.fl-bigmug-line-trophy55:before {
    content: "\e0bc";
}

.fl-bigmug-line-two311:before {
    content: "\e0bd";
}

.fl-bigmug-line-two316:before {
    content: "\e0be";
}

.fl-bigmug-line-two317:before {
    content: "\e0bf";
}

.fl-bigmug-line-two319:before {
    content: "\e0c0";
}

.fl-bigmug-line-two323:before {
    content: "\e0c1";
}

.fl-bigmug-line-unlocked27:before {
    content: "\e0c2";
}

.fl-bigmug-line-up100:before {
    content: "\e0c3";
}

.fl-bigmug-line-up102:before {
    content: "\e0c4";
}

.fl-bigmug-line-up103:before {
    content: "\e0c5";
}

.fl-bigmug-line-up104:before {
    content: "\e0c6";
}

.fl-bigmug-line-up107:before {
    content: "\e0c7";
}

.fl-bigmug-line-up111:before {
    content: "\e0c8";
}

.fl-bigmug-line-up112:before {
    content: "\e0c9";
}

.fl-bigmug-line-up114:before {
    content: "\e0ca";
}

.fl-bigmug-line-up98:before {
    content: "\e0cb";
}

.fl-bigmug-line-up99:before {
    content: "\e0cc";
}

.fl-bigmug-line-upload91:before {
    content: "\e0cd";
}

.fl-bigmug-line-upload92:before {
    content: "\e0ce";
}

.fl-bigmug-line-upper8:before {
    content: "\e0cf";
}

.fl-bigmug-line-user143:before {
    content: "\e0d0";
}

.fl-bigmug-line-user144:before {
    content: "\e0d1";
}

.fl-bigmug-line-video163:before {
    content: "\e0d2";
}

.fl-bigmug-line-wallet26:before {
    content: "\e0d3";
}

.fl-bigmug-line-weather21:before {
    content: "\e0d4";
}

.fl-bigmug-line-weekly14:before {
    content: "\e0d5";
}

.fl-bigmug-line-weekly15:before {
    content: "\e0d6";
}

.fl-bigmug-line-wind24:before {
    content: "\e0d7";
}

.fl-bigmug-line-window50:before {
    content: "\e0d8";
}

.fl-bigmug-line-winds4:before {
    content: "\e0d9";
}

.fl-bigmug-line-wrench66:before {
    content: "\e0da";
}

.fl-bigmug-line-zoom60:before {
    content: "\e0db";
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    width: 100%;
    color: #9b9b9b;
    background: #fff;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

figure {
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    color: #9b9b9b;
    background-color: transparent;
    text-decoration: none;
    transition: .25s;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

ul {
    padding: 0;
}

li {
    display: block;
}

.page {
    overflow: hidden;
}

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

@media (min-width: 992px) {
    .row-1 {
        margin-left: -20px;
        margin-right: -20px;
    }
    .row-1 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    .row-1 {
        margin-left: -28px;
        margin-right: -28px;
    }
    .row-1 > [class*='col'] {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.row-30 {
    margin-bottom: -30px;
}

.row-30:empty {
    margin-bottom: 0;
}

.row-30 > * {
    margin-bottom: 30px;
}

.row-60 {
    margin-bottom: -20px;
}

.row-60:empty {
    margin-bottom: 0;
}

.row-60 > * {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .row-60 {
        margin-bottom: -45px;
    }
    .row-60:empty {
        margin-bottom: 0;
    }
    .row-60 > * {
        margin-bottom: 45px;
    }
}

@media (min-width: 1700px) {
    .row-60 {
        margin-bottom: -60px;
    }
    .row-60:empty {
        margin-bottom: 0;
    }
    .row-60 > * {
        margin-bottom: 60px;
    }
}

.button {
    display: inline-block;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .025em;
    transition: .33s;
}

.button-default {
    padding: 19px;
    color: #151515;
    background-color: transparent;
    border: 2px solid #151515;
}

.button-default:hover {
    background: #fdce5d;
    border-color: #fdce5d;
}

.bg-gray-1 h1,
.bg-gray-1 h2,
.bg-gray-1 h3,
.bg-gray-1 h4,
.bg-gray-1 h5,
.bg-gray-1 h6,
.bg-gray-2 h1,
.bg-gray-2 h2,
.bg-gray-2 h3,
.bg-gray-2 h4,
.bg-gray-2 h5,
.bg-gray-2 h6,
.bg-gray-3 h1,
.bg-gray-3 h2,
.bg-gray-3 h3,
.bg-gray-3 h4,
.bg-gray-3 h5,
.bg-gray-3 h6 {
    color: #fff;
}

.bg-gray-1 .brand-slogan,
.bg-gray-2 .brand-slogan,
.bg-gray-3 .brand-slogan {
    color: #fff;
}

.bg-gray-1 .button-default,
.bg-gray-2 .button-default,
.bg-gray-3 .button-default {
    color: #fff;
    border-color: #fff;
}

.bg-gray-1 .button-default:hover,
.bg-gray-2 .button-default:hover,
.bg-gray-3 .button-default:hover {
    color: #2c343b;
    background: #fcef57;
    border-color: #fcef57;
}

.bg-gray-1 .rights,
.bg-gray-2 .rights,
.bg-gray-3 .rights {
    color: rgba(255, 255, 255, 0.3);
}

.bg-gray-1 {
    color: #fff;
    background: #393e50;
}

.bg-gray-2 {
    color: #fff;
    background: #4c4d57;
}

.bg-gray-3 {
    color: #fff;
    background: #5e5f6a;
}

.section-main {
    position: relative;
    overflow: hidden;
    display: flex;
}

.section-main::before,
.section-main::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.section-main::after {
    background: url(../images/landing-bg-pattern.png) repeat-x;
    background-position: bottom;
}

.section-main::before {
    background: url(../images/landing-bg-noise.png) repeat;
    background-size: cover;
}

.section-main-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    width: 100%;
    padding: 30px 0 50px;
}

@media (min-width: 992px) {
    .section-main-inner .container {
        max-width: 880px;
    }
}

@media (min-width: 1600px) {
    .section-main-inner .container {
        max-width: 1060px;
    }
}

@media (min-width: 1700px) {
    .section-main-inner .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .section-main-inner {
        padding: 8vh 0;
    }
}

.section-main-top {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -20px;
    margin-left: -20px;
}

.section-main-top:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.section-main-top > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
}

@media (min-width: 576px) {
    .section-main-top {
        flex-direction: row;
        justify-content: space-between;
    }
}

.section-main-body {
    width: 100%;
}

.section-main-player {
    display: none;
}

@media (min-width: 1200px) {
    .section-main-player {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        bottom: 0;
    }
    .section-main-player img {
        width: auto;
        max-height: 78vh;
        min-height: 400px;
    }
    .section-main-player-1 {
        right: calc(50% + 460px);
    }
    .section-main-player-2 {
        left: calc(50% + 460px);
    }
}

@media (min-width: 1600px) {
    .section-main-player img {
        max-height: 90vh;
    }
    .section-main-player-1 {
        right: calc(50% + 600px - 30px);
    }
    .section-main-player-2 {
        left: calc(50% + 600px - 30px);
    }
}

@media (min-width: 1700px) {
    .section-main-player img {
        max-height: 80vh;
    }
    .section-main-player-1 {
        right: calc(50% + 600px + 70px);
    }
    .section-main-player-2 {
        left: calc(50% + 600px + 70px);
    }
}

* + .section-main-body {
    margin-top: 6vh;
}

.brand {
    display: inline-block;
    text-align: left;
}

.brand-slogan {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;
}

.badge {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 5px;
    color: #151515;
    background: #fdce5d;
    border-radius: 5px;
}

.list-themes {
    counter-reset: li;
}

.list-item {
    position: relative;
    margin: 0 5px;
}

.list-item .badge {
    position: absolute;
    bottom: 10px;
    left: 0;
    transform: rotate(270deg);
    transform-origin: 0 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #2c343b;
    background: #fff;
}

@media (min-width: 992px) {
    .list-item {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .list-item .badge {
        bottom: 10px;
    }
}

@media (min-width: 1600px) {
    .list-item .badge {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .list-item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.list-item-inner {
    position: relative;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    padding: 20px 15px 25px 20px;
    box-shadow: 0 18px 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.list-item-inner::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 0;
    bottom: -30px;
    left: 0;
    transform-origin: 0 0;
    transform: skewY(2.5deg);
    border-radius: inherit;
    transition: .2s;
    outline: 2px solid transparent;
}

.list-item-inner[href='#'] {
    pointer-events: none;
}

.list-item-inner[href='#']::before,
.list-item-inner[href='#'] img {
    filter: grayscale(80%);
}

.list-item-inner:hover::before {
    transform: skewY(5.5deg) translate3d(0, -6px, 0);
}

.list-item-inner:hover .list-item-figure {
    transform: translate3d(0, -10px, 0) scale(1.05, 1.05);
}

.list-item-inner .list-item-figure {
    transition: .3s;
}

.list-item-inner > * {
    position: relative;
    z-index: 1;
}

.list-item-inner > * + * {
    margin-left: 10px;
}

@media (min-width: 992px) {
    .list-item-inner {
        padding: 25px 15px 25px 30px;
    }
    .list-item-inner::before {
        top: 25px;
    }
}

@media (min-width: 1200px) {
    .list-item-inner {
        padding: 25px 15px 20px 20px;
    }
}

@media (min-width: 1600px) {
    .list-item-inner {
        padding: 30px 15px 20px 25px;
    }
    .list-item-inner::before {
        top: 40px;
    }
}

@media (min-width: 1700px) {
    .list-item-inner {
        padding: 30px 20px 25px 25px;
    }
    .list-item-inner::before {
        top: 35px;
    }
}

@media (max-width: 575px) {
    .list-item-inner {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.list-item-1 .list-item-inner::before {
    background-image: linear-gradient(177deg, #516093 0%, #698fc3 100%);
}

.list-item-2 .list-item-inner::before {
    background-image: linear-gradient(176deg, #54b2f4 0%, #98dfa4 100%);
}

.list-item-3 .list-item-inner::before {
    background-image: linear-gradient(180deg, #f1e774 0%, #35ad79 100%);
}

.list-item-4 .list-item-inner::before {
    background-image: linear-gradient(177deg, #fceb5a 0%, #f8708d 100%);
}

.list-item-5 .list-item-inner::before {
    background-image: linear-gradient(176deg, #f2a346 0%, #f8c88a 100%);
}

.list-item-6 .list-item-inner::before {
    background-image: linear-gradient(176deg, #4141bc 0%, #61d5d6 100%);
}

.list-item-text {
    position: relative;
    z-index: 2;
    width: 40%;
    padding-top: 20px;
}

@media (min-width: 1600px) {
    .list-item-text {
        padding: 0 0 5px 0;
    }
}

.list-item-figure {
    width: 60%;
}

.list-item-figure img {
    height: auto;
    width: auto;
    max-width: 100%;
    pointer-events: none;
}

.list-item-title {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .075em;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.list-item-counter::before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, 0.45);
}

@media (min-width: 1200px) {
    .list-item-counter::before {
        font-size: 50px;
    }
}

@media (min-width: 1600px) {
    .list-item-counter::before {
        font-size: 60px;
    }
    .list-item-title {
        font-size: 16px;
    }
}

@media (min-width: 1700px) {
    .list-item-counter::before {
        font-size: 70px;
    }
    .list-item-title {
        font-size: 18px;
    }
}

.section-md {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .section-md {
        padding: 75px 0;
    }
}

@media (min-width: 1200px) {
    .section-md {
        padding: 90px 0;
    }
}

.thumbnail {
    width: 100%;
}

.thumbnail > * + * {
    margin-top: 15px;
}

@media (max-width: 575px) {
    .thumbnail {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

.thumbnail-media[href='#'],
.thumbnail-title a[href='#'] {
    pointer-events: none;
}

.thumbnail-media[href='#']::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.45);
}

.thumbnail-media {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 83.33333%;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.19);
    transition: .22s;
}

.thumbnail-media img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
}

@supports (object-fit: cover) {
    .thumbnail-media img {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        transform: none;
        object-fit: cover;
        object-position: center center;
    }
}

.thumbnail-media:hover {
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.3);
    transform: translate3d(0, -7px, 0);
}

.thumbnail-title {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    color: #151515;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.025em;
    margin-bottom: -5px;
    margin-left: -10px;
}

.thumbnail-title:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.thumbnail-title > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 10px;
}

.thumbnail-title * {
    display: inline-block;
}

.thumbnail-title a {
    color: inherit;
}

.thumbnail-title a:hover {
    color: #fdce5d;
}

.thumbnail-title .badge {
    position: relative;
    top: -1px;
}

.page-footer {
    padding: 40px 0;
    text-align: center;
}

.rights {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
}

.rights * {
    font: inherit;
    display: inline;
    color: inherit;
    vertical-align: middle;
}

.rights a {
    text-decoration: underline;
}

.rights a:hover {
    color: #fdce5d;
    text-decoration: none;
}

.rights .copyright-year {
    position: relative;
    top: -1px;
}

.oh {
    position: relative;
    overflow: hidden;
}

.align-self-center {
    align-self: center;
}

.range {
    display: flex;
    flex-wrap: wrap;
}

.range img {
    display: block;
}

.cell-inner {
    width: 100%;
}

[class*='cell'] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

[class*='cell']:nth-child(odd) .cell-inner {
    margin-left: auto;
}

@media (min-width: 992px) {
    .cell-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cell-lg-6 .cell-inner {
        max-width: 480px;
    }
}

@media (min-width: 1200px) {
    .cell-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cell-lg-6 .cell-inner {
        max-width: 570px;
    }
}

.image-wrap-cell {
    padding: 0;
}

.image-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 0 63.19082% 0;
}

.image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
}

@supports (object-fit: cover) {
    .image-wrap img {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        transform: none;
        object-fit: cover;
        object-position: 33% center;
    }
}

@media (min-width: 992px) {
    .image-wrap-cell {
        display: flex;
    }
    @-moz-document url-prefix() {
        .image-wrap-cell {
            display: block;
        }
        .image-wrap {
            height: 100%;
        }
    }
}

.list-icons {
    padding: 40px 0;
}

.list-icons-item {
    text-align: center;
    margin-bottom: -20px;
    margin-left: -20px;
}

.list-icons-item:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.list-icons-item > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
}

.list-icons-item p {
    letter-spacing: .075em;
}

.list-icons-item + .list-icons-item {
    margin-top: 30px;
}

.list-icons-item-icon-wrap {
    position: relative;
    padding: 10px 20px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.list-icons-item-icon-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #6e6f7a;
    pointer-events: none;
    border-radius: 9px;
}

.list-icons-item-icon-wrap .icon {
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.3);
}

.list-icons-item-main {
    align-self: center;
}

[class*='bg-gray'] .list-icons-item {
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 350px) {
    .list-icons-item {
        display: flex;
        text-align: left;
    }
    .list-icons-item-icon-wrap {
        height: auto;
        width: auto;
    }
}

@media (max-width: 767px) {
    .list-icons-item {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) {
    .list-icons-item + .list-icons-item {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .list-icons {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
    .list-icons p {
        padding-right: 30px;
    }
    .list-icons-item {
        margin-left: -40px;
    }
    .list-icons-item > * {
        margin-left: 40px;
    }
    .list-icons-item-icon-wrap {
        padding-left: 50px;
    }
    .list-icons-item-icon-wrap::before {
        left: -100vw;
        transform: skew(-8deg);
        transform-origin: 100% 100%;
    }
    .list-icons-item-icon-wrap .icon {
        font-size: 45px;
        min-width: 50px;
    }
}

@media (min-width: 992px) {
    .list-icons {
        padding: 70px 0;
    }
}

@media (min-width: 1200px) {
    .list-icons-item * + p {
        margin-top: 17px;
    }
    .list-icons-item-icon-wrap {
        padding: 22px;
    }
    .list-icons-item-icon-wrap .icon {
        font-size: 67px;
        min-width: 70px;
    }
}
