/*
 * Template Name: Default Theme for iShopGo
 * URL: ishopgo.com
 * Time: Jan 2017
 * Author: Hiep Ta
 * Author Email: hieptq11@gmail.com
 */
/**
 * Retrieves a color value from the $material-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&subset=vietnamese");
/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-50 {
    color: #ffebee !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-50 {
    background-color: #ffebee !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-100 {
    color: #ffcdd2 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-100 {
    background-color: #ffcdd2 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-200 {
    color: #ef9a9a !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-200 {
    background-color: #ef9a9a !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-300 {
    color: #e57373 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-300 {
    background-color: #e57373 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-400 {
    color: #ef5350 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-400 {
    background-color: #ef5350 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-500 {
    color: #f44336 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-500 {
    background-color: #f44336 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-600 {
    color: #e53935 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-600 {
    background-color: #e53935 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-700 {
    color: #d32f2f !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-700 {
    background-color: #d32f2f !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-800 {
    color: #c62828 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-800 {
    background-color: #c62828 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-900 {
    color: #b71c1c !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-900 {
    background-color: #b71c1c !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-a100 {
    color: #ff8a80 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-a100 {
    background-color: #ff8a80 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-a200 {
    color: #ff5252 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-a200 {
    background-color: #ff5252 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-a400 {
    color: #ff1744 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-a400 {
    background-color: #ff1744 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-red-a700 {
    color: #d50000 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-red-a700 {
    background-color: #d50000 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-50 {
    color: #fce4ec !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-50 {
    background-color: #fce4ec !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-100 {
    color: #f8bbd0 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-100 {
    background-color: #f8bbd0 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-200 {
    color: #f48fb1 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-200 {
    background-color: #f48fb1 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-300 {
    color: #f06292 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-300 {
    background-color: #f06292 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-400 {
    color: #ec407a !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-400 {
    background-color: #ec407a !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-500 {
    color: #e91e63 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-500 {
    background-color: #e91e63 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-600 {
    color: #d81b60 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-600 {
    background-color: #d81b60 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-700 {
    color: #c2185b !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-700 {
    background-color: #c2185b !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-800 {
    color: #ad1457 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-800 {
    background-color: #ad1457 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-900 {
    color: #880e4f !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-900 {
    background-color: #880e4f !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-a100 {
    color: #ff80ab !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-a100 {
    background-color: #ff80ab !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-a200 {
    color: #ff4081 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-a200 {
    background-color: #ff4081 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-a400 {
    color: #f50057 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-a400 {
    background-color: #f50057 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-pink-a700 {
    color: #c51162 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-pink-a700 {
    background-color: #c51162 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-50 {
    color: #f3e5f5 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-50 {
    background-color: #f3e5f5 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-100 {
    color: #e1bee7 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-100 {
    background-color: #e1bee7 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-200 {
    color: #ce93d8 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-200 {
    background-color: #ce93d8 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-300 {
    color: #ba68c8 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-300 {
    background-color: #ba68c8 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-400 {
    color: #ab47bc !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-400 {
    background-color: #ab47bc !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-500 {
    color: #9c27b0 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-500 {
    background-color: #9c27b0 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-600 {
    color: #8e24aa !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-600 {
    background-color: #8e24aa !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-700 {
    color: #7b1fa2 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-700 {
    background-color: #7b1fa2 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-800 {
    color: #6a1b9a !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-800 {
    background-color: #6a1b9a !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-900 {
    color: #4a148c !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-900 {
    background-color: #4a148c !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-a100 {
    color: #ea80fc !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-a100 {
    background-color: #ea80fc !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-a200 {
    color: #e040fb !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-a200 {
    background-color: #e040fb !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-a400 {
    color: #d500f9 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-a400 {
    background-color: #d500f9 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-purple-a700 {
    color: #aa00ff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-purple-a700 {
    background-color: #aa00ff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-50 {
    color: #ede7f6 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-50 {
    background-color: #ede7f6 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-100 {
    color: #d1c4e9 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-100 {
    background-color: #d1c4e9 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-200 {
    color: #b39ddb !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-200 {
    background-color: #b39ddb !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-300 {
    color: #9575cd !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-300 {
    background-color: #9575cd !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-400 {
    color: #7e57c2 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-400 {
    background-color: #7e57c2 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-500 {
    color: #673ab7 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-500 {
    background-color: #673ab7 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-600 {
    color: #5e35b1 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-600 {
    background-color: #5e35b1 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-700 {
    color: #512da8 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-700 {
    background-color: #512da8 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-800 {
    color: #4527a0 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-800 {
    background-color: #4527a0 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-900 {
    color: #311b92 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-900 {
    background-color: #311b92 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-a100 {
    color: #b388ff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-a100 {
    background-color: #b388ff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-a200 {
    color: #7c4dff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-a200 {
    background-color: #7c4dff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-a400 {
    color: #651fff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-a400 {
    background-color: #651fff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-purple-a700 {
    color: #6200ea !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-purple-a700 {
    background-color: #6200ea !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-50 {
    color: #e8eaf6 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-50 {
    background-color: #e8eaf6 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-100 {
    color: #c5cae9 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-100 {
    background-color: #c5cae9 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-200 {
    color: #9fa8da !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-200 {
    background-color: #9fa8da !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-300 {
    color: #7986cb !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-300 {
    background-color: #7986cb !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-400 {
    color: #5c6bc0 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-400 {
    background-color: #5c6bc0 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-500 {
    color: #3f51b5 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-500 {
    background-color: #3f51b5 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-600 {
    color: #3949ab !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-600 {
    background-color: #3949ab !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-700 {
    color: #303f9f !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-700 {
    background-color: #303f9f !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-800 {
    color: #283593 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-800 {
    background-color: #283593 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-900 {
    color: #1a237e !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-900 {
    background-color: #1a237e !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-a100 {
    color: #8c9eff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-a100 {
    background-color: #8c9eff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-a200 {
    color: #536dfe !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-a200 {
    background-color: #536dfe !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-a400 {
    color: #3d5afe !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-a400 {
    background-color: #3d5afe !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-indigo-a700 {
    color: #304ffe !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-indigo-a700 {
    background-color: #304ffe !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-50 {
    color: #e3f2fd !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-50 {
    background-color: #e3f2fd !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-100 {
    color: #bbdefb !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-100 {
    background-color: #bbdefb !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-200 {
    color: #90caf9 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-200 {
    background-color: #90caf9 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-300 {
    color: #64b5f6 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-300 {
    background-color: #64b5f6 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-400 {
    color: #42a5f5 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-400 {
    background-color: #42a5f5 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-500 {
    color: #2196f3 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-500 {
    background-color: #2196f3 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-600 {
    color: #1e88e5 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-600 {
    background-color: #1e88e5 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-700 {
    color: #1976d2 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-700 {
    background-color: #1976d2 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-800 {
    color: #1565c0 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-800 {
    background-color: #1565c0 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-900 {
    color: #0d47a1 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-900 {
    background-color: #0d47a1 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-a100 {
    color: #82b1ff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-a100 {
    background-color: #82b1ff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-a200 {
    color: #448aff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-a200 {
    background-color: #448aff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-a400 {
    color: #2979ff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-a400 {
    background-color: #2979ff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-a700 {
    color: #2962ff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-a700 {
    background-color: #2962ff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-50 {
    color: #e1f5fe !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-50 {
    background-color: #e1f5fe !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-100 {
    color: #b3e5fc !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-100 {
    background-color: #b3e5fc !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-200 {
    color: #81d4fa !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-200 {
    background-color: #81d4fa !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-300 {
    color: #4fc3f7 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-300 {
    background-color: #4fc3f7 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-400 {
    color: #29b6f6 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-400 {
    background-color: #29b6f6 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-500 {
    color: #03a9f4 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-500 {
    background-color: #03a9f4 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-600 {
    color: #039be5 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-600 {
    background-color: #039be5 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-700 {
    color: #0288d1 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-700 {
    background-color: #0288d1 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-800 {
    color: #0277bd !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-800 {
    background-color: #0277bd !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-900 {
    color: #01579b !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-900 {
    background-color: #01579b !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-a100 {
    color: #80d8ff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-a100 {
    background-color: #80d8ff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-a200 {
    color: #40c4ff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-a200 {
    background-color: #40c4ff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-a400 {
    color: #00b0ff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-a400 {
    background-color: #00b0ff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-blue-a700 {
    color: #0091ea !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-blue-a700 {
    background-color: #0091ea !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-50 {
    color: #e0f7fa !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-50 {
    background-color: #e0f7fa !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-100 {
    color: #b2ebf2 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-100 {
    background-color: #b2ebf2 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-200 {
    color: #80deea !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-200 {
    background-color: #80deea !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-300 {
    color: #4dd0e1 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-300 {
    background-color: #4dd0e1 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-400 {
    color: #26c6da !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-400 {
    background-color: #26c6da !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-500 {
    color: #00bcd4 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-500 {
    background-color: #00bcd4 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-600 {
    color: #00acc1 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-600 {
    background-color: #00acc1 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-700 {
    color: #0097a7 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-700 {
    background-color: #0097a7 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-800 {
    color: #00838f !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-800 {
    background-color: #00838f !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-900 {
    color: #006064 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-900 {
    background-color: #006064 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-a100 {
    color: #84ffff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-a100 {
    background-color: #84ffff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-a200 {
    color: #18ffff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-a200 {
    background-color: #18ffff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-a400 {
    color: #00e5ff !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-a400 {
    background-color: #00e5ff !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-cyan-a700 {
    color: #00b8d4 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-cyan-a700 {
    background-color: #00b8d4 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-50 {
    color: #e0f2f1 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-50 {
    background-color: #e0f2f1 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-100 {
    color: #b2dfdb !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-100 {
    background-color: #b2dfdb !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-200 {
    color: #80cbc4 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-200 {
    background-color: #80cbc4 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-300 {
    color: #4db6ac !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-300 {
    background-color: #4db6ac !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-400 {
    color: #26a69a !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-400 {
    background-color: #26a69a !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-500 {
    color: #009688 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-500 {
    background-color: #009688 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-600 {
    color: #00897b !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-600 {
    background-color: #00897b !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-700 {
    color: #00796b !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-700 {
    background-color: #00796b !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-800 {
    color: #00695c !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-800 {
    background-color: #00695c !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-900 {
    color: #004d40 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-900 {
    background-color: #004d40 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-a100 {
    color: #a7ffeb !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-a100 {
    background-color: #a7ffeb !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-a200 {
    color: #64ffda !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-a200 {
    background-color: #64ffda !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-a400 {
    color: #1de9b6 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-a400 {
    background-color: #1de9b6 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-teal-a700 {
    color: #00bfa5 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-teal-a700 {
    background-color: #00bfa5 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-50 {
    color: #e8f5e9 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-50 {
    background-color: #e8f5e9 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-100 {
    color: #c8e6c9 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-100 {
    background-color: #c8e6c9 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-200 {
    color: #a5d6a7 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-200 {
    background-color: #a5d6a7 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-300 {
    color: #81c784 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-300 {
    background-color: #81c784 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-400 {
    color: #66bb6a !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-400 {
    background-color: #66bb6a !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-500 {
    color: #4caf50 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-500 {
    background-color: #4caf50 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-600 {
    color: #43a047 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-600 {
    background-color: #43a047 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-700 {
    color: #388e3c !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-700 {
    background-color: #388e3c !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-800 {
    color: #2e7d32 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-800 {
    background-color: #2e7d32 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-900 {
    color: #1b5e20 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-900 {
    background-color: #1b5e20 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-a100 {
    color: #b9f6ca !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-a100 {
    background-color: #b9f6ca !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-a200 {
    color: #69f0ae !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-a200 {
    background-color: #69f0ae !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-a400 {
    color: #00e676 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-a400 {
    background-color: #00e676 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-green-a700 {
    color: #00c853 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-green-a700 {
    background-color: #00c853 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-50 {
    color: #f1f8e9 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-50 {
    background-color: #f1f8e9 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-100 {
    color: #dcedc8 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-100 {
    background-color: #dcedc8 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-200 {
    color: #c5e1a5 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-200 {
    background-color: #c5e1a5 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-300 {
    color: #aed581 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-300 {
    background-color: #aed581 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-400 {
    color: #9ccc65 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-400 {
    background-color: #9ccc65 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-500 {
    color: #8bc34a !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-500 {
    background-color: #8bc34a !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-600 {
    color: #7cb342 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-600 {
    background-color: #7cb342 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-700 {
    color: #689f38 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-700 {
    background-color: #689f38 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-800 {
    color: #558b2f !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-800 {
    background-color: #558b2f !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-900 {
    color: #33691e !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-900 {
    background-color: #33691e !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-a100 {
    color: #ccff90 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-a100 {
    background-color: #ccff90 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-a200 {
    color: #b2ff59 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-a200 {
    background-color: #b2ff59 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-a400 {
    color: #76ff03 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-a400 {
    background-color: #76ff03 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-light-green-a700 {
    color: #64dd17 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-light-green-a700 {
    background-color: #64dd17 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-50 {
    color: #f9fbe7 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-50 {
    background-color: #f9fbe7 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-100 {
    color: #f0f4c3 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-100 {
    background-color: #f0f4c3 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-200 {
    color: #e6ee9c !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-200 {
    background-color: #e6ee9c !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-300 {
    color: #dce775 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-300 {
    background-color: #dce775 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-400 {
    color: #d4e157 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-400 {
    background-color: #d4e157 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-500 {
    color: #cddc39 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-500 {
    background-color: #cddc39 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-600 {
    color: #c0ca33 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-600 {
    background-color: #c0ca33 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-700 {
    color: #afb42b !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-700 {
    background-color: #afb42b !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-800 {
    color: #9e9d24 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-800 {
    background-color: #9e9d24 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-900 {
    color: #827717 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-900 {
    background-color: #827717 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-a100 {
    color: #f4ff81 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-a100 {
    background-color: #f4ff81 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-a200 {
    color: #eeff41 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-a200 {
    background-color: #eeff41 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-a400 {
    color: #c6ff00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-a400 {
    background-color: #c6ff00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-lime-a700 {
    color: #aeea00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-lime-a700 {
    background-color: #aeea00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-50 {
    color: #fffde7 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-50 {
    background-color: #fffde7 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-100 {
    color: #fff9c4 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-100 {
    background-color: #fff9c4 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-200 {
    color: #fff59d !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-200 {
    background-color: #fff59d !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-300 {
    color: #fff176 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-300 {
    background-color: #fff176 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-400 {
    color: #ffee58 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-400 {
    background-color: #ffee58 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-500 {
    color: #ffeb3b !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-500 {
    background-color: #ffeb3b !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-600 {
    color: #fdd835 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-600 {
    background-color: #fdd835 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-700 {
    color: #fbc02d !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-700 {
    background-color: #fbc02d !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-800 {
    color: #f9a825 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-800 {
    background-color: #f9a825 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-900 {
    color: #f57f17 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-900 {
    background-color: #f57f17 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-a100 {
    color: #ffff8d !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-a100 {
    background-color: #ffff8d !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-a200 {
    color: #ffff00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-a200 {
    background-color: #ffff00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-a400 {
    color: #ffea00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-a400 {
    background-color: #ffea00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-yellow-a700 {
    color: #ffd600 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-yellow-a700 {
    background-color: #ffd600 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-50 {
    color: #fff8e1 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-50 {
    background-color: #fff8e1 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-100 {
    color: #ffecb3 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-100 {
    background-color: #ffecb3 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-200 {
    color: #ffe082 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-200 {
    background-color: #ffe082 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-300 {
    color: #ffd54f !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-300 {
    background-color: #ffd54f !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-400 {
    color: #ffca28 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-400 {
    background-color: #ffca28 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-500 {
    color: #ffc107 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-500 {
    background-color: #ffc107 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-600 {
    color: #ffb300 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-600 {
    background-color: #ffb300 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-700 {
    color: #ffa000 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-700 {
    background-color: #ffa000 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-800 {
    color: #ff8f00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-800 {
    background-color: #ff8f00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-900 {
    color: #ff6f00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-900 {
    background-color: #ff6f00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-a100 {
    color: #ffe57f !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-a100 {
    background-color: #ffe57f !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-a200 {
    color: #ffd740 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-a200 {
    background-color: #ffd740 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-a400 {
    color: #ffc400 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-a400 {
    background-color: #ffc400 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-amber-a700 {
    color: #ffab00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-amber-a700 {
    background-color: #ffab00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-50 {
    color: #fff3e0 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-50 {
    background-color: #fff3e0 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-100 {
    color: #ffe0b2 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-100 {
    background-color: #ffe0b2 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-200 {
    color: #ffcc80 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-200 {
    background-color: #ffcc80 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-300 {
    color: #ffb74d !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-300 {
    background-color: #ffb74d !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-400 {
    color: #ffa726 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-400 {
    background-color: #ffa726 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-500 {
    color: #ff9800 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-500 {
    background-color: #ff9800 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-600 {
    color: #fb8c00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-600 {
    background-color: #fb8c00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-700 {
    color: #f57c00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-700 {
    background-color: #f57c00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-800 {
    color: #ef6c00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-800 {
    background-color: #ef6c00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-900 {
    color: #e65100 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-900 {
    background-color: #e65100 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-a100 {
    color: #ffd180 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-a100 {
    background-color: #ffd180 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-a200 {
    color: #ffab40 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-a200 {
    background-color: #ffab40 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-a400 {
    color: #ff9100 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-a400 {
    background-color: #ff9100 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-orange-a700 {
    color: #ff6d00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-orange-a700 {
    background-color: #ff6d00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-50 {
    color: #fbe9e7 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-50 {
    background-color: #fbe9e7 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-100 {
    color: #ffccbc !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-100 {
    background-color: #ffccbc !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-200 {
    color: #ffab91 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-200 {
    background-color: #ffab91 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-300 {
    color: #ff8a65 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-300 {
    background-color: #ff8a65 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-400 {
    color: #ff7043 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-400 {
    background-color: #ff7043 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-500 {
    color: #ff5722 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-500 {
    background-color: #ff5722 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-600 {
    color: #f4511e !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-600 {
    background-color: #f4511e !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-700 {
    color: #e64a19 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-700 {
    background-color: #e64a19 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-800 {
    color: #d84315 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-800 {
    background-color: #d84315 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-900 {
    color: #bf360c !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-900 {
    background-color: #bf360c !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-a100 {
    color: #ff9e80 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-a100 {
    background-color: #ff9e80 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-a200 {
    color: #ff6e40 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-a200 {
    background-color: #ff6e40 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-a400 {
    color: #ff3d00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-a400 {
    background-color: #ff3d00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-deep-orange-a700 {
    color: #dd2c00 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-deep-orange-a700 {
    background-color: #dd2c00 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-brown-50 {
    color: #efebe9 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-brown-50 {
    background-color: #efebe9 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-brown-100 {
    color: #d7ccc8 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-brown-100 {
    background-color: #d7ccc8 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-brown-200 {
    color: #bcaaa4 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-brown-200 {
    background-color: #bcaaa4 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-brown-300 {
    color: #a1887f !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-brown-300 {
    background-color: #a1887f !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-brown-400 {
    color: #8d6e63 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-brown-400 {
    background-color: #8d6e63 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-brown-500 {
    color: #795548 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-brown-500 {
    background-color: #795548 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-brown-600 {
    color: #6d4c41 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-brown-600 {
    background-color: #6d4c41 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-brown-700 {
    color: #5d4037 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-brown-700 {
    background-color: #5d4037 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-brown-800 {
    color: #4e342e !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-brown-800 {
    background-color: #4e342e !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-brown-900 {
    color: #3e2723 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-brown-900 {
    background-color: #3e2723 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-grey-50 {
    color: #fafafa !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-grey-50 {
    background-color: #fafafa !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-grey-100 {
    color: #f5f5f5 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-grey-100 {
    background-color: #f5f5f5 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-grey-200 {
    color: #eeeeee !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-grey-200 {
    background-color: #eeeeee !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-grey-300 {
    color: #e0e0e0 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-grey-300 {
    background-color: #e0e0e0 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-grey-400 {
    color: #bdbdbd !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-grey-400 {
    background-color: #bdbdbd !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-grey-500 {
    color: #9e9e9e !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-grey-500 {
    background-color: #9e9e9e !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-grey-600 {
    color: #757575 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-grey-600 {
    background-color: #757575 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-grey-700 {
    color: #616161 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-grey-700 {
    background-color: #616161 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-grey-800 {
    color: #424242 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-grey-800 {
    background-color: #424242 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-grey-900 {
    color: #212121 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-grey-900 {
    background-color: #212121 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-grey-50 {
    color: #eceff1 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-grey-50 {
    background-color: #eceff1 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-grey-100 {
    color: #cfd8dc !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-grey-100 {
    background-color: #cfd8dc !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-grey-200 {
    color: #b0bec5 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-grey-200 {
    background-color: #b0bec5 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-grey-300 {
    color: #90a4ae !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-grey-300 {
    background-color: #90a4ae !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-grey-400 {
    color: #78909c !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-grey-400 {
    background-color: #78909c !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-grey-500 {
    color: #607d8b !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-grey-500 {
    background-color: #607d8b !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-grey-600 {
    color: #546e7a !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-grey-600 {
    background-color: #546e7a !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-grey-700 {
    color: #455a64 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-grey-700 {
    background-color: #455a64 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-grey-800 {
    color: #37474f !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-grey-800 {
    background-color: #37474f !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-grey-900 {
    color: #263238 !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-grey-900 {
    background-color: #263238 !important;
}

/* line 5, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.color-blue-grey-1000 {
    color: #11171a !important;
}

/* line 8, ../scss/libs/material-colors/_sass-material-colors-classes.scss */
.bg-color-blue-grey-1000 {
    background-color: #11171a !important;
}

/* line 5, ../scss/base/_base.scss */
body {
    line-height: 21px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #212121;
    background-color: #f5f5f5;
}

/* line 14, ../scss/base/_base.scss */
a:focus {
    outline: none;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-0 {
    width: 0px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-0 {
    height: 0px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-0 {
    max-width: 0px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-0 {
    max-height: 0px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-0 {
    min-width: 0px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-0 {
    min-height: 0px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-20 {
    width: 20px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-20 {
    height: 20px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-20 {
    max-width: 20px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-20 {
    max-height: 20px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-20 {
    min-width: 20px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-20 {
    min-height: 20px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-40 {
    width: 40px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-40 {
    height: 40px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-40 {
    max-width: 40px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-40 {
    max-height: 40px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-40 {
    min-width: 40px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-40 {
    min-height: 40px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-60 {
    width: 60px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-60 {
    height: 60px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-60 {
    max-width: 60px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-60 {
    max-height: 60px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-60 {
    min-width: 60px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-60 {
    min-height: 60px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-80 {
    width: 80px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-80 {
    height: 80px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-80 {
    max-width: 80px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-80 {
    max-height: 80px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-80 {
    min-width: 80px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-80 {
    min-height: 80px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-100 {
    width: 100px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-100 {
    height: 100px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-100 {
    max-width: 100px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-100 {
    max-height: 100px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-100 {
    min-width: 100px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-100 {
    min-height: 100px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-120 {
    width: 120px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-120 {
    height: 120px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-120 {
    max-width: 120px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-120 {
    max-height: 120px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-120 {
    min-width: 120px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-120 {
    min-height: 120px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-140 {
    width: 140px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-140 {
    height: 140px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-140 {
    max-width: 140px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-140 {
    max-height: 140px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-140 {
    min-width: 140px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-140 {
    min-height: 140px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-160 {
    width: 160px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-160 {
    height: 160px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-160 {
    max-width: 160px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-160 {
    max-height: 160px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-160 {
    min-width: 160px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-160 {
    min-height: 160px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-180 {
    width: 180px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-180 {
    height: 180px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-180 {
    max-width: 180px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-180 {
    max-height: 180px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-180 {
    min-width: 180px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-180 {
    min-height: 180px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-200 {
    width: 200px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-200 {
    height: 200px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-200 {
    max-width: 200px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-200 {
    max-height: 200px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-200 {
    min-width: 200px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-200 {
    min-height: 200px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-220 {
    width: 220px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-220 {
    height: 220px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-220 {
    max-width: 220px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-220 {
    max-height: 220px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-220 {
    min-width: 220px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-220 {
    min-height: 220px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-240 {
    width: 240px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-240 {
    height: 240px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-240 {
    max-width: 240px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-240 {
    max-height: 240px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-240 {
    min-width: 240px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-240 {
    min-height: 240px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-260 {
    width: 260px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-260 {
    height: 260px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-260 {
    max-width: 260px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-260 {
    max-height: 260px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-260 {
    min-width: 260px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-260 {
    min-height: 260px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-280 {
    width: 280px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-280 {
    height: 280px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-280 {
    max-width: 280px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-280 {
    max-height: 280px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-280 {
    min-width: 280px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-280 {
    min-height: 280px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-300 {
    width: 300px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-300 {
    height: 300px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-300 {
    max-width: 300px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-300 {
    max-height: 300px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-300 {
    min-width: 300px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-300 {
    min-height: 300px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-320 {
    width: 320px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-320 {
    height: 320px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-320 {
    max-width: 320px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-320 {
    max-height: 320px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-320 {
    min-width: 320px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-320 {
    min-height: 320px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-340 {
    width: 340px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-340 {
    height: 340px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-340 {
    max-width: 340px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-340 {
    max-height: 340px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-340 {
    min-width: 340px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-340 {
    min-height: 340px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-360 {
    width: 360px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-360 {
    height: 360px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-360 {
    max-width: 360px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-360 {
    max-height: 360px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-360 {
    min-width: 360px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-360 {
    min-height: 360px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-380 {
    width: 380px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-380 {
    height: 380px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-380 {
    max-width: 380px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-380 {
    max-height: 380px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-380 {
    min-width: 380px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-380 {
    min-height: 380px !important;
}

/* line 10, ../scss/classes/_default-classes.scss */
.w-400 {
    width: 400px !important;
}

/* line 11, ../scss/classes/_default-classes.scss */
.h-400 {
    height: 400px !important;
}

/* line 12, ../scss/classes/_default-classes.scss */
.maxw-400 {
    max-width: 400px !important;
}

/* line 13, ../scss/classes/_default-classes.scss */
.maxh-400 {
    max-height: 400px !important;
}

/* line 14, ../scss/classes/_default-classes.scss */
.minw-400 {
    min-width: 400px !important;
}

/* line 15, ../scss/classes/_default-classes.scss */
.minh-400 {
    min-height: 400px !important;
}

/* line 17, ../scss/classes/_default-classes.scss */
.w-auto {
    width: auto !important;
}

/* line 18, ../scss/classes/_default-classes.scss */
.h-auto {
    height: auto !important;
}

/* line 20, ../scss/classes/_default-classes.scss */
.mw-none {
    max-width: none !important;
}

/* line 22, ../scss/classes/_default-classes.scss */
.w-100pct {
    width: 100% !important;
}

/* line 23, ../scss/classes/_default-classes.scss */
.h-100pct {
    height: 100% !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma--16 {
    margin: -16px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx--16 {
    margin-left: -16px !important;
    margin-right: -16px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my--16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml--16 {
    margin-left: -16px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr--16 {
    margin-right: -16px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt--16 {
    margin-top: -16px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb--16 {
    margin-bottom: -16px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma--12 {
    margin: -12px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx--12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my--12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml--12 {
    margin-left: -12px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr--12 {
    margin-right: -12px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt--12 {
    margin-top: -12px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb--12 {
    margin-bottom: -12px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma--8 {
    margin: -8px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx--8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my--8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml--8 {
    margin-left: -8px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr--8 {
    margin-right: -8px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt--8 {
    margin-top: -8px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb--8 {
    margin-bottom: -8px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma--4 {
    margin: -4px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx--4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my--4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml--4 {
    margin-left: -4px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr--4 {
    margin-right: -4px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt--4 {
    margin-top: -4px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb--4 {
    margin-bottom: -4px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-0 {
    margin: 0px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-0 {
    margin-left: 0px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-0 {
    margin-right: 0px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-0 {
    margin-top: 0px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-0 {
    margin-bottom: 0px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-4 {
    margin: 4px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-4 {
    margin-left: 4px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-4 {
    margin-right: 4px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-4 {
    margin-top: 4px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-4 {
    margin-bottom: 4px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-8 {
    margin: 8px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-8 {
    margin-left: 8px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-8 {
    margin-right: 8px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-8 {
    margin-top: 8px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-8 {
    margin-bottom: 8px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-12 {
    margin: 12px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-12 {
    margin-left: 12px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-12 {
    margin-right: 12px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-12 {
    margin-top: 12px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-12 {
    margin-bottom: 12px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-16 {
    margin: 16px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-16 {
    margin-left: 16px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-16 {
    margin-right: 16px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-16 {
    margin-top: 16px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-16 {
    margin-bottom: 16px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-20 {
    margin: 20px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-20 {
    margin-left: 20px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-20 {
    margin-right: 20px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-20 {
    margin-top: 20px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-20 {
    margin-bottom: 20px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-24 {
    margin: 24px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-24 {
    margin-left: 24px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-24 {
    margin-right: 24px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-24 {
    margin-top: 24px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-24 {
    margin-bottom: 24px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-28 {
    margin: 28px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-28 {
    margin-left: 28px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-28 {
    margin-right: 28px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-28 {
    margin-top: 28px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-28 {
    margin-bottom: 28px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-32 {
    margin: 32px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-32 {
    margin-left: 32px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-32 {
    margin-right: 32px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-32 {
    margin-top: 32px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-32 {
    margin-bottom: 32px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-36 {
    margin: 36px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-36 {
    margin-left: 36px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-36 {
    margin-right: 36px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-36 {
    margin-top: 36px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-36 {
    margin-bottom: 36px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-40 {
    margin: 40px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-40 {
    margin-left: 40px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-40 {
    margin-right: 40px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-40 {
    margin-top: 40px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-40 {
    margin-bottom: 40px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-44 {
    margin: 44px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-44 {
    margin-left: 44px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-44 {
    margin-right: 44px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-44 {
    margin-top: 44px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-44 {
    margin-bottom: 44px !important;
}

/* line 30, ../scss/classes/_default-classes.scss */
.ma-48 {
    margin: 48px !important;
}

/* line 31, ../scss/classes/_default-classes.scss */
.mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
}

/* line 32, ../scss/classes/_default-classes.scss */
.my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}

/* line 33, ../scss/classes/_default-classes.scss */
.ml-48 {
    margin-left: 48px !important;
}

/* line 34, ../scss/classes/_default-classes.scss */
.mr-48 {
    margin-right: 48px !important;
}

/* line 35, ../scss/classes/_default-classes.scss */
.mt-48 {
    margin-top: 48px !important;
}

/* line 36, ../scss/classes/_default-classes.scss */
.mb-48 {
    margin-bottom: 48px !important;
}

/* line 38, ../scss/classes/_default-classes.scss */
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-0 {
    padding: 0px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-0 {
    padding-top: 0px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-0 {
    padding-bottom: 0px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-0 {
    padding-left: 0px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-0 {
    padding-right: 0px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-4 {
    padding: 4px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-4 {
    padding-top: 4px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-4 {
    padding-bottom: 4px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-4 {
    padding-left: 4px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-4 {
    padding-right: 4px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-8 {
    padding: 8px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-8 {
    padding-top: 8px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-8 {
    padding-bottom: 8px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-8 {
    padding-left: 8px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-8 {
    padding-right: 8px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-12 {
    padding: 12px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-12 {
    padding-top: 12px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-12 {
    padding-bottom: 12px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-12 {
    padding-left: 12px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-12 {
    padding-right: 12px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-16 {
    padding: 16px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-16 {
    padding-top: 16px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-16 {
    padding-bottom: 16px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-16 {
    padding-left: 16px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-16 {
    padding-right: 16px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-20 {
    padding: 20px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-20 {
    padding-top: 20px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-20 {
    padding-bottom: 20px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-20 {
    padding-left: 20px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-20 {
    padding-right: 20px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-24 {
    padding: 24px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-24 {
    padding-top: 24px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-24 {
    padding-bottom: 24px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-24 {
    padding-left: 24px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-24 {
    padding-right: 24px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-28 {
    padding: 28px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-28 {
    padding-top: 28px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-28 {
    padding-bottom: 28px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-28 {
    padding-left: 28px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-28 {
    padding-right: 28px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-32 {
    padding: 32px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-32 {
    padding-top: 32px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-32 {
    padding-bottom: 32px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-32 {
    padding-left: 32px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-32 {
    padding-right: 32px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-36 {
    padding: 36px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-36 {
    padding-top: 36px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-36 {
    padding-bottom: 36px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-36 {
    padding-left: 36px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-36 {
    padding-right: 36px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-40 {
    padding: 40px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-40 {
    padding-top: 40px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-40 {
    padding-bottom: 40px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-40 {
    padding-left: 40px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-40 {
    padding-right: 40px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-44 {
    padding: 44px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-44 {
    padding-top: 44px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-44 {
    padding-bottom: 44px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-44 {
    padding-left: 44px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-44 {
    padding-right: 44px !important;
}

/* line 46, ../scss/classes/_default-classes.scss */
.pa-48 {
    padding: 48px !important;
}

/* line 47, ../scss/classes/_default-classes.scss */
.px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

/* line 48, ../scss/classes/_default-classes.scss */
.py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

/* line 49, ../scss/classes/_default-classes.scss */
.pt-48 {
    padding-top: 48px !important;
}

/* line 50, ../scss/classes/_default-classes.scss */
.pb-48 {
    padding-bottom: 48px !important;
}

/* line 51, ../scss/classes/_default-classes.scss */
.pl-48 {
    padding-left: 48px !important;
}

/* line 52, ../scss/classes/_default-classes.scss */
.pr-48 {
    padding-right: 48px !important;
}

/* line 64, ../scss/classes/_default-classes.scss */
.bda-0 {
    border: 0 !important;
}

/* line 65, ../scss/classes/_default-classes.scss */
.bdt-0 {
    border-top: 0 !important;
}

/* line 66, ../scss/classes/_default-classes.scss */
.bdb-0 {
    border-bottom: 0 !important;
}

/* line 67, ../scss/classes/_default-classes.scss */
.bdl-0 {
    border-left: 0 !important;
}

/* line 68, ../scss/classes/_default-classes.scss */
.bdr-0 {
    border-right: 0 !important;
}

/* line 70, ../scss/classes/_default-classes.scss */
.bda-1 {
    border: 1px solid #eaeaea !important;
}

/* line 71, ../scss/classes/_default-classes.scss */
.bdt-1 {
    border-top: 1px solid #eaeaea !important;
}

/* line 72, ../scss/classes/_default-classes.scss */
.bdr-1 {
    border-right: 1px solid #eaeaea !important;
}

/* line 73, ../scss/classes/_default-classes.scss */
.bdb-1 {
    border-bottom: 1px solid #eaeaea !important;
}

/* line 74, ../scss/classes/_default-classes.scss */
.bdl-1 {
    border-left: 1px solid #eaeaea !important;
}

/* line 78, ../scss/classes/_default-classes.scss */
.bda-w-0 {
    border-width: 0px !important;
}

/* line 79, ../scss/classes/_default-classes.scss */
.bdt-w-0 {
    border-top-width: 0px !important;
}

/* line 80, ../scss/classes/_default-classes.scss */
.bdr-w-0 {
    border-right-width: 0px !important;
}

/* line 81, ../scss/classes/_default-classes.scss */
.bdb-w-0 {
    border-bottom-width: 0px !important;
}

/* line 82, ../scss/classes/_default-classes.scss */
.bdl-w-0 {
    border-left-width: 0px !important;
}

/* line 78, ../scss/classes/_default-classes.scss */
.bda-w-1 {
    border-width: 1px !important;
}

/* line 79, ../scss/classes/_default-classes.scss */
.bdt-w-1 {
    border-top-width: 1px !important;
}

/* line 80, ../scss/classes/_default-classes.scss */
.bdr-w-1 {
    border-right-width: 1px !important;
}

/* line 81, ../scss/classes/_default-classes.scss */
.bdb-w-1 {
    border-bottom-width: 1px !important;
}

/* line 82, ../scss/classes/_default-classes.scss */
.bdl-w-1 {
    border-left-width: 1px !important;
}

/* line 78, ../scss/classes/_default-classes.scss */
.bda-w-2 {
    border-width: 2px !important;
}

/* line 79, ../scss/classes/_default-classes.scss */
.bdt-w-2 {
    border-top-width: 2px !important;
}

/* line 80, ../scss/classes/_default-classes.scss */
.bdr-w-2 {
    border-right-width: 2px !important;
}

/* line 81, ../scss/classes/_default-classes.scss */
.bdb-w-2 {
    border-bottom-width: 2px !important;
}

/* line 82, ../scss/classes/_default-classes.scss */
.bdl-w-2 {
    border-left-width: 2px !important;
}

/* line 78, ../scss/classes/_default-classes.scss */
.bda-w-3 {
    border-width: 3px !important;
}

/* line 79, ../scss/classes/_default-classes.scss */
.bdt-w-3 {
    border-top-width: 3px !important;
}

/* line 80, ../scss/classes/_default-classes.scss */
.bdr-w-3 {
    border-right-width: 3px !important;
}

/* line 81, ../scss/classes/_default-classes.scss */
.bdb-w-3 {
    border-bottom-width: 3px !important;
}

/* line 82, ../scss/classes/_default-classes.scss */
.bdl-w-3 {
    border-left-width: 3px !important;
}

/* line 78, ../scss/classes/_default-classes.scss */
.bda-w-4 {
    border-width: 4px !important;
}

/* line 79, ../scss/classes/_default-classes.scss */
.bdt-w-4 {
    border-top-width: 4px !important;
}

/* line 80, ../scss/classes/_default-classes.scss */
.bdr-w-4 {
    border-right-width: 4px !important;
}

/* line 81, ../scss/classes/_default-classes.scss */
.bdb-w-4 {
    border-bottom-width: 4px !important;
}

/* line 82, ../scss/classes/_default-classes.scss */
.bdl-w-4 {
    border-left-width: 4px !important;
}

/* line 87, ../scss/classes/_default-classes.scss */
.bda-s-solid {
    border-style: solid !important;
}

/* line 88, ../scss/classes/_default-classes.scss */
.bdt-s-solid {
    border-top-style: solid !important;
}

/* line 89, ../scss/classes/_default-classes.scss */
.bdr-s-solid {
    border-right-style: solid !important;
}

/* line 90, ../scss/classes/_default-classes.scss */
.bdb-s-solid {
    border-bottom-style: solid !important;
}

/* line 91, ../scss/classes/_default-classes.scss */
.bdl-s-solid {
    border-left-style: solid !important;
}

/* line 87, ../scss/classes/_default-classes.scss */
.bda-s-dashed {
    border-style: dashed !important;
}

/* line 88, ../scss/classes/_default-classes.scss */
.bdt-s-dashed {
    border-top-style: dashed !important;
}

/* line 89, ../scss/classes/_default-classes.scss */
.bdr-s-dashed {
    border-right-style: dashed !important;
}

/* line 90, ../scss/classes/_default-classes.scss */
.bdb-s-dashed {
    border-bottom-style: dashed !important;
}

/* line 91, ../scss/classes/_default-classes.scss */
.bdl-s-dashed {
    border-left-style: dashed !important;
}

/* line 87, ../scss/classes/_default-classes.scss */
.bda-s-dotted {
    border-style: dotted !important;
}

/* line 88, ../scss/classes/_default-classes.scss */
.bdt-s-dotted {
    border-top-style: dotted !important;
}

/* line 89, ../scss/classes/_default-classes.scss */
.bdr-s-dotted {
    border-right-style: dotted !important;
}

/* line 90, ../scss/classes/_default-classes.scss */
.bdb-s-dotted {
    border-bottom-style: dotted !important;
}

/* line 91, ../scss/classes/_default-classes.scss */
.bdl-s-dotted {
    border-left-style: dotted !important;
}

/* line 96, ../scss/classes/_default-classes.scss */
.bda-c-tsp {
    border-color: transparent !important;
}

/* line 97, ../scss/classes/_default-classes.scss */
.bdt-c-tsp {
    border-top-color: transparent !important;
}

/* line 98, ../scss/classes/_default-classes.scss */
.bdr-c-tsp {
    border-right-color: transparent !important;
}

/* line 99, ../scss/classes/_default-classes.scss */
.bdb-c-tsp {
    border-bottom-color: transparent !important;
}

/* line 100, ../scss/classes/_default-classes.scss */
.bdl-c-tsp {
    border-left-color: transparent !important;
}

/* line 96, ../scss/classes/_default-classes.scss */
.bda-c-df {
    border-color: #eaeaea !important;
}

/* line 97, ../scss/classes/_default-classes.scss */
.bdt-c-df {
    border-top-color: #eaeaea !important;
}

/* line 98, ../scss/classes/_default-classes.scss */
.bdr-c-df {
    border-right-color: #eaeaea !important;
}

/* line 99, ../scss/classes/_default-classes.scss */
.bdb-c-df {
    border-bottom-color: #eaeaea !important;
}

/* line 100, ../scss/classes/_default-classes.scss */
.bdl-c-df {
    border-left-color: #eaeaea !important;
}

/* line 96, ../scss/classes/_default-classes.scss */
.bda-c-input {
    border-color: #ccc !important;
}

/* line 97, ../scss/classes/_default-classes.scss */
.bdt-c-input {
    border-top-color: #ccc !important;
}

/* line 98, ../scss/classes/_default-classes.scss */
.bdr-c-input {
    border-right-color: #ccc !important;
}

/* line 99, ../scss/classes/_default-classes.scss */
.bdb-c-input {
    border-bottom-color: #ccc !important;
}

/* line 100, ../scss/classes/_default-classes.scss */
.bdl-c-input {
    border-left-color: #ccc !important;
}

/* line 104, ../scss/classes/_default-classes.scss */
.bd-rd-0 {
    border-radius: 0px !important;
}

/* line 105, ../scss/classes/_default-classes.scss */
.bd-tl-rd-0 {
    border-top-left-radius: 0px !important;
}

/* line 106, ../scss/classes/_default-classes.scss */
.bd-tr-rd-0 {
    border-top-right-radius: 0px !important;
}

/* line 107, ../scss/classes/_default-classes.scss */
.bd-br-rd-0 {
    border-bottom-right-radius: 0px !important;
}

/* line 108, ../scss/classes/_default-classes.scss */
.bd-bl-rd-0 {
    border-bottom-left-radius: 0px !important;
}

/* line 104, ../scss/classes/_default-classes.scss */
.bd-rd-2 {
    border-radius: 2px !important;
}

/* line 105, ../scss/classes/_default-classes.scss */
.bd-tl-rd-2 {
    border-top-left-radius: 2px !important;
}

/* line 106, ../scss/classes/_default-classes.scss */
.bd-tr-rd-2 {
    border-top-right-radius: 2px !important;
}

/* line 107, ../scss/classes/_default-classes.scss */
.bd-br-rd-2 {
    border-bottom-right-radius: 2px !important;
}

/* line 108, ../scss/classes/_default-classes.scss */
.bd-bl-rd-2 {
    border-bottom-left-radius: 2px !important;
}

/* line 110, ../scss/classes/_default-classes.scss */
.bd-rd-circle {
    border-radius: 50% !important;
}

/* line 116, ../scss/classes/_default-classes.scss */
.bs-cb {
    box-sizing: content-box !important;
}

/* line 117, ../scss/classes/_default-classes.scss */
.bs-bb {
    box-sizing: border-box !important;
}

/* line 123, ../scss/classes/_default-classes.scss */
.bg-c-bb {
    background-clip: border-box;
}

/* line 124, ../scss/classes/_default-classes.scss */
.bg-c-pb {
    background-clip: padding-box;
}

/* line 125, ../scss/classes/_default-classes.scss */
.bg-c-cb {
    background-clip: content-box;
}

/* line 127, ../scss/classes/_default-classes.scss */
.bg-o-pb {
    background-origin: padding-box;
}

/* line 128, ../scss/classes/_default-classes.scss */
.bg-o-bb {
    background-origin: border-box;
}

/* line 129, ../scss/classes/_default-classes.scss */
.bg-o-cb {
    background-origin: content-box;
}

/* line 131, ../scss/classes/_default-classes.scss */
.bg-p-lt {
    background-position: left top;
}

/* line 132, ../scss/classes/_default-classes.scss */
.bg-p-lc {
    background-position: left center;
}

/* line 133, ../scss/classes/_default-classes.scss */
.bg-p-lb {
    background-position: left bottom;
}

/* line 134, ../scss/classes/_default-classes.scss */
.bg-p-rt {
    background-position: right top;
}

/* line 135, ../scss/classes/_default-classes.scss */
.bg-p-rc {
    background-position: right center;
}

/* line 136, ../scss/classes/_default-classes.scss */
.bg-p-rb {
    background-position: right bottom;
}

/* line 137, ../scss/classes/_default-classes.scss */
.bg-p-ct {
    background-position: center top;
}

/* line 138, ../scss/classes/_default-classes.scss */
.bg-p-cc {
    background-position: center center;
}

/* line 139, ../scss/classes/_default-classes.scss */
.bg-p-cb {
    background-position: center bottom;
}

/* line 141, ../scss/classes/_default-classes.scss */
.bg-r-r {
    background-repeat: repeat;
}

/* line 142, ../scss/classes/_default-classes.scss */
.bg-r-x {
    background-repeat-x: repeat-x;
}

/* line 143, ../scss/classes/_default-classes.scss */
.bg-r-y {
    background-repeat-y: repeat-y;
}

/* line 144, ../scss/classes/_default-classes.scss */
.bg-n-r {
    background-repeat: no-repeat;
}

/* line 146, ../scss/classes/_default-classes.scss */
.bg-s-at {
    background-size: auto;
}

/* line 147, ../scss/classes/_default-classes.scss */
.bg-s-cv {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/* line 148, ../scss/classes/_default-classes.scss */
.bg-s-ct {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

/* line 162, ../scss/classes/_default-classes.scss */
.color-facebook {
    color: #3b5999 !important;
}

/* line 165, ../scss/classes/_default-classes.scss */
.bg-color-facebook {
    background-color: #3b5999 !important;
}

/* line 162, ../scss/classes/_default-classes.scss */
.color-googleplus {
    color: #dd4b39 !important;
}

/* line 165, ../scss/classes/_default-classes.scss */
.bg-color-googleplus {
    background-color: #dd4b39 !important;
}

/* line 162, ../scss/classes/_default-classes.scss */
.color-youtube {
    color: #cd201f !important;
}

/* line 165, ../scss/classes/_default-classes.scss */
.bg-color-youtube {
    background-color: #cd201f !important;
}

/* line 162, ../scss/classes/_default-classes.scss */
.color-twitter {
    color: #55acee !important;
}

/* line 165, ../scss/classes/_default-classes.scss */
.bg-color-twitter {
    background-color: #55acee !important;
}

/* line 162, ../scss/classes/_default-classes.scss */
.color-instagram {
    color: #e4405f !important;
}

/* line 165, ../scss/classes/_default-classes.scss */
.bg-color-instagram {
    background-color: #e4405f !important;
}

/* line 169, ../scss/classes/_default-classes.scss */
.color-white {
    color: #fff !important;
}

/* line 170, ../scss/classes/_default-classes.scss */
.bg-color-white {
    background-color: #fff !important;
}

/* line 171, ../scss/classes/_default-classes.scss */
.color-black {
    color: #000 !important;
}

/* line 172, ../scss/classes/_default-classes.scss */
.bg-color-black {
    background-color: #000 !important;
}

/* line 177, ../scss/classes/_default-classes.scss */
.cl-count-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

/* line 178, ../scss/classes/_default-classes.scss */
.cl-count-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

/* line 179, ../scss/classes/_default-classes.scss */
.cl-count-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

/* line 180, ../scss/classes/_default-classes.scss */
.cl-count-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

/* line 181, ../scss/classes/_default-classes.scss */
.cl-count-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
}

/* line 187, ../scss/classes/_default-classes.scss */
.cs-df {
    cursor: default !important;
}

/* line 188, ../scss/classes/_default-classes.scss */
.cs-pt {
    cursor: pointer !important;
}

/* line 194, ../scss/classes/_default-classes.scss */
.d-block {
    display: block !important;
}

/* line 195, ../scss/classes/_default-classes.scss */
.d-iblock {
    display: inline-block !important;
}

/* line 196, ../scss/classes/_default-classes.scss */
.d-inline {
    display: inline !important;
}

/* line 197, ../scss/classes/_default-classes.scss */
.d-none {
    display: none !important;
}

/* line 202, ../scss/classes/_default-classes.scss */
.f-none {
    float: none !important;
}

/* line 203, ../scss/classes/_default-classes.scss */
.f-left {
    float: left !important;
}

/* line 204, ../scss/classes/_default-classes.scss */
.f-right {
    float: right !important;
}

/* line 210, ../scss/classes/_default-classes.scss */
.flex {
    display: flex;
}

/* line 212, ../scss/classes/_default-classes.scss */
.flex-dr-row {
    flex-direction: row;
}

/* line 213, ../scss/classes/_default-classes.scss */
.flex-dr-column {
    flex-direction: column;
}

/* line 214, ../scss/classes/_default-classes.scss */
.flex-dr-row-reverse {
    flex-direction: row-reverse;
}

/* line 215, ../scss/classes/_default-classes.scss */
.flex-dr-column-reverse {
    flex-direction: column-reverse;
}

/* line 217, ../scss/classes/_default-classes.scss */
.flex-wr-wrap {
    flex-wrap: wrap;
}

/* line 218, ../scss/classes/_default-classes.scss */
.flex-wr-nowrap {
    flex-wrap: nowra;
}

/* line 219, ../scss/classes/_default-classes.scss */
.flex-wr-wrap-reverse {
    flex-wrap: wrap-reverse;
}

/* line 221, ../scss/classes/_default-classes.scss */
.flex-jc-start {
    justify-content: flex-start;
}

/* line 222, ../scss/classes/_default-classes.scss */
.flex-jc-end {
    justify-content: flex-end;
}

/* line 223, ../scss/classes/_default-classes.scss */
.flex-jc-center {
    justify-content: center;
}

/* line 224, ../scss/classes/_default-classes.scss */
.flex-jc-between {
    justify-content: space-between;
}

/* line 225, ../scss/classes/_default-classes.scss */
.flex-jc-around {
    justify-content: space-around;
}

/* line 227, ../scss/classes/_default-classes.scss */
.flex-ai-start {
    align-items: flex-start;
}

/* line 228, ../scss/classes/_default-classes.scss */
.flex-ai-end {
    align-items: flex-end;
}

/* line 229, ../scss/classes/_default-classes.scss */
.flex-ai-center {
    align-items: center;
}

/* line 230, ../scss/classes/_default-classes.scss */
.flex-ai-baseline {
    align-items: baseline;
}

/* line 231, ../scss/classes/_default-classes.scss */
.flex-ai-stretch {
    align-items: stretch;
}

/* line 233, ../scss/classes/_default-classes.scss */
.flex-ac-start {
    align-content: flex-start;
}

/* line 234, ../scss/classes/_default-classes.scss */
.flex-ac-end {
    align-content: flex-end;
}

/* line 235, ../scss/classes/_default-classes.scss */
.flex-ac-center {
    align-content: center;
}

/* line 236, ../scss/classes/_default-classes.scss */
.flex-ac-between {
    align-content: space-between;
}

/* line 237, ../scss/classes/_default-classes.scss */
.flex-ac-around {
    align-content: space-around;
}

/* line 238, ../scss/classes/_default-classes.scss */
.flex-ac-stretch {
    align-content: stretch;
}

/* line 240, ../scss/classes/_default-classes.scss */
.flex-as-auto {
    align-self: auto;
}

/* line 241, ../scss/classes/_default-classes.scss */
.flex-as-start {
    align-self: flex-start;
}

/* line 242, ../scss/classes/_default-classes.scss */
.flex-as-end {
    align-self: flex-end;
}

/* line 243, ../scss/classes/_default-classes.scss */
.flex-as-center {
    align-self: center;
}

/* line 244, ../scss/classes/_default-classes.scss */
.flex-as-baseline {
    align-self: baseline;
}

/* line 245, ../scss/classes/_default-classes.scss */
.flex-as-stretch {
    align-self: stretch;
}

/* line 250, ../scss/classes/_default-classes.scss */
.flex-item {
    min-width: 0;
    min-height: 0;
}

/* line 251, ../scss/classes/_default-classes.scss */
.flex-item-dw {
    flex: 1 1 auto;
}

/* line 252, ../scss/classes/_default-classes.scss */
.flex-item-tw {
    flex: 0 0 auto;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-8 {
    line-height: 8px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-9 {
    line-height: 9px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-10 {
    line-height: 10px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-11 {
    line-height: 11px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-12 {
    line-height: 12px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-13 {
    line-height: 13px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-14 {
    line-height: 14px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-15 {
    line-height: 15px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-16 {
    line-height: 16px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-17 {
    line-height: 17px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-18 {
    line-height: 18px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-19 {
    line-height: 19px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-20 {
    line-height: 20px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-21 {
    line-height: 21px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-22 {
    line-height: 22px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-23 {
    line-height: 23px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-24 {
    line-height: 24px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-25 {
    line-height: 25px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-26 {
    line-height: 26px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-27 {
    line-height: 27px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-28 {
    line-height: 28px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-29 {
    line-height: 29px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-30 {
    line-height: 30px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-31 {
    line-height: 31px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-32 {
    line-height: 32px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-33 {
    line-height: 33px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-34 {
    line-height: 34px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-35 {
    line-height: 35px !important;
}

/* line 259, ../scss/classes/_default-classes.scss */
.lh-36 {
    line-height: 36px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-8 {
    font-size: 8px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-9 {
    font-size: 9px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-10 {
    font-size: 10px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-11 {
    font-size: 11px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-12 {
    font-size: 12px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-13 {
    font-size: 13px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-14 {
    font-size: 14px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-15 {
    font-size: 15px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-16 {
    font-size: 16px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-17 {
    font-size: 17px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-18 {
    font-size: 18px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-19 {
    font-size: 19px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-20 {
    font-size: 20px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-21 {
    font-size: 21px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-22 {
    font-size: 22px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-23 {
    font-size: 23px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-24 {
    font-size: 24px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-25 {
    font-size: 25px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-26 {
    font-size: 26px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-27 {
    font-size: 27px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-28 {
    font-size: 28px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-29 {
    font-size: 29px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-30 {
    font-size: 30px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-31 {
    font-size: 31px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-32 {
    font-size: 32px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-33 {
    font-size: 33px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-34 {
    font-size: 34px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-35 {
    font-size: 35px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-36 {
    font-size: 36px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-37 {
    font-size: 37px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-38 {
    font-size: 38px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-39 {
    font-size: 39px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-40 {
    font-size: 40px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-41 {
    font-size: 41px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-42 {
    font-size: 42px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-43 {
    font-size: 43px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-44 {
    font-size: 44px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-45 {
    font-size: 45px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-46 {
    font-size: 46px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-47 {
    font-size: 47px !important;
}

/* line 266, ../scss/classes/_default-classes.scss */
.fz-48 {
    font-size: 48px !important;
}

/* line 270, ../scss/classes/_default-classes.scss */
.fw-300 {
    font-weight: 300 !important;
}

/* line 270, ../scss/classes/_default-classes.scss */
.fw-400 {
    font-weight: 400 !important;
}

/* line 270, ../scss/classes/_default-classes.scss */
.fw-500 {
    font-weight: 500 !important;
}

/* line 270, ../scss/classes/_default-classes.scss */
.fw-600 {
    font-weight: 600 !important;
}

/* line 270, ../scss/classes/_default-classes.scss */
.fw-700 {
    font-weight: 700 !important;
}

/* line 270, ../scss/classes/_default-classes.scss */
.fw-800 {
    font-weight: 800 !important;
}

/* line 272, ../scss/classes/_default-classes.scss */
.fs-nm {
    font-style: normal !important;
}

/* line 273, ../scss/classes/_default-classes.scss */
.fs-it {
    font-style: italic !important;
}

/* line 279, ../scss/classes/_default-classes.scss */
.pos-sta {
    position: static !important;
}

/* line 280, ../scss/classes/_default-classes.scss */
.pos-rel {
    position: relative !important;
}

/* line 281, ../scss/classes/_default-classes.scss */
.pos-abs {
    position: absolute !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--12 {
    top: -12px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--12 {
    bottom: -12px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--12 {
    right: -12px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--12 {
    left: -12px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--11 {
    top: -11px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--11 {
    bottom: -11px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--11 {
    right: -11px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--11 {
    left: -11px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--10 {
    top: -10px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--10 {
    bottom: -10px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--10 {
    right: -10px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--10 {
    left: -10px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--9 {
    top: -9px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--9 {
    bottom: -9px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--9 {
    right: -9px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--9 {
    left: -9px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--8 {
    top: -8px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--8 {
    bottom: -8px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--8 {
    right: -8px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--8 {
    left: -8px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--7 {
    top: -7px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--7 {
    bottom: -7px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--7 {
    right: -7px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--7 {
    left: -7px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--6 {
    top: -6px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--6 {
    bottom: -6px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--6 {
    right: -6px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--6 {
    left: -6px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--5 {
    top: -5px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--5 {
    bottom: -5px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--5 {
    right: -5px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--5 {
    left: -5px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--4 {
    top: -4px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--4 {
    bottom: -4px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--4 {
    right: -4px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--4 {
    left: -4px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--3 {
    top: -3px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--3 {
    bottom: -3px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--3 {
    right: -3px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--3 {
    left: -3px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--2 {
    top: -2px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--2 {
    bottom: -2px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--2 {
    right: -2px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--2 {
    left: -2px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top--1 {
    top: -1px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom--1 {
    bottom: -1px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right--1 {
    right: -1px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left--1 {
    left: -1px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-0 {
    top: 0px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-0 {
    bottom: 0px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-0 {
    right: 0px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-0 {
    left: 0px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-1 {
    top: 1px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-1 {
    bottom: 1px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-1 {
    right: 1px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-1 {
    left: 1px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-2 {
    top: 2px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-2 {
    bottom: 2px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-2 {
    right: 2px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-2 {
    left: 2px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-3 {
    top: 3px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-3 {
    bottom: 3px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-3 {
    right: 3px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-3 {
    left: 3px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-4 {
    top: 4px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-4 {
    bottom: 4px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-4 {
    right: 4px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-4 {
    left: 4px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-5 {
    top: 5px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-5 {
    bottom: 5px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-5 {
    right: 5px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-5 {
    left: 5px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-6 {
    top: 6px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-6 {
    bottom: 6px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-6 {
    right: 6px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-6 {
    left: 6px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-7 {
    top: 7px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-7 {
    bottom: 7px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-7 {
    right: 7px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-7 {
    left: 7px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-8 {
    top: 8px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-8 {
    bottom: 8px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-8 {
    right: 8px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-8 {
    left: 8px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-9 {
    top: 9px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-9 {
    bottom: 9px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-9 {
    right: 9px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-9 {
    left: 9px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-10 {
    top: 10px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-10 {
    bottom: 10px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-10 {
    right: 10px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-10 {
    left: 10px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-11 {
    top: 11px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-11 {
    bottom: 11px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-11 {
    right: 11px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-11 {
    left: 11px !important;
}

/* line 284, ../scss/classes/_default-classes.scss */
.top-12 {
    top: 12px !important;
}

/* line 285, ../scss/classes/_default-classes.scss */
.bottom-12 {
    bottom: 12px !important;
}

/* line 286, ../scss/classes/_default-classes.scss */
.right-12 {
    right: 12px !important;
}

/* line 287, ../scss/classes/_default-classes.scss */
.left-12 {
    left: 12px !important;
}

/* line 289, ../scss/classes/_default-classes.scss */
.top-50pct {
    top: 50% !important;
}

/* line 290, ../scss/classes/_default-classes.scss */
.bottom-50pct {
    bottom: 50% !important;
}

/* line 291, ../scss/classes/_default-classes.scss */
.right-50pct {
    right: 50% !important;
}

/* line 292, ../scss/classes/_default-classes.scss */
.left-50pct {
    left: 50% !important;
}

/* line 300, ../scss/classes/_default-classes.scss */
.op-0 {
    opacity: 0 !important;
}

/* line 300, ../scss/classes/_default-classes.scss */
.op-10 {
    opacity: 0.1 !important;
}

/* line 300, ../scss/classes/_default-classes.scss */
.op-20 {
    opacity: 0.2 !important;
}

/* line 300, ../scss/classes/_default-classes.scss */
.op-30 {
    opacity: 0.3 !important;
}

/* line 300, ../scss/classes/_default-classes.scss */
.op-40 {
    opacity: 0.4 !important;
}

/* line 300, ../scss/classes/_default-classes.scss */
.op-50 {
    opacity: 0.5 !important;
}

/* line 300, ../scss/classes/_default-classes.scss */
.op-60 {
    opacity: 0.6 !important;
}

/* line 300, ../scss/classes/_default-classes.scss */
.op-70 {
    opacity: 0.7 !important;
}

/* line 300, ../scss/classes/_default-classes.scss */
.op-80 {
    opacity: 0.8 !important;
}

/* line 300, ../scss/classes/_default-classes.scss */
.op-90 {
    opacity: 0.9 !important;
}

/* line 300, ../scss/classes/_default-classes.scss */
.op-100 {
    opacity: 1 !important;
}

/* line 309, ../scss/classes/_default-classes.scss */
.ojf-fill {
    object-fit: fill;
}

/* line 309, ../scss/classes/_default-classes.scss */
.ojf-contain {
    object-fit: contain;
}

/* line 309, ../scss/classes/_default-classes.scss */
.ojf-cover {
    object-fit: cover;
}

/* line 309, ../scss/classes/_default-classes.scss */
.ojf-none {
    object-fit: none;
}

/* line 309, ../scss/classes/_default-classes.scss */
.ojf-scale-down {
    object-fit: scale-down;
}

/* line 315, ../scss/classes/_default-classes.scss */
.oln-none {
    outline: none !important;
}

/* line 323, ../scss/classes/_default-classes.scss */
.ovf-a-visible {
    overflow: visible;
}

/* line 324, ../scss/classes/_default-classes.scss */
.ovf-x-visible {
    overflow-x: visible;
}

/* line 325, ../scss/classes/_default-classes.scss */
.ovf-y-visible {
    overflow-y: visible;
}

/* line 323, ../scss/classes/_default-classes.scss */
.ovf-a-hidden {
    overflow: hidden;
}

/* line 324, ../scss/classes/_default-classes.scss */
.ovf-x-hidden {
    overflow-x: hidden;
}

/* line 325, ../scss/classes/_default-classes.scss */
.ovf-y-hidden {
    overflow-y: hidden;
}

/* line 323, ../scss/classes/_default-classes.scss */
.ovf-a-scroll {
    overflow: scroll;
}

/* line 324, ../scss/classes/_default-classes.scss */
.ovf-x-scroll {
    overflow-x: scroll;
}

/* line 325, ../scss/classes/_default-classes.scss */
.ovf-y-scroll {
    overflow-y: scroll;
}

/* line 323, ../scss/classes/_default-classes.scss */
.ovf-a-auto {
    overflow: auto;
}

/* line 324, ../scss/classes/_default-classes.scss */
.ovf-x-auto {
    overflow-x: auto;
}

/* line 325, ../scss/classes/_default-classes.scss */
.ovf-y-auto {
    overflow-y: auto;
}

/* line 323, ../scss/classes/_default-classes.scss */
.ovf-a-overlay {
    overflow: overlay;
}

/* line 324, ../scss/classes/_default-classes.scss */
.ovf-x-overlay {
    overflow-x: overlay;
}

/* line 325, ../scss/classes/_default-classes.scss */
.ovf-y-overlay {
    overflow-y: overlay;
}

/* line 331, ../scss/classes/_default-classes.scss */
.us-auto {
    user-select: auto;
}

/* line 332, ../scss/classes/_default-classes.scss */
.us-none {
    user-select: none;
}

/* line 333, ../scss/classes/_default-classes.scss */
.us-text {
    user-select: text;
}

/* line 339, ../scss/classes/_default-classes.scss */
.va-bsl {
    vertical-align: baseline !important;
}

/* line 340, ../scss/classes/_default-classes.scss */
.va-top {
    vertical-align: top !important;
}

/* line 341, ../scss/classes/_default-classes.scss */
.va-mid {
    vertical-align: middle !important;
}

/* line 342, ../scss/classes/_default-classes.scss */
.va-bot {
    vertical-align: bottom !important;
}

/* line 348, ../scss/classes/_default-classes.scss */
.v-visible {
    visibility: visible !important;
}

/* line 349, ../scss/classes/_default-classes.scss */
.v-hidden {
    visibility: hidden !important;
}

/* line 350, ../scss/classes/_default-classes.scss */
.v-collapse {
    visibility: collapse !important;
}

/* line 355, ../scss/classes/_default-classes.scss */
.ws-nm {
    white-space: normal !important;
}

/* line 356, ../scss/classes/_default-classes.scss */
.ws-nw {
    white-space: nowrap !important;
}

/* line 362, ../scss/classes/_default-classes.scss */
.wb-nm {
    word-break: normal !important;
}

/* line 363, ../scss/classes/_default-classes.scss */
.wb-ba {
    word-break: break-all !important;
}

/* line 364, ../scss/classes/_default-classes.scss */
.wb-ka {
    word-break: keep-all !important;
}

/* line 366, ../scss/classes/_default-classes.scss */
.ws-0x {
    word-spacing: 0 !important;
}

/* line 367, ../scss/classes/_default-classes.scss */
.ws-1x {
    word-spacing: .25em !important;
}

/* line 368, ../scss/classes/_default-classes.scss */
.ws-2x {
    word-spacing: .5em !important;
}

/* line 369, ../scss/classes/_default-classes.scss */
.ws-3x {
    word-spacing: .75em !important;
}

/* line 370, ../scss/classes/_default-classes.scss */
.ws-4x {
    word-spacing: 1em !important;
}

/* line 372, ../scss/classes/_default-classes.scss */
.ww-nm {
    word-wrap: normal !important;
}

/* line 373, ../scss/classes/_default-classes.scss */
.ww-bw {
    word-wrap: break-word !important;
}

/* line 381, ../scss/classes/_default-classes.scss */
.zi-50 {
    z-index: 50 !important;
}

/* line 381, ../scss/classes/_default-classes.scss */
.zi-100 {
    z-index: 100 !important;
}

/* line 381, ../scss/classes/_default-classes.scss */
.zi-150 {
    z-index: 150 !important;
}

/* line 381, ../scss/classes/_default-classes.scss */
.zi-200 {
    z-index: 200 !important;
}

/* line 381, ../scss/classes/_default-classes.scss */
.zi-250 {
    z-index: 250 !important;
}

/* line 381, ../scss/classes/_default-classes.scss */
.zi-300 {
    z-index: 300 !important;
}

/* line 381, ../scss/classes/_default-classes.scss */
.zi-350 {
    z-index: 350 !important;
}

/* line 381, ../scss/classes/_default-classes.scss */
.zi-400 {
    z-index: 400 !important;
}

/* line 381, ../scss/classes/_default-classes.scss */
.zi-450 {
    z-index: 450 !important;
}

/* line 381, ../scss/classes/_default-classes.scss */
.zi-500 {
    z-index: 500 !important;
}

/* line 384, ../scss/classes/_default-classes.scss */
.zi-auto {
    z-index: auto !important;
}

/* line 385, ../scss/classes/_default-classes.scss */
.zi-9999 {
    z-index: 9999 !important;
}

/* line 396, ../scss/classes/_default-classes.scss */
.text-left {
    text-align: left !important;
}

/* line 399, ../scss/classes/_default-classes.scss */
.text-right {
    text-align: right !important;
}

/* line 6, ../scss/base/_mixins.scss */
.ht-single-row:before, .ht-single-row:after {
    content: " ";
    display: table;
}
/* line 11, ../scss/base/_mixins.scss */
.ht-single-row:after {
    clear: both;
}
/* line 11, ../scss/classes/_element-classes.scss */
.ht-single-row .ht-single-col {
    float: left;
}

/* line 6, ../scss/base/_mixins.scss */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
/* line 11, ../scss/base/_mixins.scss */
.clearfix:after {
    clear: both;
}

/* line 16, ../scss/base/_mixins.scss */
.clearall:before, .clearall:after {
    content: " ";
    display: table;
    clear: both;
}

/* line 30, ../scss/classes/_element-classes.scss */
.ht-bgcover {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

/* line 34, ../scss/classes/_element-classes.scss */
.ht-bgcontain {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
}

/* line 42, ../scss/classes/_element-classes.scss */
.ht-disabled {
    pointer-events: none !important;
}

/* line 50, ../scss/classes/_element-classes.scss */
.ht-rectangle {
    position: relative;
    display: block;
}
/* line 53, ../scss/classes/_element-classes.scss */
.ht-rectangle:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
/* line 58, ../scss/classes/_element-classes.scss */
.ht-rectangle.ratio-11:after {
    padding-bottom: 100%;
}
/* line 59, ../scss/classes/_element-classes.scss */
.ht-rectangle.ratio-21:after {
    padding-bottom: 50%;
}
/* line 60, ../scss/classes/_element-classes.scss */
.ht-rectangle.ratio-12:after {
    padding-bottom: 200%;
}
/* line 61, ../scss/classes/_element-classes.scss */
.ht-rectangle.ratio-32:after {
    padding-bottom: 66.6666%;
}
/* line 62, ../scss/classes/_element-classes.scss */
.ht-rectangle.ratio-23:after {
    padding-bottom: 150%;
}
/* line 63, ../scss/classes/_element-classes.scss */
.ht-rectangle.ratio-31:after {
    padding-bottom: 33.3333%;
}
/* line 64, ../scss/classes/_element-classes.scss */
.ht-rectangle.ratio-13:after {
    padding-bottom: 300%;
}
/* line 65, ../scss/classes/_element-classes.scss */
.ht-rectangle.ratio-43:after {
    padding-bottom: 75%;
}
/* line 66, ../scss/classes/_element-classes.scss */
.ht-rectangle.ratio-34:after {
    padding-bottom: 133.3333%;
}
/* line 67, ../scss/classes/_element-classes.scss */
.ht-rectangle > .ht-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* line 78, ../scss/classes/_element-classes.scss */
.ht-fit-img {
    display: block;
    text-align: center;
    white-space: nowrap;
}
/* line 82, ../scss/classes/_element-classes.scss */
.ht-fit-img:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
/* line 88, ../scss/classes/_element-classes.scss */
.ht-fit-img span, .ht-fit-img i, .ht-fit-img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

/* line 95, ../scss/classes/_element-classes.scss */
.ht-img-obj-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* line 101, ../scss/classes/_element-classes.scss */
.ht-img-obj-contain {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* line 111, ../scss/classes/_element-classes.scss */
.ht-oneline, .single-property-card .property__address, .home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__address {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* line 117, ../scss/classes/_element-classes.scss */
.ht-lowercasebf {
    text-transform: lowercase;
}
/* line 119, ../scss/classes/_element-classes.scss */
.ht-lowercasebf:first-letter {
    text-transform: uppercase;
}

/* line 127, ../scss/classes/_element-classes.scss */
.ht-justified-items {
    width: 100%;
}
/* line 129, ../scss/classes/_element-classes.scss */
.ht-justified-items .ht-single-item {
    display: table-cell;
    width: 1%;
}

/* line 138, ../scss/classes/_element-classes.scss */
.ht-depth-1 {
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

/* line 44, ../scss/base/_mixins.scss */
.ht-styled-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* line 48, ../scss/base/_mixins.scss */
.ht-styled-scroll::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}
/* line 51, ../scss/base/_mixins.scss */
.ht-styled-scroll::-webkit-scrollbar-track {
    background: #f5f5f5;
}
/* line 54, ../scss/base/_mixins.scss */
.ht-styled-scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
}
/* line 57, ../scss/base/_mixins.scss */
.ht-styled-scroll::-webkit-scrollbar-track {
    border-radius: 0;
}
/* line 44, ../scss/base/_mixins.scss */
.ht-styled-scroll.ht-styled-scroll-lg::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* line 48, ../scss/base/_mixins.scss */
.ht-styled-scroll.ht-styled-scroll-lg::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.16);
}
/* line 51, ../scss/base/_mixins.scss */
.ht-styled-scroll.ht-styled-scroll-lg::-webkit-scrollbar-track {
    background: rgba(102, 102, 102, 0.16);
}
/* line 54, ../scss/base/_mixins.scss */
.ht-styled-scroll.ht-styled-scroll-lg::-webkit-scrollbar-thumb {
    border-radius: 0;
}
/* line 57, ../scss/base/_mixins.scss */
.ht-styled-scroll.ht-styled-scroll-lg::-webkit-scrollbar-track {
    border-radius: 0;
}

/* line 3, ../scss/custom/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 16px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

/* line 11, ../scss/custom/bootstrap/_type.scss */
h1, .h1 {
    font-size: 30px;
    line-height: 38px;
}

/* line 12, ../scss/custom/bootstrap/_type.scss */
h2, .h2 {
    font-size: 28px;
    line-height: 36px;
}

/* line 13, ../scss/custom/bootstrap/_type.scss */
h3, .h3 {
    font-size: 24px;
    line-height: 30px;
}

/* line 14, ../scss/custom/bootstrap/_type.scss */
h4, .h4 {
    font-size: 18px;
    line-height: 24px;
}

/* line 15, ../scss/custom/bootstrap/_type.scss */
h5, .h5 {
    font-size: 16px;
    line-height: 20px;
}

/* line 16, ../scss/custom/bootstrap/_type.scss */
h6, .h6 {
    font-size: 14px;
    line-height: 18px;
}

/* line 18, ../scss/custom/bootstrap/_type.scss */
p {
    margin-bottom: 8px;
}

/* line 21, ../scss/custom/bootstrap/_type.scss */
ul, ol {
    margin-bottom: 8px;
}

/* line 25, ../scss/custom/bootstrap/_type.scss */
b,
strong {
    font-weight: 700;
}

/* line 30, ../scss/custom/bootstrap/_type.scss */
small,
.small {
    font-size: 80%;
    font-weight: 400;
}

/* line 36, ../scss/custom/bootstrap/_type.scss */
img {
    max-width: 100%;
    max-height: 100%;
}

/* line 40, ../scss/custom/bootstrap/_type.scss */
a {
    color: #d84315;
    -moz-transition: all, ease-in-out 0.1s;
    -o-transition: all, ease-in-out 0.1s;
    -webkit-transition: all, ease-in-out 0.1s;
    transition: all, ease-in-out 0.1s;
}
/* line 43, ../scss/custom/bootstrap/_type.scss */
a, a:hover, a:focus, a:active, a:visited {
    color: #d84315;
}
/* line 48, ../scss/custom/bootstrap/_type.scss */
a.no-udl, a.no-udl:hover, a.no-udl:focus, a.no-udl:active, a.no-udl:visited {
    text-decoration: none;
}
/* line 53, ../scss/custom/bootstrap/_type.scss */
a.h-udl:hover {
    text-decoration: underline;
}
/* line 57, ../scss/custom/bootstrap/_type.scss */
a.udl {
    text-decoration: underline;
}
/* line 61, ../scss/custom/bootstrap/_type.scss */
a.h-c:hover {
    color: #d84315 !important;
}

/* line 66, ../scss/custom/bootstrap/_type.scss */
hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border-top: 1px solid #eaeaea;
}

/* line 8, ../scss/custom/bootstrap/_tables.scss */
table.table thead tr th {
    font-weight: 500;
}

/* line 14, ../scss/custom/bootstrap/_tables.scss */
.table {
    margin-bottom: 12px;
}
/* line 20, ../scss/custom/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    line-height: 1.5;
    border-top: 1px solid #e0e0e0;
}
/* line 27, ../scss/custom/bootstrap/_tables.scss */
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
}
/* line 35, ../scss/custom/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
/* line 41, ../scss/custom/bootstrap/_tables.scss */
.table > tbody + tbody {
    border-top: 1px solid #e0e0e0;
}
/* line 44, ../scss/custom/bootstrap/_tables.scss */
.table .table {
    background-color: transparent;
}

/* line 48, ../scss/custom/bootstrap/_tables.scss */
.table-bordered {
    border: 1px solid #e0e0e0;
}
/* line 54, ../scss/custom/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #e0e0e0;
}

@media screen and (max-width: 767px) {
    /* line 61, ../scss/custom/bootstrap/_tables.scss */
    .table-responsive {
        border: 1px solid #e0e0e0;
    }
}

/* line 6, ../scss/custom/bootstrap/_pagination.scss */
.pagination {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border-radius: 0;
    font-size: 0;
}
/* line 12, ../scss/custom/bootstrap/_pagination.scss */
.pagination > li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
/* line 16, ../scss/custom/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    margin: 1px;
    padding: 6px 8px;
    min-width: 34px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #424242;
    background-color: #fafafa;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
}
/* line 31, ../scss/custom/bootstrap/_pagination.scss */
.pagination > li > a i,
.pagination > li > span i {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}
/* line 36, ../scss/custom/bootstrap/_pagination.scss */
.pagination > li > a:active,
.pagination > li > span:active {
    box-shadow: 0 0 0;
}
/* line 41, ../scss/custom/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 2px;
}
/* line 48, ../scss/custom/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 2px;
}
/* line 57, ../scss/custom/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background-color: #f5f5f5;
    border-color: #9e9e9e;
}
/* line 66, ../scss/custom/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #ff5722;
    border-color: transparent;
}

/* line 5, ../scss/custom/bootstrap/_buttons.scss */
.btn {
    position: relative;
    height: 34px;
    padding: 6px 14px;
    line-height: 20px;
    font-size: 15px;
    border-radius: 2px;
    text-align: center;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* line 14, ../scss/custom/bootstrap/_buttons.scss */
.btn:active, .btn.active, .btn:focus, .btn.focus {
    outline: none !important;
    outline-offset: 0 !important;
}
/* line 20, ../scss/custom/bootstrap/_buttons.scss */
.btn.active {
    -moz-box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}
/* line 23, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-thicken-border {
    border-width: 2px;
    padding: 5px 13px;
}
/* line 27, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-rounded {
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 17px;
}
/* line 31, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-rounded:after {
    border-radius: 17px;
}
/* line 35, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-icon {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 34px;
}
/* line 40, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-icon i {
    position: relative;
    top: 1px;
}
/* line 45, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-sm {
    height: 30px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
}
/* line 50, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-sm.btn-rounded {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 15px;
}
/* line 54, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-sm.btn-rounded:after {
    border-radius: 15px;
}
/* line 58, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-sm.btn-icon {
    padding-left: 0;
    padding-right: 0;
    width: 30px;
}
/* line 63, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-sm.btn-thicken-border {
    padding: 3px 11px;
}
/* line 67, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xs {
    height: 26px;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 18px;
}
/* line 72, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xs.btn-rounded {
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 13px;
}
/* line 76, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xs.btn-rounded:after {
    border-radius: 13px;
}
/* line 80, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xs.btn-icon {
    padding-left: 0;
    padding-right: 0;
    width: 26px;
}
/* line 85, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xs.btn-thicken-border {
    padding: 2px 9px;
}
/* line 89, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xxs {
    height: 22px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 16px;
}
/* line 94, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xxs.btn-rounded {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 11px;
}
/* line 98, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xxs.btn-rounded:after {
    border-radius: 11px;
}
/* line 102, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xxs.btn-icon {
    padding-left: 0;
    padding-right: 0;
    width: 22px;
}
/* line 108, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-lg {
    height: 38px;
    padding: 6px 18px;
    font-size: 16px;
    line-height: 24px;
}
/* line 113, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-lg.btn-rounded {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 19px;
}
/* line 117, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-lg.btn-rounded:after {
    border-radius: 19px;
}
/* line 121, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-lg.btn-icon {
    padding-left: 0;
    padding-right: 0;
    width: 38px;
}
/* line 126, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-lg.btn-thicken-border {
    padding: 5px 17px;
}
/* line 130, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xl {
    height: 42px;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 24px;
}
/* line 135, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xl.btn-rounded {
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 21px;
}
/* line 139, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xl.btn-rounded:after {
    border-radius: 21px;
}
/* line 143, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xl.btn-icon {
    padding-left: 0;
    padding-right: 0;
    width: 42px;
}
/* line 148, ../scss/custom/bootstrap/_buttons.scss */
.btn.btn-xl.btn-thicken-border {
    padding: 7px 19px;
}
/* line 154, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-default {
    color: #212121;
    background-color: #fafafa;
    border-color: #ccc;
}
/* line 158, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-default:hover {
    background-color: #f5f5f5;
}
/* line 162, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-primary {
    color: #fff;
    background-color: #ff5722;
    border-color: transparent;
}
/* line 166, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-primary:hover {
    background-color: #e13600;
}
/* line 170, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-secondary {
    color: #d84315;
    background-color: #fff;
    border-color: #ff5722;
}
/* line 174, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-secondary:hover {
    color: #fff;
    background-color: #ff5722;
}
/* line 181, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-grey {
    color: #212121;
    background-color: #eeeeee;
    border-color: #eeeeee;
}
/* line 185, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-grey:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}
/* line 190, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-blue {
    color: #fff;
    background-color: #2196f3;
    border-color: transparent;
}
/* line 194, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-blue:hover {
    background-color: #1976d2;
}
/* line 198, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-red {
    color: #fff;
    background-color: #f44336;
    border-color: transparent;
}
/* line 202, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-red:hover {
    background-color: #d32f2f;
}
/* line 206, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-green {
    color: #fff;
    background-color: #4caf50;
    border-color: transparent;
}
/* line 210, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-green:hover {
    background-color: #388e3c;
}
/* line 214, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-link {
    color: #212121;
    background-color: transparent;
    border-color: transparent;
}
/* line 218, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-link:hover {
    background-color: #f5f5f5;
}
/* line 223, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social {
    color: #fff;
    border-color: transparent;
    position: relative;
    padding-left: 56px;
}
/* line 228, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social .ht-icon-social {
    display: block;
    position: absolute;
    top: 7px;
    left: 12px;
    line-height: 20px;
    padding: 0 8px 0 0;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 242, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social .ht-icon-social i {
    display: block;
    vertical-align: top;
    padding: 0 4px;
    line-height: 20px;
    width: 20px;
    text-align: center;
}
/* line 253, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social.ht-btn-facebook {
    background-color: #3b5999;
}
/* line 255, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social.ht-btn-facebook:hover {
    background-color: #30487c;
}
/* line 253, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social.ht-btn-googleplus {
    background-color: #dd4b39;
}
/* line 255, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social.ht-btn-googleplus:hover {
    background-color: #ca3523;
}
/* line 253, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social.ht-btn-youtube {
    background-color: #cd201f;
}
/* line 255, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social.ht-btn-youtube:hover {
    background-color: #aa1a1a;
}
/* line 253, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social.ht-btn-twitter {
    background-color: #55acee;
}
/* line 255, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social.ht-btn-twitter:hover {
    background-color: #309aea;
}
/* line 253, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social.ht-btn-instagram {
    background-color: #e4405f;
}
/* line 255, ../scss/custom/bootstrap/_buttons.scss */
.btn.ht-btn-social.ht-btn-instagram:hover {
    background-color: #dc1f43;
}

/* line 3, ../scss/custom/bootstrap/_forms.scss */
label {
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #616161;
}

/* line 10, ../scss/custom/bootstrap/_forms.scss */
select {
    cursor: pointer;
}
/* line 12, ../scss/custom/bootstrap/_forms.scss */
select.no-apr {
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* line 16, ../scss/custom/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

/* line 20, ../scss/custom/bootstrap/_forms.scss */
textarea {
    max-width: 100%;
}
/* line 22, ../scss/custom/bootstrap/_forms.scss */
textarea.form-control {
    height: auto;
}

/* line 29, ../scss/custom/bootstrap/_forms.scss */
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}

/* line 33, ../scss/custom/bootstrap/_forms.scss */
.form-group {
    position: relative;
    margin-bottom: 12px;
}

/* line 37, ../scss/custom/bootstrap/_forms.scss */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 8px;
    line-height: 20px;
    vertical-align: top;
    font-size: 15px;
    border-color: #ccc;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* line 48, ../scss/custom/bootstrap/_forms.scss */
.form-control.form-control-xs {
    height: 26px;
    padding: 4px 6px;
    line-height: 16px;
    font-size: 13px;
}
/* line 54, ../scss/custom/bootstrap/_forms.scss */
.form-control.form-control-sm {
    height: 30px;
    padding: 4px 8px;
    line-height: 20px;
    font-size: 14px;
}
/* line 60, ../scss/custom/bootstrap/_forms.scss */
.form-control.form-control-lg {
    height: 38px;
    padding: 7px 12px;
    line-height: 22px;
    font-size: 16px;
}
/* line 66, ../scss/custom/bootstrap/_forms.scss */
.form-control:focus {
    border-color: #999;
}
/* line 70, ../scss/custom/bootstrap/_forms.scss */
.form-control.no-change-bdc-on-focus:focus {
    border-color: #ccc;
}

/* line 75, ../scss/custom/bootstrap/_forms.scss */
.form-control,
.form-control:focus {
    color: #212121;
    -moz-box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

/* line 81, ../scss/custom/bootstrap/_forms.scss */
.form-inline .form-group {
    vertical-align: top;
}
/* line 84, ../scss/custom/bootstrap/_forms.scss */
.form-inline .btn {
    vertical-align: top;
}

/* line 92, ../scss/custom/bootstrap/_forms.scss */
.input-group-addon,
.input-group-btn {
    vertical-align: top;
}

/* line 96, ../scss/custom/bootstrap/_forms.scss */
.input-group-addon {
    line-height: 20px;
    padding: 6px 10px;
    color: #616161;
    min-width: 34px;
    font-size: 15px;
    text-align: center;
    background-color: #fafafa;
}
/* line 104, ../scss/custom/bootstrap/_forms.scss */
.input-group-addon.input-group-addon-size-xs {
    min-width: 26px;
    line-height: 16px;
    padding: 4px 6px;
    font-size: 12px;
}
/* line 110, ../scss/custom/bootstrap/_forms.scss */
.input-group-addon.input-group-addon-size-sm {
    min-width: 30px;
    line-height: 18px;
    padding: 5px 8px;
    font-size: 13px;
}
/* line 116, ../scss/custom/bootstrap/_forms.scss */
.input-group-addon.input-group-addon-size-lg {
    min-width: 38px;
    line-height: 22px;
    padding: 7px 12px;
    font-size: 15px;
}
/* line 122, ../scss/custom/bootstrap/_forms.scss */
.input-group-addon i {
    display: inline-block;
    line-height: 16px;
}

/* line 128, ../scss/custom/bootstrap/_forms.scss */
.input-group-btn .btn {
    min-width: 34px;
    border-radius: 0;
}
/* line 131, ../scss/custom/bootstrap/_forms.scss */
.input-group-btn .btn.ht-btn-default {
    border-color: #ccc;
}
/* line 135, ../scss/custom/bootstrap/_forms.scss */
.input-group-btn.input-group-btn-size-sm {
    height: 30px;
}
/* line 139, ../scss/custom/bootstrap/_forms.scss */
.input-group-btn:first-child .btn {
    border-radius: 2px 0 0 2px;
}
/* line 144, ../scss/custom/bootstrap/_forms.scss */
.input-group-btn:last-child .btn {
    border-radius: 0 2px 2px 0;
}

/* line 149, ../scss/custom/bootstrap/_forms.scss */
.ht-form-text {
    margin-top: 4px;
    font-size: 15px;
}

/* line 154, ../scss/custom/bootstrap/_forms.scss */
.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
    margin-top: 4px;
    margin-bottom: 4px;
}
/* line 160, ../scss/custom/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="radio"],
.radio-inline input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="radio"],
.checkbox-inline input[type="checkbox"] {
    margin-top: 4px;
}
/* line 164, ../scss/custom/bootstrap/_forms.scss */
.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 20px;
    font-size: 15px;
    color: #212121;
}
/* line 172, ../scss/custom/bootstrap/_forms.scss */
.radio.disabled label,
.radio-inline.disabled label,
.checkbox.disabled label,
.checkbox-inline.disabled label {
    color: #757575;
}
/* line 178, ../scss/custom/bootstrap/_forms.scss */
.radio.checkbox--customized input[type="radio"],
.radio.checkbox--customized input[type="checkbox"], .radio.radio--customized input[type="radio"],
.radio.radio--customized input[type="checkbox"],
.radio-inline.checkbox--customized input[type="radio"],
.radio-inline.checkbox--customized input[type="checkbox"],
.radio-inline.radio--customized input[type="radio"],
.radio-inline.radio--customized input[type="checkbox"],
.checkbox.checkbox--customized input[type="radio"],
.checkbox.checkbox--customized input[type="checkbox"],
.checkbox.radio--customized input[type="radio"],
.checkbox.radio--customized input[type="checkbox"],
.checkbox-inline.checkbox--customized input[type="radio"],
.checkbox-inline.checkbox--customized input[type="checkbox"],
.checkbox-inline.radio--customized input[type="radio"],
.checkbox-inline.radio--customized input[type="checkbox"] {
    visibility: hidden;
    width: 1px;
    height: 1px;
}
/* line 182, ../scss/custom/bootstrap/_forms.scss */
.radio.checkbox--customized input[type="radio"] + span,
.radio.checkbox--customized input[type="checkbox"] + span, .radio.radio--customized input[type="radio"] + span,
.radio.radio--customized input[type="checkbox"] + span,
.radio-inline.checkbox--customized input[type="radio"] + span,
.radio-inline.checkbox--customized input[type="checkbox"] + span,
.radio-inline.radio--customized input[type="radio"] + span,
.radio-inline.radio--customized input[type="checkbox"] + span,
.checkbox.checkbox--customized input[type="radio"] + span,
.checkbox.checkbox--customized input[type="checkbox"] + span,
.checkbox.radio--customized input[type="radio"] + span,
.checkbox.radio--customized input[type="checkbox"] + span,
.checkbox-inline.checkbox--customized input[type="radio"] + span,
.checkbox-inline.checkbox--customized input[type="checkbox"] + span,
.checkbox-inline.radio--customized input[type="radio"] + span,
.checkbox-inline.radio--customized input[type="checkbox"] + span {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    margin: 0 0;
    width: 18px;
    height: 18px;
    font-size: 12px;
    background-color: #e0e0e0;
    border-radius: 2px;
    text-align: center;
}
/* line 194, ../scss/custom/bootstrap/_forms.scss */
.radio.checkbox--customized input[type="radio"]:checked + span,
.radio.checkbox--customized input[type="checkbox"]:checked + span, .radio.radio--customized input[type="radio"]:checked + span,
.radio.radio--customized input[type="checkbox"]:checked + span,
.radio-inline.checkbox--customized input[type="radio"]:checked + span,
.radio-inline.checkbox--customized input[type="checkbox"]:checked + span,
.radio-inline.radio--customized input[type="radio"]:checked + span,
.radio-inline.radio--customized input[type="checkbox"]:checked + span,
.checkbox.checkbox--customized input[type="radio"]:checked + span,
.checkbox.checkbox--customized input[type="checkbox"]:checked + span,
.checkbox.radio--customized input[type="radio"]:checked + span,
.checkbox.radio--customized input[type="checkbox"]:checked + span,
.checkbox-inline.checkbox--customized input[type="radio"]:checked + span,
.checkbox-inline.checkbox--customized input[type="checkbox"]:checked + span,
.checkbox-inline.radio--customized input[type="radio"]:checked + span,
.checkbox-inline.radio--customized input[type="checkbox"]:checked + span {
    color: #fff;
    background-color: #ff5722;
}
/* line 197, ../scss/custom/bootstrap/_forms.scss */
.radio.checkbox--customized input[type="radio"]:checked + span:before,
.radio.checkbox--customized input[type="checkbox"]:checked + span:before, .radio.radio--customized input[type="radio"]:checked + span:before,
.radio.radio--customized input[type="checkbox"]:checked + span:before,
.radio-inline.checkbox--customized input[type="radio"]:checked + span:before,
.radio-inline.checkbox--customized input[type="checkbox"]:checked + span:before,
.radio-inline.radio--customized input[type="radio"]:checked + span:before,
.radio-inline.radio--customized input[type="checkbox"]:checked + span:before,
.checkbox.checkbox--customized input[type="radio"]:checked + span:before,
.checkbox.checkbox--customized input[type="checkbox"]:checked + span:before,
.checkbox.radio--customized input[type="radio"]:checked + span:before,
.checkbox.radio--customized input[type="checkbox"]:checked + span:before,
.checkbox-inline.checkbox--customized input[type="radio"]:checked + span:before,
.checkbox-inline.checkbox--customized input[type="checkbox"]:checked + span:before,
.checkbox-inline.radio--customized input[type="radio"]:checked + span:before,
.checkbox-inline.radio--customized input[type="checkbox"]:checked + span:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f122";
}
/* line 212, ../scss/custom/bootstrap/_forms.scss */
.radio.checkbox--customized label, .radio.radio--customized label,
.radio-inline.checkbox--customized label,
.radio-inline.radio--customized label,
.checkbox.checkbox--customized label,
.checkbox.radio--customized label,
.checkbox-inline.checkbox--customized label,
.checkbox-inline.radio--customized label {
    padding-left: 24px;
}
/* line 218, ../scss/custom/bootstrap/_forms.scss */
.radio.radio--customized input[type="radio"] + span,
.radio-inline.radio--customized input[type="radio"] + span,
.checkbox.radio--customized input[type="radio"] + span,
.checkbox-inline.radio--customized input[type="radio"] + span {
    border-radius: 9px;
}

/* line 224, ../scss/custom/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 16px;
}

/* line 228, ../scss/custom/bootstrap/_forms.scss */
select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/* line 252, ../scss/custom/bootstrap/_forms.scss */
input[type="text"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* line 268, ../scss/custom/bootstrap/_forms.scss */
.no-appearance {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* line 274, ../scss/custom/bootstrap/_forms.scss */
.c-option {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 0 26px;
    cursor: pointer;
}
/* line 281, ../scss/custom/bootstrap/_forms.scss */
.c-option-wrap {
    margin-top: 6px;
    margin-bottom: 6px;
}
/* line 285, ../scss/custom/bootstrap/_forms.scss */
.c-option__icon {
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #bdbdbd;
}
/* line 291, ../scss/custom/bootstrap/_forms.scss */
.c-option__icon:before {
    display: block;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
/* line 296, ../scss/custom/bootstrap/_forms.scss */
.c-option__label {
    line-height: 20px;
    font-size: 15px;
    color: #212121;
}
/* line 301, ../scss/custom/bootstrap/_forms.scss */
.c-option__input {
    display: none;
}
/* line 304, ../scss/custom/bootstrap/_forms.scss */
.c-option__input + .c-option__icon:before {
    opacity: 0;
}
/* line 310, ../scss/custom/bootstrap/_forms.scss */
.c-option__input:checked + .c-option__icon:before {
    opacity: 1;
}
/* line 315, ../scss/custom/bootstrap/_forms.scss */
.c-option__input:checked:disabled ~ .c-option__label {
    color: #212121;
}
/* line 321, ../scss/custom/bootstrap/_forms.scss */
.c-option__input:disabled + .c-option__icon {
    pointer-events: none;
    background-color: #eeeeee;
    cursor: default;
}
/* line 326, ../scss/custom/bootstrap/_forms.scss */
.c-option__input:disabled ~ .c-option__label {
    color: #757575;
    cursor: default;
}
/* line 332, ../scss/custom/bootstrap/_forms.scss */
.c-option__input[type="checkbox"] + .c-option__icon {
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    speak: none;
    line-height: 16px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
/* line 344, ../scss/custom/bootstrap/_forms.scss */
.c-option__input[type="checkbox"] + .c-option__icon:before {
    content: "\f122";
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/* line 351, ../scss/custom/bootstrap/_forms.scss */
.c-option__input[type="checkbox"]:checked + .c-option__icon:before {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
/* line 358, ../scss/custom/bootstrap/_forms.scss */
.c-option__input[type="radio"] + .c-option__icon {
    border-radius: 50%;
}
/* line 360, ../scss/custom/bootstrap/_forms.scss */
.c-option__input[type="radio"] + .c-option__icon:before {
    content: "";
    display: block;
    margin: 4px 0 0 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #212121;
}

/* line 4, ../scss/custom/bootstrap/_modal.scss */
.modal-dialog {
    margin: 45px 12px;
}
@media (min-width: 480px) {
    /* line 4, ../scss/custom/bootstrap/_modal.scss */
    .modal-dialog {
        margin: 75px auto;
    }
}
@media (min-width: 768px) {
    /* line 4, ../scss/custom/bootstrap/_modal.scss */
    .modal-dialog {
        margin: 75px auto;
    }
}

/* line 13, ../scss/custom/bootstrap/_modal.scss */
.modal-header {
    padding: 12px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
/* line 17, ../scss/custom/bootstrap/_modal.scss */
.modal-header .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    padding: 2px 5px;
}

/* line 25, ../scss/custom/bootstrap/_modal.scss */
.modal-body {
    padding: 12px;
}

/* line 28, ../scss/custom/bootstrap/_modal.scss */
.modal-footer {
    padding: 12px;
    border-top: 1px solid #eaeaea;
}

/* line 1, ../scss/custom/bootstrap/_dropdown.scss */
.dropdown-menu {
    padding: 5px 0;
}
/* line 3, ../scss/custom/bootstrap/_dropdown.scss */
.dropdown-menu > li > a {
    display: block;
    padding: 3px 12px;
    line-height: 18px;
    font-size: 13px;
}
/* line 9, ../scss/custom/bootstrap/_dropdown.scss */
.dropdown-menu .divider {
    margin: 5px 0;
    background-color: #eaeaea;
}

/* line 22, ../scss/custom/_select2.scss */
[class^='select2']:focus, [class^='select2']:active, [class^='select2']:visited {
    outline: none !important;
    box-shadow: 0 0 0 !important;
}

/* line 34, ../scss/custom/_select2.scss */
.select2-container .select2-selection--single {
    height: 34px;
}
/* line 53, ../scss/custom/_select2.scss */
.select2-container .select2-selection--multiple {
    min-height: 34px;
}

/* line 90, ../scss/custom/_select2.scss */
.select2-dropdown {
    border: 1px solid #ccc;
    border-radius: 2px;
}

/* line 175, ../scss/custom/_select2.scss */
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 2px;
}
/* line 179, ../scss/custom/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
/* line 188, ../scss/custom/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
/* line 191, ../scss/custom/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
/* line 211, ../scss/custom/_select2.scss */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    border-radius: 2px;
}
/* line 226, ../scss/custom/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
}
/* line 238, ../scss/custom/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #ccc;
}
/* line 248, ../scss/custom/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
}
/* line 260, ../scss/custom/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
}
/* line 282, ../scss/custom/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

/* line 407, ../scss/custom/_select2.scss */
.select2-container--classic .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: 0;
}
/* line 420, ../scss/custom/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
/* line 433, ../scss/custom/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    border-left: 1px solid #ccc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 32px;
}
/* line 463, ../scss/custom/_select2.scss */
.select2-container--classic .select2-selection--multiple {
    border: 1px solid #ccc;
    border-radius: 2px;
}
/* line 480, ../scss/custom/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #ccc;
    border-radius: 2px;
}
/* line 502, ../scss/custom/_select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    outline: 0;
}
/* line 508, ../scss/custom/_select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

/* line 550, ../scss/custom/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border-right: 1px solid #ccc;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

/* line 3, ../scss/custom/_touchspin.scss */
.input-group.bootstrap-touchspin .input-group-btn .btn {
    width: 34px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
/* line 9, ../scss/custom/_touchspin.scss */
.input-group.bootstrap-touchspin .input-group-btn .btn.btn-default:hover {
    background-color: #fff;
}
/* line 15, ../scss/custom/_touchspin.scss */
.input-group.bootstrap-touchspin .form-control.touchspin-form-control {
    text-align: center;
}

/* line 3, ../scss/custom/_slick.scss */
.ht-item-slick {
    display: none;
}

/* line 6, ../scss/custom/_slick.scss */
.slick-slide {
    position: relative;
}
/* line 8, ../scss/custom/_slick.scss */
.slick-slide:focus {
    outline: none;
}
/* line 12, ../scss/custom/_slick.scss */
.slick-slide a:active, .slick-slide a:focus {
    outline: none;
}

/* line 17, ../scss/custom/_slick.scss */
.slick-initialized {
    display: block !important;
}

/* line 20, ../scss/custom/_slick.scss */
ul.slick-dots {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: 120;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 12px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* line 30, ../scss/custom/_slick.scss */
ul.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    cursor: pointer;
}
/* line 39, ../scss/custom/_slick.scss */
ul.slick-dots li:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
/* line 42, ../scss/custom/_slick.scss */
ul.slick-dots li button {
    display: none;
}
/* line 45, ../scss/custom/_slick.scss */
ul.slick-dots li.slick-active {
    background-color: #fff;
}

/* line 50, ../scss/custom/_slick.scss */
.slick-list {
    z-index: 100;
}

/* line 53, ../scss/custom/_slick.scss */
.slick-track {
    margin-left: 0;
    margin-right: auto;
}

/* line 57, ../scss/custom/_slick.scss */
.slick-arrow {
    display: block;
    z-index: 110;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* line 66, ../scss/custom/_slick.scss */
.has-slick-arrow-type-01 .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #424242;
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
}
/* line 80, ../scss/custom/_slick.scss */
.has-slick-arrow-type-01 .slick-arrow i {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    font-size: 16px;
}
/* line 86, ../scss/custom/_slick.scss */
.has-slick-arrow-type-01 .slick-arrow.slick-prev {
    left: 0px;
    padding: 0 2px 0 0;
}
/* line 90, ../scss/custom/_slick.scss */
.has-slick-arrow-type-01 .slick-arrow.slick-next {
    right: 0px;
    padding: 0 0 0 2px;
}
/* line 94, ../scss/custom/_slick.scss */
.has-slick-arrow-type-01 .slick-arrow.slick-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0;
    display: none;
}
/* line 100, ../scss/custom/_slick.scss */
.has-slick-arrow-type-01 .slick-arrow:hover {
    opacity: 1;
}
/* line 103, ../scss/custom/_slick.scss */
.has-slick-arrow-type-01 .slick-arrow:active {
    opacity: .9;
}

/* line 109, ../scss/custom/_slick.scss */
.has-slick-arrow-type-02 .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    height: 32px;
    padding: 0;
    width: 16px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
}
/* line 122, ../scss/custom/_slick.scss */
.has-slick-arrow-type-02 .slick-arrow i {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
/* line 127, ../scss/custom/_slick.scss */
.has-slick-arrow-type-02 .slick-arrow.slick-prev {
    left: 0;
    padding-right: 1px;
}
/* line 132, ../scss/custom/_slick.scss */
.has-slick-arrow-type-02 .slick-arrow.slick-next {
    right: 0;
    padding-left: 1px;
}
/* line 137, ../scss/custom/_slick.scss */
.has-slick-arrow-type-02 .slick-arrow.slick-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0;
}
/* line 142, ../scss/custom/_slick.scss */
.has-slick-arrow-type-02 .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
/* line 145, ../scss/custom/_slick.scss */
.has-slick-arrow-type-02 .slick-arrow:active {
    background-color: rgba(0, 0, 0, 0.6);
}

/* line 151, ../scss/custom/_slick.scss */
.has-slick-arrow-type-03 .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    height: 24px;
    padding: 0;
    width: 14px;
    text-align: center;
    color: #bdbdbd;
    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
}
@media (max-width: 767px) {
    /* line 151, ../scss/custom/_slick.scss */
    .has-slick-arrow-type-03 .slick-arrow {
        display: none !important;
    }
}
/* line 167, ../scss/custom/_slick.scss */
.has-slick-arrow-type-03 .slick-arrow i {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
/* line 172, ../scss/custom/_slick.scss */
.has-slick-arrow-type-03 .slick-arrow.slick-prev {
    left: -18px;
    padding-right: 1px;
}
/* line 177, ../scss/custom/_slick.scss */
.has-slick-arrow-type-03 .slick-arrow.slick-next {
    right: -18px;
    padding-left: 1px;
}
/* line 182, ../scss/custom/_slick.scss */
.has-slick-arrow-type-03 .slick-arrow.slick-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0;
}
/* line 187, ../scss/custom/_slick.scss */
.has-slick-arrow-type-03 .slick-arrow:hover {
    color: #9e9e9e;
}
/* line 190, ../scss/custom/_slick.scss */
.has-slick-arrow-type-03 .slick-arrow:active {
    color: #757575;
}

/* line 1, ../scss/custom/_slider.scss */
.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ff5722;
    background-image: none;
    z-index: 100;
}

/* line 1, ../scss/custom/_nouislider.scss */
.noUi-horizontal {
    height: 8px;
}

/* line 4, ../scss/custom/_nouislider.scss */
.noUi-horizontal .noUi-tooltip {
    bottom: -34px;
    padding: 3px 5px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    color: #d84315;
}

/* line 12, ../scss/custom/_nouislider.scss */
.noUi-connect {
    background: #ff5722;
}

/* line 15, ../scss/custom/_nouislider.scss */
.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    left: -14px;
    top: -12px;
}
/* line 20, ../scss/custom/_nouislider.scss */
.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
    display: none;
}

/* line 24, ../scss/custom/_nouislider.scss */
.noUi-handle {
    border: 1px solid transparent;
    border-radius: 3px;
    background: #ff5722;
    cursor: default;
    box-shadow: 0 0 0 transparent;
    border-radius: 50%;
}
/* line 31, ../scss/custom/_nouislider.scss */
.noUi-handle:focus {
    outline: none;
}

/* line 3, ../scss/_header.scss */
.site-header {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1000;
}
/* line 9, ../scss/_header.scss */
.site-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* line 13, ../scss/_header.scss */
.site-header ul li {
    position: relative;
}
/* line 15, ../scss/_header.scss */
.site-header ul li a {
    display: block;
}
/* line 20, ../scss/_header.scss */
.site-header a {
    position: relative;
}
/* line 22, ../scss/_header.scss */
.site-header a:hover, .site-header a:focus, .site-header a:active, .site-header a:visited {
    text-decoration: none;
}
/* line 26, ../scss/_header.scss */
.site-header .container-fluid {
    padding: 0 12px;
}
/* line 31, ../scss/_header.scss */
.site-header .site-header__topbar {
    background-color: #eeeeee;
}
/* line 33, ../scss/_header.scss */
.site-header .site-header__topbar .sh__topbar__container {
    height: 26px;
}
/* line 38, ../scss/_header.scss */
.site-header .sh__topbar-list .sh__topbar-list__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
}
/* line 42, ../scss/_header.scss */
.site-header .sh__topbar-list .sh__topbar-list__item:last-child {
    margin: 0;
}
/* line 45, ../scss/_header.scss */
.site-header .sh__topbar-list .sh__topbar-list__item .single-item {
    display: block;
    padding: 3px 8px;
    line-height: 20px;
    font-size: 13px;
    white-space: nowrap;
    color: #616161;
}
/* line 52, ../scss/_header.scss */
.site-header .sh__topbar-list .sh__topbar-list__item .single-item span, .site-header .sh__topbar-list .sh__topbar-list__item .single-item i {
    display: inline-block;
    vertical-align: top;
}
/* line 57, ../scss/_header.scss */
.site-header .sh__topbar-list .sh__topbar-list__item .single-item .single-item__image-icon img {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    height: 12px;
    width: auto;
}
/* line 65, ../scss/_header.scss */
.site-header .sh__topbar-list .sh__topbar-list__item .single-item.active {
    color: #212121;
}
/* line 70, ../scss/_header.scss */
.site-header .sh__topbar-list .sh__topbar-list__item a.single-item:hover {
    color: #d84315;
    background-color: #e0e0e0;
}
/* line 81, ../scss/_header.scss */
.site-header .sh__mainbar__container {
    display: flex;
    align-items: center;
    height: 48px;
}
@media (min-width: 992px) {
    /* line 81, ../scss/_header.scss */
    .site-header .sh__mainbar__container {
        height: 60px;
    }
}
/* line 90, ../scss/_header.scss */
.site-header .sh__site-logo {
    flex: 0 0 auto;
    min-width: 0;
    padding: 0;
    margin: 0;
}
@media (min-width: 992px) {
    /* line 90, ../scss/_header.scss */
    .site-header .sh__site-logo {
        margin-left: 12px;
    }
}
/* line 98, ../scss/_header.scss */
.site-header .sh__site-logo a {
    display: block;
    width: 45px;
    height: 32px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
@media (min-width: 992px) {
    /* line 98, ../scss/_header.scss */
    .site-header .sh__site-logo a {
        width: 56px;
        height: 40px;
    }
}
/* line 113, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar {
    flex: 1 1 auto;
    min-width: 0;
}
/* line 119, ../scss/_header.scss */
.site-header .sh__nav-list .sh__nav-list__item {
    display: inline-block;
    vertical-align: top;
}
/* line 122, ../scss/_header.scss */
.site-header .sh__nav-list .sh__nav-list__item .single-item {
    display: block;
}
/* line 129, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar {
    margin: 0 0 0 36px;
}
/* line 131, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list {
    font-size: 0;
    white-space: nowrap;
}
/* line 134, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item {
    font-size: 15px;
    margin: 0 12px 0 0;
}
/* line 137, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item:last-child {
    margin: 0 12px 0 0;
}
/* line 140, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item.sh__nav-list__item--has-btn {
    margin: 13px 12px;
}
/* line 143, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item.sh__nav-list__item--has-btn-sm {
    margin: 15px 12px;
}
/* line 146, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item {
    padding: 20px 0 18px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #212121;
    border-bottom: 2px solid transparent;
}
/* line 153, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item:hover {
    color: #616161;
}
/* line 156, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item.single-item--notify {
    padding: 16px 4px 14px;
}
/* line 158, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item.single-item--notify span {
    display: block;
}
/* line 161, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item.single-item--notify .notify-icon {
    margin: 0 4px 0 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #ff5722;
    border-radius: 50%;
}
/* line 175, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item.single-item--notify .notifi-count {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-bottom: 3px;
    margin-left: 3px;
    padding: 1px 4px;
    line-height: 14px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background-color: #424242;
    border-radius: 2px;
}
/* line 189, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item.single-item--user {
    padding: 16px 0 14px;
}
/* line 191, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item.single-item--user span {
    display: inline-block;
    vertical-align: top;
}
/* line 195, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item.single-item--user .user-avatar {
    border: 2px solid #eee;
    border-radius: 50%;
}
/* line 198, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item.single-item--user .user-avatar img {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}
/* line 206, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item.single-item--user .user-title {
    margin: 4px 0 0 4px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
}
/* line 212, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item .single-item.single-item--user .user-dropdown-icon {
    line-height: 20px;
    font-size: 13px;
    margin: 4px 0 0 8px;
}
/* line 220, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .sh__nav-list__item.active a {
    color: #d84315;
    border-bottom-color: #ff5722;
}
/* line 226, ../scss/_header.scss */
.site-header .sh__desktop-screen-navbar .sh__nav-list .divider {
    display: inline-block;
    vertical-align: top;
    height: 34px;
    width: 1px;
    margin: 13px 12px 0 0;
    background-color: #eaeaea;
}
/* line 236, ../scss/_header.scss */
.site-header .sh__dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    border-top: 1px solid #eaeaea;
    border-radius: 0;
}
/* line 243, ../scss/_header.scss */
.site-header .sh__dropdown-menu .sh__menu-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}
/* line 248, ../scss/_header.scss */
.site-header .sh__dropdown-menu .sh__menu-list .sh__list__item {
    border-bottom: 1px solid #f5f5f5;
}
/* line 250, ../scss/_header.scss */
.site-header .sh__dropdown-menu .sh__menu-list .sh__list__item a {
    display: block;
    padding: 8px 12px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    color: #424242;
    white-space: nowrap;
}
/* line 258, ../scss/_header.scss */
.site-header .sh__dropdown-menu .sh__menu-list .sh__list__item a:hover {
    background-color: #eeeeee;
}
/* line 265, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0;
    width: 360px;
}
/* line 270, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu:after {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    left: 14px;
    z-index: 1000;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #212121 transparent;
}
/* line 283, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu.pull-right:after {
    left: auto;
    right: 14px;
}
/* line 287, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #212121;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 12px;
}
/* line 294, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-header .sh_notify-header__title {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
}
/* line 301, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-header .sh_notify-header__view-more {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #eeeeee;
}
/* line 308, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 420px;
    overflow-y: auto;
}
/* line 44, ../scss/base/_mixins.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* line 48, ../scss/base/_mixins.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}
/* line 51, ../scss/base/_mixins.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list::-webkit-scrollbar-track {
    background: #f5f5f5;
}
/* line 54, ../scss/base/_mixins.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
}
/* line 57, ../scss/base/_mixins.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list::-webkit-scrollbar-track {
    border-radius: 2px;
}
/* line 317, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify {
    display: block;
    display: flex;
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}
/* line 322, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__image {
    flex: 0 0 auto;
    min-width: 0;
    margin: 0 8px 0 0;
}
/* line 326, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__image img {
    display: block;
    width: 56px;
    height: 56px;
}
/* line 332, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__image.circle-image img {
    border-radius: 50%;
}
/* line 337, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__content {
    flex: 1 1 auto;
    min-width: 0;
}
/* line 340, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__content .single-notify__content__main {
    line-height: 17px;
    font-size: 13px;
    font-weight: 500;
    color: #212121;
}
/* line 346, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__content .single-notify__content__meta {
    margin: 5px 0 0;
    line-height: 16px;
    font-size: 0;
    color: #757575;
}
/* line 351, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__content .single-notify__content__meta span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 11px;
}
/* line 356, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__content .single-notify__content__meta span:after {
    content: "\2022";
    display: inline-block;
    vertical-align: top;
    padding: 0 4px;
    line-height: 16px;
    font-size: 8px;
    color: #bdbdbd;
}
/* line 366, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__content .single-notify__content__meta span:last-child:after {
    display: none;
}
/* line 372, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__content .single-notify__content__user {
    line-height: 17px;
    font-size: 13px;
    font-weight: 500;
    color: #212121;
}
/* line 378, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__content .single-notify__content__message {
    margin: 2px 0 0;
    line-height: 17px;
    font-size: 13px;
    color: #616161;
}
/* line 385, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__time {
    margin: 0 0 0 12px;
    flex: 0 0 auto;
    line-height: 16px;
    font-size: 11px;
    text-align: right;
    color: #757575;
}
/* line 392, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify .single-notify__time span {
    display: block;
}
/* line 396, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item .single-notify:hover {
    background-color: #eeeeee;
}
/* line 401, ../scss/_header.scss */
.site-header .sh__notify-dropdown-menu .sh__notify-list .sh__notify-list__item:last-child .single-notify {
    border-bottom: 0;
}
/* line 411, ../scss/_header.scss */
.site-header .sh__mobile-screen-navbar {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: -6px;
    text-align: right;
}
/* line 417, ../scss/_header.scss */
.site-header .sh__mobile-screen-navbar .sh__nav-list__item .collapse-icon-item {
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
    color: #424242;
}
/* line 425, ../scss/_header.scss */
.site-header .sh__mobile-screen-navbar .sh__nav-list__item .collapse-icon-item i:before {
    content: "\f2d7";
}
/* line 432, ../scss/_header.scss */
.site-header .sh__mobile-screen-navbar .sh__nav-list__item .collapse-icon-item.collapsed i:before {
    content: "\f20e";
}
/* line 437, ../scss/_header.scss */
.site-header .sh__mobile-screen-navbar .sh__nav-list__item .collapse-icon-item:active {
    background-color: #f5f5f5;
}
/* line 443, ../scss/_header.scss */
.site-header .sh__mobile-screen-navmenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    max-height: calc(100vh - 48px);
}
/* line 452, ../scss/_header.scss */
.site-header .sh__nav-list-mobile {
    display: block;
    padding: 12px 12px;
    text-align: center;
    border-top: 1px solid #eaeaea;
}
/* line 457, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item {
    display: block;
    border-bottom: 1px dotted #eaeaea;
}
/* line 460, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item:last-child {
    border-bottom: 0;
}
/* line 463, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item .single-item {
    padding: 12px 0;
    line-height: 20px;
    font-size: 15px;
    color: #212121;
}
/* line 468, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item .single-item.single-item--text {
    padding: 16px 0;
    line-height: 22px;
    font-size: 17px;
    font-weight: 500;
}
/* line 475, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item .single-item.single-item--notify span {
    display: inline-block;
    vertical-align: top;
}
/* line 479, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item .single-item.single-item--notify .notify-icon {
    margin: 0 4px 0 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #ff5722;
    border-radius: 50%;
}
/* line 490, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item .single-item.single-item--notify .notify-label {
    margin: 0 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}
/* line 496, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item .single-item.single-item--notify .notifi-count {
    margin: 2px 0 0 12px;
    padding: 1px 4px;
    line-height: 14px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background-color: #424242;
    border-radius: 2px;
}
/* line 509, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item .single-item.single-item--user span {
    display: inline-block;
    vertical-align: top;
}
/* line 513, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item .single-item.single-item--user .user-avatar {
    border: 2px solid #eee;
    border-radius: 50%;
}
/* line 516, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item .single-item.single-item--user .user-avatar img {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}
/* line 524, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item .single-item.single-item--user .user-title {
    margin: 6px 0 0 4px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
}
/* line 530, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__nav-list__item .single-item.single-item--user .user-dropdown-icon {
    line-height: 20px;
    margin: 6px 0 0 12px;
}
/* line 537, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__inner-list {
    padding: 0 0 12px;
}
/* line 540, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__inner-list .sh__inner-list__item .single-inner-item {
    padding: 4px 0;
    line-height: 18px;
    font-size: 14px;
    color: #616161;
}
/* line 547, ../scss/_header.scss */
.site-header .sh__nav-list-mobile .sh__inner-list .sh__inner-list__item .single-item__image-icon img {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    height: 12px;
    width: auto;
}

/* line 5, ../scss/_footer.scss */
.newsletter-signup {
    padding: 20px 0;
    text-align: center;
}
/* line 8, ../scss/_footer.scss */
.newsletter-signup .newsletter-icon {
    width: 56px;
}
/* line 10, ../scss/_footer.scss */
.newsletter-signup .newsletter-icon img {
    display: block;
    width: 100%;
    position: relative;
    top: -5px;
}
/* line 18, ../scss/_footer.scss */
.newsletter-signup .newsletter-intro .info-title {
    margin: 0 0 2px;
    font-size: 18px;
    color: #212121;
}
/* line 23, ../scss/_footer.scss */
.newsletter-signup .newsletter-intro .info-descr {
    font-size: 13px;
    color: #757575;
}
/* line 28, ../scss/_footer.scss */
.newsletter-signup .newsletter-input {
    display: inline-block;
}
/* line 30, ../scss/_footer.scss */
.newsletter-signup .newsletter-input .form-group {
    margin: 0;
}
/* line 33, ../scss/_footer.scss */
.newsletter-signup .newsletter-input .form-control {
    width: 320px;
}

/* line 39, ../scss/_footer.scss */
.site-footer {
    margin: 0;
    font-size: 13px;
    background-color: #212121;
}
/* line 44, ../scss/_footer.scss */
.site-footer .footer__top-section {
    padding: 24px 0;
}
/* line 52, ../scss/_footer.scss */
.site-footer .footer__about-company {
    padding: 12px 0;
}
/* line 54, ../scss/_footer.scss */
.site-footer .footer__about-company .company-title {
    margin: 0 0 12px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
    color: #212121;
}
/* line 61, ../scss/_footer.scss */
.site-footer .footer__about-company .company-info {
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 4px;
    line-height: 18px;
    color: #424242;
}
/* line 67, ../scss/_footer.scss */
.site-footer .footer__about-company .company-info .info-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    line-height: 18px;
    text-align: center;
    color: #9e9e9e;
}
/* line 78, ../scss/_footer.scss */
.site-footer .footer__nav-menu {
    padding: 12px 0;
}
/* line 80, ../scss/_footer.scss */
.site-footer .footer__nav-menu .list-title {
    margin: 0 0 12px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
    color: #212121;
}
/* line 88, ../scss/_footer.scss */
.site-footer .footer__nav-menu .list-menu li {
    margin: 0 0 2px;
}
/* line 91, ../scss/_footer.scss */
.site-footer .footer__nav-menu .list-menu a {
    display: inline-block;
}
/* line 93, ../scss/_footer.scss */
.site-footer .footer__nav-menu .list-menu a:hover, .site-footer .footer__nav-menu .list-menu a:active, .site-footer .footer__nav-menu .list-menu a:focus {
    text-decoration: none;
}
/* line 96, ../scss/_footer.scss */
.site-footer .footer__nav-menu .list-menu a:hover {
    color: #757575;
}
/* line 102, ../scss/_footer.scss */
.site-footer .footer__site-nav {
    padding: 12px 0;
    text-align: center;
}
/* line 106, ../scss/_footer.scss */
.site-footer .footer__bottom-section {
    padding: 24px 0;
}
/* line 109, ../scss/_footer.scss */
.site-footer .footer__site-nav {
    margin: 0;
    padding: 0 0;
    font-size: 0;
    line-height: 20px;
}
/* line 114, ../scss/_footer.scss */
.site-footer .footer__site-nav ul {
    margin: 0;
}
/* line 116, ../scss/_footer.scss */
.site-footer .footer__site-nav ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}
/* line 120, ../scss/_footer.scss */
.site-footer .footer__site-nav ul li:after {
    display: inline-block;
    vertical-align: top;
    content: "|";
    padding: 0 8px;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
}
/* line 130, ../scss/_footer.scss */
.site-footer .footer__site-nav ul li:last-child:after {
    display: none;
}
/* line 134, ../scss/_footer.scss */
.site-footer .footer__site-nav ul li a {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: 13px;
    color: #e0e0e0;
}
/* line 140, ../scss/_footer.scss */
.site-footer .footer__site-nav ul li a:hover, .site-footer .footer__site-nav ul li a:active, .site-footer .footer__site-nav ul li a:focus {
    text-decoration: none;
}
/* line 143, ../scss/_footer.scss */
.site-footer .footer__site-nav ul li a:hover {
    color: #fff;
}
/* line 150, ../scss/_footer.scss */
.site-footer .footer__company-copyright {
    color: #fff;
}

/* line 5, ../scss/_layouts.scss */
#siteContainer {
    position: relative;
}

/* line 8, ../scss/_layouts.scss */
#siteContent {
    position: relative;
    min-height: calc(100vh - 86px - 128px);
}

/* line 12, ../scss/_layouts.scss */
.container {
    padding-left: 12px;
    padding-right: 12px;
}
@media (min-width: 1440px) {
    /* line 15, ../scss/_layouts.scss */
    .container--extended {
        width: 1440px;
    }
}

@media (max-width: 767px) {
    /* line 21, ../scss/_layouts.scss */
    .has-mw-on-xs-screen {
        max-width: 480px !important;
    }
}

/* line 9, ../scss/_components.scss */
ul.ht-breadcrumb {
    padding: 0;
    margin: 0;
    font-size: 0;
    border-radius: 2px;
}
@media (max-width: 991px) {
    /* line 9, ../scss/_components.scss */
    ul.ht-breadcrumb {
        white-space: nowrap;
        overflow: auto;
        overflow: overlay;
    }
}
/* line 20, ../scss/_components.scss */
ul.ht-breadcrumb li a, ul.ht-breadcrumb li span {
    display: block;
}
/* line 22, ../scss/_components.scss */
ul.ht-breadcrumb li a:hover, ul.ht-breadcrumb li a:active, ul.ht-breadcrumb li a:focus, ul.ht-breadcrumb li a:visited, ul.ht-breadcrumb li span:hover, ul.ht-breadcrumb li span:active, ul.ht-breadcrumb li span:focus, ul.ht-breadcrumb li span:visited {
    text-decoration: none;
}
/* line 30, ../scss/_components.scss */
ul.ht-breadcrumb li span {
    display: block;
}
/* line 34, ../scss/_components.scss */
ul.ht-breadcrumb > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 24px 0 0;
    line-height: 16px;
    font-size: 12px;
}
/* line 41, ../scss/_components.scss */
ul.ht-breadcrumb > li > a, ul.ht-breadcrumb > li > span {
    position: relative;
    padding: 9px 0;
    line-height: 16px;
    font-size: 12px;
    color: #616161;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 110;
}
/* line 54, ../scss/_components.scss */
ul.ht-breadcrumb > li:after {
    content: "/";
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    width: 24px;
    line-height: 16px;
    text-align: center;
    color: #bdbdbd;
}
/* line 64, ../scss/_components.scss */
ul.ht-breadcrumb > li:last-child:after {
    display: none;
}
/* line 67, ../scss/_components.scss */
ul.ht-breadcrumb > li ul {
    display: none;
}
/* line 70, ../scss/_components.scss */
ul.ht-breadcrumb > li.active {
    color: #757575;
}
/* line 72, ../scss/_components.scss */
ul.ht-breadcrumb > li.active > a, ul.ht-breadcrumb > li.active > span {
    color: #757575;
}
/* line 77, ../scss/_components.scss */
ul.ht-breadcrumb > li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -4px;
    padding: 4px;
    min-width: calc(100% - 12px);
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}
/* line 88, ../scss/_components.scss */
ul.ht-breadcrumb > li ul[class$="columns"] {
    -moz-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
}
/* line 91, ../scss/_components.scss */
ul.ht-breadcrumb > li ul li {
    display: block;
    line-height: 16px;
}
/* line 94, ../scss/_components.scss */
ul.ht-breadcrumb > li ul li a {
    display: block;
    padding: 4px 12px 4px 8px;
    line-height: 16px;
    font-size: 12px;
    color: #616161;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* line 105, ../scss/_components.scss */
ul.ht-breadcrumb > li ul li a:hover {
    color: #4caf50;
}
/* line 112, ../scss/_components.scss */
ul.ht-breadcrumb > li:hover > a {
    color: #757575;
}
/* line 114, ../scss/_components.scss */
ul.ht-breadcrumb > li:hover > a:hover {
    color: #4caf50;
}
@media (min-width: 992px) {
    /* line 121, ../scss/_components.scss */
    ul.ht-breadcrumb > li:hover ul {
        display: block;
    }
    /* line 127, ../scss/_components.scss */
    ul.ht-breadcrumb > li.has-inner-ul > a:after {
        content: "";
        display: none;
        position: absolute;
        bottom: -1px;
        left: 50%;
        margin-left: -8px;
        z-index: 105;
        width: 16px;
        height: 10px;
        background-image: url("../img/dropdown-arrow.png");
        background-repeat: no-repeat;
        background-attachment: 0 0;
    }
    /* line 143, ../scss/_components.scss */
    ul.ht-breadcrumb > li.has-inner-ul:hover > a:after {
        display: block;
    }
}

/* line 157, ../scss/_components.scss */
.ht-meta-inline {
    font-size: 0;
    line-height: 16px;
}
/* line 160, ../scss/_components.scss */
.ht-meta-inline > span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 12px;
}
/* line 165, ../scss/_components.scss */
.ht-meta-inline > span:after {
    content: "\2022";
    display: inline-block;
    vertical-align: top;
    padding: 2px 6px 0;
    line-height: 14px;
    font-size: 10px;
    color: #bdbdbd;
}
/* line 175, ../scss/_components.scss */
.ht-meta-inline > span:last-child:after {
    display: none;
}

/* line 182, ../scss/_components.scss */
.ht-loading {
    height: 48px;
    background-image: url(../img/loading.svg);
    background-position: center center;
    background-size: 48px 48px;
    background-repeat: no-repeat;
}
/* line 188, ../scss/_components.scss */
.ht-loading.xxs-size {
    height: 16px;
    background-size: 16px 16px;
}
/* line 192, ../scss/_components.scss */
.ht-loading.xs-size {
    height: 24px;
    background-size: 24px 24px;
}
/* line 196, ../scss/_components.scss */
.ht-loading.sm-size {
    height: 36px;
    background-size: 36px 36px;
}
/* line 200, ../scss/_components.scss */
.ht-loading.lg-size {
    height: 60px;
    background-size: 60px 60px;
}
/* line 204, ../scss/_components.scss */
.ht-loading.xl-size {
    height: 72px;
    background-size: 72px 72px;
}

/* line 210, ../scss/_components.scss */
.color-primary {
    color: #ff5722;
}

/* line 213, ../scss/_components.scss */
.color-primary_text {
    color: #d84315;
}

/* line 217, ../scss/_components.scss */
.back-to-top-btn {
    display: block;
    position: fixed;
    z-index: 500;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #ff5722;
    opacity: 0;
    outline: none;
    border: 0;
    border-radius: 2px;
    padding: 0;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
/* line 235, ../scss/_components.scss */
.back-to-top-btn.show-up {
    opacity: .7;
}
/* line 237, ../scss/_components.scss */
.back-to-top-btn.show-up:hover {
    opacity: 1;
}
/* line 240, ../scss/_components.scss */
.back-to-top-btn.show-up:active {
    opacity: .9;
}

@media (max-width: 767px) {
    /* line 245, ../scss/_components.scss */
    .flex-on-sm-up {
        display: block;
    }
}

/* line 5, ../scss/_cards.scss */
.ht-card {
    display: block;
}

/* line 9, ../scss/_cards.scss */
.single-property-card {
    position: relative;
    display: block;
    margin: 0 0 12px;
    border-radius: 6px;
}
/* line 14, ../scss/_cards.scss */
.single-property-card.has-border {
    border: 1px solid #eee;
}
/* line 17, ../scss/_cards.scss */
.single-property-card .card-header {
    position: relative;
    z-index: 200;
}
/* line 20, ../scss/_cards.scss */
.single-property-card .card-header .property__badges {
    position: absolute;
    top: 6px;
    left: 6px;
    max-width: calc(100% - 36px);
}
/* line 25, ../scss/_cards.scss */
.single-property-card .card-header .property__prices {
    position: absolute;
    bottom: 12px;
    right: 12px;
}
/* line 30, ../scss/_cards.scss */
.single-property-card .card-content {
    position: relative;
    z-index: 200;
    padding: 12px;
}
/* line 35, ../scss/_cards.scss */
.single-property-card .property__photo {
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}
/* line 37, ../scss/_cards.scss */
.single-property-card .property__photo .ht-inner {
    border-radius: 6px 6px 0 0;
}
/* line 40, ../scss/_cards.scss */
.single-property-card .property__photo .ht-inner {
    overflow: hidden;
}
/* line 43, ../scss/_cards.scss */
.single-property-card .property__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
/* line 51, ../scss/_cards.scss */
.single-property-card .property__badges {
    font-size: 0;
}
/* line 53, ../scss/_cards.scss */
.single-property-card .property__badges .single-badge {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    padding: 1px 5px 1px;
    font-size: 0;
    border-radius: 4px;
    margin: 0 8px 0 0;
}
/* line 63, ../scss/_cards.scss */
.single-property-card .property__badges .single-badge:last-child {
    margin: 0;
}
/* line 66, ../scss/_cards.scss */
.single-property-card .property__badges .single-badge .single-badge__icon {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    font-size: 13px;
}
/* line 72, ../scss/_cards.scss */
.single-property-card .property__badges .single-badge .single-badge__text {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    line-height: 18px;
    font-size: 11px;
}
/* line 79, ../scss/_cards.scss */
.single-property-card .property__badges .single-badge.single-badge--verified {
    background-color: rgba(255, 255, 255, 0.8);
}
/* line 81, ../scss/_cards.scss */
.single-property-card .property__badges .single-badge.single-badge--verified .single-badge__icon {
    color: #ff5722;
}
/* line 84, ../scss/_cards.scss */
.single-property-card .property__badges .single-badge.single-badge--verified .single-badge__text {
    color: #424242;
}
/* line 88, ../scss/_cards.scss */
.single-property-card .property__badges .single-badge.single-badge--featured {
    background-color: rgba(255, 87, 34, 0.9);
}
/* line 90, ../scss/_cards.scss */
.single-property-card .property__badges .single-badge.single-badge--featured .single-badge__icon {
    color: #fff;
}
/* line 93, ../scss/_cards.scss */
.single-property-card .property__badges .single-badge.single-badge--featured .single-badge__text {
    color: #fff;
}
/* line 99, ../scss/_cards.scss */
.single-property-card .property__prices {
    padding: 4px 8px 3px;
    font-size: 0;
    color: #fff;
    background-color: #ff5722;
    border-radius: 4px;
}
/* line 105, ../scss/_cards.scss */
.single-property-card .property__prices > div {
    display: inline-block;
    font-size: 14px;
}
/* line 109, ../scss/_cards.scss */
.single-property-card .property__prices .single-price {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 24px;
}
/* line 114, ../scss/_cards.scss */
.single-property-card .property__prices .single-price span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
/* line 119, ../scss/_cards.scss */
.single-property-card .property__prices .single-price .single-price__number {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.4px;
}
/* line 125, ../scss/_cards.scss */
.single-property-card .property__prices .single-price .single-price__currency {
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
}
/* line 129, ../scss/_cards.scss */
.single-property-card .property__prices .single-price .single-price__currency.on-right {
    margin-left: 3px;
}
/* line 132, ../scss/_cards.scss */
.single-property-card .property__prices .single-price .single-price__currency.on-left {
    margin-left: 3px;
}
/* line 137, ../scss/_cards.scss */
.single-property-card .property__prices .divider {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
}
/* line 146, ../scss/_cards.scss */
.single-property-card .property__intro {
    height: 62px;
}
/* line 149, ../scss/_cards.scss */
.single-property-card .property__title {
    margin: 0;
    line-height: 21px;
    font-size: 16px;
    color: #212121;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* line 156, ../scss/_cards.scss */
.single-property-card .property__address {
    margin: 5px 0 0;
    line-height: 18px;
    font-size: 13px;
    color: #616161;
}
/* line 163, ../scss/_cards.scss */
.single-property-card .property__infos {
    margin-top: 12px;
    padding-top: 12px;
    font-size: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #eaeaea;
}
/* line 170, ../scss/_cards.scss */
.single-property-card .property__infos .single-info {
    flex: 1 1 auto;
    margin: 0 8px 0 0;
    font-size: 0;
    line-height: 18px;
    white-space: nowrap;
}
/* line 176, ../scss/_cards.scss */
.single-property-card .property__infos .single-info span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
}
/* line 183, ../scss/_cards.scss */
.single-property-card .property__infos .single-info .single-info__icon img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
}
/* line 190, ../scss/_cards.scss */
.single-property-card .property__infos .single-info .single-info__data {
    margin: 0 0 0 4px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}
/* line 198, ../scss/_cards.scss */
.single-property-card .property__quickview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    border-radius: 6px 6px 0 0;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}
/* line 206, ../scss/_cards.scss */
.single-property-card .property__quickview .actions-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -16px;
    text-align: center;
    font-size: 0;
}
/* line 212, ../scss/_cards.scss */
.single-property-card .property__quickview .actions-wrapper .single-action {
    display: inline-block;
    padding: 0;
    margin: 0 4px;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
/* line 226, ../scss/_cards.scss */
.single-property-card .property__quickview .actions-wrapper .single-action:hover {
    background-color: #fff;
    color: #d84315;
}
/* line 230, ../scss/_cards.scss */
.single-property-card .property__quickview .actions-wrapper .single-action i {
    display: inline-block;
}
/* line 232, ../scss/_cards.scss */
.single-property-card .property__quickview .actions-wrapper .single-action i.rotate45 {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* line 281, ../scss/_cards.scss */
.single-property-card .property__actions {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 280;
}
/* line 285, ../scss/_cards.scss */
.single-property-card .property__actions .single-action {
    display: inline-block;
    vertical-align: top;
}
/* line 288, ../scss/_cards.scss */
.single-property-card .property__actions .single-action.single-action--like {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 24px;
    color: #eeeeee;
}
/* line 295, ../scss/_cards.scss */
.single-property-card .property__actions .single-action.single-action--like:hover {
    color: #ff8a65;
}
/* line 298, ../scss/_cards.scss */
.single-property-card .property__actions .single-action.single-action--like.active {
    color: #ff5722;
}
/* line 301, ../scss/_cards.scss */
.single-property-card .property__actions .single-action.single-action--like.active i:before {
    content: "\f388";
}
/* line 309, ../scss/_cards.scss */
.single-property-card .property__actions .tooltip .tooltip-inner {
    white-space: nowrap;
    font-size: 11px;
}
/* line 319, ../scss/_cards.scss */
.single-property-card:hover, .single-property-card:active, .single-property-card:focus, .single-property-card a:hover, .single-property-card a:active, .single-property-card a:focus {
    text-decoration: none;
}
/* line 326, ../scss/_cards.scss */
.single-property-card:hover .property__quickview {
    opacity: 1;
}
/* line 330, ../scss/_cards.scss */
.single-property-card:hover .property__photo img {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
/* line 334, ../scss/_cards.scss */
.single-property-card:hover .property__features {
    display: block;
}

@media (max-width: 1199px) {
    /* line 340, ../scss/_cards.scss */
    .list-property-cards.has-max-width-on-md {
        max-width: 400px;
    }
}
/* line 345, ../scss/_cards.scss */
.list-property-cards .list-row {
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    margin: 0 -12px;
}
/* line 350, ../scss/_cards.scss */
.list-property-cards .list-row .list-col {
    flex: 0 0 100%;
    min-width: 0;
    padding: 0 12px;
}
@media (min-width: 768px) {
    /* line 350, ../scss/_cards.scss */
    .list-property-cards .list-row .list-col {
        flex: 0 0 50%;
    }
}
@media (min-width: 992px) {
    /* line 350, ../scss/_cards.scss */
    .list-property-cards .list-row .list-col {
        flex: 0 0 33.33%;
    }
}
@media (min-width: 1200px) {
    /* line 350, ../scss/_cards.scss */
    .list-property-cards .list-row .list-col {
        flex: 0 0 25%;
    }
}
@media (min-width: 1440px) {
    /* line 350, ../scss/_cards.scss */
    .list-property-cards .list-row .list-col {
        flex: 0 0 20%;
    }
}
/* line 367, ../scss/_cards.scss */
.list-property-cards .list-row .single-property-card {
    margin: 0 0 24px;
}

/* line 374, ../scss/_cards.scss */
.user-profile-card {
    margin: 0 0 12px;
}
@media (max-width: 991px) {
    /* line 374, ../scss/_cards.scss */
    .user-profile-card {
        display: flex;
    }
}
@media (min-width: 992px) {
    /* line 374, ../scss/_cards.scss */
    .user-profile-card {
        margin: 0 0 24px;
    }
}
/* line 385, ../scss/_cards.scss */
.user-profile-card .card-content {
    padding: 12px;
}
@media (min-width: 992px) {
    /* line 385, ../scss/_cards.scss */
    .user-profile-card .card-content {
        text-align: center;
    }
}
/* line 391, ../scss/_cards.scss */
.user-profile-card .user-photo {
    width: 96px;
}
@media (min-width: 768px) {
    /* line 391, ../scss/_cards.scss */
    .user-profile-card .user-photo {
        width: 144px;
    }
}
@media (min-width: 992px) {
    /* line 391, ../scss/_cards.scss */
    .user-profile-card .user-photo {
        width: 100%;
    }
}
/* line 400, ../scss/_cards.scss */
.user-profile-card .user-title {
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #212121;
}
@media (min-width: 768px) {
    /* line 400, ../scss/_cards.scss */
    .user-profile-card .user-title {
        line-height: 26px;
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    /* line 400, ../scss/_cards.scss */
    .user-profile-card .user-title {
        line-height: 28px;
        font-size: 22px;
    }
}
/* line 415, ../scss/_cards.scss */
.user-profile-card .user-status {
    margin: 8px 0 0;
    line-height: 18px;
    font-size: 13px;
    color: #757575;
}

/* line 422, ../scss/_cards.scss */
.user-data-card {
    margin: 0 0 12px;
}
/* line 427, ../scss/_cards.scss */
.user-data-card > .card-header {
    padding: 12px;
    border-bottom: 1px solid #eee;
}
/* line 431, ../scss/_cards.scss */
.user-data-card > .card-header .card-header__title {
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 12px 0 0;
}
/* line 439, ../scss/_cards.scss */
.user-data-card > .card-content {
    padding: 12px;
}
/* line 442, ../scss/_cards.scss */
.user-data-card .single-user-info {
    margin: 0 0 12px;
}
/* line 444, ../scss/_cards.scss */
.user-data-card .single-user-info .info__icon {
    min-width: 24px;
    margin: 0 4px 0 0;
    font-size: 18px;
    color: #ff5722;
}
/* line 451, ../scss/_cards.scss */
.user-data-card .single-user-info .info__data .info__data__main {
    color: #212121;
}
/* line 454, ../scss/_cards.scss */
.user-data-card .single-user-info .info__data .info__data__status {
    margin: 2px 0 0;
    line-height: 18px;
    font-size: 13px;
    color: #757575;
}
@media (max-width: 767px) {
    /* line 462, ../scss/_cards.scss */
    .user-data-card .social-connect-title {
        margin: 0 0 5px;
    }
}

/* line 468, ../scss/_cards.scss */
.user-profile-section {
    margin: 12px 0;
}

/* line 4, ../scss/_home.scss */
.home-intro-section .ht-wrapper {
    padding: 84px 0;
}
@media (min-width: 768px) {
    /* line 4, ../scss/_home.scss */
    .home-intro-section .ht-wrapper {
        padding: 96px 0;
    }
}
@media (min-width: 992px) {
    /* line 4, ../scss/_home.scss */
    .home-intro-section .ht-wrapper {
        padding: 112px 0;
    }
}
@media (min-width: 1200px) {
    /* line 4, ../scss/_home.scss */
    .home-intro-section .ht-wrapper {
        padding: 220px 0;
    }
}

/* line 17, ../scss/_home.scss */
.home-intro-section .home-intro__content .home-intro__content__title {
    margin: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
@media (min-width: 768px) {
    /* line 17, ../scss/_home.scss */
    .home-intro-section .home-intro__content .home-intro__content__title {
        font-size: 36px;
    }
}
@media (min-width: 992px) {
    /* line 17, ../scss/_home.scss */
    .home-intro-section .home-intro__content .home-intro__content__title {
        font-size: 42px;
    }
}
@media (min-width: 1200px) {
    /* line 17, ../scss/_home.scss */
    .home-intro-section .home-intro__content .home-intro__content__title {
        font-size: 48px;
    }
}
/* line 33, ../scss/_home.scss */
.home-intro-section .home-intro__content .home-intro__content__subtitle {
    margin: 12px 0 0;
    font-size: 14px;
    color: #e0e0e0;
}
@media (min-width: 768px) {
    /* line 33, ../scss/_home.scss */
    .home-intro-section .home-intro__content .home-intro__content__subtitle {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    /* line 33, ../scss/_home.scss */
    .home-intro-section .home-intro__content .home-intro__content__subtitle {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    /* line 33, ../scss/_home.scss */
    .home-intro-section .home-intro__content .home-intro__content__subtitle {
        font-size: 20px;
    }
}
/* line 48, ../scss/_home.scss */
.home-intro-section .home-intro__search {
    margin: 36px 0 0;
}
/* line 50, ../scss/_home.scss */
.home-intro-section .home-intro__search .home-intro__search-form {
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
}
/* line 54, ../scss/_home.scss */
.home-intro-section .home-intro__search .home-intro__search-form .search-input {
    height: 48px;
    font-size: 18px;
    border-color: transparent;
}
@media (max-width: 991px) {
    /* line 54, ../scss/_home.scss */
    .home-intro-section .home-intro__search .home-intro__search-form .search-input {
        margin-bottom: 8px;
    }
}
/* line 62, ../scss/_home.scss */
.home-intro-section .home-intro__search .home-intro__search-form .search-submit {
    height: 48px;
    font-size: 18px;
}

/* line 69, ../scss/_home.scss */
.home-featured-properties-carousel-container {
    background-color: rgba(0, 0, 0, 0.1);
}
/* line 72, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel {
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 0;
}
/* line 76, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-col {
    padding: 0 12px;
}
/* line 79, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property {
    position: relative;
    border-radius: 12px;
}
/* line 83, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__photo .ht-inner {
    border-radius: 6px;
    overflow: hidden;
}
/* line 88, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__badges {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 0;
    max-width: 100%;
}
/* line 93, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__badges .single-badge {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 5px 1px;
    font-size: 0;
    border-radius: 4px;
    margin: 0 8px 0 0;
}
/* line 103, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__badges .single-badge:last-child {
    margin: 0;
}
/* line 106, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__badges .single-badge .single-badge__icon {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    font-size: 12px;
}
/* line 112, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__badges .single-badge .single-badge__text {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    line-height: 18px;
    font-size: 10px;
}
/* line 119, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__badges .single-badge.single-badge--verified {
    background-color: rgba(255, 255, 255, 0.8);
}
/* line 121, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__badges .single-badge.single-badge--verified .single-badge__icon {
    color: #ff5722;
}
/* line 124, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__badges .single-badge.single-badge--verified .single-badge__text {
    color: #424242;
}
/* line 128, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__badges .single-badge.single-badge--featured {
    background-color: rgba(255, 87, 34, 0.9);
}
/* line 130, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__badges .single-badge.single-badge--featured .single-badge__icon {
    color: #fff;
}
/* line 133, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__badges .single-badge.single-badge--featured .single-badge__text {
    color: #fff;
}
/* line 139, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 6px 6px;
}
/* line 147, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__title {
    margin: 0 0 5px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
}
/* line 153, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__meta {
    margin: 3px 0 0;
    line-height: 16px;
    font-size: 0;
}
/* line 157, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__meta span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #eeeeee;
}
/* line 164, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__meta span:after {
    content: "\2022";
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    line-height: 16px;
    font-size: 8px;
    color: #eeeeee;
}
/* line 174, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__meta span:last-child:after {
    display: none;
}
/* line 180, ../scss/_home.scss */
.home-featured-properties-carousel-container .featured-properties-carousel .single-property .property__address {
    margin: 3px 0 0;
    line-height: 16px;
    font-size: 12px;
}

/* line 190, ../scss/_home.scss */
.home-featured-properties-section {
    padding: 24px 0 48px;
}
@media (min-width: 992px) {
    /* line 190, ../scss/_home.scss */
    .home-featured-properties-section {
        padding: 32px 0 64px 0;
    }
}
/* line 195, ../scss/_home.scss */
.home-featured-properties-section .section-header {
    margin: 0 0 24px;
}
@media (min-width: 992px) {
    /* line 195, ../scss/_home.scss */
    .home-featured-properties-section .section-header {
        margin: 0 0 48px;
    }
}
/* line 200, ../scss/_home.scss */
.home-featured-properties-section .section-header .section-header__title {
    margin: 0 0 16px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}
@media (min-width: 992px) {
    /* line 200, ../scss/_home.scss */
    .home-featured-properties-section .section-header .section-header__title {
        margin: 0 0 24px;
        line-height: 30px;
        font-size: 24px;
    }
}
/* line 210, ../scss/_home.scss */
.home-featured-properties-section .section-header .section-header__title.has-bdb {
    position: relative;
    padding: 0 0 16px;
}
@media (min-width: 992px) {
    /* line 210, ../scss/_home.scss */
    .home-featured-properties-section .section-header .section-header__title.has-bdb {
        padding: 0 0 24px;
    }
}
/* line 216, ../scss/_home.scss */
.home-featured-properties-section .section-header .section-header__title.has-bdb:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -48px;
    width: 96px;
    height: 2px;
    background-color: #ff5722;
}
/* line 229, ../scss/_home.scss */
.home-featured-properties-section .section-header .section-header__actions a {
    line-height: 18px;
    font-size: 13px;
}
@media (min-width: 768px) {
    /* line 229, ../scss/_home.scss */
    .home-featured-properties-section .section-header .section-header__actions a {
        line-height: 20px;
        font-size: 15px;
    }
}
@media (min-width: 768px) {
    /* line 229, ../scss/_home.scss */
    .home-featured-properties-section .section-header .section-header__actions a {
        line-height: 24px;
        font-size: 18px;
    }
}
/* line 247, ../scss/_home.scss */
.home-featured-properties-section .section-footer .section-footer__text {
    line-height: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #424242;
}
@media (min-width: 992px) {
    /* line 247, ../scss/_home.scss */
    .home-featured-properties-section .section-footer .section-footer__text {
        line-height: 24px;
        font-size: 18px;
    }
}
/* line 257, ../scss/_home.scss */
.home-featured-properties-section .section-footer .section-footer__text p:last-child {
    margin-bottom: 0;
}

/* line 265, ../scss/_home.scss */
.home-why-choose-us-section {
    padding: 48px 0;
}
@media (min-width: 992px) {
    /* line 265, ../scss/_home.scss */
    .home-why-choose-us-section {
        padding: 72px 0;
    }
}
/* line 270, ../scss/_home.scss */
.home-why-choose-us-section .section-header {
    margin: 0 0 24px;
}
@media (min-width: 992px) {
    /* line 270, ../scss/_home.scss */
    .home-why-choose-us-section .section-header {
        margin: 0 0 48px;
    }
}
/* line 275, ../scss/_home.scss */
.home-why-choose-us-section .section-header .section-header__title {
    margin: 0 0 8px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
@media (min-width: 992px) {
    /* line 275, ../scss/_home.scss */
    .home-why-choose-us-section .section-header .section-header__title {
        margin: 0 0 12px;
        line-height: 24px;
        font-size: 18px;
    }
}
/* line 286, ../scss/_home.scss */
.home-why-choose-us-section .section-header .section-header__title.has-bdb {
    position: relative;
    padding: 0 0 12px;
}
@media (min-width: 992px) {
    /* line 286, ../scss/_home.scss */
    .home-why-choose-us-section .section-header .section-header__title.has-bdb {
        padding: 0 0 16px;
    }
}
/* line 292, ../scss/_home.scss */
.home-why-choose-us-section .section-header .section-header__title.has-bdb:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -36px;
    width: 72px;
    height: 2px;
    background-color: #fff;
}
/* line 305, ../scss/_home.scss */
.home-why-choose-us-section .section-header .section-header__actions a {
    line-height: 18px;
    font-size: 13px;
}
@media (min-width: 992px) {
    /* line 305, ../scss/_home.scss */
    .home-why-choose-us-section .section-header .section-header__actions a {
        line-height: 20px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    /* line 318, ../scss/_home.scss */
    .home-why-choose-us-section .section-content .row [class^="col"] {
        margin-bottom: 24px;
    }
    /* line 320, ../scss/_home.scss */
    .home-why-choose-us-section .section-content .row [class^="col"]:last-child {
        margin-bottom: 0;
    }
}
/* line 327, ../scss/_home.scss */
.home-why-choose-us-section .single-reason {
    padding: 8px 24px;
}
/* line 329, ../scss/_home.scss */
.home-why-choose-us-section .single-reason .single-reason__icon {
    margin: 0 0 24px;
}
/* line 331, ../scss/_home.scss */
.home-why-choose-us-section .single-reason .single-reason__icon img {
    display: inline-block;
    max-height: 96px;
    width: auto;
    max-width: 100%;
}
/* line 338, ../scss/_home.scss */
.home-why-choose-us-section .single-reason .single-reason__title {
    line-height: 24px;
    font-size: 18px;
    color: #fff;
}
/* line 343, ../scss/_home.scss */
.home-why-choose-us-section .single-reason .single-reason__subtitle {
    margin: 8px 0 0;
    line-height: 20px;
    font-size: 14px;
    color: #f5f5f5;
}

/* line 352, ../scss/_home.scss */
.home-customer-feedbacks-section {
    padding: 48px 0;
}
@media (min-width: 992px) {
    /* line 352, ../scss/_home.scss */
    .home-customer-feedbacks-section {
        padding: 72px 0;
    }
}
/* line 357, ../scss/_home.scss */
.home-customer-feedbacks-section .section-header {
    margin: 0 0 24px;
}
@media (min-width: 992px) {
    /* line 357, ../scss/_home.scss */
    .home-customer-feedbacks-section .section-header {
        margin: 0 0 48px;
    }
}
/* line 362, ../scss/_home.scss */
.home-customer-feedbacks-section .section-header .section-header__title {
    margin: 0 0 8px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
}
@media (min-width: 992px) {
    /* line 362, ../scss/_home.scss */
    .home-customer-feedbacks-section .section-header .section-header__title {
        margin: 0 0 12px;
        line-height: 24px;
        font-size: 18px;
    }
}
/* line 372, ../scss/_home.scss */
.home-customer-feedbacks-section .section-header .section-header__title.has-bdb {
    position: relative;
    padding: 0 0 12px;
}
@media (min-width: 992px) {
    /* line 372, ../scss/_home.scss */
    .home-customer-feedbacks-section .section-header .section-header__title.has-bdb {
        padding: 0 0 16px;
    }
}
/* line 378, ../scss/_home.scss */
.home-customer-feedbacks-section .section-header .section-header__title.has-bdb:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -36px;
    width: 72px;
    height: 2px;
    background-color: #ff5722;
}
/* line 391, ../scss/_home.scss */
.home-customer-feedbacks-section .section-header .section-header__actions a {
    line-height: 18px;
    font-size: 13px;
}
@media (min-width: 992px) {
    /* line 391, ../scss/_home.scss */
    .home-customer-feedbacks-section .section-header .section-header__actions a {
        line-height: 20px;
        font-size: 15px;
    }
}
/* line 401, ../scss/_home.scss */
.home-customer-feedbacks-section .section-content {
    font-size: 18px;
    line-height: 24px;
}
/* line 406, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel {
    position: relative;
}
/* line 409, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-inner .item {
    padding: 0 15%;
}
/* line 411, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-inner .item .item-inner {
    min-height: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
    /* line 411, ../scss/_home.scss */
    .home-customer-feedbacks-section .customer-feedback-carousel .carousel-inner .item .item-inner {
        min-height: 170px;
    }
}
/* line 419, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-inner .item .item-inner .feedback-content {
    position: relative;
    min-width: 0;
    min-height: 0;
    line-height: 24px;
    padding: 0 0 0 0;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}
@media (min-width: 992px) {
    /* line 419, ../scss/_home.scss */
    .home-customer-feedbacks-section .customer-feedback-carousel .carousel-inner .item .item-inner .feedback-content {
        padding: 0 0 0 36px;
        line-height: 34px;
        font-size: 24px;
    }
}
/* line 434, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-inner .item .item-inner .feedback-content:before {
    display: none;
    position: absolute;
    top: -12px;
    left: 0px;
    content: "\f347";
    font-family: "Ionicons";
    color: #ffa726;
    font-size: 28px;
}
@media (min-width: 992px) {
    /* line 434, ../scss/_home.scss */
    .home-customer-feedbacks-section .customer-feedback-carousel .carousel-inner .item .item-inner .feedback-content:before {
        display: block;
    }
}
/* line 451, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators {
    display: none;
    position: static;
    text-align: center;
    font-size: 0;
    bottom: 10px;
    left: auto;
    width: auto;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
/* line 463, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators li {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    text-indent: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
/* line 476, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators li .feedback-user {
    position: relative;
    padding: 24px 12px 68px;
    text-align: center;
}
/* line 480, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators li .feedback-user .feedback-user__avatar {
    display: inline-block;
    border: 2px solid #eee;
    background: #eeeeee;
    border-radius: 50%;
    opacity: .5;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
/* line 487, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators li .feedback-user .feedback-user__avatar .image-wrap {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
/* line 494, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators li .feedback-user .feedback-user__info {
    position: absolute;
    bottom: 12px;
    left: 50%;
    opacity: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
/* line 501, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators li .feedback-user .feedback-user__title {
    margin: 0 0;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    color: #616161;
    whitespace: nowrap;
}
/* line 509, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators li .feedback-user .feedback-user__subtitle {
    margin: 2px 0 0;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    color: #d84315;
}
/* line 520, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators li:hover .feedback-user .feedback-user__avatar {
    opacity: .8;
}
/* line 527, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators li.active .feedback-user .feedback-user__avatar {
    opacity: 1;
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}
/* line 531, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators li.active .feedback-user .feedback-user__info {
    opacity: 1;
}
@media (min-width: 768px) {
    /* line 451, ../scss/_home.scss */
    .home-customer-feedbacks-section .customer-feedback-carousel .carousel-indicators {
        display: block;
    }
}
/* line 542, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .ht-carousel-control {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    padding: 0 8px;
    line-height: 48px;
    font-size: 36px;
    color: #bdbdbd;
}
/* line 551, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .ht-carousel-control.left {
    left: 0;
}
/* line 554, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .ht-carousel-control.right {
    right: 0;
}
/* line 557, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .ht-carousel-control:hover {
    color: #ff5722;
}
/* line 560, ../scss/_home.scss */
.home-customer-feedbacks-section .customer-feedback-carousel .ht-carousel-control:active {
    color: #d84315;
}

/* line 567, ../scss/_home.scss */
.home-download-apps-section {
    padding: 96px 0;
}
@media (min-width: 768px) {
    /* line 567, ../scss/_home.scss */
    .home-download-apps-section {
        padding: 128px 0;
    }
}
@media (min-width: 992px) {
    /* line 567, ../scss/_home.scss */
    .home-download-apps-section {
        padding: 144px 0;
    }
}
@media (min-width: 1200px) {
    /* line 567, ../scss/_home.scss */
    .home-download-apps-section {
        padding: 168px 0;
    }
}
/* line 578, ../scss/_home.scss */
.home-download-apps-section .download-apps__title {
    margin: 0 0 0;
    line-height: 32px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
/* line 585, ../scss/_home.scss */
.home-download-apps-section .download-apps__actions {
    margin-top: 36px;
}
/* line 587, ../scss/_home.scss */
.home-download-apps-section .download-apps__actions .download-now-btn {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
/* line 591, ../scss/_home.scss */
.home-download-apps-section .download-apps__actions .download-now-btn:hover {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}

/* line 603, ../scss/_home.scss */
.section-filters {
    margin: 0 0 36px;
}
/* line 605, ../scss/_home.scss */
.section-filters__toggle {
    display: block;
    display: flex;
    width: 100%;
    margin: 0 0 12px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 0 0;
    text-align: left;
}
@media (min-width: 992px) {
    /* line 605, ../scss/_home.scss */
    .section-filters__toggle {
        display: none;
    }
}
/* line 619, ../scss/_home.scss */
.section-filters__toggle:focus {
    outline: none;
}
/* line 623, ../scss/_home.scss */
.section-filters__toggle .toggle-label {
    display: block;
    flex: 1 1 auto;
    line-height: 24px;
}
/* line 628, ../scss/_home.scss */
.section-filters__toggle .toggle-icon {
    display: block;
    width: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}
/* line 634, ../scss/_home.scss */
.section-filters__toggle .toggle-icon:before {
    content: "\f2d7";
}
/* line 641, ../scss/_home.scss */
.section-filters__toggle.collapsed .toggle-icon {
    font-size: 22px;
}
/* line 643, ../scss/_home.scss */
.section-filters__toggle.collapsed .toggle-icon:before {
    content: "\f20e";
}
@media (min-width: 992px) {
    /* line 650, ../scss/_home.scss */
    .section-filters__collapse {
        display: block !important;
    }
}
/* line 655, ../scss/_home.scss */
.section-filters__menu {
    margin: 0 0 8px 0;
    padding: 0 0 0;
    border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
    /* line 655, ../scss/_home.scss */
    .section-filters__menu {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
/* line 665, ../scss/_home.scss */
.section-filters__menu .list-filters {
    flex: 1 1 auto;
    min-width: 0;
}
@media (min-width: 992px) {
    /* line 670, ../scss/_home.scss */
    .section-filters .list-filters {
        display: flex;
        align-items: center;
    }
}
/* line 675, ../scss/_home.scss */
.section-filters .list-filters .single-filter {
    flex: 0 1 auto;
    display: block;
    min-width: 0;
    margin: 0;
}
@media (min-width: 992px) {
    /* line 675, ../scss/_home.scss */
    .section-filters .list-filters .single-filter {
        margin: 0 8px 0 0;
    }
}
@media (min-width: 992px) {
    /* line 683, ../scss/_home.scss */
    .section-filters .list-filters .single-filter .dropdown {
        position: static;
    }
}
/* line 687, ../scss/_home.scss */
.section-filters .list-filters .single-filter .dropdown__toggle {
    display: block;
    padding: 12px 0;
    color: #212121;
}
@media (max-width: 991px) {
    /* line 687, ../scss/_home.scss */
    .section-filters .list-filters .single-filter .dropdown__toggle {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
    }
}
@media (min-width: 992px) {
    /* line 687, ../scss/_home.scss */
    .section-filters .list-filters .single-filter .dropdown__toggle {
        text-align: center;
        padding: 8px 12px;
    }
}
/* line 700, ../scss/_home.scss */
.section-filters .list-filters .single-filter .dropdown__toggle:hover, .section-filters .list-filters .single-filter .dropdown__toggle:focus {
    text-decoration: none;
}
/* line 706, ../scss/_home.scss */
.section-filters .list-filters .single-filter .dropdown__toggle .toggle-label {
    line-height: 16px;
    font-size: 14px;
}
@media (max-width: 991px) {
    /* line 706, ../scss/_home.scss */
    .section-filters .list-filters .single-filter .dropdown__toggle .toggle-label {
        flex: 1 1 auto;
        min-width: 0;
    }
}
/* line 714, ../scss/_home.scss */
.section-filters .list-filters .single-filter .dropdown__toggle .toggle-icon {
    line-height: 16px;
    font-size: 14px;
    color: #9e9e9e;
    -moz-transition: -moz-transform 0.1s ease-in-out;
    -o-transition: -o-transform 0.1s ease-in-out;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
}
@media (max-width: 991px) {
    /* line 714, ../scss/_home.scss */
    .section-filters .list-filters .single-filter .dropdown__toggle .toggle-icon {
        flex: 0 0 auto;
        min-width: 0;
    }
}
/* line 726, ../scss/_home.scss */
.section-filters .list-filters .single-filter .dropdown-menu {
    margin: 0;
    border: 1px solid #eee;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
/* line 730, ../scss/_home.scss */
.section-filters .list-filters .single-filter .dropdown-menu--filter-areas {
    padding: 0;
    width: 100%;
}
@media (min-width: 992px) {
    /* line 730, ../scss/_home.scss */
    .section-filters .list-filters .single-filter .dropdown-menu--filter-areas {
        max-width: 280px;
    }
}
/* line 737, ../scss/_home.scss */
.section-filters .list-filters .single-filter .dropdown-menu--filter-properties {
    width: 100%;
    max-width: 800px;
    min-height: 240px;
    padding: 16px 16px 24px 16px;
}
/* line 748, ../scss/_home.scss */
.section-filters .list-filters .single-filter .dropdown.open .dropdown__toggle .toggle-icon {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* line 758, ../scss/_home.scss */
.section-filters .list-filters .single-filter-area__link {
    display: block;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}
/* line 764, ../scss/_home.scss */
.section-filters .list-filters .single-filter-area__link:hover {
    background-color: #f5f5f5;
}
/* line 768, ../scss/_home.scss */
.section-filters .list-filters .single-filter-area .area-title {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 16px 0 0;
    line-height: 19px;
    font-size: 15px;
    color: #212121;
    white-space: normal;
}
/* line 777, ../scss/_home.scss */
.section-filters .list-filters .single-filter-area .area-count {
    line-height: 16px;
    font-size: 12px;
    color: #9e9e9e;
}
/* line 784, ../scss/_home.scss */
.section-filters .list-filters .single-filter-area:last-child .single-filter-area__link {
    border-bottom: 0;
}
/* line 791, ../scss/_home.scss */
.section-filters .list-filters .single-filter-area.active .single-filter-area__link {
    background-color: #fafafa;
}
/* line 797, ../scss/_home.scss */
.section-filters .list-filters .single-filter-cat {
    padding: 4px 0;
    margin: 0 0 20px;
}
/* line 800, ../scss/_home.scss */
.section-filters .list-filters .single-filter-cat:last-child {
    margin-bottom: 0;
}
/* line 803, ../scss/_home.scss */
.section-filters .list-filters .single-filter-cat__header {
    margin: 0 0 8px;
}
/* line 806, ../scss/_home.scss */
.section-filters .list-filters .single-filter-cat__title {
    margin: 0 0 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #616161;
}
/* line 814, ../scss/_home.scss */
.section-filters .list-filters .single-filter-property {
    margin: 6px 0;
    padding: 0 12px 0 0;
}
/* line 818, ../scss/_home.scss */
.section-filters .list-filters .filter-properties-wrap {
    display: flex;
    align-items: top;
    flex-wrap: wrap;
}
/* line 822, ../scss/_home.scss */
.section-filters .list-filters .filter-properties-wrap .single-filter-property {
    flex: 0 0 50%;
    min-width: 0;
}
@media (min-width: 992px) {
    /* line 822, ../scss/_home.scss */
    .section-filters .list-filters .filter-properties-wrap .single-filter-property {
        flex: 0 0 30%;
    }
}
@media (min-width: 992px) {
    /* line 833, ../scss/_home.scss */
    .section-filters__selected {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
/* line 840, ../scss/_home.scss */
.section-filters .list-selected-filters {
    cursor: pointer;
}
/* line 842, ../scss/_home.scss */
.section-filters .list-selected-filters .single-selected-filters {
    display: inline-flex;
    vertical-align: top;
    margin: 0 4px 6px 0;
    vertical-align: top;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 4px;
}
/* line 855, ../scss/_home.scss */
.section-filters .list-selected-filters .single-selected-filters .filter-label {
    padding: 4px 2px 4px 6px;
    font-size: 12px;
    line-height: 18px;
}
@media (min-width: 992px) {
    /* line 855, ../scss/_home.scss */
    .section-filters .list-selected-filters .single-selected-filters .filter-label {
        padding: 6px 4px 6px 8px;
        font-size: 15px;
        line-height: 20px;
    }
}
/* line 865, ../scss/_home.scss */
.section-filters .list-selected-filters .single-selected-filters .filter-count {
    padding: 0 2px;
    font-weight: 700;
}
/* line 869, ../scss/_home.scss */
.section-filters .list-selected-filters .single-selected-filters .filter-action {
    margin: 0 0 0;
}
/* line 871, ../scss/_home.scss */
.section-filters .list-selected-filters .single-selected-filters .filter-action__delete {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    padding: 0 8px;
    font-size: 18px;
    text-align: center;
    color: #e53935;
}
/* line 879, ../scss/_home.scss */
.section-filters .list-selected-filters .single-selected-filters .filter-action__delete:hover {
    color: #e57373;
}
/* line 887, ../scss/_home.scss */
.section-filters .sort-order {
    padding: 4px 0;
}
/* line 889, ../scss/_home.scss */
.section-filters .sort-order .form-group {
    margin: 0;
}
@media (max-width: 991px) {
    /* line 889, ../scss/_home.scss */
    .section-filters .sort-order .form-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 4px 0;
    }
}
/* line 898, ../scss/_home.scss */
.section-filters .sort-order__label {
    margin: 0 4px 0 0;
}
/* line 904, ../scss/_home.scss */
.section-filters .sort-order__input {
    display: inline-block;
    position: relative;
}
@media (max-width: 991px) {
    /* line 904, ../scss/_home.scss */
    .section-filters .sort-order__input {
        display: block;
        flex: 0 0 auto;
        min-width: 40%;
    }
}
/* line 912, ../scss/_home.scss */
.section-filters .sort-order__input .form-control {
    padding-right: 48px;
}
@media (max-width: 991px) {
    /* line 912, ../scss/_home.scss */
    .section-filters .sort-order__input .form-control {
        display: block;
        width: 100%;
    }
}
/* line 918, ../scss/_home.scss */
.section-filters .sort-order__input .form-control:focus + .sort-order:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* line 922, ../scss/_home.scss */
.section-filters .sort-order__input:after {
    content: "\f3d0";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    line-height: 40px;
    margin-top: -20px;
    color: #bdbdbd;
    font-family: "Ionicons";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    z-index: 40;
}
@media (max-width: 991px) {
    /* line 942, ../scss/_home.scss */
    .section-filters .filter-result-count {
        margin: 12px 0 0;
    }
}

/* line 7, ../scss/_sections.scss */
.add-post__steps-section .section-header {
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #eaeaea;
}
/* line 12, ../scss/_sections.scss */
.add-post__steps-section .section-header__title {
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}
/* line 19, ../scss/_sections.scss */
.add-post__steps-section .section-header__percent {
    display: flex;
    margin: 4px 0 0;
}
/* line 22, ../scss/_sections.scss */
.add-post__steps-section .section-header__percent .percent-line {
    position: relative;
}
/* line 24, ../scss/_sections.scss */
.add-post__steps-section .section-header__percent .percent-line .percent-line__track {
    width: 100%;
    height: 8px;
    background-color: #eeeeee;
    border-radius: 4px;
}
/* line 30, ../scss/_sections.scss */
.add-post__steps-section .section-header__percent .percent-line .percent-line__bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background-color: #ff5722;
    border-radius: 4px;
    z-index: 20;
}
/* line 39, ../scss/_sections.scss */
.add-post__steps-section .section-header__percent .percent-number {
    line-height: 18px;
    font-size: 13px;
    font-weight: 700;
    color: #d84315;
}
/* line 47, ../scss/_sections.scss */
.add-post__steps-section .add-post-steps__menu .single-step {
    position: relative;
    margin: 0 0 12px;
}
/* line 50, ../scss/_sections.scss */
.add-post__steps-section .add-post-steps__menu .single-step:last-child {
    margin: 0;
}
/* line 53, ../scss/_sections.scss */
.add-post__steps-section .add-post-steps__menu .single-step .single-step__wrap {
    display: block;
    display: flex;
    align-items: center;
    position: relative;
}
/* line 58, ../scss/_sections.scss */
.add-post__steps-section .add-post-steps__menu .single-step .single-step__wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 17px;
    height: 48px;
    width: 2px;
    background-color: #ccc;
    z-index: 100;
}
/* line 68, ../scss/_sections.scss */
.add-post__steps-section .add-post-steps__menu .single-step .single-step__wrap .single-step__icon {
    position: relative;
    display: block;
    flex: 0 0 auto;
    min-width: 0;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    z-index: 110;
}
/* line 81, ../scss/_sections.scss */
.add-post__steps-section .add-post-steps__menu .single-step .single-step__wrap .single-step__icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 24px;
    max-height: 24px;
}
/* line 88, ../scss/_sections.scss */
.add-post__steps-section .add-post-steps__menu .single-step .single-step__wrap .single-step__label {
    margin: 0 0 0 12px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 500;
    color: #424242;
}
/* line 98, ../scss/_sections.scss */
.add-post__steps-section .add-post-steps__menu .single-step:last-child .single-step__wrap:after {
    display: none;
}
/* line 105, ../scss/_sections.scss */
.add-post__steps-section .add-post-steps__menu .single-step.single-step--passed .single-step__wrap:after {
    background-color: #ff5722;
}
/* line 108, ../scss/_sections.scss */
.add-post__steps-section .add-post-steps__menu .single-step.single-step--passed .single-step__wrap .single-step__icon {
    background-color: #ff5722;
    border-color: #ff5722;
}
/* line 112, ../scss/_sections.scss */
.add-post__steps-section .add-post-steps__menu .single-step.single-step--passed .single-step__wrap .single-step__label {
    color: #d84315;
}

/* line 120, ../scss/_sections.scss */
.add-post__single-info-section {
    padding: 12px;
}
/* line 122, ../scss/_sections.scss */
.add-post__single-info-section .section-header {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #eaeaea;
}
/* line 128, ../scss/_sections.scss */
.add-post__single-info-section .section-header .section-header__icon {
    margin: 0 12px 0 0;
}
/* line 133, ../scss/_sections.scss */
.add-post__single-info-section .section-header .section-header__title {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #212121;
}
/* line 141, ../scss/_sections.scss */
.add-post__single-info-section .section-header .section-header__subtitle {
    margin: 3px 0 0;
    padding: 0;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #616161;
}
/* line 150, ../scss/_sections.scss */
.add-post__single-info-section .section-content {
    padding: 12px 0 0;
}
@media (min-width: 768px) {
    /* line 159, ../scss/_sections.scss */
    .add-post__single-info-section .more-pr {
        padding-right: 30px;
    }
}
@media (min-width: 768px) {
    /* line 164, ../scss/_sections.scss */
    .add-post__single-info-section .more-pl {
        padding-left: 30px;
    }
}
/* line 169, ../scss/_sections.scss */
.add-post__single-info-section .filter-label-wrap {
    height: 34px;
    display: flex;
    align-items: center;
}
/* line 173, ../scss/_sections.scss */
.add-post__single-info-section .filter-label-wrap label {
    margin: 0;
    line-height: 16px;
    font-size: 13px;
}
/* line 179, ../scss/_sections.scss */
.add-post__single-info-section .filter-input-wrap {
    height: 34px;
}
/* line 182, ../scss/_sections.scss */
.add-post__single-info-section .post-uploaded-images {
    margin: 0 -6px;
}
/* line 184, ../scss/_sections.scss */
.add-post__single-info-section .post-uploaded-images .single-uploaded-image {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    padding: 6px;
    margin: 0;
}
@media (min-width: 768px) {
    /* line 184, ../scss/_sections.scss */
    .add-post__single-info-section .post-uploaded-images .single-uploaded-image {
        width: 33.3333%;
    }
}
@media (min-width: 992px) {
    /* line 184, ../scss/_sections.scss */
    .add-post__single-info-section .post-uploaded-images .single-uploaded-image {
        width: 25%;
    }
}
/* line 197, ../scss/_sections.scss */
.add-post__single-info-section .post-uploaded-images .single-uploaded-image .image-wrap {
    border: 2px solid #eee;
    background-color: #f5f5f5;
}
/* line 201, ../scss/_sections.scss */
.add-post__single-info-section .post-uploaded-images .single-uploaded-image .image-main {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* line 207, ../scss/_sections.scss */
.add-post__single-info-section .post-uploaded-images .single-uploaded-image .image-delete-btn {
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #f44336;
    border-radius: 50%;
}
/* line 219, ../scss/_sections.scss */
.add-post__single-info-section .post-uploaded-images .single-uploaded-image .image-delete-btn:hover {
    background-color: #e53935;
}
/* line 222, ../scss/_sections.scss */
.add-post__single-info-section .post-uploaded-images .single-uploaded-image .image-delete-btn i {
    display: inline-block;
    line-height: 24px;
    vertical-align: top;
}

/* line 236, ../scss/_sections.scss */
.notification-section .section-header .section-header__title {
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}
@media (min-width: 992px) {
    /* line 236, ../scss/_sections.scss */
    .notification-section .section-header .section-header__title {
        line-height: 28px;
        font-size: 24px;
    }
}
/* line 246, ../scss/_sections.scss */
.notification-section .section-header .ntf-count {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 8px;
    padding: 2px 8px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #757575;
    border-radius: 10px;
}
/* line 259, ../scss/_sections.scss */
.notification-section .section-content {
    margin: 16px 0;
}
/* line 263, ../scss/_sections.scss */
.notification-section .list-ntfs .single-ntf {
    display: block;
    display: flex;
    padding: 12px;
    border-bottom: 1px solid #eee;
}
/* line 268, ../scss/_sections.scss */
.notification-section .list-ntfs .single-ntf:last-child {
    border-bottom: 0;
}
/* line 271, ../scss/_sections.scss */
.notification-section .list-ntfs .single-ntf:hover, .notification-section .list-ntfs .single-ntf:focus, .notification-section .list-ntfs .single-ntf:active {
    text-decoration: none;
}
/* line 274, ../scss/_sections.scss */
.notification-section .list-ntfs .single-ntf:hover {
    background-color: #fafafa;
}
/* line 277, ../scss/_sections.scss */
.notification-section .list-ntfs .single-ntf.single-ntf--unread {
    background-color: #fff3e0;
}
/* line 280, ../scss/_sections.scss */
.notification-section .list-ntfs .single-ntf .single-ntf__photo {
    width: 56px;
}
/* line 286, ../scss/_sections.scss */
.notification-section .list-ntfs .single-ntf .single-ntf__photo .ntf-icon img {
    max-width: 28px;
    max-height: 28px;
}
/* line 292, ../scss/_sections.scss */
.notification-section .list-ntfs .single-ntf .single-ntf__content {
    margin: 0 0 0 10px;
}
/* line 294, ../scss/_sections.scss */
.notification-section .list-ntfs .single-ntf .single-ntf__content b {
    font-weight: 500;
}
/* line 297, ../scss/_sections.scss */
.notification-section .list-ntfs .single-ntf .single-ntf__content .ntf-title {
    font-size: 15px;
    color: #212121;
}
/* line 301, ../scss/_sections.scss */
.notification-section .list-ntfs .single-ntf .single-ntf__content .ntf-meta {
    margin: 2px 0 0;
    line-height: 18px;
    font-size: 13px;
    color: #9e9e9e;
}

/* line 317, ../scss/_sections.scss */
.modal-content--sign-up .modal-header {
    padding: 16px 24px 12px;
}
/* line 319, ../scss/_sections.scss */
.modal-content--sign-up .modal-header .modal-title {
    line-height: 26px;
    font-size: 20px;
}
/* line 324, ../scss/_sections.scss */
.modal-content--sign-up .modal-body {
    padding: 20px 24px;
}
/* line 327, ../scss/_sections.scss */
.modal-content--sign-up .modal-footer {
    padding: 16px 24px;
}

/* line 332, ../scss/_sections.scss */
.sign-up-form .avatar-upload-wrap {
    margin: 0 0 8px;
}
/* line 334, ../scss/_sections.scss */
.sign-up-form .avatar-upload-wrap .avatar-image {
    display: inline-block;
    border: 2px solid #eee;
    border-radius: 50%;
    background-color: #fafafa;
}
/* line 339, ../scss/_sections.scss */
.sign-up-form .avatar-upload-wrap .avatar-image img {
    display: block;
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 50%;
}

/* line 349, ../scss/_sections.scss */
.modal-dialog--sign-in {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

/* line 355, ../scss/_sections.scss */
.modal-content--sign-in .modal-header {
    padding: 24px 24px 20px;
}
/* line 357, ../scss/_sections.scss */
.modal-content--sign-in .modal-header .modal-title {
    line-height: 30px;
    font-size: 24px;
}
/* line 361, ../scss/_sections.scss */
.modal-content--sign-in .modal-header .modal-subtitle {
    margin: 8px 0 0;
    line-height: 18px;
    font-size: 13px;
}
/* line 367, ../scss/_sections.scss */
.modal-content--sign-in .modal-body {
    padding: 24px;
}
/* line 370, ../scss/_sections.scss */
.modal-content--sign-in .modal-footer {
    padding: 16px 24px;
}

/* line 375, ../scss/_sections.scss */
.sign-in-form .form-title {
    margin: 0 0 12px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
}

/* line 387, ../scss/_sections.scss */
.forgot-password-section {
    margin: 48px auto;
    padding: 24px;
    width: 280px;
}
@media (min-width: 768px) {
    /* line 387, ../scss/_sections.scss */
    .forgot-password-section {
        margin: 96px auto;
        width: 360px;
    }
}
/* line 395, ../scss/_sections.scss */
.forgot-password-section .form-icon-wrap {
    text-align: center;
    margin: 0 0 24px;
}
/* line 398, ../scss/_sections.scss */
.forgot-password-section .form-icon-wrap .form-icon {
    display: inline-block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    line-height: 96px;
    font-size: 60px;
    color: #fff;
    background-color: #ff5722;
}
/* line 407, ../scss/_sections.scss */
.forgot-password-section .form-icon-wrap .form-icon i {
    display: inline-block;
    vertical-align: top;
    line-height: 92px;
    padding: 4px 0 0;
}

@media (min-width: 992px) {
    /* line 8, ../scss/_property.scss */
    .property-list.property-list--has-map-desktop .property-list__list-by-card-section {
        width: 60%;
        float: left;
        height: calc(100vh - 60px - 26px);
        overflow-y: auto;
    }
}
@media (max-width: 991px) {
    /* line 17, ../scss/_property.scss */
    .property-list.property-list--has-map-desktop .property-list__list-on-map-section {
        width: 100%;
        height: 320px;
        height: 100vh;
    }
}
@media (min-width: 992px) {
    /* line 17, ../scss/_property.scss */
    .property-list.property-list--has-map-desktop .property-list__list-on-map-section {
        display: block;
        width: 40%;
        float: left;
        height: calc(100vh - 60px - 26px);
    }
}
/* line 33, ../scss/_property.scss */
.property-list .property-list__search {
    padding: 12px 12px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}
@media (min-width: 768px) {
    /* line 33, ../scss/_property.scss */
    .property-list .property-list__search {
        padding: 12px 24px;
    }
}
/* line 40, ../scss/_property.scss */
.property-list .property-list__search .form-group {
    display: flex;
    align-items: center;
}
/* line 44, ../scss/_property.scss */
.property-list .property-list__search .search-label {
    display: block;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #424242;
}
@media (min-width: 768px) {
    /* line 44, ../scss/_property.scss */
    .property-list .property-list__search .search-label {
        margin: 0 12px 0 0;
    }
}
/* line 54, ../scss/_property.scss */
.property-list .property-list__search .serach-input {
    border-color: transparent;
}
/* line 57, ../scss/_property.scss */
.property-list .property-list__search .search-submit {
    margin: 0 -4px 0 12px;
    padding: 0;
    line-height: 36px;
    font-size: 28px;
    color: #d84315;
    background-color: transparent;
    border-color: transparent;
}
/* line 67, ../scss/_property.scss */
.property-list .property-list__filter {
    padding: 24px 12px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}
@media (min-width: 768px) {
    /* line 67, ../scss/_property.scss */
    .property-list .property-list__filter {
        padding: 24px;
    }
}
@media (min-width: 768px) {
    /* line 74, ../scss/_property.scss */
    .property-list .property-list__filter .more-pr {
        padding-right: 30px;
    }
}
@media (min-width: 768px) {
    /* line 79, ../scss/_property.scss */
    .property-list .property-list__filter .more-pl {
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    /* line 84, ../scss/_property.scss */
    .property-list .property-list__filter .more-mt-on-xs {
        margin-top: 12px;
    }
}
/* line 89, ../scss/_property.scss */
.property-list .property-list__filter .property-list__filter__show-content {
    padding: 0;
}
/* line 91, ../scss/_property.scss */
.property-list .property-list__filter .property-list__filter__show-content .row {
    margin-bottom: 12px;
}
/* line 93, ../scss/_property.scss */
.property-list .property-list__filter .property-list__filter__show-content .row:last-child {
    margin-bottom: 0;
}
/* line 98, ../scss/_property.scss */
.property-list .property-list__filter .property-list__filter--collapsed-content {
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid #eee;
}
/* line 103, ../scss/_property.scss */
.property-list .property-list__filter .filter-label-wrap {
    height: 34px;
    display: flex;
    align-items: center;
}
/* line 107, ../scss/_property.scss */
.property-list .property-list__filter .filter-label-wrap label {
    margin: 0;
    line-height: 16px;
}
/* line 112, ../scss/_property.scss */
.property-list .property-list__filter .filter-input-wrap {
    height: 34px;
}
/* line 115, ../scss/_property.scss */
.property-list .property-list__filter .filter-input-wrap .slider.slider-horizontal {
    width: calc(100% - 12px);
}
/* line 121, ../scss/_property.scss */
.property-list .property-list__filter .property-list__filter__action {
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid #eee;
}
/* line 127, ../scss/_property.scss */
.property-list .property-list__toggle-view {
    padding: 12px 0;
    margin: 0 12px;
    border-bottom: 1px solid #eaeaea;
}
@media (min-width: 768px) {
    /* line 127, ../scss/_property.scss */
    .property-list .property-list__toggle-view {
        margin: 0 24px;
    }
}
/* line 134, ../scss/_property.scss */
.property-list .property-list__toggle-view ul {
    margin: 0;
    padding: 0;
}
/* line 137, ../scss/_property.scss */
.property-list .property-list__toggle-view ul li {
    display: table-cell;
    width: 1%;
}
/* line 140, ../scss/_property.scss */
.property-list .property-list__toggle-view ul li a {
    display: block;
    text-align: center;
    padding: 9px 8px 7px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #616161;
    border-radius: 2px;
}
/* line 149, ../scss/_property.scss */
.property-list .property-list__toggle-view ul li a:hover, .property-list .property-list__toggle-view ul li a:focus, .property-list .property-list__toggle-view ul li a:active {
    text-decoration: none;
}
/* line 152, ../scss/_property.scss */
.property-list .property-list__toggle-view ul li a.active {
    color: #212121;
    background-color: #ffe0b2;
}

@media (max-width: 991px) {
    /* line 162, ../scss/_property.scss */
    #properties_viewByList,
    #properties__viewByMap {
        display: none;
    }
    /* line 166, ../scss/_property.scss */
    #properties_viewByList.mobile-view-active,
    #properties__viewByMap.mobile-view-active {
        display: block;
    }
}

/* line 179, ../scss/_property.scss */
#stickySidebar_container {
    padding-bottom: 180px;
}

/* line 182, ../scss/_property.scss */
.detail-property__right-col {
    will-change: min-height;
}
@media (min-width: 992px) {
    /* line 182, ../scss/_property.scss */
    .detail-property__right-col {
        width: 25%;
        float: right;
    }
}

/* line 196, ../scss/_property.scss */
.sticky-sidebar__inner {
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

@media (min-width: 992px) {
    /* line 201, ../scss/_property.scss */
    .detail-property__left-col {
        width: 75%;
        float: right;
        padding-right: 12px;
    }
}

/* line 211, ../scss/_property.scss */
.detail-property .detail-property__photos {
    position: relative;
}
/* line 213, ../scss/_property.scss */
.detail-property .detail-property__photos .detail-property__photos__actions {
    position: absolute;
    top: 12px;
    right: 12px;
}
/* line 217, ../scss/_property.scss */
.detail-property .detail-property__photos .detail-property__photos__actions .single-action.active {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}
/* line 223, ../scss/_property.scss */
.detail-property .detail-property__photos .detail-property__photos__actions .tooltip-inner {
    white-space: nowrap;
}
/* line 227, ../scss/_property.scss */
.detail-property .detail-property__photos .detail-property__photos__albums {
    position: absolute;
    bottom: 44px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* line 232, ../scss/_property.scss */
.detail-property .detail-property__photos .detail-property__photos__albums .view-property-album {
    display: block;
    padding: 8px 20px;
    line-height: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    z-index: 100;
}
/* line 243, ../scss/_property.scss */
.detail-property .detail-property__photos .detail-property__photos__albums .view-property-album:hover, .detail-property .detail-property__photos .detail-property__photos__albums .view-property-album:active, .detail-property .detail-property__photos .detail-property__photos__albums .view-property-album:focus {
    text-decoration: none;
}
/* line 246, ../scss/_property.scss */
.detail-property .detail-property__photos .detail-property__photos__albums .view-property-album:hover {
    border: 2px solid rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.8);
}
/* line 250, ../scss/_property.scss */
.detail-property .detail-property__photos .detail-property__photos__albums .view-property-album:active {
    border: 2px solid black;
    background-color: black;
}
/* line 257, ../scss/_property.scss */
.detail-property .detail-property__header {
    padding: 12px 0;
}
@media (min-width: 768px) {
    /* line 257, ../scss/_property.scss */
    .detail-property .detail-property__header {
        padding: 16px 0;
    }
}
@media (min-width: 992px) {
    /* line 257, ../scss/_property.scss */
    .detail-property .detail-property__header {
        padding: 20px 0;
    }
}
/* line 265, ../scss/_property.scss */
.detail-property .detail-property__header.has-bottom-info {
    padding: 12px 0 0;
}
@media (min-width: 768px) {
    /* line 265, ../scss/_property.scss */
    .detail-property .detail-property__header.has-bottom-info {
        padding: 16px 0 0;
    }
}
@media (min-width: 992px) {
    /* line 265, ../scss/_property.scss */
    .detail-property .detail-property__header.has-bottom-info {
        padding: 20px 0 0;
    }
}
/* line 274, ../scss/_property.scss */
.detail-property .detail-property__header .detail-property__header__title {
    margin: 0;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
    color: #212121;
}
@media (min-width: 768px) {
    /* line 274, ../scss/_property.scss */
    .detail-property .detail-property__header .detail-property__header__title {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    /* line 274, ../scss/_property.scss */
    .detail-property .detail-property__header .detail-property__header__title {
        font-size: 28px;
    }
}
/* line 287, ../scss/_property.scss */
.detail-property .detail-property__header .detail-property__header__subtitle {
    position: relative;
    margin: 8px 0 0;
    padding: 0 0 0 24px;
    line-height: 24px;
    font-size: 13px;
    color: #424242;
}
@media (min-width: 768px) {
    /* line 287, ../scss/_property.scss */
    .detail-property .detail-property__header .detail-property__header__subtitle {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    /* line 287, ../scss/_property.scss */
    .detail-property .detail-property__header .detail-property__header__subtitle {
        font-size: 15px;
    }
}
/* line 300, ../scss/_property.scss */
.detail-property .detail-property__header .detail-property__header__subtitle i {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 22px;
    line-height: 28px;
    color: #ff7043;
}
/* line 309, ../scss/_property.scss */
.detail-property .detail-property__header .detail-property__header__infos {
    padding: 8px 0;
    margin: 12px 0 0;
    border-top: 1px solid #eaeaea;
}
@media (min-width: 768px) {
    /* line 309, ../scss/_property.scss */
    .detail-property .detail-property__header .detail-property__header__infos {
        padding: 0;
        margin: 16px 0 0;
    }
}
@media (min-width: 992px) {
    /* line 309, ../scss/_property.scss */
    .detail-property .detail-property__header .detail-property__header__infos {
        margin: 20px 8px 0 0;
    }
}
/* line 320, ../scss/_property.scss */
.detail-property .detail-property__header .detail-property__header__infos .single-info {
    padding: 6px 0px;
}
@media (min-width: 768px) {
    /* line 320, ../scss/_property.scss */
    .detail-property .detail-property__header .detail-property__header__infos .single-info {
        display: table-cell;
        width: 1%;
        padding: 10px 4px;
        text-align: center;
        border-right: 1px solid #eaeaea;
    }
    /* line 328, ../scss/_property.scss */
    .detail-property .detail-property__header .detail-property__header__infos .single-info:first-child {
        border-left: 1px solid #eaeaea;
    }
}
/* line 332, ../scss/_property.scss */
.detail-property .detail-property__header .detail-property__header__infos .single-info .single-info__label {
    color: #424242;
}
@media (max-width: 767px) {
    /* line 332, ../scss/_property.scss */
    .detail-property .detail-property__header .detail-property__header__infos .single-info .single-info__label {
        float: left;
    }
}
/* line 337, ../scss/_property.scss */
.detail-property .detail-property__header .detail-property__header__infos .single-info .single-info__label span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
}
/* line 342, ../scss/_property.scss */
.detail-property .detail-property__header .detail-property__header__infos .single-info .single-info__label .label-icon {
    font-size: 16px;
    width: 24px;
}
/* line 346, ../scss/_property.scss */
.detail-property .detail-property__header .detail-property__header__infos .single-info .single-info__label .label-text {
    font-size: 14px;
}
/* line 350, ../scss/_property.scss */
.detail-property .detail-property__header .detail-property__header__infos .single-info .single-info__data {
    margin: 7px 0 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #d84315;
}
@media (max-width: 767px) {
    /* line 350, ../scss/_property.scss */
    .detail-property .detail-property__header .detail-property__header__infos .single-info .single-info__data {
        margin: 0;
        float: right;
    }
}
@media (min-width: 768px) {
    /* line 363, ../scss/_property.scss */
    .detail-property .detail-property__header .detail-property__header__infos.has-4-items .single-info {
        width: 25%;
        display: block;
        float: left;
    }
}
/* line 375, ../scss/_property.scss */
.detail-property .detail-property__menubar {
    z-index: 1000;
}
/* line 377, ../scss/_property.scss */
.detail-property .detail-property__menubar ul {
    text-align: center;
    font-size: 0;
    padding: 0;
    margin: 0;
}
@media (max-width: 767px) {
    /* line 377, ../scss/_property.scss */
    .detail-property .detail-property__menubar ul {
        overflow-x: auto;
        white-space: nowrap;
    }
}
/* line 386, ../scss/_property.scss */
.detail-property .detail-property__menubar ul li {
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 768px) {
    /* line 386, ../scss/_property.scss */
    .detail-property .detail-property__menubar ul li {
        display: table-cell;
        width: 1%;
    }
}
/* line 393, ../scss/_property.scss */
.detail-property .detail-property__menubar ul li a {
    display: block;
    padding: 8px 16px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid #eaeaea;
    color: #212121;
}
@media (min-width: 768px) {
    /* line 393, ../scss/_property.scss */
    .detail-property .detail-property__menubar ul li a {
        padding: 8px;
    }
}
/* line 404, ../scss/_property.scss */
.detail-property .detail-property__menubar ul li a:hover, .detail-property .detail-property__menubar ul li a:active, .detail-property .detail-property__menubar ul li a:focus {
    text-decoration: none;
}
/* line 407, ../scss/_property.scss */
.detail-property .detail-property__menubar ul li a:hover {
    background-color: #f5f5f5;
}
/* line 410, ../scss/_property.scss */
.detail-property .detail-property__menubar ul li a.active {
    color: #d84315;
}
/* line 415, ../scss/_property.scss */
.detail-property .detail-property__menubar ul li:last-child a {
    border-right: 0;
}
@media (min-width: 768px) {
    /* line 421, ../scss/_property.scss */
    .detail-property .detail-property__menubar ul.has-4-items li {
        width: 25%;
        display: block;
        float: left;
    }
}
/* line 431, ../scss/_property.scss */
.detail-property .detail-property__description {
    padding: 12px;
}
/* line 433, ../scss/_property.scss */
.detail-property .detail-property__description .descr-title {
    margin: 0 0 12px;
}
/* line 436, ../scss/_property.scss */
.detail-property .detail-property__description .descr__features-list {
    list-style: none;
    margin: 8px 0;
    padding: 0;
}
/* line 440, ../scss/_property.scss */
.detail-property .detail-property__description .descr__features-list li {
    display: block;
    line-height: 18px;
    margin: 8px 0;
    padding: 0;
}
@media (min-width: 768px) {
    /* line 440, ../scss/_property.scss */
    .detail-property .detail-property__description .descr__features-list li {
        width: 33%;
        float: left;
    }
}
/* line 449, ../scss/_property.scss */
.detail-property .detail-property__description .descr__features-list li img {
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px 0 0;
}
/* line 454, ../scss/_property.scss */
.detail-property .detail-property__description .descr__features-list li span {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}
/* line 462, ../scss/_property.scss */
.detail-property .single-room__data-tables {
    margin: 0 0 16px;
}
/* line 464, ../scss/_property.scss */
.detail-property .single-room__data-tables table {
    margin: 0;
}
/* line 466, ../scss/_property.scss */
.detail-property .single-room__data-tables table + table {
    margin-top: -1px;
}
/* line 471, ../scss/_property.scss */
.detail-property .descr__table-list {
    position: relative;
    margin: 0;
}
/* line 476, ../scss/_property.scss */
.detail-property .descr__table-list thead tr th {
    background-color: #fafafa;
    text-align: center;
}
@media (max-width: 767px) {
    /* line 476, ../scss/_property.scss */
    .detail-property .descr__table-list thead tr th {
        font-size: 13px;
        line-height: 18px;
    }
}
/* line 488, ../scss/_property.scss */
.detail-property .descr__table-list tbody tr td {
    text-align: center;
}
@media (max-width: 767px) {
    /* line 488, ../scss/_property.scss */
    .detail-property .descr__table-list tbody tr td {
        font-size: 13px;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    /* line 6, ../scss/base/_mixins.scss */
    .detail-property .descr__table-list.table-vertical-on-xs:before, .detail-property .descr__table-list.table-vertical-on-xs:after {
        content: " ";
        display: table;
    }
    /* line 11, ../scss/base/_mixins.scss */
    .detail-property .descr__table-list.table-vertical-on-xs:after {
        clear: both;
    }
    /* line 500, ../scss/_property.scss */
    .detail-property .descr__table-list.table-vertical-on-xs thead, .detail-property .descr__table-list.table-vertical-on-xs tbody {
        display: block;
        float: left;
    }
    /* line 503, ../scss/_property.scss */
    .detail-property .descr__table-list.table-vertical-on-xs thead tr, .detail-property .descr__table-list.table-vertical-on-xs tbody tr {
        display: block;
    }
    /* line 505, ../scss/_property.scss */
    .detail-property .descr__table-list.table-vertical-on-xs thead tr td, .detail-property .descr__table-list.table-vertical-on-xs thead tr th, .detail-property .descr__table-list.table-vertical-on-xs tbody tr td, .detail-property .descr__table-list.table-vertical-on-xs tbody tr th {
        display: block;
        white-space: nowrap;
        overflow: auto;
        overflow: overlay;
        border: none;
        border-top: 1px solid #eee;
    }
    /* line 512, ../scss/_property.scss */
    .detail-property .descr__table-list.table-vertical-on-xs thead tr td:first-child, .detail-property .descr__table-list.table-vertical-on-xs thead tr th:first-child, .detail-property .descr__table-list.table-vertical-on-xs tbody tr td:first-child, .detail-property .descr__table-list.table-vertical-on-xs tbody tr th:first-child {
        border-top: 0;
    }
    /* line 518, ../scss/_property.scss */
    .detail-property .descr__table-list.table-vertical-on-xs thead {
        width: 45%;
    }
    /* line 521, ../scss/_property.scss */
    .detail-property .descr__table-list.table-vertical-on-xs thead tr th {
        text-align: left;
    }
    /* line 526, ../scss/_property.scss */
    .detail-property .descr__table-list.table-vertical-on-xs tbody {
        width: 55%;
    }
    /* line 529, ../scss/_property.scss */
    .detail-property .descr__table-list.table-vertical-on-xs tbody tr td {
        text-align: right;
    }
}
/* line 536, ../scss/_property.scss */
.detail-property .descr__table-list .single-property-feature {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    margin: 8px 24px 8px 0;
    padding: 0;
}
/* line 542, ../scss/_property.scss */
.detail-property .descr__table-list .single-property-feature img {
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px 0 0;
}
/* line 547, ../scss/_property.scss */
.detail-property .descr__table-list .single-property-feature span {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}
/* line 554, ../scss/_property.scss */
.detail-property .detail-property__owner {
    margin-bottom: 12px;
    padding: 12px;
}
@media (max-width: 991px) {
    /* line 554, ../scss/_property.scss */
    .detail-property .detail-property__owner {
        display: flex;
        align-items: center;
        text-align: left;
    }
}
@media (min-width: 992px) {
    /* line 554, ../scss/_property.scss */
    .detail-property .detail-property__owner {
        position: relative;
        top: -180px;
        padding: 24px;
    }
}
@media (min-width: 992px) {
    /* line 568, ../scss/_property.scss */
    .detail-property .detail-property__owner .owner-avatar-wrap {
        margin: 0 0 12px;
        text-align: center;
    }
}
/* line 573, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-avatar-wrap .owner-avatar {
    display: inline-block;
    border: 2px solid #ff5722;
    border-radius: 50%;
    background-color: #fafafa;
    width: 124px;
}
@media (min-width: 992px) {
    /* line 573, ../scss/_property.scss */
    .detail-property .detail-property__owner .owner-avatar-wrap .owner-avatar {
        width: 168px;
    }
}
/* line 582, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-avatar-wrap .owner-avatar img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}
@media (min-width: 992px) {
    /* line 582, ../scss/_property.scss */
    .detail-property .detail-property__owner .owner-avatar-wrap .owner-avatar img {
        width: 160px;
        height: 160px;
    }
}
/* line 595, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content {
    margin: 0 0 0 12px;
}
@media (min-width: 992px) {
    /* line 595, ../scss/_property.scss */
    .detail-property .detail-property__owner .owner-content {
        margin: 0 0 12px;
    }
}
/* line 600, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content .owner-title {
    margin: 0 0 0;
    line-height: 26px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
/* line 608, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content .owner-info .single-info {
    margin: 0 0 4px;
}
/* line 610, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content .owner-info .single-info:last-child {
    margin: 0;
}
/* line 613, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content .owner-info .single-info a {
    display: inline-block;
    vertical-align: top;
}
/* line 616, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content .owner-info .single-info a:hover {
    text-decoration: none;
}
/* line 620, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content .owner-info .single-info:last-child {
    margin: 0;
}
/* line 623, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content .owner-info .single-info .info-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    background-color: #424242;
    border-radius: 50%;
    text-align: center;
}
/* line 633, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content .owner-info .single-info .info-icon i {
    display: inline-block;
    line-height: 24px;
    padding-top: 2px;
}
/* line 639, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content .owner-info .single-info .info-data {
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #424242;
}
/* line 646, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content .owner-info .single-info.single-info--verified .info-icon {
    background-color: #ff5722;
}
/* line 649, ../scss/_property.scss */
.detail-property .detail-property__owner .owner-content .owner-info .single-info.single-info--verified .info-data {
    color: #d84315;
}
/* line 658, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps {
    margin-top: 12px;
    border: 1px solid #eaeaea;
}
@media (min-width: 992px) {
    /* line 658, ../scss/_property.scss */
    .detail-property .detail-property__addresses .detail-property__addresses__details__maps {
        display: flex;
    }
}
/* line 664, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .row {
    margin-left: 0;
    margin-right: 0;
}
/* line 668, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps [class^="col"] {
    padding-left: 0;
    padding-right: 0;
}
/* line 672, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map_container {
    height: 320px;
    position: relative;
}
/* line 675, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map_container .map-actions {
    position: absolute;
    top: -1px;
    right: -1px;
}
/* line 678, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map_container .map-actions .btn {
    height: 36px;
    line-height: 22px;
}
/* line 685, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map_container .map-actions .map__location__toggle-btn.hide-map i:before {
    content: "\f3cf";
}
/* line 690, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map_container .map-actions .map__location__toggle-btn:focus {
    background-color: #fff;
}
@media (max-width: 991px) {
    /* line 696, ../scss/_property.scss */
    .detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations {
        border-top: 1px solid #eaeaea;
    }
}
@media (min-width: 992px) {
    /* line 696, ../scss/_property.scss */
    .detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations {
        border-left: 1px solid #eaeaea;
    }
    /* line 702, ../scss/_property.scss */
    .detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .ht-wrapper {
        width: 300px;
    }
}
/* line 707, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__types .form-group {
    margin: 0;
}
/* line 710, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__types .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
    border-color: transparent;
    border-radius: 0;
    border-bottom-color: #eaeaea;
}
/* line 718, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__types .form-control.has-border-left {
    border-left-color: #eaeaea;
}
/* line 723, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected {
    height: 286px;
    overflow: auto;
}
/* line 727, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected .locations__selected__list .single-location {
    display: block;
    padding: 12px 12px;
    border-bottom: 1px solid #eee;
}
/* line 731, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected .locations__selected__list .single-location:last-child {
    border-bottom: 0;
}
/* line 734, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected .locations__selected__list .single-location .single-location__title {
    margin: 0;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #212121;
}
/* line 741, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected .locations__selected__list .single-location .single-location__subtitle {
    margin: 4px 0 0;
    line-height: 17px;
    font-size: 13px;
    color: #616161;
}
/* line 747, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected .locations__selected__list .single-location:hover, .detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected .locations__selected__list .single-location:active, .detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected .locations__selected__list .single-location:focus {
    text-decoration: none;
}
/* line 750, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected .locations__selected__list .single-location:hover {
    background-color: #f5f5f5;
}
/* line 753, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected .locations__selected__list .single-location.active {
    background-color: #ff5722;
}
/* line 755, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected .locations__selected__list .single-location.active .single-location__title {
    color: #fff;
}
/* line 758, ../scss/_property.scss */
.detail-property .detail-property__addresses .detail-property__addresses__details__maps .map__locations .map__locations__selected .locations__selected__list .single-location.active .single-location__subtitle {
    color: #eeeeee;
}
/* line 770, ../scss/_property.scss */
.detail-property .detail-property__share {
    margin: 24px 0;
    text-align: center;
}
@media (min-width: 992px) {
    /* line 770, ../scss/_property.scss */
    .detail-property .detail-property__share {
        text-align: left;
    }
}
@media (min-width: 992px) {
    /* line 776, ../scss/_property.scss */
    .detail-property .detail-property__share .detail-property__share__wrap {
        display: flex;
    }
}
/* line 780, ../scss/_property.scss */
.detail-property .detail-property__share .detail-property__share__wrap .share-label {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 12px 0;
}
@media (min-width: 992px) {
    /* line 780, ../scss/_property.scss */
    .detail-property .detail-property__share .detail-property__share__wrap .share-label {
        margin: 0 24px 0 0;
    }
}
/* line 791, ../scss/_property.scss */
.detail-property .detail-property__related {
    padding: 48px 0;
}
/* line 793, ../scss/_property.scss */
.detail-property .detail-property__related .related-properies-title {
    margin: 0 0 24px;
    line-height: 28px;
    font-size: 22px;
    font-weight: 500;
}
@media (max-width: 767px) {
    /* line 793, ../scss/_property.scss */
    .detail-property .detail-property__related .related-properies-title {
        text-align: center;
    }
}
/* line 807, ../scss/_property.scss */
.detail-property .detail-property__content.has-sticky-navbar + * {
    margin-top: -180px;
}
/* line 815, ../scss/_property.scss */
.detail-property .detail-property__header.has-bottom-info + .detail-property__content #stickySidebar_container {
    padding-bottom: 270px;
}
/* line 819, ../scss/_property.scss */
.detail-property .detail-property__header.has-bottom-info + .detail-property__content.has-sticky-navbar + * {
    margin-top: -270px;
}
@media (min-width: 992px) {
    /* line 823, ../scss/_property.scss */
    .detail-property .detail-property__header.has-bottom-info + .detail-property__content .detail-property__owner {
        top: -270px;
    }
}

/* line 836, ../scss/_property.scss */
.detail-property__photos__carousel {
    position: relative;
}
/* line 838, ../scss/_property.scss */
.detail-property__photos__carousel .carousel-indicators {
    cursor: pointer;
    font-size: 0;
    bottom: 12px;
    line-height: 12px;
}
/* line 843, ../scss/_property.scss */
.detail-property__photos__carousel .carousel-indicators li {
    vertical-align: top;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 0;
}
/* line 854, ../scss/_property.scss */
.detail-property__photos__carousel .carousel-inner .img-wrap {
    display: block;
    height: 240px;
    background-color: #e0e0e0;
}
@media (min-width: 480px) {
    /* line 854, ../scss/_property.scss */
    .detail-property__photos__carousel .carousel-inner .img-wrap {
        height: 240px;
    }
}
@media (min-width: 768px) {
    /* line 854, ../scss/_property.scss */
    .detail-property__photos__carousel .carousel-inner .img-wrap {
        height: 300px;
    }
}
@media (min-width: 992px) {
    /* line 854, ../scss/_property.scss */
    .detail-property__photos__carousel .carousel-inner .img-wrap {
        height: 360px;
    }
}
@media (min-width: 1200px) {
    /* line 854, ../scss/_property.scss */
    .detail-property__photos__carousel .carousel-inner .img-wrap {
        height: 420px;
    }
}
@media (min-width: 1440px) {
    /* line 854, ../scss/_property.scss */
    .detail-property__photos__carousel .carousel-inner .img-wrap {
        height: 480px;
    }
}
/* line 873, ../scss/_property.scss */
.detail-property__photos__carousel .carousel-inner .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* line 881, ../scss/_property.scss */
.detail-property__photos__carousel .ht-carousel-control {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    padding: 0 24px;
    line-height: 60px;
    font-size: 48px;
    color: #bdbdbd;
}
/* line 890, ../scss/_property.scss */
.detail-property__photos__carousel .ht-carousel-control.left {
    left: 0;
}
/* line 893, ../scss/_property.scss */
.detail-property__photos__carousel .ht-carousel-control.right {
    right: 0;
}
/* line 896, ../scss/_property.scss */
.detail-property__photos__carousel .ht-carousel-control:hover {
    color: #ff5722;
}
/* line 899, ../scss/_property.scss */
.detail-property__photos__carousel .ht-carousel-control:active {
    color: #d84315;
}

/* line 905, ../scss/_property.scss */
#stickyMenu_singleProperty {
    will-change: position, top, left;
}

/* line 911, ../scss/_property.scss */
.single-property-in-map {
    display: inline-block;
    position: relative;
}
/* line 917, ../scss/_property.scss */
.single-property-in-map .single-property-card {
    position: absolute;
    text-align: left;
    bottom: 100%;
    left: 50%;
    width: 220px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 0 12px;
}
/* line 925, ../scss/_property.scss */
.single-property-in-map .single-property-card:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 10px;
    background-image: url("../img/dropdown-arrow.png");
    background-repeat: no-repeat;
}
/* line 937, ../scss/_property.scss */
.single-property-in-map .single-property-card .property__intro {
    height: auto;
}
/* line 941, ../scss/_property.scss */
.single-property-in-map .single-property-card .property__prices .single-price {
    line-height: 20px;
}
/* line 943, ../scss/_property.scss */
.single-property-in-map .single-property-card .property__prices .single-price span {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}
/* line 948, ../scss/_property.scss */
.single-property-in-map .single-property-card .property__prices .single-price .single-price__number {
    font-size: 14px;
}
/* line 951, ../scss/_property.scss */
.single-property-in-map .single-property-card .property__prices .single-price .single-price__currency {
    line-height: 18px;
    font-size: 12px;
}
/* line 957, ../scss/_property.scss */
.single-property-in-map .single-property-card .property__title {
    line-height: 19px;
    font-size: 14px;
}
/* line 961, ../scss/_property.scss */
.single-property-in-map .single-property-card .property__address {
    margin: 3px 0 0;
    font-size: 12px;
    color: #616161;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* line 967, ../scss/_property.scss */
.single-property-in-map .single-property-card .property__infos {
    margin-top: 8px;
    padding-top: 8px;
}
/* line 972, ../scss/_property.scss */
.single-property-in-map .single-property-card .property__infos .single-info .single-info__icon img {
    width: 20px;
    height: 20px;
}
/* line 977, ../scss/_property.scss */
.single-property-in-map .single-property-card .property__infos .single-info .single-info__data {
    margin: 0 0 0 6px;
    font-size: 13px;
}

/* line 985, ../scss/_property.scss */
.property-room-in-map {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #d84315;
    background-color: #fff;
    border: 2px solid #ff5722;
    border-radius: 50%;
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}
/* line 994, ../scss/_property.scss */
.property-room-in-map span {
    display: block;
    padding: 6px;
    line-height: 20px;
    font-weight: 500;
}
/* line 1001, ../scss/_property.scss */
.property-room-in-map:hover {
    background-color: #eeeeee;
}
/* line 1004, ../scss/_property.scss */
.property-room-in-map.active {
    color: #fff;
    background-color: #ff5722;
}

/* line 1, ../scss/_blog.scss */
.itr-blog-page-header {
    padding: 16px 0;
    background-color: #eeeeee;
}
@media (min-width: 768px) {
    /* line 4, ../scss/_blog.scss */
    .itr-blog-page-header .ht-wrapper {
        display: flex;
    }
}
@media (max-width: 768px) {
    /* line 10, ../scss/_blog.scss */
    .itr-blog-page-header .ht-wrapper .flex-item + .flex-item {
        margin-top: 12px;
    }
}
/* line 16, ../scss/_blog.scss */
.itr-blog-page-header .itr-page-header__title {
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #212121;
}
/* line 24, ../scss/_blog.scss */
.itr-blog-page-header .itr-page-header__subtitle {
    margin: 4px 0 0;
    padding: 0;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #616161;
}

/* line 33, ../scss/_blog.scss */
.itr-blog__featured-posts {
    margin: 12px -12px;
}
@media (min-width: 768px) {
    /* line 33, ../scss/_blog.scss */
    .itr-blog__featured-posts {
        margin: 24px 0;
    }
}
/* line 38, ../scss/_blog.scss */
.itr-blog__featured-posts .carousel-indicators {
    display: none;
}
/* line 41, ../scss/_blog.scss */
.itr-blog__featured-posts .ht-carousel-control {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    padding: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border: 0;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
/* line 54, ../scss/_blog.scss */
.itr-blog__featured-posts .ht-carousel-control i {
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 0;
    line-height: 34px;
    font-size: 16px;
}
/* line 61, ../scss/_blog.scss */
.itr-blog__featured-posts .ht-carousel-control.left {
    left: 0;
    padding: 0 2px 0 0;
    border-radius: 0 2px 2px 0;
}
/* line 66, ../scss/_blog.scss */
.itr-blog__featured-posts .ht-carousel-control.right {
    right: 0;
    padding: 0 0 0 2px;
    border-radius: 2px 0 0 2px;
}
/* line 71, ../scss/_blog.scss */
.itr-blog__featured-posts .ht-carousel-control:hover {
    opacity: 1;
}
/* line 74, ../scss/_blog.scss */
.itr-blog__featured-posts .ht-carousel-control:active {
    opacity: .9;
}
/* line 78, ../scss/_blog.scss */
.itr-blog__featured-posts .single-featured-post {
    display: block;
    position: relative;
}
@media (max-width: 767px) {
    /* line 83, ../scss/_blog.scss */
    .itr-blog__featured-posts .single-featured-post .post__photo.ht-rectangle.ratio-31:after {
        padding-bottom: 66.66%;
    }
}
/* line 90, ../scss/_blog.scss */
.itr-blog__featured-posts .single-featured-post .post__content {
    padding: 12px;
    color: #fff;
    background-color: #212121;
}
@media (min-width: 768px) {
    /* line 90, ../scss/_blog.scss */
    .itr-blog__featured-posts .single-featured-post .post__content {
        position: absolute;
        bottom: 12px;
        left: 12px;
        width: 60%;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 2px;
    }
}
/* line 101, ../scss/_blog.scss */
.itr-blog__featured-posts .single-featured-post .post__content .post__content__title {
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
/* line 109, ../scss/_blog.scss */
.itr-blog__featured-posts .single-featured-post .post__content .post__content__excerpt {
    margin: 5px 0 0;
    line-height: 18px;
    font-size: 13px;
    color: #eeeeee;
    height: 54px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* line 118, ../scss/_blog.scss */
.itr-blog__featured-posts .single-featured-post:hover, .itr-blog__featured-posts .single-featured-post:focus, .itr-blog__featured-posts .single-featured-post:active {
    text-decoration: none;
}

/* line 123, ../scss/_blog.scss */
.itr-blog__list-posts {
    margin: 12px 0;
}
@media (min-width: 768px) {
    /* line 123, ../scss/_blog.scss */
    .itr-blog__list-posts {
        margin: 24px 0;
    }
    /* line 127, ../scss/_blog.scss */
    .itr-blog__list-posts .row {
        margin: 0 -12px;
    }
    /* line 130, ../scss/_blog.scss */
    .itr-blog__list-posts [class^="col"] {
        padding: 0 12px;
    }
}

/* line 135, ../scss/_blog.scss */
.itr-blog__title {
    margin: 0 0 24px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
}

/* line 141, ../scss/_blog.scss */
.itr-blog__single-post {
    margin: 0 0 12px;
}
@media (min-width: 768px) {
    /* line 141, ../scss/_blog.scss */
    .itr-blog__single-post {
        margin: 0 0 24px;
    }
}
/* line 147, ../scss/_blog.scss */
.itr-blog__single-post a:hover, .itr-blog__single-post a:active, .itr-blog__single-post a:focus {
    text-decoration: none;
}
/* line 153, ../scss/_blog.scss */
.itr-blog__single-post .post__photo a:hover {
    opacity: .9;
}
/* line 158, ../scss/_blog.scss */
.itr-blog__single-post .post__content {
    padding: 12px;
}
@media (min-width: 768px) {
    /* line 158, ../scss/_blog.scss */
    .itr-blog__single-post .post__content {
        height: 180px;
    }
}
/* line 164, ../scss/_blog.scss */
.itr-blog__single-post .post__content__title {
    margin: 0;
    display: block;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}
/* line 170, ../scss/_blog.scss */
.itr-blog__single-post .post__content__title a {
    display: block;
    font-size: 18px;
    color: #212121;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* line 175, ../scss/_blog.scss */
.itr-blog__single-post .post__content__title a:hover {
    color: #ff5722;
}
/* line 180, ../scss/_blog.scss */
.itr-blog__single-post .post__content__meta {
    margin: 6px 0 0;
    line-height: 16px;
    font-size: 0;
}
/* line 184, ../scss/_blog.scss */
.itr-blog__single-post .post__content__meta span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 12px;
    font-style: italic;
    color: #757575;
}
/* line 191, ../scss/_blog.scss */
.itr-blog__single-post .post__content__meta span a {
    color: #757575;
}
/* line 193, ../scss/_blog.scss */
.itr-blog__single-post .post__content__meta span a:hover {
    text-decoration: underline;
}
/* line 197, ../scss/_blog.scss */
.itr-blog__single-post .post__content__meta span:after {
    content: "\2022";
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    font-size: 10px;
    color: #9e9e9e;
}
/* line 206, ../scss/_blog.scss */
.itr-blog__single-post .post__content__meta span:last-child:after {
    display: none;
}
/* line 212, ../scss/_blog.scss */
.itr-blog__single-post .post__content__descr {
    margin: 10px 0 0;
    font-size: 14px;
    color: #212121;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 19px;
    max-height: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* line 219, ../scss/_blog.scss */
.itr-blog-single {
    margin: 12px 0;
}
@media (min-width: 768px) {
    /* line 219, ../scss/_blog.scss */
    .itr-blog-single {
        margin: 24px 0;
    }
}
/* line 224, ../scss/_blog.scss */
.itr-blog-single .itr-blog-single__wrap {
    padding: 12px 0 24px;
}
@media (min-width: 768px) {
    /* line 224, ../scss/_blog.scss */
    .itr-blog-single .itr-blog-single__wrap {
        padding: 24px 0 48px;
    }
}
/* line 230, ../scss/_blog.scss */
.itr-blog-single .itr-blog_title {
    margin: 0;
    line-height: 30px;
    font-size: 24px;
}
@media (min-width: 768px) {
    /* line 230, ../scss/_blog.scss */
    .itr-blog-single .itr-blog_title {
        line-height: 34px;
        font-size: 28px;
    }
}
/* line 239, ../scss/_blog.scss */
.itr-blog-single .itr-blog_meta {
    margin: 12px 0 0;
    line-height: 16px;
    font-size: 0;
}
/* line 243, ../scss/_blog.scss */
.itr-blog-single .itr-blog_meta span {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    font-size: 13px;
    font-style: italic;
    color: #757575;
}
/* line 250, ../scss/_blog.scss */
.itr-blog-single .itr-blog_meta span a {
    color: #757575;
}
/* line 252, ../scss/_blog.scss */
.itr-blog-single .itr-blog_meta span a:hover {
    text-decoration: underline;
}
/* line 256, ../scss/_blog.scss */
.itr-blog-single .itr-blog_meta span:after {
    content: "\2022";
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    font-size: 12px;
    color: #9e9e9e;
}
/* line 265, ../scss/_blog.scss */
.itr-blog-single .itr-blog_meta span:last-child:after {
    display: none;
}
/* line 271, ../scss/_blog.scss */
.itr-blog-single .itr-blog_main {
    margin: 24px 0 0;
    line-height: 22px;
    font-size: 16px;
}
/* line 275, ../scss/_blog.scss */
.itr-blog-single .itr-blog_main p {
    margin: 0 0 16px;
}

/* line 281, ../scss/_blog.scss */
.itr-contact-page {
    margin: 12px 0;
}
@media (min-width: 768px) {
    /* line 281, ../scss/_blog.scss */
    .itr-contact-page {
        margin: 24px 0;
    }
}
/* line 286, ../scss/_blog.scss */
.itr-contact-page .itr-contact__wrapper {
    padding: 12px 0 12px;
}
@media (min-width: 768px) {
    /* line 286, ../scss/_blog.scss */
    .itr-contact-page .itr-contact__wrapper {
        padding: 12px 0 12px;
    }
}
/* line 292, ../scss/_blog.scss */
.itr-contact-page .itr-contact__title {
    margin: 0 0 24px;
    padding: 0 0 16px;
    line-height: 30px;
    font-size: 24px;
    border-bottom: 1px solid #eaeaea;
}
@media (min-width: 768px) {
    /* line 292, ../scss/_blog.scss */
    .itr-contact-page .itr-contact__title {
        line-height: 34px;
        font-size: 28px;
    }
}
/* line 303, ../scss/_blog.scss */
.itr-contact-page .single-contact-line {
    margin: 0 0 12px;
}
/* line 305, ../scss/_blog.scss */
.itr-contact-page .single-contact-line .contact-icon {
    display: inline-block;
    width: 18px;
    text-align: center;
    color: #757575;
    margin-right: 4px;
}
/* line 313, ../scss/_blog.scss */
.itr-contact-page .social-icon {
    display: inline-block;
    padding: 0 4px;
}

/* line 4, ../scss/_user.scss */
.user-profile-edit-section {
    padding: 12px;
}
@media (min-width: 992px) {
    /* line 4, ../scss/_user.scss */
    .user-profile-edit-section {
        padding: 24px;
    }
}
/* line 9, ../scss/_user.scss */
.user-profile-edit-section .section-header {
    margin: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid #eaeaea;
}
@media (min-width: 992px) {
    /* line 9, ../scss/_user.scss */
    .user-profile-edit-section .section-header {
        padding: 0 0 24px;
    }
}
/* line 16, ../scss/_user.scss */
.user-profile-edit-section .section-header .section-header__title {
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}
@media (min-width: 992px) {
    /* line 16, ../scss/_user.scss */
    .user-profile-edit-section .section-header .section-header__title {
        line-height: 28px;
        font-size: 24px;
    }
}
/* line 27, ../scss/_user.scss */
.user-profile-edit-section .section-content {
    padding: 12px 0;
}
@media (min-width: 992px) {
    /* line 27, ../scss/_user.scss */
    .user-profile-edit-section .section-content {
        padding: 24px 0;
    }
}
/* line 33, ../scss/_user.scss */
.user-profile-edit-section .section-footer {
    padding-top: 12px;
    border-top: 1px solid #eaeaea;
}
@media (min-width: 992px) {
    /* line 33, ../scss/_user.scss */
    .user-profile-edit-section .section-footer {
        padding-top: 24px;
    }
}
/* line 42, ../scss/_user.scss */
.user-profile-edit-section .avatar-wrapper .avatar-image .image-wrap {
    display: inline-block;
    vertical-align: top;
    width: 156px;
    height: 156px;
    border: 2px solid #ff5722;
    border-radius: 50%;
}
/* line 49, ../scss/_user.scss */
.user-profile-edit-section .avatar-wrapper .avatar-image .image-wrap .ht-inner {
    border-radius: 50%;
}
@media (min-width: 992px) {
    /* line 55, ../scss/_user.scss */
    .user-profile-edit-section .more-pd {
        padding-left: 28px;
        padding-right: 28px;
    }
    /* line 59, ../scss/_user.scss */
    .user-profile-edit-section .more-pd:first-child {
        padding-left: 6px;
    }
    /* line 62, ../scss/_user.scss */
    .user-profile-edit-section .more-pd:last-child {
        padding-right: 6px;
    }
}
/* line 67, ../scss/_user.scss */
.user-profile-edit-section .label-container {
    min-height: 34px;
    display: flex;
    align-items: center;
}
/* line 71, ../scss/_user.scss */
.user-profile-edit-section .label-container label {
    line-height: 17px;
    font-size: 13px;
    margin: 0;
}
@media (min-width: 992px) {
    /* line 71, ../scss/_user.scss */
    .user-profile-edit-section .label-container label {
        font-size: 14px;
    }
}

/* line 1, ../scss/_inbox.scss */
.inbox-page {
    position: relative;
    display: flex;
}
/* line 4, ../scss/_inbox.scss */
.inbox-page .inbox__single-col {
    height: calc(100vh - 48px);
}
@media (min-width: 992px) {
    /* line 4, ../scss/_inbox.scss */
    .inbox-page .inbox__single-col {
        height: calc(100vh - 60px);
    }
}
/* line 10, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo {
    flex: 0 0 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
    /* line 10, ../scss/_inbox.scss */
    .inbox-page .inbox__list-convo {
        flex: 0 0 280px;
    }
}
@media (min-width: 992px) {
    /* line 10, ../scss/_inbox.scss */
    .inbox-page .inbox__list-convo {
        flex: 0 0 360px;
    }
}
/* line 23, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__header {
    display: none;
    padding: 16px 14px;
    border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) {
    /* line 23, ../scss/_inbox.scss */
    .inbox-page .inbox__list-convo .inbox__list-convo__header {
        flex: 0 0 auto;
        display: block;
        min-height: 0;
    }
}
/* line 32, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__header .list-title {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}
/* line 39, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__search-user {
    flex: 0 0 auto;
    min-height: 0;
    padding: 11px 12px;
    border-bottom: 1px solid #e0e0e0;
}
/* line 44, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__search-user .form-group {
    margin: 0;
    position: relative;
}
/* line 48, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__search-user .convo-search-input {
    padding-left: 34px;
    color: #424242;
    background-color: #eeeeee;
    border-color: transparent;
    border-radius: 17px;
}
/* line 55, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__search-user .convo-search-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 34px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    color: #9e9e9e;
}
/* line 66, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}
/* line 70, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo {
    display: block;
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #eaeaea;
}
/* line 76, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo .sc__user-avatar {
    flex: 0 0 auto;
    min-width: 0;
}
/* line 79, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo .sc__user-avatar .avatar-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
/* line 85, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo .sc__convo-preview {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 0 0 8px;
}
@media (max-width: 767px) {
    /* line 85, ../scss/_inbox.scss */
    .inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo .sc__convo-preview {
        display: none;
    }
}
/* line 92, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo .sc__convo-preview .sc__user-title {
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}
/* line 98, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo .sc__convo-preview .sc__convo-excerpt {
    margin: 1px 0 0;
    line-height: 17px;
    font-size: 13px;
    color: #616161;
}
/* line 106, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo .sc__convo-meta {
    flex: 0 0 auto;
    min-width: 0;
    padding: 0 0 0 8px;
    text-align: right;
}
@media (max-width: 767px) {
    /* line 106, ../scss/_inbox.scss */
    .inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo .sc__convo-meta {
        display: none;
    }
}
/* line 114, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo .sc__convo-meta .sc__single-meta {
    line-height: 16px;
    font-size: 11px;
    font-weight: 500;
    color: #bdbdbd;
}
/* line 121, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo:hover, .inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo:active, .inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo:focus, .inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo:visited {
    text-decoration: none;
}
/* line 124, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo:hover {
    background-color: #f5f5f5;
}
/* line 127, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo.unread {
    background-color: #eeeeee;
}
/* line 130, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .single-prw-convo.active {
    background-color: #ffe0b2;
}
/* line 134, ../scss/_inbox.scss */
.inbox-page .inbox__list-convo .inbox__list-convo__main .load-all-messages {
    padding: 8px 12px;
    line-height: 14px;
    font-size: 11px;
    font-style: italic;
    color: #9e9e9e;
    text-align: center;
}
@media (max-width: 767px) {
    /* line 134, ../scss/_inbox.scss */
    .inbox-page .inbox__list-convo .inbox__list-convo__main .load-all-messages {
        font-size: 10px;
        max-width: 68px;
    }
}
/* line 148, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
/* line 154, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__header {
    flex: 0 0 auto;
    min-height: 0;
    padding: 16px 12px;
    border-bottom: 1px solid #e0e0e0;
}
/* line 159, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__header .current-convo__user-info {
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #212121;
}
/* line 166, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__header .current-convo__user-info .user-avatar {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
    width: 24px;
    height: 24px;
    background-color: #eeeeee;
    border-radius: 50%;
}
/* line 175, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__header .current-convo__user-info .user-title {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #212121;
}
/* line 186, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__select-users {
    padding: 17px 12px;
    border-bottom: 1px solid #e0e0e0;
}
/* line 189, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__select-users .list-selected-users {
    font-size: 0;
    line-height: 22px;
}
/* line 192, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__select-users .list-selected-users .single-selected-user {
    display: inline-block;
    vertical-align: top;
}
/* line 195, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__select-users .list-selected-users .single-selected-user .ssu__user-title {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    font-size: 15px;
    color: #d84315;
}
/* line 202, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__select-users .list-selected-users .single-selected-user:after {
    content: ",";
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 1px;
    line-height: 22px;
    font-size: 16px;
    color: #bdbdbd;
}
/* line 212, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__select-users .list-selected-users .single-selected-user:last-child:after {
    display: none;
}
/* line 218, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__select-users .cancel-group-chat {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    font-size: 13px;
    color: #757575;
}
/* line 224, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__select-users .cancel-group-chat:hover {
    text-decoration: none;
    color: #ff5722;
}
/* line 230, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main {
    flex: 1 1 auto;
    min-height: 0;
    padding: 24px 12px 12px;
    overflow: auto;
}
/* line 236, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message {
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 0 36px;
}
/* line 240, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message:last-child {
    margin: 0;
}
/* line 243, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__user-avatar {
    position: absolute;
    bottom: 20px;
    left: 0;
}
/* line 247, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__user-avatar .avatar-wrapper {
    width: 28px;
    height: 28px;
    background-color: #eeeeee;
    border-radius: 50%;
}
/* line 255, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input {
    margin: 0 0 6px;
}
/* line 257, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input:last-child {
    margin: 0;
}
/* line 260, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input .input__main {
    line-height: 34px;
}
/* line 262, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input .input__main .input__main__content {
    display: inline-block;
    vertical-align: top;
    max-width: 80%;
}
@media (min-width: 768px) {
    /* line 262, ../scss/_inbox.scss */
    .inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input .input__main .input__main__content {
        max-width: 70%;
    }
}
/* line 269, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input .input__main .input__main__content.input__main__content--text {
    padding: 7px 12px;
    line-height: 20px;
    font-size: 14px;
    color: #212121;
    background-color: #f5f5f5;
    border-radius: 14px;
}
/* line 277, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input .input__main .input__main__content.input__main__content--image {
    line-height: 34px;
}
/* line 279, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input .input__main .input__main__content.input__main__content--image .single-image-attachment {
    display: inline-block;
    vertical-align: top;
    max-width: 90%;
}
@media (min-width: 768px) {
    /* line 279, ../scss/_inbox.scss */
    .inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input .input__main .input__main__content.input__main__content--image .single-image-attachment {
        max-width: 70%;
    }
}
/* line 287, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input .input__main .input__main__content.input__main__content--image img {
    display: block;
    max-height: 300px;
    border-radius: 14px;
    overflow: hidden;
}
/* line 296, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input .input__meta {
    margin: 3px 0 0;
    padding: 0 12px;
    line-height: 14px;
}
/* line 300, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input .input__meta .input__meta__data {
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
    line-height: 14px;
    font-size: 10px;
    color: #bdbdbd;
}
/* line 310, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input.message-error .input__main {
    opacity: .6;
}
/* line 314, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .sm__message-content .user-single-input.message-error .input__meta .input__meta__data {
    color: #f44336;
    font-weight: 500;
}
/* line 324, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message.from-owner {
    padding: 0 36px 0 0;
    text-align: right;
}
/* line 327, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message.from-owner .sm__user-avatar {
    left: auto;
    right: 0;
}
/* line 333, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message.from-owner .sm__message-content .user-single-input .input__main {
    text-align: right;
}
/* line 336, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message.from-owner .sm__message-content .user-single-input .input__main .input__main__content.input__main__content--text {
    text-align: left;
    color: #fff;
    background-color: #ff5722;
}
/* line 341, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message.from-owner .sm__message-content .user-single-input .input__main .input__main__content.input__main__content--image {
    text-align: right;
}
/* line 347, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message.from-owner .sm__message-content .input__meta {
    text-align: right;
}
/* line 354, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__main .list-message-in-convo .single-message .typing-loading {
    height: 40px;
    background-image: url("../img/loading-typing.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center right;
}
/* line 364, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__input {
    flex: 0 0 auto;
    min-height: 0;
    padding: 12px 12px;
    border-top: 1px solid #e0e0e0;
}
/* line 369, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__input .input-message-attachment {
    margin: 0;
    padding: 0 2px;
    line-height: 34px;
    font-size: 24px;
    color: #ff5722;
}
/* line 375, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__input .input-message-attachment:hover {
    color: #d84315;
}
/* line 379, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__input .input-message-text {
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    resize: none;
}
/* line 385, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__input .input-message-summit {
    margin: 0;
    padding: 0 2px;
    line-height: 34px;
    font-size: 24px;
    color: #ff5722;
    background-color: transparent;
    border: 0;
}
/* line 393, ../scss/_inbox.scss */
.inbox-page .inbox__current-convo .current-convo__input .input-message-summit:hover {
    color: #d84315;
}
/* line 399, ../scss/_inbox.scss */
.inbox-page .inbox__user-info {
    display: none;
    flex: 0 0 280px;
    min-width: 0;
    border-left: 1px solid #ccc;
}
@media (min-width: 992px) {
    /* line 399, ../scss/_inbox.scss */
    .inbox-page .inbox__user-info {
        display: block;
    }
}
/* line 407, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper {
    margin-bottom: 12px;
    padding: 24px 12px;
}
/* line 410, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__avatar {
    text-align: center;
}
/* line 412, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__avatar .avatar-wrapper {
    display: inline-block;
    border: 2px solid #ff5722;
    border-radius: 50%;
    background-color: #fafafa;
    width: 168px;
    height: 168px;
}
/* line 421, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main {
    margin: 12px 0 0;
    text-align: center;
}
/* line 424, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__title {
    margin: 0 0 0;
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
/* line 431, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__contact {
    margin: 8px 0 0;
}
/* line 433, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__contact .single-info {
    margin: 0 0 4px;
}
/* line 435, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__contact .single-info:last-child {
    margin: 0;
}
/* line 438, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__contact .single-info a {
    display: inline-block;
    vertical-align: top;
}
/* line 441, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__contact .single-info a:hover {
    text-decoration: none;
}
/* line 445, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__contact .single-info:last-child {
    margin: 0;
}
/* line 448, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__contact .single-info .info-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    background-color: #424242;
    border-radius: 50%;
    text-align: center;
}
/* line 458, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__contact .single-info .info-icon i {
    display: inline-block;
    line-height: 24px;
    padding-top: 2px;
}
/* line 464, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__contact .single-info .info-data {
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #424242;
}
/* line 471, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__contact .single-info.single-info--verified .info-icon {
    background-color: #ff5722;
}
/* line 474, ../scss/_inbox.scss */
.inbox-page .inbox__user-info .user-info-wrapper .user-info__main .user-info__contact .single-info.single-info--verified .info-data {
    color: #d84315;
}

/* line 1, ../scss/_404.scss */
.container-404-page {
    padding: 24px 0;
}
@media (min-width: 768px) {
    /* line 1, ../scss/_404.scss */
    .container-404-page {
        padding: 48px 0;
    }
}
@media (min-width: 992px) {
    /* line 1, ../scss/_404.scss */
    .container-404-page {
        padding: 72px 0;
    }
}

/* line 11, ../scss/_404.scss */
.title-404-page {
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    color: #212121;
}
@media (min-width: 768px) {
    /* line 11, ../scss/_404.scss */
    .title-404-page {
        line-height: 30px;
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    /* line 11, ../scss/_404.scss */
    .title-404-page {
        line-height: 36px;
        font-size: 28px;
    }
}

/* line 25, ../scss/_404.scss */
.action-404-page {
    margin-top: 24px;
}

/* line 1, ../scss/_item-with-map.scss */
.item-map-section {
    position: relative;
    display: flex;
    height: 100vh;
    min-height: 480px;
    align-items: strech;
    background-color: #eeeeee;
}
/* line 9, ../scss/_item-with-map.scss */
.item-map-section .list-items-col {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 240px;
    width: 400px;
    background-color: #fff;
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
/* line 21, ../scss/_item-with-map.scss */
.item-map-section .resize-drag-col {
    flex: 0 0 auto;
    position: relative;
    min-width: 0;
    width: 4px;
    background-color: #eeeeee;
    cursor: e-resize;
}
/* line 28, ../scss/_item-with-map.scss */
.item-map-section .resize-drag-col .helped-resize-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -28px;
    line-height: 56px;
    width: 28px;
    height: 56px;
    padding-left: 2px;
    font-size: 18px;
    text-align: center;
    color: #9e9e9e;
    background-color: #eeeeee;
    border-radius: 28px 0 0 28px;
}
/* line 42, ../scss/_item-with-map.scss */
.item-map-section .resize-drag-col .helped-resize-btn.active {
    display: block;
}
/* line 47, ../scss/_item-with-map.scss */
.item-map-section .map-items-col {
    flex: 1 1 auto;
    min-width: 0;
}
/* line 53, ../scss/_item-with-map.scss */
.item-map-section .list-item-action--show {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 950;
    display: block;
    line-height: 28px;
    width: 40px;
    text-align: center;
    color: #2196f3;
    background-color: #fff;
    border: 1px solid #eaeaea;
    -moz-transform: translateX(-56px);
    -ms-transform: translateX(-56px);
    -webkit-transform: translateX(-56px);
    transform: translateX(-56px);
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
/* line 66, ../scss/_item-with-map.scss */
.item-map-section .list-item-action--show i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 38px;
}
/* line 73, ../scss/_item-with-map.scss */
.item-map-section .list-item-action--show:focus, .item-map-section .list-item-action--show:active {
    outline: none;
}
/* line 76, ../scss/_item-with-map.scss */
.item-map-section .list-item-action--show:active {
    background-color: #fafafa;
}
/* line 80, ../scss/_item-with-map.scss */
.item-map-section .list-item-action--show.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/* line 84, ../scss/_item-with-map.scss */
.item-map-section .list-items__header {
    position: relative;
    min-height: 0;
    flex: 0 0 auto;
}
/* line 88, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}
/* line 92, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-wrapper .header-action-btn {
    display: block;
    line-height: 56px;
    width: 56px;
    text-align: center;
    color: #2196f3;
}
/* line 99, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-wrapper .header-action-btn i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 56px;
}
/* line 107, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-wrapper .header-action-btn:active {
    background-color: #fafafa;
}
/* line 111, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-wrapper .header-title {
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 18px;
}
/* line 118, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-search {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    z-index: 100;
    padding: 11px 16px;
    background-color: #f5f5f5;
    overflow: hidden;
}
/* line 126, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-search.active {
    display: block;
}
/* line 129, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-search .form-group {
    position: relative;
    margin: 0;
}
/* line 133, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-search .search-input {
    padding-left: 12px;
    padding-right: 50px;
    border-color: #eaeaea;
}
/* line 138, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-search .search-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    line-height: 34px;
    font-size: 24px;
    text-align: center;
    color: #bdbdbd;
    background-color: transparent;
    border: 0;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
/* line 150, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-search .search-submit:hover {
    color: #2196f3;
}
/* line 154, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-search .search-dismiss {
    display: block;
    padding: 4px;
    line-height: 24px;
    font-size: 18px;
    color: #ef5350;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
/* line 161, ../scss/_item-with-map.scss */
.item-map-section .list-items__header .header-search .search-dismiss:hover {
    color: #f44336;
}
/* line 167, ../scss/_item-with-map.scss */
.item-map-section .list-items__main {
    min-height: 0;
    flex: 1 1 auto;
}
/* line 170, ../scss/_item-with-map.scss */
.item-map-section .list-items__main.list--scrollable {
    overflow: auto;
}
/* line 44, ../scss/base/_mixins.scss */
.item-map-section .list-items__main.list--scrollable::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
/* line 48, ../scss/base/_mixins.scss */
.item-map-section .list-items__main.list--scrollable::-webkit-scrollbar-thumb {
    background: #9e9e9e;
}
/* line 51, ../scss/base/_mixins.scss */
.item-map-section .list-items__main.list--scrollable::-webkit-scrollbar-track {
    background: #e0e0e0;
}
/* line 54, ../scss/base/_mixins.scss */
.item-map-section .list-items__main.list--scrollable::-webkit-scrollbar-thumb {
    border-radius: 0;
}
/* line 57, ../scss/base/_mixins.scss */
.item-map-section .list-items__main.list--scrollable::-webkit-scrollbar-track {
    border-radius: 0;
}
/* line 177, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #eee;
    -moz-transition: background-color, ease-in-out 0.2s;
    -o-transition: background-color, ease-in-out 0.2s;
    -webkit-transition: background-color, ease-in-out 0.2s;
    transition: background-color, ease-in-out 0.2s;
}
/* line 184, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item a:hover, .item-map-section .list-items__main .single-item a:active, .item-map-section .list-items__main .single-item a:focus {
    text-decoration: none;
}
/* line 188, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper {
    display: block;
    min-height: 96px;
}
/* line 191, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__title {
    margin: 0 0 4px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}
/* line 198, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__type {
    margin: 4px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ff5722;
}
/* line 205, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__ratings {
    line-height: 18px;
}
/* line 207, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__ratings .item__rating__points {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    color: #ff5722;
}
/* line 216, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__ratings .item__ratings__stars {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    font-size: 0;
    color: #ff5722;
}
/* line 222, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__ratings .item__ratings__stars i {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    font-size: 14px;
}
/* line 229, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__ratings .item__rating__votes {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 4px;
    line-height: 18px;
    font-size: 12px;
    color: #757575;
}
/* line 238, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__address {
    margin: 4px 0 0;
    line-height: 19px;
    font-size: 13px;
    color: #757575;
}
/* line 244, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__price {
    margin: 10px 0 0;
}
/* line 246, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__price span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
}
/* line 251, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__price .item__price__main {
    font-size: 16px;
    font-weight: 500;
    color: #ff5722;
}
/* line 256, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__price .item__price__currency {
    margin: 0 0 0 2px;
    font-size: 12px;
    font-weight: 500;
    color: #ff5722;
    line-height: 16px;
}
/* line 263, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__data-wrapper .item__price .item__price__unit {
    margin: 0 0 0 4px;
    font-size: 13px;
    color: #9e9e9e;
}
/* line 270, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__actions-wrapper {
    padding: 0 0 0 8px;
    position: relative;
    right: -8px;
}
/* line 274, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__actions-wrapper .item__single-action {
    display: inline-block;
    vertical-align: top;
    padding: 12px 8px;
    text-align: center;
    color: #2196f3;
}
@media (min-width: 768px) {
    /* line 274, ../scss/_item-with-map.scss */
    .item-map-section .list-items__main .single-item .item__actions-wrapper .item__single-action {
        padding: 16px 12px;
    }
}
/* line 283, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__actions-wrapper .item__single-action .action-icon {
    display: block;
    line-height: 28px;
    font-size: 24px;
}
/* line 288, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__actions-wrapper .item__single-action .action-label {
    display: block;
    margin: 4px 0 0;
    padding: 0 8px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
}
/* line 296, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item .item__actions-wrapper .item__single-action.active {
    color: #1565c0;
}
/* line 301, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item:hover {
    background-color: #fafafa;
}
/* line 304, ../scss/_item-with-map.scss */
.item-map-section .list-items__main .single-item.active {
    background-color: #e3f2fd;
}
/* line 309, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter {
    min-height: 0;
    flex: 0 0 auto;
    border-top: 1px solid #e0e0e0;
}
/* line 313, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__input-content {
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
}
/* line 44, ../scss/base/_mixins.scss */
.item-map-section .list-items__filter .filter__input-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
/* line 48, ../scss/base/_mixins.scss */
.item-map-section .list-items__filter .filter__input-content::-webkit-scrollbar-thumb {
    background: #9e9e9e;
}
/* line 51, ../scss/base/_mixins.scss */
.item-map-section .list-items__filter .filter__input-content::-webkit-scrollbar-track {
    background: #e0e0e0;
}
/* line 54, ../scss/base/_mixins.scss */
.item-map-section .list-items__filter .filter__input-content::-webkit-scrollbar-thumb {
    border-radius: 0;
}
/* line 57, ../scss/base/_mixins.scss */
.item-map-section .list-items__filter .filter__input-content::-webkit-scrollbar-track {
    border-radius: 0;
}
/* line 319, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__input-content.active {
    max-height: 320px;
    overflow: auto;
    border-bottom: 1px solid #e0e0e0;
}
/* line 324, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__input-content .content-inner {
    padding: 16px;
}
/* line 328, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__input-content .form-group:last-child {
    margin: 0;
}
/* line 332, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__input-content label {
    display: block;
}
/* line 335, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__input-content .select2 {
    width: 100% !important;
}
/* line 338, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__input-content .list-room-options {
    font-size: 0;
}
/* line 340, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__input-content .list-room-options .single-room-option {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0 0;
    width: calc(50% - 12px);
    max-width: 200px;
}
/* line 349, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__label-content {
    display: flex;
    align-items: center;
    padding: 16px;
}
/* line 353, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__label-content .filter__current-options {
    line-height: 20px;
    font-size: 14px;
}
/* line 357, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__label-content .filter__toggle-input {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #2196f3;
}
/* line 362, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__label-content .filter__toggle-input:hover, .item-map-section .list-items__filter .filter__label-content .filter__toggle-input:active, .item-map-section .list-items__filter .filter__label-content .filter__toggle-input:focus {
    text-decoration: none;
}
/* line 365, ../scss/_item-with-map.scss */
.item-map-section .list-items__filter .filter__label-content .filter__toggle-input:hover {
    color: #1976d2;
}
/* line 376, ../scss/_item-with-map.scss */
.item-map-section .list-items-col.sm-size .list-items, .item-map-section .list-items-col.md-size .list-items, .item-map-section .list-items-col.lg-size .list-items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
/* line 381, ../scss/_item-with-map.scss */
.item-map-section .list-items-col.sm-size .list-items .single-item, .item-map-section .list-items-col.md-size .list-items .single-item, .item-map-section .list-items-col.lg-size .list-items .single-item {
    border-right: 1px solid #eee;
}
/* line 388, ../scss/_item-with-map.scss */
.item-map-section .list-items-col.sm-size .list-items .single-item {
    width: 50%;
}
/* line 390, ../scss/_item-with-map.scss */
.item-map-section .list-items-col.sm-size .list-items .single-item:nth-child(2n) {
    border-right: 0;
}
/* line 398, ../scss/_item-with-map.scss */
.item-map-section .list-items-col.md-size .list-items .single-item {
    width: 33.33%;
}
/* line 400, ../scss/_item-with-map.scss */
.item-map-section .list-items-col.md-size .list-items .single-item:nth-child(3n) {
    border-right: 0;
}
/* line 408, ../scss/_item-with-map.scss */
.item-map-section .list-items-col.lg-size .list-items .single-item {
    width: 25%;
}
/* line 410, ../scss/_item-with-map.scss */
.item-map-section .list-items-col.lg-size .list-items .single-item:nth-child(4n) {
    border-right: 0;
}
@media (max-width: 768px) {
    /* line 419, ../scss/_item-with-map.scss */
    .item-map-section .list-items-col {
        width: 320px;
    }
}