/* --------------------------------------
=========================================
Aarvi - Multipurpose Bootstrap 4 Admin Template
Version: 1.0
Designed By: Perfectin (Palani Velayudam)
=========================================
1. Imports
2. Global Styles
3. Dropdown
4. Navbar
5. Modal
6. Containers
7. Comments
8. Animate hover slide
9. Buttons
10. Cards
11. Carousel
12. Accordion
13. Shape Container
14. Dropdown Menu
15. Footer
16. Form Control
17. Box Blocks
18. List Group
19. Modals
20. Nav Pills
21. Pagination
22. Pricing
23. Progress bar
24. Ratings
25. Sections
26. Social Media
27. Tables
28. Timeline
29. Countdown
30. Dropzone
31. Hamburger
32. Counter
33. Nouislider
34. Select 2
35. Swiper
36. Gallery
37. Typography
38. Sidebar inverse
39. Global
40. Search
41. Breadcrumb
42.Preloader
43. Theme Panel
44. Webkit Scrollbar
45. Office Sidebar
46. CHat Application
47. Element Wrapper Styles
48. Video Alert
49. Carousel
50. Backgrounds
51. Tabs
52. Chartist
53. Smart Forms
54. Seperate Table
55. Login
56. Pricing box
57. Cokkie
58. User Profile
59. Invoice
60. Invoice v2
63. Datetimepicker
64. Button Inverse
65. Autocomplete
66. Tagit
67. Clock
68. iziToast
70. Validation
71. Email
72. Chat Application
73. Scrumboard
74. Weather
75. Birthday Alert
76. Actions
78. Chat History
79. Calendar
80. Action play store widget
81. Post Widget
82. Vertical Activity
83. Sales widget table
84. Widget Boxes
85. Progress bar
86. widget 1
87. widget 2
88. Market Buttons
89. Chart Widget
90. NVD3
91. Fullcalendar
--------------------------------------------------------*/
/** ************************************* **
	DO NOT CHANGE ANYTHING HERE!
	REWRITE IN A CUSTOM CSS FILE IF REQUIRED!
 ** ************************************* **/
/** 1. Imports
*************************************************** **/
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,800|Roboto:400,500,700');
@import url('../css/essential.css');
@import url('../css/responsive_break_points.css');
@import url('../css/side_menu.css');
@import url('../plugins/pace/pace.css');
@import url('../plugins/animate/animate.min.css');
@import url('../plugins/hamburgers/hamburgers.min.css');
@import url('../plugins/swiper/css/swiper.min.css');
@import url('../plugins/fancybox/css/jquery.fancybox.min.css');
@import url('../fonts/font-awesome-4.7.0/css/font-awesome.min.css');
@import url('../fonts/ionicons/css/ionicons.min.css');
@import url('../fonts/line-icons/line-icons.css');
@import url('../fonts/line-icons-pro/line-icons-pro.css');
@import url('../fonts/linea/arrows/linea-icons.css');
@import url('../fonts/linea/basic/linea-icons.css');
@import url('../fonts/linea/ecommerce/linea-icons.css');
@import url('../fonts/linea/software/linea-icons.css');
@import url('../fonts/material_icon/icon.css');
@import url('../plugins/weather-icons/css/weather-icons.css');
@import url('../plugins/weather-icons/css/weather-icons-wind.css');
@import url('../css/dark_layout.css');

/**	2. Global Styles
*************************************************** **/
body * {
    font-family: "Nunito", sans-serif;
}

html {
    box-sizing: border-box
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #2b2b2c;
    background-color: #fff
}

iframe {
    border: 0
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 0
}

a:hover {
    text-decoration: none
}

body {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    color: #55595c
}

p:not(.lead) {
    font-size: .875rem;
    line-height: 1.4rem
}

.excerpt, .excerpt p {
    color: #55595c
}

a {
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s
}

@-ms-viewport {
    width: device-width
}

.link {
    color: #0072ff;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.link > i {
    margin-right: 5px;
    font-size: 0.875rem;
    position: relative;
    top: -1px
}

.link-sm > i {
    margin-right: 5px;
    font-size: 0.625rem;
    position: relative;
    top: -1px
}

.link-sm > .icon-lg {
    font-size: 0.875rem
}

.link:hover {
    color: #0022e7;
    text-decoration: none;
    text-decoration: underline
}

.link--style-1 {
    color: #2b2b2c
}

.link--style-1:hover {
    color: #0072ff
}

.link--style-2 {
    color: #0072ff !important
}

.link--style-2:hover {
    color: #0072ff !important;
    text-decoration: underline !important
}

.link--style-3 {
    color: #818a91
}

.link--style-3:hover {
    color: #2b2b2c
}

.link--style-4 {
    color: #fff
}

.link--style-4:hover {
    color: #fff;
    text-decoration: none
}

.link--bb {
    padding-bottom: 8px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.3)
}

.link--bb:hover {
    padding-bottom: 8px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.8)
}

.link--bb-1 {
    color: #2b2b2c;
    padding-bottom: 4px;
    border-bottom: 3px solid #0072ff
}

.link--bb-1:hover {
    text-decoration: none;
    color: #0072ff
}

.link--line-after {
    color: #2b2b2c;
    position: relative;
    padding-right: 50px
}

.link--line-after:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 1px;
    background-color: #2b2b2c
}

.link--line-after:hover {
    text-decoration: none
}

.link-lg {
    font-size: 1.25rem
}

.link-sm {
    font-size: .875rem
}

.link-xs {
    font-size: .75rem
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
    line-height: 1.46
}

.heading {
    margin: 0 0 6px;
    padding: 0;
    text-transform: none;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #111;
    line-height: 1.46
}

.heading--base {
    font-family: "Roboto", sans-serif
}

.heading-light {
    color: rgba(0, 0, 0, 0.6)
}

.heading > a {
    color: #111
}

.heading:hover > a {
    color: #0072ff !important
}

.heading-inverse {
    color: #fff
}

.heading-inverse > a {
    color: #fff
}

.heading-inverse:hover > a {
    color: #0072ff !important
}

.heading > .icon, .heading > a > .icon {
    display: inline-block;
    margin-right: 4px
}

.heading-count {
    font-size: .875rem;
    margin-right: 0.625rem
}

.heading-1 {
    font-size: 2.5rem !important;
    line-height: 1.3
}

.heading-2 {
    font-size: 2rem !important;
    line-height: 1.3
}

.heading-3 {
    font-size: 1.5rem !important;
    line-height: 1.3
}

.heading-4 {
    font-size: 1.25rem !important
}

.heading-5 {
    font-size: 1.125rem !important
}

.heading-6 {
    font-size: 1rem !important
}

@media (max-width: 991px) {
    .heading-responsive.heading-1 {
        font-size: 1.6666666667rem !important;
        line-height: 1.3
    }

    .heading-responsive.heading-2 {
        font-size: 2rem !important;
        line-height: 1.3
    }

    .heading-responsive.heading-3 {
        font-size: 1.5rem !important;
        line-height: 1.3
    }

    .heading-responsive.heading-4 {
        font-size: 1.25rem !important
    }

    .heading-responsive.heading-5 {
        font-size: 1.125rem !important
    }

    .heading-responsive.heading-6 {
        font-size: 1rem !important
    }
}

.heading-xs {
    font-size: .75rem !important
}

.heading-sm {
    font-size: .875rem !important
}

.heading-lg {
    font-size: 2.5rem !important
}

.heading-xl {
    font-size: 3.75rem !important
}

.heading-xl-x2 {
    font-size: 7.5rem !important
}

.heading-xxl {
    font-size: 5rem !important
}

@media (max-width: 991px) {
    .heading-responsive.heading-xl {
        font-size: 1.875rem !important
    }

    .heading-responsive.heading-xl-x2 {
        font-size: 3.75rem !important
    }

    .heading-responsive.heading-xxl {
        font-size: 2.5rem !important
    }
}

.text-xs {
    font-size: 0.625rem !important
}

.text-sm {
    font-size: 0.75rem !important
}

.text-md {
    font-size: 0.875rem !important
}

.text-lg {
    font-size: 1rem !important
}

.fluid-paragraph {
    font-size: 1rem;
    width: 680px;
    margin: auto;
    padding: 0 20px;
    position: relative
}

.fluid-paragraph h1:not(.heading), .fluid-paragraph h2:not(.heading), .fluid-paragraph h3:not(.heading), .fluid-paragraph h4:not(.heading), .fluid-paragraph h5:not(.heading), .fluid-paragraph h6:not(.heading) {
    text-transform: none !important
}

.fluid-paragraph-xs {
    width: 480px
}

.fluid-paragraph-sm {
    width: 580px
}

.fluid-paragraph-md {
    width: 780px
}

.fluid-paragraph-lg {
    width: 880px
}

.paragraph-xs > p {
    font-size: 0.8rem;
    line-height: 1.4
}

.paragraph-sm > p {
    font-size: .875rem
}

.paragraph-lg > p {
    font-size: 1.25rem
}

.paragraph-excerpt {
    line-height: 1.6
}

@media (max-width: 767px) {
    .fluid-paragraph {
        width: 100% !important
    }
}

.quote-block-lg {
    line-height: 2.4rem
}

.quote-icon {
    font-size: 2rem;
    display: inline-block
}

.quote-icon--1::before {
    content: "\f347";
    font-family: "Ionicons";
    color: inherit
}

.quote-icon-md {
    font-size: 3rem
}

.quote-icon-lg {
    font-size: 4rem
}

.quote-icon-xl {
    font-size: 5rem
}

small, .small {
    font-size: 70%
}

strong {
    font-weight: 600
}

blockquote .blockquote-source {
    font-size: .875rem
}

blockquote .blockquote-source::before {
    content: '\2014 \00A0'
}

.blockquote-custom {
    border: 0;
    position: relative
}

.blockquote--style-1 {
    border: 0;
    font-family: 'Pacifico', sans-serif;
    font-size: 1.5rem
}

.blockquote--style-2 {
    border: 0;
    font-size: 1.3rem;
    color: #818a91
}

.blockquote--style-2:before {
    content: '\201C';
    position: absolute;
    left: -82px;
    top: -52px;
    font-size: 9em;
    opacity: 0.2;
    font-family: Georgia, "Times New Roman", Times, seri
}

.blockquote--style-2:after {
    content: '\201D';
    position: absolute;
    right: -82px;
    top: -52px;
    font-size: 9em;
    opacity: 0.2;
    font-family: Georgia, "Times New Roman", Times, serif
}

.icon-pic--style-1 {
    color: #0072ff
}

.icon-pic > i {
    font-size: 2.5rem
}

.icon-pic > img {
    width: 2.5rem
}

.icon-pic-md > i {
    font-size: 5rem
}

.icon-pic-md > img {
    width: 5rem
}

.icon-pic-lg > i {
    font-size: 10rem
}

.icon-pic-lg > img {
    width: 10rem
}

.icon-pic-xl > i {
    font-size: 20rem
}

.icon-pic-xl > img {
    width: 20rem
}

.alert {
    font-size: .875rem
}

.alert strong {
    color: inherit !important;
    font-weight: 500
}

.badge {
    padding: .45em .45em;
    font-size: 0.625rem;
    font-weight: 400
}

.badge-inline {
    margin-right: 0.625rem
}

.badge-inline + span {
    top: 2px;
    position: relative;
    font-size: .875rem
}

.badge-inline + span > a {
    text-decoration: underline
}

.badge-md {
    padding: 0.65em 1em
}

.badge-lg {
    padding: 0.85em 1.25em
}

.badge a {
    color: #FFF;
    font-weight: 500
}

.badge-pill {
    padding: .45em .65em
}

.badge-pill.badge-md {
    padding: 0.65em 1em
}

.badge-pill.badge-lg {
    padding: 0.85em 1.25em
}

.badge-duration {
    color: #0072ff;
    font-weight: 500
}

.badge--2 {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #818a91;
    font-size: .875rem
}

.badge--2 strong {
    color: #2b2b2c
}

.badge--2 > i {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin-right: 6px
}

.badge-corner:empty {
    display: inline-block
}

.badge-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 66px solid #888;
    border-top-color: rgba(0, 0, 0, 0.3);
    border-left: 66px solid transparent;
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

.badge-corner span {
    position: absolute;
    top: -52px;
    left: -28px;
    font-size: 16px;
    color: #fff
}

.badge-corner-base-1 {
    border-top-color: #0072ff
}

.badge-corner-blue {
    border-top-color: #007aff
}

.badge-corner-green {
    border-top-color: #4cd964
}

.badge-corner-red {
    border-top-color: #ff3b30
}

.badge-corner-orange {
    border-top-color: #ff9500
}

.badge-corner-pink {
    border-top-color: #ff2d55
}

.badge-corner-yellow {
    border-top-color: #fc0
}

.badge-corner-purple {
    border-top-color: #5856d6
}

.badge-corner-black {
    border-top-color: #000
}

/**	3. Dropdown
*************************************************** **/
.dropdown-menu-right .dropdown-menu, .navbar-right .dropdown-menu .dropdown-menu, .pull-right .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s
}

.dropdown-menu.animated:before {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.dropdownhover-top .dropdown-menu {
    margin-bottom: 2px;
    margin-top: 0
}

.navbar-fixed-bottom .dropdown-menu .dropdown-menu, .dropdownhover-top .dropdown-menu {
    bottom: -1px;
    top: auto
}

.dropdownhover-bottom .dropdown-menu {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.dropdownhover-left .dropdown-menu {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.dropdownhover-right .dropdown-menu {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.dropdownhover-top .dropdown-menu {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.dropdown-cart {
    min-width: 360px;
    padding: 0 1rem
}

.dropdown-cart .dc-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.dropdown-cart .dc-header .heading {
    margin: 0;
    color: rgba(0, 0, 0, 0.7)
}

.dropdown-cart .dc-item {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.dropdown-cart .dc-item:before, .dropdown-cart .dc-item:after {
    content: '';
    display: table
}

.dropdown-cart .dc-item:after {
    clear: both
}

.dropdown-cart-header {
    padding: 1rem;
    border-bottom: 1px solid #f9f9f9
}

.dropdown-cart-header .heading {
    margin: 0
}

.dropdown-cart .dc-image {
    display: inline-block;
    float: left;
    width: 70px
}

.dropdown-cart .dc-content {
    display: inline-block;
    float: right;
    width: calc(100% - 70px);
    padding-left: 1.5rem
}

.dropdown-cart .dc-product-name a {
    color: rgba(0, 0, 0, 0.7)
}

.dropdown-cart .dc-product-name a:hover {
    color: rgba(0, 0, 0, 0.9)
}

.dropdown-cart .dc-quantity, .dropdown-cart .dc-price {
    display: inline-block;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
    padding-right: 0.5rem
}

.dropdown-cart .dc-actions {
    text-align: right
}

.dropdown-cart .dc-actions button {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 0.5rem;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.dropdown-cart .dc-actions button:hover {
    background: #ff3b30;
    color: #FFF
}

.dc-item .subtotal-text {
    display: inline-block;
    float: left;
    color: rgba(0, 0, 0, 0.5)
}

.dc-item .subtotal-amount {
    display: inline-block;
    float: right;
    color: rgba(0, 0, 0, 0.5)
}

/**	4. Navbar
*************************************************** **/
.top-navbar {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    z-index: 500
}

.header-affix.sps--blw .top-navbar {
    display: none
}

.top-navbar .aux-text {
    padding: 14px 0;
    color: rgba(0, 0, 0, 0.3);
    font-size: 11px;
    float: left
}

.top-navbar .aux-text ul li a, .top-navbar .aux-text ul li a span {
    font-size: .75rem;
    font-family: "Nunito", sans-serif
}

.top-navbar .top-navbar-menu {
    float: right
}

.top-navbar .top-navbar-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.top-navbar .top-navbar-menu > ul > li:last-child > a {
    padding-right: 0 !important
}

.top-navbar .top-navbar-menu > ul.top-menu > li {
    position: relative;
    float: left;
    display: inline-block;
    font-family: "Nunito", sans-serif
}

.top-navbar .top-navbar-menu > ul.top-menu > li > a {
    display: block;
    padding: 0.875rem 0.625rem;
    color: rgba(0, 0, 0, 0.6);
    font-size: .75rem
}

.top-navbar .top-navbar-menu > ul.top-menu > li > a:hover {
    color: #0072ff
}

.top-navbar .top-navbar-menu ul.top-menu > li > a > i {
    margin-right: 6px
}

.top-navbar .social-media.social-media--style-1-v4 > li > a {
    color: #818a91;
    font-size: .75rem
}

.top-navbar .top-navbar-menu > ul.top-menu-sm > li > a:not(.btn) {
    padding: 0.5rem 0.75rem
}

.top-navbar.top-navbar--caps .top-navbar-menu > ul.top-menu > li > a:not(.btn) {
    text-transform: uppercase
}

.top-navbar.top-navbar--caps .top-navbar-menu > ul.top-menu-sm > li > a:not(.btn) {
    font-size: .75rem
}

.top-navbar .top-navbar-menu > ul.top-menu--style-2 > li {
    border-right: 0
}

.top-navbar .top-navbar-menu > ul.top-menu--style-2 > li > a:not(.btn) {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu {
    display: none;
    min-width: 160px;
    position: absolute;
    right: -1px;
    z-index: 1100;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFF;
    border: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    border-radius: 3px
}

.top-navbar .top-navbar-menu ul.top-menu > li:hover ul.sub-menu {
    opacity: 1;
    display: block
}

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li:last-child {
    border: 0
}

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li > a:not(.btn) {
    display: block;
    padding: 6px 15px;
    color: #666
}

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li > a:hover {
    background: transparent;
    color: #0072ff
}

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li .language {
    font-size: .75rem
}

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li .language-active {
    display: block;
    padding: 6px 15px;
    background: #0072ff;
    color: #FFF;
    cursor: default
}

.top-navbar .top-navbar-menu ul.top-menu > li.dropdown:hover .sub-menu {
    display: block
}

@media (max-width: 991px) {
    .top-navbar .top-navbar-menu {
        float: none
    }

    .top-navbar .top-navbar-menu > ul.top-menu {
        display: table;
        width: 100%
    }

    .top-navbar .top-navbar-menu > ul.top-menu > li {
        float: none;
        display: table-cell
    }
}

.top-navbar--inverse {
    border-bottom: 1px solid #000;
    background: #000
}

.top-navbar--inverse .aux-text {
    color: rgba(255, 255, 255, 0.6)
}

.top-navbar--inverse .top-navbar-menu > ul.top-menu > li {
    border-right: 1px solid transparent
}

.top-navbar--inverse .top-navbar-menu > ul.top-menu > li > a {
    color: rgba(255, 255, 255, 0.7)
}

.top-navbar--inverse .top-navbar-menu > ul.top-menu > li > a:hover {
    color: #0072ff
}

.top-navbar .top-navbar-links {
    margin: 0;
    padding: 0
}

.top-navbar .top-navbar-links > li {
    display: inline-block;
    position: relative;
    width: auto;
    font-size: 12px;
    line-height: 43px;
    padding: 0
}

.top-navbar .top-navbar-links i {
    margin-right: 5px;
    color: #5c5c5c
}

.top-navbar .top-navbar-links a {
    color: #a1a1a1
}

.top-navbar .top-navbar-links span {
    color: #a1a1a1
}

.top-navbar .top-navbar-links .top-navbar-email {
    padding: 0 20px 0 0
}

.top-navbar-currency-language > li {
    display: inline-block;
    position: relative !important;
    line-height: 44px !important;
    font-size: 12px !important;
    width: auto !important;
    padding: 0 !important
}

.top-navbar-currency-language > li > a {
    color: #fff !important
}

.top-navbar-currency-language > li > a i {
    margin-left: 5px
}

.top-navbar-currency-language > li:hover .currency-dropdown, .top-navbar-currency-language > li:hover .language-dropdown {
    visibility: visible;
    opacity: 1
}

.top-navbar-currency-language li {
    font-family: "Nunito", sans-serif;
    color: #a1a1a1
}

.top-navbar-currency-language li.language {
    margin-left: 10px
}

.top-navbar-currency-language .currency-dropdown, .top-navbar-currency-language .language-dropdown {
    background-color: #fff;
    padding: 0 10px;
    position: absolute;
    border: 1px solid #f2f2f2;
    z-index: 1201;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.top-navbar-currency-language .currency-dropdown ul, .top-navbar-currency-language .language-dropdown ul {
    padding: 0
}

.top-navbar-currency-language .currency-dropdown ul li, .top-navbar-currency-language .language-dropdown ul li {
    line-height: 26px;
    border-top: 1px solid #f2f2f2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0;
    font-size: 12px
}

.top-navbar-currency-language .currency-dropdown ul li > a, .top-navbar-currency-language .language-dropdown ul li > a {
    color: #7a7a7a
}

.top-navbar .top-navbar-links .top-bar-date a, .top-navbar .top-navbar-links .top-bar-date span, .top-navbar .top-navbar-links .top-bar-link a, .top-navbar .top-navbar-links .top-bar-link span {
    font-family: "Nunito", sans-serif;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #818a91
}

.top-navbar .top-navbar-links .top-bar-date a:hover, .top-navbar .top-navbar-links .top-bar-link a:hover {
    color: #0072ff
}

.top-navbar .top-navbar-links .top-bar-date {
    margin-right: 25px
}

.top-navbar .top-navbar-links .top-bar-link a:after {
    content: "";
    border-right: 1px solid #606060;
    margin: 0 7px 0 10px
}

.top-navbar .top-navbar-links .top-bar-link:last-child a:after {
    display: none
}

.top-navbar .topbar-login > li {
    display: inline-block;
    width: auto;
    padding: 0
}

.top-navbar .topbar-login > li a {
    font-family: "Nunito", sans-serif;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #818a91
}

.top-navbar .topbar-login > li a:after {
    content: "";
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 7px 0 10px
}

.top-navbar .topbar-login > li a:hover {
    color: #0072ff
}

.top-navbar .topbar-login > li:last-child a:after {
    display: none
}

.top-navbar-widget {
    display: inline-block
}

.navbar {
    z-index: 100
}

.navbar-container {
    position: relative
}

@media (max-width: 991px) {
    .navbar-container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media (min-width: 992px) {
    .navbar-container.container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

.navbar-floating {
    position: absolute;
    padding: 2rem;
    width: 100%;
    left: 0;
    z-index: 100
}

.navbar-floating .navbar-container {
    padding-left: 20px;
    padding-right: 20px
}

.navbar-floating .navbar {
    border-radius: .25rem
}

@media (min-width: 992px) {
    .nav-logo-item .navbar-brand {
        padding: 0;
        line-height: 1;
        margin: 0 3rem
    }

    .navbar-brand--centered {
        position: absolute;
        left: calc(50% - 70px)
    }
}

@media (max-width: 767px) {
    .navbar-container {
        margin-left: 0;
        margin-right: 0
    }
}

.navbar-nav .nav-link {
    font-size: .875rem;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #555;
    background: transparent
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #FFF;
    background: #0072ff
}

.navbar-nav .show .nav-link, .navbar-nav .show .nav-link:focus, .navbar-nav .show .nav-link:hover {
    color: #FFF;
    background: #0072ff
}

.navbar-nav .nav-item:not(.nav-item-icon) .nav-link i {
    margin-right: 0.625rem
}

@media (min-width: 992px) {
    .navbar {
        padding: 0
    }

    .navbar .navbar-nav .nav-link {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-radius: 0
    }

    .navbar-sm .navbar-nav .nav-link {
        margin: 0;
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    background: transparent
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.9);
    background: transparent
}

.navbar-light .navbar-nav .show .nav-link, .navbar-light .navbar-nav .show .nav-link:focus, .navbar-light .navbar-nav .show .nav-link:hover {
    color: rgba(0, 0, 0, 0.9);
    background: transparent
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    background: transparent
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
    background: transparent
}

.navbar-inverse .navbar-nav .show .nav-link, .navbar-inverse .navbar-nav .show .nav-link:focus, .navbar-inverse .navbar-nav .show .nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
    background: transparent
}

.navbar.bg-default {
    background: #fff
}

.navbar.bg-light {
    background-color: #f2f2f2
}

.navbar.bg-dark {
    background-color: #000
}

.navbar.bg-base-1 {
    background-color: #0072ff
}

.navbar.bg-base-2 {
    background-color: #292f36
}

.navbar.bg-gradient-1, .navbar.mask-gradient-1--style-1, .navbar.mask-gradient-1--style-2 {
    background: #FC5C7D;
    background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
    background: linear-gradient(to right, #6A82FB, #FC5C7D)
}

.navbar.bg-gradient-2 {
    background: #ec008c;
    background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
    background: linear-gradient(to right, #fc6767, #ec008c)
}

.navbar-opaque {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

.navbar-floating .navbar-opaque {
    position: static;
    width: auto
}

.navbar-opaque .navbar {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0
}

.navbar-opaque.bg-light {
    background-color: rgba(255, 255, 255, 0.5) !important
}

.navbar-opaque.bg-light {
    background-color: rgba(242, 242, 242, 0.5) !important
}

.navbar-opaque.bg-dark {
    background-color: rgba(0, 0, 0, 0.5) !important
}

.navbar-opaque.bg-base-1 {
    background-color: rgba(52, 255, 82, 0.5) !important
}

.navbar-opaque.sps--blw {
    background-color: rgba(255, 255, 255, 0.7)
}

.navbar-opaque.navbar-inverse.sps--blw {
    background-color: rgba(0, 0, 0, 0.7)
}

.navbar-opaque .navbar-nav .nav-link, .navbar-opaque .navbar-nav .active .nav-link::before, .navbar-opaque .navbar-nav .nav-link:focus::before, .navbar-opaque .navbar-nav .nav-link:hover::before, .navbar-opaque .navbar-nav .show .nav-link::before {
    background-color: transparent !important
}

.navbar-opaque .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.6)
}

.navbar-opaque .navbar-nav .nav-link:focus, .navbar-opaque .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-opaque.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7)
}

.navbar-opaque.navbar-inverse .navbar-nav .nav-link:focus, .navbar-opaque.navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9)
}

@media (min-width: 992px) {
    .navbar.navbar-transparent {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
        background-color: transparent !important;
        border: 0;
        box-shadow: none
    }

    .headroom--unpinned .navbar.navbar-transparent {
        position: static
    }

    .headroom--pinned:not(.headroom--top) .navbar.navbar-transparent {
        background-color: rgba(0, 0, 0, 0.5) !important
    }

    .navbar-transparent .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.6)
    }

    .navbar-transparent .navbar-nav .nav-link:focus, .navbar-transparent .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.9);
        background-color: transparent
    }

    .navbar-transparent .navbar-nav .show .nav-link, .navbar-transparent .navbar-nav .show .nav-link:focus, .navbar-transparent .navbar-nav .show .nav-link:hover {
        color: rgba(0, 0, 0, 0.9);
        background-color: transparent
    }

    .navbar-transparent.navbar-inverse .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.7)
    }

    .navbar-transparent.navbar-inverse .navbar-nav .nav-link:focus, .navbar-transparent.navbar-inverse .navbar-nav .nav-link:hover {
        color: #fff
    }

    .navbar-transparent.navbar-inverse .navbar-nav .show .nav-link, .navbar-transparent.navbar-inverse .navbar-nav .show .nav-link:focus, .navbar-transparent.navbar-inverse .navbar-nav .show .nav-link:hover {
        color: #fff
    }

    .navbar-transparent.navbar-transparent-bb {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .navbar-transparent.navbar-transparent-bb.navbar-inverse {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25)
    }
}

.navbar--shadow {
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2)
}

.navbar--shadow-inset-1 {
    box-shadow: 0 3px 10px rgba(160, 160, 160, 0.2), 0 0 10px rgba(0, 0, 0, 0.2) inset
}

.navbar--bb-1px {
    border-bottom: 1px solid #f1f1f1 !important
}

.navbar--bb-2px {
    border-bottom: 2px solid #f1f1f1 !important
}

.navbar--bb-3px {
    border-bottom: 3px solid #f1f1f1 !important
}

.navbar-inverse.navbar--bb-1px {
    border-bottom: 1px solid #000 !important
}

.navbar-inverse.navbar--bb-2px {
    border-bottom: 2px solid #000 !important
}

.navbar-inverse.navbar--bb-3px {
    border-bottom: 3px solid #000 !important
}

.navbar--bt-1px {
    border-top: 1px solid #f1f1f1 !important
}

.navbar--bt-2px {
    border-top: 2px solid #f1f1f1 !important
}

.navbar--bt-3px {
    border-top: 3px solid #f1f1f1 !important
}

.navbar-inverse.navbar--bt-1px {
    border-top: 1px solid #000 !important
}

.navbar-inverse.navbar--bt-2px {
    border-top: 2px solid #000 !important
}

.navbar-inverse.navbar--bt-3px {
    border-top: 3px solid #000 !important
}

.navbar--uppercase .navbar-nav .nav-link {
    font-size: .775rem;
    text-transform: uppercase
}

.navbar--bold .navbar-nav .nav-link {
    font-weight: bolder !important
}

.navbar-nav .nav-item-icon .nav-link {
    background: transparent;
    color: #555;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.navbar-nav .nav-item-icon .nav-link:focus, .navbar-nav .nav-item-icon .nav-link:hover, .navbar-nav .nav-item-icon.show .nav-link, .navbar-nav .nav-item-icon.show .nav-link, .navbar-nav .nav-item-icon.show .nav-link:focus {
    background: transparent !important;
    color: #0072ff !important
}

.navbar-nav .nav-item-icon .nav-link::after {
    border: 0
}

.navbar-nav .nav-item-icon .nav-link .badge {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-15px)
}

.navbar-inverse .navbar-nav .nav-item-icon .nav-link {
    color: rgba(255, 255, 255, 0.7)
}

.navbar-inverse .navbar-nav .nav-item-icon .nav-link:hover {
    color: rgba(255, 255, 255, 0.8)
}

@media (min-width: 992px) {
    .navbar--style-1 .navbar-nav .nav-link {
        position: relative;
        font-size: .875rem;
        font-weight: 600;
        text-transform: none;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.6);
        background: transparent;
        padding: 2rem 1.25rem;
        border-radius: 0
    }

    .navbar--style-1 .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 0
    }

    .navbar--style-1 .navbar-nav .nav-link:focus, .navbar--style-1 .navbar-nav .nav-link:hover {
        color: #0072ff;
        background: transparent
    }

    .navbar--style-1 .navbar-nav .show .nav-link, .navbar--style-1 .navbar-nav .show .nav-link:focus, .navbar--style-1 .navbar-nav .show .nav-link:hover {
        color: #0072ff;
        background: transparent
    }

    .navbar--style-1 .navbar-nav .show .nav-link::after, .navbar--style-1 .navbar-nav .nav-link:hover::after, .navbar--style-1 .navbar-nav .nav-link:focus::after {
        content: '\f111';
        font-family: 'FontAwesome';
        font-size: 8px;
        color: #0072ff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -24px)
    }

    .navbar--style-1 .navbar-nav .nav-item:first-child .nav-link:after {
        margin-left: -0.625rem
    }

    .navbar--style-2 .navbar-nav .nav-link {
        position: relative;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.4);
        background: transparent;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 0
    }

    .navbar--style-2 .navbar-nav .nav-link:focus, .navbar--style-2 .navbar-nav .nav-link:hover, .navbar--style-2 .navbar-nav .show .nav-link, .navbar--style-2 .navbar-nav .show .nav-link:focus, .navbar--style-2 .navbar-nav .show .nav-link:hover {
        color: rgba(0, 0, 0, 0.7) !important;
        background: transparent !important
    }
}

.navbar-nav .dropdown-menu {
    margin: 0;
    background-color: #FFF;
    border: 0;
    border-radius: 0
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-width: 220px;
        padding: 0 0.5rem;
        margin: 0;
        text-align: left;
        border: 0;
        border-top: 0;
        border-radius: 3px;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08)
    }

    .navbar-nav .dropdown-menu-sm {
        min-width: 360px !important
    }

    .navbar-nav .dropdown-menu-md {
        min-width: 600px !important
    }

    .navbar-nav .dropdown-menu-lg {
        min-width: 760px !important
    }

    .navbar-nav .dropdown-menu--left {
        left: 0;
        right: auto
    }

    .navbar-nav .dropdown-menu--right {
        left: auto;
        right: 0
    }

    .dropdown-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px
    }
}

@media (max-width: 991px) {
    .navbar-transparent .dropdown-menu {
        background-color: transparent
    }

    .dropdown-bg {
        display: none
    }

    .dropdown-divider {
        border: 0;
        margin: 0
    }
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.875rem 1.5rem;
    font-size: .8rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #666
}

.navbar-nav .dropdown-menu .dropdown-item .badge {
    position: absolute;
    right: 30px
}

.navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #0072ff;
    background-color: transparent
}

.navbar-nav .dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.5)
}

.navbar-nav .dropdown-menu .open .dropdown-item {
    color: #0072ff;
    background-color: transparent
}

@media (min-width: 992px) {
    .navbar-dropdown--inverse .dropdown-menu {
        background-color: #292f36;
        border-top: 0
    }

    .navbar-dropdown--inverse .dropdown-menu:after {
        border-bottom-color: #292f36 !important
    }

    .navbar-dropdown--inverse .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.7);
        border-bottom-color: rgba(30, 30, 30, 0.7)
    }

    .navbar-main.navbar-dropdown--inverse .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.7)
    }

    .navbar-dropdown--inverse .dropdown-menu .dropdown-item:focus, .navbar-dropdown--inverse .dropdown-menu .dropdown-item:hover {
        color: #0072ff;
        background-color: transparent
    }

    .navbar-dropdown--inverse .dropdown-menu .open .dropdown-item {
        color: #0072ff;
        background-color: transparent
    }
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        margin-top: 0
    }

    .navbar-nav .dropdown-menu::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        background: transparent;
        margin-top: 0
    }

    .navbar-dropdown--arrow .navbar-nav .dropdown-menu {
        margin-top: 12px
    }

    .navbar-dropdown--arrow .navbar-nav .dropdown-menu::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 12px;
        background: transparent;
        margin-top: -12px
    }

    .navbar-dropdown--arrow .navbar-nav .dropdown-menu::after {
        bottom: 100%;
        right: 12px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(221, 221, 221, 0);
        border-bottom-color: #FFF;
        border-width: 8px;
        margin-left: -8px
    }

    .navbar-dropdown--arrow .dropdown-menu.mega-dropdown-menu::after {
        border: 0
    }

    .navbar--link-arrow .navbar-nav .nav-link {
        position: relative
    }

    .navbar--link-arrow .navbar-nav .nav-item.show:not(.nav-item-icon) .nav-link::after {
        content: "";
        position: absolute;
        left: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        border-color: transparent;
        border-width: 10px;
        margin-left: -10px;
        z-index: 1100
    }

    .navbar--link-arrow .navbar-nav .dropdown-top.show:not(.nav-item-icon) .nav-link::after {
        top: 0;
        border-top-color: #FFF
    }

    .navbar--link-arrow .navbar-nav .dropdown-bottom.show:not(.nav-item-icon) .nav-link::after {
        bottom: -1rem;
        border-bottom-color: #FFF
    }

    .navbar--link-arrow.navbar-dropdown--inverse .navbar-nav .dropdown-top.show:not(.nav-item-icon) .nav-link::after {
        border-top-color: #292f36
    }

    .navbar--link-arrow.navbar-dropdown--inverse .navbar-nav .dropdown-bottom.show:not(.nav-item-icon) .nav-link::after {
        border-bottom-color: #292f36
    }
}

.navbar-dropdown--uppercase .dropdown-menu .dropdown-item {
    font-size: .7rem;
    text-transform: uppercase !important
}

.navbar-dropdown--bold .navbar-nav .nav-link {
    font-weight: 600 !important
}

.navbar-nav .dropdown-menu .dropdown-menu {
    left: 100%;
    margin: 0;
    right: auto;
    top: 0;
    border-radius: 3px
}

.navbar-nav .dropdown-submenu > .dropdown-menu::after {
    border: 0 !important
}

.navbar-nav .dropdown-submenu > a:before {
    content: "\f105";
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    font-size: 12px
}

.dropdown-menu-search {
    padding: 20px !important;
    min-width: 420px !important;
    position: absolute
}

.dropdown-form {
    padding: 0 !important;
    min-width: 340px !important
}

.dropdown-form-inner {
    padding: 1rem 1.5rem !important
}

.dropdown-form .btn-close-dropdown {
    display: none
}

@media (max-width: 991px) {
    .dropdown-form {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100%
    }

    .dropdown-form .btn-close-dropdown {
        display: inline-block !important;
        width: auto !important;
        position: relative;
        z-index: 100;
        right: 0;
        float: right;
        font-size: 20px !important;
        color: #818a91
    }

    .dropdown-form .btn-close-dropdown:hover, .dropdown-form .btn-close-dropdown:focus {
        color: #2b2b2c !important
    }
}

@media screen and (min-width: 992px) {
    .megamenu {
        position: static
    }

    .megamenu ul {
        padding-bottom: 15px
    }

    .megamenu > .dropdown-menu {
        left: auto;
        right: 0;
        width: 100%
    }

    .justify-content-around .megamenu > .dropdown-menu {
        left: auto;
        right: 1%;
        width: 98%
    }

    .megamenu > .dropdown-menu-sm {
        min-width: 600px
    }
}

@media screen and (min-width: 1500px) {
    .megamenu > .dropdown-menu {
        min-width: auto;
        width: 100%;
        max-width: 1200px
    }

    .justify-content-around .megamenu > .dropdown-menu {
        right: 50%;
        transform: translateX(50%)
    }
}

.navbar .dropdown-md .dropdown-menu {
    min-width: 780px
}

.navbar .dropdown-lg .dropdown-menu {
    width: 850px
}

.mega-dropdown-menu {
    padding: 1.5rem
}

.mega-dropdown-menu > li {
    border: 0
}

.mega-dropdown-menu .megadropdown-links {
    padding: 0;
    margin: 0;
    list-style: none
}

.mega-dropdown-menu .megadropdown-links .dropdown-item {
    display: block;
    padding: 6px 0;
    clear: both;
    line-height: 1.42857143;
    font-size: .8rem;
    text-transform: capitalize;
    font-weight: 400
}

.navbar-dropdown--caps .mega-dropdown-menu > li > ul > li > a {
    font-size: .7rem;
    text-transform: uppercase
}

.mega-dropdown-menu > li > ul > li > a:hover {
    color: #0072ff
}

.mega-dropdown-menu .dropdown-header {
    padding: 14px 0
}

.mega-dropdown-menu .meganav-section-title {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: .875rem;
    font-weight: bolder;
    text-transform: none
}

.navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title {
    color: rgba(255, 255, 255, 0.7)
}

.mega-dropdown-menu .meganav-section-title.text-uppercase {
    font-size: .75rem
}

.mega-dropdown-menu .meganav-section-title > a {
    color: #666
}

.mega-dropdown-menu .meganav-section-title > a:hover {
    color: #0072ff
}

.mega-dropdown-col-cover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden
}

.mega-dropdown-col-cover--left {
    border-radius: 3px 0 0 3px
}

.mega-dropdown-col-cover--right {
    right: 0;
    left: unset;
    border-radius: 3px 0 0 3px
}

.mega-dropdown-col-inner {
    height: 100%;
    padding: 2rem
}

@media (min-width: 992px) {
    .navbar-main .mega-dropdown-menu > .mega-dropdown-col {
        border-right: 1px solid #f9f9f9;
        padding: 0
    }

    .navbar-main .mega-dropdown-menu > li > ul {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .mega-dropdown-menu .mega-dropdown-col-icon > a {
        position: relative;
        display: block;
        text-align: center;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #f9f9f9
    }

    .mega-dropdown-menu .mega-dropdown-col-icon > a:hover {
        color: #0072ff
    }

    .mega-dropdown-menu .mega-dropdown-col-icon > a > i {
        font-size: 90px
    }

    .navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title {
        color: rgba(255, 255, 255, 0.7) !important
    }

    .navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title > a {
        color: rgba(255, 255, 255, 0.7)
    }

    .navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title > a:hover {
        color: #0072ff
    }

    .mega-dropdown-menu .mega-dropdown-col:last-child > ul {
        border-right: 0
    }
}

@media (max-width: 991px) {
    .mega-dropdown-menu {
        padding: 0 !important
    }

    .mega-dropdown-menu .dropdown-header {
        padding: 0.75rem 2rem !important;
        border-bottom: 1px solid #f9f9f9
    }

    .mega-dropdown-menu .mega-dropdown-col-icon {
        display: none
    }

    .mega-dropdown-menu > li {
        padding: 0
    }

    .mega-dropdown-menu > li > ul > li {
        border-bottom: 1px solid #f9f9f9
    }

    .mega-dropdown-menu > li > ul > li > a {
        padding: 14px 30px;
        padding-left: 50px !important
    }

    .mega-dropdown-menu > li > ul > li > a:before {
        content: "\f178";
        font-family: "FontAwesome";
        position: relative;
        left: -6px
    }

    .navbar-inverse .mega-dropdown-menu .meganav-section-title {
        color: rgba(255, 255, 255, 0.7)
    }

    .navbar-inverse .mega-dropdown-menu .dropdown-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .navbar-dropdown--inverse .mega-dropdown-menu > li > ul > li {
        border-bottom: 1px solid rgba(30, 30, 30, 0.7)
    }
}

.headroom {
    transition: transform 200ms linear
}

.headroom--pinned:not(.headroom--top) {
    transform: translateY(0%)
}

.headroom--pinned:not(.headroom--top) .navbar .navbar-nav .nav-link {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem
}

.headroom--unpinned {
    transform: translateY(-100%)
}

.headroom--pinned:not(.headroom--top) .top-navbar {
    display: none !important
}

.headroom--pinned:not(.headroom--top) .navbar {
    position: static
}

.navbar.sps {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.navbar.sps--blw {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

@media (min-width: 992px) {
    .navbar.sps--blw .navbar-nav .nav-link {
        margin: 0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear
    }
}

@media (max-width: 991px) {
    .navbar {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem
    }

    .navbar-collapse {
        margin-top: 1.5rem;
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }

    .navbar.sps--blw {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        max-height: 450px;
        overflow-y: scroll
    }

    .navbar-nav .nav-link {
        color: #666;
        padding: 0.875rem 1rem;
        margin-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover, .navbar-nav .show .nav-link, .navbar-nav .show .nav-link:focus, .navbar-nav .show .nav-link:hover {
        color: #0072ff;
        background: transparent;
        border-radius: 0 !important
    }

    .navbar-search-widget {
        padding: 1rem 0
    }

    .navbar-search-widget.b-xs-bottom {
        border-color: rgba(0, 0, 0, 0.1)
    }

    .navbar-nav .nav-item > .dropdown-menu {
        border-radius: 0;
        padding: 0;
        box-shadow: none
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        background: transparent
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 0.75rem 2rem;
        line-height: 1.42857143;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }

    .navbar-inverse .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.7)
    }

    .navbar-inverse .dropdown-menu .dropdown-item:focus, .navbar-inverse .dropdown-menu .dropdown-item:hover {
        color: #0072ff
    }

    .navbar-nav .dropdown-submenu .dropdown-menu {
        padding: 0;
        box-shadow: none;
        top: 0
    }

    .navbar-nav .dropdown-submenu .dropdown-menu .dropdown-item {
        padding-left: 3rem
    }

    .navbar-toggler {
        font-size: 30px;
        cursor: pointer
    }

    .navbar-toggler:hover, .navbar-toggler[aria-expanded=true] {
        background-color: transparent;
        border-color: transparent;
        color: rgba(0, 0, 0, 0.8);
        outline: none
    }

    .navbar-toggler:focus {
        outline: none
    }

    .navbar--inverse .navbar-toggle {
        background-color: transparent
    }

    .navbar--inverse .navbar-toggle:focus, .navbar--inverse .navbar-toggle:hover {
        background-color: transparent;
        border-color: transparent
    }

    .navbar--inverse .navbar-toggle .icon-bar {
        background-color: rgba(255, 255, 255, 0.5)
    }

    .navbar--inverse .navbar-toggle:focus .icon-bar, .navbar--inverse .navbar-toggle:hover .icon-bar {
        background-color: rgba(255, 255, 255, 0.7)
    }

    .navbar--inverse .navbar-icon-btn {
        background-color: transparent;
        border: 1px solid transparent
    }

    .navbar--inverse .navbar-icon-btn i {
        color: rgba(255, 255, 255, 0.5)
    }

    .navbar--inverse .navbar-icon-btn:hover i {
        color: rgba(255, 255, 255, 0.7)
    }
}

@media (min-width: 992px) {
    .body-wrap.has-navbar-aside {
        margin-left: 18.125rem
    }

    .navbar-aside {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 18.125rem;
        z-index: 500
    }

    .navbar-aside .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .navbar-aside .navbar {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .navbar-aside .navbar .navbar-collapse {
        width: 100%;
        padding: 0 4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .navbar-aside .navbar .navbar-nav {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .navbar-aside .navbar-brand {
        width: 100%;
        padding: 0 4rem;
        margin: 2rem 0
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .navbar-aside .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0;
        padding-right: 0
    }

    .navbar-aside .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-aside .navbar-expand-lg .navbar-nav .show .nav-link, .navbar-aside .navbar-expand-lg .navbar-nav .show .nav-link:hover {
        background: transparent;
        color: #0072ff
    }

    .navbar-aside .navbar-expand-lg .navbar-nav .nav-link::after {
        content: "\f3d3";
        font-family: "Ionicons";
        font-size: 10px;
        margin-left: 0.875rem
    }
}

@media (min-width: 992px) {
    .navbar-aside .navbar .dropdown .dropdown-menu {
        margin-left: 12rem;
        top: 1rem
    }

    .navbar-aside .navbar .dropdown-submenu .dropdown-menu {
        margin-left: 0
    }

    .navbar-aside .megamenu {
        position: relative
    }

    .navbar-aside .navbar-expand-lg .navbar-nav .megamenu .dropdown-menu {
        min-width: 900px;
        left: 0;
        right: auto
    }
}

.navbar-header {
    float: none
}

/**	5. Modal
*************************************************** **/
.modal-fullscreen-menu .close {
    opacity: 1;
    padding: 0.875rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 110;
    font-size: 1rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5)
}

.modal-fullscreen-menu .close:hover {
    color: rgba(255, 255, 255, 0.8)
}

.modal-fullscreen-menu .modal-dialog {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    display: flex;
    height: 100%;
    align-items: center;
    z-index: 100
}

.modal-fullscreen-menu .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none
}

.modal-fullscreen-menu .list-group {
    text-align: center;
    margin: 0 auto;
    width: 100%
}

.modal-fullscreen-menu .list-group a {
    font-size: 200%;
    font-weight: 200;
    letter-spacing: 0.05em;
    border: none;
    transition: all 0.25s ease;
    background-color: transparent;
    color: white;
    padding: 7.5vh 0;
    height: 5vh;
    font-size: 5vh;
    line-height: 0
}

.modal-fullscreen-menu .list-group a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s
}

.modal-fullscreen-menu .list-group a:hover {
    color: black
}

.modal-fullscreen-menu .list-group a:hover:before {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.modal-fullscreen-menu::before {
    background: rgba(0, 0, 0, 0.9);
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.slice {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative
}

.slice-xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative
}

.slice-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative
}

.slice-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative
}

.slice-xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative
}

.slice-xxl {
    padding-top: 12rem;
    padding-bottom: 12rem;
    position: relative
}

@media (min-width: 767px) {
    .slice-video {
        min-height: 600px
    }
}

.slice--offset-top {
    padding-top: 6rem !important
}

.slice--offset-bottom {
    padding-bottom: 6rem !important
}

.slice--arrow:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-width: 30px;
    margin-left: -30px;
    z-index: 600
}

.slice--arrow.slice--arrow-white:before {
    border-top-color: #fff
}

.slice--arrow.slice--arrow.bg-base-1:before {
    border-top-color: #0072ff
}

.slice--arrow.slice--arrow.bg-base-2:before {
    border-top-color: #292f36
}

.slice--arrow.slice--arrow.bg-base-3:before {
    border-top-color: #818a91
}

.slice--arrow.slice--arrow.bg-base-4:before {
    border-top-color: #2B2B2B
}

.slice--arrow.slice--arrow.bg-base-5:before {
    border-top-color: #FFF
}

@media (min-width: 1200px) {
    .container-lg {
        max-width: 1500px;
        padding-left: 90px;
        padding-right: 90px
    }
}

@media (min-width: 768px) {
    .container-xs {
        width: 600px
    }

    .container-sm {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container-xs {
        width: 750px
    }

    .container-sm {
        width: 870px
    }
}

@media (min-width: 1200px) {
    .container-xs {
        width: 750px
    }

    .container-sm {
        width: 900px
    }
}

.row-no-padding {
    margin: 0
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.row-sm-padding > [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.row-cols-gutter-xs > [class*="col-"] {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
    margin-bottom: 5px !important
}

.cols-space > div[class*='col-']:not(:last-child) {
    margin-bottom: 3rem
}

@media (max-width: 575px) {
    .cols-xs-space > div[class*='col-']:not(:last-child) {
        margin-bottom: 3rem
    }
}

@media (max-width: 767px) {
    .cols-sm-space > div[class*='col-']:not(:last-child) {
        margin-bottom: 3rem
    }
}

@media (max-width: 991px) {
    .cols-md-space > div[class*='col-']:not(:last-child) {
        margin-bottom: 3rem
    }
}

@media (max-width: 1199px) {
    .cols-lg-space > div[class*='col-']:not(:last-child) {
        margin-bottom: 3rem
    }
}

.cols-delimited > div[class*='col-']:not(:last-child) {
    border-right: 1px solid #f1f1f1
}

@media (max-width: 575px) {
    .cols-xs-delimited > div[class*='col-']:not(:last-child) {
        border-right: 1px solid #f1f1f1
    }
}

@media (max-width: 767px) {
    .cols-sm-delimited > div[class*='col-']:not(:last-child) {
        border-right: 1px solid #f1f1f1
    }
}

@media (max-width: 991px) {
    .cols-md-delimited > div[class*='col-']:not(:last-child) {
        border-right: 1px solid #f1f1f1
    }
}

@media (max-width: 1199px) {
    .cols-lg-delimited > div[class*='col-']:not(:last-child) {
        border-right: 1px solid #f1f1f1
    }
}

@media (max-width: 575px) {
    .row-wrapper > .row .col-12:not(:last-child), .row-wrapper > .row:not(:last-child) {
        margin-bottom: 2rem
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .row-wrapper > .row .col-sm-12:not(:last-child), .row-wrapper > .row:not(:last-child) {
        margin-bottom: 2rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-wrapper .row .col-md-12:not(:last-child), .row-wrapper .row:not(:last-child) {
        margin-bottom: 2rem
    }
}

@media (min-width: 992px) {
    .row-wrapper > .row:not(:last-child) {
        margin-bottom: 2rem
    }
}

@media (min-width: 992px) {
    .container-over-top {
        min-height: 200px;
        margin: -150px auto 0;
        z-index: 10;
        position: relative;
        padding-top: 0
    }

    .container-over-top .container-inner {
        border-radius: .25rem;
        padding: 2rem
    }

    .container-over-top--style-2 {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        border-bottom: medium double #ccc
    }
}

.col-wrapper--text {
    padding: 3rem
}

@media (min-width: 992px) {
    .col-wrapper--text {
        padding: 3rem 7rem
    }
}

.col-wrapper--spaced {
    padding: 3rem
}

.col-wrapper--spaced-x {
    padding-left: 3rem;
    padding-right: 3rem
}

.col-wrapper--spaced-y {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (min-width: 992px) {
    .col-lg-space-left {
        padding-left: 2.5rem
    }

    .col-lg-space-right {
        padding-right: 2.5rem
    }
}

.pace .pace-progress {
    background: #0072ff !important
}

.lightbox-item {
    cursor: pointer
}

.masonry-item {
    margin-bottom: 3rem
}

.masonry-item .block {
    margin-bottom: 0 !important
}

.morphext > .animated {
    display: inline-block
}

.easy-pie-chart {
    display: inline-block;
    position: relative
}

.easy-pie-chart-value {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%
}

.easy-pie-chart-value:after {
    content: "%";
    font-size: 12px
}

.easy-pie-chart-title {
    display: block;
    font-size: .875rem;
    margin-bottom: 0.5rem
}

.btn-back-to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    text-align: center;
    line-height: 40px;
    background: #0072ff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s
}

.btn-back-to-top:before {
    font-family: "Ionicons";
    content: "\f3d8";
    display: block;
    font-size: 1rem;
    color: #FFF
}

.btn-back-to-top.back-to-top-fade-out, .btn-back-to-top.back-to-top-is-visible, .no-touch .btn-back-to-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s
}

.btn-back-to-top.back-to-top-is-visible {
    visibility: visible;
    opacity: 1
}

.btn-back-to-top.back-to-top-fade-out {
    opacity: 0.8
}

.no-touch .btn-back-to-top:hover {
    background-color: #e86256;
    opacity: 1
}

@media only screen and (min-width: 768px) {
    .btn-back-to-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (min-width: 1024px) {
    .btn-back-to-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 30px;
        line-height: 40px
    }
}

.instafeed [class^=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.instafeed img {
    margin-bottom: 20px
}

.instafeed.row-no-padding img {
    margin-bottom: 0
}

.paraxify {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover
}

.stickyfill {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.stickyfill:before, .stickyfill:after {
    content: '';
    display: table
}

@font-face {
    font-family: 'Blzee';
    src: url("../fonts/blzee/blzee.eot");
    src: url("../fonts/blzee/blzeed41d.eot?#iefix") format("embedded-opentype"), url("../fonts/blzee/blzee.woff") format("woff"), url("../fonts/blzee/blzee.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Sue Ellen Francisco';
    src: url("../fonts/other/sue-ellen-francisco.ttf");
    src: url("../fonts/other/sue-ellen-francisco.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Pacifico';
    src: url("../fonts/other/pacifico.html");
    src: url("../fonts/other/pacifico.html") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'YellowTail';
    src: url("../fonts/other/yellowtail-regular.html");
    src: url("../fonts/other/yellowtail-regular.html") format("truetype");
    font-weight: normal;
    font-style: normal
}

/**	6. Containers
*************************************************** **/
.sm-container, .sm-content, .sm-pusher {
    height: 100%
}

.sm-content {
    background: transparent
}

.sm-content, .sm-content-inner {
    position: relative
}

.sm-container {
    position: relative;
    overflow: hidden
}

.sm-pusher {
    position: relative;
    right: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.sm-pusher::after {
    z-index: 1100;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}

.sm-menu-open .sm-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.sm-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    width: 300px;
    height: 100%;
    overflow-y: scroll;
    background: #1f1f1f;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-left: 1px solid transparent
}

.sm-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.sm-menu-open .sm-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}

.sm-menu-open {
    overflow: hidden
}

.sm-menu::-webkit-scrollbar {
    display: none !important;
    width: 0 !important
}

.sm-menu-title {
    font-size: 1rem;
    color: #818a91;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 15px 20px 10px
}

.sm-profile {
    background-image: url("../img/patterns/pattern-1.png");
    background-repeat: repeat;
    padding: 2rem;
}

.sm-profile-user-wrapper {
    display: table;
    width: 100%;
    vertical-align: middle
}

.profile-user-image {
    display: table-cell;
    padding-right: 1rem;
    width: 72px
}

.profile-user-image > img {
    max-width: 100%
}

.profile-user-info {
    display: inline-block;
    vertical-align: middle
}

.sm-profile .profile-user-name {
    color: #0072ff;
    font-size: 1rem;
    font-weight: 600
}

.sm-profile .profile-user-email {
    font-weight: 400;
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.5)
}

.sm-menu-title {
    font-size: .75rem;
    text-transform: uppercase;
    color: #818a91
}

.sm-menu-list > ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sm-menu-list > ul > li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500
}

.sm-menu-list > ul > li > a {
    display: block;
    padding: 0.7rem 2rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s
}

.sm-menu-list > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.sm-menu-list > ul > li > a > i {
    margin-right: 1rem;
    display: inline-block;
    font-size: 20px;
    width: 20px;
    position: relative;
    top: 4px
}

.sm-effect-1.sm-menu-open .sm-pusher {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0)
}

.sm-effect-1.sm-menu-open .sm-pusher > .sm-content {
    overflow: hidden
}

.sm-effect-1.sm-menu {
    z-index: 1
}

.sm-effect-1.sm-menu-open .sm-effect-1.sm-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.sm-effect-1.sm-menu::after {
    display: none
}

.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    padding: 0.875rem
}

.ribbon:after, .ribbon:before {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent
}

.ribbon:before {
    top: 0
}

.ribbon:after {
    bottom: 0
}

.ribbon span {
    display: block;
    font-size: .875rem;
    font-weight: 600
}

.ribbon.bg-base-1 {
    border-right: 5px solid #8193ff
}

.ribbon.bg-base-1:before {
    border-top: 27px solid #0072ff
}

.ribbon.bg-base-1:after {
    border-bottom: 27px solid #0072ff
}

.ribbon.bg-base-2 {
    border-right: 5px solid #4a5561
}

.ribbon.bg-base-2:before {
    border-top: 27px solid #292f36
}

.ribbon.bg-base-2:after {
    border-bottom: 27px solid #292f36
}

.ribbon.bg-gray-dark {
    border-right: 5px solid #515153
}

.ribbon.bg-gray-dark:before {
    border-top: 27px solid #2b2b2c
}

.ribbon.bg-gray-dark:after {
    border-bottom: 27px solid #2b2b2c
}

.ribbon.bg-red {
    border-right: 5px solid #ff837d
}

.ribbon.bg-red:before {
    border-top: 27px solid #ff3b30
}

.ribbon.bg-red:after {
    border-bottom: 27px solid #ff3b30
}

.ribbon.bg-orange {
    border-right: 5px solid #ffb54d
}

.ribbon.bg-orange:before {
    border-top: 27px solid #ff9500
}

.ribbon.bg-orange:after {
    border-bottom: 27px solid #ff9500
}

.ribbon.bg-yellow {
    border-right: 5px solid #ffdb4d
}

.ribbon.bg-yellow:before {
    border-top: 27px solid #fc0
}

.ribbon.bg-yellow:after {
    border-bottom: 27px solid #fc0
}

.ribbon.bg-blue {
    border-right: 5px solid #4da2ff
}

.ribbon.bg-blue:before {
    border-top: 27px solid #007aff
}

.ribbon.bg-blue:after {
    border-bottom: 27px solid #007aff
}

.ribbon.bg-green {
    border-right: 5px solid #8be69b
}

.ribbon.bg-green:before {
    border-top: 27px solid #4cd964
}

.ribbon.bg-green:after {
    border-bottom: 27px solid #4cd964
}

.ribbon.bg-purple {
    border-right: 5px solid #9594e5
}

.ribbon.bg-purple:before {
    border-top: 27px solid #5856d6
}

.ribbon.bg-purple:after {
    border-bottom: 27px solid #5856d6
}

.ribbon.bg-pink {
    border-right: 5px solid #ff7a93
}

.ribbon.bg-pink:before {
    border-top: 27px solid #ff2d55
}

.ribbon.bg-pink:after {
    border-bottom: 27px solid #ff2d55
}

.block-wrapper > .block:not(:last-child) {
    margin-bottom: 2rem
}

.block {
    margin: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    cursor: default;
    border-radius: .25rem .25rem .25rem;
    -moz-border-radius: .25rem .25rem .25rem
}

.block:after, .block:before {
    display: table;
    content: ""
}

.block:after {
    clear: both
}

a > .block {
    cursor: pointer
}

.block.no-radius > .block-image img {
    border-radius: 0 !important
}

.block .lead {
    margin-bottom: 0
}

.block-stack-wrapper {
    border-radius: .25rem
}

.block-stack-wrapper .row {
    background: #fff
}

@media (max-width: 991px) {
    .block-stack-wrapper .row {
        margin-bottom: 20px
    }
}

.block .block-body {
    padding: 1.5rem 1.5rem
}

.block .block-body > p {
    margin-bottom: 0
}

.block .block-image {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative
}

.block .block-image img {
    max-width: 100%
}

.has-solid-shadow-left, .has-solid-shadow-right {
    position: relative;
    z-index: 1
}

.has-solid-shadow-left::before, .has-solid-shadow-right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 35px);
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    z-index: -1;
    border-radius: .25rem
}

.has-solid-shadow-left::before {
    top: 55px;
    left: -20px
}

.has-solid-shadow-right::before {
    top: 55px;
    right: -20px
}

.overlay-label {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 6px 8px;
    font-weight: 500;
    font-size: .75rem;
    font-family: "Nunito", sans-serif
}

.overlay-label.image-title--top {
    top: 15px;
    bottom: auto
}

.overlay-label.image-title--bottom {
    top: auto;
    bottom: 15px
}

.animate-this {
    position: relative;
    overflow: hidden
}

.animate-this, .animate-this * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.animate--hover-zoom:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 100
}

.animate--hover-show-btn:hover .animate-translate--up {
    transform: translateY(-150%)
}

.animate--hover-button, .animate--hover-content {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 1.5rem;
    text-align: center;
    opacity: 0;
    z-index: 10
}

.animate--hover-show-btn:hover .animate--hover-button, .animate--hover-show-content:hover .animate--hover-content {
    opacity: 1;
    bottom: 0
}

.block-author {
    display: table
}

.block-author:after, .block-author:before {
    content: "";
    display: table
}

.block-author:after {
    clear: both
}

.block-author .author-image {
    width: 60px;
    display: table-cell
}

.block-author .author-image-lg {
    width: 80px
}

.block-author .author-image-sm {
    width: 40px
}

.block-author .author-image-xs {
    width: 30px
}

.block-author .author-image img {
    width: 100%;
    border-radius: 100%
}

.block-author .author-info {
    display: table-cell;
    vertical-align: middle;
    font-size: .875rem;
    color: #818a91
}

.block-author .author-image + .author-info {
    padding-left: 10px
}

.block-author .author-image-xs + .author-info {
    font-size: .75rem
}

.block-author .author-info .author-name {
    display: inline-block;
    font-weight: 400
}

.block-author .author-info .author-name > span {
    margin-right: 3px;
    color: #2b2b2c
}

.block-author .author-info .author-name > a {
    color: #818a91
}

.block-author .author-info .author-name > a:hover {
    color: #0072ff
}

.block-author .author-info .author-desc {
    font-weight: 400;
    font-size: .875rem
}

.block-date-over {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.8);
    color: #2b2b2c;
    border-radius: .1rem;
    font-size: .75rem;
    text-align: center;
    font-weight: 500
}

.block-price-over {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    line-height: 40px
}

.block-ribbon {
    position: absolute;
    top: 15px;
    z-index: 10
}

.block-ribbon-square {
    width: 64px
}

.block-ribbon-fixed {
    width: 74px;
    padding: 8px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: .25rem
}

.block-ribbon-left {
    left: 15px
}

.block-ribbon-right {
    right: 15px
}

.block-caption-over {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    padding: 1rem
}

.block-caption-half-over {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    padding: 30px 40px
}

.block-caption-half-over--left {
    left: 0
}

.block-caption-half-over--right {
    right: 0
}

.block-image-holder .mask {
    border-radius: .25rem
}

.block-image-holder .block-image img {
    max-width: 100%
}

.block-image-holder .block-image-sm {
    width: 60%;
    margin: auto
}

.block-image-holder:not(.no-radius) .block-image img {
    border-radius: .25rem
}

.block-image-holder .block-info.block-info-over {
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 15px 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 .25rem .25rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.block-image-holder .block-info.block-info-over > .block-info-inner {
    padding: 0 1.5rem;
    width: 100%;
    align-self: center
}

.block-image-holder .block-info.block-info-over--animated {
    height: 80px
}

.block-image-holder:hover .block-info.block-info-over--animated {
    height: 90px
}

.block-image-holder .block-info.block-info-over--animated:hover {
    height: 100%;
    border-radius: .25rem
}

.block-image-holder .block-info.block-info-over > .block-info-inner > .block-info-hidden-content {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.block-image-holder .block-info.block-info-over--animated:hover > .block-info-inner > .block-info-hidden-content {
    display: block;
    opacity: 1
}

.block-image-holder .block-info-table {
    width: 100%;
    margin: 20px 0 0;
    color: #2b2b2c;
    font-size: 0.7em
}

.block-image-holder .block-info-over.block-info-over .heading {
    margin: 0;
    color: #2b2b2c
}

.block-image-holder .block-info-over.block-info-over .heading > a {
    color: #2b2b2c
}

.block-image-holder .block-info-over.block-info-over:hover .info-title > a {
    color: #2b2b2c
}

.block-image-holder .block-info-over.block-info-over--style-2 {
    height: 60px;
    width: calc(100% - 1.6rem);
    margin: 0.8rem;
    background: #FFF;
    border-radius: .25rem
}

.block-image-holder .block-info-over--style-2.block-info-over--animated:hover {
    height: calc(100% - 1.6rem)
}

.block-image-holder .block-info-over.block-info-over--style-3 {
    height: 80px;
    width: 100%;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8)
}

.block-image-holder .block-info-over.block-info-over--dark {
    background: rgba(0, 0, 0, 0.8);
    color: #787878
}

.block-image-holder .block-info-over.block-info-over--dark-gradient {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.block-image-holder:hover .block-info-over.block-info-over--dark-gradient {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.block-image-holder .block-info-over.block-info-over--dark .heading, .block-image-holder .block-info-over.block-info-over--dark .heading > a {
    color: #eceeef
}

.block-image-holder .block-info-over.block-info-over--dark .heading > a:hover, .block-image-holder .block-info-over.block-info-over--dark .heading:hover a {
    color: #eceeef !important
}

.block-image-holder .block-info-over.block-info-over--dark .heading > a:hover {
    text-decoration: underline
}

.block-image-holder .block-info-over--dark .block-info-table tr {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1)
}

.block-image-holder .block-info-over--dark .block-info-table td {
    color: #eceeef;
    padding: 8px 0;
    border: 0
}

.block-image-holder .block-info {
    padding: 1rem 0 !important;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 3;
    background: transparent
}

.block-image-holder .image-mask {
    background-color: #282B30;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    transition: opacity 0.3s ease 0s
}

.block-image-holder:hover .image-mask {
    opacity: 0
}

.block--style-1 {
    border: 1px solid #f1f1f1
}

.block.block--style-1 .block-subtitle {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0;
    text-transform: none;
    color: #818a91
}

.block.block--style-1 img {
    max-width: 100%
}

.block.block--style-1.grid .block-image {
    position: relative
}

.block.block--style-1.grid .block-body {
    padding: 1.5rem 0
}

.block.block--style-1.grid .image-title {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 6px 8px;
    font-weight: 500
}

.block.block--style-1.grid .block-category {
    font-size: 11px;
    color: #0072ff;
    text-transform: uppercase
}

.block.block--style-1.list {
    display: flex
}

.block.block--style-1.list .block-image {
    max-width: 40%
}

.block.block--style-1.list .block-image-sm {
    max-width: 25%
}

.block.block--style-1.list .block-header {
    padding: 10px 15px;
    font-weight: 500;
    text-transform: uppercase
}

.block.block--style-1.list .block-content {
    display: table-cell;
    vertical-align: top;
    position: relative
}

.block.block--style-1.list .block-body {
    padding: 1rem 0 1rem 2rem
}

.block.block--style-1.list .block-content .block-body {
    padding-bottom: 15px
}

.block.block--style-1.list .block-label {
    display: inline-block;
    padding: 6px 8px;
    font-size: .875rem;
    font-weight: 500
}

.block.block--style-1.list .info {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    text-transform: uppercase;
    color: #818a91
}

.block.block--style-1.list .block-footer {
    padding: .5rem 2rem;
    display: table;
    width: 100%
}

.block.block--style-1.list .block-footer-fixed-bottom {
    position: absolute;
    bottom: 0
}

.block.block--style-1.list .block-footer .meta-info span {
    float: left;
    margin-right: 8px;
    font-size: 11px
}

.block.block--style-1.list .block-footer .meta-info span i {
    margin-right: 4px;
    font-size: 13px
}

.block.block--style-1.list .image-title {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 500
}

@media (max-width: 767px) {
    .block.block--style-1.list {
        display: block
    }

    .block.block--style-1.list .block-image {
        display: block;
        max-width: 100%;
        position: relative;
        margin-bottom: 1rem
    }

    .block.block--style-1.list .block-body {
        display: block;
        padding: 1rem 2rem
    }

    .block.block--style-1.list .block-footer-fixed-bottom {
        position: relative
    }
}

.block--style-2 {
    display: flex;
    align-items: center;
    width: 100%
}

.block--style-2 .heading {
    margin-bottom: 8px
}

.block--style-2 .block-image {
    max-width: 45%;
    position: relative;
    padding: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    overflow: hidden
}

.block--style-2 .block-image-lg {
    width: 48%
}

.block--style-2 .block-image img {
    width: 100%
}

.block--style-2 .block-body {
    display: table-cell;
    vertical-align: top;
    padding: 1.5rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.block--style-2:hover .mask {
    opacity: 0
}

.block--style-2.v1 .block-image {
    width: 50%
}

.block--style-2 .block-image-over {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

.block--style-2.grid .block-image {
    display: block;
    max-width: 100%;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.block--style-2.grid {
    display: block
}

.block--style-2.grid .block-body {
    display: block;
    border-radius: .25rem
}

.block--style-2.grid .block-body-over {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem
}

.row-no-padding .block--style-2 {
    border-radius: 0
}

.row-no-padding .block--style-2 .block-image {
    border-radius: 0
}

.row-no-padding .block--style-2 .block-body {
    border-radius: 0
}

@media (max-width: 767px) {
    .block--style-2 {
        display: block
    }

    .block--style-2 .block-image {
        max-width: 100%
    }

    .block--style-2 .block-body {
        display: block
    }
}

.block--style-3 {
    border: 1px solid;
    border-color: #f1f1f1;
    background: #fff
}

.block--style-3 img {
    max-width: 100%;
    border-radius: .25rem .25rem 0 0
}

.block--style-3 .heading {
    margin-bottom: 10px
}

.block--style-3 .block-footer {
    padding: 0.5rem 1.5rem
}

.block--style-3 .block-footer h3 {
    padding: 0;
    margin: 0;
    font-size: .875rem;
    font-weight: 600;
    text-transform: capitalize
}

.block--style-3.block-fixed-width {
    width: 500px
}

.text-xs-center .block--style-3.block-fixed-width {
    margin: auto
}

@media (max-width: 767px) {
    .block--style-3.block-fixed-width {
        width: 90%
    }
}

.block--style-3 .description {
    margin-bottom: 0
}

.block--style-3 .block-quote-bullet {
    position: absolute;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    left: 50%;
    top: -23px;
    margin-left: -23px;
    background: #fff;
    font-size: 20px;
    border-radius: 100%
}

.block--style-3 .block-price-text {
    margin-left: 2px;
    color: #818a91;
    font-size: 0.7em
}

.block--style-3 .block-price {
    font-size: 18px;
    color: #0072ff;
    font-weight: 600
}

.block--style-3 .capacity > i {
    font-size: 12px
}

.block--style-3 .aux-info-wrapper {
    position: relative
}

.block--style-3 ul.aux-info {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center
}

.block--style-3 ul.aux-info li {
    flex-grow: 1;
    margin: 0;
    padding: 14px 15px;
    border-right: 1px solid #f1f1f1;
    font-size: .75rem;
    position: relative;
    font-family: "Nunito", sans-serif;
    color: #818a91
}

.block--style-3 ul.aux-info li i {
    font-size: 18px;
    margin-right: 4px;
    position: relative;
    top: 4px
}

.block--style-3 ul.aux-info li:last-child {
    border: 0
}

.block--style-3 ul.aux-info--over {
    background: #fff;
    display: table;
    position: absolute;
    bottom: 10px;
    width: 96%;
    left: 2%;
    border-radius: 2px
}

.block--style-3-v2 {
    border: 0;
    background: transparent
}

.block--style-3-v2 img {
    border-radius: .25rem
}

.block--style-3-v2 .block-body {
    padding: 1.5rem 0
}

.block--style-3-v2 .block-body > p {
    margin: 0
}

.block--style-3-v2 .block-footer {
    padding-left: 0;
    padding-right: 0
}

.block--style-3 > .block-image > .block-author {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    right: 30px;
    border-radius: 100%;
    border: 2px solid #fff
}

.block--style-3 > .block-image > .block-author img {
    border-radius: 100%
}

.block--style-3.list .block-image {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    position: relative;
    padding: 15px
}

.block--style-3.list .block-image-sm {
    width: 180px
}

.block--style-3.list .block-image .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.block--style-3.list .block-title-wrapper {
    display: table-cell;
    vertical-align: top;
    padding: 20px 20px 20px 25px;
    border-left: 1px solid #f1f1f1
}

.block--style-3.list .block-body {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    border-top: 1px solid #f1f1f1
}

@media (max-width: 767px) {
    .block--style-3.list .block-image {
        display: block;
        width: 100%
    }

    .block--style-3.list .block-title-wrapper {
        border-left: 0;
        border-top: 1px solid #f1f1f1
    }

    .block--style-3.list .block-body {
        display: block;
        padding: 20px
    }
}

.block--style-3.list .block-footer {
    padding: 12px 20px
}

.block--style-4 .info-author:after, .block--style-4 .info-author:before {
    content: "";
    display: table
}

.block--style-4 .info-author:after {
    clear: both
}

.block--style-4 .block-body {
    padding: 2rem
}

.block--style-4 .info-author .author-img {
    display: table-cell;
    width: 70px;
    height: 56px;
    margin: 0;
    padding: 0
}

.block--style-4 .info-author .author-info {
    height: 75px;
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
    text-align: left;
    border-bottom-left-radius: .25rem
}

.block--style-4 .info-author .author-info .author-name {
    display: block;
    font-style: normal;
    font-weight: 500;
    color: #2b2b2c
}

.block--style-4 .info-author .author-info .author-pos {
    display: block;
    font-size: 85%
}

.block--style-4-v1 {
    position: relative;
    margin-bottom: 34px
}

.block--style-4-v1.bg-white {
    border: 1px solid #f1f1f1
}

.block--style-4-v1 .block-body {
    padding: 2rem
}

.block--style-4-v1 .block-body p {
    padding: 0 20px
}

.block--style-4-v1 .info-author {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: -32px;
    margin-left: -32px;
    border-radius: 100%
}

.block--style-4-v1 .info-author .author-img {
    padding: 3px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #f1f1f1
}

.block--style-4-v1 .info-author .author-img.z-depth {
    padding: 0;
    background: #fff;
    border: 0
}

.block--style-4-v1 .info-author .author-img img {
    width: 100%;
    border-radius: 100%
}

.block--style-4-v1 .block-body span.quote-icon {
    display: block;
    text-align: center;
    margin: 20px 0
}

.block--style-4-v1 .block-body span.quote-icon > i {
    font-size: 26px
}

.block--style-4-v2 .block-body {
    position: relative;
    border-radius: .25rem
}

.block--style-4-v2 .block-body:after {
    top: 100%;
    left: 32px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -10px
}

.block--style-4-v2 .block-body > p {
    margin-bottom: 0
}

.block--style-4-v2 .block-body .quote {
    display: inline-block;
    margin-right: 8px;
    font-size: 24px
}

.block--style-4-v2 .block-body.bg-base-1:after {
    border-top-color: #0072ff
}

.block--style-4-v2 .block-body.bg-white:after {
    border-top-color: #fff
}

.block--style-4-v2 .info-author {
    margin-top: 1.25rem
}

.block--style-4-v2 .info-author .author-img img {
    width: 64px
}

.block--style-4-v2 .style-8-author {
    width: 100%;
    margin-top: 15px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.block--style-5 .block-image img {
    max-width: 100%;
    border-radius: .25rem
}

.block--style-5 .block-title-upper {
    margin: 4px 0;
    padding: 0;
    font-size: .75rem;
    font-weight: 400
}

.block--style-5 .block-info-text {
    margin-top: 15px;
    margin-bottom: 0
}

.block--style-5 .block-caption--over {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    padding: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out
}

.block--style-5:hover .block-caption--over {
    height: 130px
}

.block--style-5 .block-mask-caption--over {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent;
    color: #eceeef;
    border-radius: .25rem;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.block--style-5 .block-mask-caption--over.in, .block--style-5:hover .block-mask-caption--over {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1
}

.block--style-5 .block-mask-caption--2.in {
    background: rgba(74, 85, 97, 0.9)
}

.swiper-slide:not(.swiper-slide-active) .block--style-5 .block-mask-caption--2.in {
    background: rgba(0, 0, 0, 0.9)
}

.block--style-5 .block-mask-caption--over .heading, .block--style-5 .block-mask-caption--over .heading a {
    color: #eceeef
}

.block--style-5 .block-mask-caption--over .heading:hover a {
    color: #eceeef !important
}

.block--style-5 .block-footer {
    padding: 15px 20px
}

.block-quote {
    position: relative
}

.block-quote .quote-icon {
    font-size: 63px;
    color: #0072ff;
    float: left;
    font-family: Georgia;
    position: relative;
    top: -20px;
    margin-right: 10px
}

.block-quote .quote-body {
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 28px
}

.block-testimonial > .quote {
    position: absolute;
    top: -28px;
    left: 15px;
    font-size: 50px;
    color: #0072ff;
    z-index: 100
}

.block-testimonial > .block-body {
    position: relative;
    background: #fff;
    border-radius: .25rem
}

.block-testimonial > .block-body:after {
    top: 100%;
    left: 38px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -15px;
    border-top-color: #fff
}

.block-testimonial .block-author {
    margin-top: 1.5rem
}

.block.article > p {
    margin: 0
}

.block.article .heading {
    margin: 0;
    padding: 0
}

.block.article img {
    max-width: 100%;
    border-radius: .25rem
}

.block.article .meta-tags a {
    display: inline-block;
    color: #0072ff
}

.block.article .article-meta {
    margin-bottom: 10px
}

.block.article .article-meta .article-labels {
    float: left
}

.block.article .article-meta .article-date {
    float: right;
    font-size: 11px;
    padding: 0.2em 0 0.3em;
    text-transform: uppercase;
    text-align: right;
    color: #818a91
}

.block.article .video-hover-play {
    font-size: 100%
}

.block.article .video-hover-play a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.block.article .video-hover-play a:before {
    content: "\f144";
    font-family: FontAwesome;
    font-size: 30px;
    color: #FFF;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 46px;
    line-height: 46px;
    background: #2B2B2B;
    border-radius: .25rem;
    text-align: center
}

.block.article .video-hover-play-centered a:before {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%)
}

.block.article .video-hover-play-inverse a:before {
    color: rgba(0, 0, 0, 0.7);
    background: #fff
}

.block.article .video-hover-play a:hover:before {
    color: #FFF;
    background: #0072ff
}

.block.article .video-hover-play-sm a:before {
    font-size: 16px;
    bottom: 8px;
    left: 8px;
    width: 30px;
    height: 24px;
    line-height: 24px
}

.block.article.grid .block-image {
    position: relative;
    margin-bottom: 1rem
}

.block.article.grid .image-title {
    bottom: 10px
}

.block.article.grid .article-category {
    font-size: 11px;
    color: #0072ff;
    text-transform: uppercase
}

.block.article.list {
    display: table;
    width: 100%
}

.block.article.list .block-image {
    display: table-cell;
    position: relative
}

.block.article--style-1.list .block-image {
    width: 50%
}

.block.article--style-2.list .block-image {
    width: 30%
}

.block.article--style-2.list .block-image-lg {
    width: 40%
}

.block.article.list .block-body {
    display: table-cell;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0
}

.block.article.list .block-body > .article-date {
    color: #818a91;
    font-size: .875rem
}

.block.article--style-1.list .block-body.left {
    padding: 0 20px 0 0
}

.block.article--style-1.list .block-body.right {
    padding: 0 0 0 20px
}

.block.article--style-2.list .block-body.left {
    padding: 0 10px 0 0
}

.block.article--style-2.list .block-body.right {
    padding: 0 0 0 10px
}

.block.article.list .block-body p {
    margin-top: 15px
}

.block.article.list .article-label {
    display: inline-block;
    padding: 4px 8px;
    font-weight: 500;
    font-size: .75rem;
    border-radius: .25rem;
    margin-bottom: 8px
}

.block.article.list .article-title {
    margin: 0 0 10px
}

.block.article.list .article-info {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    text-transform: uppercase;
    color: #818a91
}

.block.article--style-1.list .article-text {
    position: relative;
    padding-bottom: 25px
}

.block.article.list .article-text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f1f1f1
}

.block.article.list .article-title-text {
    margin: 0 !important;
    line-height: 18px
}

.block.article.list .block-footer {
    display: table;
    width: 100%
}

.block.article.list .block-footer .meta-info span {
    float: left;
    margin-right: 8px;
    font-size: 11px
}

.block.article.list .block-footer .meta-info span i {
    margin-right: 4px;
    font-size: 13px
}

.block.article.list .image-title {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 10px;
    font-weight: 500
}

.block.article.list .article-category {
    font-size: 11px;
    color: #0072ff;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .block.article.list .block-image {
        display: block;
        width: 100% !important
    }

    .block.article.list .article-text {
        padding-bottom: 0
    }

    .block.article.list .block-body {
        display: block;
        padding: 0 !important
    }

    .block.article.list .block-body.left {
        margin-bottom: 20px
    }

    .block.article.list .block-body.right {
        margin-top: 20px
    }
}

.article-wrapper {
    padding: 1rem
}

.article-wrapper--style-1 {
    background: #fcfcfc
}

.article-wrapper--style-2 {
    background: #fff
}

.article-wrapper .article-title {
    font-size: .875rem;
    font-weight: 600;
    text-transform: none !important;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    margin-bottom: 4px !important
}

.article-wrapper .article-title > a {
    color: #2b2b2c
}

.article-wrapper .article-title > a:hover {
    color: #0072ff
}

@media (max-width: 767px) {
    .article-wrapper .article-title {
        margin-top: 1rem
    }
}

.card > .article-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.card > .article-wrapper .block-image > img {
    border-radius: 0
}

.article-wrapper > .block.article {
    margin: 0;
    padding: 0
}

.block.product {
    background: #fff;
    padding: 1px;
    border: 1px solid #f1f1f1;
    overflow: hidden
}

.block.product .figure {
    padding: 1px
}

.block.product .figure img {
    width: 100% !important
}

.block.product .product-title {
    margin: 10px 0;
    padding: 0;
    border-bottom: 0;
    line-height: 0.9
}

.block.product .product-title.heading {
    line-height: 1
}

.block.product .product-title a {
    font-size: 1.125rem;
    color: #2b2b2c
}

.block.product .product-title a:hover {
    color: #0072ff
}

.block.product figure {
    padding-bottom: 1px;
    border-bottom: 1px solid #f1f1f1
}

.block.product .block-content {
    padding: 10px
}

.block.product p {
    margin: 5px 0
}

.block.product .price-wrapper {
    margin-top: 4px
}

.block.product .price {
    padding: 4px 0;
    font-size: 1.25rem;
    font-weight: 600
}

.block.product .price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: .875rem;
    font-weight: 400;
    color: #ff3b30 !important;
    text-decoration: line-through
}

.block.product .block-footer {
    border-top: 1px solid #f1f1f1;
    padding-top: 8px;
    margin-top: 10px
}

.block.product .block-footer:after {
    display: table;
    content: "";
    clear: both
}

.block.property {
    border: 1px solid #f1f1f1
}

.block.property .block-content .content-title {
    font-size: 1rem;
    color: #0072ff;
    margin-bottom: 5px
}

.block.property .block-content .price {
    font-size: 1.25rem;
    color: #292f36;
    font-weight: 600
}

.block.property .block-content .period {
    font-size: .75rem;
    margin-left: 5px;
    color: #818a91
}

.block.property .block-content .capacity {
    font-size: 12px;
    color: #818a91
}

.block.property .block-footer ul.aux-info {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    background: #f1f1f1;
    border-top: 1px solid #f1f1f1
}

.block.property .block-footer ul.aux-info li {
    display: table-cell;
    padding: 12px 15px;
    vertical-align: middle;
    border-right: 1px solid #f1f1f1;
    font-size: .75rem
}

.block.property .block-footer ul.aux-info li:last-child {
    border: 0
}

.block.property .block-footer ul.aux-info li i {
    font-size: 18px;
    margin-right: 8px;
    color: #2b2b2c
}

.block.property .block-footer--style-2 ul.aux-info {
    display: table;
    width: 100%;
    border: 1px solid #f1f1f1
}

.block.property .block-footer--style-2 ul.aux-info li {
    padding: 10px;
    font-size: 11px;
    text-align: center
}

.block.property .block-footer--style-2 ul.aux-info li i {
    display: block
}

.block.property.list .block-title {
    padding: 1rem 1rem 0
}

.block.property.list .block-title h3 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #2b2b2c
}

.block.property.list .block-title h3 > a {
    color: #2b2b2c
}

.block.property.list .block-image {
    display: table-cell;
    width: 250px
}

.block.property.list .block-image img {
    width: 100%
}

.block.property.list .block-body {
    padding: 12px
}

.block.property.list .block-body .block-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 12px
}

.block.property.list .block-content .description {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0.8rem
}

@media (max-width: 767px) {
    .block.property.list .block-image {
        display: block;
        width: auto
    }

    .block.property.list .block-body .block-content {
        display: block;
        padding-left: 0
    }
}

.block.property.grid {
    border: 1px solid #f1f1f1
}

.block.property.grid .block-title {
    padding: 15px 15px 0
}

.block.property.grid .block-title h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400
}

.block.property.grid .block-body .block-image img {
    width: 100%
}

.block.property.grid .block-body .block-content {
    padding-top: 15px
}

.block.property.grid .block-body .block-content .description {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1
}

.block-post .block-post-body {
    padding: 0
}

.block-post .block-post-body > .heading {
    margin-bottom: 0 !important;
    margin-top: 3rem !important
}

.block-post > .block-post-body > p {
    margin-top: 2rem !important
}

.block-post > .block-post-body > .tagcloud {
    margin-top: 2rem
}

.block-post-share {
    margin-top: 2rem;
    padding: 2rem 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.block-post-comment-action {
    padding: 1rem 0
}

.block-post-comment-action .heading {
    margin-bottom: 0
}

.block-post-comments {
    margin: 0;
    padding: 0;
    list-style: none
}

/**	7. Comments
*************************************************** **/
.block-comment {
    display: table;
    width: 100%;
    margin-bottom: 2rem
}

.block-comment:last-child {
    border-bottom: 1px solid rgba(243, 243, 243, 0.7)
}

@media (min-width: 768px) {
    .block-comment-reply {
        padding-left: 72px
    }
}

.block-comment .block-image {
    display: table-cell;
    width: 72px;
    height: 72px
}

.block-comment .block-body {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 2rem
}

.block-comment .block-body > .block-body-inner {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(243, 243, 243, 0.7)
}

.block-comment:last-child .block-body > .block-body-inner {
    border: 0
}

.block-body-inner .heading {
    margin: 0
}

.block-comment .block-body .comment-date {
    font-size: .875rem;
    color: #818a91
}

.block-comment .block-body .comment-text {
    margin-top: 1rem
}

.block-comment .block-body .comment-options > a {
    font-size: .875rem;
    color: #818a91;
    margin-right: 0.75rem
}

.block-comment .block-body .comment-options > a:hover {
    color: #0072ff
}

.block-post-comments--style-1 {
    border: 1px solid #f1f1f1;
    border-radius: .25rem
}

.block-post-comments--style-1 .block-comment {
    margin: 0;
    border-radius: 0;
    border: 0
}

.block-post-comments--style-1 .block-comment-reply {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #f1f1f1
}

@media (min-width: 768px) {
    .block-comment-reply {
        padding-left: 100px
    }
}

.block-post-comments--style-1 > li {
    border-bottom: 1px solid #f1f1f1;
    padding: 2rem
}

.block-post-comments--style-1 > li:last-child {
    border: 0
}

.block-post-comments--style-1 li:nth-child(odd) {
    background: #fcfcfc
}

.block-post-comments--style-1 li:nth-child(even) {
    background: #fafafa
}

.block-post-comments--style-1 .block-comment-reply:last-child {
    border-bottom: 0
}

.block-comment .block-image {
    display: table-cell;
    width: 60px;
    height: 60px
}

.block-comment .block-body {
    padding-left: 40px
}

.block-post-comments--style-1 .block-comment .block-body > .block-body-inner {
    border: 0;
    padding: 0
}

.post-prev-next {
    margin: 2rem 0;
    padding: 2rem 0;
    border-top: 1px solid rgba(243, 243, 243, 0.7);
    border-bottom: 1px solid rgba(243, 243, 243, 0.7)
}

.post-prev-next h5 {
    padding: 0;
    margin: 0;
    color: #818a91
}

.post-prev-next h3 {
    padding: 0;
    margin: 5px 0 0
}

.post-prev-next .post-next, .post-prev-next .post-prev {
    position: relative
}

.post-prev-next .post-prev {
    padding: 0 20px 0 40px
}

.post-prev-next .post-next {
    text-align: right;
    padding-right: 40px
}

.post-prev-next .post-next:before, .post-prev-next .post-prev:before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-family: "Ionicons";
    font-size: 20px;
    color: #2b2b2c
}

.post-prev-next .post-prev:before {
    content: "\f108";
    left: 0
}

.post-prev-next .post-next:before {
    content: "\f10b";
    right: 0
}

@media (max-width: 767px) {
    .post-prev-next .post-next {
        margin-top: 20px
    }
}

/**	8. Animate hover slide
*************************************************** **/
.animate-hover-slide .figure {
    position: relative;
    overflow: hidden
}

.animate-hover-slide .figure img {
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s
}

.animate-hover-slide .figure .figcaption {
    height: 100%;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s
}

.animate-hover-slide .figure:hover .figcaption {
    opacity: 0.8;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -o-transition: -o-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s
}

.animate-hover-slide .figure .figcaption {
    text-align: center
}

.animate-hover-slide .figure .figcaption-btn {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    opacity: 0;
    padding-left: 20px;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s
}

.animate-hover-slide .figure:hover .figcaption-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -o-transition: -o-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s
}

.animate-hover-slide .figure .figcaption-txt {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    padding-left: 20px;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s
}

.animate-hover-slide .figure:hover .figcaption-txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -o-transition: -o-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s
}

.animate-hover-slide .figure .figcaption-txt .title {
    padding: 0;
    margin: 30px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize
}

.animate-hover-slide .figure .figcaption-txt .subtitle {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px
}

.animate-hover-slide .figure a {
    position: relative;
    top: 94%;
    margin-top: -11px
}

.animate-hover-slide .figure .figcaption h3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2
}

.animate-hover-slide-2 .figure {
    position: relative;
    overflow: hidden
}

.animate-hover-slide-2 .figure img {
    max-width: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s
}

.animate-hover-slide-2 .figure:hover img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4)
}

.animate-hover-slide-2 .figure .figcaption {
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: auto;
    background: #f3f3f3, 10%;
    color: #333 !important;
    padding: 0 15px;
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s
}

.animate-hover-slide-2 .figure:hover .figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.animate-hover-slide-2 .figure .figcaption h2 {
    text-align: center;
    margin-top: 15px
}

.animate-hover-slide-2 .figure .figcaption .social-icons {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center
}

.animate-hover-slide-3 .figure {
    position: relative;
    overflow: hidden
}

.animate-hover-slide-3 .figure img {
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s
}

.animate-hover-slide-3 .figure .figcaption {
    height: 32px;
    background: #f3f3f3;
    color: #333;
    padding: 0 15px;
    width: 100%;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s
}

.animate-hover-slide-3 .figure:hover .figcaption {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -o-transition: -o-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s
}

.animate-hover-slide-4 {
    position: relative
}

.animate-hover-slide-4 .figure {
    position: relative
}

.animate-hover-slide-4 .figure .figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0.75
}

.animate-hover-slide-4 .figure .figcaption {
    text-align: center
}

.animate-hover-slide-4 .figure .figcaption-btn {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    opacity: 0;
    padding-left: 20px;
    text-align: center
}

.animate-hover-slide-4 .figure:hover .figcaption-btn {
    opacity: 1
}

.animate-hover-slide-4 .figure .figcaption-txt {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    padding-left: 20px;
    text-align: center
}

.animate-hover-slide-4 .figure:hover .figcaption-txt {
    opacity: 1
}

.animate-hover-slide-4 .figure .figcaption-txt .title {
    padding: 0;
    margin: 30px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize
}

.animate-hover-slide-4 .figure .figcaption-txt .subtitle {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px
}

.animate-hover-slide-4 .figure a {
    position: relative;
    top: 94%;
    margin-top: -11px
}

.animate-hover-slide-4 .figure .figcaption h3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2
}

.block-cell {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.block-cell .block-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.block-cell .block-image, .block-cell .block-text {
    width: 50%
}

@media screen and (max-width: 992px) {
    .block-cell .block-image, .block-cell .block-text {
        width: 100%
    }

    .block-cell .block-image {
        height: 200px
    }
}

.block-cell .block-text {
    padding: 40px;
    position: relative
}

.block-cell .block-text h3 {
    margin: 0 0 10px
}

.block-cell .block-text:before, .block-cell.reverse .block-text:before {
    z-index: 22;
    top: 15%;
    content: " ";
    height: 0;
    margin-top: -12px;
    pointer-events: none
}

.block-cell .block-text p:last-child {
    margin-bottom: 0
}

.block-cell .block-text p.price {
    font-size: 1.25rem;
    font-family: "Nunito", sans-serif;
    color: #0072ff
}

.block-cell .block-text:before {
    right: 100%;
    border: solid transparent;
    width: 0;
    position: absolute;
    border-color: rgba(255, 225, 255, 0);
    border-right-color: #fff;
    border-width: 12px
}

.block-cell.reverse .block-image {
    position: absolute;
    right: 0;
    width: 50%;
    min-height: 100%
}

@media screen and (max-width: 992px) {
    .block-cell.reverse .block-image {
        position: relative;
        width: 100%
    }
}

.block-cell.reverse .block-text:before {
    left: 100%;
    border: solid transparent;
    width: 0;
    position: absolute;
    border-color: rgba(255, 225, 255, 0);
    border-left-color: #fff;
    border-width: 12px
}

@media screen and (max-width: 768px) {
    .block-cell .block-text:before, .block-cell.reverse .block-text:before {
        display: none
    }
}

.row-no-padding .masonry-item, .row-no-padding .view, .row-no-padding .block, .row-no-padding .block-image img, .row-no-padding .block-info {
    margin: 0 !important;
    border-radius: 0 !important
}

/**	9. Buttons
*************************************************** **/
.btn {
    position: relative;
    font-size: .875rem;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    text-align: center;
    border-radius: 2px;
    outline: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.btn-styled {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0.75rem 2rem
}

.btn.focus, .btn:focus {
    box-shadow: none
}

.btn-sm {
    font-size: 0.7rem !important
}

.btn-styled.btn-xl {
    font-size: 1rem !important;
    padding: 1rem 2.5rem !important
}

.btn-styled.btn-lg {
    font-size: 0.8rem !important;
    padding: 1rem 2rem !important
}

.btn-styled.btn-sm {
    font-size: 0.6rem !important;
    padding: 0.625rem 1rem !important
}

.btn-styled.btn-xs {
    font-size: 0.625rem !important;
    padding: 0.5rem 0.75rem !important
}

@media (max-width: 767px) {
    .btn-xs-block {
        width: 100%
    }
}

.btn-icon-left .icon, .btn-icon-left .fa {
    margin-right: 0.625rem
}

.btn-icon-right .icon, .btn-icon-right .fa {
    margin-left: 0.625rem
}

.btn-icon--2 {
    position: relative;
    padding-left: 40px !important
}

.btn-icon--2 .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.btn-square {
    border-radius: 0 !important
}

.btn-round {
    border-radius: 8px !important
}

.btn-circle {
    border-radius: 10rem !important
}

.btn-shadow {
    -webkit-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important;
    -moz-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important
}

.btn-italic {
    font-style: italic !important
}

.btn-disable-hover {
    pointer-events: none !important
}

@media (max-width: 767px) {
    .btn-container {
        margin-top: 2rem
    }
}

@media (max-width: 991px) {
    .btn-container > .btn {
        margin-bottom: 1rem
    }
}

@media (min-width: 992px) {
    .btn-container > .btn {
        margin-right: 1.5rem;
        margin-bottom: 1rem
    }

    .btn-container > .btn.btn-border-animated {
        margin-right: 3rem
    }

    .btn-container > .btn:last-child {
        margin-right: 0
    }
}

.btn-inline-links > a {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 5px
}

.btn-inline-links > a:after {
    content: "-";
    position: absolute;
    right: 0;
    height: 20px;
    color: #0072ff
}

.btn-inline-links > a:last-child:after {
    content: ""
}

.btn-base-1 {
    color: #FFF;
    background-color: #0072ff;
    border: 1px solid #0072ff
}

.btn-base-1:active, .btn-base-1.active, .btn-base-1:focus, .btn-base-1:hover {
    background-color: #0127ff;
    color: #FFF
}

.btn-base-1.btn-outline {
    background-color: transparent !important;
    border-color: #0072ff !important;
    color: #0072ff !important
}

.btn-base-1.btn-outline:active, .btn-base-1.btn-outline:focus, .btn-base-1.btn-outline:hover {
    background-color: #0072ff !important;
    border-color: #0072ff !important;
    color: #FFF !important
}

.btn-base-2 {
    color: #FFF;
    background-color: #292f36;
    border: 1px solid #292f36
}

.btn-base-2:active, .btn-base-2.active, .btn-base-2:focus, .btn-base-2:hover {
    background-color: #131619;
    color: #FFF
}

.btn-base-2.btn-outline {
    background-color: transparent !important;
    border-color: #292f36 !important;
    color: #292f36 !important
}

.btn-base-2.btn-outline:active, .btn-base-2.btn-outline:focus, .btn-base-2.btn-outline:hover {
    background-color: #292f36 !important;
    border-color: #292f36 !important;
    color: #FFF !important
}

.btn-base-3 {
    color: rgba(255, 255, 255, 0.9);
    background-color: #818a91;
    border: 1px solid #818a91
}

.btn-base-3:active, .btn-base-3.active, .btn-base-3:focus, .btn-base-3:hover {
    background-color: #687077;
    color: rgba(255, 255, 255, 0.9)
}

.btn-base-3.btn-outline {
    background-color: transparent !important;
    border-color: #818a91 !important;
    color: #818a91 !important
}

.btn-base-3.btn-outline:active, .btn-base-3.btn-outline:focus, .btn-base-3.btn-outline:hover {
    background-color: #818a91 !important;
    border-color: #818a91 !important;
    color: rgba(255, 255, 255, 0.9) !important
}

.btn-base-4 {
    color: #FFF;
    background-color: #2B2B2B;
    border: 1px solid #2B2B2B
}

.btn-base-4:active, .btn-base-4.active, .btn-base-4:focus, .btn-base-4:hover {
    background-color: #121212;
    color: #FFF
}

.btn-base-4.btn-outline {
    background-color: transparent !important;
    border-color: #2B2B2B !important;
    color: #2B2B2B !important
}

.btn-base-4.btn-outline:active, .btn-base-4.btn-outline:focus, .btn-base-4.btn-outline:hover {
    background-color: #2B2B2B !important;
    border-color: #2B2B2B !important;
    color: #FFF !important
}

.btn-base-5 {
    color: #0A0814;
    background-color: #FFF;
    border: 1px solid #FFF
}

.btn-base-5:active, .btn-base-5.active, .btn-base-5:focus, .btn-base-5:hover {
    background-color: #e6e6e6;
    color: #0A0814
}

.btn-base-5.btn-outline {
    background-color: transparent !important;
    border-color: #FFF !important;
    color: #FFF !important
}

.btn-base-5.btn-outline:active, .btn-base-5.btn-outline:focus, .btn-base-5.btn-outline:hover {
    background-color: #FFF !important;
    border-color: #FFF !important;
    color: #0A0814 !important
}

.bg-base-1 .btn-base-1 {
    background-color: #0127ff;
    border-color: #0127ff
}

.bg-base-1 .btn-base-1:active, .bg-base-1 .btn-base-1:focus, .bg-base-1 .btn-base-1:hover {
    background-color: #0022e7;
    border-color: #0022e7
}

.bg-base-1 .btn-base-5 {
    color: rgba(52, 82, 255, 0.7)
}

.bg-base-1 .btn-base-5:hover {
    color: #0072ff
}

.btn-white {
    color: #333;
    background-color: #fff;
    border: 1px solid #fff
}

.btn-white:active, .btn-white:focus, .btn-white:hover {
    background-color: #e6e6e6;
    border-color: #fff;
    color: #333
}

.btn-white.btn-outline {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.btn-white.btn-outline:active, .btn-white.btn-outline:focus, .btn-white.btn-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #333
}

.btn-gray-light {
    color: #eceeef;
    background-color: #818a91;
    border: 1px solid #818a91
}

.btn-gray-light:active, .btn-gray-light:focus, .btn-gray-light:hover {
    background-color: #687077;
    border-color: #818a91;
    color: #eceeef
}

.btn-gray-light.btn-outline {
    background-color: transparent;
    border-color: #818a91;
    color: #818a91
}

.btn-gray-light.btn-outline:active, .btn-gray-light.btn-outline:focus, .btn-gray-light.btn-outline:hover {
    background-color: #818a91;
    border-color: #818a91;
    color: #eceeef
}

.btn-gray-lighter {
    color: #2b2b2c;
    background-color: #eceeef;
    border: 1px solid #eceeef
}

.btn-gray-light:active, .btn-gray-light:focus, .btn-gray-light:hover {
    background-color: #d0d5d8;
    border-color: #eceeef;
    color: #2b2b2c
}

.btn-gray-light.btn-outline {
    background-color: transparent;
    border-color: #eceeef;
    color: #eceeef
}

.btn-gray-light.btn-outline:active, .btn-gray-light.btn-outline:focus, .btn-gray-light.btn-outline:hover {
    background-color: #eceeef;
    border-color: #eceeef;
    color: #2b2b2c
}

.btn-gray-dark {
    color: #eceeef;
    background-color: #2b2b2c;
    border: 1px solid #2b2b2c
}

.btn-gray-dark:active, .btn-gray-dark:focus, .btn-gray-dark:hover {
    background-color: #121212;
    border-color: #121212;
    color: #eceeef
}

.btn-gray-dark.btn-outline {
    background-color: transparent;
    border-color: #2b2b2c;
    color: #2b2b2c
}

.btn-gray-dark.btn-outline:active, .btn-gray-dark.btn-outline:focus, .btn-gray-dark.btn-outline:hover {
    background-color: #2b2b2c;
    border-color: #2b2b2c;
    color: #eceeef
}

.btn-blue {
    color: #FFF;
    background-color: #007aff;
    border-color: #007aff
}

.btn-blue:active, .btn-blue:focus, .btn-blue:hover {
    background-color: #0062cc;
    border-color: #0062cc;
    color: #FFF
}

.btn-blue.btn-outline {
    background-color: transparent;
    border-color: #007aff;
    color: #007aff
}

.btn-blue.btn-outline:active, .btn-blue.btn-outline:focus, .btn-blue.btn-outline:hover {
    background-color: #007aff;
    border-color: #007aff;
    color: #007aff
}

.btn-teal-blue {
    color: #FFF;
    background-color: #5ac8fa;
    border-color: #5ac8fa
}

.btn-teal-blue:active, .btn-teal-blue:focus, .btn-teal-blue:hover {
    background-color: #29b8f9;
    border-color: #29b8f9;
    color: #FFF
}

.btn-teal-blue.btn-outline {
    background-color: transparent;
    border-color: #5ac8fa;
    color: #5ac8fa
}

.btn-teal-blue.btn-outline:active, .btn-teal-blue.btn-outline:focus, .btn-teal-blue.btn-outline:hover {
    background-color: #5ac8fa;
    border-color: #5ac8fa;
    color: #5ac8fa
}

.btn-green {
    color: #FFF;
    background-color: #4cd964;
    border-color: #4cd964
}

.btn-green:active, .btn-green:focus, .btn-green:hover {
    background-color: #2ac845;
    border-color: #2ac845;
    color: #FFF
}

.btn-green.btn-outline {
    background-color: transparent;
    border-color: #4cd964;
    color: #4cd964
}

.btn-green.btn-outline:active, .btn-green.btn-outline:focus, .btn-green.btn-outline:hover {
    background-color: #4cd964;
    border-color: #4cd964;
    color: #4cd964
}

.btn-red {
    color: #FFF;
    background-color: #ff3b30;
    border-color: #ff3b30
}

.btn-red:active, .btn-red:focus, .btn-red:hover {
    background-color: #fc0d00;
    border-color: #fc0d00;
    color: #FFF
}

.btn-red.btn-outline {
    background-color: transparent;
    border-color: #ff3b30;
    color: #ff3b30
}

.btn-red.btn-outline:active, .btn-red.btn-outline:focus, .btn-red.btn-outline:hover {
    background-color: #ff3b30;
    border-color: #ff3b30;
    color: #ff3b30
}

.btn-pink {
    color: #FFF;
    background-color: #ff2d55;
    border-color: #ff2d55
}

.btn-pink:active, .btn-pink:focus, .btn-pink:hover {
    background-color: #f9002f;
    border-color: #f9002f;
    color: #FFF
}

.btn-pink.btn-outline {
    background-color: transparent;
    border-color: #ff2d55;
    color: #ff2d55
}

.btn-pink.btn-outline:active, .btn-pink.btn-outline:focus, .btn-pink.btn-outline:hover {
    background-color: #ff2d55;
    border-color: #ff2d55;
    color: #ff2d55
}

.btn-orange {
    color: #FFF;
    background-color: #ff9500;
    border-color: #ff9500
}

.btn-orange:active, .btn-orange:focus, .btn-orange:hover {
    background-color: #c70;
    border-color: #c70;
    color: #FFF
}

.btn-orange.btn-outline {
    background-color: transparent;
    border-color: #ff9500;
    color: #ff9500
}

.btn-orange.btn-outline:active, .btn-orange.btn-outline:focus, .btn-orange.btn-outline:hover {
    background-color: #ff9500;
    border-color: #ff9500;
    color: #ff9500
}

.btn-yellow {
    color: #FFF;
    background-color: #fc0;
    border-color: #fc0
}

.btn-yellow:active, .btn-yellow:focus, .btn-yellow:hover {
    background-color: #cca300;
    border-color: #cca300;
    color: #FFF
}

.btn-yellow.btn-outline {
    background-color: transparent;
    border-color: #fc0;
    color: #fc0
}

.btn-yellow.btn-outline:active, .btn-yellow.btn-outline:focus, .btn-yellow.btn-outline:hover {
    background-color: #fc0;
    border-color: #fc0;
    color: #fc0
}

.btn-purple {
    color: #FFF;
    background-color: #5856d6;
    border-color: #5856d6
}

.btn-purple:active, .btn-purple:focus, .btn-purple:hover {
    background-color: #3331c8;
    border-color: #3331c8;
    color: #FFF
}

.btn-purple.btn-outline {
    background-color: transparent;
    border-color: #5856d6;
    color: #5856d6
}

.btn-purple.btn-outline:active, .btn-purple.btn-outline:focus, .btn-purple.btn-outline:hover {
    background-color: #5856d6;
    border-color: #5856d6;
    color: #5856d6
}

.btn-color-470604 {
    color: #fff !important;
    background: linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%)
}

.btn-color-470604:active, .btn-color-470604:focus, .btn-color-470604:hover {
    background: linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%)
}

.btn-gradient-2 {
    color: #fff !important;
    background: linear-gradient(left, #089997 2%, #1e101d 99%);
    background: -o-linear-gradient(left, #089997 2%, #1e101d 99%);
    background: -ms-linear-gradient(left, #089997 2%, #1e101d 99%);
    background: -moz-linear-gradient(left, #089997 2%, #1e101d 99%);
    background: -webkit-linear-gradient(left, #089997 2%, #1e101d 99%);
    border-image: linear-gradient(left, #089997 2%, #1e101d 99%);
    border-image: -o-linear-gradient(left, #089997 2%, #1e101d 99%);
    border-image: -ms-linear-gradient(left, #089997 2%, #1e101d 99%);
    border-image: -moz-linear-gradient(left, #089997 2%, #1e101d 99%);
    border-image: -webkit-linear-gradient(left, #089997 2%, #1e101d 99%)
}

.btn-gradient-2:active, .btn-gradient-2:focus, .btn-gradient-2:hover {
    background: linear-gradient(left, #089997 2%, #1e101d 99%);
    background: -o-linear-gradient(left, #089997 2%, #1e101d 99%);
    background: -ms-linear-gradient(left, #089997 2%, #1e101d 99%);
    background: -moz-linear-gradient(left, #089997 2%, #1e101d 99%);
    background: -webkit-linear-gradient(left, #089997 2%, #1e101d 99%);
    border-image: linear-gradient(left, #089997 2%, #1e101d 99%);
    border-image: -o-linear-gradient(left, #089997 2%, #1e101d 99%);
    border-image: -ms-linear-gradient(left, #089997 2%, #1e101d 99%);
    border-image: -moz-linear-gradient(left, #089997 2%, #1e101d 99%);
    border-image: -webkit-linear-gradient(left, #089997 2%, #1e101d 99%)
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998
}

.btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
    background-color: #2d4373;
    border-color: #2d4373;
    color: #fff
}

.btn-facebook.btn-outline {
    background-color: transparent;
    border-color: #3b5998;
    color: #3b5998
}

.btn-facebook.btn-outline:active, .btn-facebook.btn-outline:focus, .btn-facebook.btn-outline:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #3b5998
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39
}

.btn-google:active, .btn-google:focus, .btn-google:hover {
    background-color: #c23321;
    border-color: #c23321;
    color: #fff
}

.btn-google.btn-outline {
    background-color: transparent;
    border-color: #dd4b39;
    color: #dd4b39
}

.btn-google.btn-outline:active, .btn-google.btn-outline:focus, .btn-google.btn-outline:hover {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #dd4b39
}

.btn .badge {
    position: absolute;
    top: -10px;
    right: -10px
}

/**	10. Cards
*************************************************** **/
.card-wrapper > .card:not(:last-child) {
    margin-bottom: 2rem
}

.card {
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: .25rem;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.card-fluid {
    height: 100%
}

.card-fluid .card-body, .card-fluid .link-block {
    height: 100%
}

.card > .mask {
    border-radius: .25rem
}

@media (min-width: 992px) {
    .card-sticked-bottom {
        position: absolute;
        bottom: 0;
        border-radius: .25rem .25rem 0 0
    }
}

.card .border-top, .card .border-right, .card .border-bottom, .card .border-left {
    border-color: #f1f1f1 !important
}

.card-spacer--top {
    padding-top: 4rem !important
}

.card-spacer--top-lg {
    padding-top: 6rem !important
}

.card-spacer--top-xl {
    padding-top: 8rem !important
}

.card-body {
    position: relative;
    padding: 1.5rem 1.5rem
}

.card-body--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.card-body--overlay > .card-body-inner {
    width: 100%
}

.card-body--overlap {
    position: relative;
    margin: -80px auto 0 auto;
    width: calc(100% - 30px);
    background: #fff;
    border-radius: .25rem
}

.card-body > .lead {
    margin-bottom: 0
}

.card > .card-title, .card > .card-header {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0
}

.card-title .heading, .card-header .heading {
    margin: 0;
    display: inline-block
}

.card-title > .btn-aux {
    float: right;
    font-size: .875rem;
    color: #818a91
}

.card-title > .btn-aux > .aux-text {
    display: inline-block;
    margin-left: 5px;
    color: #2b2b2c
}

.card-title > .btn-aux:hover > .aux-text {
    color: #0072ff
}

.card-header-tabs {
    margin-bottom: -1.5rem
}

.card-icon-actions > a {
    display: inline-block;
    margin-right: 0.625rem;
    color: #818a91;
    font-size: 0.875rem
}

.card-icon-actions-lg > a {
    font-size: 1.25rem;
    margin-right: 0.875rem
}

.card-icon-actions > a:hover, .card-icon-actions > .active {
    color: #2b2b2c
}

.card-icon-actions > a:last-child {
    margin-right: 0
}

.card-icon-actions > .favorite:hover, .card-icon-actions > .favorite.active {
    color: #fc0
}

.card-icon-actions > .love:hover, .card-icon-actions > .love.active {
    color: #ff3b30
}

.card-icon-actions > .like:hover, .card-icon-actions > .like.active {
    color: #007aff
}

.card-comment-box input, .card-comment-box textarea {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0.3125rem 0;
    margin: 0;
    color: #2b2b2c;
    font-size: .875rem;
    outline: none;
    resize: none
}

.card-actions {
    padding: 1rem 0
}

.card.bg-base-1 .card-title-wrapped {
    background: #2545ff;
    border: 1px solid #1b3cff
}

.card.bg-base-1 .card-title .heading {
    color: #FFF
}

.card-inner-title-wrapper {
    padding: 1.5rem 0
}

.card-inner-title {
    margin: 0;
    padding: 0;
    font-size: .875rem;
    font-weight: 600;
    color: #111
}

.card-inner-title > i {
    margin-right: 6px
}

.card-inner-subtitle {
    margin: 4px 0 0 0;
    padding: 0;
    font-size: .875rem;
    font-weight: 300;
    color: #818a91
}

.card-inner-subtitle.subtitle-icon-aligned {
    padding-left: 1.5rem
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1rem 1.5rem;
    background: inherit
}

@media (min-width: 992px) {
    .card-footer.absolute-bottom {
        position: absolute;
        bottom: 0;
        width: 100%
    }
}

.card-icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center
}

.card-icon-bg i {
    font-size: 10rem;
    color: rgba(0, 0, 0, 0.1);
    line-height: 0
}

.card-inverse {
    background: #1b1e23
}

.card-inverse *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a) {
    color: rgba(255, 255, 255, 0.5)
}

.card-inverse .heading, .card-inverse .heading > a {
    color: #f3f3f3
}

.card-inverse .card-footer {
    border-top-color: rgba(0, 0, 0, 0.15)
}

.card-inverse p {
    color: rgba(255, 255, 255, 0.5)
}

.card-inverse .heading {
    color: #fff
}

.card-inverse .heading-light {
    color: rgba(255, 255, 255, 0.8)
}

.card-inverse .stats-entry .stats-count {
    color: #fff
}

.card-inverse .stats-entry .stats-label {
    color: rgba(255, 255, 255, 0.8)
}

.card-inverse .useful-links a {
    color: rgba(255, 255, 255, 0.8)
}

.card-inverse .useful-links a:hover {
    color: #fff
}

.card-colored {
    border: 0
}

@media (min-width: 768px) {
    .row-no-padding .card-colored {
        border-radius: 0
    }

    .row-no-padding [class^=col-]:first-child .card-colored {
        border-radius: .25rem 0 0 .25rem
    }

    .row-no-padding [class^=col-]:last-child .card-colored {
        border-radius: 0 .25rem .25rem 0
    }
}

.card-colored .card-body {
    padding: 3rem
}

.card-colored .card-title + .card-body {
    padding: 1.5rem 1.5rem
}

.card-colored .card-body .heading, .card-colored .card-body p {
    color: #FFF
}

@media (min-width: 1600px) {
    .row-no-padding .card-colored {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
}

.card-img {
    border-radius: .25rem
}

.card-img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: .25rem;
    -webkit-backface-visibility: hidden;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1)
}

.card:hover .card-img-bg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.card-image {
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.card-image img, .card-image > .view {
    max-width: 100%;
    border-radius: .25rem .25rem 0 0
}

[class*=z-depth] .card-image img, [class*=z-depth] .card-image > .view {
    max-width: 100% !important;
    margin-left: 0;
    margin-top: 0
}

.card-title + .card-image img, .card-title + .card-image > .view {
    border-radius: 0
}

.card-icon {
    padding: 2.5rem
}

.card-icon-lg i, .card-icon-lg i {
    font-size: 70px;
    line-height: 1
}

.card-image-container {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-color: #efe9e8;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.card-image-container > .card-image {
    max-width: none
}

@media (min-width: 768px) {
    .card > .row [class^=col-md] .card-image-container .card-img > img {
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        position: absolute;
        object-fit: cover
    }
}

.card-caption-overlay {
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 15px 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 .25rem .25rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.card-caption-overlay > .card-caption {
    padding: 0 1.5rem;
    width: 100%;
    align-self: center
}

.card-caption-overlay--animated {
    height: 80px
}

.card:hover > .card-caption-overlay--animated {
    height: 90px
}

.card-caption-overlay--animated:hover {
    height: 100%;
    border-radius: .25rem
}

.card-caption-overlay > .card-caption > .card-caption-hidden {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.card-caption-overlay--animated:hover > .card-caption > .card-caption-hidden {
    display: block;
    opacity: 1
}

.card-caption-overlay .card-caption-table {
    width: 100%;
    margin: 20px 0 0;
    color: #2b2b2c;
    font-size: 0.7em
}

.card-caption-overlay .heading {
    margin: 0;
    color: #2b2b2c
}

.card-caption-overlay .heading > a {
    color: #2b2b2c
}

.card-caption-overlay:hover .info-title > a {
    color: #2b2b2c
}

.card-caption-overlay--2 {
    height: 60px;
    width: calc(100% - 1.6rem);
    margin: 0.8rem;
    background: #FFF;
    border-radius: .25rem
}

.card-caption-overlay--2.card-caption-overlay--animated:hover {
    height: calc(100% - 1.6rem)
}

.card-caption-overlay--3 {
    height: 80px;
    width: 100%;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8)
}

.card:hover > .card-caption-overlay--3 {
    height: 90px;
    border-radius: 0.25rem
}

.card:hover > .card-caption-overlay--3:hover {
    height: 100%
}

.card-caption-overlay--dark {
    background: rgba(0, 0, 0, 0.8);
    color: #787878
}

.card-caption-overlay--dark-gradient {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.card:hover > .card-caption-overlay--dark-gradient {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.card-caption-overlay--dark .heading, .card-caption-overlay--dark .heading > a {
    color: #eceeef
}

.card-caption-overlay--dark p {
    color: #818a91
}

.card-caption-overlay--dark .heading > a:hover, .card-caption-overlay--dark .heading:hover a {
    color: #eceeef !important
}

.card-caption-overlay--dark .heading > a:hover {
    text-decoration: underline
}

.card-caption-overlay--dark .card-caption-table tr {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1)
}

.card-caption-overlay--dark .card-caption-table td {
    color: #eceeef;
    padding: 8px 0;
    border: 0
}

.block-image-holder .block-info {
    padding: 1rem 0 !important;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 3;
    background: transparent
}

.block-image-holder .image-mask {
    background-color: #282B30;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    transition: opacity 0.3s ease 0s
}

.block-image-holder:hover .image-mask {
    opacity: 0
}

.card-horizontal .card-image-left img {
    border-radius: .25rem 0 0 .25rem
}

.card-horizontal .card-image-right img {
    border-radius: 0 .25rem .25rem 0
}

.card-horizontal .card-body {
    padding: 1.5rem
}

.card-horizontal .card-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.card-blockquote {
    position: relative
}

.card-blockquote > p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #818a91;
    font-weight: 400;
    font-style: italic
}

.card-blockquote > p > i {
    font-size: 30px;
    color: #eceeef;
    display: inline-block
}

.card-blockquote > p > .quote-left {
    position: relative;
    margin-right: 10px;
    top: -12px
}

.card-blockquote > p > .quote-right {
    position: relative;
    margin-left: 10px;
    bottom: -12px
}

.card-blockquote > footer {
    font-size: 1rem;
    margin-top: 2rem;
    color: #0072ff
}

.card-outer-quote {
    position: absolute;
    top: -150px;
    left: 0;
    font-size: 100px;
    color: #0072ff
}

.card-hover--animation-1, .card-hover--animation-1 * {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.card-hover--animation-1:hover .btn {
    background: #0072ff;
    color: #FFF;
    border-color: #0072ff
}

.card-flip {
    height: 100%
}

.card-flip .card-back {
    border-radius: .25rem
}

.card-overflow-fade {
    position: relative
}

.card-overflow-fade::after {
    position: absolute;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    left: 0
}

@media (min-width: 992px) {
    .card-out-wrapper {
        position: absolute;
        width: 100%;
        height: 140%;
        padding: 3rem;
        top: 0;
        left: 0;
        transform: translateY(-25%)
    }
}

.card-transparent {
    background: transparent;
    border: 0
}

.card-transparent * {
    color: #FFF !important
}

.card-fill--hover:hover {
    background: #fff
}

.card-fill--hover:hover i {
    color: #0072ff !important
}

.card-fill--hover:hover .heading {
    color: #000 !important
}

.card-fill--hover:hover p, .card-fill--hover:hover li {
    color: rgba(0, 0, 0, 0.5) !important
}

.show-on-hover .show-item {
    opacity: 0
}

.show-on-hover .show-item {
    transition-delay: 0s;
    transition-delay: 0.5s
}

.show-on-hover:hover .show-item {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

/**	11. Carousel
*************************************************** **/
.carousel--style-1 .carousel-control {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.carousel--style-1 .carousel-control.right {
    right: 0;
    left: auto;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.carousel--style-1 .carousel-control.left {
    left: 0;
    right: auto;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.carousel--style-1 .carousel-control:hover {
    width: 70px;
    background: #0072ff;
    color: #FFF;
    filter: alpha(opacity=100);
    opacity: 1
}

.carousel--style-1-v1 .carousel-control {
    opacity: 0
}

.carousel--style-1-v1:hover .carousel-control {
    opacity: 1
}

.carousel--style-2 .carousel-control {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-size: 20px;
    background: rgba(37, 37, 37, 0.8);
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.carousel--style-2 .carousel-control.right {
    right: 0;
    left: auto;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.carousel--style-2 .carousel-control.left {
    left: 0;
    right: auto;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.carousel--style-2 .carousel-control:hover {
    width: 70px;
    background: #1f3a93;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1
}

.carousel--style-2 .carousel-inner .carousel-item img {
    max-width: 100%
}

.carousel--style-2 .carousel-indicators {
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel--style-2 .carousel-caption {
    text-shadow: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    color: #fff
}

.carousel--style-2 .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px
}

.carousel--style-2 .carousel-caption .caption-title {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500
}

.carousel--style-2 .carousel-caption .caption-subtitle {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.1;
    color: #ddd;
    font-weight: 400
}

.carousel--style-2 .carousel-caption .meta-info-cells li, .carousel--style-2 .carousel-caption .meta-info-cells li a, .carousel--style-2 .carousel-caption .meta-info-cells li i {
    color: #ddd
}

/**	12. Accordion
*************************************************** **/
.accordion-cards--stacked .card {
    border-radius: 0
}

.accordion-cards--stacked .card:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-cards--stacked .card:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.accordion-cards--stacked .card + .card {
    margin-top: 0;
    border-top: 0
}

.accordion-cards--spaced .card {
    border-radius: .25rem
}

.accordion-cards--spaced .card + .card {
    margin-top: 1rem
}

.accordion--style-1 .card, .accordion--style-2 .card, .accordion--style-5 .card {
    border: 0;
    background: transparent
}

.accordion--style-1 .card-block, .accordion--style-2 .card-block, .accordion--style-5 .card-block {
    border: 0
}

.accordion--style-1 .card-header, .accordion--style-2 .card-header, .accordion--style-5 .card-header {
    color: #333;
    border: none;
    padding: 0 !important
}

.accordion--style-1 .card-title, .accordion--style-2 .card-title, .accordion--style-5 .card-title {
    margin: 0;
    padding: 0;
    font-size: .875rem;
    color: inherit;
    background: #fff;
    border: 0
}

.accordion--style-2 .card-title {
    background: #000
}

.accordion--style-5 .card-title {
    background-image: url('../img/cover/3.png') !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 45% 30% !important;
}

.accordion--style-1 .card-title a, .accordion--style-2 .card-title a, .accordion--style-5 .card-title a {
    padding: 18px 35px 18px 22px;
    display: table;
    width: 100%;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative
}

.accordion--style-2 .card-title a, .accordion--style-5 .card-title a {
    border: none;
    color: #fff
}

.accordion--style-1 .card-title a span, .accordion--style-2 .card-title a span, .accordion--style-5 .card-title a span {
    position: absolute;
    top: 22px;
    right: 17px;
    color: #ccc
}

.accordion--style-3 .card-header, .accordion--style-4 .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0
}

.accordion--style-4 .card-header {
    border: 1px solid #f1f1f1;
    padding: 0 20px 0 0
}

.accordion--style-3 .card, .accordion--style-4 .card {
    margin-bottom: 1px;
    border-radius: 0;
    background-color: transparent
}

.accordion--style-3 .card:first-child {
    border-top: 1px solid #f1f1f1
}

.accordion--style-3 .card {
    border-bottom: 1px solid #f1f1f1
}

.accordion--style-3 .card-title, .accordion--style-4 .card-title {
    overflow: hidden;
    padding: 0;
    border: 0
}

.accordion--style-3 .card-title a, .accordion--style-4 .card-title a {
    padding: 1rem 0;
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden
}

.accordion--style-4 .card-title a {
    padding-left: 70px
}

.accordion--style-4 .card-title a > .collapse-heading-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 100%;
    text-align: center;
    line-height: 54px;
    border-right: 1px solid #f1f1f1
}

.accordion--style-4 .card-title a > .collapse-heading-icon > i {
    font-size: 28px;
    line-height: 54px;
    color: #818a91
}

.accordion--style-3 .card, .accordion--style-4 .card {
    border: none
}

.accordion--style-3 .card-header > .card-title, .accordion--style-3 .show .card-body {
    border-bottom: 1px solid #f1f1f1
}

.accordion--style-3 .card-header > .card-title > a[aria-expanded="true"], .accordion--style-4 .card-header > .card-title > a[aria-expanded="true"] {
    color: #0072ff !important;
    text-decoration: none
}

.delimiter {
    display: block;
    margin-top: 20px
}

.delimiter.delimiter--fixed-width {
    width: 130px !important;
    margin: auto
}

.delimiter--style-1 {
    border-bottom: 1px solid #f1f1f1;
    margin: 30px 0;
    position: relative
}

.delimiter--style-1-v2 {
    border: 1px dotted #f1f1f1
}

.delimiter--style-1 .delimiter-title {
    width: 200px;
    position: relative;
    top: 25px;
    background: #fff;
    border: 2px solid #f1f1f1;
    color: #818a91;
    margin: auto;
    height: 50px;
    text-align: center;
    z-index: 3;
    cursor: default
}

.delimiter--style-1 .delimiter-title h3 {
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-size: 1rem;
    font-weight: 600
}

.delimiter--style-1 .divider-title-wrapper::before {
    content: "";
    width: 280px;
    height: 50px;
    position: absolute;
    margin-left: -140px;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 2
}

.delimiter--style-2 {
    border-bottom: 2px solid #252525;
    position: relative
}

.delimiter--style-2:before {
    content: "";
    width: 160%;
    position: absolute;
    left: -30%;
    top: -4px;
    border-top: 2px solid #f1f1f1
}

.delimiter--style-2 .delimiter-icon {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    left: 50%;
    top: -18px;
    margin-left: -18px;
    background: #fff;
    font-size: 20px
}

.delimiter-left-thick--style-1 {
    border-left: 4px solid #0072ff
}

.sd-1 {
    padding: 14px 0;
    display: block;
    position: relative
}

.sd-1:before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #0072ff
}

.sd-light:before {
    background: #818a91
}

.sd-dark:before {
    background: #2b2b2c
}

.sd-base-1:before {
    background: #0072ff
}

.sd-thick-3px:before {
    height: 3px !important
}

.sd-sm:before {
    width: 40px
}

.sd-md:before {
    width: 60px
}

.sd-lg:before {
    width: 90px
}

.sd-center.sd-sm:before {
    left: 50%;
    margin-left: -20px
}

.sd-center.sd-md:before {
    left: 50%;
    margin-left: -30px
}

.sd-center.sd-lg:before {
    left: 50%;
    margin-left: -45px
}

.vd--1, .vd--2 {
    display: block;
    height: 100px;
    width: 1px;
    position: relative;
    left: 50%;
    top: 0;
    background-color: #0072ff
}

.vd--2 {
    height: 140px
}

.vd--2::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: 1px;
    transform: translateX(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: inherit
}

.vd--2[data-position="top"]::before {
    top: 0
}

.vd--2[data-position="bottom"]::before {
    bottom: 0
}

.vs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10
}

.vs--1 {
    width: 68px;
    height: 68px;
    line-height: 68px
}

.or {
    display: block;
    margin: 2rem 0
}

.or--1 {
    position: relative
}

.or--1:after, .or--1:before {
    content: '';
    position: absolute;
    width: calc(50% - 30px);
    height: 30px;
    border-bottom: 1px dashed #f1f1f1
}

.or--1:before {
    left: 0
}

.or--1:after {
    right: 0
}

.or--1 > span {
    display: inline-block;
    height: 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: .875rem;
    color: #d8d8d8
}

.ss-style-triangles::after, .ss-style-triangles::before {
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.ss-style-triangles::before {
    top: -50px;
    background: #2980b9
}

.ss-style-triangles::after {
    bottom: -50px;
    z-index: 10;
    background: inherit
}

.ss-style-doublediagonal {
    z-index: 1;
    padding-top: 6em;
    background: #2072a7
}

.ss-style-doublediagonal::after, .ss-style-doublediagonal::before {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.ss-style-doublediagonal::before {
    height: 50%;
    background: #116094;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0
}

.ss-style-halfcircle::after, .ss-style-halfcircle::before {
    left: 50%;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ss-style-halfcircle::before {
    top: -50px
}

.ss-style-halfcircle::after {
    bottom: -50px
}

svg#bigTriangleColor {
    pointer-events: none
}

#bigTriangleColor path {
    fill: #3498db;
    stroke: #3498db;
    stroke-width: 2
}

.ss-style-multitriangles::after, .ss-style-multitriangles::before {
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.ss-style-multitriangles::before {
    top: -25px;
    background: inherit;
    box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db
}

.ss-style-multitriangles::after {
    bottom: -25px;
    z-index: 10;
    background: inherit;
    box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db
}

.ss-style-roundedcorners::before {
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    border-radius: 0 0 60px 60px;
    background: inherit
}

.ss-style-roundedsplit {
    padding-top: 7em;
    border-radius: 0 0 80px 80px
}

.ss-style-roundedsplit::after, .ss-style-roundedsplit::before {
    top: -70px;
    left: 0;
    z-index: 10;
    width: 50%;
    height: 70px;
    background: inherit
}

.ss-style-roundedsplit::before {
    border-radius: 0 80px 0 0
}

.ss-style-roundedsplit::after {
    left: 50%;
    border-radius: 80px 0 0 0
}

.ss-style-invertedrounded {
    margin-bottom: 90px;
    padding: 13em 10% 10em;
    border-radius: 0 0 0 90px
}

.ss-style-invertedrounded::after, .ss-style-invertedrounded::before {
    left: 0;
    z-index: -1;
    height: 90px;
    background: #3498db
}

.ss-style-invertedrounded::before {
    top: 100%;
    width: 100%;
    border-radius: 0 90px 0 0
}

.ss-style-invertedrounded::after {
    bottom: 0;
    z-index: -1;
    width: 50%
}

.ss-style-boxes {
    padding-top: 4em;
    padding-bottom: 13em
}

.ss-style-boxes::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
    background-image: linear-gradient(to right, #3498db 50%, #2980b9 50%);
    -webkit-background-size: 130px 100%;
    background-size: 130px 100%
}

.ss-style-zigzag::after, .ss-style-zigzag::before {
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    height: 90px;
    background-size: 50px 100%
}

.ss-style-zigzag::before {
    top: -90px;
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #3498db));
    background-image: linear-gradient(315deg, #3093d5 25%, transparent 25%), linear-gradient(45deg, #3498db 25%, transparent 25%);
    background-position: 50%
}

.ss-style-zigzag::after {
    top: 100%;
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498db), color-stop(0.25, #2980b9));
    background-image: linear-gradient(135deg, #3498db 25%, transparent 25%), linear-gradient(225deg, #3498db 25%, transparent 25%);
    background-position: 50%
}

.ss-style-roundedges {
    padding-bottom: 16em
}

.ss-style-roundedges::after, .ss-style-roundedges::before {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #2980b9;
    top: -100px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ss-style-roundedges::before {
    left: -100px
}

.ss-style-roundedges::after {
    right: -100px
}

.ss-style-slit {
    padding-top: 5em
}

.ss-style-slit::after, .ss-style-slit::before {
    width: 50.5%;
    width: -webkit-calc(50% + 10px);
    width: -moz-calc(50% + 10px);
    width: calc(50% + 10px);
    height: 160px;
    background: #2980b9;
    top: -160px
}

.ss-style-slit::before {
    left: -20px;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    box-shadow: -10px -20px #3192d3
}

.ss-style-slit::after {
    right: -20px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    box-shadow: 10px -20px #3192d3
}

#bigHalfCircle path {
    fill: #3498db;
    stroke: #3498db
}

#trianglePath1 {
    fill: #3498db;
    stroke: #3498db
}

#trianglePath2 {
    fill: #2072a7;
    stroke: #2072a7
}

.ss-style-inczigzag::after, .ss-style-inczigzag::before {
    left: 0;
    width: 100%;
    height: 50px;
    background-size: 100px 100%
}

.ss-style-inczigzag::before {
    top: 0;
    background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #2980b9), color-stop(0.5, #3498db));
    background-image: linear-gradient(15deg, #3498db 50%, #2980b9 50%)
}

.ss-style-inczigzag::after {
    bottom: 0;
    background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
    background-image: linear-gradient(15deg, #2980b9 50%, #3498db 50%)
}

.ss-style-castle::before {
    left: 0;
    width: 100%;
    height: 50px;
    background-size: 200px 100%;
    top: 0;
    background-image: -webkit-linear-gradient(40deg, #3498db 50%, #2980b9 50%);
    background-image: linear-gradient(40deg, #3498db 50%, #2980b9 50%)
}

#slitPath1 {
    fill: #3498db;
    stroke: red;
    stroke-width: 0
}

#slitPath2, #slitPath3 {
    fill: #2072a7
}

.ss-style-foldedcorner::after, .ss-style-foldedcorner::before {
    bottom: 0;
    width: 100px;
    height: 100px
}

.ss-style-foldedcorner::before {
    right: 0;
    background-image: -webkit-linear-gradient(top left, #37a2ea 50%, #3498db 50%);
    background-image: linear-gradient(315deg, #3498db 50%, #37a2ea 50%)
}

.ss-style-foldedcorner::after {
    right: 100px;
    background-image: -webkit-linear-gradient(top left, transparent 50%, #236fa1 50%);
    background-image: linear-gradient(315deg, #236fa1 50%, transparent 50%)
}

.ss-style-dots::before {
    bottom: 20px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #2072a7;
    box-shadow: 30px 0 #2072a7, -30px 0 #2072a7
}

.ss-style-doubleline::before {
    bottom: 30px;
    width: 140px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #2072a7;
    box-shadow: 0 30px 0 #2072a7
}

.ss-style-cross {
    padding-bottom: 15em
}

.ss-style-cross::after, .ss-style-cross::before {
    background: #2072a7;
    bottom: 70px;
    width: 200px;
    height: 2px;
    left: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ss-style-cross::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.ss-style-cross::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

#stamp path {
    fill: #3498db;
    stroke: #3498db
}

#clouds path {
    fill: #ecf0f1;
    stroke: #ecf0f1
}

/**	13. Shape Container
*************************************************** **/
.shape-container {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
    transform: translateZ(0);
    overflow: hidden
}

.shape-container[data-shape-position="top"] {
    top: 0;
    bottom: auto;
    transform: rotate(180deg)
}

.shape-container[data-shape-position="bottom"] {
    top: auto;
    bottom: 0
}

.shape-container .shape-item {
    fill: #FFF;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    position: absolute
}

.shape-container[data-shape-fill="primary"] .shape-item {
    fill: #0072ff
}

.shape-container[data-shape-fill="secondary"] .shape-item {
    fill: #292f36
}

.shape-container[data-shape-fill="base-3"] .shape-item {
    fill: #818a91
}

.shape-container[data-shape-fill="base-4"] .shape-item {
    fill: #2B2B2B
}

.shape-container[data-shape-style="opaque_waves_2"] svg path:nth-child(1) {
    opacity: 0.2
}

.shape-container[data-shape-style="opaque_waves_2"] svg path:nth-child(2) {
    opacity: 0.4
}

@media only screen and (max-width: 767px) {
    .shape-container .shape-item {
        height: 33%
    }
}

/**	14. Dropdown Menu
*************************************************** **/
.dropdown-menu {
    border: 1px solid #eceff1;
    border-radius: 1px;
    line-height: 1;
    min-width: 12rem;
    box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15)
}

.dropdown-menu {
    font-size: 0.9rem
}

@media (min-width: 992px) {
    .dropdown-menu:not(.datepicker, .datetimepicker) {
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: 1
    }

    .dropdown--animated .dropdown-menu {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
}

.dropdown-menu .dropdown-item {
    padding: 0.875rem 1rem;
    font-size: .875rem
}

.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:hover {
    background-color: rgba(162, 162, 162, 0.1);
    color: inherit
}

.dropdown-menu .dropdown-item > i {
    margin-right: 1rem;
    font-size: 1.3rem;
    line-height: .75em;
    vertical-align: -17%
}

.dropdown-header {
    padding-left: 1rem;
    padding-right: 1rem
}

.dropdown-menu.dropdown-menu-sm {
    min-width: 100px;
    border: .1rem
}

.dropdown-menu.dropdown-menu-lg {
    min-width: 260px;
    border-radius: .25rem
}

.dropdown-menu.dropdown-menu-xl {
    min-width: 320px;
    border-radius: .25rem
}

.dropdown--style-2 .dropdown-toggle {
    display: block;
    padding: 0 1rem;
    text-decoration: none;
    color: inherit
}

.dropdown--style-2 .dropdown-toggle::after {
    border: 0;
    margin: 0;
    content: none
}

.dropdown--style-2 .dropdown-image {
    width: 32px;
    height: 32px;
    border-radius: .25rem
}

.dropdown--style-2 .dropdown-image.rounded-circle {
    border-radius: 50%
}

.dropdown--style-2 .dropdown-icon {
    font-size: 1.5rem;
    text-align: center
}

.dropdown--style-2 .has-badge .badge {
    position: absolute;
    left: 38px;
    font-weight: 300
}

.dropdown--style-2 .has-notification .badge {
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    font-weight: 300;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 6px
}

.dropdown--style-2 .dropdown-text {
    font-size: .875rem;
    margin-left: 0.5rem;
    display: inline-block
}

.dropdown-menu.dropdown-menu-inverse {
    background: #282f37 !important;
    border-color: #242a31 !important
}

.dropdown-menu.dropdown-menu-inverse .dropdown-item {
    color: #dadada !important
}

.dropdown-menu.dropdown-menu-inverse .dropdown-item:active, .dropdown-menu.dropdown-menu-inverse .dropdown-item:focus, .dropdown-menu.dropdown-menu-inverse .dropdown-item:hover {
    color: #fff !important;
    background: #31353e !important
}

.dropdown-menu.dropdown-menu-inverse .dropdown-divider {
    background: #191e23
}

@media (min-width: 992px) {
    .show > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        z-index: 1000;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

.dropdown-submenu .dropdown-toggle i {
    font-size: 10px;
    position: absolute;
    right: 14px;
    top: 8px;
    color: #a3a7bd
}

@media (max-width: 991px) {
    .dropdown-submenu .dropdown-menu {
        border-color: #e8e8e8
    }

    .dropdown-submenu .dropdown-menu .dropdown-item {
        padding-left: 2rem
    }
}

@media (min-width: 992px) {
    .dropdown-submenu .dropdown-menu {
        left: 98%;
        top: -2px;
        border-radius: 0.25rem !important
    }
}

.dropdown-extend {
    position: initial
}

.dropdown-extend-menu {
    width: 100%
}

@media (min-width: 768px) {
    .dropdown-extend-menu {
        padding: 20px 30px
    }
}

@media (min-width: 768px) {
    .dropdown-extend-menu .dropdown-item {
        margin: 5px 0
    }
}

.dropdown-extend-menu .dropdown-item i {
    margin-right: 3px;
    font-size: 14px;
    color: #6b7386
}

@media (max-width: 767px) {
    .dropdown-extend-menu .dropdown-item i {
        display: none
    }
}

/**	15. Footer
*************************************************** **/
.footer {
    background: #111;
    color: rgba(255, 255, 255, 0.8)
}

.footer-top {
    padding: 4rem 0
}

.footer-bottom {
    padding: 1.5rem 0;
    background: #131313
}

.footer-bottom .copyright {
    font-size: 0.8rem
}

.footer .heading {
    color: rgba(255, 255, 255, 0.8)
}

.footer ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer .footer-links > li > a {
    display: inline-block;
    padding: 0.25rem 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7)
}

.footer .footer-links > li > a:hover {
    color: rgba(255, 255, 255, 0.5)
}

.footer .footer-links > li > .footer-link-date {
    display: block;
    margin-bottom: 0.5rem
}

.footer p {
    font-size: .875rem
}

.footer .social-media > li > a > i {
    color: rgba(255, 255, 255, 0.7)
}

.footer .social-media > li > a:hover > i {
    color: rgba(255, 255, 255, 0.5)
}

.footer .footer-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer .footer-menu > li {
    display: inline-block;
    margin-right: 1rem
}

.footer .footer-menu > li > a {
    display: inline-block;
    padding: 0.25rem 0.4rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: .875rem;
    text-transform: uppercase
}

.footer .footer-menu-sm > li > a {
    font-size: 0.75rem
}

.footer .footer-menu > li:last-child > a {
    margin-right: 0
}

.footer .footer-menu > li > a:hover {
    color: rgba(255, 255, 255, 0.5)
}

.footer .footer-menu > li.logo-delimiter {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width: 991px) {
    .footer .footer-menu > li.logo-delimiter {
        display: none
    }
}

.footer .copy-links {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none
}

.footer .copy-links li {
    display: inline-block;
    margin-right: 10px;
    font-size: .75rem;
    color: #818a91
}

.footer .copy-links li a {
    color: #818a91
}

.footer .copy-links li a:hover {
    text-decoration: underline
}

.footer-inverse {
    background: #eee;
    color: rgba(0, 0, 0, 0.8)
}

.footer-inverse .footer-bottom {
    background: #ececec
}

.footer-inverse .heading {
    color: rgba(0, 0, 0, 0.8)
}

.footer-inverse .footer-links > li > a {
    color: rgba(0, 0, 0, 0.7)
}

.footer-inverse .footer-links > li > a:hover {
    color: rgba(0, 0, 0, 0.5)
}

.footer-inverse .social-media > li > a > i {
    color: rgba(0, 0, 0, 0.7)
}

.footer-inverse .social-media > li > a:hover > i {
    color: rgba(0, 0, 0, 0.5)
}

.footer-inverse .footer-menu > li > a {
    color: rgba(0, 0, 0, 0.7)
}

.footer-inverse .footer-menu > li > a:hover {
    color: rgba(0, 0, 0, 0.5)
}

.footer--style-1 {
    background: #0072ff;
    color: #FFF
}

.footer--style-1 .footer-links > li > a, .footer--style-1 .heading {
    color: #FFF
}

.footer--style-1 .social-media > li > a > i {
    color: #FFF
}

.footer--style-2, .footer--style-2 .footer-top, .footer--style-2 .footer-bottom {
    background: #efefef
}

/**	16. Form Control
*************************************************** **/
.form-control:disabled, input[type=checkbox]:disabled, input[type=radio]:disabled {
    cursor: not- !important
}

label {
    font-weight: 400;
    font-size: .8rem;
    text-transform: none;
    color: rgba(0, 0, 0, 0.7)
}

textarea[resize="none"] {
    resize: none !important
}

textarea[resize="both"] {
    resize: both !important
}

textarea[resize="vertical"] {
    resize: vertical !important
}

textarea[resize="horizontal"] {
    resize: horizontal !important
}

.form-control, .form-control > .btn {
    font-size: .875rem;
    font-weight: 400;
    color: #555;
    background-color: #FFF;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear
}

.form-control:focus {
    box-shadow: none
}

.form-group textarea.form-control, textarea.form-control {
    height: auto
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 2px
}

.input-group-btn:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control-xl, .input-group-xl > .form-control, .input-group-xl > .input-group-addon, .input-group-xl > .input-group-btn > .btn {
    padding: 1.25rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: 2.9375rem !important
}

.input-group-addon {
    color: #555;
    background-color: #FFF;
    border-color: #e6e6e6;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear
}

.input-group--style-1 .form-control:not(:first-child) {
    border-left: 0
}

.input-group--style-1 .form-control:not(:last-child) {
    border-right: 0
}

.input-group--style-1 .input-group-addon {
    padding: 0.1875rem 0.875rem
}

.input-group--style-1 .input-group-addon > i {
    font-size: 1.375rem;
    line-height: 1.4
}

.input-group--style-2 .form-control {
    border-left: 0;
    border-right: 0
}

.input-group--style-2 .form-control:focus {
    background: transparent
}

.input-group--style-2 .input-group-btn > .btn {
    border-radius: 50%;
    background: transparent;
    border-color: #e6e6e6;
    color: #818a91;
    font-size: 0.625rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    cursor: pointer
}

.input-group--style-2 .input-group-btn > .btn[disabled] {
    color: #eceeef
}

.input-group--style-2 .input-group-btn > .btn:focus {
    box-shadow: none
}

.input-group--style-2 .input-group-btn:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #FFF
}

.input-group--style-2 .input-group-btn:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: #FFF
}

.form-default .form-control {
    background: #FFF;
    border-color: #e6e6e6;
    color: #555
}

.form-default .form-control:focus, .form-default .input-group--style-1 .form-control:focus + .input-group-addon {
    background: #f9f9f9;
    border-color: #e6e6e6
}

.form-control:disabled, .form-control[readonly] {
    background: #e9ecef
}

/*.form-default .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4)
}

.form-default select.form-control:invalid {
    color: rgba(0, 0, 0, 0.4)
}

.form-default .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4)
}

.form-default .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4)
}

.form-default .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4)
}

.form-default .input-group--style-1 .input-group-addon {
    color: rgba(0, 0, 0, 0.4)
}*/

.form-base-1 .form-control, .form-base-1 .input-group-addon {
    background: #0127ff;
    border-color: #0024f6;
    color: #FFF
}

.form-base-1 .form-control:focus {
    background: #0127ff;
    border-color: #0024f6;
    color: #FFF
}

.form-base-1 .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.form-base-1 .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.form-base-1 .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.form-base-1 .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.form-base-2 .form-control {
    background: #131619;
    border-color: #0f1113;
    color: #FFF
}

.form-base-2 .form-control:focus {
    background: #131619;
    border-color: #0f1113;
    color: #FFF
}

.form-base-2 .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.form-base-2 .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.form-base-2 .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.form-base-2 .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.form-inverse label {
    color: rgba(255, 255, 255, 0.7)
}

.form-inverse .form-control {
    background: #21252a;
    border-color: #333a41;
    color: #818a91
}

.form-inverse .form-control:focus {
    background: #21252a;
    border-color: #fff
}

.form-inverse .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4)
}

.form-inverse .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4)
}

.form-inverse .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4)
}

.form-inverse .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4)
}

.form-material .bootstrap-select .btn-default, .form-material .form-control {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-width: 1px;
    padding-left: 1px;
    padding-right: 1px
}

.form-material .form-control:focus {
    background: transparent
}

.form-material .bar {
    position: relative;
    display: block
}

.form-material .bar:after, .form-material .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #0072ff;
    transition: 0.5s ease all
}

.form-material .bar:before {
    left: 50%
}

.form-material .bar:after {
    right: 50%
}

.form-material .form-control:focus ~ .bar:after, .form-material .form-control:focus ~ .bar:before {
    width: 50%
}

.form-inverse.form-material .form-control {
    border-color: rgba(230, 230, 230, 0.5);
    color: #fff
}

.form-inverse.form-material .form-control:focus {
    background: transparent
}

.form-inverse.form-material .form-control:focus {
    background: transparent;
    border-color: #191919
}

.has-floating-label {
    padding-top: 10px
}

.has-floating-label .control-label {
    font-size: .875rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate3d(0, 24px, 0) scale(1);
    transform-origin: left top;
    transition: 0.3s
}

.has-floating-label.focused .control-label {
    transform: scale(0.75)
}

.checkbox {
    outline: none
}

.checkbox-inline {
    display: inline-block;
    margin-right: 1.125rem
}

.checkbox label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 0.75rem;
    margin-bottom: 0.8rem;
    font-size: .875rem;
    line-height: 18px;
    cursor: pointer
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    margin-left: -15px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #FFF;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-left: -15px;
    padding-left: 3px;
    padding-top: 0;
    font-size: 12px;
    color: transparent
}

.checkbox-circle.checkbox label::after {
    padding-left: 4px !important;
    padding-top: 1px !important;
    font-size: 11px !important;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1
}

.checkbox input[type="checkbox"]:checked + label::before, .checkbox input[type="radio"]:checked + label::before {
    border-color: #0072ff
}

.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
    color: #0072ff;
    font-family: "FontAwesome";
    content: "\f00c"
}

.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
    opacity: 0.65
}

.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
    background-color: #e9ecef;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-success input[type="radio"]:checked + label::after {
    color: #fff
}

.has-success input[type="checkbox"] + label::before, .has-success input[type="radio"] + label::before {
    border-color: #5cb85c
}

.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #0072ff;
    border-color: #0072ff
}

.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
    color: #FFF
}

.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #ec971f;
    border-color: #ec971f
}

.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff
}

.has-warning input[type="checkbox"] + label::before, .has-warning input[type="radio"] + label::before {
    border-color: #ec971f
}

.checkbox-danger input[type="checkbox"]:checked + label::before, .checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #c9302c;
    border-color: #c9302c
}

.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff
}

.has-error input[type="checkbox"] + label::before, .has-error input[type="radio"] + label::before {
    border-color: #c9302c
}

.radio {
    outline: none
}

.radio-inline {
    display: inline-block;
    margin-right: 10px
}

.radio label {
    display: inline-block;
    vertical-align: top;
    font-size: .875rem;
    line-height: 18px;
    position: relative;
    padding-left: 0.75rem;
    cursor: pointer
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -15px;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    background-color: #FFF;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -15px;
    border-radius: 50%;
    background-color: #333;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33)
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1
}

.radio input[type="radio"]:focus + label::before {
    outline: none
}

.radio input[type="radio"]:checked + label::after {
    background-color: #0072ff;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

.radio-primary input[type="radio"] + label::after {
    background-color: #0072ff
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #0072ff
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #0072ff
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px
}

.toggle-switch input {
    display: none
}

.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e6e6e6;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.toggle-switch input:disabled + .toggle-switch-slider {
    border: 1px solid #e9ecef
}

.toggle-switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 2px;
    background-color: #e9ecef;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

input:checked + .toggle-switch-slider:before {
    background: #0072ff;
    border-color: #0072ff
}

input:checked + .toggle-switch-slider {
    border: 1px solid #0072ff
}

input:focus + .toggle-switch-slider {
    box-shadow: 0 0 1px #0072ff
}

input:checked + .toggle-switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.toggle-switch-slider.round {
    border-radius: 34px
}

.toggle-switch-slider.round:before {
    border-radius: 50%
}

.checkbox-alphanumeric::after, .checkbox-alphanumeric::before {
    content: '';
    display: table
}

.checkbox-alphanumeric::after {
    clear: both
}

.checkbox-alphanumeric input {
    left: -9999px;
    position: absolute
}

.checkbox-alphanumeric label {
    width: 2.25rem;
    height: 2.25rem;
    float: left;
    padding: 0.375rem 0;
    margin-right: 0.375rem;
    display: block;
    color: #818a91;
    font-size: .875rem;
    font-weight: 400;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0.95)
}

.checkbox-alphanumeric-circle label {
    border-radius: 100%
}

.checkbox-alphanumeric label > img {
    max-width: 100%
}

.checkbox-alphanumeric label:hover {
    cursor: pointer;
    border-color: #8193ff
}

.checkbox-alphanumeric input:checked ~ label {
    color: #0072ff;
    border-color: #0072ff;
    transform: scale(1.1)
}

.checkbox-alphanumeric--style-1 label {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 2px
}

.d-table.checkbox-alphanumeric--style-1 {
    width: 100%
}

.d-table.checkbox-alphanumeric--style-1 label {
    width: 100%
}

.checkbox-color::after, .checkbox-color::before {
    content: '';
    display: table
}

.checkbox-color::after {
    clear: both
}

.checkbox-color input {
    left: -9999px;
    position: absolute
}

.checkbox-color label {
    width: 2.25rem;
    height: 2.25rem;
    float: left;
    padding: 0.375rem;
    margin-right: 0.375rem;
    display: block;
    font-size: .875rem;
    text-align: center;
    opacity: 0.7;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0.95)
}

.checkbox-color-circle label {
    border-radius: 100%
}

.checkbox-color label:hover {
    cursor: pointer;
    opacity: 1
}

.checkbox-color input:checked ~ label {
    transform: scale(1.1);
    opacity: 1
}

.checkbox-color input:checked ~ label:after {
    content: "\f121";
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px
}

.custom-input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.custom-input-file + label {
    max-width: 80%;
    font-size: .875rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    border: 1px solid #0072ff;
    border-radius: 2px;
    color: #FFF;
    background-color: #0072ff;
    outline: none
}

.custom-input-file + label:hover, .custom-input-file.has-focus + label, .custom-input-file:focus + label {
    background-color: #0127ff
}

.no-js .custom-input-file + label {
    display: none
}

.custom-input-file.has-focus + label, .custom-input-file:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.custom-input-file + label i {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em
}

.custom-input-file--2 + label {
    color: #0072ff;
    border-color: #0072ff;
    background: transparent
}

.custom-input-file--2 + label:hover, .custom-input-file--2.has-focus + label, .custom-input-file--2:focus + label {
    color: #0127ff;
    border-color: #0127ff;
    background: transparent
}

.custom-input-file--3 + label {
    background: transparent;
    border: 0;
    color: #0072ff
}

.custom-input-file--3 + label:hover, .custom-input-file--3.has-focus + label, .custom-input-file--3:focus + label {
    background: transparent;
    border: 0;
    color: #0022e7
}

.custom-input-file--4 + label {
    color: #0072ff;
    background: transparent;
    border-color: #0072ff;
    padding: 0
}

.custom-input-file--4 + label:hover, .custom-input-file--4.has-focus + label, .custom-input-file--4:focus + label {
    border-color: #0022e7;
    background: transparent
}

.custom-input-file--4 + label span, .custom-input-file--4 + label strong {
    padding: 0.625rem 1.25rem
}

.custom-input-file--4 + label span {
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top
}

.custom-input-file--4 + label strong {
    float: right;
    height: 100%;
    color: #FFF;
    background-color: #0072ff;
    display: inline-block;
    font-weight: 600
}

.custom-input-file--4 + label:hover strong, .custom-input-file--4.has-focus + label strong, .custom-input-file--4:focus + label strong {
    background-color: #0022e7
}

@media screen and (max-width: 456px) {
    .custom-input-file--4 + label strong, .custom-input-file--4 + label span {
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    g.nvd3.nv-legend {
        display: none !important;
    }
}

.form-card--style-1 {
    background-color: #fff;
    border: 1px solid #f1f1f1
}

.form-card--style-1 .form-header {
    padding: 1.2rem;
    background-color: #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.form-card--style-1 .form-header .heading {
    margin: 0;
    padding: 0;
    color: #111
}

.form-card--style-1 .form-body {
    padding: 2rem
}

.form-card--style-1 .form-footer {
    padding: 1rem 2rem;
    background-color: #f1f1f1
}

.form-card--style-2 .form-header {
    position: relative;
    padding: 2rem 0;
    background-color: #0072ff
}

.form-card--style-2 .form-header .form-header-title {
    margin: 0;
    padding: 0;
    color: #FFF
}

.form-card--style-2 .form-header .form-header-icon i {
    font-size: 3rem;
    color: #FFF
}

.form-card--style-2 .form-body {
    padding: 2rem;
    background-color: #fff
}

.form-card--style-2 .form-footer {
    padding: 1rem 0;
    background-color: #fff
}

.form-user-footer-links a {
    font-size: .75rem;
    color: #818a91
}

.help-block.with-errors > ul > li {
    font-size: .875rem;
    color: #ff3b30
}

.has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ff3b30
}

.has-success .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #4cd964
}

.has-feedback .glyphicon {
    font-family: "Ionicons" !important;
    font-size: 12px
}

.has-feedback .glyphicon-remove::before {
    content: "\f129";
    color: #ff3b30
}

.has-feedback .glyphicon-ok::before {
    content: "\f121";
    color: #4cd964
}

.form-subscribe-lg .form-control {
    border: 0;
    background: transparent;
    padding: 0.5rem 1rem;
    font-size: 2.5rem;
    font-weight: 300;
    color: #000;
    border-left: 5px solid rgba(0, 0, 0, 0.3);
    border-radius: 0
}

.form-subscribe-lg .form-control:focus {
    background: transparent
}

.form-subscribe-lg.form-inverse .form-control {
    border-left: 5px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9)
}

.form-subscribe-lg.form-inverse .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9)
}

.form-subscribe-lg.form-inverse .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9)
}

.form-subscribe-lg.form-inverse .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9)
}

.form-subscribe-lg.form-inverse .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9)
}

/**	17. Box Blocks
*************************************************** **/
.icon-block {
    position: relative
}

.row .feature > .icon-block {
    margin-top: 0 !important
}

.feature--boxed-border {
    padding: 2rem;
    border: 1px solid #f1f1f1;
    border-radius: .25rem;
    position: relative
}

.feature--boxed-border-light {
    border-color: rgba(255, 255, 255, 0.2)
}

.feature--boxed-border.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #0072ff;
    left: 0
}

.feature--boxed-border.image_border.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    left: 0;
    background-image: url('../img/cover/3.png') !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 45% 30% !important;
}

.feature--boxed-border p {
    margin-bottom: 0
}

a > .feature--boxed-border p {
    color: #55595c
}

a > .feature--boxed-border:hover {
    border-color: #0072ff
}

.feature--text-only .heading + p {
    max-width: 22.28571429em
}

.feature .feature-inner-spacer {
    max-width: 80%
}

.feature--bg-1 {
    background: #fff
}

.feature--bg-2 {
    background: #1b1e23
}

.feature--bg-2 *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a), .feature-inverse *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a) {
    color: rgba(255, 255, 255, 0.5)
}

.feature--bg-2 .heading, .feature--bg-2 .heading > a, .feature-inverse .heading, .feature-inverse .heading > a {
    color: #f3f3f3
}

.feature--bg-3 {
    background: #fafafa
}

.feature-body {
    padding: 1rem
}

.feature-content .heading, .feature-content p {
    margin-bottom: 0
}

.feature-headline {
    position: relative
}

.feature-headline:before, .feature-headline:after {
    content: '';
    display: table
}

.feature-headline:after {
    clear: both
}

.feature-headline:not(.no-linethrough):before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2)
}

.feature-headline > .headline-title {
    padding-right: 1rem;
    position: relative
}

.feature-headline > .headline-title + .headline-label {
    float: right;
    padding-left: 1rem;
    position: relative
}

.feature--bg-1 .feature-headline > .headline-title, .feature--bg-1 .feature-headline > .headline-label {
    background: #fff
}

.feature--bg-2 .feature-headline > .headline-title, .feature--bg-2 .feature-headline > .headline-label {
    background: #1b1e23
}

.feature--bg-3 .feature-headline > .headline-title, .feature--bg-3 .feature-headline > .headline-label {
    background: #fafafa
}

.block-icon.circle {
    border-radius: 100%
}

.block-icon.rounded {
    border-radius: .25rem
}

.block-bordered-grid {
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 40px;
    border-radius: 0
}

.block-bordered-grid--style-2 {
    border-top-style: dashed;
    border-right-style: dashed
}

@media (max-width: 991px) {
    .block-bordered-grid--style-2 {
        margin-bottom: 0 !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-bordered-grid.col-sm-6:nth-child(2n+2) {
        border-right: 0
    }

    .block-bordered-grid.col-sm-4:nth-child(3n+3) {
        border-right: 0
    }

    .block-bordered-grid.col-sm-3:nth-child(4n+4) {
        border-right: 0
    }
}

@media (min-width: 992px) {
    .block-bordered-grid[class*="col-"]:last-child {
        border-right: 0
    }

    .block-bordered-grid.col-md-6:nth-child(2n+2) {
        border-right: 0
    }

    .block-bordered-grid.col-md-4:nth-child(3n+3) {
        border-right: 0
    }

    .block-bordered-grid.col-md-3:nth-child(4n+4) {
        border-right: 0
    }
}

.icon-block--style-1 {
    position: relative
}

[class^="icon-block--style-1"] {
    position: relative
}

.icon-block--style-1-v1 .block-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1
}

.icon-block--style-1-v1 .block-icon > .icon-number, .icon-block--style-1-v1 .block-icon i {
    color: #0072ff
}

.icon-block--style-1-v1 .block-icon i, .icon-block--style-1-v1 .block-icon .icon-number {
    font-size: 50px
}

.icon-block--style-1-v1 .block-icon.c-white i {
    color: #fff
}

.icon-block--style-1-v1 .block-content {
    padding-left: 70px
}

.icon-block--style-1-v1 .block-icon-sm {
    width: 30px;
    height: 30px;
    line-height: 1.3
}

.icon-block--style-1-v1 .block-icon-sm i {
    font-size: 30px
}

.icon-block--style-1-v1 .block-icon-sm + .block-content {
    padding-left: 50px
}

.icon-block--style-1-v1 .block-icon-right {
    left: auto;
    right: 0
}

.icon-block--style-1-v1 .block-icon-right + .block-content {
    padding-right: 70px;
    padding-left: 0;
    text-align: right
}

.icon-block--style-1-v2 .heading {
    margin-bottom: 10px
}

.icon-block--style-1-v2 .block-icon, .icon-block--style-1-v3 .block-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0
}

.icon-block--style-1-v2 .block-icon i, .icon-block--style-1-v3 .block-icon i {
    font-size: 50px;
    line-height: 1
}

.icon-block--style-1-v2 .block-icon i {
    color: #2b2b2c
}

.icon-block--style-1-v2 .block-icon .icon-number {
    font-size: 50px;
    line-height: 1;
    display: block;
    text-align: right
}

.icon-block--style-1-v2 .block-icon .icon-number {
    color: #2b2b2c
}

.icon-block--style-1-v2 .block-content {
    padding-left: 70px
}

.icon-block--style-1-v2 .block-icon-lg, .icon-block--style-1-v3 .block-icon-lg {
    width: 70px;
    height: 70px
}

.icon-block--style-1-v2 .block-icon-lg i, .icon-block--style-1-v3 .block-icon-lg i {
    font-size: 70px
}

.icon-block--style-1-v2 .block-icon-lg + .block-content {
    padding-left: 80px
}

.icon-block--style-1-v2 .block-icon-sm {
    width: 30px;
    height: 30px
}

.icon-block--style-1-v2 .block-icon-sm i {
    font-size: 30px
}

.icon-block--style-1-v2 .block-icon-sm + .block-content {
    padding-left: 50px
}

.icon-block--style-1-v2 .block-icon-right {
    left: auto;
    right: 0;
    text-align: left
}

.icon-block--style-1-v2 .block-icon-right.block-icon-lg + .block-content {
    padding-left: 0;
    padding-right: 80px
}

.icon-block--style-1-v2 .block-icon-right + .block-content {
    padding-left: 0;
    padding-right: 70px;
    text-align: right
}

.icon-block--style-1-v2 .block-icon-right.block-icon-sm + .block-content {
    padding-left: 0;
    padding-right: 50px
}

.icon-block--style-1-v3 .block-icon, .icon-block--style-1-v4 .block-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px
}

.icon-block--style-1-v3 .block-icon {
    border: 1px solid #0072ff
}

.icon-block--style-1-v4 .block-icon {
    border: 1px solid #2b2b2c
}

.icon-block--style-1-v3-dashed .block-icon, .icon-block--style-1-v4-dashed .block-icon {
    border-style: dashed
}

.icon-block--style-1-v3 .block-icon i, .icon-block--style-1-v4 .block-icon i {
    font-size: 28px;
    line-height: 60px;
    font-weight: normal
}

.icon-block--style-1-v3 .block-icon i {
    color: #0072ff
}

.icon-block--style-1-v4 .block-icon i {
    color: #2b2b2c
}

.icon-block--style-1-v3 .block-content, .icon-block--style-1-v4 .block-content {
    padding-left: 85px
}

.icon-block--style-1.v3 .block-icon i {
    font-size: 15px;
    color: #0072ff
}

.icon-block--style-1.v4 .block-icon i {
    font-size: 15px;
    color: #2b2b2c
}

.icon-block--style-1.v3 .block-content, .icon-block--style-1.v4 .block-content {
    padding-left: 30px
}

.icon-block--style-1-v3.block-icon-right .block-icon, .icon-block--style-1-v4.block-icon-right .block-icon {
    left: auto;
    right: 0
}

.icon-block--style-1-v3.block-icon-right .block-content, .icon-block--style-1-v4.block-icon-right .block-content {
    padding-left: 0;
    padding-right: 85px;
    text-align: right
}

.icon-block--style-1-v5 {
    position: relative
}

.icon-block--style-1-v5 .block-icon {
    display: block;
    margin-bottom: 1rem
}

.icon-block--style-1-v5 .block-icon > i {
    font-size: 40px
}

.icon-block--style-1-v5 .block-icon-sm > i {
    font-size: 20px
}

.icon-block--style-1-v5 .block-icon-lg > i {
    font-size: 60px
}

.icon-block--style-1-v5 .block-icon > img {
    width: 80px
}

.icon-block--style-1-v5 .block-icon-sm > img {
    width: 60px
}

.icon-block--style-1-v5 .block-icon-lg > img {
    width: 100px
}

.icon-block--style-1-v5.active .block-icon {
    color: #0072ff !important
}

.icon-block--style-1-v5 .block-icon-circle {
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 50%;
    background: #0127ff
}

.icon-block--style-1-v5 .block-content p {
    margin-top: 10px
}

.icon-block--style-1-v5.block-bordered-grid-animated {
    padding: 3rem 2rem
}

.icon-block--style-1-v5.block-bordered-grid-animated .block-inner {
    display: block;
    color: #818a91
}

.icon-block--style-1-v5.block-bordered-grid-animated .block-inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background: transparent;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    transform: scale(0.1)
}

.icon-block--style-1-v5.block-bordered-grid-animated:hover .block-inner::after {
    border: 2px solid #0072ff;
    transform: scale(1)
}

.block.style-5 .block-icon.block-icon-lg i {
    font-size: 60px
}

.icon-block--style-1-v3.icon-block-inverse .block-icon {
    border-color: #fff
}

.icon-block--style-1-v1.icon-block-inverse .block-icon i, .icon-block--style-1-v2.icon-block-inverse .block-icon i, .icon-block--style-1-v3.icon-block-inverse .block-icon i, .icon-block--style-1-v4.icon-block-inverse .block-icon i, .icon-block--style-1-v5.icon-block-inverse .block-icon i {
    color: #fff
}

.icon-block--style-2-v1:hover .block-icon, .icon-block--style-2-v2:hover .block-icon {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out
}

.icon-block--style-2-v1 .heading, .icon-block--style-2-v2 .heading {
    margin-bottom: .5rem !important
}

.icon-block--style-2-v1 .block-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 32px;
    margin-bottom: 2rem
}

.icon-block--style-2-v2 .block-icon {
    margin-bottom: 2rem
}

.icon-block--style-2-v2 .block-icon {
    margin: auto auto 2rem;
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 32px;
    border: 2px solid #818a91;
    color: #55595c
}

.icon-block--style-2-v2.active .block-icon, .icon-block--style-2-v2:hover .block-icon {
    border-color: #0072ff;
    background: #0072ff;
    color: #FFF
}

.icon-block--style-3 {
    position: relative
}

.icon-block--style-3 > i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    border-radius: 100%;
    font-size: 20px
}

.icon-block--style-3 > .icon-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    border-radius: 100%;
    font-size: 17px
}

.icon-block--style-3 .icon-label {
    display: block;
    position: absolute;
    width: 40px;
    left: 0;
    top: 45px;
    font-size: 13px;
    text-align: center
}

.icon-block--style-3 .icon-block-text {
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    font-family: "Nunito", sans-serif
}

.icon-block--style-3 .icon-block-subtext {
    position: absolute;
    top: 34px;
    left: 54px
}

.icon-block--style-3-v1 > i {
    border: 1px solid #eceeef;
    background: transparent;
    color: #0072ff
}

.icon-block--style-3-v2 > .icon-number, .icon-block--style-3-v2 > i {
    position: absolute
}

.icon-block--style-3-v2 .icon-block-content {
    padding-left: 65px
}

.icon-block--style-4 {
    overflow: visible;
    position: relative;
    margin-top: 42px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-top: 0;
    border-radius: .25rem
}

.icon-block--style-4::before, .icon-block--style-4::after {
    content: "";
    width: calc(50% - 52px);
    position: absolute;
    top: 0;
    border-top: 1px solid #f1f1f1
}

.icon-block--style-4::before {
    left: 0;
    border-top-left-radius: .25rem
}

.icon-block--style-4::after {
    right: 0;
    border-top-right-radius: .25rem
}

.icon-block--style-4 .block-icon {
    width: 84px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -42px;
    border-radius: 100%;
    background: #0072ff;
    color: #FFF
}

.icon-block--style-4:hover .block-icon {
    -webkit-animation-name: rotate-icon;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out
}

.icon-block--style-4 .block-icon::after {
    content: "";
    width: 84px;
    height: 84px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -42px;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.icon-block--style-4:hover .block-icon::after {
    width: 98px;
    height: 98px;
    top: -7px;
    left: 50%;
    margin-left: -49px;
    border: 3px solid #0072ff
}

.icon-block--style-4 .block-icon i {
    font-size: 40px
}

.icon-block--style-4 .block-body {
    padding-top: 80px;
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width: 991px) {
    .icon-block--style-4 {
        margin-top: 80px
    }
}

.icon-block--arrow {
    border: 0
}

.icon-block--arrow .block-icon {
    width: 120px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    text-align: center;
    border-radius: .25rem
}

.icon-block--arrow .block-icon i {
    font-size: 40px
}

.icon-block--arrow .block-icon:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #0072ff;
    border-width: 12px;
    margin-left: -12px
}

.icon-block--arrow .block-body {
    margin-top: 1.7rem;
    padding: 0 2rem
}

@-webkit-keyframes rotate-icon {
    0% {
        -webkit-transform: scale(1) rotate(0deg)
    }
    10% {
        -webkit-transform: scale(1) rotate(0deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(360deg)
    }
}

/**	18. List Group
*************************************************** **/
.list-group {
    border-left: 0;
    border-right: 0
}

.list-group-item {
    padding: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(243, 243, 243, 0.7);
    color: #818a91;
    font-size: .875rem;
    margin-bottom: 0
}

.list-group-item-sm {
    padding: 0.75rem 1rem
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 1px solid rgba(243, 243, 243, 0.7)
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #eceeef;
    color: #2b2b2c;
    border-color: #eceeef
}

.list-group-item .label {
    margin-left: 1rem
}

.card .list-group .list-group-item:first-child {
    border-top: 0 !important
}

.card .list-group .list-group-item:last-child {
    border-bottom: 0 !important
}

.lgi-img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    vertical-align: top;
    margin: -.1rem 1.2rem 0 -.2rem
}

.lgi-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.lgi-heading {
    font-size: .875rem;
    color: #2b2b2c
}

.lgi-heading > small {
    float: right;
    color: #818a91;
    font-weight: 500
}

.lgi-content > p {
    color: #818a91;
    line-height: 1.5;
    margin: .2rem 0 0
}

.list-inline li {
    display: inline-block;
    float: left
}

ul.icons {
    margin: 0;
    padding: 0
}

ul.icons li {
    list-style: none;
    margin: 5px 0 0;
    vertical-align: top;
    font-size: .875rem
}

ul.icons li > a:not(.icon) {
    color: #818a91
}

ul.icons li > a:hover {
    color: #0072ff
}

ul.icons li .icon {
    margin-right: 1rem;
    display: inline-block;
    font-size: 20px;
    width: 20px;
    position: relative;
    top: 4px
}

ul.inline-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 1
}

ul.inline-links > li {
    display: inline-block;
    padding: 0 .4em 0 .4em;
    position: relative;
    font-size: .75rem
}

ul.inline-links > li:first-child {
    padding-left: 0
}

ul.inline-links > li:last-child {
    padding-right: 0
}

ul.inline-links > li, ul.inline-links > li > a {
    color: #818a91
}

ul.inline-links > li > a.active {
    color: #2b2b2c;
    font-weight: 500
}

ul.inline-links > li > a:hover {
    color: #0072ff;
    text-decoration: none
}

ul.inline-links > li > a:hover > heading {
    color: #0072ff
}

ul.inline-links > li > a > i, ul.inline-links > li > i {
    margin-right: 4px
}

ul.inline-links.inline-links--style-2 > li, ul.inline-links.inline-links--style-2 > li > a {
    font-size: 13px
}

ul.inline-links.inline-links--style-2 > li:not(:last-child) {
    padding-right: 12px
}

ul.inline-links.inline-links--style-2 > li:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 4px;
    color: #0072ff
}

ul.inline-links.inline-links--style-2 > li:last-child:before {
    content: ""
}

ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

ul.social-icons li {
    display: inline-block;
    font-size: .875rem
}

ul.social-icons li a {
    display: block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px
}

ul.social-icons li.text {
    height: 32px;
    padding-left: 10px;
    line-height: 32px
}

ul.social-icons li.facebook:hover {
    background: #3b5998;
    color: #fff
}

ul.social-icons li.facebook:hover > a {
    color: #fff
}

ul.social-icons li.twitter:hover {
    background: #1da1f2;
    color: #fff
}

ul.social-icons li.twitter:hover > a {
    color: #fff
}

ul.social-icons li.linkedin:hover {
    background: #0077b5;
    color: #fff
}

ul.social-icons li.linkedin:hover > a {
    color: #fff
}

.list-social-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%
}

.list-social-buttons > li {
    border-right: 1px solid #f1f1f1;
    display: table-cell
}

.list-social-buttons > li > a {
    padding: 2rem;
    font-size: 20px;
    display: block;
    text-align: center;
    color: #2b2b2c
}

.list-social-buttons > li:last-child {
    border-right: 0
}

ul.categories {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.categories > li {
    border-bottom: 1px solid #f1f1f1
}

ul.categories > li:last-child {
    border: 0
}

ul.categories > li > a {
    display: block;
    padding: 0.75rem 0;
    color: #818a91;
    font-size: .875rem;
    font-family: "Nunito", sans-serif
}

ul.categories > li > a:after, ul.categories > li > a:before {
    content: "";
    display: table
}

ul.categories > li > a:after {
    clear: both
}

ul.categories > li:hover > a {
    color: #0072ff;
    text-decoration: none
}

ul.categories > li > ul {
    padding-left: 3rem;
    list-style: none
}

ul.categories > li > ul > li > a {
    display: block;
    padding: 0.3125rem 0;
    color: #818a91;
    font-size: .875rem;
    font-family: "Nunito", sans-serif
}

ul.categories > li > ul > li > a.active {
    color: #0072ff
}

ul.categories--style-1 > li > a {
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center
}

ul.categories--style-1 > li > a > .category-name {
    color: #2b2b2c;
    flex-grow: 1
}

ul.categories--style-1 > li > a:hover > .category-name {
    color: #0072ff
}

ul.categories--style-1 > li > a > .category-count {
    color: #818a91;
    font-size: .75rem
}

ul.categories--style-1 > li > a:before {
    content: "\f125";
    font-family: "Ionicons";
    position: absolute;
    height: 16px;
    line-height: 16px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    font-size: 10px;
    color: #818a91;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear
}

ul.categories--style-2 > li {
    border: 0
}

ul.categories--style-2 > li > a {
    padding: 5px 0
}

ul.categories--style-3 > li {
    border: 0
}

ul.categories--style-3 > li > a {
    display: block;
    padding: 0.625rem 1rem
}

ul.categories--style-3 > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    color: #0072ff;
    font-weight: 600
}

ul.categories--style-3 > li > a.active {
    color: #0072ff;
    font-weight: 600
}

ul.categories--style-3 > li i {
    margin-right: 0.75rem;
    position: relative;
    top: 2px;
    font-size: 1.25rem
}

ul.categories--style-3 > li > ul > li > a.active {
    color: #0072ff;
    font-weight: 600
}

.list-wrapper {
    background: #0072ff;
    padding: 1.5rem;
    border-radius: .25rem
}

.list-wrapper > .heading {
    color: #FFF;
    margin-bottom: 1rem
}

.list-wrapper ul.categories--style-1 > li {
    border-color: rgba(255, 255, 255, 0.3);
    color: #FFF
}

.list-wrapper ul.categories--style-1 > li > a, .list-wrapper ul.categories--style-1 > li > a > .category-count, .list-wrapper ul.categories--style-1 > li > a > .category-name {
    color: #FFF
}

.list-wrapper ul.categories--style-1 > li > a:hover, .list-wrapper ul.categories--style-1 > li > a:hover > .category-name {
    color: #FFF
}

.list-wrapper ul.categories--style-1 > li > a:before {
    color: #FFF
}

ul.categories--style-1 > li > a:hover:before {
    left: 5px
}

.sidebar .list-unstyled {
    font-size: .875rem
}

.sidebar .list-unstyled > li > a {
    color: #2b2b2c;
    padding: 0.2rem 0;
    display: block
}

.sidebar .list-unstyled > li:hover > a {
    color: #0072ff
}

.vertical-info {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.vertical-info > li {
    padding: 0.25rem 0
}

.vertical-info > li > span {
    display: inline-block;
    font-size: .875rem
}

.vertical-info > li > .vi-title {
    font-weight: 600;
    margin-right: 0.5rem
}

.vertical-info > li > .vi-content {
    color: #818a91
}

ul.list-bullet {
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent
}

ul.list-bullet li {
    clear: left;
    padding: 10px 0;
    display: block;
    width: 100%
}

ul.list-bullet li > figure {
    margin: 0;
    padding: 0;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1rem;
    color: #eceeef;
    font-weight: 600;
    display: inline-block;
    float: left
}

ul.list-bullet li img {
    width: 60px
}

ul.list-bullet li h3 {
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    display: inline-block
}

ul.list-bullet li p {
    margin: 0 0 0 50px;
    padding: 0
}

ul.list-bullet li span {
    margin-left: 6px
}

ul.list-bullet li a {
    font-weight: 500
}

ul.list-bullet li a:hover {
    text-decoration: none;
    color: #464646
}

ul.list-bullet li span {
    font-size: 12px
}

.list-recent-stories {
    background: #e6edf2
}

.list-recent .widget-title {
    padding: 26px 24px 28px
}

.list-recent {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-recent li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(243, 243, 243, 0.7)
}

.list-recent li:first-child {
    padding-top: 0;
    border-top: 0
}

.list-recent.list-recent-boxed li {
    padding: 10px 15px
}

.list-recent li:last-child {
    border: 0
}

.list-recent-stories li:nth-child(odd) {
    background: #c6d3dd
}

.list-recent-comments li:nth-child(odd) {
    background: #eceeef
}

.list-recent .inline-links {
    display: block
}

.list-recent .post-thumb {
    float: left;
    width: 72px;
    height: 72px;
    margin-right: 16px
}

.list-recent-stories .post-thumb, .list-recent-stories .post-thumb img {
    border-radius: 50%
}

.list-recent-comments li:nth-child(even) .post-thumb {
    float: right;
    margin-right: 0;
    margin-left: 16px
}

.list-recent .post-thumb img {
    display: block;
    width: 100%;
    height: 100% !important
}

.list-recent .post-author, .list-recent .post-title {
    display: block;
    margin-bottom: 0
}

.list-recent .post-author {
    font-size: 12px;
    color: #0072ff
}

.list-recent .post-author a, .list-recent .post-title {
    font-size: .875rem;
    font-weight: 500;
    line-height: 19px;
    color: #2b2b2c
}

.list-recent .post-author a:hover {
    color: #0072ff
}

.list-recent .post-title a {
    color: #2b2b2c
}

.list-recent .post-title a:hover {
    color: #0072ff
}

.list-recent .post-title .label {
    margin-top: 5px
}

.list-recent .post-title > a + .inline-links, .list-recent .post-title > a + .star-rating {
    margin-top: 5px
}

.list-recent .post-entry, .list-recent .post-desc {
    display: block;
    font-size: 12px;
    color: #818a91;
    line-height: 17px
}

.list-recent .post-meta-bot {
    padding: 21px 0;
    text-align: center
}

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .list-recent li {
        padding: 8px
    }

    .list-recent .post-thumb {
        margin-right: 5px;
        margin-top: 3px
    }

    .list-recent-comments li:nth-child(odd) .post-thumb {
        margin-left: 5px
    }
}

ul.list-border--dotted > li {
    border: 1px solid dotted !important
}

ul.list-border--dotted > li:last-child {
    border: 0
}

.list-icon {
    display: inline-block;
    margin-right: 10px
}

.list-icon--style-1 {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 2px solid #f1f1f1;
    border-radius: 100%;
    color: #818a91
}

.list-icon--style-1 i {
    color: #0072ff
}

.list-simple {
    padding: 0;
    margin: 0;
    list-style: none
}

.list-simple--1 li {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-top: 0.75rem
}

.list-symbol--1 {
    list-style-type: square
}

.meta-category {
    display: block;
    position: relative;
    z-index: 100
}

.meta-category a {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    color: #0072ff
}

.meta-category a:hover {
    color: #0022e7
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.mask-base-1--style-1 {
    background: rgba(52, 82, 255, 0.9)
}

.mask-base-1--style-2 {
    background: rgba(52, 82, 255, 0.5)
}

.mask-base-1--style-3 {
    background: rgba(52, 82, 255, 0.7)
}

.mask-base-2--style-1 {
    background: rgba(41, 47, 54, 0.9)
}

.mask-base-2--style-2 {
    background: rgba(41, 47, 54, 0.5)
}

.mask-base-2--style-3 {
    background: rgba(41, 47, 54, 0.7)
}

.mask-gradient-1--style-1 {
    opacity: 0.9
}

.mask-gradient-1--style-2 {
    opacity: 0.5
}

.mask-light {
    background: #fff
}

.mask-light--style-1 {
    background: rgba(255, 255, 255, 0.9)
}

.mask-light--style-2 {
    background: rgba(255, 255, 255, 0.4)
}

.mask-light--style-3 {
    background: rgba(255, 255, 255, 0.2)
}

.mask-light ~ .mask-container .heading {
    color: #333 !important
}

.mask-light ~ .mask-container p {
    color: #555 !important
}

.mask-dark {
    background: #000
}

.mask-dark--style-1 {
    background: rgba(0, 0, 0, 0.9)
}

.mask-dark--style-2 {
    background: rgba(0, 0, 0, 0.4)
}

.mask-dark--style-3 {
    background: rgba(0, 0, 0, 0.2)
}

.mask-dark ~ .mask-container .heading {
    color: #FFF
}

.mask-dark ~ .mask-container p {
    color: #d3d3d3
}

/**	19. Modals
*************************************************** **/
.modal-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f1f1f1
}

.modal-header > .heading {
    margin-bottom: 0
}

.modal-body {
    position: relative;
    padding: 1rem 1.5rem
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: .25rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19)
}

.modal-backdrop.in {
    opacity: 0.3
}

.modal[data-modal-color], .modal[data-modal-color] .modal-footer .btn-link, .modal[data-modal-color] .modal-title {
    color: #fff
}

.modal[data-modal-color=base-1] .modal-content {
    background-color: #0072ff
}

.modal[data-modal-color=base-2] .modal-content {
    background-color: #292f36
}

.modal[data-modal-color=base-3] .modal-content {
    background-color: #818a91
}

.modal[data-modal-color=base-4] .modal-content {
    background-color: #2B2B2B
}

.modal[data-modal-color=base-5] .modal-content {
    background-color: #FFF
}

.modal[data-modal-color=dark] .modal-content {
    background-color: #2b2b2c
}

/**	20. Nav Pills
*************************************************** **/
.nav-pills {
    border: 1px solid transparent;
    border-radius: .25rem
}

.nav-pills .nav-link {
    border-radius: 0;
    border-right: 1px solid #ddd;
    background-color: #eee
}

.nav-pills .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.nav-pills .nav-item:last-child .nav-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
    background: #0072ff;
    color: #2b2b2c
}

.nav-pills .nav-item + .nav-item {
    margin-left: 2px
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
    color: #2b2b2c;
    background: #0072ff
}

.nav-pills--style-2 {
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: .25rem
}

.nav-pills--style-2 .nav-link {
    padding: 26px;
    border-radius: 0;
    border-right: 0;
    background-color: #eee;
    text-transform: uppercase
}

.nav-pills--style-2 .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem
}

.nav-pills--style-2 .nav-item:last-child .nav-link {
    border-top-right-radius: .25rem;
    border-right: 0
}

.nav-pills--style-2 .nav-link:focus, .nav-pills--style-2 .nav-link:hover {
    background: #f5f5f5
}

.nav-pills--style-2 .nav-item + .nav-item {
    margin-left: 2px
}

.nav-pills--style-2 .nav-link.active, .nav-pills--style-2 .nav-link.active:focus, .nav-pills--style-2 .nav-link.active:hover {
    background: transparent;
    color: inherit
}

.nav-pills--style-3 {
    border: 0
}

.nav-pills--style-3 .nav-link:after, .nav-pills--style-3 .nav-link:before {
    display: table;
    content: ""
}

.nav-pills--style-3 .nav-link:after {
    clear: both
}

.nav-pills--style-3 .nav-link {
    border: 1px solid #f1f1f1;
    margin-right: 20px;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    border-radius: .25rem
}

.nav-pills--style-3 .nav-item:last-child .nav-link {
    margin: 0
}

.nav-pills--style-3 .nav-link:focus, .nav-pills--style-3 .nav-link:hover {
    background: #0072ff;
    color: #FFF
}

.nav-pills--style-3 .nav-link.active, .nav-pills--style-3 .nav-link.active:focus, .nav-pills--style-3 .nav-link.active:hover {
    background: #fff
}

.nav-pills--style-3 .nav-pill-text {
    display: table-cell;
    padding: 1rem;
    vertical-align: middle
}

.nav-pills--style-3 .nav-pill-text p {
    margin: 0
}

.nav-pills--style-3 .nav-pill-text .heading {
    display: block;
    margin: 0;
    padding: 0
}

.nav-pills--style-3 .nav-pill-text .nav-pill-subtitle {
    display: block;
    margin-top: 5px;
    color: #818a91;
    font-size: .875rem
}

.nav-pills--style-3 .nav-pill-text .nav-pill-aux-text {
    display: block;
    margin-top: 20px;
    color: #818a91;
    font-size: .875rem
}

.nav-pills--style-3 .nav-pill-text .nav-pill-aux-text strong {
    color: #2b2b2c
}

.nav-pills--style-3 .nav-pill-icon {
    width: 60px;
    display: table-cell;
    vertical-align: middle
}

.nav-pills--style-3 .nav-pill-icon i {
    font-size: 50px;
    color: #2b2b2c
}

.nav-pills--style-3 .nav-link:focus .nav-pill-icon i, .nav-pills--style-3 .nav-link:hover .nav-pill-icon i {
    color: #FFF
}

.nav-pills--style-3 .nav-link.active .nav-pill-icon i {
    color: #2b2b2c
}

.nav-pills--style-3 .nav-link:hover * {
    color: #FFF
}

@media (max-width: 767px) {
    .nav-pills--style-3 .nav-link {
        margin-right: 0
    }
}

.nav-pills--style-3.nav-pills-inverse .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #1b1e23;
    color: #818a91
}

.nav-pills--style-3.nav-pills-inverse .nav-link:focus, .nav-pills--style-3.nav-pills-inverse .nav-link:hover {
    background: #0072ff;
    color: #FFF
}

.nav-pills--style-3.nav-pills-inverse .nav-link.active, .nav-pills--style-3.nav-pills-inverse .nav-link.active:focus, .nav-pills--style-3.nav-pills-inverse .nav-link.active:hover {
    background: #0072ff;
    color: #FFF
}

/**	21. Pagination
*************************************************** **/
.pagination-wrapper {
    margin: 1rem 0;
    font-size: 0
}

.pagination {
    margin: 0;
    border-radius: 0
}

.pagination .page-link, .pagination .page-item > span {
    padding: 0.625rem 0.875rem;
    font-family: "Nunito", sans-serif;
    font-size: .7rem;
    color: #818a91;
    background-color: transparent;
    border: 1px solid #eceeef;
    text-align: center !important
}

.pagination .page-item:first-child .page-link, .pagination .page-item:first-child > span {
    margin-left: 0;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination .page-item:last-child .page-link, .pagination .page-item:last-child > span {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover, .pagination .page-item > span:focus, .pagination .page-item > span:hover {
    color: #2b2b2c;
    background-color: #eceeef;
    border-color: #eceeef
}

.pagination > .active .page-link, .pagination > .active .page-link:focus, .pagination > .active .page-link:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #FFF;
    background-color: #0072ff;
    border-color: #0072ff
}

.pagination > .disabled .page-link, .pagination > .disabled .page-link:focus, .pagination > .disabled .page-link:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #818a91;
    background-color: #eceeef;
    border-color: #eceeef
}

.pagination-lg .page-item .page-link, .pagination-lg .page-item > span {
    padding: 0.875rem 1.125rem;
    font-family: "Nunito", sans-serif;
    font-size: .7rem;
    color: #818a91;
    background-color: transparent;
    border: 1px solid #eceeef
}

.pagination--style-1 .page-link, .pagination--style-1 .page-item > span {
    margin: 0 3px
}

.pagination--style-2 .page-item .page-link, .pagination--style-2 .page-item > span {
    margin: 0 3px;
    background: #fff;
    color: #818a91
}

.pagination-circle .page-item .page-link, .pagination-circle .page-item > span {
    border-radius: 50% !important;
    margin: 0 5px;
    display: block;
    width: 36px;
    height: 36px;
    padding: 5px;
    line-height: 2.2
}

.pagination-square .page-item .page-link, .pagination-square .page-item > span {
    border-radius: 0 !important;
    margin: 0 5px;
    display: block;
    width: 36px;
    height: 36px;
    padding: 5px;
    line-height: 2.2
}

.pager {
    padding-left: 0;
    margin: 1.5rem 0;
    list-style: none;
    text-align: center
}

.pager .page-item {
    display: inline
}

.pager .page-item .page-link, .pager .page-item > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    border-radius: 15px
}

.pager .page-item .page-link:focus, .pager .page-item .page-link:hover {
    text-decoration: none;
    background-color: #0072ff
}

.pager .next .page-link, .pager .next > span {
    float: right
}

.pager .previous .page-link, .pager .previous > span {
    float: left
}

.pager .disabled .page-link, .pager .disabled .page-link:focus, .pager .disabled .page-link:hover, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.pager .page-item .page-link, .pager .page-item > span {
    background-color: transparent;
    border: 1px solid #eceeef;
    border-radius: .2rem;
    font-size: .875rem;
    color: #2b2b2c
}

.pager .page-item .page-link:focus, .pager .page-item .page-link:hover {
    background-color: #eceeef;
    color: #2b2b2c
}

.pager--style-1 .page-item .page-link, .pager--style-1 .page-item > span {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #2b2b2c;
    opacity: 0.6
}

.pager--style-1 .page-item:hover .page-link, .pager--style-1 .page-item:hover > span {
    background-color: transparent;
    opacity: 1
}

.pager--style-1 .page-item.pager-count span {
    background: transparent;
    border: 0;
    padding: 0;
    font-style: italic
}

[data-toggle="popover"] {
    cursor: pointer
}

/**	22. Pricing
*************************************************** **/
.price-tag {
    display: block;
    padding: 0.75rem 0
}

.price-tag--1 {
    font-size: 3rem
}

.price-tag--1 sup {
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.4);
    top: -1em;
    right: -8px
}

.price-tag--1 .price-type {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    left: -10px
}

.pricing-plans:after, .pricing-plans:before, .pricing-table:after, .pricing-table:before {
    display: table;
    content: " "
}

.pricing-plans:before, .pricing-table:before {
    clear: both
}

.pricing-plans .plan-title {
    margin: 0;
    padding: 1rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2b2b2c
}

.pricing-plans .price-tag {
    margin: 0;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    font-weight: 700;
    text-align: center
}

.pricing-plans .price-tag span {
    font-size: 28px;
    font-weight: 600
}

.pricing-plans .price-tag span.price-type {
    font-size: 20px;
    font-weight: 500
}

.pricing-plans ul {
    margin: 0;
    padding: 0 15px;
    list-style: none
}

.pricing-plans ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: .875rem
}

.pricing-plans ul li i {
    margin-right: 8px
}

.pricing-plans .plan-info {
    margin: 0;
    padding: 15px;
    text-align: center
}

.pricing-plans .plan-select {
    padding: 15px;
    border-top: 1px solid #f1f1f1
}

.pricing-plans--style-1 .block-pricing {
    background: #fff
}

.pricing-plans--style-1 .block-pricing.active {
    background: #0072ff;
    color: #FFF
}

.pricing-plans--style-1 .block-pricing.active * {
    color: #FFF
}

.pricing-plans--style-1 .block-pricing.active .btn {
    color: #FFF !important;
    border-color: #FFF !important
}

.pricing-plans--style-1 .plan-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    background: transparent;
    color: #2b2b2c;
    text-transform: normal
}

.pricing-plans--style-1 .price-tag {
    margin: 0;
    padding: 1rem;
    font-size: 4rem;
    font-weight: 400;
    height: auto;
    line-height: 1;
    text-align: center;
    color: #2b2b2c
}

.pricing-plans--style-1 .price-tag span {
    font-size: 28px;
    font-weight: 600;
    color: #818a91
}

.pricing-plans--style-1 .price-tag span.price-type {
    font-size: 20px;
    font-weight: 500
}

.pricing-plans--style-1 .price-tag-subtitle {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    color: #818a91;
    display: block;
    text-align: center
}

.pricing-plans--style-1 ul li {
    padding: 0.875rem 0;
    color: #818a91
}

.pricing-plans--style-1 ul li.active {
    color: #2b2b2c
}

.pricing-plans--style-2 .plan-title {
    margin: 0;
    padding: 2rem;
    font-weight: 500;
    color: #2b2b2c;
    border-bottom: 1px solid #f1f1f1;
    text-transform: normal
}

.pricing-plans--style-2 .block-pricing.active .plan-title {
    background: #0072ff;
    color: #FFF;
    border-bottom: 1px solid #0072ff
}

.pricing-plans--style-2 .block-pricing.active--style-2 .plan-title {
    background: #2B2B2B;
    color: #FFF;
    border-bottom: 1px solid #2B2B2B
}

.pricing-plans--style-2 .price-tag {
    margin: 0.5rem 0 0 0;
    padding: 1rem 0 0;
    font-size: 3.75rem;
    font-weight: 500;
    height: auto;
    line-height: 1;
    text-align: center;
    color: #2b2b2c
}

.pricing-plans--style-2 .price-tag span {
    font-size: 28px;
    font-weight: 600
}

.pricing-plans--style-2 .price-tag span.price-type {
    font-size: 20px;
    font-weight: 500
}

.pricing-plans--style-2 .price-tag-subtitle {
    margin-top: 0.8rem;
    font-size: 1rem;
    font-weight: 300;
    text-transform: capitalize;
    color: #818a91;
    display: block;
    text-align: center
}

.pricing-plans--style-2 ul {
    padding: 1rem 2rem
}

.pricing-plans--style-2 ul li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f1f1;
    color: #818a91;
    font-size: .875rem
}

.pricing-plans--style-2 ul li:last-child {
    border: 0
}

.pricing-plans--style-2 ul li.active {
    color: #2b2b2c;
    font-weight: 500
}

.pricing-plans--style-3 .block-pricing {
    border: 1px solid #f1f1f1
}

.pricing-plans--style-3 .row-no-padding .block-pricing {
    border-radius: 0
}

.pricing-plans--style-3 .row-no-padding [class^="col-"]:not(:last-child) .block-pricing {
    border-right: 0
}

.pricing-plans--style-3 .block-pricing .plan-title-wrapper {
    padding: 1rem;
    text-align: center;
    background: #f7f7f9;
    border-bottom: 1px solid #f1f1f1
}

.pricing-plans--style-3 .block-pricing .plan-title-wrapper.active {
    background: #0072ff;
    color: #FFF
}

.pricing-plans--style-3 .block-pricing .plan-title-wrapper.active * {
    color: #FFF !important
}

.pricing-plans--style-3 .block-pricing .plan-title-wrapper .price-tag {
    font-size: 4rem;
    font-weight: 400;
    color: #2b2b2c
}

.pricing-plans--style-1 .block-pricing .price-tag sup, .pricing-plans--style-2 .block-pricing .price-tag sup, .pricing-plans--style-3 .block-pricing .price-tag sup {
    font-size: 1.5rem;
    top: -1em
}

.pricing-plans--style-3 .block-pricing .plan-title-wrapper .price-tag-subtitle {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: .875rem;
    font-weight: 300;
    text-transform: capitalize
}

.pricing-plans--style-3 ul {
    padding: 0
}

.pricing-plans--style-3 ul > li {
    padding: 15px 0
}

.pricing-plans .plan-select {
    padding: 15px;
    background: #f1f1f1;
    border-top: 1px solid #f1f1f1
}

.pricing-plans .block {
    margin-top: 2rem;
    border: 1px solid #f1f1f1;
    background: #fff;
    overflow: hidden
}

@media (max-width: 767px) {
    .pricing-plans {
        margin-bottom: 30px
    }

    .pricing-plans--style-3 [class^="col-"]:not(:last-child) .block-pricing {
        border: 1px solid #f1f1f1
    }
}

@media (min-width: 992px) {
    .pricing-plans .block.popular {
        margin-top: -1rem
    }
}

.promos {
    margin: 0 auto
}

.promos:before, .promos:after {
    content: '';
    display: table
}

.promos:after {
    clear: both
}

.promo {
    margin: 15px 10px 25px;
    padding: 5px 0 30px;
    font-weight: 400;
    line-height: 1.625;
    text-align: center
}

.promos.bg-base-1, .promos.bg-base-2, .promos.bg-base-3, .promos.bg-base-4, .promos.bg-base-5 {
    background: transparent !important
}

.promos.bg-base-1 .promo {
    background: #0072ff
}

.promos.bg-base-2 .promo {
    background: #292f36
}

.promos.bg-base-3 .promo {
    background: #818a91
}

.promos.bg-base-4 .promo {
    background: #2B2B2B
}

.promos.bg-base-5 .promo {
    background: #FFF
}

.promo h4 {
    margin: 15px 0 0;
    font-size: 150%;
    font-weight: normal
}

.promos.bg-base-1 .promo h4 {
    color: #FFF
}

.promos.bg-base-2 .promo h4 {
    color: #FFF
}

.promos.bg-base-3 .promo h4 {
    color: rgba(255, 255, 255, 0.9)
}

.promos.bg-base-4 .promo h4 {
    color: #FFF
}

.promos.bg-base-5 .promo h4 {
    color: #0A0814
}

.promo li {
    padding: 5px 0;
    font-size: .875rem
}

.promos.bg-base-1 .brief {
    color: #FFF
}

.promos.bg-base-2 .brief {
    color: #FFF
}

.promos.bg-base-3 .brief {
    color: rgba(255, 255, 255, 0.9)
}

.promos.bg-base-4 .brief {
    color: #FFF
}

.promos.bg-base-5 .brief {
    color: #0A0814
}

.promo .price {
    margin: 10px 0;
    padding: 5px 0;
    font-size: 250%
}

.promo .features {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.promo .buy {
    margin: 15px 0 0
}

.promos.bg-base-1 .promo .features {
    color: #FFF
}

.promos.bg-base-2 .promo .features {
    color: #FFF
}

.promos.bg-base-3 .promo .features {
    color: rgba(255, 255, 255, 0.9)
}

.promos.bg-base-4 .promo .features {
    color: #FFF
}

.promos.bg-base-5 .promo .features {
    color: #0A0814
}

.promos.bg-base-1 .promo .price {
    background: #0127ff;
    color: #FFF
}

.promos.bg-base-2 .promo .price {
    background: #131619;
    color: #FFF
}

.promos.bg-base-3 .promo .price {
    background: #687077;
    color: rgba(255, 255, 255, 0.9)
}

.promos.bg-base-4 .promo .price {
    background: #121212;
    color: #FFF
}

.promos.bg-base-5 .promo .price {
    background: #e6e6e6;
    color: #0A0814
}

@media (min-width: 768px) {
    .promo {
        display: inline;
        float: left;
        width: 33.333%;
        margin: 15px 0 0;
        transition: transform 0.25s ease-out
    }

    .promo.first {
        border-right: none
    }

    .promo.second {
        float: right;
        border-left: none
    }

    .promo.first:hover, .promo.second:hover {
        transform: translateY(-25px)
    }

    .scale {
        transform: scale(1.2)
    }

    .promos.bg-base-1 .scale {
        box-shadow: 0 0 4px 1px #0127ff
    }

    .promos.bg-base-2 .scale {
        box-shadow: 0 0 4px 1px #131619
    }

    .promos.bg-base-3 .scale {
        box-shadow: 0 0 4px 1px #687077
    }

    .promos.bg-base-4 .scale {
        box-shadow: 0 0 4px 1px #121212
    }

    .promos.bg-base-5 .scale {
        box-shadow: 0 0 4px 1px #e6e6e6
    }
}

@media (max-width: 767px) {
    .promo {
        margin-bottom: 2rem;
        border-radius: .25rem
    }

    .promo:last-child {
        margin-bottom: 0
    }
}

/**	23. Progress bar
*************************************************** **/
.progress-wrapper {
    position: relative;
    padding-top: 1.5rem
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: .2rem;
    background-color: #f1f1f1;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-inverse {
    background-color: rgba(0, 0, 0, 0.3)
}

.progress.progress-lg {
    height: 1.5rem
}

.progress.progress-md {
    height: 1rem
}

.progress.progress-sm {
    height: 0.625rem
}

.progress.progress-xs {
    height: 0.25rem
}

.progress .sr-only {
    width: auto;
    height: 20px;
    margin: 0 0 0 30px;
    left: 0;
    clip: auto;
    line-height: 20px;
    font-size: 13px
}

.progress.progress-lg .sr-only {
    height: 1.5rem;
    line-height: 1.5rem
}

.progress.progress-sm .sr-only {
    height: 0.625rem;
    line-height: 0.625rem
}

.progress.progress-xs .sr-only {
    height: 0.25rem;
    line-height: 0.25rem
}

.progress-heading {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 2px;
    padding: 0
}

.progress-bar {
    background-color: #0072ff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: auto
}

.progress-text {
    margin-bottom: 0
}

.progress-text .mark {
    float: left;
    width: 50%;
    background: transparent
}

.progress-text .mark.right {
    text-align: right
}

.progress-tooltip {
    display: inline-block;
    background: #2b2b2c;
    color: #eceeef;
    padding: 4px 6px;
    line-height: 1;
    font-size: 0.7rem;
    position: relative;
    bottom: 8px;
    border-radius: 3px;
    margin-left: -15px
}

.progress-tooltip:after {
    top: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #2b2b2c;
    border-width: 5px
}

.progress-label {
    display: inline-block;
    color: #818a91;
    position: absolute;
    top: 0;
    left: 0;
    font-size: .75rem
}

.progress-percentage {
    display: inline-block;
    color: #818a91;
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 0
}

/**	24. Ratings
*************************************************** **/
.star-rating {
    display: inline-block
}

.star-rating i {
    display: inline-block;
    color: #fc0
}

.star-rating-sm i {
    font-size: .75rem
}

.rating {
    display: inline-block
}

.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    float: left;
    padding: 0 1px;
    cursor: pointer
}

.rating span.star:before {
    content: "\f005";
    display: block;
    font-size: 14px;
    color: #818a91;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.rating-lg span.star:before {
    font-size: 18px
}

.rating-xl span.star:before {
    font-size: 24px
}

.rating span.voted:before {
    color: #fc0
}

.rating:hover span.star:before {
    color: #818a91
}

.rating:hover span.star.over:before {
    color: #fc0
}

.rating > .rating-count {
    font-size: .75rem;
    color: #818a91;
    position: relative;
    top: -3px;
    margin-left: 1rem
}

.custom-scrollbar--1::-webkit-scrollbar {
    width: 5px
}

.custom-scrollbar--1::-webkit-scrollbar-track {
    background-color: #bdc3c7
}

.custom-scrollbar--1::-webkit-scrollbar-thumb {
    background-color: #aaa
}

.custom-scrollbar--1::-webkit-scrollbar-thumb:hover {
    background-color: #7f8c8d
}

section.ss-slice {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem
}

section.ss-slice::after {
    position: absolute;
    content: '';
    pointer-events: none
}

.ss-style-triangles::after {
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.ss-style-triangles::after {
    bottom: -50px;
    z-index: 10;
    background: inherit
}

.ss-slice.ss-style-doublediagonal {
    z-index: 1;
    padding-bottom: 10em
}

.ss-style-doublediagonal::after, .ss-style-doublediagonal::before {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.ss-style-halfcircle::after, .ss-style-halfcircle::before {
    left: 50%;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ss-style-halfcircle::before {
    top: -50px
}

.ss-style-halfcircle::after {
    bottom: -50px
}

.ss-style-multitriangles::after, .ss-style-multitriangles::before {
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.ss-style-multitriangles::before {
    top: -25px;
    background: inherit;
    box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db
}

.ss-style-multitriangles::after {
    bottom: -25px;
    z-index: 10;
    background: inherit;
    box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db
}

.ss-style-roundedsplit {
    padding-top: 7em;
    border-radius: 0 0 80px 80px
}

.ss-style-roundedsplit::before {
    left: 0;
    z-index: 10;
    width: 50%;
    background: inherit
}

.ss-style-roundedsplit::before {
    border-radius: 0 80px 0 0
}

.ss-style-invertedrounded {
    padding: 13em 10% 10em;
    border-radius: 0 0 0 90px
}

.ss-style-invertedrounded::after, .ss-style-invertedrounded::before {
    left: 0;
    z-index: -1;
    height: 90px;
    background: #0127ff
}

.ss-style-invertedrounded::before {
    top: 100%;
    width: 100%;
    border-radius: 0 90px 0 0
}

.ss-style-invertedrounded::after {
    bottom: 0;
    z-index: -1;
    width: 50%
}

.ss-style-zigzag::after, .ss-style-zigzag::before {
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    height: 90px;
    background-size: 50px 100%
}

.ss-style-zigzag::after {
    top: 100%;
    background-position: 50%
}

.bg-base-1.ss-style-zigzag::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #0072ff), color-stop(0.25, #0072ff));
    background-image: linear-gradient(135deg, #0072ff 25%, transparent 25%), linear-gradient(225deg, #0072ff 25%, transparent 25%)
}

.sct-color-1.ss-style-zigzag::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #FFF), color-stop(0.25, #FFF));
    background-image: linear-gradient(135deg, #FFF 25%, transparent 25%), linear-gradient(225deg, #FFF 25%, transparent 25%)
}

.sct-color-2.ss-style-zigzag::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #fcfcfc), color-stop(0.25, #fcfcfc));
    background-image: linear-gradient(135deg, #fcfcfc 25%, transparent 25%), linear-gradient(225deg, #fcfcfc 25%, transparent 25%)
}

.sct-color-3.ss-style-zigzag::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #282d33), color-stop(0.25, #282d33));
    background-image: linear-gradient(135deg, #282d33 25%, transparent 25%), linear-gradient(225deg, #282d33 25%, transparent 25%)
}

.sct-color-4.ss-style-zigzag::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #121416), color-stop(0.25, #121416));
    background-image: linear-gradient(135deg, #121416 25%, transparent 25%), linear-gradient(225deg, #121416 25%, transparent 25%)
}

/**	25. Sections
*************************************************** **/
.section-title {
    margin-bottom: 1.5rem;
    position: relative
}

.section-title:after, .section-title:before {
    content: "";
    display: table
}

.section-title:before {
    content: " ";
    display: table
}

.section-title.text-center, .section-title.text-sm-center, .section-title.text-md-center, .section-title.text-lg-center, .section-title.text-xl-center {
    margin-bottom: 4rem
}

.section-title .section-title-inner {
    margin: 0 0 5px 0;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-transform: none;
    position: relative;
    z-index: 2;
    color: #2b2b2c
}

.section-title-inverse .section-title-inner, .section-title-inverse .heading {
    color: #fff
}

.section-title .section-title-delimiter {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.section-title .section-title-delimiter::before {
    background: #2b2b2c
}

.section-title-inverse .section-title-delimiter::before {
    background: #fff
}

.section-title--style-1 .section-title-delimiter::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 2px
}

.section-title--style-1.text-center .section-title-delimiter::before, .section-title--style-1.text-sm-center .section-title-delimiter::before, .section-title--style-1.text-md-center .section-title-delimiter::before, .section-title--style-1.text-lg-center .section-title-delimiter::before, .section-title--style-1.text-xl-center .section-title-delimiter::before {
    margin-bottom: -1rem;
    left: 50%;
    margin-left: -17.25px;
    width: 34.5px
}

@media (min-width: 768px) {
    .section-title--style-1.text-sm-left .section-title-delimiter::before {
        left: 0;
        margin-left: 0;
        width: 23px
    }
}

@media (min-width: 992px) {
    .section-title--style-1.text-md-left .section-title-delimiter::before {
        left: 0;
        margin-left: 0;
        width: 23px
    }
}

@media (min-width: 1201px) {
    .section-title--style-1.text-lg-left .section-title-delimiter::before {
        left: 0;
        margin-left: 0;
        width: 23px
    }
}

.section-title--style-1 .text-muted {
    display: block;
    margin: 0.5rem 0;
    text-transform: none
}

.section-title--style-1 .shadow-subtitle {
    position: absolute;
    top: -40px;
    left: -20px;
    color: rgba(0, 0, 0, 0.1);
    font-size: 50px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    z-index: 1
}

.section-title--style-1 .underlay-subtitle {
    color: #0072ff;
    font-size: 5rem;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    opacity: 0.5;
    line-height: 1
}

.section-title--style-1 .underlay-subtitle--top + .section-title-inner {
    margin-top: -36px
}

.section-title--style-1 .underlay-subtitle--bottom {
    top: 10%
}

.section-title--style-2 {
    position: relative
}

.section-title--style-2.text-center .section-title-inner {
    position: relative;
    cursor: default
}

.section-title--style-2.text-center .section-title-inner:before {
    content: "";
    display: block;
    width: 60px;
    height: 70px;
    position: relative;
    top: 22px;
    background: transparent;
    border: 3px solid;
    margin: auto;
    z-index: 3;
    border-color: #2b2b2c
}

.section-title--style-2.section-title-inverse .section-title-inner:before {
    border-color: #eceeef
}

.section-title--style-2.text-center .section-title-inner > span {
    display: inline-block;
    position: relative;
    top: -32px;
    height: 36px;
    line-height: 36px;
    z-index: 4;
    background: #FFF
}

.section-title--style-2.text-center .section-title-inner.heading-1 > span {
    top: -38px
}

.section-title--style-2.text-center .section-title-inner.heading-3 > span {
    top: -31px
}

.section-title--style-2.text-center .section-title-inner.heading-4 > span {
    top: -31px
}

.sct-color-2 .section-title--style-2.text-center .section-title-inner > span {
    background: #fcfcfc
}

.sct-color-3 .section-title--style-2.text-center .section-title-inner > span {
    background: #282d33
}

.bg-base-1 .section-title--style-2.text-center .section-title-inner > span {
    background: #0072ff
}

.section-title--style-2.section-title-inverse .section-title-inner > span {
    background: #2b2b2c
}

.section-title--style-2 .section-title-inner .heading {
    margin: 0
}

/**	26. Social Media
*************************************************** **/
.social-media {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none
}

.social-media > li {
    display: inline-block;
    font-size: 1rem
}

.social-media > li > a {
    display: block
}

[class*="social-media--style-1"] > li > a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-right: 0.3rem;
    background: transparent
}

[class*="social-media--style-1"] > li > a:hover {
    background: #0072ff;
    color: #FFF
}

.social-media-circle > li > a {
    border-radius: 100%
}

.social-media-round > li > a {
    border-radius: .25rem
}

.social-media.social-media--style-1-v1 > li > a {
    background: #0072ff;
    color: #FFF
}

.social-media.social-media--style-1-v1 > li > a:hover {
    background: #0127ff
}

.social-media.social-media--style-1-v2 > li > a {
    background: #ddd;
    color: #333
}

.social-media.social-media--style-1-v2 > li > a:hover {
    background: #0072ff;
    color: #FFF
}

.social-media.social-media--style-1-v3 > li > a {
    background: #2b2b2c;
    color: #eceeef
}

.social-media.social-media--style-1-v3 > li > a:hover {
    background: #0072ff;
    color: #FFF
}

.social-media.social-media--style-1-v4 > li > a {
    font-size: 1rem;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1rem;
    background: transparent;
    color: rgba(0, 0, 0, 0.7)
}

.social-media.social-media--style-1-v4 > li > a:hover {
    background: transparent;
    color: rgba(0, 0, 0, 0.9)
}

.social-media.social-media--style-1-v4 > li:last-child > a {
    margin-right: 0
}

.social-media.social-media--style-1-v5 > li > a {
    font-size: 1rem;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.7)
}

.social-media.social-media--style-1-v5 > li > a:hover {
    background: transparent;
    color: #fff
}

.social-media.social-media--style-1-v5 > li:last-child > a {
    margin-right: 0
}

.social-media.social-media--style-1-v5 > li > span {
    color: rgba(255, 255, 255, 0.5)
}

.social-media-brand-color > li > a.facebook, .social-media-brand-color--hover > li > a.facebook:hover {
    background: #3b5998;
    color: #fff
}

.social-media-brand-color > li > a.twitter, .social-media-brand-color--hover > li > a.twitter:hover {
    background: #1da1f2;
    color: #fff
}

.social-media-brand-color > li > a.instagram, .social-media-brand-color--hover > li > a.instagram:hover {
    background: #e1306c;
    color: #fff
}

.social-media-brand-color > li > a.linkedin, .social-media-brand-color--hover > li > a.linkedin:hover {
    background: #0077b5;
    color: #fff
}

.social-media-brand-color > li > a.pinterest, .social-media-brand-color--hover > li > a.pinterest:hover {
    background: #bd081c;
    color: #fff
}

.social-media-brand-color > li > a.dribbble, .social-media-brand-color--hover > li > a.dribbble:hover {
    background: #444;
    color: #fff
}

.social-media-brand-color > li > a.googleplus, .social-media-brand-color--hover > li > a.googleplus:hover {
    background: #dd4b39;
    color: #fff
}

.social-media-brand-color > li > a.skype, .social-media-brand-color--hover > li > a.skype:hover {
    background: #00aff0;
    color: #fff
}

.social-media-brand-color:not(.social-media-brand-color--hover) > li > a:hover {
    background: #0072ff;
    color: #FFF
}

/**	27. Tables
*************************************************** **/
.table td, .table th {
    font-size: .875rem
}

.table-bordered td, .table-bordered th {
    border: 1px solid #f1f1f1
}

.table thead th {
    vertical-align: bottom;
    color: #2b2b2c;
    font-weight: 400
}

.table tbody td {
    vertical-align: middle;
    color: #818a91
}

.table tbody + tbody {
    border-top: 2px solid #f2f2f2
}

.table .table {
    background-color: #f3f3f3
}

.table-sm td, .table-sm th {
    padding: 0.75rem 1rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #f2f2f2
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-inverse.table-bordered, .table-responsive.table-bordered {
    border: 0
}

.table-active, .table-active > td, .table-active > th, .table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f9fb
}

.table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: #e4edf3
}

.table-success, .table-success > td, .table-success > th {
    background-color: #57d59f
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #43d093
}

.table-info, .table-info > td, .table-info > th {
    background-color: #2ebcfc
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #14b4fc
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffc721
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffc107
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #ff6f6c
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ff5652
}

.thead-inverse th {
    color: #f3f3f3;
    background-color: #404c54
}

.thead-default th {
    color: #464a4c;
    background-color: #fbfbfb
}

.table-inverse {
    color: #f3f3f3;
    background-color: #404c54
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table thead th {
    border-bottom-width: 1px
}

.table tr[class*=table-] td, .table tr[class*=table-] th, .table tr[class*=table-] + tr td, .table tr[class*=table-] + tr th {
    border: 0
}

.table:not(.table-bordered) > tbody:first-child td, .table:not(.table-bordered) > tbody:first-child th, .table:not(.table-bordered) > thead:first-child td, .table:not(.table-bordered) > thead:first-child th {
    border-top: 0
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #505b63
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid rgba(243, 243, 243, 0.7);
    font-size: .875rem
}

.table-no-border > tbody > tr > td, .table-no-border > tbody > tr > th, .table-no-border > tfoot > tr > td, .table-no-border > tfoot > tr > th, .table-no-border > thead > tr > td, .table-no-border > thead > tr > th {
    border-top: 0
}

.table-profile > tbody > tr > td:not(.td-actions) {
    font-size: .875rem
}

.table-profile > tbody > tr > td.td-label {
    font-size: .75rem;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    color: #818a91;
    text-transform: uppercase;
    white-space: nowrap
}

.table-profile > tbody > tr > td.td-label > span {
    display: block;
    padding-right: 1rem
}

.table-profile > tbody > tr > td.td-actions > .btn {
    opacity: 0
}

.table-profile > tbody > tr:hover > td.td-actions > .btn {
    opacity: 1
}

.table-cart {
    width: 100%
}

.table-cart > thead > tr > th {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e7e7e7
}

.table-cart > tbody > tr:not(:last-child) {
    border-bottom: 1px dashed #f1f1f1
}

.table-cart tbody tr td {
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-transform: none;
    padding: 1rem 0;
    vertical-align: middle;
    color: #2b2b2c;
    border: none
}

.table-cart tbody tr td.product-remove a {
    display: block;
    width: 100px;
    text-align: center
}

.table-cart tbody tr td.product-remove a {
    font-size: 1rem;
    color: #818a91
}

.table-cart tbody tr td.product-remove a:hover {
    color: #ff3b30
}

.table-cart tbody tr td.product-image a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 60px;
    height: 60px
}

.table-cart tbody tr td.product-image img {
    max-width: 100%
}

.table-cart tbody tr td.product-quantity .form-control {
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2
}

.table-cart tfoot tr {
    border-bottom: 1px solid #f1f1f1
}

.table-cart tfoot tr th, .table-cart tfoot tr td {
    padding: 0.75rem 0;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: .3px;
    color: #2b2b2c
}

.table-cart tfoot tr.cart-subtotal th, .table-cart tfoot tr.cart-shipping th, .table-cart tfoot tr.cart-total th {
    padding: 0.75rem 0;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 400
}

.table-cart tfoot tr.cart-total th, .table-cart tfoot tr.cart-total td {
    padding: 1.25rem 0
}

.table-cart .cart-item-img {
    width: 120px
}

.table-cart .cart-item-img img {
    width: 100%
}

.table-cart .cart-item-content {
    vertical-align: middle;
    width: 70%
}

.table-cart .cart-item-content .cart-item-title {
    font-weight: 500;
    font-size: 1rem;
    color: #2b2b2c
}

.table-cart .cart-item-content .cart-item-title:hover {
    color: #0072ff
}

.table-cart .cart-item-content .label-quantity {
    color: #818a91;
    font-weight: 400;
    font-size: .875rem
}

.table-cart .cart-item-content .label-value {
    font-weight: 600
}

.table-cart .cart-item-unit-price {
    vertical-align: middle;
    font-size: 18px
}

.table-cart .cart-item-price {
    width: 20%;
    vertical-align: middle;
    text-align: right
}

.table-cart .cart-item-price > .price {
    font-weight: 600;
    font-size: 1.25rem;
    display: block;
    color: #2b2b2c
}

.table-cart .cart-item-price > .price.discount {
    font-weight: 500;
    font-size: .875rem;
    text-decoration: line-through;
    color: #ff3b30;
    margin-top: 8px
}

.table-cart .cart-item-price > .price.savings {
    font-weight: 400;
    font-size: .75rem
}

.table-cart .cart-item-count {
    vertical-align: middle
}

.table-cart .label-subtotal {
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase
}

.table-cart .table-cart-footer {
    padding: 15px;
    border-top: 1px solid rgba(243, 243, 243, 0.7)
}

.table-cart .cart-items {
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    background: #eee;
    color: #ccc;
    border-bottom: 1px solid #ccc
}

.navbar-dropdown--inverse .dropdown-cart .table > tbody > tr > td, .navbar-dropdown--inverse .dropdown-cart .table > tbody > tr > th, .navbar-dropdown--inverse .dropdown-cart .table > tfoot > tr > td, .navbar-dropdown--inverse .dropdown-cart .table > tfoot > tr > th, .navbar-dropdown--inverse .dropdown-cart .table > thead > tr > td, .navbar-dropdown--inverse .dropdown-cart .table > thead > tr > th {
    border-color: rgba(30, 30, 30, 0.7)
}

.navbar-dropdown--inverse .dropdown-cart-header {
    border-bottom: 1px solid rgba(30, 30, 30, 0.7)
}

.navbar-dropdown--inverse .dropdown-cart-header .heading, .navbar-dropdown--inverse .dropdown-cart-header .dropdown-cart-header-count {
    color: #eceeef
}

.navbar-dropdown--inverse .dropdown-cart .cart-item-content .cart-item-title {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dropdown--inverse .dropdown-cart .cart-item-content .label-quantity {
    color: #818a91
}

.navbar-dropdown--inverse .dropdown-cart-footer {
    border-top: 1px solid rgba(30, 30, 30, 0.7)
}

.navbar-dropdown--inverse .dropdown-cart-footer-subtotal {
    border-top: 1px solid rgba(30, 30, 30, 0.7)
}

.table-inner-well {
    padding: 15px
}

.table-inner-well > thead > tr > th {
    padding: 12px 0;
    border: 0;
    font-weight: 600
}

.table-inner-well > tbody > tr > td {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(243, 243, 243, 0.7);
    vertical-align: middle
}

.table-inner-well > tbody > tr:last-child > td {
    border: 0
}

.table-inner-well > tbody > tr.tr-sm > td {
    padding: 0.625rem 0
}

.table-inner-well .label-count {
    color: #818a91;
    font-weight: 600
}

.table-specs > tbody > tr > td {
    padding: 0.625rem 0
}

.tab-body {
    padding: 15px
}

.tabbable-panel {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px
}

.tabs.tabs--centered > .nav {
    text-align: center
}

.tabs.tabs--centered > .nav > li {
    float: none;
    display: inline-block
}

.nav-tab-image-wrapper:hover {
    cursor: pointer
}

.nav-tab-image-wrapper .nav-tab-image {
    display: block;
    width: 96px;
    height: 96px;
    margin: auto;
    border: 2px solid #f1f1f1
}

.nav-tab-image-wrapper:hover .nav-tab-image {
    border-color: #0072ff
}

.nav-tab-image-wrapper .nav-tab-image img {
    width: 100%
}

.nav-tab-image-wrapper .nav-tab-image-title {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    color: #111;
    font-size: 1rem;
    font-family: "Nunito", sans-serif
}

.nav-tab-image-wrapper:hover .nav-tab-image-title {
    color: #0072ff
}

@media (max-width: 991px) {
    .tabs .nav-pills.nav-pills--rounded > li {
        display: block;
        margin-bottom: 5px
    }
}

@media (min-width: 992px) {
    .tabs .nav-pills.nav-pills--rounded {
        padding: 0 50px
    }

    .tabs .nav-pills.nav-pills--rounded > li > a, .tabs .nav-pills.nav-pills--rounded > li > a.active {
        min-width: 200px;
        background: transparent;
        border: 0;
        padding: 0;
        position: relative
    }

    .tabs .nav-pills.nav-pills--rounded > li:last-child > a {
        min-width: auto
    }

    .tabs .nav-pills.nav-pills--rounded > li > a:before {
        content: "";
        position: relative;
        display: block;
        top: 40px;
        height: 1px;
        margin-left: 105px;
        margin-right: 0;
        background: #f6f6f6;
        z-index: 0
    }

    .tabs .nav-pills.nav-pills--rounded > li:last-child > a:before {
        background: transparent
    }

    .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill {
        position: relative;
        display: block;
        width: 100px;
        height: 100px
    }

    .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-circle {
        position: relative;
        display: block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: auto;
        text-align: center;
        border-radius: 100%;
        background: #eee;
        color: #2b2b2c;
        font-size: 16px;
        font-weight: 600;
        font-family: "Nunito", sans-serif;
        z-index: 10
    }

    .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-circle > i {
        display: block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 40px
    }

    .tabs .nav-pills.nav-pills--rounded a:hover .nav-pill .nav-pill-circle {
        background: #c8c8c8
    }

    .tabs .nav-pills.nav-pills--rounded .active .nav-pill .nav-pill-circle, .tabs .nav-pills.nav-pills--rounded a.active:hover .nav-pill .nav-pill-circle {
        background: #0072ff;
        color: #FFF
    }

    .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-text {
        display: block;
        margin: 10px 0 20px 0;
        color: #818a91;
        font-size: 13px
    }
}

.tabs--style-1 .tab-content {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.tabs--style-1 .tab-pane {
    border: 0
}

.tabs--style-1 .nav-tabs {
    border: 0
}

.tabs--style-1 .nav-tabs > li {
    margin-right: 5px
}

.tabs--style-1 .nav-tabs > li > a {
    border-radius: 0;
    margin: 0;
    text-align: center;
    background-color: #FFF;
    border-left: 0;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    padding: 0.6rem 1rem;
    display: table;
    width: 100%;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 13px;
    font-family: "Nunito", sans-serif;
    position: relative
}

.tabs--style-1 .nav-tabs > li > a:hover {
    background: #0072ff;
    color: #FFF
}

.tabs--style-1 .nav-tabs > li > a.active {
    border: 1px solid #0072ff;
    background: #0072ff;
    color: #FFF
}

.tabs--style-1 .nav-tabs > li:first-child > a.active {
    border-left: 1px solid #0072ff
}

.tabs--style-1 .nav-tabs > li.active > a, .tabs--style-1 .nav-tabs > li.active > a:focus, .tabs--style-1 .nav-tabs > li.active > a:hover {
    background: #0072ff;
    color: #FFF
}

.tabs--style-1 .tab-content {
    margin-top: 5px;
    border: 1px solid #f1f1f1
}

.tabs--style-1.rounded .nav-tabs > li > a {
    border-radius: 100px;
}

.tabs--style-2 .nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0 0;
    margin: 0
}

.tabs--style-2 .nav-tabs .nav-item {
    margin-right: 2rem
}

.tabs--style-2 .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.tabs--style-2 .nav-tabs .nav-link {
    border: 0;
    border-bottom: 1px solid transparent;
    margin-right: 0;
    color: #2b2b2c;
    padding: 1rem 0;
    font-size: .875rem;
    font-family: "Nunito", sans-serif
}

.tabs--style-2 > .nav-tabs > li > a > i {
    color: #a6a6a6
}

.tabs--style-2 .nav-tabs .nav-item.show .nav-link, .tabs--style-2 .nav-tabs .nav-link.active, .tabs--style-2 .nav-tabs .nav-link:hover {
    border-bottom: 1px solid #0072ff;
    background: transparent !important;
    color: #0072ff
}

.tabs--style-2 > .nav-tabs > li.show > a > i, .tabs--style-2 > .nav-tabs > li:hover > a > i {
    color: #a6a6a6
}

.tabs--style-2 > .nav-tabs > li.open .dropdown-menu, .tabs--style-2 > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0
}

.tabs--style-2 > .nav-tabs > li.active > a > i {
    color: #0072ff
}

.tabs--style-2 > .tab-content {
    margin-top: 0;
    border: 0;
    border-top: 0;
    padding: 15px 0
}

.tabs--style-2.tabs--centered > .tab-content {
    border-top: 0;
    padding-top: 20px
}

/**	28. Timeline
*************************************************** **/
.timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 2px;
    background: #0072ff
}

@media only screen and (min-width: 1170px) {
    .timeline {
        margin-top: 3em;
        margin-bottom: 3em
    }

    .timeline::before {
        left: 50%;
        margin-left: -2px
    }

    .timeline-one-side::before {
        left: 0
    }
}

.timeline-block {
    position: relative;
    margin: 2em 0
}

.timeline-block:after {
    content: "";
    display: table;
    clear: both
}

.timeline-block:first-child {
    margin-top: 0
}

.timeline-block:last-child {
    margin-bottom: 0
}

.timeline-img {
    position: absolute;
    left: 18px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0072ff
}

@media only screen and (min-width: 1170px) {
    .timeline-img {
        left: 50%;
        margin-left: -9px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden
    }

    .timeline-one-side .timeline-img {
        left: 0
    }
}

.timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    background: transparent;
    border-radius: .25rem;
    border: 1px solid #f1f1f1
}

.timeline-body {
    padding: 1.5rem
}

.timeline-content:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (min-width: 1170px) {
    .timeline-content {
        margin-left: 0;
        width: 38%;
        margin: 0 5%
    }

    .timeline-body {
        padding: 1.5rem
    }

    .timeline-block:nth-child(even) .timeline-content {
        float: right
    }

    .timeline-one-side .timeline-block:nth-child(even) .timeline-content {
        float: none
    }
}

.well {
    border-radius: .25rem;
    background: #eceeef;
    border-color: #818a91;
    -webkit-box-shadow: none;
    box-shadow: none
}

.widget {
    margin-bottom: 20px;
}

/**	29. Countdown
*************************************************** **/
.countdown .countdown-item {
    display: inline-block
}

.countdown .countdown-digit, .countdown .countdown-label {
    font-size: 2rem;
    font-weight: 300;
    font-family: "Nunito", sans-serif
}

.countdown .countdown-label {
    font-size: 1.2rem;
    padding: 0 10px
}

.countdown-sm .countdown-digit, .countdown-sm .countdown-label {
    font-size: 1.4rem
}

.countdown-sm .countdown-label {
    font-size: 0.875rem;
    padding: 0 10px
}

[data-countdown-label="hide"] .countdown-label:not(.countdown-days) {
    display: none
}

[data-countdown-label="show"] .countdown-separator {
    display: none
}

.countdown--style-1 .countdown-item {
    margin-right: 10px
}

.countdown--style-1 .countdown-item:last-child {
    margin-right: 0
}

.countdown--style-1 .countdown-digit {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url('../img/cover/3.png') !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 45% 30% !important;
    color: #333;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 60px;
    font-family: "Nunito", sans-serif
}

.countdown--style-1 .countdown-label {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    color: #fff
}

.countdown--style-1 .countdown-digit {
    color: #fff
}

.countdown--style-1-v1 .countdown-digit {
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

/**	30. Dropzone
*************************************************** **/
.dropzone, .dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 54px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: white
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.dropzone {
    border: 2px dashed #0072ff;
    border-radius: 5px;
    background: white
}

.dropzone .dz-message {
    font-weight: 400
}

.dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem
}

/**	31. Hamburger
*************************************************** **/
.hamburger {
    padding: 0
}

.hamburger-box {
    width: 20px;
    height: 18px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5)
}

.hamburger:hover:not(.is-active) .hamburger-inner, .hamburger:hover:not(.is-active) .hamburger-inner:after, .hamburger:hover:not(.is-active) .hamburger-inner:before {
    background-color: rgba(0, 0, 0, 0.8)
}

.hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #0072ff
}

.hamburger:not(.is-active) .hamburger-inner:before {
    top: 6px !important
}

.hamburger:not(.is-active) .hamburger-inner:after {
    top: 12px !important
}

.navbar-inverse .hamburger-inner, .navbar-inverse .hamburger-inner:after, .navbar-inverse .hamburger-inner:before {
    background-color: rgba(255, 255, 255, 0.5)
}

.navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner, .navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner:after, .navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner:before {
    background-color: rgba(255, 255, 255, 0.7)
}

.navbar-inverse .hamburger.is-active .hamburger-inner:after, .navbar-inverse .hamburger.is-active .hamburger-inner:before {
    background-color: rgba(255, 255, 255, 0.9)
}

/**	32. Counter
*************************************************** **/
.milestone-counter {
    margin: 30px 0
}

.milestone-counter .milestone-count {
    font-size: 60px;
    font-family: "Nunito", sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase
}

.milestone-counter .milestone-count.milestone-count-sm {
    font-size: 52px !important
}

.milestone-counter .milestone-count.milestone-count-xs {
    font-size: 32px !important
}

.milestone-counter .milestone-info {
    font-family: "Nunito", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase
}

.milestone-counter .milestone-icon {
    display: block;
    line-height: 1
}

.milestone-counter .milestone-icon .fa, .milestone-counter .milestone-icon .icon {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 30px
}

.milestone-counter .milestone-icon .icon:before {
    line-height: 0
}

.milestone-counter .milestone-delimiter {
    display: block;
    width: 60px;
    margin-bottom: 14px;
    border-bottom: 3px solid #0072ff;
    border-bottom: 3px solid #0072ff
}

.milestone-counter .milestone-delimiter:after, .milestone-counter .milestone-delimiter:before {
    display: table;
    content: "";
    width: 100%
}

.milestone-counter .milestone-delimiter:after {
    clear: both
}

@media (max-width: 767px) {
    .milestone-counter {
        margin-bottom: 60px
    }
}

/**	33. Nouislider
*************************************************** **/
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-target {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: #e8e8e8;
    margin: 15px 0
}

.noUi-horizontal {
    height: 2px
}

.noUi-horizontal .noUi-handle {
    top: -5px;
    left: -1px
}

.noUi-vertical {
    width: 3px
}

.noUi-connect {
    background: #0072ff;
    box-shadow: none
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 100%;
    box-shadow: none;
    cursor: pointer;
    position: relative;
    background-color: #0072ff;
    transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: box-shadow 0.2s, transform 0.2s;
    transition: box-shadow 0.2s, transform 0.2s, -webkit-transform 0.2s
}

.noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before, .noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    display: none
}

.noUi-horizontal .noUi-handle.noUi-active, .noUi-vertical .noUi-handle.noUi-active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.noUi-horizontal .noUi-active, .noUi-vertical .noUi-active {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.04)
}

.input-slider--blue .noUi-connect {
    background: #03A9F4
}

.input-slider--blue.noUi-horizontal .noUi-handle, .input-slider--blue.noUi-vertical .noUi-handle {
    background-color: #03A9F4
}

.input-slider--red .noUi-connect {
    background: #ff5652
}

.input-slider--red.noUi-horizontal .noUi-handle, .input-slider--red.noUi-vertical .noUi-handle {
    background-color: #ff5652
}

.input-slider--amber .noUi-connect {
    background: #ffc107
}

.input-slider--amber.noUi-horizontal .noUi-handle, .input-slider--amber.noUi-vertical .noUi-handle {
    background-color: #ffc107
}

.input-slider--green .noUi-connect {
    background: #32c787
}

.input-slider--green.noUi-horizontal .noUi-handle, .input-slider--green.noUi-vertical .noUi-handle {
    background-color: #32c787
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #b2b2b2
}

[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed
}

.range-slider-value {
    font-size: .875rem;
    font-weight: 500
}

.range-slider-wrapper .upper-info {
    font-weight: 400;
    margin-bottom: 5px
}

.input-slider-value-output {
    background: #333;
    color: #fff;
    padding: 4px 8px;
    position: relative;
    top: 12px;
    font-size: 11px;
    border-radius: 2px
}

.input-slider-value-output:after {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #333;
    border-width: 4px;
    margin-left: -4px
}

.input-slider-value-output.left:after {
    left: 10px;
    right: auto
}

.input-slider-value-output.right:after {
    right: 10px;
    left: auto
}

.rev-slider-outer-wrapper {
    position: relative;
    overflow: hidden;
    background: #FFF
}

.rev_slider_wrapper {
    margin: 0 auto;
    padding: 0;
    background-color: transparent
}

.rev_slider_wrapper .play-video {
    position: relative;
    top: auto;
    left: auto
}

.rev_slider_wrapper .title--style-1, .rev_slider_wrapper .tp-caption.title--style-1 {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px;
    padding: 10px 0;
    text-decoration: none
}

.rev_slider_wrapper .subtitle--style-1, .rev_slider_wrapper .tp-caption.subtitle--style-1 {
    font-size: 1rem
}

.rev_slider_wrapper .content--style-1, .rev_slider_wrapper .tp-caption.content--style-1 {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
    text-decoration: none
}

.title--style-2, .tp-caption.title--style-2 {
    color: #fff;
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
    font-style: normal;
    font-family: "Nunito", sans-serif;
    padding: 21px 30px 16px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(17, 17, 17, 0.9);
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0
}

.category-title--style-2, .tp-caption.category-title--style-2 {
    color: #111;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: "Nunito", sans-serif;
    padding: 21px 30px 16px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 3px
}

.non-generic-icon, .tp-caption.non-generic-icon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 0;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 0;
    text-align: left;
    text-decoration: none
}

.rev_slider_wrapper .handwritten-title, .rev_slider_wrapper .handwritten-title {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Pacifico;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px;
    padding: 10px 0;
    text-decoration: none
}

.rev_slider_wrapper .handwritten-subtitle, .rev_slider_wrapper .tp-caption.handwritten-subtitle {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Pacifico;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding: 10px 0;
    text-decoration: none
}

@media (min-width: 768px) {
    .rev_slider_wrapper .rev-slider-search-wrapper {
        width: 650px
    }
}

@media (max-width: 767px) {
    .rev_slider_wrapper .rev-slider-search-wrapper {
        width: 450px
    }
}

@media (max-width: 440px) {
    .rev_slider_wrapper .rev-slider-search-wrapper {
        width: 300px
    }
}

.tp-tab-title {
    font-family: "Nunito", sans-serif !important
}

/**	34. Select 2
*************************************************** **/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-selection--single .select2-selection__arrow {
    display: none
}

.select2-container--default .select2-selection--single {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
    font-size: .875rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    height: calc(2.25rem + 2px);
    padding: 0 .75rem;
    outline: none
}

.select2-container--default .select2-selection--single:before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
    right: 8px;
    bottom: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #e6e6e6
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(0, 0, 0, 0.4)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: rgba(0, 0, 0, 0.4);*/
    line-height: 1.25;
    padding: 0.65rem 0.1rem
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #555;
    border-color: #e6e6e6
}

.select2-container--default .select2-selection--multiple {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
    font-size: .875rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    height: calc(2.25rem + 2px);
    outline: none;
    padding: 0 .75rem
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #555;
    border-color: #e6e6e6
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 2px;
    border: 0;
    background-color: #242a30;
    /*height: 2rem;*/
    /*padding: 0.375rem 0.8rem;*/
    color: #fff;
    font-size: .75rem;
    margin-top: 0;
    margin-left: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 0.5rem
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: rgba(0, 0, 0, 0.4);
    padding: 0.15rem 0.1rem
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    opacity: 0.5
}

.select2-container--default .selection {
    position: relative;
    display: block
}

.select2-container--default .selection:after, .select2-container--default .selection:before {
    content: ''
}

.select2-dropdown {
    background-color: #FFF;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 0.8rem 0;
    box-shadow: none;
    z-index: 9;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.select2-dropdown .select2-results__option {
    padding: 0.5rem 1.5rem;
    font-size: .875rem;
    color: #555
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f7f9;
    color: #1d1e1f
}

.select2-dropdown .select2-results__option[aria-selected=true] {
    position: relative;
    padding-right: 1.5rem;
    background-color: #f9f9f9;
    color: #333
}

.select2-dropdown .select2-results__option[aria-selected=true]:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    font-size: 0.875rem;
    color: #b3b3b3
}

.select2-dropdown .select2-search--dropdown {
    margin-top: -.5rem;
    border-bottom: 1px solid #f9f9f9;
    position: relative;
    margin-bottom: 1rem
}

.select2-dropdown .select2-search--dropdown:before {
    font-family: 'FontAwesome';
    content: "\f002";
    font-size: 0.875rem;
    color: #555;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 0;
    background-color: transparent;
    height: 2.8rem;
    color: #555;
    padding-left: 3.5rem;
    outline: none
}

/**	35. Swiper
*************************************************** **/
.swiper-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.swiper-pagination--style-1 {
    display: inline-block;
    position: relative
}

.swiper-pagination--style-1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 100%;
    background: #000;
    opacity: 0.4
}

.swiper-pagination--style-1 .swiper-pagination-bullet-active {
    background: #0072ff
}

.swiper-pagination-bullet-active {
    background: #0072ff
}

.swiper-container {
    height: 100%
}

.swiper-wrapper .swiper-slide, .swiper-wrapper .swiper-slide *:not(.btn):not(.link) {
    cursor: grab !important;
    cursor: -webkit-grab !important;
    cursor: -moz-grab !important
}

.swiper-wrapper .swiper-slide:active, .swiper-wrapper .swiper-slide:active *:not(.btn):not(.link) {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important
}

.swiper-container .swiper-slide .animated {
    opacity: 0
}

.swiper-container .swiper-slide .animated.animation-ended {
    opacity: 1
}

.swiper-slide [data-swiper-hide="inactive"] {
    display: none;
    opacity: 0
}

.swiper-slide-active [data-swiper-hide="inactive"] {
    display: block;
    opacity: 1
}

@media (max-width: 767px) {
    .swiper-slide {
        height: auto !important
    }
}

.swiper-wrapper .swiper-slide .btn {
    cursor: pointer !important
}

.swiper-container-centered {
    margin: 20px auto
}

.swiper-container-centered .swiper-slide {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-container-vertical .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-container-vertical .swiper-slide-inner-right {
    padding-left: 50px
}

.swiper-container-vertical .swiper-pagination {
    right: auto;
    left: 10px
}

.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet {
    margin: 8px 0;
    width: 6px;
    height: 6px
}

.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin-left: -2px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: -22px;
    border-radius: 100%;
    z-index: 10;
    cursor: pointer;
    background: none;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5)
}

.swiper-button-prev:after {
    content: "\f3d2";
    font-family: "Ionicons"
}

.swiper-button-next:after {
    content: "\f3d3";
    font-family: "Ionicons"
}

.background-image-holder .swiper-button-next, .background-image-holder .swiper-button-prev, .swiper-button--hover-only.swiper-button-next, .swiper-button--hover-only.swiper-button-prev {
    opacity: 0
}

.background-image-holder:hover .swiper-button-next, .background-image-holder:hover .swiper-button-prev, .swiper-button--hover-only.swiper-button-next, .swiper-button--hover-only.swiper-button-prev {
    opacity: 1
}

.swiper-button--style-1 {
    width: auto;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    position: static;
    background: transparent;
    color: #333;
    font-size: 24px
}

.swiper-button--style-1:active, .swiper-button--style-1:focus, .swiper-button--style-1:hover {
    background: transparent;
    color: #0072ff;
    opacity: 1
}

.swiper-button--style-1.swiper-button-next {
    margin-left: 10px
}

.swiper-button--style-2 {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: -22px;
    border-radius: 100%;
    z-index: 10;
    cursor: pointer;
    background: none;
    background: #fff;
    color: #999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.swiper-button--style-2.swiper-button-prev {
    left: -10px
}

.swiper-button--style-2.swiper-button-next {
    right: -10px
}

.swiper-button--style-2.swiper-button-disabled {
    opacity: 0
}

.swiper-button--style-2:hover {
    background: #fff;
    color: #0072ff
}

.swiper-container .swiper-caption {
    text-shadow: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    color: #fff
}

.swiper-container .swiper-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px
}

.swiper-container .swiper-caption .caption-title {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500
}

.swiper-container .swiper-caption .caption-subtitle {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.1;
    color: #ddd;
    font-weight: 400
}

.swiper-container .swiper-caption .meta-info-cells li, .swiper-container .swiper-caption .meta-info-cells li a, .swiper-container .swiper-caption .meta-info-cells li i {
    color: #ddd
}

/**	36. Gallery
*************************************************** **/
.gallery-container {
    position: relative
}

.gallery-container .gallery-top {
    width: 100%;
    padding: 1rem;
    background: #eceeef;
    border-radius: .25rem
}

.gallery-container .gallery-top--style-2, .gallery-container .gallery-top--style-2 .swiper-wrapper {
    background: transparent
}

.gallery-container .gallery-top .swiper-button-next, .gallery-container .gallery-top .swiper-button-prev {
    opacity: 0
}

.gallery-container .gallery-top:hover .swiper-button-next, .gallery-container .gallery-top:hover .swiper-button-prev {
    opacity: 1
}

.gallery-container .gallery-top .swiper-slide img {
    max-width: 100%
}

.gallery-container .gallery-thumbs {
    box-sizing: border-box;
    padding: 1rem 0
}

.gallery-container .gallery-thumbs--style-1 a {
    display: block;
    padding: 1rem;
    border: 1px solid #f1f1f1
}

.gallery-container .gallery-thumbs .swiper-slide {
    background: transparent
}

.gallery-container .gallery-thumbs .swiper-slide img {
    max-width: 100%
}

.gallery-container.gallery-container--style-2 .gallery-top {
    background: transparent
}

.view {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

.view--rounded {
    border-radius: .25rem
}

.view--circle {
    border-radius: 100%
}

.view--circle img {
    border-radius: 100% !important
}

.view .content, .view .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0
}

.view .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.view:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.view img {
    max-width: 100%;
    display: block;
    position: relative
}

.view h2 {
    text-align: center;
    position: relative;
    padding: 10px;
    background: rgba(52, 82, 255, 0.8);
    color: #FFF;
    margin: 20px 0 0;
    font-size: 1.125rem;
    font-weight: 500
}

.view p {
    font-size: .875rem;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.view .view-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table
}

.view .view-buttons-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 1rem
}

.view .view-buttons .icon {
    font-size: 32px
}

.view .view-buttons .icon-lg {
    font-size: 64px
}

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.view-first .mask {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-first:hover a.info, .view-first:hover h2, .view-first:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.view-second img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out
}

.view-second .mask {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.view-second h2 {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.view-second p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear
}

.view-second a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear
}

.view-second:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.view-second:hover a.info, .view-second:hover h2, .view-second:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.view-third img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.view-third .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -moz-transform: translate(460px, -100px) rotate(180deg);
    -o-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    -moz-transition: all 0.2s 0.4s ease-in-out;
    -o-transition: all 0.2s 0.4s ease-in-out;
    -ms-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out
}

.view-third h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-third p {
    -webkit-transform: translateX(300px) rotate(90deg);
    -moz-transform: translateX(300px) rotate(90deg);
    -o-transform: translateX(300px) rotate(90deg);
    -ms-transform: translateX(300px) rotate(90deg);
    transform: translateX(300px) rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-third a.info {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-third:hover .mask {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.view-third:hover h2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.view-third:hover p {
    -webkit-transform: translateX(0) rotate(0deg);
    -moz-transform: translateX(0) rotate(0deg);
    -o-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.view-third:hover a.info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.view-fourth img {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.view-fourth .mask {
    background-color: #000;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.view-fourth h2 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.view-fourth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.view-fourth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.view-fourth:hover .mask {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.view-fourth:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

.view-fourth:hover a.info, .view-fourth:hover h2, .view-fourth:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.view-fifth img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.view-fifth .mask {
    background-color: #000;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.view-fifth h2 {
    background: #0072ff
}

.view-fifth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.view-fifth:hover .mask {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.view-fifth:hover img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.view-fifth:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.view-sixth .mask {
    top: -200px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s
}

.view-sixth h2 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s
}

.view-sixth p {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s
}

.view-sixth a.info {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    -moz-transition: all 0.2s ease-in-out 0.3s;
    -o-transition: all 0.2s ease-in-out 0.3s;
    -ms-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s
}

.view-sixth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear
}

.view-sixth:hover h2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.view-sixth:hover p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.view-sixth:hover a.info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

@keyframes bounceY {
    0% {
        transform: translateY(-205px)
    }
    40% {
        transform: translateY(-100px)
    }
    65% {
        transform: translateY(-52px)
    }
    82% {
        transform: translateY(-25px)
    }
    92% {
        transform: translateY(-12px)
    }
    100%,
    55%,
    75%,
    87%,
    97% {
        transform: translateY(0)
    }
}

@-moz-keyframes bounceY {
    0% {
        -moz-transform: translateY(-205px)
    }
    40% {
        -moz-transform: translateY(-100px)
    }
    65% {
        -moz-transform: translateY(-52px)
    }
    82% {
        -moz-transform: translateY(-25px)
    }
    92% {
        -moz-transform: translateY(-12px)
    }
    100%,
    55%,
    75%,
    87%,
    97% {
        -moz-transform: translateY(0)
    }
}

@-webkit-keyframes bounceY {
    0% {
        -webkit-transform: translateY(-205px)
    }
    40% {
        -webkit-transform: translateY(-100px)
    }
    65% {
        -webkit-transform: translateY(-52px)
    }
    82% {
        -webkit-transform: translateY(-25px)
    }
    92% {
        -webkit-transform: translateY(-12px)
    }
    100%,
    55%,
    75%,
    87%,
    97% {
        -webkit-transform: translateY(0)
    }
}

.quick-stat {
    padding: 1.5rem;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.quick-stat-info, .quick-stat-icon, .quick-stat-chart {
    display: inline-block;
    vertical-align: middle
}

.quick-stat--1 .quick-stat-icon {
    padding: 1.5rem;
    background: #f9f9f9;
    position: absolute;
    right: -80px;
    bottom: -80px;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    line-height: 60px;
    text-align: center
}

.quick-stat--1 .quick-stat-icon > i {
    font-size: 40px;
    margin-left: -60px
}

.quick-stat--1.bg-blue {
    background-color: transparent !important;
    border: 1px solid rgba(0, 122, 255, 0.3)
}

.quick-stat--1.bg-blue .quick-stat-icon {
    background: rgba(0, 122, 255, 0.1);
    color: rgba(0, 122, 255, 0.5)
}

.quick-stat--1.bg-orange {
    background-color: transparent !important;
    border: 1px solid rgba(255, 149, 0, 0.3)
}

.quick-stat--1.bg-orange .quick-stat-icon {
    background: rgba(255, 149, 0, 0.1);
    color: rgba(255, 149, 0, 0.5)
}

.quick-stat--1.bg-green {
    background-color: transparent !important;
    border: 1px solid rgba(76, 217, 100, 0.3)
}

.quick-stat--1.bg-green .quick-stat-icon {
    background: rgba(76, 217, 100, 0.1);
    color: rgba(76, 217, 100, 0.5)
}

.quick-stat--1.bg-red {
    background-color: transparent !important;
    border: 1px solid rgba(255, 59, 48, 0.3)
}

.quick-stat--1.bg-red .quick-stat-icon {
    background: rgba(255, 59, 48, 0.1);
    color: rgba(255, 59, 48, 0.5)
}

.profile.stacked-left .sidebar {
    margin-left: -15px
}

.profile.stacked-right .sidebar {
    margin-right: -15px
}

@media (max-width: 991px) {
    .profile.stacked-left .sidebar, .profile.stacked-right .sidebar {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 992px) {
    .profile.stacked-left .main-content {
        margin-left: 15px
    }

    .profile.stacked-right .main-content {
        margin-left: 15px
    }
}

.profile-picture-wrapper {
    position: relative
}

.profile-picture img {
    max-width: 65%
}

.profile-picture.profile-picture--style-1 {
    padding: 1rem 1rem 0
}

.profile-picture.profile-picture--style-1 img {
    border-radius: .25rem
}

.profile-picture .btn-aux {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 35px;
    right: 50px;
    background: rgba(0, 0, 0, 0.8);
    color: #ccc
}

.profile-picture:hover .btn-aux {
    display: block
}

.profile-picture.btn-aux:hover {
    background: #0072ff;
    color: #FFF
}

.profile-picture.profile-picture--style-2 {
    margin: 0 auto;
    width: 140px;
    position: relative
}

.profile-picture.profile-picture--style-2 img {
    border-radius: 100%;
    margin-top: 30px;
    border: 8px solid rgba(0, 0, 0, 0.1)
}

.sidebar-inverse .profile-picture.profile-picture--style-2 img {
    border-color: rgba(255, 255, 255, 0.1)
}

.profile-picture.profile-picture--style-2 .btn-aux {
    right: 10px;
    top: 10px
}

.profile-details {
    text-align: center;
    margin-top: 20px
}

.profile-details .profile-name {
    margin: 0;
    padding: 0
}

.profile-details .profile-occupation {
    margin: 12px 0 0;
    padding: 0
}

.profile-details .profile-location {
    margin: 2px 0 0;
    padding: 0
}

.profile-connect {
    text-align: center;
    width: 180px;
    margin: 2rem auto
}

.profile-stats {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.profile-stats .stats-entry {
    padding: 20px 0;
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    display: inline-block;
    float: left
}

.profile-stats .stats-entry:last-child {
    border-right: 0
}

.profile-stats .stats-entry .stats-count {
    display: block;
    font-weight: 500;
    font-size: 1.25rem
}

.profile-stats .stats-entry .stats-label {
    display: block;
    font-weight: 300;
    font-size: .75rem
}

.profile-useful-links:nth-child(n+2):not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.profile-useful-links .useful-links {
    padding: 2rem
}

.profile-useful-links .useful-links a {
    display: block;
    margin-bottom: 10px;
    font-size: .875rem
}

.profile-useful-links .useful-links a:last-child {
    margin-bottom: 0
}

.profile-useful-links .useful-links a > i {
    margin-right: 6px
}

.short-info {
    margin-bottom: 1.5rem
}

.short-info:last-child {
    margin: 0
}

.short-info .short-info-label {
    padding: 0;
    margin: 0;
    display: block;
    font-size: .75rem;
    color: #818a91;
    font-weight: 400
}

.short-info .short-info-title {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 1rem;
    color: #2b2b2c;
    font-weight: 500
}

.short-info .short-info-subtitle {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 1rem;
    color: #818a91;
    font-weight: 300
}

.short-info i {
    font-size: 36px;
    display: inline-block
}

.short-info .short-info-img {
    width: 50px
}

.short-info .short-info-img img {
    max-width: 100%;
    border-radius: 100%
}

.short-info .short-info-offset {
    display: inline-block;
    padding-left: 16px;
    margin-bottom: 15px;
    position: relative
}

.short-info:last-child .short-info-offset {
    margin-bottom: 0
}

.short-info .short-info-offset .btn {
    position: relative;
    float: right
}

.inline-actions .ia-item {
    display: inline-block;
    margin-right: 1rem;
    padding: 0
}

.inline-actions .ia-item > a {
    padding: 0
}

.inline-actions .ia-item:last-child {
    margin: 0
}

.shop-default #divProductList {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out
}

.shop-default .shop-grid-section-header {
    height: 62px;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1
}

.shop-default .shop-grid-section-header .shop-grid-section-title {
    margin: 0;
    padding: 0 1rem;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #111
}

.shop-default .shop-grid-section-footer {
    padding: 1rem
}

.shop-default .btn-view-mode {
    font-size: 20px;
    line-height: 1.6;
    margin-right: 0;
    color: #eceeef
}

.shop-default .btn-view-mode.active {
    color: #2b2b2c
}

.shop-default .aux-text {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: .875rem;
    color: #2b2b2c
}

.shop-default .btn-reset-filters {
    font-weight: 400
}

.shop-default .btn-reset-filters > i {
    margin-right: 5px;
    font-size: 13px
}

.shop-default .product .price-wrapper .price {
    font-size: 32px;
    color: #2b2b2c
}

.shop-default .product .price-wrapper .price sup {
    font-size: 16px;
    top: -1em;
    font-weight: 400
}

.shop-default .product .price-wrapper .price .price-value {
    margin: 0 3px
}

.shop-default .product .price-wrapper .price.discount {
    text-decoration: none;
    margin-right: 8px
}

.shop-default .product .price-wrapper .price.discount .price-value {
    margin: 0 1px;
    font-weight: 400;
    font-size: 24px;
    text-decoration: line-through
}

.shop-default .product .price-wrapper .price.discount sup {
    font-size: 14px
}

.shop-default .product .price-wrapper .price.discount sup.price-value-dec {
    text-decoration: line-through
}

.shop-default .product .product-colors .product-colors-label {
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #2b2b2c;
    font-size: .75rem;
    font-weight: 500
}

.shop-default .product .product-colors .color-switch a {
    display: inline-block;
    float: none !important;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 0;
    border-radius: .25rem
}

.shop-default .filter-sidebar {
    padding: 30px
}

.shop-default .filter-sidebar .filter-checkbox .checkbox {
    margin-bottom: 15px
}

.shop-default .filter-sidebar .filter-checkbox .checkbox label {
    padding-left: 10px
}

.shop-default .product figure {
    border: 0
}

.shop-default .product .switch-on-hover img {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.shop-default .product .switch-on-hover img.img-primary {
    display: block;
    opacity: 1
}

.shop-default .product:hover .switch-on-hover img {
    display: block;
    opacity: 1
}

.shop-default .product:hover .switch-on-hover img.img-primary {
    display: none;
    opacity: 0
}

.shop-cards .product.product--style-2 {
    position: relative
}

.shop-cards .product.product--style-2 .product-image {
    display: inline-block;
    float: left;
    width: 40%
}

.shop-cards .product.product--style-2 .product-content {
    display: inline-block;
    width: 60%
}

.shop-cards .product.product--style-2 .product-content .product-info {
    position: absolute;
    right: 20px;
    bottom: 12px
}

.shop-cards .product.product--style-2 .product-content .product-info .price-wrapper {
    display: block;
    margin-bottom: 10px
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #2b2b2c;
    font-weight: 500
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn.active {
    color: #0072ff
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn:last-child {
    margin-right: 0
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn:hover {
    color: #0072ff
}

.shop-cards .product .product-description {
    color: #818a91;
    font-size: .875rem;
    line-height: 1.6
}

.shop-cards .product .product-long-description {
    max-width: 360px;
    margin: 0 auto
}

.shop-cards.shop-tech .product-buttons .btn-cart {
    font-size: 0.625rem !important;
    padding: 0.625rem 0.875rem !important
}

.shop-cards.shop-tech .product-buttons .btn-icon {
    background: transparent;
    border: 0;
    text-align: center;
    font-size: 1.2rem;
    padding: 2px;
    color: #818a91;
    border: 0;
    cursor: pointer
}

.shop-cards.shop-tech .product-buttons .btn-icon:hover, .shop-cards.shop-tech .product-buttons .btn-icon.active {
    color: #2b2b2c
}

.shop-cards .product .price-wrapper .price-sm {
    font-size: 24px
}

.shop-cards .product .price-wrapper .price-sm.discount .price-value {
    font-size: 1rem;
    font-weight: 600
}

.shop-grid .product {
    margin: 0;
    padding: 1.5rem
}

.shop-sportswear .product {
    background-color: #f5f5f5
}

.shop-sportswear .block-image {
    padding: 1.5rem
}

.shop-minimalist .product {
    border: 0
}

.shop-minimalist .product .product-image {
    position: relative;
    background: #ebebeb;
    padding: 2rem
}

.shop-minimalist .product:not(.no-radius) .product-image, .shop-minimalist .product .product-image .mask {
    border-radius: .25rem
}

.shop-minimalist .product .product-image .product-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    margin: 30px 0
}

.shop-minimalist .product .product-image .product-price-wrapper {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%
}

.shop-minimalist .product .product-image .product-price {
    font-weight: 400;
    color: #fff
}

.shop-minimalist .product .product-image .product-price .price-value {
    font-size: 24px
}

.shop-minimalist .product .product-image .product-price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: .875rem;
    font-weight: 400;
    color: #ff3b30;
    text-decoration: line-through
}

.product .product-actions--1.in, .product .product-actions--2.in, .product .product-actions--3.in {
    opacity: 1
}

.product .product-actions--1.animated, .product .product-actions--2.animated, .product .product-actions--3.animated {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.product .product-actions--1 {
    opacity: 0;
    width: 42px;
    position: absolute;
    left: 15px;
    bottom: 20px
}

.product .product-actions--1 .btn-product-action {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 6px;
    border: 0;
    border-radius: 38px;
    background: #eceeef;
    color: #2b2b2c;
    font-size: 18px;
    outline: 0;
    cursor: pointer
}

.product .product-actions--1 .btn-product-action:hover {
    background: #0072ff;
    color: #FFF;
    border-color: #0127ff
}

.product .product-actions--1 .btn-product-action:active {
    border-color: transparent
}

.product .product-actions--2 {
    opacity: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9)
}

.product .product-actions--2 .btn-product-action {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    color: #2b2b2c;
    font-size: 1rem;
    outline: 0;
    cursor: pointer
}

.product .product-actions--2 .btn-product-action:hover {
    background: transparent;
    color: #0072ff
}

.product .product-actions--2 .btn-product-action:active {
    border-color: transparent
}

.product .product-actions--3 {
    opacity: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent
}

.product .product-actions--3.in {
    opacity: 1
}

.product .product-actions--3 .btn-product-action {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    color: #2b2b2c;
    font-size: 1rem;
    outline: 0;
    cursor: pointer
}

.product .product-actions--3 .btn-product-action:hover {
    background: transparent;
    color: #0072ff
}

.product .product-actions--3 .btn-product-action:active {
    border-color: transparent
}

.product-ribbon {
    position: absolute;
    top: 15px
}

.product-ribbon.product-ribbon-left {
    left: 15px
}

.product-ribbon.product-ribbon-right {
    right: 15px
}

.product-ribbon.no-space {
    top: 0
}

.product-ribbon.no-space.product-ribbon-left {
    left: 0
}

.product-ribbon.no-space.product-ribbon-right {
    right: 0
}

.product-ribbon.product-ribbon--style-1 {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 11px;
    z-index: 10
}

.product-swiper-container {
    position: relative;
    padding-top: 20px
}

.product-swiper-container .swiper-slide img {
    max-width: 100%
}

.product-swiper-container .swiper-pagination {
    top: 0;
    bottom: auto;
    text-align: left
}

.product-description-wrapper .product-title {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    color: #2b2b2c
}

.product-description-wrapper .product-category-label {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 400;
    color: #818a91
}

.product-description-wrapper .product-short-text {
    margin: 16px 0
}

.product-description-wrapper .product-price {
    margin: 16px 0;
    font-size: 36px;
    font-weight: 400;
    color: #2b2b2c
}

.product-description-wrapper .product-price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: .875rem;
    font-weight: 400;
    color: #ff3b30;
    text-decoration: line-through
}

.product-description-wrapper .product-short-info {
    margin: 30px 0
}

.product-description-wrapper .product-short-info span {
    display: block;
    padding: 4px
}

.product-description-wrapper .product-short-info strong {
    font-weight: 500;
    color: #818a91;
    margin-right: 5px
}

.spinner {
    width: 100px
}

.spinner input {
    text-align: right;
    padding: 16px 20px;
    height: 61px;
    border: 0;
    text-align: center;
    background: #f3f3f3
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.input-group-btn-vertical > .btn {
    outline: 0 !important;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    height: 31px;
    width: 30px;
    border: 2px solid #f3f3f3;
    text-align: center;
    margin-left: -2px;
    position: relative;
    border-radius: 0
}

.input-group-btn-vertical > .btn:active, .input-group-btn-vertical > .btn:focus {
    outline: 0 !important
}

.input-group-btn-vertical > .btn:hover {
    background-color: #0072ff;
    color: #FFF
}

.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 2px
}

.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 2px
}

.input-group-btn-vertical i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4.5px;
    margin-left: -4.5px;
    font-size: 9px
}

.input-group-btn-vertical i.icon {
    font-size: 14px;
    margin-top: -9px;
    margin-left: -3px
}

.c-base-1 {
    color: #0072ff !important
}

.c-base-2 {
    color: #292f36 !important
}

.c-base-3 {
    color: #818a91 !important
}

.c-base-4 {
    color: #2B2B2B !important
}

.c-base-5 {
    color: #FFF !important
}

.c-base-text-1 {
    color: #FFF !important
}

.c-base-text-2 {
    color: #FFF !important
}

.c-base-text-3 {
    color: rgba(255, 255, 255, 0.9) !important
}

.c-base-text-4 {
    color: #FFF !important
}

.c-base-text-5 {
    color: #0A0814 !important
}

.c-gray-dark {
    color: #2b2b2c !important
}

.c-gray {
    color: #55595c !important
}

.c-gray-light {
    color: #818a91 !important
}

.c-gray-lighter {
    color: #eceeef !important
}

.c-gray-lightest {
    color: #f7f7f9 !important
}

.c-black {
    color: #000 !important
}

.c-white {
    color: #fff !important
}

.c-white-3 {
    color: rgba(255, 255, 255, 0.3) !important
}

.c-white-5 {
    color: rgba(255, 255, 255, 0.5) !important
}

.c-white-7 {
    color: rgba(255, 255, 255, 0.7) !important
}

.c-blue {
    color: #007aff !important
}

.c-teal-blue {
    color: #5ac8fa !important
}

.c-green {
    color: #4cd964 !important
}

.c-red {
    color: #ff3b30 !important
}

.c-pink {
    color: #ff2d55 !important
}

.c-orange {
    color: #ff9500 !important
}

.c-yellow {
    color: #fc0 !important
}

.c-purple {
    color: #5856d6 !important
}

.c-twitter {
    color: #1da1f2
}

.c-facebook {
    color: #3b5998
}

.c-instagram {
    color: #e1306c
}

.c-skype {
    color: #00aff0
}

.no-bg {
    background: transparent !important
}

.bg-base-1 {
    background-color: #0072ff !important;
    color: #FFF !important
}

.bg-base-2 {
    background-color: #292f36 !important;
    color: #FFF !important
}

.bg-base-3 {
    background-color: #818a91;
    color: rgba(255, 255, 255, 0.9)
}

.bg-base-4 {
    background-color: #2B2B2B;
    color: #FFF
}

.bg-base-5 {
    background-color: #FFF;
    color: #0A0814
}

.bg-minimalist {
    background-color: #ebebeb !important
}

.bg-white {
    background-color: #fff
}

.bg-gray-dark {
    background-color: #2b2b2c
}

.bg-gray-light {
    background-color: #818a91
}

.bg-gray-lighter {
    background-color: #eceeef
}

.bg-black {
    background-color: #000
}

.bg-space-gray {
    background-color: #282d33
}

.bg-blue {
    background-color: #007aff !important;
    color: #FFF
}

.bg-blue .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-teal-blue {
    background-color: #5ac8fa !important
}

.bg-green {
    background-color: #4cd964 !important;
    color: #FFF
}

.bg-green .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-red {
    background-color: #ff3b30 !important;
    color: #FFF
}

.bg-red .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-pink {
    background-color: #ff2d55 !important;
    color: #FFF
}

.bg-pink .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-orange {
    background-color: #ff9500 !important;
    color: #FFF
}

.bg-orange .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-yellow {
    background-color: #fc0 !important;
    color: #FFF
}

.bg-yellow .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-purple {
    background-color: #5856d6 !important;
    color: #FFF
}

.bg-purple .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.sct-color-1 {
    background-color: #FFF
}

.sct-color-2 {
    background-color: #fcfcfc
}

.sct-color-3 {
    background-color: #282d33
}

.sct-color-3 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #d7d2cc
}

.sct-color-4 {
    background-color: #121416
}

.sct-color-4 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #edebe9
}

.bg-gradient-1, .mask-gradient-1--style-1, .mask-gradient-1--style-2 {
    background: linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%)
}

.bg-gradient-2 {
    background: #f4fdff;
    background: -moz-linear-gradient(top, #f4fdff 0%, #fff 40%, #fff 100%);
    background: -webkit-linear-gradient(top, #f4fdff 0%, #fff 40%, #fff 100%);
    background: linear-gradient(to bottom, #f4fdff 0%, #fff 40%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4fdff', endColorstr='#ffffff', GradientType=0)
}

.bg-gradient-blue-pink {
    background-color: #E55D87;
    background-color: -webkit-linear-gradient(to left, #E55D87, #5FC3E4);
    background-color: linear-gradient(to left, #E55D87, #5FC3E4)
}

.bg-gradient-electric-red {
    background-color: #D31027;
    background-color: -webkit-linear-gradient(to left, #D31027, #EA384D);
    background-color: linear-gradient(to left, #D31027, #EA384D)
}

[class^="space-"] {
    display: block
}

.space-xs-sm {
    margin-bottom: 1.5rem
}

.space-xs-md {
    margin-bottom: 2.5rem
}

.space-xs-lg {
    margin-bottom: 3.5rem
}

.space-xs-xl {
    margin-bottom: 4.5rem
}

@media (min-width: 768px) {
    .space-sm-sm {
        margin-bottom: 1.5rem
    }

    .space-sm-md {
        margin-bottom: 2.5rem
    }

    .space-sm-lg {
        margin-bottom: 3.5rem
    }

    .space-sm-xl {
        margin-bottom: 4.5rem
    }
}

@media (min-width: 992px) {
    .space-md-sm {
        margin-bottom: 1.5rem
    }

    .space-md-md {
        margin-bottom: 2.5rem
    }

    .space-md-lg {
        margin-bottom: 3.5rem
    }

    .space-md-xl {
        margin-bottom: 4.5rem
    }
}

@media (min-width: 1201px) {
    .space-lg-sm {
        margin-bottom: 1.5rem
    }

    .space-lg-md {
        margin-bottom: 2.5rem
    }

    .space-lg-lg {
        margin-bottom: 3.5rem
    }

    .space-lg-xl {
        margin-bottom: 4.5rem
    }
}

@media (max-width: 767px) {
    .space-xs-only-1 {
        clear: both;
        margin-bottom: 1rem
    }

    .space-xs-only-2 {
        clear: both;
        margin-bottom: 2rem
    }

    .space-xs-only-3 {
        clear: both;
        margin-bottom: 3rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .space-sm-only-1 {
        clear: both;
        margin-bottom: 1rem
    }

    .space-sm-only-2 {
        clear: both;
        margin-bottom: 2rem
    }

    .space-sm-only-3 {
        clear: both;
        margin-bottom: 3rem
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .space-md-only-1 {
        clear: both;
        margin-bottom: 1rem
    }

    .space-md-only-2 {
        clear: both;
        margin-bottom: 2rem
    }

    .space-md-only-3 {
        clear: both;
        margin-bottom: 3rem
    }
}

@media (min-width: 1201px) {
    .space-lg-only-1 {
        clear: both;
        margin-bottom: 1rem
    }

    .space-lg-only-2 {
        clear: both;
        margin-bottom: 2rem
    }

    .space-lg-only-3 {
        clear: both;
        margin-bottom: 3rem
    }
}

.no-margin {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.no-padding {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

/**	37. Typography
*************************************************** **/
@media (min-width: 992px) {
    .mt--1 {
        margin-top: -1rem !important
    }

    .mt--2 {
        margin-top: -2rem !important
    }

    .mt--3 {
        margin-top: -3rem !important
    }

    .mt--4 {
        margin-top: -4rem !important
    }

    .mt--5 {
        margin-top: -5rem !important
    }

    .mr--1 {
        margin-right: -1rem !important
    }

    .mr--2 {
        margin-right: -2rem !important
    }

    .mr--3 {
        margin-right: -3rem !important
    }

    .mb--1 {
        margin-bottom: -1rem !important
    }

    .mb--2 {
        margin-bottom: -2rem !important
    }

    .mb--3 {
        margin-bottom: -3rem !important
    }

    .ml--1 {
        margin-left: -1rem !important
    }

    .ml--2 {
        margin-left: -2rem !important
    }

    .ml--3 {
        margin-left: -3rem !important
    }

    .ml--4 {
        margin-left: -4rem !important
    }

    .ml--5 {
        margin-left: -5rem !important
    }

    .mt-100 {
        margin-top: 100px !important
    }

    .mb-100 {
        margin-bottom: 100px !important
    }

    .mt-150 {
        margin-top: 150px !important
    }

    .mb-150 {
        margin-bottom: 150px !important
    }

    .mt-250 {
        margin-top: 250px !important
    }

    .mb-250 {
        margin-bottom: 250px !important
    }

    .mt-300 {
        margin-top: 300px !important
    }

    .mb-300 {
        margin-bottom: 300px !important
    }

    .mt--100 {
        margin-top: -100px !important
    }

    .mb--100 {
        margin-bottom: -100px !important
    }

    .mt--150 {
        margin-top: -150px !important
    }

    .mb--150 {
        margin-bottom: -150px !important
    }

    .mt--180 {
        margin-top: -180px !important
    }

    .mt--300 {
        margin-top: -300px !important
    }

    .mb--300 {
        margin-bottom: -300px !important
    }

    .pt-100 {
        padding-top: 100px !important
    }

    .pb-100 {
        padding-bottom: 100px !important
    }

    .pt-150 {
        padding-top: 150px !important
    }

    .pb-150 {
        padding-bottom: 150px !important
    }

    .pt-200 {
        padding-top: 200px !important
    }

    .pb-200 {
        padding-bottom: 200px !important
    }

    .pt-250 {
        padding-top: 250px !important
    }

    .pb-250 {
        padding-bottom: 250px !important
    }

    .pt-300 {
        padding-top: 300px !important
    }

    .pb-300 {
        padding-bottom: 300px !important
    }

    .pt--100 {
        padding-top: -100px !important
    }

    .pb--100 {
        padding-bottom: -100px !important
    }

    .pt--150 {
        padding-top: -150px !important
    }

    .pb--150 {
        padding-bottom: -150px !important
    }

    .pt--300 {
        padding-top: -300px !important
    }

    .pb--300 {
        padding-bottom: -300px !important
    }

    .rt-150 {
        position: relative;
        top: 150px !important
    }
}

.top-10vh {
    top: 10vh
}

.width-auto {
    width: auto !important
}

.width-10 {
    width: 10% !important
}

.width-20 {
    width: 20% !important
}

.width-30 {
    width: 30% !important
}

.width-40 {
    width: 40% !important
}

.width-50 {
    width: 50% !important
}

.width-60 {
    width: 60% !important
}

.width-70 {
    width: 70% !important
}

.width-80 {
    width: 80% !important
}

.width-90 {
    width: 90% !important
}

.width-100 {
    width: 100% !important
}

.height-auto {
    height: auto !important
}

.font-size-1 {
    font-size: 1rem !important
}

.font-size-2 {
    font-size: 2rem !important
}

.font-size-3 {
    font-size: 3rem !important
}

.font-size-4 {
    font-size: 4rem !important
}

.font-size-5 {
    font-size: 5rem !important
}

.font-size-6 {
    font-size: 6rem !important
}

.font-size-7 {
    font-size: 7rem !important
}

.font-size-8 {
    font-size: 8rem !important
}

.font-size-9 {
    font-size: 9rem !important
}

.font-size-10 {
    font-size: 10rem !important
}

@media (min-width: 992px) {
    .font-size-md-1 {
        font-size: 1rem !important
    }

    .font-size-md-2 {
        font-size: 2rem !important
    }

    .font-size-md-3 {
        font-size: 3rem !important
    }

    .font-size-md-4 {
        font-size: 4rem !important
    }

    .font-size-md-5 {
        font-size: 5rem !important
    }

    .font-size-md-6 {
        font-size: 6rem !important
    }

    .font-size-md-7 {
        font-size: 7rem !important
    }

    .font-size-md-8 {
        font-size: 8rem !important
    }

    .font-size-md-9 {
        font-size: 9rem !important
    }

    .font-size-md-10 {
        font-size: 10rem !important
    }
}

@media (min-width: 1201px) {
    .font-size-lg-1 {
        font-size: 1rem !important
    }

    .font-size-lg-2 {
        font-size: 2rem !important
    }

    .font-size-lg-3 {
        font-size: 3rem !important
    }

    .font-size-lg-4 {
        font-size: 4rem !important
    }

    .font-size-lg-5 {
        font-size: 5rem !important
    }

    .font-size-lg-6 {
        font-size: 6rem !important
    }

    .font-size-lg-7 {
        font-size: 7rem !important
    }

    .font-size-lg-8 {
        font-size: 8rem !important
    }

    .font-size-lg-9 {
        font-size: 9rem !important
    }

    .font-size-lg-10 {
        font-size: 10rem !important
    }
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-normal {
    text-transform: none !important
}

.text-line-through {
    text-decoration: line-through
}

.text-underline {
    text-decoration: underline
}

.text-underline--none, .text-underline--none:hover {
    text-decoration: none !important
}

.typeface-base {
    font-family: "Roboto", sans-serif !important
}

.typeface-alt {
    font-family: "Nunito", sans-serif !important
}

.font-blzee {
    font-family: "Blzee", sans-serif !important
}

.font-custom-1 {
    font-family: "Sue Ellen Francisco", sans-serif !important
}

.font-custom-2 {
    font-family: "Pacifico", sans-serif !important
}

.font-custom-3 {
    font-family: "YellowTail", sans-serif !important
}

.font-custom-4 {
    font-family: "Slabo 27px", sans-serif !important
}

.no-border {
    border: 0 !important
}

.border {
    border: 1px solid;
    border-color: #f1f1f1
}

.border-top {
    border-top: 1px solid #f1f1f1
}

.border-right {
    border-right: 1px solid #f1f1f1
}

.border-bottom {
    border-bottom: 1px solid #f1f1f1
}

.border-left {
    border-left: 1px solid #f1f1f1
}

@media (min-width: 768px) {
    .border-md {
        border: 1px solid #f1f1f1
    }

    .border-md-top {
        border-top: 1px solid #f1f1f1
    }

    .border-md-right {
        border-right: 1px solid #f1f1f1
    }

    .border-md-bottom {
        border-bottom: 1px solid #f1f1f1
    }

    .border-md-left {
        border-left: 1px solid #f1f1f1
    }
}

@media (min-width: 992px) {
    .border-lg {
        border: 1px solid #f1f1f1
    }

    .border-lg-top {
        border-top: 1px solid #f1f1f1
    }

    .border-lg-right {
        border-right: 1px solid #f1f1f1
    }

    .border-lg-bottom {
        border-bottom: 1px solid #f1f1f1
    }

    .border-lg-left {
        border-left: 1px solid #f1f1f1
    }
}

.b-inverse {
    border-color: rgba(255, 255, 255, 0.15)
}

.no-radius {
    border-radius: 0 !important
}

.sct-shadow-top-1 {
    background-image: url("../images/elements/shadow-1.png");
    background-repeat: no-repeat;
    background-position: top center
}

.sct-shadow-bottom-1 {
    background-image: url("../images/elements/shadow-1.png");
    background-repeat: no-repeat;
    background-position: bottom center
}

.strong {
    font-weight: bold !important
}

.strong-100 {
    font-weight: 100 !important
}

.strong-200 {
    font-weight: 200 !important
}

.strong-300 {
    font-weight: 300 !important
}

.strong-400 {
    font-weight: 400 !important
}

.strong-500 {
    font-weight: 500 !important
}

.strong-600 {
    font-weight: 600 !important
}

.strong-700 {
    font-weight: 700 !important
}

.ls-1 {
    letter-spacing: 1px !important
}

.ls-2 {
    letter-spacing: 2px !important
}

.ls-3 {
    letter-spacing: 3px !important
}

.ls-4 {
    letter-spacing: 4px !important
}

.ls-5 {
    letter-spacing: 5px !important
}

.line-height-1_2 {
    line-height: 1.2 !important
}

.line-height-1_4 {
    line-height: 1.4 !important
}

.line-height-1_5 {
    line-height: 1.5 !important
}

.line-height-1_6 {
    line-height: 1.6 !important
}

.line-height-1_8 {
    line-height: 1.8 !important
}

.text-italic {
    font-style: italic !important
}

.z-depth--removed {
    border-width: 1px !important;
    box-shadow: none !important
}

.z-depth-1:not(.btn), .z-depth-1--hover:not(.btn):hover, .z-depth-1-top:not(.btn), .z-depth-1-top--hover:not(.btn):hover, .z-depth-1-bottom:not(.btn), .swiper-slide > .block--style-4-v1:not(.btn), .z-depth-1-bottom--hover:not(.btn):hover, .z-depth-2:not(.btn), .z-depth-2--hover:not(.btn):hover, .z-depth-2-top:not(.btn), .z-depth-2-top--hover:not(.btn):hover, .z-depth-2-bottom:not(.btn), .z-depth-2-bottom--hover:not(.btn):hover, .z-depth-3:not(.btn), .z-depth-3--hover:not(.btn):hover, .z-depth-3-top:not(.btn), .z-depth-3-top--hover:not(.btn):hover, .z-depth-3-bottom:not(.btn), .z-depth-3-bottom--hover:not(.btn):hover, .z-depth-4:not(.btn), .z-depth-4--hover:not(.btn):hover, .z-depth-4-top:not(.btn), .z-depth-4-top--hover:not(.btn):hover, .z-depth-4-bottom:not(.btn), .z-depth-4-bottom--hover:not(.btn):hover, .z-depth-5:not(.btn), .image-animate-wrapper:hover .image-animate--hover img:not(.btn), .z-depth-5--hover:not(.btn):hover, .z-depth-5-top:not(.btn), .z-depth-5-top--hover:not(.btn):hover, .z-depth-5-bottom:not(.btn), .z-depth-5-bottom--hover:not(.btn):hover {
    border-color: transparent !important
}

.z-depth-0, .z-depth-0--hover:hover {
    box-shadow: none !important
}

.z-depth-1, .z-depth-1--hover:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.1)
}

.z-depth-1-top, .z-depth-1-top--hover:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)
}

.z-depth-1-bottom, .swiper-slide > .block--style-4-v1, .z-depth-1-bottom--hover:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

.z-depth-2, .z-depth-2--hover:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1)
}

.z-depth-2-top, .z-depth-2-top--hover:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1)
}

.z-depth-2-bottom, .z-depth-2-bottom--hover:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1)
}

.z-depth-3, .z-depth-3--hover:hover {
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1), 0 17px 50px rgba(0, 0, 0, 0.1)
}

.z-depth-3-top, .z-depth-3-top--hover:hover {
    box-shadow: 0 17px 50px rgba(0, 0, 0, 0.1)
}

.z-depth-3-bottom, .z-depth-3-bottom--hover:hover {
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1)
}

.z-depth-4, .z-depth-4--hover:hover {
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.1), 0 25px 55px rgba(0, 0, 0, 0.1)
}

.z-depth-4-top, .z-depth-4-top--hover:hover {
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.1)
}

.z-depth-4-bottom, .z-depth-4-bottom--hover:hover {
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.1)
}

.z-depth-5, .image-animate-wrapper:hover .image-animate--hover img, .z-depth-5--hover:hover {
    box-shadow: 0 27px 24px rgba(0, 0, 0, 0.1), 0 40px 77px rgba(0, 0, 0, 0.1)
}

.z-depth-5-top, .z-depth-5-top--hover:hover {
    box-shadow: 0 40px 77px rgba(0, 0, 0, 0.1)
}

.z-depth-5-bottom, .z-depth-5-bottom--hover:hover {
    box-shadow: 0 27px 24px rgba(0, 0, 0, 0.1)
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.img-center, .shop-minimalist .product .product-image img, .product-swiper-container .swiper-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.img-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.relative {
    position: relative
}

.overflow--visible {
    overflow: visible !important
}

.overflow--hidden {
    overflow: hidden !important
}

.alpha-1, .alpha-wrapper:hover .alpha-1--hover {
    opacity: 0.1
}

.alpha-2, .alpha-wrapper:hover .alpha-2--hover {
    opacity: 0.2
}

.alpha-3, .alpha-wrapper:hover .alpha-3--hover {
    opacity: 0.3
}

.alpha-4, .alpha-wrapper:hover .alpha-4--hover {
    opacity: 0.4
}

.alpha-5, .alpha-wrapper:hover .alpha-5--hover {
    opacity: 0.5
}

.alpha-6, .alpha-wrapper:hover .alpha-6--hover {
    opacity: 0.6
}

.alpha-7, .alpha-wrapper:hover .alpha-7--hover {
    opacity: 0.7
}

.alpha-8, .alpha-wrapper:hover .alpha-8--hover {
    opacity: 0.8
}

.alpha-9, .alpha-wrapper:hover .alpha-9--hover {
    opacity: 0.9
}

.pos-absolute {
    position: absolute !important
}

.top-0 {
    top: 0
}

.top-50px {
    top: 50px
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

body {
    background: #fff
}

.body-wrap {
    position: relative;
    z-index: 0;
    background: #FFF;
    overflow-x: hidden
}

.body-wrap.body-boxed {
    margin: 20px auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.body-wrap.body-boxed--no-margin {
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.body-wrap:after, .body-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 260px
}

.body-wrap:after {
    top: auto;
    bottom: 0
}

@media (min-width: 1200px) {
    .body-wrap.body-boxed {
        width: 1230px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .body-wrap.body-boxed {
        width: 1000px
    }
}

.body-bg-1 {
    background: url("../images/patterns/pattern-1.png");
    background-repeat: repeat
}

.body-bg-2 {
    background: url("../images/patterns/pattern-2.png");
    background-repeat: repeat
}

.body-bg-3 {
    background: url("../images/patterns/pattern-3.png");
    background-repeat: repeat
}

.same-height {
    min-height: 400px
}

.page-title {
    position: relative
}

.page-title .breadcrumb {
    background: transparent;
    float: none;
    padding: 0;
    margin: 0
}

.page-title .breadcrumb li, .page-title .breadcrumb li > a {
    font-weight: 400;
    font-size: .75rem;
    text-transform: uppercase
}

.page-title .breadcrumb--style-1 li, .page-title .breadcrumb--style-1 li a, .page-title .breadcrumb--style-1 li a:hover, .page-title .breadcrumb--style-1 li.active a {
    color: #eceeef
}

.page-title .breadcrumb--style-2 li, .page-title .breadcrumb--style-2 li a, .page-title .breadcrumb--style-2 li a:hover, .page-title .breadcrumb--style-2 li.active a {
    color: #2b2b2c
}

.page-title-wrapper {
    position: relative
}

.page-title-wrapper .page-title-scroll-down {
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -18px;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 28px;
    text-align: center;
    background-color: inherit;
    border-radius: 100%;
    color: #818a91;
    font-size: 12px;
    z-index: 100
}

.page-title.page-title--style-1 {
    padding: 1.5rem 0;
    background: #fcfcfc;
    color: #333;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.page-title.page-title--style-1 h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    color: #333
}

.page-title.page-title--style-1 .breadcrumb {
    margin-bottom: 5px
}

.page-title.page-title--style-2 {
    padding: 12rem 0;
    color: #333;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.page-title.page-title--style-2 h2 {
    display: block;
    padding: 10px 0;
    font-family: "Nunito", sans-serif
}

.page-title.page-title--style-2 .breadcrumb {
    display: inline-block;
    float: none;
    padding: 4px 8px
}

.page-title.page-title--style-2 .breadcrumb li, .page-title.page-title--style-2 .breadcrumb li > a {
    font-size: .75rem;
    font-weight: 500
}

.page-title.page-title--style-2 .nav {
    position: relative;
    top: 30px;
    margin-top: 0;
    left: 0
}

.page-title.page-title--style-3 {
    padding: 30px 0;
    text-align: center
}

.page-title.page-title--style-3 h2 {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 1.5rem;
    color: #fff
}

.page-title.page-title--style-3 .breadcrumb {
    float: none;
    padding: 10px 0
}

.page-title.page-title--style-4 {
    position: relative;
    padding: 4rem 0;
    background: transparent;
    color: #333;
    border-color: #f1f1f1;
    background-position: 50 0
}

.page-title.page-title--style-4 .breadcrumb {
    padding: 8px 0
}

.page-title.page-title--style-4 .heading-md {
    padding: 8px 0
}

@media only screen and (max-width: 767px) {
    .page-title h2 {
        padding: 18px 0 0
    }

    .page-title .breadcrumb {
        float: none;
        padding: 18px 0
    }

    .page-title.page-title--style-4 .sorting-options {
        text-align: center;
        margin-top: 20px
    }
}

@media (min-width: 992px) {
    .page-title.page-title--style-1 .row {
        display: -ms-flexbox;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        display: -moz-box;
        -moz-box-pack: center;
        -moz-box-align: center;
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        display: box;
        box-pack: center;
        box-align: center
    }
}

.cta-block {
    padding: 4rem;
    border-radius: .3rem
}

.cta-container {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10
}

.cta-container-overlay {
    padding-bottom: 6rem
}

.cta-container-overlay .cta-block-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%)
}

.cta-wrapper p {
    margin: 0
}

.cta-wrapper--over {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    width: 910px;
    height: 140px;
    margin-top: -70px;
    margin-left: -455px;
    z-index: 1000
}

.has-cta-over {
    position: relative;
    margin-top: 100px
}

@media (max-width: 991px) {
    .cta-wrapper--over {
        position: static;
        width: 100%;
        height: auto;
        left: 0;
        margin: 0;
        border-radius: 0
    }

    .has-cta-over {
        margin-top: 0
    }
}

.cta-wrapper > a {
    display: block;
    text-underline: none
}

.cta-wrapper > a > .cta-inner {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.cta-wrapper > a:hover > .bg-base-1 {
    background: #0127ff !important
}

.cta-wrapper > a:hover > .bg-base-2 {
    background: #1b3cff !important
}

.has-bg-cover {
    position: relative
}

.bg-size-cover {
    background-size: cover;
    background-repeat: no-repeat
}

.bg-size-contain {
    background-size: contain;
    background-repeat: no-repeat
}

.cover-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cover-caption-inner {
    position: relative;
    z-index: 600;
    padding: 2rem
}

.parallax-section {
    position: relative;
    overflow-x: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.parallax-section {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.parallax-section-lg {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.parallax-section-xl {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.text-cover-wrapper {
    padding: 80px 0
}

.text-cover-title {
    margin: 0;
    padding: 0;
    font-size: 10rem;
    font-weight: 700;
    line-height: 1
}

.text-cover-subtitle {
    margin: 0;
    padding: 0;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1
}

.text-cover-p {
    width: 480px;
    font-size: 1rem
}

@media (max-width: 991px) {
    .text-cover-title {
        font-size: 8rem
    }

    .text-cover-subtitle {
        font-size: 2rem
    }

    .text-cover-p {
        width: 100%
    }
}

.quote-info .quote-info-img {
    border-radius: 100%;
    display: inline-block;
    max-width: 100px;
    padding: 5px;
    border: 1px solid transparent;
    background: transparent
}

.quote-info .quote-info-img > img {
    max-width: 100%;
    border-radius: 100%
}

.quote-info-light .quote-info-img {
    border-color: #eceeef
}

.quote-info-dark .quote-info-img {
    border-color: #2b2b2c
}

.floating-quote-holder {
    height: 500px
}

.floating-quote-wrapper {
    width: 510px;
    height: 390px;
    position: absolute;
    padding: 4rem 5rem;
    z-index: 10;
    border-radius: .25rem
}

.floating-quote-wrapper-lg {
    width: 720px
}

.floating-quote-wrapper .quote-logo {
    max-width: 160px
}

.floating-quote-wrapper.top-left {
    left: 13%;
    top: -60px
}

.floating-quote-wrapper.top-right {
    right: 13%;
    top: -60px
}

.floating-quote-wrapper.bottom-right {
    right: 13%;
    bottom: -60px
}

.floating-quote-wrapper.bottom-center {
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px
}

.floating-quote-wrapper.bottom-left {
    left: 13%;
    bottom: -60px
}

@media (max-width: 991px) {
    .floating-quote-wrapper {
        width: 90%;
        left: 5%;
        right: auto
    }
}

.client-logo {
    padding: 1rem
}

.client-logo img {
    max-width: 100%
}

.client-logo-grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.client-logo-grayscale:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.client-logo--style-1 {
    background: #FFF;
    border-radius: .25rem
}

.client-logo--style-2 {
    background: #818a91;
    border-radius: .25rem
}

.client-logo--style-3 {
    background: transparent
}

.client-logo--style-4 {
    background: transparent;
    border-radius: .25rem;
    border: 1px solid #f1f1f1
}

.client-logo--style-4:hover {
    border-color: #e4e4e4
}

@media (max-width: 991px) {
    .client-logo {
        margin-bottom: 20px
    }
}

.single-brand-logo {
    width: 20%;
    float: left;
    overflow: hidden;
    padding: 30px;
    border-bottom: 1px solid rgba(243, 243, 243, 0.7);
    border-right: 1px solid rgba(243, 243, 243, 0.7)
}

.single-brand-logo:nth-child(5n) {
    border-right: 0 none
}

.single-brand-logo:nth-child(6n), .single-brand-logo:nth-child(7n), .single-brand-logo:nth-child(8n), .single-brand-logo:nth-child(9n), .single-brand-logo:nth-child(10n) {
    border-bottom: 0 none
}

.brand-logo-outer {
    width: 100%;
    height: 100px;
    display: table
}

.brand-logo-inner {
    display: table-cell;
    vertical-align: middle
}

.single-brand-logo img {
    max-width: 120px;
    position: relative;
    cursor: pointer
}

@media (max-width: 991px) {
    .single-brand-logo {
        width: 50%
    }
}

.floating-content {
    position: relative;
    z-index: 100;
    padding: 2rem
}

@media (max-width: 991px) {
    .floating-content {
        width: 90%;
        margin: auto
    }
}

@media (min-width: 992px) {
    .floating-content--2 {
        width: calc(100% + 100px)
    }

    .floating-content-fixed {
        height: 300px
    }

    .floating-content.float--top {
        top: -100px
    }

    .floating-content.float--right {
        right: -100px
    }

    .floating-content.float--bottom {
        bottom: -100px
    }

    .floating-content.float--left {
        left: -100px
    }

    .floating-content.float--width-200 {
        width: calc(100% + 200px)
    }
}

.image-animate-wrapper .image-animate--hover img {
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.image-animate-wrapper:hover .image-animate--hover img {
    top: -1rem
}

.caption-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.caption-wrapper > .caption-aligner {
    width: 100%
}

.caption-wrapper > .caption-aligner > .caption {
    width: 70%;
    margin: auto
}

.caption-wrapper > .caption-aligner > .caption.caption--center {
    flex: 1;
    word-wrap: break-word
}

.caption-wrapper > .caption-aligner > .caption.caption--fluid {
    width: 100%
}

.caption-wrapper > .caption-aligner > .caption.caption--style-1 {
    background: #FFF;
    padding: 46px
}

.overlayed-form--style-1 {
    padding: 2rem
}

@media (min-width: 992px) {
    .overlayed-form--style-1 {
        position: absolute;
        top: 0;
        left: 120px;
        width: 380px;
        height: 100%;
        background: rgba(255, 255, 255, 0.9)
    }

    .overlayed-form--style-2 {
        position: relative
    }
}

@media (max-width: 991px) {
    .overlayed-form--style-2 {
        margin: 0 !important
    }
}

.search-page-wrapper {
    width: 760px;
    margin: 50px auto;
    position: relative;
    z-index: 10
}

.search-widget {
    position: relative
}

@media (min-width: 992px) {
    .search-widget .form-group {
        margin: 0
    }
}

.search-widget .form-control:hover {
    border-color: #f1f1f1
}

.search-widget .form-control:focus {
    border-color: #0072ff
}

.search-widget button.btn-inner {
    position: absolute;
    top: 0;
    right: 20px;
    background: transparent;
    border: medium none;
    width: 43px;
    height: 52px;
    line-height: 35px;
    text-align: center
}

.search-widget--style-1 .form-control:not(.bootstrap-select), .search-widget--style-1 select.form-control-lg:not([size]):not([multiple]) {
    border-radius: .25rem;
    height: 62px
}

.search-widget--style-1 .form-control > .dropdown-toggle {
    border-radius: .25rem
}

.search-widget--style-1 button.btn {
    height: 62px;
    line-height: 35px
}

.search-widget--style-2 .form-control {
    border-radius: .25rem;
    padding: 22px;
    background: #FFF;
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2)
}

.search-widget--style-2 button.btn-inner {
    width: 43px;
    height: 62px;
    line-height: 35px
}

.search-widget--style-2 button.btn-inner:hover {
    color: #0072ff
}

.search-widget--style-3 .form-control {
    height: 54px;
    border: 0;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.search-widget--style-3.form-base-1 .form-control {
    border: 0
}

.search-widget--style-3 .form-control:focus {
    background: rgba(0, 0, 0, 0.1);
}

.search-widget--style-3 button.btn-inner {
    width: 43px;
    height: 54px;
    line-height: 35px
}

.search-widget--style-4 {
    margin: 0;
    border-bottom: 1px solid #f1f1f1
}

.search-widget--style-4 form {
    position: relative
}

.search-widget--style-4 .form-control {
    height: 94px;
    border: 0;
    border-radius: 0;
    padding: 0 90px 0 0;
    font-size: 1.25rem
}

.search-widget--style-4 button.btn-inner {
    right: 0;
    height: 94px;
    line-height: 94px;
    color: #818a91
}

.search-widget--style-4 .bar:after, .search-widget--style-4 .bar:before {
    height: 1px
}

.search-widget--style-4 .form-control::-webkit-input-placeholder {
    color: #818a91
}

.search-widget--style-4 .form-control:-moz-placeholder {
    color: #818a91
}

.search-widget--style-4 .form-control::-moz-placeholder {
    color: #818a91
}

.search-widget--style-5 .form-control {
    border-radius: .25rem;
    padding: 20px;
    background: #FFF;
    border: 4px solid rgba(52, 82, 255, 0.7)
}

.search-widget--style-5 button.btn-inner {
    width: 150px;
    height: 53px;
    top: 8px;
    right: 8px;
    border-radius: .25rem;
    background: rgba(52, 82, 255, 0.7);
    color: #FFF;
    font-size: .875rem
}

.search-widget--style-5 .form-control:focus, .search-widget--style-5 .form-control:hover {
    border-color: #0072ff
}

.search-widget--style-5 .btn-inner:focus, .search-widget--style-5 .btn-inner:hover {
    background: #0072ff;
    color: #FFF
}

.form-default .form-control:-ms-input-placeholder {
    color: #818a91
}

@media (max-width: 991px) {
    .search-page-wrapper {
        width: 100%;
        padding: 0 20px
    }
}

.card-advanced-search {
    background: #fff
}

.advanced-search-visible {
    position: relative
}

.advanced-search-hidden {
    display: none
}

.advanced-search-hidden.in {
    display: block
}

.btn-advanced-search-open {
    display: block;
    width: 48px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -24px;
    text-align: center;
    line-height: 40px;
    background: #f2f2f2;
    color: #818a91;
    border-radius: .25rem .25rem 0 0
}

.listing-wrapper--style-1 {
    padding: 2rem 0;
    border-top: 1px solid #f1f1f1
}

@media (max-width: 1200px) {
    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        z-index: 500
    }
}

/**	38. Sidebar inverse
*************************************************** **/
.sidebar-inverse p {
    color: rgba(255, 255, 255, 0.5)
}

.sidebar-inverse .heading {
    color: #fff
}

.sidebar-inverse .heading-light {
    color: rgba(255, 255, 255, 0.8)
}

.sidebar-inverse .stats-entry .stats-count {
    color: #fff
}

.sidebar-inverse .stats-entry .stats-label {
    color: rgba(255, 255, 255, 0.8)
}

.sidebar-inverse .useful-links a {
    color: rgba(255, 255, 255, 0.8)
}

.sidebar-inverse .useful-links a:hover {
    color: #fff
}

.sidebar-inverse ul.categories--style-3 > li > a {
    color: rgba(255, 255, 255, 0.8)
}

.sidebar--style-1 {
    background: #fafafa;
    border: 1px solid #f1f1f1;
    border-radius: .25rem;
    padding: 1.5rem
}

.sidebar--style-2 {
    background: #f8fafb;
    border-radius: .25rem;
    padding: 2rem 1.5rem
}

@media (min-width: 992px) {
    .sidebar--style-2-v2 {
        border-left: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1;
        border-radius: 0
    }
}

.sidebar--style-3 {
    background: #fcfcfc;
    border: 1px solid #f1f1f1;
    border-radius: .25rem;
    padding: 2rem
}

.sidebar--style-4 {
    background: #fff;
    border-radius: .25rem;
    padding: 1.2rem
}

.sidebar-object {
    margin-bottom: 3rem
}

.sidebar--style-1 .sidebar-object {
    margin-bottom: 2rem;
    padding-bottom: 2rem
}

.sidebar--style-1 .sidebar-object.has-bb {
    border-bottom: 1px solid #e1e1e1
}

.sidebar--style-1 .sidebar-object:last-child {
    border: 0;
    padding: 0;
    margin: 0
}

.sidebar-object .section-title {
    margin-bottom: 1rem
}

.sidebar-object-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 1rem;
    margin-top: 0;
    padding: 0;
    font-family: "Nunito", sans-serif
}

.sidebar .sidebar-search-widget {
    position: relative
}

.sidebar .sidebar-search-widget .form-control {
    padding-right: 46px
}

.sidebar .sidebar-search-widget button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: medium none;
    width: 46px;
    height: 100%;
    line-height: 35px;
    text-align: center
}

.sidebar .sidebar-search-widget button:hover {
    color: #0072ff
}

.tagcloud a {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    padding: 4px 8px;
    margin: 0 4px 4px 0;
    background: #0072ff;
    color: #FFF;
    border-radius: .2rem;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    transition: background 0.2s linear
}

.tagcloud a:hover {
    background: #677dff
}

.tagcloud--style-1, .tagcloud--style-2 {
    background: transparent
}

.tagcloud--style-1 a {
    background: #eceeef;
    color: #818a91;
    padding: 8px 10px
}

.tagcloud--style-1 a:hover {
    background: #0072ff;
    color: #FFF
}

.tagcloud--style-2 a {
    float: none;
    display: inline-block;
    margin: 0 20px 20px 0;
    background: transparent;
    border: 1px solid #2b2b2c;
    color: #2b2b2c;
    padding: 8px 12px
}

.tagcloud--style-2 a:hover {
    background: #2b2b2c;
    color: #eceeef
}

.tagcloud--style-3 a {
    float: none;
    display: inline-block;
    margin: 0 20px 20px 0;
    background: transparent;
    border: 1px solid #eceeef;
    color: #eceeef;
    padding: 8px 12px
}

.tagcloud--style-3 a:hover {
    background: #eceeef;
    color: #2b2b2c
}

.photostream:after, .photostream:before {
    content: "";
    display: table
}

.photostream:after {
    clear: both
}

.photostream .photo-wrapper > a {
    display: block;
    width: calc(100% * 0.25 - 3px + 1px);
    float: left;
    margin-right: 3px;
    margin-bottom: 3px
}

.photostream .photo-wrapper:nth-child(4n) > a {
    width: calc(100% * 0.25 - 3px);
    margin-right: 0
}

.photostream .photo-wrapper > a > img {
    width: 100%
}

.photostream .photo-wrapper img:hover {
    box-shadow: 0 0 0 3px #0072ff
}

.contacts:not(.c-profile) {
    padding: 0 8px
}

.contacts > [class*="col-"] {
    padding: 0 10px
}

.contacts .contact-entry {
    border: 1px solid rgba(243, 243, 243, 0.7);
    border-radius: 2px;
    margin-bottom: 24px;
    background: #fff
}

.contacts .contact-entry .contact-entry-image {
    display: block
}

.contacts .contact-entry .contact-entry-image img {
    width: 100%;
    border-radius: 2px 2px 0 0
}

.contacts .contact-entry-image {
    margin: -1px -1px 0
}

.contacts .contact-info {
    text-align: center;
    margin-top: 15px;
    padding: 0 5px
}

.contacts .contact-info strong {
    color: #2b2b2c;
    font-family: "Nunito", sans-serif;
    font-size: .875rem;
    font-weight: 500
}

.contacts .contact-info small {
    color: #818a91;
    font-size: .75rem;
    margin-top: 3px
}

.contacts .contact-info small, .contacts .contact-info strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.contacts .contact-footer {
    border-top: 1px solid rgba(243, 243, 243, 0.7);
    margin-top: 18px
}

.contacts .contact-footer > button {
    padding: 4px 10px 3px;
    display: block;
    width: 100%;
    text-align: center;
    color: #818a91;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    outline: 0
}

.contacts .contact-footer > button:hover {
    background: #0072ff;
    color: #FFF
}

.contacts .contact-footer > button:active {
    background: #1b3cff;
    color: #FFF
}

.contacts .contact-footer > button > i {
    font-size: .75rem;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px
}

.listview {
    position: relative
}

.listview:not(.listview-lg):not(.listview-message) .listview-item {
    padding: 1rem 0
}

.listview.listview-lg .listview-item:hover {
    background-color: #FFFFDB
}

.listview .listview-item {
    position: relative;
    display: block;
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms
}

.listview .listview-item .listview-small {
    font-size: 12px;
    color: #A9A9A9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%
}

.listview .listview-item .checkbox, .listview .listview-item.media {
    margin: 0
}

.listview .listview-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.listview a.listview-item:hover {
    background: #ECF9FF
}

.listview [class*="listview-img"] {
    border-radius: 50%
}

.listview .listview-img {
    width: 48px;
    height: 48px
}

.listview .listview-img-sm {
    width: 35px;
    height: 35px
}

.listview.listview-bordered .listview-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0
}

.listview .listview-attrs {
    list-style: none;
    padding: 0;
    margin: 5px 0 0
}

.listview .listview-attrs > li {
    display: inline-block;
    padding: 2px 10px 3px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 2px
}

.listview .listview-attrs > li:not(.info):not(.primary):not(.warning):not(.danger) {
    border: 1px solid #f1f1f1;
    background: transparent;
    color: #818a91
}

.listview .listview-attrs > li > a {
    display: block
}

.listview:not(.listview-message) .listview-title {
    color: #2b2b2c
}

.feature-badge > .feature-badge-value {
    display: block;
    font-size: 3rem;
    font-weight: 600;
    color: #2b2b2c
}

.feature-badge > .feature-badge-value > .feature-badge-subtext {
    font-size: 1.5rem;
    font-weight: 400;
    color: #2b2b2c
}

.feature-badge > .feature-badge-text {
    display: block;
    font-size: .875rem
}

.map-canvas {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: .25rem
}

.map-canvas.style-1 {
    border-radius: .25rem
}

.map-canvas .info-window-content {
    min-width: 250px
}

.map-canvas .info-window-content h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.map-canvas .info-window-content h3 {
    font-size: 14px;
    font-weight: 500
}

.map-canvas .info-window-content p {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
    text-shadow: none
}

.map-canvas-square {
    height: 200px
}

@media only screen and (min-width: 768px) {
    .map-canvas {
        height: 300px
    }
}

@media only screen and (min-width: 1170px) {
    .map-canvas {
        height: 400px
    }
}

.map-container {
    position: relative
}

.map-container address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: fade(#0072ff, 80%);
    color: #FFF
}

@media only screen and (min-width: 768px) {
    .map-container address {
        text-align: center
    }
}

#map-zoom-in, #map-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../img/icon-controller.svg");
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

#map-zoom-in:hover, #map-zoom-out:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 768px) {
    #map-zoom-in, #map-zoom-out {
        margin-left: 30px
    }
}

#map-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px
}

@media only screen and (min-width: 768px) {
    #map-zoom-in {
        margin-top: 30px
    }
}

#map-zoom-out {
    background-position: 50% -32px
}

pre {
    padding: 0 1.5rem;
    margin: 0 0 10px;
    font-size: .875rem;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: .25rem
}

.card-body pre {
    padding: 0;
    border: 0
}

.code-example {
    position: relative
}

.code-example .btn-clipboard {
    outline: none;
    background: transparent;
    border: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer
}

.code-example .btn-clipboard:hover {
    color: rgba(0, 0, 0, 0.9)
}

.color-palette .color-entry {
    position: relative;
    display: block;
    height: 170px;
    color: #FFF;
    border-radius: .25rem
}

.color-palette a > .color-entry {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1)
}

.color-palette a:hover > .color-entry {
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
    z-index: 2;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3)
}

.color-palette a.active > .color-entry, .color-palette a.active:hover > .color-entry {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.color-palette .color-entry .color-code {
    position: absolute;
    bottom: 12px;
    right: 12px
}

.color-code-preview {
    border: 1px solid .25rem;
    padding: 6px
}

.color-code-preview .color-preview {
    height: 150px;
    position: relative
}

.color-code-preview .color-code-rgb {
    display: block;
    padding: 0 0 5px;
    text-align: center;
    font-weight: 500;
    font-size: 13px
}

.color-code-preview .color-code-hex {
    display: block;
    padding: 10px 0 5px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase
}

.color-code-preview .color-text {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -10px;
    display: block;
    text-align: center
}

.color-code-preview .color-class {
    position: absolute;
    top: 10px;
    left: 10px
}

.typeface-palette .typeface-entry {
    position: relative;
    display: block;
    padding: 1rem;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: .25rem
}

.typeface-palette a > .typeface-entry {
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1)
}

.typeface-palette a:hover > .typeface-entry {
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
    z-index: 2;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3)
}

.typeface-palette a.active > .typeface-entry, .typeface-palette a.active:hover > .typeface-entry {
    box-shadow: none;
    border-color: #0072ff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.typeface-badge {
    position: absolute;
    top: 10px;
    right: 10px
}

.typeface {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-weight: 600;
    color: #111
}

.typeface-quicksand {
    font-family: "Quicksand", sans-serif !important
}

.typeface-roboto {
    font-family: "Roboto", sans-serif !important
}

.typeface-slabo-27px {
    font-family: "Slabo 27px", serif !important
}

.typeface-roboto-condensed {
    font-family: "Roboto Condensed", serif !important
}

.typeface-raleway {
    font-family: "Raleway", serif !important
}

.typeface-montserrat {
    font-family: "Montserrat", serif !important
}

.play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 70px;
    display: inline-block;
    background: #fff;
    color: #333;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
    animation-delay: 0.2s;
    text-align: center
}

.play-video:hover {
    transform: scale(1.1);
    cursor: pointer
}

.post .card-image .play-video {
    top: auto;
    right: 0;
    margin-right: 25px;
    left: auto;
    cursor: default
}

.post .card-image .play-video:hover {
    transform: scale(1)
}

.play-video-inline {
    position: relative;
    left: 0;
    top: 0;
    margin: 0
}

.play-video-inline + .play-video-text {
    display: inline-block;
    margin-left: 12px;
    font-size: .875rem;
    font-weight: 500;
    color: #2b2b2c
}

.play-video > i {
    font-size: 20px;
    margin-left: 5px
}

.play-video-sm {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    margin-left: -25px
}

.play-video-sm > i {
    font-size: 14px
}

.play-video-top-left {
    top: 30px;
    left: 30px;
    margin: 0
}

.play-video--1 {
    background: #0072ff;
    color: #FFF
}

.play-video--2 {
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF
}

.play-video--2 > i {
    color: #FFF
}

.gallery-top img {
    max-width: 100%;
    border-radius: .25rem
}

.gallery-bottom {
    margin-top: 1rem
}

.gallery-thumb img {
    max-width: 100%
}

.testimonial .testimonial-image {
    border-radius: 100%;
    max-width: 100%
}

.testimonial .testimonial-content .testimonial-text {
    line-height: 1.5
}

.link-menu > a {
    display: inline-block;
    font-size: .875rem;
    font-weight: 300;
    cursor: pointer;
    padding: 0.2em 1.3em;
    margin-right: 0.625rem
}

.link-menu > a:last-child {
    margin-right: 0
}

.link-menu--style-1 > a {
    margin-left: 1rem;
    padding-left: 0;
    padding-right: 1rem;
    color: #818a91
}

.link-menu--style-1 > a:first-child {
    margin-left: 0
}

.link-menu--style-1 > a.active, .link-menu--style-1 > a:hover {
    color: #0072ff
}

.link-menu--style-1 > a:active {
    text-shadow: 0 1px 1px
}

.link-menu--style-1 > a:after {
    content: "-";
    position: relative;
    right: -1rem
}

.link-menu--style-1 > a:after:hover {
    color: #818a91
}

.link-menu--style-1 > a:last-child:after {
    content: ""
}

.link-menu--style-1--v1 > a:active {
    text-shadow: 0
}

.link-menu--style-2 {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: .25rem
}

.link-menu--style-2.absolute-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem
}

.link-menu--style-2 a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 0 2rem;
    cursor: pointer;
    border-right: 1px dashed #eceeef
}

.link-menu--style-2 a:focus, .link-menu--style-2 a:hover {
    color: #fff !important
}

.link-menu--style-2 a.active {
    color: #0072ff !important
}

.link-menu--style-2 i {
    font-size: 1rem;
    margin-right: 0.75rem
}

.link-menu--style-2 a:last-child {
    border-right: none
}

@media (max-width: 991px) {
    .link-menu--style-2 a {
        padding: 0 1rem
    }
}

.link-menu--style-3 > a {
    background: #eceeef;
    color: #818a91;
    border-radius: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 0.8rem
}

.link-menu--style-3 > a.active, .link-menu--style-3 > a:hover {
    background: #0072ff;
    color: #FFF !important
}

@media (min-height: 600px) and (min-width: 767px) {
    .background-image-holder[data-holder-type="hero"] {
        height: 80vh
    }
}

.background-image-holder h1 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2
}

.background-image-holder .button-link-option {
    display: block;
    margin-top: 1rem;
    font-size: .75rem;
    font-weight: 400
}

.background-image-holder .button-link-option > a {
    text-decoration: underline
}

.background-image-holder .holder-item {
    height: 100%;
    padding: 2rem 0
}

.navbar-transparent + .background-image-holder .holder-item {
    padding-top: 4rem
}

@media (max-width: 991px) {
    .background-image-holder .holder-item {
        height: auto;
        padding: 4rem 0
    }
}

.background-image-holder .animated {
    opacity: 0
}

.background-image-holder .animated.animation-ended {
    opacity: 1
}

.background-image-holder .holder-item-light .heading {
    color: #FFF
}

.background-image-holder .holder-item-light p {
    color: #d3d3d3
}

.background-image-holder .holder-item-dark .heading {
    color: #333
}

.background-image-holder .holder-item-dark p {
    color: #555
}

.background-image-holder .container {
    position: relative;
    height: 100%
}

.background-image-holder .swiper-pagination-bullet {
    width: 12px;
    height: 12px
}

.background-image-holder .text-boxed {
    display: inline-block;
    padding: 2rem;
    border: 2px solid #FFF
}

.background-image-holder .holder-overlay-wrapper {
    position: relative;
    z-index: 100
}

.background-image-holder .holder-overlay-wrapper .overlay-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (max-width: 991px) {
    .background-image-holder .heading-1.heading-responsive {
        font-size: 3.5vw !important
    }

    .background-image-holder .heading-xl {
        font-size: 4.75vw !important
    }

    .background-image-holder .heading-xxl.heading-responsive {
        font-size: 6vw !important
    }

    .background-image-holder .heading-xl-x2.heading-responsive {
        font-size: 7.5vw !important
    }
}

.palette-colors {
    border-radius: .25rem;
    cursor: pointer;
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%
}

.palette-colors div {
    height: 22px;
    display: table-cell;
    box-shadow: inset rgba(255, 255, 255, 0.05) 0 1px, inset rgba(255, 255, 255, 0.05) 0 -1px
}

.palette-colors div:first-of-type {
    border-radius: .25rem 0 0 .25rem;
    box-shadow: inset rgba(255, 255, 255, 0.05) 1px 1px, inset rgba(255, 255, 255, 0.05) 0 -1px
}

.palette-colors div:last-child {
    border-radius: 0 .25rem .25rem 0;
    box-shadow: inset rgba(255, 255, 255, 0.05) -1px 1px, inset rgba(255, 255, 255, 0.05) 0 -1px
}

.spotlight-floating-img {
    position: relative
}

.spotlight-floating-img.align-left {
    left: -15px
}

.spotlight-floating-img.align-right {
    right: -15px
}

.spotlight-img > img, .spotlight-floating-img > img {
    max-width: 100%
}

.icons-holder i {
    margin-right: 1.5rem;
    color: #818a91
}

.icons-holder .desktop {
    font-size: 46px
}

.icons-holder .tablet {
    font-size: 40px
}

.icons-holder .mobile {
    font-size: 34px
}

/**	39. Global
*************************************************** **/
body:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right bottom, from(#D7BBEA), to(#65A8F1));
    background: linear-gradient(to bottom right, #D7BBEA, #65A8F1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
}

@media (max-width: 768px) {
    .body-wrap.body-boxed {
        margin: 0 !important;
    }

    body.body-boxed {
        min-height: 100vh;
        position: relative;
        overflow-x: hidden;
        background: -webkit-gradient(linear, left top, right bottom, from(#D7BBEA), to(#65A8F1));
        background: linear-gradient(to bottom right, #D7BBEA, #65A8F1);
    }

    .all-wrapper {
        border-radius: 0 !important;
    }
}

body.body-boxed {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background: -webkit-gradient(linear, left top, right bottom, from(#D7BBEA), to(#65A8F1));
    background: linear-gradient(to bottom right, #D7BBEA, #65A8F1);
}

.all-wrapper {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}

.body-fullscreen .sm-menu {
    /*position: absolute;*/
    margin: 20px;
}

@media (min-width: 1024px) {
    body.body-boxed .body-wrap.body-boxed .sm-menu {
        /*margin: 20px;*/
        position: absolute;
    }
}

.sm-menu-open {
    background: #1f1f1f;
}

@media (min-width: 1024px) {
    body.body-boxed .o365cs-newALV2-on.o365cs-nav-navMenu, .o365cs-newALV3-on.o365cs-nav-navMenu {
        position: fixed !important;
    }
}

.body-fullscreen {
    padding: 20px;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background: -webkit-gradient(linear, left top, right bottom, from(#D7BBEA), to(#65A8F1));
    background: linear-gradient(to bottom right, #D7BBEA, #65A8F1);
}

.body-fullscreen .body-wrap {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}

#main_content {
    padding-top: 0 !important;
    min-height: calc(100vh - 223px);
}

#main_content.bg {
    padding-top: 0 !important;
    min-height: calc(100vh - 223px);
    background-image: url('../img/svg/header.svg');
    background-repeat: repeat-x;
    background-position-x: center;
}

#main_content.bg_1 {
    padding-top: 0 !important;
    min-height: calc(100vh - 223px);
    background-image: url('../img/svg/header_1.svg');
    background-repeat-x: repeat;
    background-position-x: center;
    background-position: 0 -225px;
    background-repeat-y: no-repeat;
}

#main_content.bg_2 {
    padding-top: 0 !important;
    min-height: calc(100vh - 223px);
    background-image: url('../img/svg/header_2.svg');
    background-repeat: no-repeat;
    background-position: bottom;
}

#main_content.bg_3 {
    padding-top: 0 !important;
    min-height: calc(100vh - 223px);
    background-image: url('../img/svg/header_3.svg');
    background-repeat: no-repeat;
    background-position-x: center;
}

#ml-menu {
    margin-top: 17vh;
}

#notification_scrollbar {
    height: 250px;
}

.icon_nav {
    margin-right: 0.225rem !important;
}

.nav_label {
    color: #1b84e7;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 500px) {
    #notification_mobile {
        width: 100%;
        left: 0;
        right: 0;
        position: fixed;
        height: 100%;
    }

    #notification_scrollbar {
        height: 70vh;
    }

    .nav_label {
        margin-top: 20px;
    }
}

@media (min-width: 1024px) {
    body.fixed_navbar #main_content {
        padding-top: 133px !important;
    }

    body.fixed_navbar.without_topbar #main_content {
        padding-top: 86px !important;
    }

    body.fixed_navbar #header {
        position: fixed !important;
        top: 47px;
        right: 0;
        left: 0;
        z-index: 0;
    }

    body.without_topbar.fixed_navbar #header {
        position: fixed !important;
        top: 0 !important;
        right: 0;
        left: 0;
        z-index: 0;
    }

    body.fixed_navbar .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 3;
    }
}

@media (max-width: 1023px) {
    body.fixed_navbar .header {
        position: unset;
        top: unset;
        right: unset;
        left: unset;
        z-index: unset;
    }
}

.menu__wrap ul li:last-child {
    padding-bottom: 150px;
}

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-item.active .nav-link {
        background: #00c6ff; /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #0072ff, #00c6ff); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #0072ff, #00c6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background-repeat: repeat-x;
        border-width: 0;
        color: #fff;
        border-radius: 30px;
    }

    .navbar .navbar-nav .nav-item.active .dropdown-menu .nav-item.active a {
        color: #0072ff; /*0072ff*/
    }

    .sm_p_t_b {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

/**	40. Search
*************************************************** **/
.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(18, 23, 56, 0.95);
}

#btn-search-close {
    cursor: pointer;
}

.js .search {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.search::before,
.search::after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
}

.search::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

.search::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
}

.btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
}

.js .btn--search-close {
    display: block;
}

.search__form {
    margin: 5em 0;
}

.search__input {
    font-family: inherit;
    font-size: 10vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #d17c78;
    border-bottom: 2px solid;

    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.search__input:focus, .search__input:active {
    outline: none;
}

.search__input::-webkit-input-placeholder {
    opacity: 0.3;
    color: rgba(255, 255, 255, 0.7);
}

.search__input::-moz-placeholder {
    opacity: 0.3;
    color: rgba(255, 255, 255, 0.7);
}

.search__input:-ms-input-placeholder {
    opacity: 0.3;
    color: rgba(255, 255, 255, 0.7);
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.search__input::-ms-clear {
    display: none;
}

.search__info {
    font-size: 90%;
    font-weight: bold;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #d17c78;
}

.search__related {
    display: flex;
    width: 75%;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.7);
}

.search__suggestion {
    width: 33.33%;
    text-align: left;
}

.search__suggestion:nth-child(2) {
    margin: 0 3em;
}

.search__suggestion h3 {
    font-size: 1.25em;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.search__suggestion h3::before {
    content: '\21FE';
    display: inline-block;
    padding: 0 0.5em 0 0;
}

.search__suggestion p {
    font-size: 1.00em;
    line-height: 1.4;
    margin: 0.75em 0 0 0;
}

.js .search {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
    z-index: 9999;
}

.search::before,
.search::after {
    transition: transform 0.5s;
}

.search::before {
    transform: translate3d(-15px, -15px, 0);
}

.search::after {
    transform: translate3d(15px, 15px, 0);
}

.search--open::before,
.search--open::after {
    transform: translate3d(0, 0, 0);
}

.btn--search-close {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.search--open .btn--search-close {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    color: rgba(255, 255, 255, 0.7);
}

.js .search__form {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.js .search--open .search__form {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.search__suggestion {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__suggestion {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:nth-child(2) {
    transition-delay: 0.1s;
}

.search--open .search__suggestion:nth-child(3) {
    transition-delay: 0.2s;
}

@media screen and (max-width: 40em) {
    .search__form {
        margin: 5em 0 1em;
    }

    .btn--search-close {
        font-size: 1.25em;
        top: 1.5em;
        right: 1.5em;
    }

    .search__info {
        text-align: left;
    }

    .search__suggestion {
        font-size: 80%;
        width: 100%;
    }

    .search__suggestion:nth-child(2),
    .search__suggestion:nth-child(3) {
        display: none;
    }
}

.search--open * {
    color: rgba(255, 255, 255, 0.7);
}

/**	41. Breadcrumb
*************************************************** **/
.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

.breadcrumb::after {
    display: block;
    content: "";
    clear: both;
}

.breadcrumb-item {
    float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #636c72;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #636c72;
}

.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 10px 30px 10px 0;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
    background-color: transparent;
}

.breadcrumb li {
    margin-bottom: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.65rem;
}

.breadcrumb li a {
    color: #3E4B5B;
}

.breadcrumb li span {
    color: rgba(0, 0, 0, 0.4);
}

.breadcrumbs + .sm-content-box {
    padding-top: 0;
}

.breadcrumb-pageheader {
    padding: 15px 0;
}

@media (min-width: 576px) {
    .breadcrumb-pageheader {
        padding: 25px 0 25px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

.sm-pagetitle--style-1 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #343a40;
    padding-left: 10px;
    border-left: 4px solid #0072ff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .5px;
}

.sm-pagetitle--style-2 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #343a40;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .5px;
}

@media (min-width: 576px) {
    .sm-pagetitle {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.sm-breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    font-size: 12px;
}

@media (min-width: 576px) {
    .sm-breadcrumb {
        font-size: 14px;
    }
}

.sm-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #ced4da;
}

/** 42.Preloader
 **************************************************************** **/
#preloader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
}

#preloader .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    width: 54px;
    height: 54px;
    margin: auto;
}

#preloader span.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;

    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**	43. Theme Panel
*************************************************** **/
.template-option-logo {
    color: #0072ff;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 25px;
}

.template-options-wrapper {
    direction: ltr;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -281px;
    width: 280px;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 25px 25px;
    transition: all 0.2s ease-in-out;
    z-index: 1010;

}

.template-options-wrapper.show {
    left: 0;
    overflow-x: hidden;
}

.template-options-btn {
    width: 50px;
    height: 50px;
    font-size: 28px;
    color: #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 172px;
    right: -50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-width: 0;
    background-color: #fff;
}

@media (min-width: 576px) {
    .template-options-btn {
        top: 163px;
    }
}

.template-options-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #343a40;
    margin-bottom: 20px;
}

.skin-mode-item + .skin-mode-item {
    margin-left: 20px;
}

.skin-mode-item a {
    width: 50px;
    height: 30px;
    display: block;
    margin-bottom: 2px;
}

.skin-mode-item a.skin-light-mode {
    background-color: #fff;
    border: 1px solid #ced4da;
}

.skin-mode-item a.skin-dark-mode {
    background-color: #343a40;
    border: 1px solid #212529;
}

.skin-mode-item span {
    font-size: 12px;
}

.option-row-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.option-row-wrapper + .option-row-wrapper {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.option-row-wrapper .slim-options-label {
    margin-bottom: 0;
}

.option-row-wrapper > div:last-child {
    display: flex;
    align-items: center;
}

.option-row-wrapper .rdiobox {
    margin-left: 15px;
    margin-bottom: 0;
    direction: ltr;
    min-width: 50px;
}

.option-row-wrapper .rdiobox span::before {
    left: 0 !important;
    right: auto !important;
}

.option-row-wrapper .rdiobox span::after {
    left: 5px !important;
    right: auto !important;
}

#change_bg_theme {
    margin-top: -3px;
}

.option-row-wrapper .fcp-colors {
    display: inline-flex;
}

.option-row-wrapper .fcp-colors .color-selector {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 14px;
    border-radius: 10px;
    margin: 0 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    right: 47px;
    position: relative;
    margin-top: 5px;
}

.option-row-wrapper .fcp-colors .color-bright {
    background-color: #007bff;
    border: 1px solid #007bff;
}

.option-row-wrapper .fcp-colors .color-dark {
    background-color: #252a32;
    border: 1px solid #252a32;
}

.option-row-wrapper .fcp-colors .color-bg {
    background-image: url('../img/cover/3.png') !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 45% 30% !important;
    border: 1px solid #aaa;
}

.option-row-wrapper .fcp-colors .color-transparent {
    background-color: #fff;
    border: 1px solid #aaa;
    position: relative;
    overflow: hidden;
}

.option-row-wrapper .fcp-colors .color-selector.selected,
.option-row-wrapper .fcp-colors .color-selector:hover {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #88b8ff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #88b8ff;
}

/**	44. Webkit Scrollbar
*************************************************** **/
::-webkit-scrollbar {
    z-index: 30;
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #c1c1c1;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

/**	45. Office Sidebar
*************************************************** **/
.o365cs-base * {
    -webkit-box-sizing: sm-content-box;
    -moz-box-sizing: sm-content-box;
    box-sizing: sm-content-box;
    font-family: "Nunito", sans-serif;
}

.o365cs-newALV2-on.o365cs-nav-navMenu, .o365cs-newALV3-on.o365cs-nav-navMenu {
    border: 0;
    overflow-y: auto;
    outline: 0
}

.o365cs-newALV3-on.o365cs-nav-navMenu {
    -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, .1);
    top: 0 !important;
    height: -webkit-calc(100vh);
    height: -moz-calc(100vh);
    height: calc(100vh);
    overflow: hidden;
    position: absolute;
    box-sizing: border-box;
    outline: 0;
}

@media (max-width: 1023px) {

    .o365cs-newALV2-on.o365cs-nav-navMenu, .o365cs-newALV3-on.o365cs-nav-navMenu {
        border-left: none;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        left: auto !important;
        right: 0 !important;
        width: 320px;
        max-width: none !important;
        max-height: none !important
    }
}

@media (min-width: 1024px) {

    .o365cs-newALV2-on.o365cs-nav-navMenu, .o365cs-newALV3-on.o365cs-nav-navMenu {
        border: 0;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        position: absolute;
        left: 0 !important;
        right: auto !important;
        margin: 0;
        width: 320px;
        min-width: 320px;
        max-width: 320px;
        max-height: none !important;
        min-height: 100vh;
        height: calc(100vh);
    }
}

.o365cs-newALV3-on.o365cs-nav-navMenu.slideInT {
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInTTransformFramesV3;
    -moz-animation-name: slideInTTransformFramesV3;
    animation-name: slideInTTransformFramesV3;
    -webkit-animation-timing-function: cubic-bezier(.26, 1, .48, 1);
    -moz-animation-timing-function: cubic-bezier(.26, 1, .48, 1);
    animation-timing-function: cubic-bezier(.26, 1, .48, 1)
}

@-webkit-keyframes slideInTTransformFramesV3 {
    from {
        opacity: 0;
        -webkit-transform: scaleX(.93);
        transform: scaleX(.93);
        height: 65vh
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        height: -webkit-calc(100vh - 8px);
        height: calc(100vh - 8px)
    }
}

@-moz-keyframes slideInTTransformFramesV3 {
    from {
        opacity: 0;
        -moz-transform: scaleX(.93);
        transform: scaleX(.93);
        height: 65vh
    }
    to {
        opacity: 1;
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        height: -moz-calc(100vh - 8px);
        height: calc(100vh - 8px)
    }
}

@keyframes slideInTTransformFramesV3 {
    from {
        opacity: 0;
        -webkit-transform: scaleX(.93);
        -moz-transform: scaleX(.93);
        transform: scaleX(.93);
        height: 65vh
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        height: -webkit-calc(100vh - 8px);
        height: -moz-calc(100vh - 8px);
        height: calc(100vh - 8px)
    }
}

.slideOuT {
    z-index: -1;
}

.slideInT {
    z-index: 9999;
}

.o365cs-newAL-on.o365cs-nav-navMenu.slideOutT, .o365cs-newALV2-on.o365cs-nav-navMenu.slideOutT, .o365cs-newAL-on .o365cs-nav-navMenuBeak.slideOutT {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideOutTTransformFrames;
    -moz-animation-name: slideOutTTransformFrames;
    animation-name: slideOutTTransformFrames;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideOutTTransformFrames {
    from {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-animation-timing-function: cubic-bezier(.33, 0, .67, 1);
        animation-timing-function: cubic-bezier(.33, 0, .67, 1)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(0, -12px);
        transform: translate(0, -12px)
    }
}

@-moz-keyframes slideOutTTransformFrames {
    from {
        opacity: 1;
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-animation-timing-function: cubic-bezier(.33, 0, .67, 1);
        animation-timing-function: cubic-bezier(.33, 0, .67, 1)
    }
    to {
        opacity: 0;
        -moz-transform: translate(0, -12px);
        transform: translate(0, -12px)
    }
}

@keyframes slideOutTTransformFrames {
    from {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-animation-timing-function: cubic-bezier(.33, 0, .67, 1);
        -moz-animation-timing-function: cubic-bezier(.33, 0, .67, 1);
        animation-timing-function: cubic-bezier(.33, 0, .67, 1)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(0, -12px);
        -moz-transform: translate(0, -12px);
        transform: translate(0, -12px)
    }
}

.o365cs-newALV3-on.o365cs-nav-navMenu.slideOutT {
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutTTransformFramesV3;
    -moz-animation-name: slideOutTTransformFramesV3;
    animation-name: slideOutTTransformFramesV3;
    -webkit-animation-timing-function: cubic-bezier(.52, 0, .74, 0);
    -moz-animation-timing-function: cubic-bezier(.52, 0, .74, 0);
    animation-timing-function: cubic-bezier(.52, 0, .74, 0)
}

@-webkit-keyframes slideOutTTransformFramesV3 {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        height: -webkit-calc(100vh - 8px);
        height: calc(100vh - 8px)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.93);
        transform: scale(.93);
        height: 65vh
    }
}

@-moz-keyframes slideOutTTransformFramesV3 {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
        height: -moz-calc(100vh - 8px);
        height: calc(100vh - 8px)
    }
    to {
        opacity: 0;
        -moz-transform: scale(.93);
        transform: scale(.93);
        height: 65vh
    }
}

@keyframes slideOutTTransformFramesV3 {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        height: -webkit-calc(100vh - 8px);
        height: -moz-calc(100vh - 8px);
        height: calc(100vh - 8px)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.93);
        -moz-transform: scale(.93);
        transform: scale(.93);
        height: 65vh
    }
}

.o365cs-nav-navMenuContent {
    background-image: url('../img/svg/header.svg');
    background-repeat: repeat-x;
}

.o365cs-newALV2-on .o365cs-nav-navMenuContent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #333;
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
}

.o365cs-newALV3-on .o365cs-nav-navMenuContent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    height: -webkit-calc(100vh);
    height: -moz-calc(100vh);
    height: calc(100vh)
}

.o365cs-newALV2-on .o365cs-nav-navMenuContent {
    padding-top: 36px
}

.o365cs-nav-closeButton {
    display: block;
    vertical-align: middle;
    background-clip: sm-content-box !important;
    background-color: transparent !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    margin: 0;
    padding: 5px 0 0 5px !important;
    min-width: 45px;
    height: 45px !important;
    text-align: center;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: background-color .083s linear;
    -moz-transition: background-color .083s linear;
    transition: background-color .083s linear
}

.o365cs-nav-closeButton:hover {
    /*background-color: #dbdad7 !important;*/
    -webkit-transition: background-color .167s linear;
    -moz-transition: background-color .167s linear;
    transition: background-color .167s linear;
    outline: none;
}

.o365cs-nav-closeButton:active {
    /*background-color: #b9b7b5 !important*/
    outline: none;
}

.o365button {
    font-family: inherit;
    background: transparent;
    border-width: 0;
    padding: 0;
    cursor: pointer !important;
    font-size: 14px;
}

.popupShadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, .4) !important;
    border: 1px solid #eaeaea !important;
}

.o365cs-newALV2-on .o365cs-nav-hasAllAppsLink .o365cs-nav-navMenuTabContainer, .o365cs-newALV2-on .o365cs-nav-hasGetMoreAppsLink .o365cs-nav-navMenuTabContainer {
    height: -webkit-calc(100vh - 188px);
    height: -moz-calc(100vh - 188px);
    height: calc(100vh - 188px)
}

.o365cs-newALV3-on .o365cs-nav-pinnedTab.slideInT {
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-name: o365cs-nav-pinnedTab-slideInT;
    -moz-animation-name: o365cs-nav-pinnedTab-slideInT;
    animation-name: o365cs-nav-pinnedTab-slideInT;
    -webkit-animation-timing-function: cubic-bezier(.26, 1, .48, 1);
    -moz-animation-timing-function: cubic-bezier(.26, 1, .48, 1);
    animation-timing-function: cubic-bezier(.26, 1, .48, 1)
}

@-webkit-keyframes o365cs-nav-pinnedTab-slideInT {
    from {
        visibility: hidden;
        opacity: 0;
        margin-left: -30px
    }
    to {
        visibility: visible;
        opacity: 1;
        margin-left: 0
    }
}

@-moz-keyframes o365cs-nav-pinnedTab-slideInT {
    from {
        visibility: hidden;
        opacity: 0;
        margin-left: -30px
    }
    to {
        visibility: visible;
        opacity: 1;
        margin-left: 0
    }
}

@keyframes o365cs-nav-pinnedTab-slideInT {
    from {
        visibility: hidden;
        opacity: 0;
        margin-left: -30px
    }
    to {
        visibility: visible;
        opacity: 1;
        margin-left: 0
    }
}

.o365cs-newALV2-on .o365cs-nav-navMenuTabContainer {
    padding-left: 24px;
    height: -webkit-calc(100vh - 160px);
    height: -moz-calc(100vh - 160px);
    height: calc(100vh - 160px)
}

.o365cs-newALV3-on .o365cs-nav-navMenuTabContainer {
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px)
}

.o365cs-newALV2-on .o365cs-nav-hasAllAppsLink.o365cs-nav-hasGetMoreAppsLink .o365cs-nav-navMenuTabContainer {
    height: -webkit-calc(100vh - 216px);
    height: -moz-calc(100vh - 216px);
    height: calc(100vh - 216px)
}

.o365cs-newALV2-on .o365cs-nav-scrollbar, .o365cs-newALV3-on .o365cs-nav-scrollbar {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.o365cs-newALV2-on .o365cs-nav-scrollbar:not(:-webkit-any-link), .o365cs-newALV3-on .o365cs-nav-scrollbar:not(:-webkit-any-link) {
    margin-right: 6px
}

.o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar, .o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar {
    width: 6px
}

.o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-button, .o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-button, .o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-track, .o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-track, .o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-corner, .o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-corner {
    background-color: transparent
}

.o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-button, .o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    cursor: pointer
}

.o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-button:vertical, .o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-button:vertical {
    background-position: center;
    width: 18px;
    height: 18px
}

.o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-button:vertical:increment, .o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-button:vertical:increment {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAUUlEQVQ4T6XLMQ6AMAwEwfz/bXRIfOeQCxckK8iKYgqvfCPJLxgNjAZGA6OB0VjCcV55M/8/jkbDMv+VJbSdccHYvsYFo4HRwGhgNDAaGPdl3LNlBnofQ4+bAAAAAElFTkSuQmCC)
}

.o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-button:vertical:decrement, .o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAVUlEQVQ4T6XMMQoAIQxEUe9/NrsFrzOSIqDxgzu7xSv8ZGySfsHowOjA6MDowOjAmPozFGpfYQw5vn2CsY5TvQtHoOGq3m+PLzA6MDowOjA6ML6nNgFW+wZ6kTk6FAAAAABJRU5ErkJggg==)
}

.o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-button:vertical:increment:hover, .o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-button:vertical:increment:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAUklEQVQ4T6XLsQ2AMAwF0ey/A1swAnt95MIFyQlyoniFT/4jyS8YDYwGRgOjgdFYwnFeeTP/P45GwzL/lSW0nXHB2L7GBaOB0cBoYDQwGhj3Zdx8sf7rjOGQqwAAAABJRU5ErkJggg==)
}

.o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-button:vertical:decrement:hover, .o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-button:vertical:decrement:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAVklEQVQ4T6XMwQ3AIAwEQfrvgS5SAn0d8sMSmJXIJY95sPLRJP2C0YHRgdGB0YHRgTH1ZyjUvsIYcnz7BGMdp3oXjkDDVb3fHl9gdGB0YHRgdGB8T20CB+X+675uLU0AAAAASUVORK5CYII=)
}

.o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 9px;
    border: none;
    background-color: rgba(255, 255, 255, .85)
}

.o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 9px;
    border: none;
    background-color: #ccd3d6
}

.o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-thumb:vertical, .o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-thumb:vertical {
    min-height: 50px
}

.o365cs-newALV2-on .o365cs-nav-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #fff
}

.o365cs-newALV3-on .o365cs-nav-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #9db4c4
}

.o365cs-nav-placesLinks {
    position: absolute;
    top: 15px;
    left: 202px
}

.o365cs-nav-fluentLink {
    background-color: transparent !important;
    min-width: 0;
    height: auto !important;
    text-decoration: none !important
}

.o365cs-nav-fluentLink :not(.owaimg) {
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    -webkit-transition: border-bottom-color .083s linear;
    -moz-transition: border-bottom-color .083s linear;
    transition: border-bottom-color .083s linear
}

.o365cs-nav-fluentLink:hover :not(.owaimg) {
    border-bottom-color: currentColor
}

.o365cs-nav-placesLink {
    font-size: 14px !important;
    text-decoration: none !important
}

.o365cs-nav-placesLink .owaimg {
    margin-top: -4px;
    margin-left: 12px;
    vertical-align: middle
}

.o365cs-nav-moduleLabel {
    display: block;
    font-size: 22px !important;
    margin: 30px 0 20px 18px;
    letter-spacing: .01px
}

.o365cs-newALV3-on .o365cs-nav-appsModuleTiles {
    margin-left: 8px
}

.o365cs-clear {
    clear: both
}

.o365cs-nav-appsModuleMore {
    display: block;
    position: relative;
    font-size: 14px !important;
    border: 0;
    margin: 12px 0 35px 20px !important;
    padding: 0;
    text-align: left;
    cursor: pointer
}

.o365cs-nav-appsModuleMore .owaimg {
    margin-top: -2px;
    margin-left: 12px;
    vertical-align: middle
}

.o365button:hover, .o365button:active, .o365button:focus {
    background: transparent;
    border-width: 0;
    padding: 0;
    cursor: pointer !important;
    font-size: 14px;
}

.more_icons:before {
    display: inline-block;
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -moz-transform: rotate(90deg); /* Firefox */
    -ms-transform: rotate(90deg); /* IE 9 */
    -o-transform: rotate(90deg); /* Opera */
    transform: rotate(90deg);
    margin-left: 10px;
}

.o365cs-nav-appItem {
    float: left
}

.o365cs-nav-listView {
    padding-left: 0 !important
}

.o365cs-nav-listView .o365cs-nav-appItem {
    float: none
}

.o365cs-nav-appItemGroup {
    width: 92px;
    height: 92px
}

.o365cs-nav-appTile {
    display: block;
    text-align: center;
    line-height: normal;
    position: relative;
    text-decoration: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}

.o365cs-newALV3-on .o365cs-nav-appTile {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    margin: 0;
    text-align: left;
    -webkit-transition: border-color .083s linear, -webkit-box-shadow .083s linear;
    -moz-transition: border-color .083s linear, box-shadow .083s linear;
    transition: border-color .083s linear, box-shadow .083s linear
}

.o365cs-newALV3-on .o365cs-nav-appTileHovered, .o365cs-newALV3-on .o365cs-nav-appTileMenuShown {
    border-color: #f4f4f4;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    -webkit-transition: border-color .167s linear, -webkit-box-shadow .167s linear;
    -moz-transition: border-color .167s linear, box-shadow .167s linear;
    transition: border-color .167s linear, box-shadow .167s linear
}

.o365cs-newALV3-on .o365cs-nav-appTile:active {
    border-color: #f4f4f4;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.o365cs-newALV3-on .o365cs-nav-appTileBackground {
    background-color: transparent !important
}

.o365cs-newALV3-on .o365cs-nav-appTileDisabled .o365cs-nav-appTileBackground {
    color: #a6a6a6
}

.o365cs-newALV3-on .o365cs-nav-appTileMedium {
    width: 145px;
    height: 48px
}

.o365cs-newALV3-on .o365cs-nav-appTileIcon {
    color: inherit !important
}

.o365cs-newALV3-on .o365cs-nav-appTileMedium .o365cs-nav-appTileIcon {
    font-size: 26px !important;
    margin-top: 12px;
    margin-left: 10px;
    -webkit-transition: color .167s linear;
    -moz-transition: color .167s linear;
    transition: color .167s linear
}

.o365cs-newALV3-on .o365cs-nav-appTileMedium .o365cs-nav-appTileImage {
    width: 28px;
    height: 28px;
    margin-top: 10px;
    margin-left: 8px
}

.o365cs-newALV3-on .o365cs-nav-appTileLoading .o365cs-nav-appTileImage {
    display: inline-block;
    background-color: #f6f6f6;
    border-radius: 1px
}

.o365cs-newALV3-on .o365cs-nav-appTileTitle {
    display: block;
    position: absolute;
    left: 47px;
    top: 15px;
    color: inherit !important;
    -webkit-transition: color .083s linear;
    -moz-transition: color .083s linear;
    transition: color .083s linear
}

.o365cs-newALV3-on .o365cs-nav-appTile:not(.o365cs-nav-appTileDisabled):not(.o365cs-nav-appTileHovered):not(:focus):not(.o365cs-nav-appTileMenuShown) .o365cs-nav-appTileIcon {
    -webkit-transition: color .167s linear;
    -moz-transition: color .167s linear;
    transition: color .167s linear
}

.o365cs-newALV3-on .o365cs-nav-appTile:not(.o365cs-nav-appTileDisabled):not(.o365cs-nav-appTileHovered):not(:focus):not(.o365cs-nav-appTileMenuShown) .o365cs-nav-appTileTitle {
    color: #212121 !important;
    -webkit-transition: color .167s linear;
    -moz-transition: color .167s linear;
    transition: color .167s linear
}

.o365cs-newALV3-on .o365cs-nav-appTileMedium .o365cs-nav-appTileTitle {
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px)
}

.o365cs-newALV3-on .o365cs-nav-appTileLoading .o365cs-nav-appTileTitle {
    background-color: #f6f6f6;
    width: 56px;
    height: 15px
}

.o365cs-newALV3-on .o365cs-nav-appTileTitle > span {
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
    letter-spacing: .01px
}

.o365cs-nav-appTileBackground {
    width: 100%;
    height: 100%
}

.o365cs-newAL-on .o365cs-nav-appTileBackground {
    margin: 0 2px 2px 0;
    padding: 2px
}

.o365cs-newAL-on .o365cs-nav-appTileHovered .o365cs-nav-appTileBackground, .o365cs-newAL-on .o365cs-nav-appTile:focus .o365cs-nav-appTileBackground, .o365cs-newAL-on .o365cs-nav-appTileMenuShown .o365cs-nav-appTileBackground {
    border: 2px solid rgba(255, 255, 255, .45);
    padding: 0
}

.o365cs-newALV2-on .o365cs-nav-appTile:not(.o365cs-nav-appTileDisabled):not(.o365cs-nav-appTileHovered):not(:focus):not(.o365cs-nav-appTileMenuShown) .o365cs-nav-appTileBackground {
    background-color: rgba(255, 255, 255, .09) !important
}

.o365cs-newALV2-on .o365cs-nav-listView .o365cs-nav-appTileBackground {
    width: 48px;
    height: 48px;
    position: relative
}

@font-face {
    font-family: 'ShellFabricMDL2Icons';
    src: url(data:application/font-woff;base64,d09GRgABAAAAADYkAA4AAAAAVowAAnhTAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEgAAABgMUZ8dmNtYXAAAAGMAAABUwAAAyrjJc3mY3Z0IAAAAuAAAAAgAAAAKgnZCa9mcGdtAAADAAAAAPAAAAFZ/J7mjmdhc3AAAAPwAAAADAAAAAwACAAbZ2x5ZgAAA/wAACwbAABDWM93QTpoZWFkAAAwGAAAADMAAAA2JJtD/WhoZWEAADBMAAAAGgAAACQ3zjBJaG10eAAAMGgAAABrAAABJGWqJBRsb2NhAAAw1AAAAJYAAACWHWIM3G1heHAAADFsAAAAHgAAACAA2ANgbmFtZQAAMYwAAAP2AAAJ+o2Z8E5wb3N0AAA1hAAAABQAAAAg/1EAwXByZXAAADWYAAAAiQAAANN4vfIOeJxjYOFoYJzAwMrAwDqL1ZiBgVEaQjNfZEhjEuJgZeViZGIEAwYgEGBAAN9gBQUGh+cMX/ZwgPkQkgGsjgXCU2BgAADaCghkeJxjYGBgZoBgGQZGIMnApALkMYL5LEwcQLqOwYGBlcHuOcNzoefCz8WeKz7Xfp7zPO959fP2F9Nf7H7J8NLxZdEruVfWrwJfNbzqfzXtdc7r/LeSb7PeFr6tflvztvPt8ben3555e/bt+bcX3x1/X/qh78PED38+Gny89/Hxx6cfn398+fH1p+pPdZ8aPjV9Wv5pz2fNLyZf6r40fWn70vNl2pdNX/b8/8/AgGS/1vNsqP3ToPYXotif/TqPavZP+rIRZL8ko8QnifcSXyVeS9yWmCMxVaJPok28QjxUnEvsgthC0d+it0WPic4QbRWtF1kvsk6YVWin0EahZUJLhKYJxQlFC0UIRQlFCkUIJgts45/PP5vfiO8/XxAQ+vB5A6EH727enbw7eLfzTuat5xXm4eQ+wL2Xexf3Vu4N3NO4eyHxMpCAkW2gXTDwAAC4KN4bAHicY9BiCGUoYGhgWMXIwNjA7MB4gMEBiwgQAACqHAeVeJxdj79Ow0AMxnMktIQnQDohnXUqQ5WInemGSyTUJSUM56WA1Eqk74CUhcUDz+JuGfNiCMwR/i62v8/6fL9zp/nJfHacpUcqKVacN+Gg1AsO6u2Z/fkhT+82ZWFM1XlW92XBagmia04X9U2waMjQ9ZZMbR4ftpwtYpfFjvDScNKGTuptAHaov8cd4lU8ksUjhBLfT/F9jEv6tSxWhtOLJqwD916z86gBTMVjE3j0GhB/yKQ/dWcT42w5ZdvATnOCRJ/KAvdEmoT7S49/9aCS/4b7bci/q0H1Tdz0FvSHYcGCsKGXZ9tQCRpg+Q6E/GTGAAEAAgAIAAr//wAPeJytfAd8G8eV985WkCABLhYdBEC0RSEJFhAAO0FSFCmxiaIKi6pVbBXLRZZkWbK1iq1my01ukYusuCguSc6WyzkuMXLfJU6xE5eL7bv4ck7OvsR3vovtnBNJxK6+N7sARVH25bvf7wO4mLIzs1PevPd/b96SIIkTBEHfwGwnKIIjiDTv40M+3neC+k3uefJ5eT7BbD9z4530EAEfiiCQpCNYqEAUEQYiSryk5lIEXfkCQZR9nygl2P/+PlFMUPCrU+MMxGvrkC/ps/DTPzriFHHuYiRJyhGSRKI9e6BllmC5M9wZIk1sJQ4Q98EzzVaLmbUwVIjlBIbyswG/GKBCghiGrAYx2ZBKhgQmlYas+lSi3pqAQlZbSEDtKNkghtNhJo7CQpiLo4Cf5cKcYEBciLMZkMVstXG2kAfZKFvagxL1qbQtTbWjNJNG9R7SYjaQAX+cTDa0k0J9O4RxSBsg30Oyf0EIUQ8q79mdc5S93yoyFcHft5S9c5x25b0HEYWQIj+IonAX7SncRXvgLoo+qBwkaZr8dInyubdT7HjzTlutzV5jv+PNDjFToXy+5FPtLjJeeBcZl+SODB1a39Ky/tBQIUyv6otG+1al8yEd/N91Rp45EOWf4VnwxOnHfXp+V2fevaCr5MaZ3cKhLM3omBoCPcBHB19CIMJEN7GS2AYrnJ/lRH7WfbPSqJ72kCaLmTSQdMAfjJNw19ROBmFVaFgVyDPQsCo0XqW0zUDhVQunPRQpueIBszkQd+VD8uNZGcq6mxH70Uv75s3b99JHypmbb1bOFFKIuWXXx689si2T2fbIax/vOhf/aPe8Q9tX+rZGr77zycllT9x5dXSrb+X2g7Q0o92vDCnpK5+S78EpSWv8wociKTJ/Y2fzyA3L6uuX3TDS3LlxfkTbjxIlcRItqXPZAvM4i2p9fyWNiFndpGb3+4KMvz7K2SF0C/o6Cnv6u3jZi1AYcwOU5s7kRico4dQZjs395wRNqCmJEiagPEuM6gitPPIhrgjZkA+YxRm4mxulvjuR+0+OpbJQjfqumoJi6FGCYmROxhQWggpFiHk4R1LKRG4F9RBFyZQ8kVueW47nDZHAs9jJ6bLpIsihHsqtmKCUHLmceph6eCJH5ShcliQkguCA6xGVRAdUxXQYaCDFoEpzASBDlI5T5xErsIfEDHbB1B/89dGF0rZfKL9/ZNOPn7xpTUpadO+vDwztXlqz9nuf7Nv3yffW1izdlds7ctOLGze+eNNIIaQGax7/jXLq1keQ4xfbUmtuevLHm25D3AeP1cWuvuPbY7garj524shOsmhmPQjVLabyamDpRkIkYkScqCdSRDPRDvk8JgF1jwG3twV4M+aoOI577sNdxyuEOXXhiyCFLx0R7VnRcPp0YrI7wgHLFp1O8Qwh+KocLIfXWpGmYE4VmLXCJUuyREoKdEaRWCInJZf3RCPdkwn6wFlCkjNOUXRS2anTjiqfgAkGSDonqR+odr0so+s1OickdQ3mEhPEFrwKFEx9gRuz3MxkAJYiHUfailhteHnQueVh0SxGPnu12LWdG+ZHpLZLDg8PH76kbXTeeUnYiBs6543i5OQjKXF7vxZXS06907CiJ4rnB48x2rOcTMJPcmYm0+9bvePQPFw838R56XmHdqz2pR6Z1B7cv13Mx7WyubOzm6OJ/JMKuSq9FvhrACQo5gjAGQ3AIcUwUpe5IY3UCaFnizQms/rZ+/diFrP3/mdXX/vxqtwfBVhegSobXqTl7Xj7/snJ+9/ekQ91hJatVVs0nPtMAHoQKH7Vx9dqeVPEjOJqSPDQPUntH8YbeqBOgbARLsIL/Q3DHqshEtDvbmKYGIXeJyyBwhWCi8mHob+SRjym3oQFXwyOWwJJfOF8ICYJSdqlzLjov5JmpVNAxBJNSGeg40C8AFlY4jSQO5Aq8OGv+eAieKfA5ywwNhyeIWhpSsJrhWCMbLU6FyXAiaCPAnAjxCd4hKAD1fId8h0T6B0JvQMVqXfkW8grJ5QY8/iZpehdtT60wmpzWQf1YeSCtt6sGwVgjdnkjF1B4z5mhu+QNvZHq/qWrVrWVyXlw96dDy9f/vDOXinav1G6Q4L1USPDiw5esWpifO1VfdksRFdOTEAUl8PltYZU3q7Rmx7zdmDVYZWh2ujbqctuz8EXQvUHksDkZyZzuIhKs6UqrtwIFLBK293THArv5nYqndL2srqJQwYKIzdNiKXS5+1wWzulBiLLxSk8co7rrppb5/Sk5lVO/axn43yxemBtIx2bs7ypLrHinkTFkmDXhv7I1JrOTYOVBuP1qTX9VQsWC5VmhBomd/cJVZVRvnzBqi0ti+7dOVwUGKxwzF04UT1y+7ZFAtVEia1Dsehwuxgd2DynZUVXkGzatLTDULJkyCTEF2zJfNfQMnblnNiicHxgTWryYECnJ4tNxXP3rGpk9GX6xKJWX+um2xYhvRBuiZgbVn4Dg2xEOEgH93t2J4bZRSRMJsdtyR3JHdlJ/Z76/U7SQW1R4znHTlwWHeB+z/xeLavOOoIpduyktlBbdubgJtTIHVHjKl6AxZI4kGaw26pU7mDxFdAAbBUeaCSB6YcP8AW64VV+6QP2wAE7j8xdnkwunxtRCCk+uu2WR8bGHrll22hcKogeUsUTZwmMtAgJl8Q1JIrQyml1ZKDWgrySCbVwHiewmDdwEvcnIkRkiDlEHzFALJglrwoL7UYJQPVi2EPZfAkgAUwbgPw43zTJY3mFv0w+5CRbNOU5/ZgnFbWRpXN2HJuYOLZjzjdJo8FY09AXt1I58n7aU2Fv9FZGq1qCPIW+mZzY2dOzcyKJShUJCzAkgVDLx1hiyoybwo3Sn2ZwW7jNTLzfc9FiS2bxJa192+NGk1BS2b4wkcGt4NZyWQV4hYJZCg7welcQFdyH3IfAAwmhsAIqx47TFb17n/tAOXRI+eC5vb0z4zRxYZ4av4AnBCwJSkPHwBMSMDnstDBMAHIGdvb/nydgOiNYLK9FopboLUghlgOVa8Zagm5WkESpNuSDPZ1A6kqek0pWG1bOsquffUBaVr9l/ei4p2Fu5CzQYYNnfHT9lvpl0gPP/tYpKgBEUHfpxonR8YKgGR+d2FiKJRSUWH37qXULf7Zdq4dbQMT2ny1cd+p2rd1TUDubdYpI2vv25KLXzsmr1xZNvr0XhgIoEVWoWKoORrMc9NJDeayNR8Ml26mkumF86o6BvdKCLAFtiDDVSKXW/D5rQxh2F6pOF2IuyLmwDPth64ah6kjP8pSrJiA4qpp9ZzK+5ioHjlVU4HvVQxtaUcUsDI4m/9cZHIFbkonGiwbqWIktjzW4KaLwKFmNSbgEReCnTn2Iq2YLbagRpGoJ8nQmmcExNVPJFDLRjKK56aKUeh/wvERk2CyXJYoxb+NRiGfgh6IupUZzGXUrupU/n2B6lXeVfvn999jH9595EaV3o+NYLmYAs8eA/rqIy7H9gOQMDBBfYFqgYEFCY9pKYyZCqnQIkoTBUgY4itUcyoN5qMXZEsBXNKUSU2tapVH4oz+tqbFV1rUu2NhbfVFD48KUq2HR5kauRMf4qxtqxCKDy0A7GxwHvxMsFUDHtorp+csaq5eE+zb1hUiE/mItN7KZ1VfUBhamqIliR6yzrsjp9pbibHe8qbHOWH3JfHe3n08zc+9S/uXW3huvv2bLmqjTG+oaT3bftv/yAM2UWhw2gWY5RmeOWLch+1Od3+iCx9ZcvGZ8TsRlix381veGDeUXmT2iaeRvnri3rarHxM3ZecWGRJFVKHWEYnzgykN3HLoquPGNMX+H22DH/CgLc5eBuSvBnJdBDI+/acRwGfnnU8/THTLMPkX3kUlu/emxH6C772FevStne4L+BUL33TsDf9ZgzQl5kKZwimF1/mk8zzPRucbuMCynZzAnOg/J6QI4xWuVhwV+nMuqvIHinguJE/e9taP/ts7YaGzfn9996toejvuKvFxfy9WXruiJtK/7xoG969r9qTn+9kUt0VDMa6/ym2uH1qxfHVz02P7RSP+mroFvDtiqfObKrqHAnPG2aLgmWNdjMwU377qeGu+8rX/HW/dNiCGO67n2qXf/vA8e8RV5isUUah29tGdsx3CN1+5LVEaSPoMzXB12ljrDzprB1mq3IbTowJq+jYMJ3hwys2ZPxBVriwgVdU11Fa2JihZncm7MRGBLG0HcB7xnHdEJ2Og64v6Cls9yxYiapko8m3jO0kDMFKbpwgxbUKIdOBRCKvuFfaDqACoVYyGAtH2gTSxsg3CcgRWaYUegw6qFDfYGzVrDbl7H7v7j1RVzVl6/ytWeDBidQTNfwXctTIm2oaNDG0ocxazJE7WFmkvQRoYLJlrbmqqcfCXVbBFMUbN9YPKiZcMOzppZs+OyMRPLcxbRXSY/6pzccvXmJVbBwpeHLXwJxVLCkkuvWtluI//THHAYS+1ek/WSG26/dqwYlXOOicuuvmIltxTKWo1ug/KO/B3lrQU3rEzSQjRkDriMVM3AqvpX0PZXEHK3uMvMtqjHFAug3KX8qhuOHb97Wy/yVypvWuOlJebiErEyFrDQxYauRcsWNHEkWVYu5p5wxhoa4oaSWosVukcjmixpHli6IFNWTKPL+PKQUBbyAk8pEZwCIlGxgSy2mnkQNkUI4wL4foVuQyANhfCqKp2Pq+mZcQkRhe9ZIkecS03NiDMSvlu4FOLrUyq2PgSYagdgvhhIrrzUCmBTqCZfkYiNoqGUJnNZLpyXWUBKCU1WI0ET17DdsIWUMbMWtqAzh2F/s//hTojW03xvlbshbNUXKX/xRcWMWXmMsYYb3NV9ZX9vFRNu+mNXbchBfY7j8gb5P4LKSVztFdoh1jjdKTO6GCFbpKEctyGgIj7ISbio8pdoLW5GCJQpv7CIFU+beFwiEUPot7i+/Jjgq3bJl+A4NjfgOiiLnFUVJrvlBQQUkAhbrWKDW/SiRLEey4YYYJNfAX+qAumQ1zXoAIU0EZBMgLKBLcPqCIElibNskzTTsuKeTc2D+59/61+vOKa8b/GbShEqM5tZna5t851Lx587cdumtpXyjrrRtkD/znv66xa1+QOtIyvW6wjDwmsfWrn1w9ce39Ujr6a+2bm/p3phDBVX1sT03o6K8VvXptIXHTj29LKNT8v7PY0j9YO3Xz7H0zRSn1g73p/2YhySIbq5P3CvgEysJpqINqIfSzdYpCR0juHCWFhxYRaSedU+mUjbOCzmbJzVElLtPIEk3vkgTkPIxltxOZUCGBDDNU4seslLOv6BD1nnvy+1dvTtWZFOr9jTxwx/7nLV216+9tulU/8w0F1qLwVqvU7uwIos2nRX/4G1Ld/Y2bW/myacNaAAmP3xKz4vd9ZZstc9ZnwbN9C3Z2X6/Wczb/BRW997e1s6n+5rRlOweX70xqn9r6GbTKiCtGUuH7tG0tOFcX6UH2cSRtr5vxonRMIgobUxpr0kxTF7AFo4nXh06zrehtHNe1dqbe+7bkUqteI6GN1nLled7aXdJ0qnOnlRuEcQefl9dWzm/ZF3qu7/8Bh11hn3mxWYoy2flTtrra9e+23jW6mV1/X1Xrci/d7Jjtf5iK333T0tnacWPLCAHH5gGE2pI7tP9yD3RDGpFKv6FwjHMVbiTgChMkSRimsYvojkEbVZuRM/j/xMLqMH6S1T/84wVfL35J3UJ+hy9KX8t4CpAdOwWaBbjjAQ1rzNnPcJmCxBx1G3KpXFZkFSknAgSzKwCmwjxBoXDklJVtPqbQK3BFoW9w/cy0QZYQadC1sHe4gl+bkGkc3nhQSeSHw+UjAYsRxwscBMA2HSV2+1CNiciPlKwlYoagnATiJPm2J9KVPQZA6bEz0xXu5V57ax6cqmJTvm+5zdW8fadrUyHynuneglpadwkQnefrX85RexeemKn0Vi81IVFal5sZ/CD+2oWjmUAAylILK6b4x88o1TB19Du2j94DV3zxu49bJuI6MsUdzk5MjVIzsX7LTxMiU/Sk4u8Kbnxb7AjeDGfop/QL72wUS8oEMQ0wHmqYTR40MwJsT7YHl8KGV1Iw7vnBqEYJuwqjQMIWzzTVOP/6vSKB9F7ysR+kX8S95Ds5U0yVFDuQVsce5UqckAi089QZd77UXUgt9O/ZKqG+3I/Sv9Enrr9FU6ArE0+QnJUAtyy1jyEtJUojeQl1AP0C6vi+JUKMUg0NPZn8K6F4MkqSFaVX3Kg7yoBlhWOBWG+TaiQBrbPWwsYsKCLc1gfJrCK+dFDFILMOE4hcKA43hYSyZNe6xlZHFtEak3GA74kmEbJIpJb6I3JhgFqnGq9u8Wds9DF5eQgVD7SM1Qk58sQW3yPwebKx0QW11C2qtaUKeipO9FNUoa/VThbnY1+V9Az9ljZnO1LZL2Pv1MtDfpoYVTd01cxrzQOc5+VjtSkfI3L6j+kkHHnFWt/v9iv/C3VTtzr/Q9KZ9tQ9+aL9/b9lgvkadLWBNOgV3iAA6whNhIHCaeKtg4qFmnGMzsUw1sAAIUD6zdlzcfaVYhTMChWUdLTH0BXNp8cSp8riADoJ/lfGrlGfUBU1HvyvLV6Bbyv7d9Ge2M28sTfZWRzrijPNEr/zw+kHQ7a3sq4/0pt6O2B6Fil8tRZCkX9AxbUszmfsUWlbKMXii3FDlczuLSQE1LMNRSE5DdVb2Jcke8M1oJoT3eSU/pnC67Luwp4nQ0SSrNXElwXg8nWMy6Yn9tmyi21/in/hhtjjqLLHqlARWVlHKMnneaOYfLAUVq2sVQe62/qKySBgZ4tXIF+adtuSWBpj4xOtQh+pt6xehwRzgRm7O4MjLUFop1L4KwXVScuuJSWu/whqzOodFhV/nQwiGXVaxwFtN6PeescMLf9nD7cFTsa/RDGBHnNfrNnF5PmVojvjlz5/rartm42EEVcazD64A/Gx+p74wtX+Hum9frNgc8sA2gIe0enz9fwTYfCdbaQBBCCLSNENb3wjzieAmp1hZFooGFyYSkEBKVyWYVIptlQQ3JEYqUIT9ERAarfdBCNs8jg6CpN8POXqIhHpuHgbVGNAdMSwxqRgdYU0DDqm4hwArDXuLr1ZODMCw8Dyp9g4hjVLYsHo+VzLlt/47xhvXfV3IPSMcU+fvrG8Z37L+1pyQWr67p2C9dubR+4d2/ul6qXT2xwDf/e2v77j58TaVzTiQ0uf7S1PW/unuhUV+/9/aj83SEudxTnDz80DMvvTJxXHlmHafIiOLWPaMcn3jlpWceOpws9pSbs9W7b3/o8SdG9v3y9hGOeppyx9sDq5/ty13tbh5v7drVHO5pqKBz3+FGbvvl/kC6omkk6VTNsCyMllLtFDVEN7GU2EHcTHzrf7ZU2CxxqmCm8CKrxWxEKqsDLteBUl+Vx+CGcEYYaedeaQSsxgZAiqnvUI/cazCmhDoAL6E6Or96AjepmTLCPStS5TX+GaYMwV9TnlrRE1aNC6ddwiEB/lz5EDUWMpxaqDxRKtiKlP04Q9mHNdpSwVqEdglOl4CuKbIJpYrdJaw3BbU6NwpB08UC5Z3RpBoWrB3piwaxtcMdS5xn7XAnYm7Irhu8KJ23d9w9ow9O3ALyQuMzcm4Ufm60W824a7gjZqvdaHRAGl0jCMp+SDveh24FXLgkrukK8usF9PuZTcKfem6K7eIM1icIAcQRSKgcfBkgfFrzx8jr2gliE/GDgrZNf4W2Tc/WtlXxHFZtbVidzlvL1e2gwl8aY30PhY/HvAWQjE/Vp03tBRWdDIemzz/pcwo6EAno5tH+S6Qjw7O186/IVbix+6/qLrF4hKKS5k13Pf/mFfUr63wtbZ3hr8mXbwqlWu3/2LllQbXYPbHhyqbm67ZfHOCtJm/UFqgWw81LOv3zO6JCRdSqfNCxfl54gfStkcDyNSv742ZfpdUdDYYbR1oqupI+VakfPiJd0h+drdZfmCsbu6+6fyzc2dbiq1tZf8Wbz9+1qbmkSPBYSr4un97urSznmVpjYnjz3K5LRpqCPB/tTjiavPZwudFbk6rxCmJLxBF2m9j5ZfXz189Zcf2CoMFV2Ty/2hFylDhCVSGHwdtw3tkepdnFffz0SoLsmnEKYk3Ut6GG8PSisgX5GMZg343MIO+w8w31zNiT+xcmx7a2lcUqwyWgy9e1uUPdHW0VNGUocs8bGvAuPn7tQGXf5IrJvkpfQ4cnPjS3J0TTTBHnGxgZ0Rx4Th8KLj588cCVS7o8OovdWWqOuwM17pIik8tEGj4ooktBcY6NH1o5d8NIW311fXM4WOvWG8rDTpJjP9XRJoeRnUHLSWIxUDO22s3w9sDnPxpVFjw+RDUT+4WgfLyATrWUJt6pQlQ7+1Rv64i8G8YtyhR2vMCH2LN9PD7ehU+m854ZOQInCmcWOJ4/ff+R6MSHHLgBbLp0ijSRb1N17WBvxmV3fzTbnwOX17qQ+xOOF45PcLzgEkBlnCI+PMEtYK1MhOkpAlyU4LLcG0Qp4NRe0P7wKelSYpJYqZ6SsAFsTkAWwOKAkgQjAj0JVP0axAmUDeRdMgFAB1R+3mdJWAJfeUHlZAgulL8KcS4rOuXMlERLZNYpTgVfev/tpzbpdAxJ6dllTz7/4xOXIYYBnEKRiGXKZJDR5z5kRsmir7jY7BloS/kTKmb2o+I3xKlb9egoOlL8X2UBnvcZf1ek3KzcXPQnysgbKV2ZrkivmJmMJGWmv/gwVspKkpzVjmiz2qmuqj82wjz9hPABeqxTKQrPD+iG+R8DiCg8XRZAw3i6LPUpD0I8ZyZtgDpsPACQAC9oV9Jn+dovz2V18HGGq00wP1l1fmDhTNVh59QPbwP95HdHtqIEfTQDH+imdnJ04UVmWPgtg0/ht9xVjJziT37KnPrlT0QnoMipP5KKbu9ZYi/6gpHbWZKV/135VK2fLfxmsuemJpOlsuo8FOjFQzQSHcT8mXTCYzrRtH8Ycruq32GeAjHel9cAp4eKND3TzFYi1YBgnUURr2zb1X2g+y5LpbVtXV+EpuRMcF0aqSeG6XXBgj8IIvB+OUvIZe2ZNj5oam1kpSniHBEofxLlszv2FdO5L4GOSSoyb70cZAjlk1j1WbVqdew9PDhawg1f0dH1Bcl2gCwsrHcpIL8mYnB6lLC82ijPuTmoVtJ2hAfqYRJpZNHQCY9maBCYZZw/vhwRnL91aMme0Wh05JqR5LL5ad5QTGXlDBOsAw5OMujXSpdREIw/UCaMofZ4XWeY5yPd9fG2gIHJ5iQYYiNeTKVRVKp6Dmzuymy+Zbj/4MVt/taFteHFylpKUv6NCdSmqt0kevM2ZXlp6TNKBXo5NNoTr+pZFI0t7qmqm7cYc/5za1pPDBVGainse4GjQH7Drg9TWgxgLMUJgHHVU4uE2WoTMAP4uu+sZT32xJElNINImr7oprUMQ9FU/3UHDq9EJKJIkmToVfSLcoY8z+Pn3AUbHAb+xvT+/h35jzrFaw6bhbCA3tUp7YIWfUEnX6VDzzIcY/QYzaKgZJRdjHQeNas6obbGYaDkDPA+rBVeh9GtuqHJSoQhT1hd8mn2Dxnq9kaYxs9ZMBAwQB6+qvTEhICQDziDepuapSBSM+gG1+UkjTFn4/sHfF48UTV18YVtgUDbwnhdDYLdr3zorLNY6pyBNmxyalMiSuyx659EdyVX9ESUbJmXvF3Juu7DZ5HHCxULYb5KIB/SICo0um+dwyonVQL6nbVQwXq36CT7jEblU6OxUEn580H5XvLi3A+jvSuSaJ8s0TTZp2TntKrHntLMZ+EQHZzxNDUk1DMHmGvQI34Cu2kxsYV47pxnoXqGQKmcAbPOvEcGzF/+vCYvem1JzdlWg5Kq9AXsAeVCKu8oeGWlVHULqc5J1vqZ9iWsiqNCgrdqYDTvsgtdwK2r2e0k6BwUK6dWzI2KneOJ2E2TbNWcpbW8twwvTZmXTy3viYx8Y2pHcmmbP9La0xqpq3BFAn6ru83rqLUvXiU2dTWJIac/URmxRdeRjwE5VC/y1/ZZnU6b2TmS8PaKfEUZGWBL2EhfyovnsdhSXJ7qHEkjCqfgUT5vrKWidm6q2mZ3V7jLrxqt6K3z+Tz+8JyEl0RNS+ekGAIf3CYme2LUiiM1tQvb/Az9Fl7Pt2gmOndFKvYNWSxvHE23DDeFQzGPP8iWWozP6kspRrhmaeNQOixGPU5Rbw3YXvDarmMot9u9KOEbiom9FYkRp9lCMUojctX3VmKyolB6pDNVDt3EKY5Rvqkvt9uqU3NrK1pisR73+J5IQNQr95a467rDgqutf5KYsb9KiQpY9whRRdSqdld1fxVkZf6cTlsWWM78ycW0r0WeIPLSA++VAjuR72+a7KmrMOStfU1XUg8UDipQtiAKz+wQQuaGuTETH5ubEkKgm4lOzEM0QTh1WbBtdMXaWs3Cl/uc0fNKFitDZCaXYaCBZpKs7h2rqlw5nECIOE8u2AEJ1M4YjconmABLciIZDggJ5OPP7zsMKszPHIDy02PuRm+gN3jsg0fo5+RM7KquwqF711UxMqs89RkL3c1hDnC1xuv3Hlb+/fCNyLhfLqJ6lV8lGnFhXKkxofwKfXiH8k+gs5/ro+YDVw947vx+OgoeL3ycCYfCnA1iAXRe3xPtTFrTrS1mfNjNY0FtUdmixTdzFIORuI2VKHe4SnSR6Kpjx44px6ULxnYj7fCFA24db7fzJ3iec/tFv4sVnRJrr4n0kwDdRKcqt0+pAz2lYDiHb6H5pEusCrupCmhZ/gHKoLPn5oDmoJQLmirX8dAstK1zB8I+B6087xS1jhEUJRHQTe5rfZqF2elZ/Jqe7dP810J0gUczRczOIS/IIfL6WAb4ZBZiqmczxo3ViMeyT0ecITDIpQlFouDKZcg3P/uMfJM4D8c7CDdg1BARBQ2+U8XzBLa5CBoTxWupHuUCdsc7jAMBjdQXNDSPXA57OaaF6Q2KMQCmBT6RDCQxVfiYZzlm9xe0jjEJJpqllFd/BCi9TODR7TLA8oySga0Hu0fBWxDEOCDUn9cpJ1A2k5lB92uV247+6Efv0ctA0meZE8xBlGFL+DIK5DWtrP8XBj4UbyqVnYjI4F0MezoDgFRt/52F6D5tCxdggHJ97hQK3/cd9N4ZKS9rzmHUNmyN/3qEiucBYxc8YlUhNKrTk2rBs5K2cWFAcX8FoPp6fMnRZi8GqEhyB0YFZ+kzJ0ud5hElK2WzkvL/BkwRw9XNWya7GCIbcIM0F0y4FcEMUyCr7ZwlKGMenWq8tTDGDljli4j1xJXE9guwmyY/0+pLLNMSlJqWoCBz1SPYmfqbitcpXB4lkBYRsMqWV4LxizPCherbjaHGrsZQhZPR0TXdAXdbhSVmjmYqrcFkezIYr6gbcduisXj5xdvolKbKkYB02craKKPXsWhMUt5lzTabjitlfgjrbffEqsrdsVi/Is1CfLndLQsaQZ55K5zFpMvzXKmepnWV7f2RxsF0JBRzh8qbgi8azaXsDmWEJFSoRx4nP5R/zohRn5FV7kIVnNNpZhn5g0yG/F3MA09xuytzKzKZwjmBxju9sIOwptcJvPOyWboeEMR5qh7MCmh6/FfoeedgMR+22DiLEQUsYS4ZqEHJcDrZgRJpW8LGzXKb1jRA0ZmZqQDCH+h/X6P9kZn1oljvLlm93OCuDwbr3c319c3uQ0LQWVbmDArmoKuszBXEGqHJYDAVfp3iOX1QnPoctEFZ+R90wVxGUwJ/Ao03ues/Wbz4k3p3E34QfuTHvCsoCAEnAMeAIARd/Aw5FMj7YC8m1szWmskLptJDYq257Ku0Zj7NcBrdtiHYmefmlrGlpxm4Nnu8y8f7Z86fn/e5+Kkf3j5bgc6iTAZPR3bGZCqEJHlilaWllTHPbDXa6iilz00bXeqY+vKvq9HK1kHJ+WODyWT47uCgktDm8eFEYrlgN7Ks0S6o75AAmsDvV0hESj0vVf01sU+jauhOJfCrNrYiVHC0UI+Y1DfMkAfpiI6rHvrxx7t2f/Tjh7dmTGX3laci1PuTzzx2tFNuVj4yhM0WsbzMM/HU8rKA1Rw2kEpPF42w7Wh73o6E/stWyT9QHo6kA3PWZuRG5DbwZW7REvNMPDtm4HkDRWz8JH+2sp4rJyywQ6CXXNG0FR76puEFik/zmizh1utyN8hHivR3FBuNenQn+bd6vkR/zPBv0mmJqVs79Qx7bUnx1A3kg0XGMv3BYr0ySF1r0O0qObOVqn9k6glWkoCj00SWuIfLwLyUEGV5BGmZ9tpVTZZASDQXZ5J8fd4VD3tyAekUdpUbBXgaICEG1xjAgoSSSKJr24Pf//n6i3/2/Qe3dfXvv25357w7l47dOT+z+7p9yk1S4ZUICfTGbN7NU7ZjqUZ9rPTc8IfXnz12U3v7Tceeff0PN6CXissT0XhlVTxaX1489Wsyky28VZGVsypfkYgXOInLEEbAwngMYzCqn+AZNOZfolDn0BqekVYHMrsAdS4KWwHuYSsDrELhTYz8+bpZPU4RVbc2G4ZwX5EWw5qPzrSnzjn9SAuMqGCHB2FQcGFJpYuQFaW1JqgH7D+0BwK12u8b9lvtfkjcoq8oC9SiccdJ9d4zDp+/fjNEDjjgrkG/304djw9d3CifVN7zRKJNbvSd+S9fsunlm0aUz2oDfrvyBleiL9OhBY46nHoKUkZI2WsDzgq+2BKodWHM5GSKGIrGLiaWMG/217gctaY9rRuH46M3v7xh9ck+ZQ0IlHDS7U6aURHZaZe/f5muNmCiCD90tiYQgN/anoD9FjV+q760VnndBx3GqZOOOqW9FiL7HfWBMo/+gJ3eO7bvioubyRHlH8ubolE3emLe4MJbXpGbYVSogTOUFOuUp/Do7GgBZ9TjFB66zWQpx661XhF+zQjpLXrszWIowUnBJLVt2HpwGbbT9nQq681Jt6chbLOakU5+2S7/3WUmUwD0C9hn+9ENNW+wnwEVuVQ8r3HTcWI1SPxDxH3E3xAvw/JEUTWqQ2k0iEbQLehl9C76J/QJ+hKdRjKJSOxxrL2y4ksXXl7BXhbaKy0+ZAnARgokNSCoJTCDxa9tCT7Qj1X9OpwGpsOpGjZW28PtVBpaQflMQc1CaWgmgU0jwAHiaNpdM563uXPnWT9Ert7qRYEwEGMAepSox26I6QYxCaSKAUl9KqRq6VyCC8Gvjwt5GJwMg95ioPBToQ++NGiJ8GtTdXzcR+y2r95j8Mu3QLpQBciaCuA+AsANpH0ckw5wtgCXgDHA6BD0FtQf+IWGfGqjMHjtonwGxo08VAvS+ItqOKDwQAJ+zQ4BHcbWh7TgUx0pWJpTH8v5abWLKB1op5L41F/rHQwHnhiifEKAgidCd2yCjUoICfXyMVwijVLBfL9Z3AZwPNVujF1kAIZHSU1DpmCdar49njsySJtF5fEJ5csB5TE0NoD0E2hp7u0J8qlxhUKyQpFL5OXj1OJxeTn58NRp+Xry2gFluHoytebv1/iTro7OyxsGDI6S7f+x3Rw0i/7WZI31C8qSq6geqx6sGo7tiXVVJCL94uGPq3fOJW8V5RtGDygLSlyOyjSwxZBlIBOoX2yNh2x2sdqCfaLmeQHCO0qcgOecjkTCyjtLdXrW6dSb5RttscpqZ2RMfN2p3F/sF9A9onKfy2m2J5b0VS2MCPGu+qC3nK/efO3Ng/aYbdVNm5fElMdEtK4kZFAed7xfbCwzG+tW1Jpq7O6Qp8KO2sui5vJ4JCKnvlnR5dYxZXq9u6k88/rA5b+5bPzkuJP8o1P5O/FV8ehJ8QcdjpOJxLrcv+ROTZCXLz8+hN5LnH4lQV0zKI80bdqwqVFZlmD2Td2BHhlXtk81y8+HKf9R+QNacJTbjHysqkq4MtVd4zeTFFlWVVtnMVXWpsqtlVVV1sBArGHTJSvDiCpGJ8mgHLOn7ImDyqkDG97aaK+0PqD89D4dpx+9s/9sUTGDTNW1Nebea1uqVyZWvLz2ROPmnFn5xZXy8q2vHqZXJc689OoXic8nPl/36sAX698f/2I96sj9JvN6B+X/P2j3K0YbX1p0XPn748WOLw9DR2V6DD2MnlaeQ/0yjfohfBr/rleeo8OHD7+/fgA+mXH4yM87kF35gyNzpfxWBi1VHkf2o1TfuHL9yEMDek4Xm4iL/Q8uylirbBxvIIvRYGDR+LKqMbQudWmqI3lpKnekYkF0vaezAl03rrhTbeP6Vvqkvc7tSVc6nFUpd2ZA4EzemM1SHbJj/tzUdBNdlEjomMyjCbNVV1+kK2KYhLDTYDOVsclVqaOlLVc0nShNTQx0NSccwcGI0Z+sqc8sbp175fL53tCgaOhev2/4RGnLZS1HS73JRMJj8PEN22o5Ti8IBoEpb21rPy7P0ekFo5e3NzjLipVfIj0ftD1aSlmOnjh64sSew8ovH31VZyJ373lU+Zvvnnz98PAjDz+84KS88STqPyk/Wdw9cfFkTwmNl8QcaYvRHM07BJM+1JpMuLgiDgG8A66N9F49Q5IPozqgx5IN72ww2fTR0VjMGh4Qo5tTKl3wXq+Xb79hviusX/zt4dpJ5flSZRl6Wv7kB+SvTpaidaWwLfHawPXo2S/kP5vn1RhFm1BjE/sjNUuoW1/P7ctkqF2vK79W/oDs8g68UvjKn8lnVR+MMLEceP4574sAdpLD9uZzDhgBzfMCI+SA6sstBrCg9uG3cVUMaXWjhKCqdQkNVGqqPmYmmg+F6rqwijxe8FfQ/Ci0tzOGBNfW3xb7Y3UOs2hqjCjZSGNjBGUijVt/V+yL1UKu4BLQI9gLYmoLtsMVPCFwwxJubYYfBDwDZ+ckl3BEvrPcb2LJVYX2GiOryM1q1hHcmLJMcCnZs1i3B4gOOIpQdYomovu82Zh+QQb4d4vqpRPCXgO+OAXjA+TDm60JH2j/lQh0/VSSLcC6yBlp+j2eLrZ+8KK0lL5osJ5VLipviLlZ9CLrjjWUo1VTWWzDoEHN117vYQlcRZ5+CYhSY9jdBDuiSNj3BHujnCVAEQHNHx/A5qCqauepAEX0Ta5M+x8ZRVSoiCQ/VI4rx9EqdsHU5cpx+jY6g1NoVdnU5WgVfdv/Bb4pxq8AeJxjYGRgYGCqCE5WFrKL57f5ysDNwQAC+/8ebADRVzfs1QbR+mc5QCo5GZhAPAAlfAnRAHicY2BkYOBgAAEDMKl/loGRARV4AAAZYwF/AAB4nGPVYljGwcDAAMRsULoBwWdcysHAxIwkBqOBmDEYiGF8XiCWhGBGqDyDAkQexgezHYDsA0hmgPR3AmktIO0AwUwMUHUg7AFkm0PZDah6UbADcZi5AY96AyQ7GgwYGNpAahkaGBQAdYoUNwAAAAAWAEgBOAHeAjICSgJkAnoCkALsA1ID6AQ4BL4E3gUgBUIFyAXeBfYGRgbABugHKgeSCEwIagkICSgJ0AqmCvALeAvWDEoMtgzUDP4NgA3QDkoPQA9mD+YQzhDeEdYSRBLWE2oT7hRiFNgVVBYKFwQXbhfAGEgYnhi6GUAZshpeGwQbnBvuHCgcih2oIKghLiGSIawAAHicY2BkYGDwYmJjkGcAAUYwyQXEKYyRICYAEJ4BPAAAeJy1VE+LGzcUf1472S1plhIo5KhDKZvFjBN3ITQ5LUlzyl42YSGXgjwjz4iMR0LSZJjSQ4859GP0EuinKC302HM/Qc899dj3njT2buyGbaEeRvPT0/v7e08GgLujz2EE8fcFvhGP4A7uIt6Dffgq4THKnyc8Qfx1wjfgY7AJ34RP4NuE9+FL+D7hA/gUfkn4FhzD7wnfHv08miR8CMd7v2KU0eQj3BV7fyY8gs/GFwnvweH4m4THKH+b8ATxjwnfgLvj3xK+CWL8R8L74CYHCR/A8WTwcwteTn5I+Pb47eSvhA/h5cF3P70T8/sPTsSZzp3xZhnEE+OscTJo02TitK7FuS6r4MW58sq9UUX2TC6czsXZ0+dzceq9Cv5clW0t3fbBtuRCOY+exTw7eRhP6TCevVClUUJ7IUVwslAr6V4LsxShUpfyK51pLYlzs7Ky0cpnO5OvQrCPZrOu67LVcJ6hzSz01pRO2qqfLU0T/Gxj7ltra60KQQeZeGVasZK9aL3CJDAxEotgRO6UDGoqCu1tLfupkE0hrNN4mqOKwq/0wiq30iGgu0XPRdQ6Vw35wgMvjBvAkiJMt0u1zhRtHqaCmEfbKdkMAXQjukrn1aXMOgyqm7xuC2zTOnvT1L040veEWi0wl406evhQtqxe6KYUTvmAnSJWNwHIfO3rMTNwpDFKUCtqgdMYtTBdUxtZXGVPRqqUo3IMhsK1DbYNolBUJulUqrZXGcVhbPqkTg1Bh8hPpRcac86u3214BwLmcB8ewAmiM9CQgwMDHt8lBJQ9QeTwztMqUaIRNZDhySnU+Ag4R1kJFZ553in8KtR+g2uBms/QboF78k0xnuI/y5ztPWuSHVmV0KI/iZrXsbiOzgXn4VPOVGmGdT68YjtYXrZ7wdkYXAXqUFUS38AMFChdcZavUUYs0UnFurv4K3nfIoODdo7fFe4l5qSZrexfME88B5Q+ghk+HT8Z+nvfPktxZoh79lKyH4seepQu2RtVO9sZ3XPOFjuiuY9ibUG9f8U1CWaix2/L3EUmImODNskMV+1Qg+pQMMV9wXqWO96zhPigOJY7E23z5EWlvWTflvtKNQc+I6sF5zF0ouaKyGrIK1p47oLbkizXNUyv1VXL+wJtctxPma848zHudB3n/Qo0T2LHPOW47uasS5WSdo7VtDx3xU7uyaZmdIT69/BLE7pIvOzyHnP4r9xuvBfsqUSZ4zkO6U4Ns7qrgiH6dl6PL80AVRJrCRxvuAXkP9ZaoKTjyg3fyg/NnrwyVYr7YtIaq4q45ZvVsiVlO3Rz8EOaNd/kf57R+M/YpM5svA83RCeWaX4o3wUzHXv7P9ztvwEy7jiOAAB4nGNgZgCD/34M5QyYwAsAKXQCEnic28CgzbCJkZNJm3ETF4jcztWaG2qrysChvZ07NdhBTwbE4onwsNCQBLF4nc215YVBLD4dFRkRHhCLX05CmI8DxBLg4+FkZwGxBMEAxBLaMKEgwADIYtjOCDeaCW40M9xoFrjRrHCj2eQkoUazw43mgBvNCTd6kzAju/YGBgXX2kwJFwDEASgaAAAA) format('woff');
    font-weight: normal;
    font-style: normal
}

.ms-Icon:before {
    vertical-align: bottom;
    top: 10px;
    position: absolute;
}

.o365cs-base .ms-Icon, .o365cs-base .ms-Icon::before {
    font-family: 'ShellFabricMDL2Icons'
}

.o365cs-base .ms-Icon--GlobalNavButton::before {
    content: "\e700 "
}

.o365cs-base .ms-Icon--More::before {
    content: "\e712 "
}

.o365cs-base .ms-Icon--Settings::before {
    content: "\e713 "
}

.o365cs-base .ms-Icon--People::before {
    content: "\e716 "
}

.o365cs-base .ms-Icon--Search::before {
    content: "\e721 "
}

.o365cs-base .ms-Icon--Forward::before {
    content: "\e72a "
}

.o365cs-base .ms-Icon--Back::before {
    content: "\e72b "
}

.o365cs-base .ms-Icon--ChevronLeft::before {
    content: "\e76b "
}

.o365cs-base .ms-Icon--ChevronRight::before {
    content: "\e76c "
}

.o365cs-base .ms-Icon--Emoji2::before {
    content: "\e76e "
}

.o365cs-base .ms-Icon--Contact::before {
    content: "\e77b "
}

.o365cs-base .ms-Icon--Calendar::before {
    content: "\e787 "
}

.o365cs-base .ms-Icon--News::before {
    content: "\e900 "
}

.o365cs-base .ms-Icon--Download::before {
    content: "\e896 "
}

.o365cs-base .ms-Icon--Help::before {
    content: "\e897 "
}

.o365cs-base .ms-Icon--ChromeClose::before {
    content: "\e8bb "
}

.o365cs-base .ms-Icon--OneDrive::before {
    content: "\e941 "
}

.o365cs-base .ms-Icon--ChevronUpMed::before {
    content: "\e971 "
}

.o365cs-base .ms-Icon--ChevronDownMed::before {
    content: "\e972 "
}

.o365cs-base .ms-Icon--Ringer::before {
    content: "\ea8f "
}

.o365cs-base .ms-Icon--StoreLogo::before {
    content: "\ea96 "
}

.o365cs-base .ms-Icon--CircleFill::before {
    content: "\ea3b "
}

.o365cs-base .ms-Icon--HelpMirrored::before {
    content: "\ea51 "
}

.o365cs-base .ms-Icon--Lightbulb::before {
    content: "\ea80 "
}

.o365cs-base .ms-Icon--BingLogo::before {
    content: "\eb6b "
}

.o365cs-base .ms-Icon--MSNLogo::before {
    content: "\eb6c "
}

.o365cs-base .ms-Icon--OfficeLogo::before {
    content: "\eb6e "
}

.o365cs-base .ms-Icon--SkypeLogo::before {
    content: "\eb6f "
}

.o365cs-base .ms-Icon--PowerBILogo::before {
    content: "\ea1e "
}

.o365cs-base .ms-Icon--YammerLogo::before {
    content: "\ed19 "
}

.o365cs-base .ms-Icon--AdminALogo::before {
    content: "\ed6a "
}

.o365cs-base .ms-Icon--AdminPLogo::before {
    content: "\ed71 "
}

.o365cs-base .ms-Icon--ParatureLogo::before {
    content: "\ed7b "
}

.o365cs-base .ms-Icon--SocialListeningLogo::before {
    content: "\ed7c "
}

.o365cs-base .ms-Icon--Waffle::before {
    content: "\ed89 "
}

.o365cs-base .ms-Icon--BookingsLogo::before {
    content: "\edc7 "
}

.o365cs-base .ms-Icon--DocsLogoInverse::before {
    content: "\edcb "
}

.o365cs-base .ms-Icon--Dynamics365Logo::before {
    content: "\edcc "
}

.o365cs-base .ms-Icon--DynamicSMBLogo::before {
    content: "\edcd "
}

.o365cs-base .ms-Icon--OfficeStoreLogo::before {
    content: "\edcf "
}

.o365cs-base .ms-Icon--PlannerLogo::before {
    content: "\edd1 "
}

.o365cs-base .ms-Icon--OfficeAddinsLogo::before {
    content: "\eec7 "
}

.o365cs-base .ms-Icon--ClassroomLogo::before {
    content: "\ef75 "
}

.o365cs-base .ms-Icon--CaretSolidDown::before {
    content: "\f08e "
}

.o365cs-base .ms-Icon--PowerAppsLogo::before {
    content: "\f091 "
}

.o365cs-base .ms-Icon--SkypeForBusinessLogo::before {
    content: "\f0fc "
}

.o365cs-base .ms-Icon--AnalyticsLogo::before {
    content: "\f1de "
}

.o365cs-base .ms-Icon--WordLogo::before {
    content: "\f1e3 "
}

.o365cs-base .ms-Icon--ExcelLogo::before {
    content: "\f1e5 "
}

.o365cs-base .ms-Icon--OneNoteLogo::before {
    content: "\f1e7 "
}

.o365cs-base .ms-Icon--OutlookLogo::before {
    content: "\f1e9 "
}

.o365cs-base .ms-Icon--PowerPointLogo::before {
    content: "\f1eb "
}

.o365cs-base .ms-Icon--TeamsLogo::before {
    content: "\f27b "
}

.o365cs-base .ms-Icon--SharepointLogo::before {
    content: "\f27e "
}

.o365cs-base .ms-Icon--DelveLogo::before {
    content: "\f280 "
}

.o365cs-base .ms-Icon--OfficeVideoLogo::before {
    content: "\f282 "
}

.o365cs-base .ms-Icon--VisioLogo::before {
    content: "\f2a7 "
}

.o365cs-base .ms-Icon--MoreVertical::before {
    content: "\f2bc "
}

.o365cs-base .ms-Icon--StreamLogo::before {
    content: "\f329 "
}

.o365cs-base .ms-Icon--OfficeFormsLogo::before {
    content: "\f434 "
}

.o365cs-base .ms-Icon--ProjectLogo32::before {
    content: "\f47e "
}

.o365cs-base .ms-Icon--SwayLogo32::before {
    content: "\f482 "
}

.o365cs-base .ms-Icon--ClassNotebookLogo32::before {
    content: "\f486 "
}

.o365cs-base .ms-Icon--StaffNotebookLogo32::before {
    content: "\f48c "
}

.o365cs-base .ms-Icon--KaizalaLogo::before {
    content: "\f492 "
}

.o365cs-base .ms-Icon--TaskLogo::before {
    content: "\f493 "
}

.o365cs-base .ms-Icon--ProtectionCenterLogo32::before {
    content: "\f494 "
}

.o365cs-base .ms-Icon--NonprofitLogo32::before {
    content: "\f495 "
}

.o365cs-base .ms-Icon--GallatinLogo::before {
    content: "\f496 "
}

.o365cs-base .ms-Icon--MicrosoftFlowLogo::before {
    content: "\f4b1 "
}

.o365cs-base .ms-Icon--BusinessCenterLogo::before {
    content: "\f4b2 "
}

.o365cs-base .ms-Icon--ToDoLogoInverse::before {
    content: "\f4bc "
}

.o365cs-base .ms-Icon--Mail::before {
    content: "\f715 "
}

.o365cs-base .ms-Icon--MicrosoftStaffhubLogo::before {
    content: "\f130 "
}

.o365cs-nav-appItem a:hover {
    border-color: #f4f4f4;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    -webkit-transition: border-color .167s linear, -webkit-box-shadow .167s linear;
    -moz-transition: border-color .167s linear, box-shadow .167s linear;
    transition: border-color .167s linear, box-shadow .167s linear;
}

.o365cs-nav-docsModuleEmpty {
    text-align: center
}

.o365cs-nav-docsModuleEmptyImage {
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMThweCIgaGVpZ2h0PSI5MnB4IiB2aWV3Qm94PSIwIDAgMTE4IDkyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPkdyb3VwPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9Im90aGVyLWNhc2VzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJuby1kb2NzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTExLjAwMDAwMCwgLTUwOS4wMDAwMDApIj4gICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjguMDAwMDAwLCA1MDkuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDMuMDAwMDAwLCAwLjAwMDAwMCkiPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExMy40MDMxMTIsNTQuOTIwMzQ1NiBMMTEzLjIzNTgzOSw1NC45MjAzNDU2IEMxMTMuMjM1ODM5LDUwLjcyNTA1NDIgMTA5Ljg5MDczNSw0Ny4zNjg4MTc0IDEwNS43MDkzNDMsNDcuMzY4ODE3NCBDMTAxLjg2MjQ2OCw0Ny4zNjg4MTc0IDk4LjY4NDYwNzIsNTAuMzg5NDMxMSA5OC4xODI4NDE2LDU0LjA4MTI4NDkgQzk3LjE3OTMxMDUsNTIuOTA2NjAxMSA5NS42NzQwMDc3LDUyLjA2NzU0NjUgOTQuMDAxNDU1OCw1Mi4wNjc1NDY1IEM5MS4xNTgxMTE0LDUyLjA2NzU0NjUgODguODE2NTMyNyw1NC40MTY5MDc5IDg4LjgxNjUzMjcsNTcuNDM3NTIxNiBDODguODE2NTMyNyw2MC4yOTAzMTgzIDkxLjE1ODExMTQsNjIuNjM5NjgyMiA5NC4wMDE0NTU4LDYyLjYzOTY4MjIgTDExMy40MDMxMTIsNjIuNjM5NjgyMiBDMTE1LjU3NzQyNCw2Mi42Mzk2ODIyIDExNy4yNDk5NzYsNjAuOTYxNTY0NCAxMTcuMjQ5OTc2LDU4Ljc4MDAxMzMgQzExNy4yNDk5NzYsNTYuNzY2Mjc1NSAxMTUuNTc3NDI0LDU0LjkyMDM0NTYgMTEzLjQwMzExMiw1NC45MjAzNDU2IFoiIGlkPSJGaWxsLTMiIGZpbGw9IiM2NjY2NjYiIG9wYWNpdHk9IjAuMyI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTkwLjM0NzIxNTUsMTEuNzgyOTIxNCBMODkuMjI4NDM3NywxMS43ODI5MjE0IEM4OS4wMDQ2OTg1LDUuMjExNjgxNDQgODMuNDEwNzI3OCwtMS43NzYzNTY4NGUtMTUgNzYuOTIxODAwMiwtMS43NzYzNTY4NGUtMTUgQzcxLjEwNDA5MDMsLTEuNzc2MzU2ODRlLTE1IDY2LjE4MTQxOSwzLjg1MjEwNjE3IDY0LjgzODg3NzQsOS4yOTAzODIwOSBDNjMuMDQ4ODA4NCw3LjQ3NzYyNjI1IDYwLjgxMTIzNjUsNi41NzEyNDgzMiA1OC4zNDk5MDA4LDYuNTcxMjQ4MzIgQzUzLjQyNzIyOTUsNi41NzEyNDgzMiA0OS42MjMzNTIzLDEwLjE5Njc2IDQ5LjE3NTgzMywxNC45NTUyNTI1IEM0Ny4zODU3NzIyLDE1LjE4MTg0NyA0Ni4wNDMyMjI1LDE1Ljg2MTYzMDQgNDQuNzAwNjgwOSwxNi45OTQ2MDI4IEM0My44MDU2NTA1LDE1LjYzNTAzNTkgNDIuMjM5MzQ1MywxNC43Mjg2NTggNDAuNjczMDQsMTQuNzI4NjU4IEMzNy43NjQxOTMyLDE0LjcyODY1OCAzNS41MjY2MTMxLDE2Ljk5NDYwMjggMzUuNTI2NjEzMSwxOS45NDAzMzExIEMzNS41MjY2MTMxLDIyLjg4NjA2NzcgMzcuNzY0MTkzMiwyNS4xNTIwMTI1IDQwLjY3MzA0LDI1LjE1MjAxMjUgTDQyLjAxNTU4OTcsMjUuMTUyMDEyNSBMNTguNzk3NDExOSwyNS4xNTIwMTI1IEw2OC4xOTUyMzUzLDI1LjE1MjAxMjUgTDkwLjc5NDc3NTcsMjUuMTUyMDEyNSBMOTAuNzk0Nzc1NywyNS4xNTIwMTI1IEM5NC4xNTExMDkxLDI0LjkyNTQxOCA5Ni44MzYyMjQ4LDIxLjk3OTY4OTggOTYuODM2MjI0OCwxOC4zNTQxNjk3IEM5Ni44MzYyMjQ4LDE0LjcyODY1OCA5My45MjczNjk5LDExLjc4MjkyMTQgOTAuMzQ3MjE1NSwxMS43ODI5MjE0IFoiIGlkPSJGaWxsLTQiIGZpbGw9IiNEMUQxRDEiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMS41MDA1MjcsMjkuNjU5NTI2OCBDMjEuMzM2NDA0MSwyOS42NTk1MjY4IDIxLjE3MjI3NTEsMjkuODIxMDE0NyAyMS4wMDgxNTIyLDI5LjgyMTAxNDcgQzIxLjMzNjQwNDEsMjkuMTc1MDU3MSAyMS41MDA1MjcsMjguNTI5MDk5NSAyMS41MDA1MjcsMjcuODgzMTQyIEMyMS41MDA1MjcsMjUuNjIyMjg3NCAxOS42OTUxMzg1LDIzLjY4NDQwODcgMTcuMjMzMjQ2MiwyMy42ODQ0MDg3IEMxNS4wOTk2MDU4LDIzLjY4NDQwODcgMTMuMjk0MjE3MywyNS4yOTkzMDU3IDEzLjEzMDA5NDQsMjcuMzk4NjcyMyBDMTIuMzA5NDYxNiwyNi41OTEyMjA4IDExLjE2MDU3NjksMjYuMTA2NzUxMSAxMC4wMTE2OTgyLDI2LjEwNjc1MTEgQzcuNzEzOTI4ODYsMjYuMTA2NzUxMSA1Ljc0NDQxNTYsMjcuNzIxNjQ4MSA1Ljc0NDQxNTYsMjkuOTgyNTAyNiBDNS4yNTIwMzcxNCwyOS44MjEwMTQ3IDQuNzU5NjU4NjgsMjkuNjU5NTI2OCA0LjI2NzI4MDIxLDI5LjY1OTUyNjggQzEuOTY5NTEzODUsMjkuNjU5NTI2OCAwLDMxLjU5NzM5OTUgMCwzMy44NTgyNTY1IEMwLDM2LjI4MDYwMTMgMS45Njk1MTM4NSwzOC4wNTY5ODczIDQuMjY3MjgwMjEsMzguMDU2OTg3MyBMMjEuNTAwNTI3LDM4LjA1Njk4NzMgQzIzLjc5ODI5NjQsMzguMDU2OTg3MyAyNS43Njc4MDc4LDM2LjI4MDYwMTMgMjUuNzY3ODA3OCwzMy44NTgyNTY1IEMyNS43Njc4MDc4LDMxLjU5NzM5OTUgMjMuNzk4Mjk2NCwyOS42NTk1MjY4IDIxLjUwMDUyNywyOS42NTk1MjY4IFoiIGlkPSJGaWxsLTUiIGZpbGw9IiM2NjY2NjYiIG9wYWNpdHk9IjAuMyI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlBhZ2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMuODM0ODcwLCA0MC42MDE4NDQpIj4gICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTEiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCA1MC44MzkxNzQyIDM3LjYzMDY2NDMgNTAuODM5MTc0MiAzNy42MzA2NjQzIDAgMCAwIj48L3BvbHlnb24+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTMiIGZpbGw9IiNGMEYwRjAiIHBvaW50cz0iMzcuNjMwNjY0MyA1MC44MzkxNzQyIDAgNTAuODM5MTc0MiAwIDExLjM3MTkxODMgMTEuOTMxNjY5NyAwIDM3LjYzMDY2NDMgMCI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC00IiBmaWxsPSIjREJEOEQ4IiBwb2ludHM9IjEyLjU0MzU1NDggMTEuNjUwNjQ0MSAwIDExLjY1MDY0NDEgMTIuNTQzNTU0OCAwIj48L3BvbHlnb24+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjQ1OTkzMDk0LDE0LjgyODA5MjUgTDE2LjE2NzI1MTksMTQuODI4MDkyNSBDMTYuNDQ1OTkwNiwxNC44MjgwOTI1IDE2LjcyNDczOTcsMTQuNDc1MDQ2MiAxNi43MjQ3Mzk3LDE0LjEyMTk4OTMgQzE2LjcyNDczOTcsMTQuMTIxOTg5MyAxNi40NDU5OTA2LDEzLjc2ODk0MyAxNi4xNjcyNTE5LDEzLjc2ODk0MyBMNC40NTk5MzA5NCwxMy43Njg5NDMgQzQuMTgxMTg0OTMsMTMuNzY4OTQzIDQuMTgxMTg0OTMsMTQuMTIxOTg5MyA0LjE4MTE4NDkzLDE0LjEyMTk4OTMgQzQuMTgxMTg0OTMsMTQuNDc1MDQ2MiA0LjE4MTE4NDkzLDE0LjgyODA5MjUgNC40NTk5MzA5NCwxNC44MjgwOTI1IiBpZD0iRmlsbC01IiBmaWxsPSIjNzM3MzczIj48L3BhdGg+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjQ1OTkzMDk0LDE5LjA2NDY5MDMgTDE2LjE2NzI1MTksMTkuMDY0NjkwMyBDMTYuNDQ1OTkwNiwxOS4wNjQ2OTAzIDE2LjcyNDczOTcsMTkuMDY0NjkwMyAxNi43MjQ3Mzk3LDE4LjcxMTY0NCBDMTYuNzI0NzM5NywxOC4zNTg1ODcyIDE2LjQ0NTk5MDYsMTguMDA1NTQwOSAxNi4xNjcyNTE5LDE4LjAwNTU0MDkgTDQuNDU5OTMwOTQsMTguMDA1NTQwOSBDNC4xODExODQ5MywxOC4wMDU1NDA5IDQuMTgxMTg0OTMsMTguMzU4NTg3MiA0LjE4MTE4NDkzLDE4LjcxMTY0NCBDNC4xODExODQ5MywxOS4wNjQ2OTAzIDQuMTgxMTg0OTMsMTkuMDY0NjkwMyA0LjQ1OTkzMDk0LDE5LjA2NDY5MDMiIGlkPSJGaWxsLTYiIGZpbGw9IiM3MzczNzMiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNDU5OTMwOTQsMjMuMzAxMjg4MiBMMTYuMTY3MjUxOSwyMy4zMDEyODgyIEMxNi40NDU5OTA2LDIzLjMwMTI4ODIgMTYuNzI0NzM5NywyMi45NDgyNDE5IDE2LjcyNDczOTcsMjIuNTk1MTg1IEMxNi43MjQ3Mzk3LDIyLjI0MjEzODcgMTYuNDQ1OTkwNiwyMi4yNDIxMzg3IDE2LjE2NzI1MTksMjIuMjQyMTM4NyBMNC40NTk5MzA5NCwyMi4yNDIxMzg3IEM0LjE4MTE4NDkzLDIyLjI0MjEzODcgNC4xODExODQ5MywyMi4yNDIxMzg3IDQuMTgxMTg0OTMsMjIuNTk1MTg1IEM0LjE4MTE4NDkzLDIyLjk0ODI0MTkgNC4xODExODQ5MywyMy4zMDEyODgyIDQuNDU5OTMwOTQsMjMuMzAxMjg4MiIgaWQ9IkZpbGwtNyIgZmlsbD0iIzczNzM3MyI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNC40NTk5MzA5NCwyNy41Mzc4ODYgTDE2LjE2NzI1MTksMjcuNTM3ODg2IEMxNi40NDU5OTA2LDI3LjUzNzg4NiAxNi43MjQ3Mzk3LDI3LjE4NDgzOTcgMTYuNzI0NzM5NywyNi44MzE3ODI5IEMxNi43MjQ3Mzk3LDI2LjgzMTc4MjkgMTYuNDQ1OTkwNiwyNi40Nzg3MzY2IDE2LjE2NzI1MTksMjYuNDc4NzM2NiBMNC40NTk5MzA5NCwyNi40Nzg3MzY2IEM0LjE4MTE4NDkzLDI2LjQ3ODczNjYgNC4xODExODQ5MywyNi44MzE3ODI5IDQuMTgxMTg0OTMsMjYuODMxNzgyOSBDNC4xODExODQ5MywyNy4xODQ4Mzk3IDQuMTgxMTg0OTMsMjcuNTM3ODg2IDQuNDU5OTMwOTQsMjcuNTM3ODg2IiBpZD0iRmlsbC04IiBmaWxsPSIjNzM3MzczIj48L3BhdGg+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjQ1OTkzMDk0LDM5LjE4ODUzMDEgTDE2LjE2NzI1MTksMzkuMTg4NTMwMSBDMTYuNDQ1OTkwNiwzOS4xODg1MzAxIDE2LjcyNDczOTcsMzguODM1NDgzOCAxNi43MjQ3Mzk3LDM4LjgzNTQ4MzggQzE2LjcyNDczOTcsMzguNDgyNDI3IDE2LjQ0NTk5MDYsMzguMTI5MzgwNyAxNi4xNjcyNTE5LDM4LjEyOTM4MDcgTDQuNDU5OTMwOTQsMzguMTI5MzgwNyBDNC4xODExODQ5MywzOC4xMjkzODA3IDQuMTgxMTg0OTMsMzguNDgyNDI3IDQuMTgxMTg0OTMsMzguODM1NDgzOCBDNC4xODExODQ5MywzOC44MzU0ODM4IDQuMTgxMTg0OTMsMzkuMTg4NTMwMSA0LjQ1OTkzMDk0LDM5LjE4ODUzMDEiIGlkPSJGaWxsLTkiIGZpbGw9IiM3MzczNzMiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIyLjUwODcwODcsMjcuNTM3ODg2IEwzNC4yMTYwMjY1LDI3LjUzNzg4NiBDMzQuNDk0Nzc1NiwyNy41Mzc4ODYgMzQuNDk0Nzc1NiwyNy4xODQ4Mzk3IDM0LjQ5NDc3NTYsMjYuODMxNzgyOSBDMzQuNDk0Nzc1NiwyNi44MzE3ODI5IDM0LjQ5NDc3NTYsMjYuNDc4NzM2NiAzNC4yMTYwMjY1LDI2LjQ3ODczNjYgTDIyLjUwODcwODcsMjYuNDc4NzM2NiBDMjIuMjI5OTcsMjYuNDc4NzM2NiAyMS45NTEyMjA5LDI2LjgzMTc4MjkgMjEuOTUxMjIwOSwyNi44MzE3ODI5IEMyMS45NTEyMjA5LDI3LjE4NDgzOTcgMjIuMjI5OTcsMjcuNTM3ODg2IDIyLjUwODcwODcsMjcuNTM3ODg2IiBpZD0iRmlsbC0xMCIgZmlsbD0iIzczNzM3MyI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjIuNTA4NzA4NywzMS43NzQ0ODM5IEwzNC4yMTYwMjY1LDMxLjc3NDQ4MzkgQzM0LjQ5NDc3NTYsMzEuNzc0NDgzOSAzNC40OTQ3NzU2LDMxLjc3NDQ4MzkgMzQuNDk0Nzc1NiwzMS40MjE0Mzc2IEMzNC40OTQ3NzU2LDMxLjA2ODM4MDcgMzQuNDk0Nzc1NiwzMC43MTUzMzQ0IDM0LjIxNjAyNjUsMzAuNzE1MzM0NCBMMjIuNTA4NzA4NywzMC43MTUzMzQ0IEMyMi4yMjk5NywzMC43MTUzMzQ0IDIxLjk1MTIyMDksMzEuMDY4MzgwNyAyMS45NTEyMjA5LDMxLjQyMTQzNzYgQzIxLjk1MTIyMDksMzEuNzc0NDgzOSAyMi4yMjk5NywzMS43NzQ0ODM5IDIyLjUwODcwODcsMzEuNzc0NDgzOSIgaWQ9IkZpbGwtMTEiIGZpbGw9IiM3MzczNzMiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIyLjUwODcwODcsMzYuMDExMDgxNyBMMzQuMjE2MDI2NSwzNi4wMTEwODE3IEMzNC40OTQ3NzU2LDM2LjAxMTA4MTcgMzQuNDk0Nzc1NiwzNS42NTgwMzU1IDM0LjQ5NDc3NTYsMzUuMzA0OTc4NiBDMzQuNDk0Nzc1NiwzNC45NTE5MzIzIDM0LjQ5NDc3NTYsMzQuOTUxOTMyMyAzNC4yMTYwMjY1LDM0Ljk1MTkzMjMgTDIyLjUwODcwODcsMzQuOTUxOTMyMyBDMjIuMjI5OTcsMzQuOTUxOTMyMyAyMS45NTEyMjA5LDM0Ljk1MTkzMjMgMjEuOTUxMjIwOSwzNS4zMDQ5Nzg2IEMyMS45NTEyMjA5LDM1LjY1ODAzNTUgMjIuMjI5OTcsMzYuMDExMDgxNyAyMi41MDg3MDg3LDM2LjAxMTA4MTciIGlkPSJGaWxsLTEyIiBmaWxsPSIjNzM3MzczIj48L3BhdGg+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMi41MDg3MDg3LDM5LjE4ODUzMDEgTDM0LjIxNjAyNjUsMzkuMTg4NTMwMSBDMzQuNDk0Nzc1NiwzOS4xODg1MzAxIDM0LjQ5NDc3NTYsMzguODM1NDgzOCAzNC40OTQ3NzU2LDM4LjgzNTQ4MzggQzM0LjQ5NDc3NTYsMzguNDgyNDI3IDM0LjQ5NDc3NTYsMzguMTI5MzgwNyAzNC4yMTYwMjY1LDM4LjEyOTM4MDcgTDIyLjUwODcwODcsMzguMTI5MzgwNyBDMjIuMjI5OTcsMzguMTI5MzgwNyAyMS45NTEyMjA5LDM4LjQ4MjQyNyAyMS45NTEyMjA5LDM4LjgzNTQ4MzggQzIxLjk1MTIyMDksMzguODM1NDgzOCAyMi4yMjk5NywzOS4xODg1MzAxIDIyLjUwODcwODcsMzkuMTg4NTMwMSIgaWQ9IkZpbGwtMTMiIGZpbGw9IiM3MzczNzMiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtMTQiIGZpbGw9IiNBQ0FDQUMiIHBvaW50cz0iMjEuOTUxMjIwOSAyNC4zNjA0Mzc2IDM0LjQ5NDc3NTYgMjQuMzYwNDM3NiAzNC40OTQ3NzU2IDEyLjcwOTc5MzYgMjEuOTUxMjIwOSAxMi43MDk3OTM2Ij48L3BvbHlnb24+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJGaWxsLTE1IiBmaWxsPSIjQUNBQ0FDIiBwb2ludHM9IjQuMTgxMTg0OTMgMzcuMDcwMjMxMiAxNi43MjQ3Mzk3IDM3LjA3MDIzMTIgMTYuNzI0NzM5NyAyOC41OTcwMzU1IDQuMTgxMTg0OTMgMjguNTk3MDM1NSI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: cover;
    width: 139px;
    height: 109px
}

.o365cs-nav-docsModuleEmptyTitle {
    display: inline-block;
    font-size: 13px;
    margin-top: 6px;
    max-width: 180px
}

.o365cs-nav-docsModuleEmptyText {
    display: inline-block;
    font-size: 13px;
    margin-top: 3px;
    max-width: 230px
}

.o365cs-nav-docsModuleEmpty .o365cs-nav-docsModuleNewButton {
    margin: 15px 0 0 0
}

@media (min-width: 992px) {
    .o365cs-base .show > .dropdown-menu {
        overflow: hidden !important;
    }
}

/**	46. CHat Application
*************************************************** **/
.app_chat_button {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    left: 35px;
    background: #00c6ff;
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);
    box-shadow: 0 2px 30px 0 rgba(0, 114, 255, 0.8);
    border-radius: 75px;
    color: #fff;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.app_chat_button i {
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
}

.app_chat_button span {
    vertical-align: middle;
    display: inline-block;
    font-weight: 600;
}

.app_chat_button i + span {
    margin-left: 15px;
}

.app_chat_button:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: #00c6ff;
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);
    box-shadow: 0 2px 40px 0 rgba(101, 168, 241, 0.41);
}

.pvr_chat_cnt {
    z-index: 9999;
    position: fixed;
    bottom: 70px;
    left: 35px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pvr_chat_cnt.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.pvr_chat_cnt .app_chat_i {
    background-color: #fff;
    /* Rectangle: */
    box-shadow: 0 2px 40px 0 rgba(101, 168, 241, 0.41);
    border-radius: 10px;
    width: 320px;
    position: relative;
    background-repeat: repeat-x;
    background-position-x: center;
    background-size: 675px 835px;
    background-image: url(../img/svg/header_2.svg);
}

.pvr_chat_cnt .app_chat_i .chat-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 10px;
    cursor: pointer;
}

.pvr_chat_cnt .app_chat_i {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pvr_chat_cnt .app_chat_i .pvr-user-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pvr_chat_cnt .app_chat_i .pvr-user-w .pvr-user-avatar-w {
    width: 50px;
}

.pvr_chat_cnt .app_chat_i .pvr-user-w .pvr-user-avatar-w .user-avatar {
    border-radius: 40px;
    overflow: hidden;
}

.pvr_chat_cnt .app_chat_i .pvr-user-w .pvr-user-avatar-w .user-avatar img {
    max-width: 100%;
    height: auto;
}

.pvr_chat_cnt .app_chat_i .pvr-user-w.with-status .pvr-user-avatar-w {
    position: relative;
}

.pvr_chat_cnt .app_chat_i .pvr-user-w.with-status .pvr-user-avatar-w:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 10px;
    box-shadow: 0 0 0 3px #fff;
}

.pvr_chat_cnt .app_chat_i .pvr-user-w.with-status.status-green .pvr-user-avatar-w:before {
    background-color: #90be2e;
}

.pvr_chat_cnt .app_chat_i .pvr-user-w.with-status.status-red .pvr-user-avatar-w:before {
    background-color: #e65252;
}

.pvr_chat_cnt .app_chat_i .pvr-user-w .user-name {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pvr_chat_cnt .app_chat_i .pvr-user-w .user-title {
    margin-bottom: 2px;
    color: #007bff;
}

.pvr_chat_cnt .app_chat_i .pvr-user-w .user-role {
    font-weight: 600;
    font-size: 0.81rem;
}

.pvr_chat_cnt .app_chat_i .pvr-user-w .user-action {
    width: 50px;
    color: #007bff;
    font-size: 18px;
}

.pvr_chat_cnt .chat-messages {
    padding: 20px;
    height: calc(100vh - 400px);
    position: relative;
    overflow: hidden;
}

.pvr_chat_cnt .chat-messages .message {
    margin-bottom: 12px;
}

.pvr_chat_cnt .chat-messages.theme_1 .message .message-content {
    color: #594939;
    padding: 10px 20px;
    background-color: #fcf6ee;
    border-radius: 20px 20px 20px 0;
    max-width: 80%;
    font-size: 13px;
    display: inline-block;
    text-align: left;
}

.pvr_chat_cnt .chat-messages.theme_1 .message.self .message-content {
    border-radius: 20px 20px 0 20px;
    background-color: #e2efff;
    color: #2A4E7F;
}

.pvr_chat_cnt .chat-messages.theme_2 .message .message-content {
    color: #FFFFFF;
    padding: 10px 20px;
    background-color: #da8d67;
    border-radius: 20px 20px 20px 0;
    max-width: 80%;
    font-size: 13px;
    display: inline-block;
    text-align: left;
}

.pvr_chat_cnt .chat-messages.theme_2 .message.self .message-content {
    border-radius: 20px 20px 0 20px;
    background-color: #9281cf;
    color: #FFFFFF;
}

.pvr_chat_cnt .chat-messages.theme_3 .message .message-content {
    color: #FFFFFF;
    padding: 10px 20px;
    background-color: #616161;
    border-radius: 20px 20px 20px 0;
    max-width: 80%;
    font-size: 13px;
    display: inline-block;
    text-align: left;
}

.pvr_chat_cnt .chat-messages.theme_3 .message.self .message-content {
    border-radius: 20px 20px 0 20px;
    background-color: #689f38;
    color: #FFFFFF;
}

.pvr_chat_cnt .chat-messages.theme_4 .message .message-content {
    color: #FFFFFF;
    padding: 10px 20px;
    background-color: #929090;
    border-radius: 20px 20px 20px 0;
    max-width: 80%;
    font-size: 13px;
    display: inline-block;
    text-align: left;
}

.pvr_chat_cnt .chat-messages.theme_4 .message.self .message-content {
    border-radius: 20px 20px 0 20px;
    background-color: #4527a0;
    color: #FFFFFF;
}

.pvr_chat_cnt .chat-messages .message.self {
    text-align: right;
}

.pvr_chat_cnt .chat-messages .date-break {
    text-align: center;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
}

.pvr_chat_cnt .chat-controls {
    padding: 10px;
    padding-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pvr_chat_cnt .chat-controls .message-input {
    border: 1px solid transparent;
    background-color: transparent;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 13px;
    border-radius: 0;
}

.pvr_chat_cnt .chat-controls .message-input:focus {
    outline: none;
    border-bottom: 1px solid #007bff;
}

.pvr_chat_cnt .chat-controls .chat-extra {
    text-align: left;
    padding-left: 0;
    padding-top: 10px;
}

.pvr_chat_cnt .chat-controls .chat-extra a {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    position: relative;
}

.pvr_chat_cnt .chat-controls .chat-extra a .extra-tooltip {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-weight: 600;
    font-size: 0.63rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 4px;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    display: none;
}

.pvr_chat_cnt .chat-controls .chat-extra a:hover {
    text-decoration: none;
}

.pvr_chat_cnt .chat-controls .chat-extra a:hover .extra-tooltip {
    display: block;
}

.hide_after:after {
    display: none;
}

.pvr_chat_cnt .material-icons {
    font-size: 16px;
}

.sm-content-box {
    vertical-align: top;
    padding: 0;
}

@media (max-width: 1650px) {
    .sm-content-box {
        padding: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1350px) {
    .sm-content-box {
        padding: 1.5rem;
    }
}

@media (max-width: 1150px) {
    .sm-content {
        display: block;
    }

    .sm-content-box:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(4, 36, 113, 0.6);
        content: "";
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .sm-content .sm-content-box {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sm-content-box {
        /*padding: 1.5rem;*/
    }
}

@media (max-width: 767px) {
    .sm-content {
        display: block;
    }

    .sm-content .sm-content-box {
        display: block;
    }
}

/**	47. Element Wrapper Styles
*************************************************** **/
.sm-wrapper {
    padding-bottom: 20px;
}

.sm-wrapper .sm-info {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sm-wrapper .sm-info .sm-info-with-icon {
    margin-bottom: 0;
}

.sm-wrapper .sm-info-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.sm-wrapper .sm-info-with-icon .sm-info-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    color: #0072ff;
    font-size: 50px;
}

.sm-wrapper .sm-info-with-icon.smaller .sm-info-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    font-size: 20px;
}

.sm-wrapper .sm-info-with-icon.smaller .sm-info-text .sm-inner-header {
    margin-bottom: 0;
}

.sm-wrapper .sm-actions {
    float: right;
    position: relative;
    z-index: 2;
}

.sm-wrapper .sm-actions i {
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 5px;
}

.sm-wrapper .sm-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.sm-wrapper .sm-header:after {
    content: "";
    /*background: #00c6ff;
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);*/
    background: #0072ff;
    width: 30px;
    height: 6px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.sm-wrapper .sm-inner-header {
    margin-bottom: 0.5rem;
    margin-top: 0;
    display: block;
}

.sm-wrapper .sm-inner-desc {
    color: #999;
    font-weight: 300;
    font-size: 0.81rem;
    display: block;
}

.sm-wrapper .sm-search {
    position: relative;
}

.sm-wrapper .sm-search:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    content: "\e92c";
    color: rgba(0, 0, 0, 0.2);
}

.sm-wrapper .sm-search input {
    border: none;
    box-shadow: none;
    background-color: #f1f1f1;
    border-radius: 30px;
    padding: 10px 15px 10px 50px;
    display: block;
    width: 100%;
    outline: none;
}

.sm-wrapper .sm-search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.sm-wrapper .sm-search input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.sm-wrapper .sm-search input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.box-style, .user-profile, .sm-box, .invoice-w, .big-error-w, .activity-boxes-w .activity-box, .projects-list .project-box {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(69, 101, 173, 0.1);
}

.sm-box, .invoice-w, .big-error-w {
    padding: 1.5rem 2rem;
    margin-bottom: 0rem;
}

.sm-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
    margin-left: -2rem;
    margin-right: -2rem;
}

.sm-box .os-tabs-controls .nav, .invoice-w .os-tabs-controls .nav, .big-error-w .os-tabs-controls .nav {
    padding-left: 2rem;
    padding-right: 2rem;
}

.sm-box .centered-header, .invoice-w .centered-header, .big-error-w .centered-header {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 1rem;
}

.sm-box + .sm-box, .invoice-w + .sm-box, .big-error-w + .sm-box, .sm-box + .invoice-w, .invoice-w + .invoice-w, .big-error-w + .invoice-w, .sm-box + .big-error-w, .invoice-w + .big-error-w, .big-error-w + .big-error-w {
    margin-top: 20px;
}

.sm-box-tp .input-search-w,
.sm-box .input-search-w, .invoice-w .input-search-w, .big-error-w .input-search-w {
    margin-bottom: 20px;
}

.form-desc {
    color: #999;
    margin-bottom: 1.5rem;
    font-weight: 300;
    font-size: 0.81rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
}

a.tooltip_cus .extra-tooltip {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-weight: 600;
    font-size: 0.63rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 7px;
    border-radius: 4px;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    display: none;
    line-height: 16px;
}

a.tooltip_cus:hover .extra-tooltip {
    display: block;
}

a.tooltip_cus i {
    color: #55595c;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 999;
    padding: 30px;
    background: -webkit-gradient(linear, left top, right bottom, from(#D7BBEA), to(#65A8F1));
    background: linear-gradient(to bottom right, #D7BBEA, #65A8F1);
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

.panel-loading {
    position: relative;
    z-index: 0
}

.panel-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .9;
    filter: alpha(opacity=90);
    animation: fadeIn .2s;
    -webkit-animation: fadeIn .2s;
    z-index: 1020;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.spinner-small {
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}

.spinner-small {
    border: 2px solid rgba(0, 0, 0, .05);
    border-top: 2px solid #0072ff;
    height: 30px;
    width: 30px;
    margin: -15px 0 0 -15px;
}

.spinner-small {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    border: 2px solid #fff;
    border-top: 2px solid #0072ff;
    border-radius: 100%;
}

.bd-0 {
    border-width: 0;
}

.bg-transparent {
    background-color: transparent;
}

.rounded {
    border-radius: 3px !important;
}

.modal.effect-flip-horizontal {
    perspective: 1300px;
}

.modal.effect-flip-horizontal .modal-dialog {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
    transition: all 0.5s;
    opacity: 0;
}

.modal.effect-flip-horizontal.show .modal-dialog {
    transform: rotateY(0deg);
    opacity: 1;
}

.account-info ul {
    margin: 30px 0 0;
    padding: 0;
}

.account-info ul li {
    font-size: 15px;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    color: #ffffff;
}

.account-info ul li i {
    padding-right: 8px;
}

/**	48. Video Alert
*************************************************** **/
.video_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    min-height: 180px;
    text-align: left;
}

.video_title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 30px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .6));
    z-index: 1;
}

.video_title_text {
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: .1em;
    opacity: .75;
    color: #fff;
}

.video_desc {
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 0;
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    margin: 10px 0 0;
    line-height: 1em;
    color: #fff;
}

.video_anchor {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video_tag {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.alert-dismissible .close {
    z-index: 2;
}

.alert {
    position: relative;
    padding: 24px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: padding-box;
}

.alert i {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
}

.alert > *:last-child:not(.btn),
.alert h1:last-child:not(.btn), .alert h2:last-child:not(.btn), .alert h3:last-child:not(.btn), .alert h4:last-child:not(.btn), .alert h5:last-child:not(.btn), .alert h6:last-child:not(.btn), .alert p:last-child:not(.btn), .alert ul:last-child:not(.btn), .alert ol:last-child:not(.btn), .alert a:last-child:not(.btn) {
    margin: 0;
}

.alert .alert-dismissible {
    transition: opacity .4s;
}

.alert .alert-dismissible.fade.show {
    opacity: 1;
}

.alert .alert-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    font-family: feather;
    font-size: 14px;
    cursor: pointer;
}

.alert .alert-close::before {
    content: '\e117';
}

.alert-default {
    background-color: rgba(96, 105, 117, 0.05);
    color: #606975;
}

.alert-default::before {
    border-color: rgba(96, 105, 117, 0.13);
}

.btn-wd {
    min-width: 140px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #007bff !important;
    background: transparent !important;
}

/**	49. Carousel
*************************************************** **/
.carousel-control-prev,
.carousel-control-next {
    z-index: 100;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
    font-family: 'Ionicons';
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon::before {
    content: '\f3d2';
    left: 20px;
}

.carousel-control-next-icon::before {
    content: '\f3d3';
    right: 20px;
}

.control-top-left .carousel-control-prev,
.control-top-left .carousel-control-next,
.control-top-right .carousel-control-prev,
.control-top-right .carousel-control-next,
.control-bottom-left .carousel-control-prev,
.control-bottom-left .carousel-control-next,
.control-bottom-right .carousel-control-prev,
.control-bottom-right .carousel-control-next {
    width: 40px;
    height: 55px;
}

.control-top-left .carousel-control-next,
.control-bottom-left .carousel-control-next {
    left: 40px;
    right: auto;
}

.control-top-left .carousel-control-prev-icon::before,
.control-bottom-left .carousel-control-prev-icon::before {
    left: 20px;
}

.control-top-left .carousel-control-next-icon::before,
.control-bottom-left .carousel-control-next-icon::before {
    right: 20px;
}

.control-top-right .carousel-control-prev,
.control-bottom-right .carousel-control-prev {
    right: 40px;
    left: auto;
}

.control-bottom-left .carousel-control-prev,
.control-bottom-left .carousel-control-next,
.control-bottom-right .carousel-control-prev,
.control-bottom-right .carousel-control-next {
    top: auto;
    bottom: 0;
}

.carousel-indicators {
    bottom: 5px;
}

.carousel-indicators li {
    cursor: pointer;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

.indicators-top-center,
.indicators-top-left,
.indicators-top-right {
    top: 5px;
    bottom: auto;
    margin: 1rem 1rem 0;
}

.indicators-top-left,
.indicators-bottom-left {
    justify-content: flex-start;
}

.indicators-top-right,
.indicators-bottom-right {
    justify-content: flex-end;
}

.indicators-bottom-left,
.indicators-bottom-right {
    margin-left: 1rem;
    margin-right: 1rem;
}

.fancybox-caption {
    border-top: 0 !important;
}

.map_height {
    height: calc(100vh - 223px);
}

.map-float-table {
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: rgba(28, 31, 37, 1)
}

.map-float-table [data-scrollbar="true"] {
    height: 280px;
}

.map-float-table [data-scrollbar="true"] th {
    color: #818a91;
}

/**	50. Backgrounds
*************************************************** **/
.sm_bg_1 {
    background: #00c6ff;
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);
}

.sm_bg_2 {
    background: linear-gradient(to bottom right, rgba(71, 114, 217, .92), rgba(109, 71, 217, .92)), url('data:image/svg+xml;charset=utf-8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 480"><path fill="%23A6A6A6" d="M69.2 63.2L0 69.3V25.8L18.5 0h46.7l4 63.2z"/><path fill="%23ADADAD" d="M165.8 20.6l30 110.6L275.2 7.9 165.8 20.6z"/><path fill="%23A6A6A6" d="M480 25.8v44.8l-32.2 2.6L480 25.8zm0 112.6v17l-88.2-40.2 56-42 32.2 65.2z"/><path fill="%23ADADAD" d="M405.2 211.2l10.6 108.7-79.3 10 68.7-118.7zM480 169v18.9l-64.2 132 17.4-118.7L480 169zm0 151.5v46.8l-64.2-47.4 64.2.6zm-186.2 37.4l62.7 64.7-74 6.6 11.3-71.3zm-174-101.3l100.7 90 73.3 11.3-174-101.3zm-50.6 67.3l17.3-59.3 29.3 126-46.6-66.7zm0 0l-4 94L0 367.3v-46.8l69.2 3.4zm114.6 143.3L65.2 417.9l50.6-27.3 68 76.6zM65.2 417.9V480H18.5l46.7-62.1z"/><path fill="%23A6A6A6" d="M12.5 159.9L0 155.4v-17l12.5 21.5z"/><path fill="%23ADADAD" d="M12.5 159.9L0 187.9V169l12.5-9.1z"/><path fill="%23A6A6A6" d="M308.5 164.6l28 165.3-68.7-126 40.7-39.3zm96.7 46.6l28-10-17.4 118.7-10.6-108.7zM220.5 346.6l62 82.6 11.3-71.3-73.3-11.3z"/><path fill="%23A6A6A6" d="M282.5 429.2l-6.3 50.8h-74.9l81.2-50.8zM69.2 323.9l46.6 66.7-50.6 27.3 4-94zm-56.7-164l56.7 164-4-79.3-52.7-84.7zM276.2 0l-1 7.9-109.4 12.7L201.3 0h74.9z"/><path fill="%23A6A6A6" d="M86.5 264.6l33.3-8-4 134-29.3-126z"/><path fill="%23B8BEBE" d="M293.8 357.9l122-38-59.3 102.7-62.7-64.7z"/><path fill="%23F4F4F4" d="M441.8 429.2l-85.3-6.6 59.3-102.7 26 109.3z"/><path fill="%23DCDCE2" d="M480 367.3v58.2l-38.2 3.7-26-109.3 64.2 47.4z"/><path fill="%23BEC3C3" d="M480 425.5V480h-53.3l15.1-50.8 38.2-3.7z"/><path fill="%23DCDCE2" d="M441.8 429.2L426.7 480h-57.5l-12.7-57.4 85.3 6.6z"/><path fill="%23BEC3C3" d="M369.2 480h-84.1l71.4-57.4 12.7 57.4z"/><path fill="%23F4F4F4" d="M356.5 422.6L285.1 480h-8.9l6.3-50.8 74-6.6zm-74 6.6L201.3 480h-35.9l18.4-12.8 98.7-38z"/><path fill="%23B8BEBE" d="M115.8 390.6l68 76.6 98.7-38-116.7-63.3-50 24.7z"/><path fill="%23F4F4F4" d="M119.8 256.6l-4 134 50-24.7-46-109.3z"/><path fill="%23CFCFCF" d="M220.5 346.6l62 82.6-116.7-63.3-46-109.3 100.7 90z"/><path fill="%23B8BEBE" d="M183.8 467.2L165.4 480H89l-23.8-62.1 118.6 49.3z"/><path fill="%23BEC3C3" d="M89 480H65.2v-62.1L89 480z"/><path fill="%23DCDCE2" d="M65.2 417.9L0 425.5v-58.2l65.2 50.6z"/><path fill="%23CFCFCF" d="M65.2 417.9L18.5 480H9.4l55.8-62.1z"/><path fill="%23B8BEBE" d="M65.2 417.9L9.4 480H0v-54.5l65.2-7.6z"/><path fill="%23F4F4F4" d="M65.2 244.6l54.6 12-33.3 8-17.3 59.3-4-79.3z"/><path fill="%23CFCFCF" d="M12.5 159.9L0 169v-13.6l12.5 4.5z"/><path fill="%23F4F4F4" d="M69.2 323.9L0 320.5V187.9l12.5-28 56.7 164zm267.3 6l-42.7 28 122-38-79.3 10zm143.5-142v132.6l-64.2-.6 64.2-132zm-171.5-23.3l124.7 36.6-28 10-68.7 118.7-28-165.3z"/><path fill="%23BEC3C3" d="M119.8 256.6l216.7 73.3-42.7 28-174-101.3z"/><path fill="%23B8BEBE" d="M267.8 203.9l68.7 126-216.7-73.3 148-52.7zm-255.3-44l107.3 96.7-54.6-12-52.7-84.7z"/><path fill="%23CFCFCF" d="M195.8 131.2l-76 125.4-107.3-96.7 183.3-28.7z"/><path fill="%23BEC3C3" d="M69.2 63.2l-56.7 96.7 183.3-28.7-126.6-68z"/><path fill="%23DCDCE2" d="M69.2 63.2l-56.7 96.7L0 138.4V69.3l69.2-6.1z"/><path fill="%23BEC3C3" d="M103.2 32.6l-34 30.6-4-63.2H89l14.2 32.6z"/><path fill="%23DCDCE2" d="M165.8 20.6l30 110.6-126.6-68 34-30.6 62.6-12z"/><path fill="%23F4F4F4" d="M119.8 256.6l76-125.4 112.7 33.4-40.7 39.3-148 52.7z"/><path fill="%23DCDCE2" d="M391.8 115.2l41.4 86-124.7-36.6 83.3-49.4zM275.2 7.9l33.3 156.7-112.7-33.4L275.2 7.9z"/><path fill="%23B8BEBE" d="M391.8 115.2l-83.3 49.4L275.2 7.9l9.9-7.9h84.1l22.6 115.2z"/><path fill="%23CFCFCF" d="M480 9.9v15.9l-32.2 47.4-56 42L480 9.9z"/><path fill="%23B8BEBE" d="M480 0v9.9l-88.2 105.3L426.7 0H480z"/><path fill="%23DCDCE2" d="M426.7 0l-34.9 115.2L369.2 0h57.5z"/><path fill="%23F4F4F4" d="M285.1 0l-9.9 7.9 1-7.9h8.9zm-83.8 0l-35.5 20.6-62.6 12L165.4 0h35.9z"/><path fill="%23CFCFCF" d="M18.5 0L0 25.8V9.9L9.4 0h9.1z"/><path fill="%23B8BEBE" d="M165.4 0l-62.2 32.6L89 0h76.4zM9.4 0L0 9.9V0h9.4z"/><path fill="%23DCDCE2" d="M480 69.3v69.1l-32.2-65.2 32.2-3.9z"/><path fill="%23CFCFCF" d="M480 155.4V169l-46.8 32.2-41.4-86 88.2 40.2z"/></svg>') !important;
}

.sm_bg_3 {
    background: linear-gradient(135deg, rgba(71, 114, 217, .92), rgba(0, 220, 175, .92)), url('data:image/svg+xml;charset=utf-8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 480"><path fill="%23A6A6A6" d="M69.2 63.2L0 69.3V25.8L18.5 0h46.7l4 63.2z"/><path fill="%23ADADAD" d="M165.8 20.6l30 110.6L275.2 7.9 165.8 20.6z"/><path fill="%23A6A6A6" d="M480 25.8v44.8l-32.2 2.6L480 25.8zm0 112.6v17l-88.2-40.2 56-42 32.2 65.2z"/><path fill="%23ADADAD" d="M405.2 211.2l10.6 108.7-79.3 10 68.7-118.7zM480 169v18.9l-64.2 132 17.4-118.7L480 169zm0 151.5v46.8l-64.2-47.4 64.2.6zm-186.2 37.4l62.7 64.7-74 6.6 11.3-71.3zm-174-101.3l100.7 90 73.3 11.3-174-101.3zm-50.6 67.3l17.3-59.3 29.3 126-46.6-66.7zm0 0l-4 94L0 367.3v-46.8l69.2 3.4zm114.6 143.3L65.2 417.9l50.6-27.3 68 76.6zM65.2 417.9V480H18.5l46.7-62.1z"/><path fill="%23A6A6A6" d="M12.5 159.9L0 155.4v-17l12.5 21.5z"/><path fill="%23ADADAD" d="M12.5 159.9L0 187.9V169l12.5-9.1z"/><path fill="%23A6A6A6" d="M308.5 164.6l28 165.3-68.7-126 40.7-39.3zm96.7 46.6l28-10-17.4 118.7-10.6-108.7zM220.5 346.6l62 82.6 11.3-71.3-73.3-11.3z"/><path fill="%23A6A6A6" d="M282.5 429.2l-6.3 50.8h-74.9l81.2-50.8zM69.2 323.9l46.6 66.7-50.6 27.3 4-94zm-56.7-164l56.7 164-4-79.3-52.7-84.7zM276.2 0l-1 7.9-109.4 12.7L201.3 0h74.9z"/><path fill="%23A6A6A6" d="M86.5 264.6l33.3-8-4 134-29.3-126z"/><path fill="%23B8BEBE" d="M293.8 357.9l122-38-59.3 102.7-62.7-64.7z"/><path fill="%23F4F4F4" d="M441.8 429.2l-85.3-6.6 59.3-102.7 26 109.3z"/><path fill="%23DCDCE2" d="M480 367.3v58.2l-38.2 3.7-26-109.3 64.2 47.4z"/><path fill="%23BEC3C3" d="M480 425.5V480h-53.3l15.1-50.8 38.2-3.7z"/><path fill="%23DCDCE2" d="M441.8 429.2L426.7 480h-57.5l-12.7-57.4 85.3 6.6z"/><path fill="%23BEC3C3" d="M369.2 480h-84.1l71.4-57.4 12.7 57.4z"/><path fill="%23F4F4F4" d="M356.5 422.6L285.1 480h-8.9l6.3-50.8 74-6.6zm-74 6.6L201.3 480h-35.9l18.4-12.8 98.7-38z"/><path fill="%23B8BEBE" d="M115.8 390.6l68 76.6 98.7-38-116.7-63.3-50 24.7z"/><path fill="%23F4F4F4" d="M119.8 256.6l-4 134 50-24.7-46-109.3z"/><path fill="%23CFCFCF" d="M220.5 346.6l62 82.6-116.7-63.3-46-109.3 100.7 90z"/><path fill="%23B8BEBE" d="M183.8 467.2L165.4 480H89l-23.8-62.1 118.6 49.3z"/><path fill="%23BEC3C3" d="M89 480H65.2v-62.1L89 480z"/><path fill="%23DCDCE2" d="M65.2 417.9L0 425.5v-58.2l65.2 50.6z"/><path fill="%23CFCFCF" d="M65.2 417.9L18.5 480H9.4l55.8-62.1z"/><path fill="%23B8BEBE" d="M65.2 417.9L9.4 480H0v-54.5l65.2-7.6z"/><path fill="%23F4F4F4" d="M65.2 244.6l54.6 12-33.3 8-17.3 59.3-4-79.3z"/><path fill="%23CFCFCF" d="M12.5 159.9L0 169v-13.6l12.5 4.5z"/><path fill="%23F4F4F4" d="M69.2 323.9L0 320.5V187.9l12.5-28 56.7 164zm267.3 6l-42.7 28 122-38-79.3 10zm143.5-142v132.6l-64.2-.6 64.2-132zm-171.5-23.3l124.7 36.6-28 10-68.7 118.7-28-165.3z"/><path fill="%23BEC3C3" d="M119.8 256.6l216.7 73.3-42.7 28-174-101.3z"/><path fill="%23B8BEBE" d="M267.8 203.9l68.7 126-216.7-73.3 148-52.7zm-255.3-44l107.3 96.7-54.6-12-52.7-84.7z"/><path fill="%23CFCFCF" d="M195.8 131.2l-76 125.4-107.3-96.7 183.3-28.7z"/><path fill="%23BEC3C3" d="M69.2 63.2l-56.7 96.7 183.3-28.7-126.6-68z"/><path fill="%23DCDCE2" d="M69.2 63.2l-56.7 96.7L0 138.4V69.3l69.2-6.1z"/><path fill="%23BEC3C3" d="M103.2 32.6l-34 30.6-4-63.2H89l14.2 32.6z"/><path fill="%23DCDCE2" d="M165.8 20.6l30 110.6-126.6-68 34-30.6 62.6-12z"/><path fill="%23F4F4F4" d="M119.8 256.6l76-125.4 112.7 33.4-40.7 39.3-148 52.7z"/><path fill="%23DCDCE2" d="M391.8 115.2l41.4 86-124.7-36.6 83.3-49.4zM275.2 7.9l33.3 156.7-112.7-33.4L275.2 7.9z"/><path fill="%23B8BEBE" d="M391.8 115.2l-83.3 49.4L275.2 7.9l9.9-7.9h84.1l22.6 115.2z"/><path fill="%23CFCFCF" d="M480 9.9v15.9l-32.2 47.4-56 42L480 9.9z"/><path fill="%23B8BEBE" d="M480 0v9.9l-88.2 105.3L426.7 0H480z"/><path fill="%23DCDCE2" d="M426.7 0l-34.9 115.2L369.2 0h57.5z"/><path fill="%23F4F4F4" d="M285.1 0l-9.9 7.9 1-7.9h8.9zm-83.8 0l-35.5 20.6-62.6 12L165.4 0h35.9z"/><path fill="%23CFCFCF" d="M18.5 0L0 25.8V9.9L9.4 0h9.1z"/><path fill="%23B8BEBE" d="M165.4 0l-62.2 32.6L89 0h76.4zM9.4 0L0 9.9V0h9.4z"/><path fill="%23DCDCE2" d="M480 69.3v69.1l-32.2-65.2 32.2-3.9z"/><path fill="%23CFCFCF" d="M480 155.4V169l-46.8 32.2-41.4-86 88.2 40.2z"/></svg>') !important;
}

.sm_bg_4 {
    background: linear-gradient(135deg, rgba(109, 71, 217, .92), rgba(249, 61, 102, .92)), url('data:image/svg+xml;charset=utf-8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 480"><path fill="%23A6A6A6" d="M69.2 63.2L0 69.3V25.8L18.5 0h46.7l4 63.2z"/><path fill="%23ADADAD" d="M165.8 20.6l30 110.6L275.2 7.9 165.8 20.6z"/><path fill="%23A6A6A6" d="M480 25.8v44.8l-32.2 2.6L480 25.8zm0 112.6v17l-88.2-40.2 56-42 32.2 65.2z"/><path fill="%23ADADAD" d="M405.2 211.2l10.6 108.7-79.3 10 68.7-118.7zM480 169v18.9l-64.2 132 17.4-118.7L480 169zm0 151.5v46.8l-64.2-47.4 64.2.6zm-186.2 37.4l62.7 64.7-74 6.6 11.3-71.3zm-174-101.3l100.7 90 73.3 11.3-174-101.3zm-50.6 67.3l17.3-59.3 29.3 126-46.6-66.7zm0 0l-4 94L0 367.3v-46.8l69.2 3.4zm114.6 143.3L65.2 417.9l50.6-27.3 68 76.6zM65.2 417.9V480H18.5l46.7-62.1z"/><path fill="%23A6A6A6" d="M12.5 159.9L0 155.4v-17l12.5 21.5z"/><path fill="%23ADADAD" d="M12.5 159.9L0 187.9V169l12.5-9.1z"/><path fill="%23A6A6A6" d="M308.5 164.6l28 165.3-68.7-126 40.7-39.3zm96.7 46.6l28-10-17.4 118.7-10.6-108.7zM220.5 346.6l62 82.6 11.3-71.3-73.3-11.3z"/><path fill="%23A6A6A6" d="M282.5 429.2l-6.3 50.8h-74.9l81.2-50.8zM69.2 323.9l46.6 66.7-50.6 27.3 4-94zm-56.7-164l56.7 164-4-79.3-52.7-84.7zM276.2 0l-1 7.9-109.4 12.7L201.3 0h74.9z"/><path fill="%23A6A6A6" d="M86.5 264.6l33.3-8-4 134-29.3-126z"/><path fill="%23B8BEBE" d="M293.8 357.9l122-38-59.3 102.7-62.7-64.7z"/><path fill="%23F4F4F4" d="M441.8 429.2l-85.3-6.6 59.3-102.7 26 109.3z"/><path fill="%23DCDCE2" d="M480 367.3v58.2l-38.2 3.7-26-109.3 64.2 47.4z"/><path fill="%23BEC3C3" d="M480 425.5V480h-53.3l15.1-50.8 38.2-3.7z"/><path fill="%23DCDCE2" d="M441.8 429.2L426.7 480h-57.5l-12.7-57.4 85.3 6.6z"/><path fill="%23BEC3C3" d="M369.2 480h-84.1l71.4-57.4 12.7 57.4z"/><path fill="%23F4F4F4" d="M356.5 422.6L285.1 480h-8.9l6.3-50.8 74-6.6zm-74 6.6L201.3 480h-35.9l18.4-12.8 98.7-38z"/><path fill="%23B8BEBE" d="M115.8 390.6l68 76.6 98.7-38-116.7-63.3-50 24.7z"/><path fill="%23F4F4F4" d="M119.8 256.6l-4 134 50-24.7-46-109.3z"/><path fill="%23CFCFCF" d="M220.5 346.6l62 82.6-116.7-63.3-46-109.3 100.7 90z"/><path fill="%23B8BEBE" d="M183.8 467.2L165.4 480H89l-23.8-62.1 118.6 49.3z"/><path fill="%23BEC3C3" d="M89 480H65.2v-62.1L89 480z"/><path fill="%23DCDCE2" d="M65.2 417.9L0 425.5v-58.2l65.2 50.6z"/><path fill="%23CFCFCF" d="M65.2 417.9L18.5 480H9.4l55.8-62.1z"/><path fill="%23B8BEBE" d="M65.2 417.9L9.4 480H0v-54.5l65.2-7.6z"/><path fill="%23F4F4F4" d="M65.2 244.6l54.6 12-33.3 8-17.3 59.3-4-79.3z"/><path fill="%23CFCFCF" d="M12.5 159.9L0 169v-13.6l12.5 4.5z"/><path fill="%23F4F4F4" d="M69.2 323.9L0 320.5V187.9l12.5-28 56.7 164zm267.3 6l-42.7 28 122-38-79.3 10zm143.5-142v132.6l-64.2-.6 64.2-132zm-171.5-23.3l124.7 36.6-28 10-68.7 118.7-28-165.3z"/><path fill="%23BEC3C3" d="M119.8 256.6l216.7 73.3-42.7 28-174-101.3z"/><path fill="%23B8BEBE" d="M267.8 203.9l68.7 126-216.7-73.3 148-52.7zm-255.3-44l107.3 96.7-54.6-12-52.7-84.7z"/><path fill="%23CFCFCF" d="M195.8 131.2l-76 125.4-107.3-96.7 183.3-28.7z"/><path fill="%23BEC3C3" d="M69.2 63.2l-56.7 96.7 183.3-28.7-126.6-68z"/><path fill="%23DCDCE2" d="M69.2 63.2l-56.7 96.7L0 138.4V69.3l69.2-6.1z"/><path fill="%23BEC3C3" d="M103.2 32.6l-34 30.6-4-63.2H89l14.2 32.6z"/><path fill="%23DCDCE2" d="M165.8 20.6l30 110.6-126.6-68 34-30.6 62.6-12z"/><path fill="%23F4F4F4" d="M119.8 256.6l76-125.4 112.7 33.4-40.7 39.3-148 52.7z"/><path fill="%23DCDCE2" d="M391.8 115.2l41.4 86-124.7-36.6 83.3-49.4zM275.2 7.9l33.3 156.7-112.7-33.4L275.2 7.9z"/><path fill="%23B8BEBE" d="M391.8 115.2l-83.3 49.4L275.2 7.9l9.9-7.9h84.1l22.6 115.2z"/><path fill="%23CFCFCF" d="M480 9.9v15.9l-32.2 47.4-56 42L480 9.9z"/><path fill="%23B8BEBE" d="M480 0v9.9l-88.2 105.3L426.7 0H480z"/><path fill="%23DCDCE2" d="M426.7 0l-34.9 115.2L369.2 0h57.5z"/><path fill="%23F4F4F4" d="M285.1 0l-9.9 7.9 1-7.9h8.9zm-83.8 0l-35.5 20.6-62.6 12L165.4 0h35.9z"/><path fill="%23CFCFCF" d="M18.5 0L0 25.8V9.9L9.4 0h9.1z"/><path fill="%23B8BEBE" d="M165.4 0l-62.2 32.6L89 0h76.4zM9.4 0L0 9.9V0h9.4z"/><path fill="%23DCDCE2" d="M480 69.3v69.1l-32.2-65.2 32.2-3.9z"/><path fill="%23CFCFCF" d="M480 155.4V169l-46.8 32.2-41.4-86 88.2 40.2z"/></svg>') !important;
}

.sm_bg_5 {
    background: linear-gradient(135deg, rgba(255, 69, 0, 0.92), rgba(255, 215, 0, 0.92)), url('data:image/svg+xml;charset=utf-8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 480"><path fill="%23A6A6A6" d="M69.2 63.2L0 69.3V25.8L18.5 0h46.7l4 63.2z"/><path fill="%23ADADAD" d="M165.8 20.6l30 110.6L275.2 7.9 165.8 20.6z"/><path fill="%23A6A6A6" d="M480 25.8v44.8l-32.2 2.6L480 25.8zm0 112.6v17l-88.2-40.2 56-42 32.2 65.2z"/><path fill="%23ADADAD" d="M405.2 211.2l10.6 108.7-79.3 10 68.7-118.7zM480 169v18.9l-64.2 132 17.4-118.7L480 169zm0 151.5v46.8l-64.2-47.4 64.2.6zm-186.2 37.4l62.7 64.7-74 6.6 11.3-71.3zm-174-101.3l100.7 90 73.3 11.3-174-101.3zm-50.6 67.3l17.3-59.3 29.3 126-46.6-66.7zm0 0l-4 94L0 367.3v-46.8l69.2 3.4zm114.6 143.3L65.2 417.9l50.6-27.3 68 76.6zM65.2 417.9V480H18.5l46.7-62.1z"/><path fill="%23A6A6A6" d="M12.5 159.9L0 155.4v-17l12.5 21.5z"/><path fill="%23ADADAD" d="M12.5 159.9L0 187.9V169l12.5-9.1z"/><path fill="%23A6A6A6" d="M308.5 164.6l28 165.3-68.7-126 40.7-39.3zm96.7 46.6l28-10-17.4 118.7-10.6-108.7zM220.5 346.6l62 82.6 11.3-71.3-73.3-11.3z"/><path fill="%23A6A6A6" d="M282.5 429.2l-6.3 50.8h-74.9l81.2-50.8zM69.2 323.9l46.6 66.7-50.6 27.3 4-94zm-56.7-164l56.7 164-4-79.3-52.7-84.7zM276.2 0l-1 7.9-109.4 12.7L201.3 0h74.9z"/><path fill="%23A6A6A6" d="M86.5 264.6l33.3-8-4 134-29.3-126z"/><path fill="%23B8BEBE" d="M293.8 357.9l122-38-59.3 102.7-62.7-64.7z"/><path fill="%23F4F4F4" d="M441.8 429.2l-85.3-6.6 59.3-102.7 26 109.3z"/><path fill="%23DCDCE2" d="M480 367.3v58.2l-38.2 3.7-26-109.3 64.2 47.4z"/><path fill="%23BEC3C3" d="M480 425.5V480h-53.3l15.1-50.8 38.2-3.7z"/><path fill="%23DCDCE2" d="M441.8 429.2L426.7 480h-57.5l-12.7-57.4 85.3 6.6z"/><path fill="%23BEC3C3" d="M369.2 480h-84.1l71.4-57.4 12.7 57.4z"/><path fill="%23F4F4F4" d="M356.5 422.6L285.1 480h-8.9l6.3-50.8 74-6.6zm-74 6.6L201.3 480h-35.9l18.4-12.8 98.7-38z"/><path fill="%23B8BEBE" d="M115.8 390.6l68 76.6 98.7-38-116.7-63.3-50 24.7z"/><path fill="%23F4F4F4" d="M119.8 256.6l-4 134 50-24.7-46-109.3z"/><path fill="%23CFCFCF" d="M220.5 346.6l62 82.6-116.7-63.3-46-109.3 100.7 90z"/><path fill="%23B8BEBE" d="M183.8 467.2L165.4 480H89l-23.8-62.1 118.6 49.3z"/><path fill="%23BEC3C3" d="M89 480H65.2v-62.1L89 480z"/><path fill="%23DCDCE2" d="M65.2 417.9L0 425.5v-58.2l65.2 50.6z"/><path fill="%23CFCFCF" d="M65.2 417.9L18.5 480H9.4l55.8-62.1z"/><path fill="%23B8BEBE" d="M65.2 417.9L9.4 480H0v-54.5l65.2-7.6z"/><path fill="%23F4F4F4" d="M65.2 244.6l54.6 12-33.3 8-17.3 59.3-4-79.3z"/><path fill="%23CFCFCF" d="M12.5 159.9L0 169v-13.6l12.5 4.5z"/><path fill="%23F4F4F4" d="M69.2 323.9L0 320.5V187.9l12.5-28 56.7 164zm267.3 6l-42.7 28 122-38-79.3 10zm143.5-142v132.6l-64.2-.6 64.2-132zm-171.5-23.3l124.7 36.6-28 10-68.7 118.7-28-165.3z"/><path fill="%23BEC3C3" d="M119.8 256.6l216.7 73.3-42.7 28-174-101.3z"/><path fill="%23B8BEBE" d="M267.8 203.9l68.7 126-216.7-73.3 148-52.7zm-255.3-44l107.3 96.7-54.6-12-52.7-84.7z"/><path fill="%23CFCFCF" d="M195.8 131.2l-76 125.4-107.3-96.7 183.3-28.7z"/><path fill="%23BEC3C3" d="M69.2 63.2l-56.7 96.7 183.3-28.7-126.6-68z"/><path fill="%23DCDCE2" d="M69.2 63.2l-56.7 96.7L0 138.4V69.3l69.2-6.1z"/><path fill="%23BEC3C3" d="M103.2 32.6l-34 30.6-4-63.2H89l14.2 32.6z"/><path fill="%23DCDCE2" d="M165.8 20.6l30 110.6-126.6-68 34-30.6 62.6-12z"/><path fill="%23F4F4F4" d="M119.8 256.6l76-125.4 112.7 33.4-40.7 39.3-148 52.7z"/><path fill="%23DCDCE2" d="M391.8 115.2l41.4 86-124.7-36.6 83.3-49.4zM275.2 7.9l33.3 156.7-112.7-33.4L275.2 7.9z"/><path fill="%23B8BEBE" d="M391.8 115.2l-83.3 49.4L275.2 7.9l9.9-7.9h84.1l22.6 115.2z"/><path fill="%23CFCFCF" d="M480 9.9v15.9l-32.2 47.4-56 42L480 9.9z"/><path fill="%23B8BEBE" d="M480 0v9.9l-88.2 105.3L426.7 0H480z"/><path fill="%23DCDCE2" d="M426.7 0l-34.9 115.2L369.2 0h57.5z"/><path fill="%23F4F4F4" d="M285.1 0l-9.9 7.9 1-7.9h8.9zm-83.8 0l-35.5 20.6-62.6 12L165.4 0h35.9z"/><path fill="%23CFCFCF" d="M18.5 0L0 25.8V9.9L9.4 0h9.1z"/><path fill="%23B8BEBE" d="M165.4 0l-62.2 32.6L89 0h76.4zM9.4 0L0 9.9V0h9.4z"/><path fill="%23DCDCE2" d="M480 69.3v69.1l-32.2-65.2 32.2-3.9z"/><path fill="%23CFCFCF" d="M480 155.4V169l-46.8 32.2-41.4-86 88.2 40.2z"/></svg>') !important;
}

.sm_bg_6 {
    background-image: url('../img/cover/3.png') !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 45% 30% !important;
    color: #ffffff;
}

.sm_bg_transparent {
    background: transparent !important;
}

.basic-gradient {
    background: #328dff !important;
    background: -webkit-linear-gradient(135deg, #3d74f1, #9986ee) !important;
    background: linear-gradient(-45deg, #3d74f1, #9986ee) !important;
}

/**	51. Tabs
*************************************************** **/
.tab-overflow {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.tab-overflow .nav.nav-tabs {
    white-space: nowrap;
    overflow: hidden;
    display: table;
    margin: 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.tab-overflow .nav.nav-tabs > li, .tab-overflow.nav.nav-tabs > li {
    display: table-cell;
    float: none
}

.tab-overflow .nav.nav-tabs > li > a {
    margin-left: -1px
}

.tab-overflow .next-button, .tab-overflow .prev-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: none !important;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.tab-overflow .prev-button {
    left: 0;
    right: auto;
}

.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button, .tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
    -webkit-box-shadow: 0 0 15px #000;
    box-shadow: 0 0 15px #000
}

.tab-overflow .next-button a, .tab-overflow .prev-button a {
    margin: 0;
    background: #c1ccd1
}

.flat-black .tab-overflow .next-button a, .flat-black .tab-overflow .prev-button a {
    background: #d2d2d2
}

.tab-overflow .prev-button > a {
    -webkit-border-radius: 3px 0;
    -moz-border-radius: 3px 0;
    border-radius: 3px 0
}

.nav.nav-tabs.nav-tabs-inverse > li > a, .nav.nav-tabs.nav-tabs-inverse > li > a:focus, .nav.nav-tabs.nav-tabs-inverse > li > a:hover, .tab-overflow .nav-tabs-inverse .next-button > a, .tab-overflow .nav-tabs-inverse .prev-button > a {
    background: #242a30
}

.nav.nav-tabs.nav-tabs-inverse > li.active > a, .nav.nav-tabs.nav-tabs-inverse > li.active > a:focus, .nav.nav-tabs.nav-tabs-inverse > li.active > a:hover {
    background: #fff;
    color: #242a30
}

.tab-overflow.overflow-left .prev-button, .tab-overflow.overflow-right .next-button {
    display: block !important;
    opacity: 1;
    background: 0 0
}

.tab-overflow .nav-tabs > li.prev-button + li.active > a {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0
}

.ui-sortable .sm-header {
    cursor: move;
}

.ui-sortable.ui-sortable-disabled .sm-header {
    cursor: default
}

.ui-sortable-placeholder,
.scrumboard-item.gu-transit {
    border: 1px dashed #82868b !important;
    visibility: visible !important;
    background: 0 0;
    margin: -1px -1px 19px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.sm-header-style-1 .sm-header,
.sm-header-style-2 .sm-header,
.sm-header-style-3 .sm-header {
    padding: 10px 15px;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0 !important;

    height: 43px;
    font-size: 14px;
    line-height: 24px;
}

.sm-header-style-1 *,
.sm-header-style-2 *,
.sm-header-style-3 * {
    color: rgba(255, 255, 255, 0.85) !important;
}

.sm-header-style-1 h6:after,
.sm-header-style-2 h6:after,
.sm-header-style-3 h6:after {
    content: unset !important;
}

.sm-header-style-1 .sm-actions,
.sm-header-style-2 .sm-actions,
.sm-header-style-3 .sm-actions {
    line-height: 40px;
    padding-right: 15px;
}

.sm-header-style-1 .sm-actions i,
.sm-header-style-2 .sm-actions i,
.sm-header-style-3 .sm-actions i {
    font-size: 14px !important;
}

.sm-header-style-1 + .sm-box,
.sm-header-style-2 + .sm-box,
.sm-header-style-3 + .sm-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sm-header-style-1 .sm-header {
    background: #242a30;
}

.sm-header-style-2 .sm-header {
    background: rgba(52, 82, 255, 0.9);
}

.sm-header-style-3 .sm-header {
    background-image: url('../img/cover/3.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 45% 30% !important;
}

.dataTable {
    border-collapse: collapse;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, .dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background: #242a30;
    border-radius: 3px;
    border: none;
    top: 10px;
    left: 8px;
    line-height: 16px;
    box-shadow: none
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, .dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background: #0072ff
}

body div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 5px 0
}

.dataTables_wrapper table.dataTable {
    margin: 10px 0 !important
}

.dt-buttons.btn-group {
    float: left
}

.dataTables_length, div.dataTables_info {
    float: left;
    margin-right: 15px;
    font-size: 13px;
}

.dataTables_empty {
    text-align: center
}

table.DTFC_Cloned tr.even {
    background: 0 0 !important
}

.DTFC_LeftWrapper div.DTFC_LeftHeadWrapper table, .DTFC_RightWrapper div.DTFC_RightHeadWrapper table, div.dataTables_scrollHead .table {
    margin-bottom: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.DTFC_LeftBodyLiner .table thead > tr > th, .dataTables_scrollBody .table thead > tr > th {
    border-bottom: none !important
}

.DTFC_LeftBodyLiner, .dataTables_scrollBody {
    border-bottom: 2px solid #ebeced
}

.dataTables_scroll + .dataTables_info, .dataTables_wrapper .DTFC_LeftBodyLiner table.dataTable, .dataTables_wrapper .dataTables_scrollBody table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.dataTables_wrapper .DTFC_LeftWrapper table.dataTable > tbody > tr > td, .dataTables_wrapper .dataTables_scrollBody table.dataTable > tbody > tr > td {
    border-bottom: none !important
}

.table.fixedHeader-floating thead > tr > th, .table > tbody + thead > tr > th {
    border-top: none;
    border-bottom-width: 1px !important
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr.selected td, table.dataTable tbody > tr > .selected {
    background: #0072ff !important;
    color: #ffffff;
}

table.dataTable td.focus, table.dataTable th.focus {
    position: relative;
    z-index: 1000;
    outline: #242a30 solid 2px !important
}

@media (max-width: 767px) {
    .dt-buttons.btn-group {
        float: none;
        text-align: center;
        display: block;
        margin: 0 0 5px
    }

    .dt-buttons.btn-group > .btn {
        float: none;
        margin-bottom: 5px;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important
    }

    .dt-buttons.btn-group > .btn + .btn {
        border-left: none;
        margin-left: 5px
    }

    .dataTables_length, div.dataTables_info {
        float: none;
        margin-right: 0
    }

    .panel > .dataTables_wrapper div.dataTables_length label, .panel > .table-responsive > .dataTables_wrapper div.dataTables_length label {
        margin: 20px 0 0
    }

    div.dataTables_wrapper div.dataTables_info {
        margin: 0;
        padding-top: 0 !important
    }

    div.dataTables_wrapper div.dataTables_paginate {
        margin: 10px 20px 0 !important;
        text-align: center
    }

    div.dataTables_wrapper div.dataTables_paginate .pagination {
        display: block;
        white-space: initial !important
    }

    div.dataTables_wrapper div.dataTables_paginate .pagination > li > a {
        float: left;
        margin-bottom: 5px;
        display: inline-block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    div.dataTables_wrapper div.dataTables_paginate .pagination > li + li a {
        margin-left: 5px
    }
}

.keep-open.btn-group button.btn + ul.dropdown-menu .dropdown-item label {
    padding: 0 !important;
}

.keep-open.btn-group button.btn + ul.dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 7px 15px;
}

.table_text_white.table tbody td {
    color: white;
}

.table-dark.table thead th {
    color: #818a91;
}

.height-sm {
    height: 300px !important;
}

.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.charjs-chart {
    position: relative;
    text-align: center;
}

.charjs-chart .charjs-chart-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    line-height: 28px;
}

.charjs-chart .charjs-chart-label strong {
    display: block;
    font-size: 1.5rem !important;
    font-weight: bolder;
}

.charjs-chart .charjs-chart-label span {
    display: block;
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 0.001s;
    animation: chartjs-render-animation 0.001s;
}

.echarts-tooltip {
    font-size: 11px !important;
}

/**	52. Chartist
*************************************************** **/
.sm-chartist .ct-label,
.sm-chartist-dark .ct-label {
    font-size: 11px;
}

.sm-chartist .ct-line,
.sm-chartist-dark .ct-line {
    stroke-width: 1px;
}

.sm-chartist .ct-point,
.sm-chartist-dark .ct-point {
    stroke-width: 8px;
}

.sm-chartist .ct-chart-pie .ct-label,
.sm-chartist .ct-chart-donut .ct-label,
.sm-chartist-dark .ct-chart-pie .ct-label,
.sm-chartist-dark .ct-chart-donut .ct-label {
    font-size: 16px;
    fill: rgba(255, 255, 255, 0.75);
}

.sm-chartist .ct-series-a .ct-point,
.sm-chartist .ct-series-a .ct-line,
.sm-chartist .ct-series-a .ct-bar,
.sm-chartist .ct-series-a .ct-slice-donut,
.sm-chartist-dark .ct-series-a .ct-point,
.sm-chartist-dark .ct-series-a .ct-line,
.sm-chartist-dark .ct-series-a .ct-bar,
.sm-chartist-dark .ct-series-a .ct-slice-donut {
    stroke: #007bff;
}

.sm-chartist .ct-series-a .ct-slice-pie,
.sm-chartist .ct-series-a .ct-slice-donut-solid,
.sm-chartist-dark .ct-series-a .ct-slice-pie,
.sm-chartist-dark .ct-series-a .ct-slice-donut-solid {
    fill: #007bff;
    stroke: #fff;
}

.sm-chartist .ct-series-b .ct-point,
.sm-chartist .ct-series-b .ct-line,
.sm-chartist .ct-series-b .ct-bar,
.sm-chartist .ct-series-b .ct-slice-donut,
.sm-chartist-dark .ct-series-b .ct-point,
.sm-chartist-dark .ct-series-b .ct-line,
.sm-chartist-dark .ct-series-b .ct-bar,
.sm-chartist-dark .ct-series-b .ct-slice-donut {
    stroke: #ffc107;
}

.sm-chartist .ct-series-b .ct-slice-pie,
.sm-chartist .ct-series-b .ct-slice-donut-solid,
.sm-chartist-dark .ct-series-b .ct-slice-pie,
.sm-chartist-dark .ct-series-b .ct-slice-donut-solid {
    fill: #2d353c;
    stroke: #fff;
}

.sm-chartist .ct-series-c .ct-point,
.sm-chartist .ct-series-c .ct-line,
.sm-chartist .ct-series-c .ct-bar,
.sm-chartist .ct-series-c .ct-slice-donut,
.sm-chartist-dark .ct-series-c .ct-point,
.sm-chartist-dark .ct-series-c .ct-line,
.sm-chartist-dark .ct-series-c .ct-bar,
.sm-chartist-dark .ct-series-c .ct-slice-donut {
    stroke: #2d353c;
}

.sm-chartist .ct-series-c .ct-slice-pie,
.sm-chartist .ct-series-c .ct-slice-donut-solid,
.sm-chartist-dark .ct-series-c .ct-slice-pie,
.sm-chartist-dark .ct-series-c .ct-slice-donut-solid {
    fill: #5856d6;
    stroke: #fff;
}

.sm-chartist .ct-series-d .ct-point,
.sm-chartist .ct-series-d .ct-line,
.sm-chartist .ct-series-d .ct-bar,
.sm-chartist .ct-series-d .ct-slice-donut,
.sm-chartist-dark .ct-series-d .ct-point,
.sm-chartist-dark .ct-series-d .ct-line,
.sm-chartist-dark .ct-series-d .ct-bar,
.sm-chartist-dark .ct-series-d .ct-slice-donut {
    stroke: #28a745;
}

.sm-chartist .ct-series-d .ct-slice-pie,
.sm-chartist .ct-series-d .ct-slice-donut-solid,
.sm-chartist-dark .ct-series-d .ct-slice-pie,
.sm-chartist-dark .ct-series-d .ct-slice-donut-solid {
    fill: #28a745;
    stroke: #fff;
}

.sm-chartist .ct-series-e .ct-point,
.sm-chartist .ct-series-e .ct-line,
.sm-chartist .ct-series-e .ct-bar,
.sm-chartist .ct-series-e .ct-slice-donut,
.sm-chartist-dark .ct-series-e .ct-point,
.sm-chartist-dark .ct-series-e .ct-line,
.sm-chartist-dark .ct-series-e .ct-bar,
.sm-chartist-dark .ct-series-e .ct-slice-donut {
    stroke: #F47322;
}

.sm-chartist .ct-series-e .ct-slice-pie,
.sm-chartist .ct-series-e .ct-slice-donut-solid,
.sm-chartist-dark .ct-series-e .ct-slice-pie,
.sm-chartist-dark .ct-series-e .ct-slice-donut-solid {
    fill: #F47322;
    stroke: #fff;
}

.sm-chartist-dark .ct-grid {
    stroke: rgba(255, 255, 255, 0.15);
}

.sm-chartist-dark .ct-label {
    color: #868ba1;
}

.sm-chartist-dark .ct-series-a .ct-slice-pie,
.sm-chartist-dark .ct-series-b .ct-slice-pie,
.sm-chartist-dark .ct-series-c .ct-slice-pie,
.sm-chartist-dark .ct-series-d .ct-slice-pie,
.sm-chartist-dark .ct-series-e .ct-slice-pie {
    stroke: #212529;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area,
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
    fill: #2d353c !important;
}

.mg-r--1 {
    margin-right: -1px;
}

.sm-card-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #343a40;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.highcharts-menu hr {
    display: none !important;
}

/**	53. Smart Forms
*************************************************** **/
.sm-form-design {
    position: relative;
}

.inline-form .sm-form-design label,
.contact_form .sm-form-design label,
.sm-form-design label {
    left: 25px !important;
}

.sm-fw-form .form-control, .sm-fw-form.form-control {
    width: 100%;
}

.sm-hw-field {
    width: 50%;
    display: inline-block;
}

.sm-form-design label {
    color: #969696;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    left: 16px;
    cursor: text;
    font-weight: 600;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.sm-form-design input:focus + label, .sm-form-design textarea:focus + label {
    color: #c0c0c0;
}

.sm-form-design .form-control {
    padding: 26px 16px 6px 10px;
    height: auto;
}

/* Selectbox fix for Chrome/Safari on OSX */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sm-form-design select.form-control {
        height: 55px !important;
        -webkit-appearance: none;
        background-image: url(../img/select-arrow.svg);
        background-repeat: no-repeat;
        background-size: 6px 12px;
        background-position-y: center;
        background-position-x: calc(100% - 10px);
    }
}

.sm-form-design input::-webkit-input-placeholder {
    color: #bababa;
}

.sm-form-design input:focus::-webkit-input-placeholder {
    color: #D7D7D7;
}

/* Firefox < 19 */
.sm-form-design input:-moz-placeholder {
    color: #bababa;
}

.sm-form-design input:focus:-moz-placeholder {
    color: #D7D7D7;
}

/* Firefox > 19 */
.sm-form-design input::-moz-placeholder {
    color: #bababa;
}

.sm-form-design input:focus::-moz-placeholder {
    color: #D7D7D7;
}

/* Internet Explorer 10 */
.sm-form-design input:-ms-input-placeholder {
    color: #bababa;
}

.sm-form-design input:focus:-ms-input-placeholder {
    color: #D7D7D7;
}

.sm-form-design {
    position: relative;
}

.sm-form-design-label {
    color: #969696;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    left: 16px;
    cursor: text;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.sm-form-design-input:focus + .sm-form-design-label,
.sm-form-design-textarea:focus + .sm-form-design-label {
    color: #c0c0c0;
}

.sm-form-design .form-control {
    padding: 26px 16px 6px 16px;
    height: auto;
}

/* Selectbox fix for Chrome/Safari on OSX */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sm-form-design-select {
        height: 52px;
        -webkit-appearance: none;
        box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
        background-image: url(../images/select-arrow.svg);
        background-repeat: no-repeat;
        background-size: 6px 12px;
        background-position: calc(100% - 10px) center;
        background-position-y: center;
        background-position-x: calc(100% - 10px);
    }
}

.sm-form-design-input::-webkit-input-placeholder {
    color: #bababa;
}

.sm-form-design-input:focus::-webkit-input-placeholder {
    color: #D7D7D7;
}

/* Firefox < 19 */
.sm-form-design-input:-moz-placeholder {
    color: #bababa;
}

.sm-form-design-input:focus:-moz-placeholder {
    color: #D7D7D7;
}

/* Firefox > 19 */
.sm-form-design-input::-moz-placeholder {
    color: #bababa;
}

.sm-form-design-input:focus::-moz-placeholder {
    color: #D7D7D7;
}

/* Internet Explorer 10 */
.sm-form-design-input:-ms-input-placeholder {
    color: #bababa;
}

.sm-form-design-input:focus:-ms-input-placeholder {
    color: #D7D7D7;
}

.sm-form-design .ui-state-error {
    border: 1px solid #EB3034 !important;
    position: relative;
}

/**	54. Seperate Table
*************************************************** **/
.table.table-separate tbody tr {
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.table.table-separate tbody tr:hover {
    -webkit-box-shadow: 0 2px 5px rgba(69, 101, 173, 0.1);
    box-shadow: 0 2px 5px rgba(69, 101, 173, 0.1);
    -webkit-transform: translateY(-1px) scale(1.01);
    transform: translateY(-1px) scale(1.01);
}

.table.table-separate {
    border-collapse: separate;
    border-spacing: 0 5px;
    background: transparent;
}

.table .user-with-avatar img {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
}

.table.table-separate tbody td {
    padding: 0.9rem 1.1rem;
    background-color: #fff;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
}

.table-separate .form-check {
    position: relative;
    display: block;
    margin-bottom: 0rem;
}

.table-separate .user_box {
    display: flex;
}

.table-separate .user_email {
    display: inline-grid;
    padding-left: 10px;
}

.table-separate input[type=checkbox] {
    margin: 10px 0 0;
}

.table-separate .material-icons {
    cursor: pointer;
    font-size: 20px;
    margin-top: 8px;
}

@media (min-width: 1025px) {
    .table-responsive:hover {
        overflow: visible;
    }

    .table-responsive {
        overflow: visible;
    }
}

td.details-control {
    background: url('../plugins/DataTables/details_open.png') no-repeat center center !important;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../plugins/DataTables/details_close.png') no-repeat center center !important;
}

td.details-control {
    padding: 20px;
}

.pvr_material_icons_list .wi,
.pvr_material_icons_list .icons,
.pvr_material_icons_list .material-icons,
.pvr_material_icons_list .fa,
.pvr_material_icons_list .ion {
    font-size: 35px;
    color: #888888;
}

.pvr_material_icons_list .col-md-2 {
    padding: 20px;
}

/**	55. Login
*************************************************** **/
.fullvh {
    height: 100vh;
}

.login.login-v2 {
    background: url('../img/transparent/black-0.4.png');
    background: rgba(0, 0, 0, .4);
    color: #ccc;
    width: 450px;
    margin: 168px 0 0 -225px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.login.login-v2 .login-content {
    padding: 40px
}

.login.login-v2 label {
    color: #ccc
}

.login.login-v2 .login-header, .login.login-v2 .login-header .brand, .login.login-v2 .login-header .brand small, .login.login-v2 a {
    color: #fff
}

.login.login-v2 .login-header .brand small {
    color: rgba(255, 255, 255, .5)
}

.login.login-v2 .login-header .icon {
    opacity: .4;
    filter: alpha(opacity=40)
}

.login.login-v2 .form-control {
    background: url(../img/transparent/black-0.4.png);
    background: rgba(0, 0, 0, .4);
    border: none;
    color: #fff
}

.login.login-v2 .form-control:focus {
    border-color: rgba(255, 255, 255, .35)
}

.login-cover, .login-cover-bg, .login-cover-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.login-cover-image img {
    max-width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.login-cover-bg {
    background: #666;
    background: -moz-radial-gradient(center, ellipse cover, #666 0, #000 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #666), color-stop(100%, #000));
    background: -webkit-radial-gradient(center, ellipse cover, #666 0, #000 100%);
    background: -o-radial-gradient(center, ellipse cover, #666 0, #000 100%);
    background: -ms-radial-gradient(center, ellipse cover, #666 0, #000 100%);
    background: radial-gradient(ellipse at center, #666 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000', GradientType=1);
    opacity: .6;
    filter: alpha(opacity=60)
}

.login-v2 .login-header {
    position: absolute;
    top: -80px;
    left: 50%;
    right: 0;
    width: 450px;
    padding: 0 40px;
    margin-left: -225px;
    font-weight: 300;
}

.login-v2 .login-header .brand {
    padding: 0;
    font-size: 28px;
    text-align: center;
}

.login.login-v2 .login-header .brand small {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    display: block;
}

@media (max-width: 767px) {
    .login.login-v2 {
        left: 0;
        top: 0;
        margin: 0;
        position: relative;
        width: 100%;
        background: 0 0
    }

    .login-cover-image img {
        max-width: initial;
        max-height: 100%
    }

    .login .login-header, .login-content {
        width: 100% !important
    }

    .login .login-header {
        left: 0;
        margin: 0;
        position: relative;
        top: 0;
        padding-top: 60px
    }

    .login .login-header .icon {
        display: none
    }

    .login .login-header .brand {
        text-align: center;
        color: #fff
    }

    .login .login-header .brand small {
        opacity: .5;
        color: #fff
    }

    .login .login-header .brand .logo {
        border-width: 25px;
        display: block;
        margin: 0 auto
    }
}

.login.login-v3 {
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0
}

.login.login-v3 .news-feed {
    position: fixed;
    left: 0;
    right: 500px;
    top: 0;
    bottom: 0;
    -webkit-transform: translateZ(0);
    overflow: hidden
}

.login.login-v3 .news-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.login.login-v3 .news-image img {
    position: absolute;
    max-height: 100%;
    min-width: 100%;
    top: -1960px;
    bottom: -1960px;
    left: -1960px;
    right: -1960px;
    margin: auto
}

.login.login-v3 .right-content {
    float: right;
    width: 500px
}

.login.login-v3.register .right-content {
    width: 540px;
}

.login.login-v3.register .news-feed {
    right: 540px !important;
}

.login.login-v3 .login-content {
    width: auto;
    padding: 30px 60px
}

.login.login-v3 .login-header {
    position: relative;
    top: 0;
    margin: 0;
    left: 0;
    right: 0;
    padding: 100px 60px 0
}

.login.login-v3 .login-header .brand {
    color: #242a30
}

.login.login-v3 .login-header .brand small {
    color: #707478
}

.login.login-v3 .login-header .icon {
    top: 98px;
    right: 10px
}

.login.login-v3 .login-header {
    position: relative;
    top: 0;
    margin: 0;
    left: 0;
    right: 0;
    padding: 100px 60px 0;
    width: 540px;
    font-weight: 300;
}

.login.login-v3 .login-header .brand {
    color: #242a30;
}

.login.login-v3 .login-header .brand {
    padding: 0;
    font-size: 28px;
    color: #2d353c;
    text-align: center;
}

.login.login-v3 .login-header .icon {
    top: 98px;
    right: 10px;
    position: absolute;
    opacity: .1;
    filter: alpha(opacity=10);
}

.login.login-v3 .login-header .brand small {
    color: #707478;
}

.login.login-v3 .login-header .brand small {
    font-size: 14px;
    display: block;
    color: #707478;
}

@media (max-width: 768px) {
    .login.login-v3 .news-feed,
    .login.login-v3.register .news-feed {
        display: none
    }

    .login.login-v3 .right-content,
    .login.login-v3.register .right-content {
        float: none;
        width: auto
    }

    .login.login-v3 .login-header .icon {
        right: 60px
    }

}

@media (max-width: 480px) {
    .login.login-v3 .login-header .icon {
        display: none
    }

    .login.login-v3 .login-header {
        padding: 40px 40px 0
    }

    .login.login-v3 .login-content {
        padding: 20px 40px
    }
}

@media (max-width: 360px) {
    .login.login-v3 .login-header {
        padding: 40px 30px 0
    }

    .login.login-v3 .login-content {
        padding: 20px 30px
    }
}

/**	56. Pricing box
*************************************************** **/
.pri_main_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    overflow: hidden
}

.pri_container {
    position: relative;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 95%
}

@media (min-width: 750px) {
    .pri_container {
        width: 95%;
        max-width: 95%;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1000px) {
    .pri_container {
        width: 95%;
        max-width: 95%;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1200px) {
    .pri_container {
        width: 1370px;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto
    }
}

.pri_svg_fill {
    fill: currentColor;
    height: 1em
}

.pri_svg_1 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 85px;
    -webkit-transform: translate(140%, 50%);
    transform: translate(140%, 50%)
}

.pri_svg_2 {
    display: none
}

@media (min-width: 750px) {
    .pri_svg_2 {
        display: block;
        position: absolute;
        bottom: 30px;
        right: 0;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        height: 20px
    }
}

@media (min-width: 1000px) {
    .pri_svg_2 {
        display: block;
        position: absolute;
        bottom: 15%;
        right: 50px;
        -webkit-transform: translate(50%);
        transform: translate(50%)
    }
}

.pri_svg_3 {
    position: absolute;
    height: 40px;
    bottom: -10px;
    left: -25px;
    -webkit-transform: translateY(30%) rotate(180deg);
    transform: translateY(30%) rotate(180deg)
}

@media (min-width: 750px) {
    .pri_svg_3 {
        height: 70px
    }
}

.pri_svg_4 {
    display: none
}

@media (min-width: 750px) {
    .pri_svg_4 {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translate(70%, -70%) rotate(45deg);
        transform: translate(70%, -70%) rotate(45deg);
        height: 460px
    }
}

@media (min-width: 1000px) {
    .pri_svg_4 {
        -webkit-transform: translate(50%, -75%) rotate(45deg);
        transform: translate(50%, -75%) rotate(45deg)
    }
}

@media (min-width: 1200px) {
    .pri_svg_4 {
        -webkit-transform: translate(60%, -50%) rotate(45deg);
        transform: translate(60%, -50%) rotate(45deg)
    }
}

.pri_svg_5 {
    position: absolute;
    top: 0;
    left: -20px;
    -webkit-transform: translate(15%, 40%) rotate(-45deg);
    transform: translate(15%, 40%) rotate(-45deg);
    height: 35px
}

@media (min-width: 750px) {
    .pri_svg_5 {
        top: 8%;
        -webkit-transform: translate(50%, -50%) rotate(-45deg);
        transform: translate(50%, -50%) rotate(-45deg);
        height: 55px
    }
}

.pri_svg_6 {
    display: none
}

@media (min-width: 375px) {
    .pri_svg_6 {
        display: block;
        position: absolute;
        bottom: 50px;
        right: 0;
        height: 40px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media (min-width: 750px) {
    .pri_svg_6 {
        height: 58px;
        top: 25%;
        left: -30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.pri_svg_7 {
    display: none
}

@media (min-width: 750px) {
    .pri_svg_7 {
        display: block;
        position: absolute;
        top: 60%;
        right: 0;
        -webkit-transform: rotate(-45deg) translateX(40%);
        transform: rotate(-45deg) translateX(40%);
        height: 50px
    }
}

.pri_svg_8 {
    position: absolute;
    height: 26px;
    top: 10px;
    right: 0;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

@media (min-width: 750px) {
    .pri_svg_8 {
        top: 65%;
        left: 0;
        height: 50px;
        -webkit-transform: rotate(-45deg) translateX(-150%);
        transform: rotate(-45deg) translateX(-150%)
    }
}

.pri_title {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 60px 0 80px
}

@media (min-width: 750px) {
    .pri_title {
        padding: 90px 0 100px
    }
}

@media (min-width: 1000px) {
    .pri_title {
        padding-bottom: 120px
    }
}

.pri_title_p {
    font-weight: inherit;
    font-style: inherit;
    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans, Helvetica Neue, Arial, sans-serif;*/
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .02em;
    letter-spacing: 0;
    font-weight: 400;
    margin: 20px auto 30px;
    max-width: 280px
}

@media (min-width: 750px) {
    .pri_title_p {
        font-weight: inherit;
        font-style: inherit;
        /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans, Helvetica Neue, Arial, sans-serif;*/
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: .02em;
        letter-spacing: 0;
        color: #959597;
        font-weight: 400;
        margin: 20px auto 60px;
        max-width: 490px
    }
}

@media (min-width: 1000px) {
    .pri_title_p {
        max-width: none
    }
}

.pri_title_img {
    height: 1.2em;
    vertical-align: text-top
}

.pri_pick_plan {
    min-height: 440px;
    margin: auto;
    max-width: 300px
}

@media (min-width: 480px) {
    .pri_pick_plan {
        max-width: 390px
    }
}

@media (min-width: 750px) {
    .pri_pick_plan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 650px;
    }
}

@media (min-width: 1025px) {
    .pri_pick_plan {
        max-width: 65%;
    }

    .pri_lean_more_p {
        width: 65% !important;
    }
}

.pri_pick_plan_div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

@media (min-width: 750px) {
    .pri_pick_plan_div {
        text-align: left
    }
}

.pri_pick_plan_h2 {
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 0;
    /*font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans, Helvetica Neue, Arial, sans-serif;*/
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .025em;
    margin-top: 0;
    margin-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 60px
}

@media (min-width: 750px) {
    .pri_pick_plan_h2 {
        font-weight: inherit;
        font-style: inherit;
        letter-spacing: 0;
        /*font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans, Helvetica Neue, Arial, sans-serif;*/
        font-size: 22px;
        line-height: 24px;
        font-weight: 700
    }
}

.pri_pick_plan_p {
    font-weight: inherit;
    font-style: inherit;
    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans, Helvetica Neue, Arial, sans-serif;*/
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .03em;
    letter-spacing: 0;
    color: #aeaeaf;
    margin: 0 0 30px
}

@media (min-width: 750px) {
    .pri_pick_plan_p {
        margin: 0
    }
}

.pri_pick_plan_ul_parent {
    display: none;
    margin-top: 30px
}

@media (min-width: 750px) {
    .pri_pick_plan_ul_parent {
        display: block
    }
}

.pri_pick_plan_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px
}

.pri_pick_plan_li {
    position: relative;
    font-weight: inherit;
    font-style: inherit;
    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans, Helvetica Neue, Arial, sans-serif;*/
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .02em;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 46px;
    text-align: left
}

.pri_pick_plan_li:hover {
    font-weight: 600
}

.pri_pick_plan_li:hover .pri_pick_plan_li_div {
    background-color: hsla(0, 0%, 93%, .4)
}

.pri_pick_plan_li_div {
    position: absolute;
    background-color: transparent;
    border-radius: 6px 0 0 6px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    z-index: 1;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: -15px;
    right: -371px
}

.pri_plan_one_li:hover {
    font-weight: 400
}

.pri_plan_one_li:hover .pri_pick_plan_li_div {
    background-color: transparent
}

.pri_pick_plan_li_span {
    z-index: 9000;
    -webkit-transition: font-weight .1s;
    transition: font-weight .1s
}

@media (min-width: 750px) {
    .pri_plan_one_li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pri_plan_one_li .pri_pick_plan_li_span {
        display: none
    }
}

.pri_plan_one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 750px) {
    .pri_plan_one {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 750px) {
    .pri_plan_div {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.pri_plan_parent {
    position: relative;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    border-radius: 6px;
    background-color: #fff;
    -webkit-transition: translate .18s, -webkit-box-shadow .18s ease-in-out;
    transition: translate .18s, -webkit-box-shadow .18s ease-in-out;
    transition: translate .18s, box-shadow .18s ease-in-out;
    transition: translate .18s, box-shadow .18s ease-in-out, -webkit-box-shadow .18s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 0
}

@media (min-width: 750px) {
    .pri_plan_parent:hover {
        -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
}

.pri_plan_parent_div {
    display: inline-block;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.pri_plan_parent_div.pri_plan_two {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (max-width: 749px) {
    .pri_plan_parent_div:last-of-type {
        margin-top: 30px
    }
}

@media (min-width: 750px) {
    .pri_plan_parent_div.pri_plan_two {
        margin-left: 10px
    }
}

.pri_plan_one_head {
    text-align: center;
    border-bottom: 2px solid #f2f2f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    position: relative
}

.pri_plan_one_head_span {
    color: #aeaeaf;
    font-size: 14px;
    text-transform: capitalize
}

.pri_plan_one_head_span, .pri_plan_one_head_span_two {
    font-weight: inherit;
    font-style: inherit;
    /*font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans, Helvetica Neue, Arial, sans-serif;*/
    line-height: 18px;
    letter-spacing: .075em;
    font-weight: 700;
    letter-spacing: 0
}

.pri_plan_one_head_h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 10px 0 0
}

.pri_plan_one_head_span_three, .pri_plan_one_head_h2 {
    /*font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans, Helvetica Neue, Arial, sans-serif*/
}

.pri_plan_one_head_span_two {
    font-size: 12px;
    color: #4772d9;
    min-height: 18px;
    margin-bottom: 10px
}

.pri_plan_one_head_span_three {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .075em;
    color: #aeaeaf;
    min-height: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px
}

.pri_plan_one_svg_p {
    padding: 5px 20px 20px
}

.pri_plan_one_svg {
    height: 12px;
    max-width: 16px;
    margin-right: 10px
}

@media (min-width: 750px) {
    .pri_plan_one_svg {
        margin-right: 0
    }
}

.pri_plan_one_clr_svg {
    color: #00dcaf
}

.pri_plan_one_a {
    min-height: 35px;
    padding: 11px 30px;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 0;
    /*font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans, Helvetica Neue, Arial, sans-serif;*/
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: auto;
    white-space: nowrap;
    outline: 0;
    border: none;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    background-color: #f93d66;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 9001
}

.pri_plan_one_a:active {
    padding-top: 11px;
    padding-bottom: 9px
}

.pri_plan_one_a:active, .pri_plan_one_a:focus, .pri_plan_one_a:hover {
    background-color: #c73152
}

.pri_plan_one_a_sub {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    pointer-events: none
}

@media (min-width: 750px) {
    .pri_plan_one_a_sub {
        pointer-events: auto
    }
}

.pri_lean_more_p {
    font-weight: inherit;
    font-style: inherit;
    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans, Helvetica Neue, Arial, sans-serif;*/
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .02em;
    font-weight: 600;
    color: #959597;
    width: auto;
    letter-spacing: 0;
    text-align: center;
    margin: 20px auto 0;
    padding-right: 0
}

@media (min-width: 750px) {
    .pri_lean_more_p {
        width: 690px;
        text-align: right;
        margin-top: 25px;
        padding-right: 2px
    }
}

.pri_lean_more_button {
    border: 0;
    outline: 0;
    background-color: transparent;
    color: inherit;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    cursor: pointer
}

.pri_lean_more_button:hover {
    color: #505050;
    text-decoration: none
}

/**	57. Cokkie
*************************************************** **/
.pvr-cookie-consent-bar {
    position: fixed;
    bottom: 0;
    z-index: 10101;
    padding: 10px 25px;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    left: 0;
    right: 0;
}

.pvr-cookie-consent-bar.pvr-cookie-consent-bar-light {
    background: rgba(238, 238, 238, .9);
    color: #333;
}

.pvr-cookie-consent-bar .pvr-cookie-consent-bar-holder {
    display: table;
    width: 100%;
}

.pvr-cookie-consent-bar .pvr-cookie-consent-bar-holder .pvr-cookie-consent-bar-content {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.pvr-cookie-consent-bar .pvr-cookie-consent-bar-holder .pvr-cookie-consent-bar-action {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.pvr-cookie {
    background-size: contain !important;
    height: 35vh;
    margin-top: 60px;
}

.pvr-cookie-consent-bar-action a:hover,
.pvr-cookie-consent-bar-action a:focus,
.pvr-cookie-consent-bar-action a:active {
    color: #FFFFFF;
}

#cookie_modal .modal-dialog {
    max-width: 400px;
    margin: 10px 10px;
}

@media (min-width: 576px) {

    .modal.left_top {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .modal.left_bottom {
        right: 0;
        bottom: 0;
        left: 0;
        top: unset;
    }

    .modal.right_top {
        right: 0;
        bottom: 0;
        left: unset;
        top: 0;
    }

    .modal.right_bottom {
        right: 0;
        bottom: 0;
        left: unset;
        top: unset;
    }

    .modal.top_center {
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
    }

    .modal.bottom_center {
        right: 0;
        bottom: 0;
        left: 0;
        top: unset;
    }

    .modal.top_center .modal-dialog {
        margin: 10px auto !important;
    }

    .modal.bottom_center .modal-dialog {
        margin: 10px auto !important;
    }
}

/**	58. User Profile
*************************************************** **/
.user-profile .up-head-w {
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.user-profile .up-head-w .decor {
    position: absolute;
    bottom: -1px;
    right: 0;
    max-width: 100%;
    z-index: 3;
}

.user-profile .up-head-w .decor .decor-path {
    fill: #fff;
}

.user-profile .up-head-w:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2), 70%, rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2), 70%, rgba(0, 0, 0, 0.5));
}

.user-profile .up-head-w .up-social {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 5;
}

.user-profile .up-head-w .up-social a {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-size: 30px;
    margin-left: 10px;
}

.user-profile .up-head-w .up-social a:hover {
    color: white;
    text-decoration: none;
}

.user-profile .up-main-info {
    padding: 20% 5% 5% 5%;
    position: relative;
    z-index: 4;
}

.user-profile .up-main-info .user-avatar-w {
    margin-bottom: 1rem;
}

.user-profile .up-main-info .user-avatar-w .user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    border: 3px solid #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.user-profile .up-main-info .user-avatar-w .user-avatar img {
    max-width: 100%;
    height: auto;
}

.user-profile .up-header {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 3.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.user-profile .up-sub-header {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.8);
}

.user-profile .up-controls {
    padding: 20px 5%;
}

.user-profile .btn + .btn, .user-profile .all-wrapper .fc-button + .btn, .all-wrapper .user-profile .fc-button + .btn, .user-profile .all-wrapper .btn + .fc-button, .all-wrapper .user-profile .btn + .fc-button, .user-profile .all-wrapper .fc-button + .fc-button, .all-wrapper .user-profile .fc-button + .fc-button {
    margin-left: 20px;
}

.user-profile .up-controls + .up-contents {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.user-profile .up-contents {
    padding: 20px 5%;
    padding-top: 3rem;
}

.user-profile.compact .up-contents {
    padding-top: 0;
}

.user-profile.compact .up-main-info {
    padding-top: 15%;
}

.user-profile.compact .up-head-w .up-social a {
    font-size: 20px;
}

.user-profile.compact .up-header {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.user-profile.compact .up-sub-header {
    font-size: 0.81rem;
}

.user-profile + .element-wrapper {
    margin-top: 2rem;
}

.value-pair {
    display: inline-block;
}

.value-pair .label {
    font-size: 0.63rem;
    text-transform: uppercase;
    display: inline-block;
}

.value-pair .value {
    display: inline-block;
    font-size: 0.63rem;
    text-transform: uppercase;
}

.value-pair + .value-pair {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/**	60. Invoice v2
*************************************************** **/
.invoice_v2 .card-invoice .card-body {
    padding: 30px;
}

@media (min-width: 768px) {
    .invoice_v2 .card-invoice .card-body {
        padding: 60px;
    }
}

@media (min-width: 768px) {
    .invoice_v2 .invoice-header {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

.invoice_v2 .invoice-title {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #ced4da;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

.invoice_v2 .billed-from {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .invoice_v2 .billed-from {
        margin-top: 0;
    }
}

.invoice_v2 .billed-from h6 {
    color: #1b84e7;
    font-size: 15px;
}

.invoice_v2 .billed-from p {
    line-height: 1.7;
}

.invoice_v2 .billed-to h6 {
    color: #343a40;
    font-size: 15px;
}

.invoice_v2 .billed-to p {
    line-height: 1.7;
}

.invoice_v2 .invoice-info-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    margin-bottom: 0;
}

.invoice_v2 .invoice-info-row + .invoice-info-row {
    border-top: 1px dashed #dee2e6;
}

.invoice_v2 .invoice-info-row span:first-child {
    color: #495057;
}

.invoice_v2 .table-invoice tbody > tr > th:first-child,
.invoice_v2 .table-invoice tbody > tr > td:first-child {
    color: #495057;
    font-weight: 500;
}

.invoice_v2 .table-invoice tbody > tr > th:first-child .invoice-notes,
.invoice_v2 .table-invoice tbody > tr > td:first-child .invoice-notes {
    margin-right: 20px;
}

.invoice_v2 .table-invoice tbody > tr > th:first-child .invoice-notes .section-label-sm,
.invoice_v2 .table-invoice tbody > tr > td:first-child .invoice-notes .section-label-sm {
    font-weight: 600;
}

.invoice_v2 .table-invoice tbody > tr > th:first-child .invoice-notes p,
.invoice_v2 .table-invoice tbody > tr > td:first-child .invoice-notes p {
    font-size: 13px;
    font-weight: 400;
    color: #868ba1;
}

.bg_source:not(:empty), .bg_source_overlay, .bg_source__bgimage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.bg_source_overlay {
    pointer-events: none;
}

.no-shadow {
    box-shadow: unset !important;
}

.giftcard {
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: 38px;
    color: #fff;
    font-style: italic;
    font-weight: 500;
}

.giftcard_span {
    font-size: 12px;
    display: block;
    font-style: normal;
}

select.form-control:not([size]):not([multiple]) {
    height: unset !important;
}

/**	63. Datetimepicker
*************************************************** **/
.datepicker table tr td, .datetimepicker table tr td {
    font-size: 13px;
}

.datepicker table, .datetimepicker table {
    width: 100%;
}

.datepicker table tr td,
.datepicker table tr th,
.datetimepicker table tr td,
.datetimepicker table tr th {
    width: 30px !important;
    height: 33px !important;
}

.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tbody > tr > th,
.datepicker .table-condensed > tfoot > tr > td,
.datepicker .table-condensed > tfoot > tr > th,
.datepicker .table-condensed > thead > tr > td,
.datepicker .table-condensed > thead > tr > th,
.datetimepicker .table-condensed > tbody > tr > td,
.datetimepicker .table-condensed > tbody > tr > th,
.datetimepicker .table-condensed > tfoot > tr > td,
.datetimepicker .table-condensed > tfoot > tr > th,
.datetimepicker .table-condensed > thead > tr > td,
.datetimepicker .table-condensed > thead > tr > th {
    padding: 5px 8px;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datetimepicker table tr td.selected,
.datetimepicker table tr td.selected.highlighted {
    background: #575d63 !important;
    text-shadow: none !important;
}

.datepicker.datepicker-inline,
.datetimepicker.datepicker-inline {
    display: block;
    width: auto;
}

.datepicker-full-width .datepicker-inline,
.datetimepicker-full-width .datepicker-inline {
    width: 100%;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    background: #eee !important;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background: #007bff !important;
    color: #fff !important;
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:focus,
.datetimepicker table tr td.active:hover:focus,
.datetimepicker table tr td.active.disabled:focus,
.datetimepicker table tr td.active.disabled:hover:focus,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datetimepicker table tr td.active,
.open .dropdown-toggle.datetimepicker table tr td.active:hover,
.open .dropdown-toggle.datetimepicker table tr td.active.disabled,
.open .dropdown-toggle.datetimepicker table tr td.active.disabled:hover {
    background: #007bff !important;
    color: #fff !important;
}

.input-daterange .input-group-addon {
    min-width: 50px !important;
    padding: 5px 20px !important;
}

body .daterangepicker {
    z-index: 1020 !important;
}

.daterangepicker:before {
    display: none !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.active.available,
.daterangepicker td.active.available:hover {
    background: #348fe2 !important;
    text-shadow: none !important;
    color: #fff !important;
}

.daterangepicker table {
    color: #2d353c;
}

.daterangepicker .calendar th {
    color: #2d353c !important;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    padding: 7px !important;
    font-weight: 600;
}

.daterangepicker .ranges li {
    color: #242a30 !important;
    font-size: 12px;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #2e353c !important;
    border-color: #2e353c !important;
    color: #fff !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #e9ecef !important;
    color: #2d353c !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background: none !important;
    color: #d3d8df !important;
}

.daterangepicker td.off:hover,
.daterangepicker td.off:focus {
    background: #fff !important;
    color: #d3d8df !important;
}

body .daterangepicker td.in-range {
    background: #c8e9f3;
}

body .daterangepicker .input-mini.active {
    border-color: #5db0ff;
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(52, 142, 227, 0.3);
}

.daterangepicker table tr td {
    font-size: 13px;
}

/**	64. Button Inverse
*************************************************** **/
.btn.btn-inverse,
.btn.btn-inverse.disabled,
.btn.btn-inverse.disabled:hover,
.btn.btn-inverse.disabled:focus,
.btn.btn-inverse[disabled],
.btn.btn-inverse[disabled]:hover,
.btn.btn-inverse[disabled]:focus {
    color: #fff;
    background: #2d353c;
    border-color: #2d353c;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.show > .btn-inverse.dropdown-toggle,
.open > .dropdown-toggle.btn-inverse,
.open > .dropdown-toggle.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:not(:disabled):not(.disabled).active,
.btn-inverse:not(:disabled):not(.disabled):active {
    background: #242a30;
    border-color: #242a30;
}

.input-group-append .btn,
.btn-group .btn.btn-inverse:not(.active) + .btn.btn-inverse,
.input-group-btn .btn.btn-inverse:not(.active) + .btn.btn-inverse {
    border-left-color: #242a30;
}

.input-group-prepend .btn {
    border-right-color: #242a30;
}

.select2-container--default .select2-selection--multiple {
    height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 5px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #0072ff !important;
    color: #ffffff;
}

/**	65. Autocomplete
*************************************************** **/
.ui-widget {
    font-family: inherit;
    font-size: 13px;
}

.ui-autocomplete {
    padding: 5px 0 !important;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25) !important;
    border: 1px solid #ccc !important;
    border: none !important;
    font-size: 13px !important;
}

.ui-menu .ui-menu-item a {
    padding: 5px 10px;
}

body .ui-autocomplete.ui-menu .ui-menu-item-wrapper {
    padding: 5px 15px;
}

.ui-stats-hover,
.ui-widget-header .ui-stats-hover,
.ui-widget-content .ui-stats-hover,
.ui-stats-focus,
.ui-widget-header .ui-stats-focus,
.ui-widget-content .ui-stats-focus {
    border: none !important;
    background: #348fe2 !important;
    color: #fff !important;
    margin: 0 !important;
    border-radius: 0 !important;

}

.ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-focus {
    background: #edf0f5;
    border: none;
    margin: 0 !important;
    border-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
    background: #348fe2;
    border-color: #348fe2;
}

/**	66. Tagit
*************************************************** **/
.tagit.ui-widget {
    border: 1px solid #ccd0d4;
    background: #fff;
    padding: 5px 5px 1px !important;
    margin-bottom: 0 !important;
}

ul.tagit input[type="text"] {
    background: #fff;
    width: 50px !important;
}

ul.tagit li.tagit-choice-editable {
    background: #b6c2c9 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 2px 24px 3px 7px !important;
}

.tagit .ui-icon-close {
    background: none !important;
    height: 22px !important;
    width: 16px !important;
    text-indent: 0 !important;
}

.tagit.white .ui-icon-close:before {
    color: #000;
}

.tagit .ui-icon-close:before {
    content: '\f00d';
    font-family: FontAwesome !important;
    font-size: 10px;
    color: #fff;
}

ul.tagit.inverse li.tagit-choice-editable {
    background: #2d353c !important;
}

ul.tagit.white li.tagit-choice-editable {
    background: #fff;
    border: 1px solid #ddd;
    color: #000 !important;
}

ul.tagit.primary li.tagit-choice-editable {
    background: #348fe2 !important;
}

ul.tagit.info li.tagit-choice-editable {
    background: #49b6d6 !important;
}

ul.tagit.success li.tagit-choice-editable {
    background: #00acac !important;
}

ul.tagit.warning li.tagit-choice-editable {
    background: #f59c1a !important;
}

ul.tagit.danger li.tagit-choice-editable {
    background: #ff5b57 !important;
}

ul.tagit li.tagit-choice .tagit-close {
    right: 2px !important;
    line-height: 22px !important;
    text-align: center !important;
    top: 0 !important;
    margin: 0 !important;
}

ul.tagit li.tagit-choice .tagit-close:hover,
ul.tagit li.tagit-choice .tagit-close:focus {
    text-decoration: none !important;
}

ul.tagit li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit li.tagit-choice .tagit-close:focus .ui-icon-close:before {
    color: #666;
    color: rgba(0, 0, 0, 0.4);
}

ul.tagit.inverse li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit.inverse li.tagit-choice .tagit-close:focus .ui-icon-close:before {
    color: #666;
    color: rgba(255, 255, 255, 0.4);
}

/**	67. Clock
*************************************************** **/
.clockposition {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 33%;
}

.clock-wrapper {
    position: absolute;
    top: 60%;
    right: 0;
    bottom: 50%;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    padding: 5px;
    background-image: linear-gradient(#f7f7f7, #e0e0e0);
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15), 0 2px 2px rgba(0, 0, 0, .2);

}

.clock-base {
    width: 250px;
    height: 250px;
    background-color: #eee;
    border-radius: 50%;
    box-shadow: 0 0 5px #eee;
}

.click-indicator {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    width: 230px;
    height: 230px;
}

.click-indicator div {
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
    background-color: #ddd;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-113px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-113px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-113px);
    background-color: #aaa;
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-113px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-113px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-113px);
    background-color: #aaa;
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-113px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-113px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-113px);
    background-color: #aaa;
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-113px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-113px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-113px);
    background-color: #007bff;
}

.clock-hour {
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 128px;
    width: 4px;
    height: 65px;
    background-color: #555;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 2px 50px;
    transition: .5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 128px;
    width: 4px;
    height: 85px;
    background-color: #555;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 2px 70px;
    transition: .5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 129px;
    width: 2px;
    height: 130px;
    background-color: #007bff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 1px 110px;
    transition: .5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    bottom: 14px;
    width: 8px;
    height: 8px;
    background-color: #007bff;
    border: solid 2px #007bff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.clock-center {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 55px;
    left: 55px;
    background-image: linear-gradient(#e3e3e3, #f7f7f7);
    border-radius: 50%;
    box-shadow: inset 0 -1px 0 #fafafa, inset 0 1px 0 #e3e3e3;
}

.clock-center:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}

.progress {
    background-color: #E5E5E5;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 20px;
}

.progress-thin {
    height: 2px;
}

.progress-bar,
.progress-bar-primary {
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.bootstrap-duallistbox-container select {
    padding: 10px !important;
}

/**	68. iziToast
*************************************************** **/
.iziToast::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
    content: '';
    z-index: -1;
}

.iziToast > .iziToast-body {
    margin-left: 15px;
}

.iziToast > .iziToast-close {
    width: 40px;
    transition: opacity .25s;
    background: none;
    background-position: center;
    background-color: transparent;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMzc0MjUwIi8+Cjwvc3ZnPgo=);
    background-size: 8px;
    background-repeat: no-repeat;
}

.iziToast.iziToast-info {
    border-color: rgba(80, 198, 233, 0.3);
    background-color: #e6f7fc;
    color: #39bfe6;
}

.iziToast.iziToast-info > .iziToast-close {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMTg5NmJiIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-success {
    border-color: rgba(67, 217, 163, 0.3);
    background-color: #dcf8ee;
    color: #2bd396;
}

.iziToast.iziToast-success > .iziToast-close {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMWY5NzZjIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-warning {
    border-color: rgba(255, 183, 79, 0.3);
    background-color: #fff6e8;
    color: #ffb140;
}

.iziToast.iziToast-warning > .iziToast-close {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZTg4OTAwIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-danger {
    border-color: rgba(255, 82, 82, 0.3);
    background-color: #ffebeb;
    color: #ff5252;
}

.iziToast.iziToast-danger > .iziToast-close {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZWIwMDAwIi8+Cjwvc3ZnPgo=);
}

/**	70. Validation
*************************************************** **/
.sw-main .sw-container {
    border: 1px solid #e9ecef;
}

@media (max-width: 1024px) {
    .sw-main .nav-tabs {
        white-space: nowrap;
        display: block !important;
        overflow-y: scroll;
    }
}

.parsley-required {
    font-size: 13px;
    margin-top: 5px;
}

.parsley-error {
    background: #fff;
    border-color: #ff5b57 !important;
}

.parsley-error:focus {
    border-color: #cc4946 !important;
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(204, 73, 70, 0.3) !important;
}

.parsley-success {
    background: #fff !important;
    border-color: #00acac !important;
}

.parsley-success:focus {
    border-color: #008a8a !important;
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(0, 172, 172, 0.3) !important;
}

.parsley-error,
.parsley-success {
    color: #2d353c !important;
    box-shadow: none !important;
}

.parsley-error:focus,
.parsley-success:focus {
    color: #2d353c !important;
}

.parsley-errors-list {
    padding: 0 !important;
    list-style-type: none !important;
    margin: 0 !important;
    color: #e5603b;
    font-size: 12px !important;
    line-height: inherit !important;
}

.parsley-errors-list.filled {
    margin-top: 5px !important;
}

/**	71. Email
*************************************************** **/
.pvr-email-w a:focus, .pvr-email-w a:hover {
    text-decoration: none;
}

.pvr-email-i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    border-radius: 4px;
}

.pvr-side-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.pvr-side-menu .aem-head {
    padding: 10px 20px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 10px;
}

.pvr-side-menu .pvr-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pvr-side-menu .pvr-main-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.pvr-side-menu .pvr-main-menu li a {
    display: block;
    padding: 20px;
    font-size: 13px;
}

.pvr-side-menu .pvr-main-menu li a i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #007bff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pvr-side-menu .pvr-main-menu li a span {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #3E4B5B;
    font-weight: 600;
    text-transform: uppercase;
}

.pvr-side-menu .pvr-main-menu li:hover a i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.pvr-side-menu .pvr-main-menu li:hover:after, .pvr-side-menu .pvr-main-menu li.active:after {
    opacity: 1;
}

.pvr-side-menu .pvr-labels .pvr-labels-header {
    padding: 20px;
    font-size: 13px;
}

.pvr-side-menu .pvr-labels .pvr-labels-header i {
    color: #007bff;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
}

.pvr-side-menu .pvr-labels .pvr-labels-header span {
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
}

.pvr-side-menu .pvr-labels .pvr-label {
    display: block;
    padding: 10px;
    padding-left: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    color: #3E4B5B;
    white-space: nowrap;
    font-size: 13px;
}

.pvr-side-menu .pvr-labels .pvr-label .label-pin {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #007bff;
    vertical-align: middle;
}

.pvr-side-menu .pvr-labels .pvr-label .label-value {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.pvr-side-menu .pvr-labels .pvr-label:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pvr-side-menu .pvr-labels .pvr-label.pvr-label-red .label-pin {
    background-color: #e65252;
}

.pvr-side-menu .pvr-labels .pvr-label.pvr-label-green .label-pin {
    background-color: #90be2e;
}

.pvr-side-menu .pvr-labels .pvr-label.pvr-label-yellow .label-pin {
    background-color: #f0ad4e;
}

.pvr-list-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.pvr-list-w .pvr-head {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pvr-list-w .pvr-head a {
    display: inline-block;
    vertical-align: middle;
}

.pvr-list-w .pvr-head a i {
    color: #007bff;
    font-size: 20px;
}

.pvr-list-w .pvr-head a:hover {
    text-decoration: none;
}

.pvr-list-w .pvr-head a + a {
    margin-left: 15px;
}

.pvr-list-w .pvr-list .pvr-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    cursor: pointer;
}

.pvr-list-w .pvr-list .pvr-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    width: 3px;
    opacity: 0;
    background-color: #007bff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pvr-list-w .pvr-list .pvr-item:hover:after, .pvr-list-w .pvr-list .pvr-item.active:after {
    opacity: 1;
}

.pvr-list-w .pvr-list .pvr-item.with-status .user-avatar-w {
    position: relative;
}

.pvr-list-w .pvr-list .pvr-item.with-status .user-avatar-w:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 10px;
    box-shadow: 0 0 0 3px #fff;
}

.pvr-list-w .pvr-list .pvr-item.with-status.status-green .user-avatar-w:before {
    background-color: #90be2e;
}

.pvr-list-w .pvr-list .pvr-item.with-status.status-red .user-avatar-w:before {
    background-color: #e65252;
}

.pvr-list-w .pvr-list .pvr-item.with-status.status-blue .user-avatar-w:before {
    background-color: #007bff;
}

.pvr-list-w .pvr-list .pvr-item.with-status.status-yellow .user-avatar-w:before {
    background-color: #f0ad4e;
}

.pvr-list-w .pvr-list .pvr-image {
    margin-right: 20px;
}

.pvr-list-w .pvr-list .pvr-image .user-avatar-w {
    width: 50px;
}

.pvr-list-w .pvr-list .pvr-image .user-avatar-w img {
    border-radius: 50px;
    display: block;
    width: 50px;
    height: auto;
}

.pvr-list-w .pvr-list .pvr-content {
    position: relative;
}

.pvr-list-w .pvr-list .pvr-content .aei-timestamp {
    position: absolute;
    top: -10px;
    right: 0;
    color: rgba(0, 0, 0, 0.3);
    font-size: 0.63rem;
}

.pvr-list-w .pvr-list .pvr-content .aei-sub-title {
    color: #007bff;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 600;
}

.pvr-list-w .pvr-list .pvr-content .pvr-text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.81rem;
}

.pvr-content-w {
    background-color: #f6f7f8;
}

.pvr-content-w .pvr-head {
    height: 50px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
}

.pvr-content-w .pvr-head .separate {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 15px;
    margin-right: 5px;
}

.pvr-content-w .pvr-head a {
    display: inline-block;
    vertical-align: middle;
}

.pvr-content-w .pvr-head a i {
    color: #007bff;
    font-size: 20px;
}

.pvr-content-w .pvr-head a.highlight i {
    color: #CB9E48;
}

.pvr-content-w .pvr-head a:hover {
    text-decoration: none;
}

.pvr-content-w .pvr-head a + a {
    margin-left: 15px;
}

.pvr-content-w .pvr-head .actions-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pvr-content-w .pvr-head .actions-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pvr-content-w .pvr-head .user-avatar {
    margin-left: 40px;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pvr-content-w .pvr-head .user-avatar img {
    display: block;
    width: 30px;
    height: auto;
    border-radius: 40px;
}

.pvr-full-message-w .aec-full-message {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.pvr-full-message-w .message-head {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pvr-full-message-w .message-head .user-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pvr-full-message-w .message-head .user-w .user-avatar-w {
    width: 50px;
}

.pvr-full-message-w .message-head .user-w .user-avatar-w .user-avatar {
    border-radius: 40px;
    overflow: hidden;
}

.pvr-full-message-w .message-head .user-w .user-avatar-w .user-avatar img {
    max-width: 100%;
    height: auto;
}

.pvr-full-message-w .message-head .user-w.with-status .user-avatar-w {
    position: relative;
}

.pvr-full-message-w .message-head .user-w.with-status .user-avatar-w:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 10px;
    box-shadow: 0 0 0 3px #fff;
}

.pvr-full-message-w .message-head .user-w.with-status.status-green .user-avatar-w:before {
    background-color: #90be2e;
}

.pvr-full-message-w .message-head .user-w.with-status.status-red .user-avatar-w:before {
    background-color: #e65252;
}

.pvr-full-message-w .message-head .user-w .user-name {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pvr-full-message-w .message-head .user-w .user-title {
    margin-bottom: 2px;
    color: #007bff;
}

.pvr-full-message-w .message-head .user-w .user-role {
    font-weight: 600;
    font-size: 0.81rem;
}

.pvr-full-message-w .message-head .user-w .user-role span {
    display: inline-block;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.4);
}

.pvr-full-message-w .message-head .user-w .user-action {
    width: 50px;
    color: #007bff;
    font-size: 18px;
}

.pvr-full-message-w .message-head .message-info {
    color: rgba(0, 0, 0, 0.3);
    font-size: 0.72rem;
    text-align: right;
}

.pvr-full-message-w .message-content {
    padding: 5% 5% 5% 5%;
    font-size: 14px;
}

.pvr-full-message-w .message-attachments {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 20px;
}

.pvr-full-message-w .message-attachments .attachments-heading {
    text-transform: uppercase;
    font-size: 0.72rem;
    color: rgba(0, 0, 0, 0.4);
}

.pvr-full-message-w .message-attachments .attachments-docs {
    margin-top: 15px;
}

.pvr-full-message-w .message-attachments .attachments-docs a {
    display: inline-block;
}

.pvr-full-message-w .message-attachments .attachments-docs a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pvr-full-message-w .message-attachments .attachments-docs a span {
    display: inline-block;
    vertical-align: middle;
}

.pvr-full-message-w .message-attachments .attachments-docs a:hover {
    text-decoration: none;
}

.pvr-full-message-w .message-attachments .attachments-docs a + a {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.older-pack {
    display: none;
}

.pvr-reply {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.pvr-reply .reply-header {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
    margin-bottom: 0;
}

.pvr-reply .reply-header i {
    font-size: 130px;
    color: rgba(0, 86, 255, 0.05);
    position: absolute;
    top: -70px;
    left: -70px;
}

.pvr-reply .reply-header h5 {
    margin: 0;
    font-size: 1.08rem;
}

.pvr-reply .reply-header h5 span {
    color: #007bff;
    border-bottom: 1px dotted #007bff;
    display: inline-block;
}

.pvr-reply .buttons-w {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pvr-reply .buttons-w .btn, .pvr-reply .buttons-w .all-wrapper .fc-button, .all-wrapper .pvr-reply .buttons-w .fc-button {
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 0.7rem;
}

.pvr-reply .buttons-w .btn .os-icon, .pvr-reply .buttons-w .all-wrapper .fc-button .os-icon, .all-wrapper .pvr-reply .buttons-w .fc-button .os-icon {
    margin-right: 10px;
}

.pvr-reply .cke_chrome {
    border: none;
}

.pvr-reply .cke_bottom {
    border: none;
}

@media (max-width: 767px) {
    .pvr-email-w.forse-show-content .pvr-content-w {
        display: block;
    }

    .pvr-email-w.forse-show-content .pvr-list-w {
        display: none;
    }

    .pvr-list-w {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 230px;
        flex: 1 1 230px;
    }

    .pvr-content-w {
        display: none;
    }
}

@media (max-width: 1024px) {
    .pvr-list-w {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
    }
}

@media (max-width: 500px) {
    .pvr-list-w {
        -webkit-box-flex: 0;
        -ms-flex: unset !important;
        flex: unset !important;
    }
}

@media (max-width: 1150px) {
    .pvr-list-w {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }

    .pvr-content-w {
        background-image: none;
        background-color: #fff;
    }
}

.pvr-email-w.csm .pvr-side-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60px;
    flex: 0 1 60px;
    text-align: center;
}

.pvr-email-w.csm .pvr-side-menu .aem-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pvr-email-w.csm .pvr-side-menu .pvr-main-menu li a span {
    display: none;
}

.pvr-email-w.csm .pvr-side-menu .pvr-labels .pvr-label {
    padding-left: 10px;
}

.pvr-email-w.csm .pvr-side-menu .pvr-labels .pvr-label span.label-value {
    display: none;
}

.pvr-email-w.csm .pvr-side-menu .pvr-labels-header span {
    display: none;
}

/**	72. Chat Application
*************************************************** **/
.pvr-full-chat-w {

}

.pvr-full-chat-w .pvr-full-chat-i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    padding: 0;
}

.pvr-full-chat-w .pvr-full-chat-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    background-color: #fff;
    border-right: 1px solid #ececec;
    border-radius: 4px 0 0 4px;
    padding: 0;
}

.pvr-full-chat-w .pvr-full-chat-left .os-tabs-w .nav {
    padding: 0 20px;
}

.pvr-full-chat-w .pvr-full-chat-left .chat-search {
    padding: 20px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pvr-full-chat-w .pvr-full-chat-left .element-search {
    position: relative;
}

.element-search:before {
    font-family: "Material Icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    content: "\E8B6";
    color: rgba(0, 0, 0, 0.2);
}

.chat-input .input-group-addon {
    border: none;
}

.pvr-full-chat-w .pvr-full-chat-left .element-search input {
    border: none;
    box-shadow: none;
    background-color: #ececec;
    border-radius: 30px;
    padding: 10px 15px 10px 50px;
    display: block;
    width: 100%;
    outline: none;
}

.pvr-full-chat-w .pvr-full-chat-left .element-search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.pvr-full-chat-w .pvr-full-chat-left .element-search input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.pvr-full-chat-w .pvr-full-chat-left .element-search input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.pvr-full-chat-w .pvr-full-chat-left .user-list .user-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pvr-full-chat-w .pvr-full-chat-left .user-list .user-w .avatar {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.pvr-full-chat-w .pvr-full-chat-left .user-list .user-w .avatar img {
    width: 50px;
    height: auto;
    border-radius: 50px;
    display: block;
}

.pvr-full-chat-w .pvr-full-chat-left .user-list .user-w .user-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.pvr-full-chat-w .pvr-full-chat-left .user-list .user-w .user-name {
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pvr-full-chat-w .pvr-full-chat-left .user-list .user-w .last-message {
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.81rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pvr-full-chat-w .pvr-full-chat-left .user-list .user-w .user-date {
    float: right;
    padding: 2px 7px;
    background-color: #fff;
    border-radius: 12px;
    font-size: 0.72rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pvr-full-chat-w .pvr-full-chat-left .user-list .user-w:hover {
    background-color: #007bff;
    cursor: pointer;
}

.pvr-full-chat-w .pvr-full-chat-left .user-list .user-w:hover .user-name {
    color: #fff;
}

.pvr-full-chat-w .pvr-full-chat-left .user-list .user-w:hover .last-message {
    color: rgba(255, 255, 255, 0.5);
}

.pvr-full-chat-w .pvr-full-chat-left .user-list .user-w:hover .user-date {
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.8);
}

.pvr-full-chat-w .pvr-full-chat-middle {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #fff;
}

.pvr-full-chat-w .pvr-full-chat-middle .pvr-chat-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pvr-full-chat-w .pvr-full-chat-middle .user-info {
    font-size: 13px;
}

.pvr-full-chat-w .pvr-full-chat-middle .user-info span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.pvr-chat-head a {
    color: #007bff;
}

.pvr-full-chat-w .pvr-full-chat-middle .user-info a {
    display: inline-block;
    vertical-align: middle;
}

.pvr-full-chat-w .pvr-full-chat-middle .user-info a:hover {
    text-decoration: none;
}

.pvr-full-chat-w .pvr-full-chat-middle .user-actions a {
    margin-left: 1rem;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.pvr-full-chat-w .chat-content-w {
    height: 480px;
    overflow: hidden;
    position: relative;
}

.pvr-full-chat-w .chat-content-w .chat-content {
    padding: 50px;
    min-height: 600px;
    overflow-x: hidden;
}

.pvr-full-chat-w .chat-content-w .chat-date-separator {
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    font-size: 0.81rem;
    position: relative;
    margin: 20px 0;
}

.pvr-full-chat-w .chat-content-w .chat-date-separator:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.pvr-full-chat-w .chat-content-w .chat-date-separator span {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    position: relative;
}

.pvr-full-chat-w .chat-content-w .chat-message {
    margin-bottom: 20px;
}

.pvr-full-chat-w .chat-content-w .chat-message .chat-message-content.theme_1 {
    padding: 5px 15px;
    background-color: #fff9f0;
    color: #594939;
    max-width: 400px;
    display: inline-block;
    margin-left: 10px;

    text-align: left;
    font-size: 14px;
}

.pvr-full-chat-w .chat-content-w .chat-message .chat-message-content.theme_2 {
    padding: 5px 15px;
    background-color: #f1f0f0;
    color: #000;
    max-width: 400px;
    display: inline-block;
    margin-left: 10px;

    text-align: left;
    font-size: 14px;
}

.pvr-full-chat-w .chat-content-w .chat-message .chat-message-content.theme_3 {
    padding: 5px 15px;
    background-color: #616161;
    color: #FFFFFF;
    max-width: 400px;
    display: inline-block;
    margin-left: 10px;

    text-align: left;
    font-size: 14px;
}

.pvr-full-chat-w .chat-content-w .chat-message .chat-message-content.theme_4 {
    padding: 5px 15px;
    background-color: #929090;
    color: #FFFFFF;
    max-width: 400px;
    display: inline-block;
    margin-left: 10px;

    text-align: left;
    font-size: 14px;
}

.chat-message-content-w {
    display: inline-flex;
}

.pvr-full-chat-w .chat-content-w .chat-message .chat-message-avatar {
    display: inline-block;
    vertical-align: bottom;
}

.pvr-full-chat-w .chat-content-w .chat-message .chat-message-avatar img {
    width: 28px;
    height: auto;
    border-radius: 30px;
    display: inline-block;
    /*box-shadow: 0 0 0 10px #fff;*/
}

.pvr-full-chat-w .chat-content-w .chat-message.self {
    text-align: right;
}

.pvr-full-chat-w .chat-content-w .chat-message.self .chat-message-content.theme_1 {
    background-color: #f0f9ff;
    color: #2A4E7F;
    margin-right: 10px;
    margin-left: 0;
}

.pvr-full-chat-w .chat-content-w .chat-message.self .chat-message-content.theme_2 {
    background-color: #007bff;
    color: #FFFFFF;
    margin-right: 10px;
    margin-left: 0;
}

.pvr-full-chat-w .chat-content-w .chat-message.self .chat-message-content.theme_3 {
    background-color: #689f38;
    color: #FFFFFF;
    margin-right: 10px;
    margin-left: 0;
}

.pvr-full-chat-w .chat-content-w .chat-message.self .chat-message-content.theme_4 {
    background-color: #4527a0;
    color: #FFFFFF;
    margin-right: 10px;
    margin-left: 0;
}

.pvr-full-chat-w .chat-controls {
    padding: 20px;
    padding-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pvr-full-chat-w .chat-input input[type="text"] {
    padding: 20px 20px 20px 0;
    border: none;
    display: block;
    width: 100%;
    outline: none;
    font-size: 14px;
}

.pvr-full-chat-w .chat-input-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pvr-full-chat-w .chat-input-extra .chat-extra-actions a {
    margin-right: 10px;
    display: inline-block;
}

.pvr-full-chat-w .full-chat-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.pvr-full-chat-w .user-intro {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.pvr-full-chat-w .user-intro .avatar {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.pvr-full-chat-w .user-intro .avatar img {
    width: 50px;
    border-radius: 60px;
    height: auto;
}

.pvr-full-chat-w .user-intro .user-intro-info {
    margin-top: 1rem;
}

.pvr-full-chat-w .user-intro .user-intro-info .user-name {
    margin-top: 0;
    margin-bottom: 0;
    color: #007bff;
}

.pvr-full-chat-w .user-intro .user-intro-info .user-sub {
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.72rem;
    margin-top: 5px;
}

.pvr-full-chat-w .user-intro .user-intro-info .user-social {
    margin-top: 1rem;
}

.pvr-full-chat-w .user-intro .user-intro-info .user-social a {
    display: inline-block;
    margin: 0 6px;
    font-size: 24px;
}

.pvr-full-chat-w .user-intro .user-intro-info .user-social a:hover {
    text-decoration: none;
}

.pvr-full-chat-w .user-intro .user-intro-info .user-social i.os-icon.os-icon-twitter {
    color: #31a7f3;
}

.pvr-full-chat-w .user-intro .user-intro-info .user-social i.os-icon.os-icon-facebook {
    color: #175dc5;
}

.chat-extra-actions a {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    position: relative;
    color: #007bff;
}

.user-w.active {
    background-color: #007bff;
}

.user-w.active .last-message,
.user-w.active .user-name {
    color: #ffffff !important;
}

.pvr-full-chat-w .allb {
    border-bottom-left-radius: 1.3em;
    border-bottom-right-radius: 1.3em;
    border-top-left-radius: 1.3em;
    border-top-right-radius: 1.3em;
}

.pvr-full-chat-w .b-b {
    border-bottom-right-radius: 1.3em !important;
    border-top-left-radius: 1.3em !important;
    border-top-right-radius: 1.3em !important;
    border-radius: 4px;
}

.pvr-full-chat-w .b-t {
    border-bottom-left-radius: 1.3em !important;
    border-bottom-right-radius: 1.3em !important;
    border-top-right-radius: 1.3em !important;
    border-radius: 4px;
}

.pvr-full-chat-w .b-l {
    border-top-right-radius: 1.3em !important;
    border-bottom-right-radius: 1.3em !important;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .pvr-full-chat-w .pvr-full-chat-i {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pvr-full-chat-w .full-chat-right {
        display: none;
    }

    .pvr-full-chat-w .chat-content-w .chat-content {
        padding: 30px;
    }
}

@media (max-width: 1250px) {

}

@media (max-width: 1150px) {

}

@media (max-width: 1500px) {

}

@media (min-width: 1100px) and (max-width: 1350px) {

}

/**	73. Scrumboard
*************************************************** **/
.scrumboard {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.scrumboard {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.5);
    box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.5);
    padding: 20px;
    margin-bottom: 20px
}

.scrumboard.blue {
    background-color: #1D54EF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1D54EF), to(#4327DF));
    background-image: linear-gradient(-180deg, #1D54EF 0%, #4327DF 100%);
    -webkit-box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.5);
    box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.5)
}

.scrumboard.teal {
    background-color: #07B77F;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#07B77F), color-stop(98%, #2767DF));
    background-image: linear-gradient(-180deg, #07B77F 0%, #2767DF 98%);
    -webkit-box-shadow: 0 2px 30px 0 rgba(7, 186, 171, 0.5);
    box-shadow: 0 2px 30px 0 rgba(7, 186, 171, 0.5)
}

.scrumboard.purple {
    background-color: #28428c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#28428c), to(#510d8c));
    background-image: linear-gradient(-180deg, #28428c 0%, #510d8c 100%);
    -webkit-box-shadow: 0 2px 30px 0 rgba(42, 16, 133, 0.5);
    box-shadow: 0 2px 30px 0 rgba(42, 16, 133, 0.5)
}

.scrumboard.green {
    background-color: #7BC10C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7BC10C), color-stop(95%, #057051));
    background-image: linear-gradient(-180deg, #7BC10C 0%, #057051 95%);
    -webkit-box-shadow: 0 2px 30px 0 rgba(31, 219, 78, 0.5);
    box-shadow: 0 2px 30px 0 rgba(31, 219, 78, 0.5)
}

.scrumboard.red {
    background-color: #960644;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#960644), color-stop(95%, #af760b));
    background-image: linear-gradient(-180deg, #960644 0%, #af760b 95%);
    -webkit-box-shadow: 0 2px 30px 0 rgba(154, 7, 58, 0.5);
    box-shadow: 0 2px 30px 0 rgba(154, 7, 58, 0.5)
}

.scrumboard.pink {
    background-color: #a0008f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a0008f), color-stop(98%, #2767DF));
    background-image: linear-gradient(-180deg, #a0008f 0%, #2767DF 98%);
    -webkit-box-shadow: 0 2px 30px 0 rgba(7, 8, 186, 0.5);
    box-shadow: 0 2px 30px 0 rgba(7, 8, 186, 0.5)
}

.scrumboard.white {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.1);
    box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.1)
}

.scrumboard.white .scrumboard-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px
}

.scrumboard.white .scrumboard-header .scrumboard-name {
    color: #334152
}

.scrumboard.white .scrumboard-header .scrumboard-count {
    color: rgba(0, 0, 0, 0.5)
}

.scrumboard.white .scrumboard-header .scrumboard-settings {
    color: rgba(0, 0, 0, 0.4)
}

.scrumboard.white .scrumboard-header .scrumboard-value {
    color: #047bf8
}

.scrumboard.white .scrumboard-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 15px;
    border: 1px solid #d1d4e8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: move
}

.scrumboard.white .scrumboard-item:last-child {
    margin-bottom: 0
}

.scrumboard.white .scrumboard-item:hover {
    border: 1px solid #9ea4cf;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

.scrumboard.white .scrumboard-item .sm_scr_foot {
    border-radius: 0 0 4px 4px
}

.scrumboard.white.lined-primary {
    border-top: 5px solid #047bf8;
    border-radius: 0 0 4px 4px
}

.scrumboard.white.lined-success {
    border-top: 5px solid #24b314;
    border-radius: 0 0 4px 4px
}

.scrumboard.white.lined-danger {
    border-top: 5px solid #e65252;
    border-radius: 0 0 4px 4px
}

.scrumboard.white.lined-warning {
    border-top: 5px solid #fbe4a0;
    border-radius: 0 0 4px 4px
}

.scrumboard-header {
    position: relative;
    margin-bottom: 20px;
    cursor: move;
}

.scrumboard-header .scrumboard-header-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.scrumboard-header .scrumboard-name {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1;
    padding-right: 30px
}

.scrumboard-header .scrumboard-value {
    color: #FFD038;
    font-size: 1.17rem
}

.scrumboard-header .scrumboard-count {
    font-size: .81rem;
    color: rgba(255, 255, 255, 0.7)
}

.scrumboard-header .scrumboard-settings {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0
}

.scrumboard-body {
    min-height: 100px
}

.scrumboard-body.empty {
    border: 1px dashed rgba(0, 0, 0, 0.2)
}

.scrumboard-item {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4)
}

.scrumboard-item:last-child {
    margin-bottom: 0
}

.scrumboard-item .sm_ctrl {
    position: absolute;
    top: 5px;
    right: 10px;
    line-height: 1
}

.scrumboard-item .sm_ctrl a {
    font-size: 16px;
    line-height: 14px;
    color: #047bf8;
    display: inline-block;
    vertical-align: middle
}

.scrumboard-item .sm_ctrl .pi-settings {
    display: inline-block;
    color: #047bf8;
    vertical-align: middle
}

.scrumboard-item .sm_ctrl .pi-settings > i {
    font-size: 15px
}

.scrumboard-item .sm_ctrl .status {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    cursor: pointer
}

.scrumboard-item .sm_ctrl .status.status-green {
    background-color: #24b314
}

.scrumboard-item .sm_ctrl .status.status-red {
    background-color: #e65252
}

.scrumboard-item .sm_ctrl .status.status-yellow {
    background-color: #fbe4a0
}

.scrumboard-item .sm_scr_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px
}

.scrumboard-item .sm_scr_body .avatar {
    width: 50px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

.scrumboard-item .sm_scr_body .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.scrumboard-item .sm_scr_body .pi-name {
    margin-bottom: 0
}

.scrumboard-item .sm_scr_body .pi-sub {
    color: rgba(0, 0, 0, 0.5);
    font-size: .81rem
}

.scrumboard-item .sm_scr_foot {
    background-color: #F1F4F8;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 4px 4px
}

.scrumboard-item .sm_scr_foot .extra-info {
    margin-right: 5px;
    white-space: nowrap;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-size: .63rem;

}

.scrumboard-item .sm_scr_foot .extra-info i {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
    color: #047bf8;
    display: inline-block
}

.scrumboard-item .sm_scr_foot .extra-info span {
    vertical-align: middle;
    display: inline-block
}

.control-header {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.control-header select.form-control {
    font-weight: 400;
    border-color: rgba(0, 0, 0, 0.5)
}

.control-header label {
    text-transform: uppercase;
    font-size: .72rem;

}

.control-header .form-group {
    margin-bottom: 0
}

.color-scheme-dark .control-header {
    border-bottom-color: rgba(255, 255, 255, 0.05)
}

.color-scheme-dark .control-header select {
    background: #202738;
    color: #7f8696;
    border-color: #141927
}

.color-scheme-dark .control-header label {
    color: rgba(218, 226, 243, 0.4)
}

.color-scheme-dark .scrumboard.white {
    background-color: #323c58;
    -webkit-box-shadow: 0 5px 15px rgba(22, 22, 35, 0.1);
    box-shadow: 0 5px 15px rgba(22, 22, 35, 0.1)
}

.color-scheme-dark .scrumboard.white.lined-warning {
    border-top-color: #fbe4a0
}

.color-scheme-dark .scrumboard.white .scrumboard-header .scrumboard-name {
    color: #fff
}

.color-scheme-dark .scrumboard.white .scrumboard-header .scrumboard-settings {
    color: #fff
}

.color-scheme-dark .scrumboard.white .scrumboard-header .scrumboard-count {
    color: rgba(218, 226, 243, 0.4)
}

.color-scheme-dark .scrumboard.white .scrumboard-item {
    background-color: #384362;
    border-color: #293148
}

.color-scheme-dark .scrumboard.white .scrumboard-item .sm_scr_body .pi-sub {
    color: rgba(218, 226, 243, 0.4)
}

.color-scheme-dark .scrumboard.white .scrumboard-item .sm_scr_foot {
    background-color: #2c354e
}

.color-scheme-dark .scrumboard.white .scrumboard-item .sm_scr_foot .extra-info {
    color: rgba(218, 226, 243, 0.4)
}

.sm_drop_open {
    position: relative;
    cursor: pointer
}

.sm_drop_open.over .sm_dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
}

.sm_drop_open.sm_dropdown-position-center .sm_dropdown {
    right: 50%;
    -webkit-transform: translate3d(50%, 110%, 0);
    transform: translate3d(50%, 110%, 0)
}

.sm_drop_open.sm_dropdown-position-center.over .sm_dropdown {
    -webkit-transform: translate3d(50%, 100%, 0);
    transform: translate3d(50%, 100%, 0)
}

.sm_drop_open.sm_dropdown-position-left .sm_dropdown {
    right: 0;
    -webkit-transform: translate3d(0%, 110%, 0);
    transform: translate3d(0%, 110%, 0)
}

.sm_drop_open.sm_dropdown-position-left.over .sm_dropdown {
    -webkit-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0)
}

.sm_drop_open.sm_dropdown-position-right .sm_dropdown {
    right: 100%;
    -webkit-transform: translate3d(100%, 110%, 0);
    transform: translate3d(100%, 110%, 0)
}

.sm_drop_open.sm_dropdown-position-right.over .sm_dropdown {
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
}

.sm_drop_open.sm_dropdown-position-right-center .sm_dropdown {
    right: 0%;
    bottom: 50%;
    -webkit-transform: translate3d(110%, 50%, 0);
    transform: translate3d(110%, 50%, 0)
}

.sm_drop_open.sm_dropdown-position-right-center.over .sm_dropdown {
    -webkit-transform: translate3d(100%, 50%, 0);
    transform: translate3d(100%, 50%, 0)
}

.sm_drop_open.sm_dropdown-position-left-center .sm_dropdown {
    right: 100%;
    bottom: 50%;
    -webkit-transform: translate3d(-10%, 50%, 0);
    transform: translate3d(-10%, 50%, 0)
}

.sm_drop_open.sm_dropdown-position-left-center.over .sm_dropdown {
    -webkit-transform: translate3d(0%, 50%, 0);
    transform: translate3d(0%, 50%, 0)
}

.sm_dropdown {
    background-image: url('../img/cover/3.png') !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 45% 30% !important;
    color: #ffffff;
    padding: 10px 10px;
    position: absolute;
    z-index: 999;
    bottom: 25px;
    right: 164px;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(100%, 110%, 0);
    transform: translate3d(100%, 110%, 0);
    opacity: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(26, 32, 39, 0.1);
    box-shadow: 0 10px 25px 0 rgba(26, 32, 39, 0.1);
    overflow: hidden;
    font-size: .9rem;
    text-align: left
}

.sm_dropdown > .icon-w {
    position: absolute;
    top: -30px;
    right: -30px;
    color: rgba(0, 0, 0, 0.08);
    font-size: 100px
}

.sm_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.sm_dropdown ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.sm_dropdown ul li:last-child {
    border-bottom: none
}

.sm_dropdown ul li a {
    display: block;
    white-space: nowrap;
    padding: 10px 10px 10px 10px;
    line-height: 1;
    color: #fff;
    font-size: .9rem
}

.sm_dropdown ul li a:hover {
    text-decoration: none
}

.sm_dropdown ul li a i {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 12px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.sm_dropdown ul li a span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: .9rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.sm_dropdown ul li a i + span {
    padding-right: 10px
}

.sm_dropdown ul li a:hover i {
    color: #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.sm_dropdown ul li a:hover span {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.sm_dropdown.message-list {
    padding: 15px 10px
}

.sm_dropdown.message-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.sm_dropdown.message-list li:last-child {
    border-bottom: none
}

.sm_dropdown.message-list li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px
}

.sm_dropdown.message-list li > a:hover {
    background-color: rgba(124, 137, 234, 0.07)
}

.sm_dropdown.message-list li > a:hover .user-avatar-w img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sm_dropdown.message-list li > a:hover .message-content {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.sm_dropdown.message-list li > a .user-avatar-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 15px
}

.sm_dropdown.message-list li > a .user-avatar-w img {
    width: 40px;
    border-radius: 30px;
    height: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block
}

.sm_dropdown.message-list li > a .message-content {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.sm_dropdown.message-list li > a .message-content .message-from {
    color: #fff;
    margin-bottom: 5px
}

.sm_dropdown.message-list li > a .message-content .message-title {
    color: rgba(255, 255, 255, 0.6);
    font-size: .54rem;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 0
}

.sm_dropdown.light {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 75px 0 rgba(12, 76, 140, 0.21), 0 3px 7px 0 rgba(12, 76, 140, 0.14);
    box-shadow: 0 5px 75px 0 rgba(12, 76, 140, 0.21), 0 3px 7px 0 rgba(12, 76, 140, 0.14)
}

.sm_dropdown.light.message-list > .icon-w {
    color: rgba(4, 123, 248, 0.1)
}

.sm_dropdown.light.message-list li {
    border-bottom: 1px solid rgba(113, 133, 171, 0.09)
}

.sm_dropdown.light.message-list li:last-child {
    border-bottom: none
}

.sm_dropdown.light.message-list li > a .message-content .message-from {
    color: #334152
}

.sm_dropdown.light.message-list li > a .message-content .message-title {
    color: #047bf8
}

/**	74. Weather
*************************************************** **/
.sm_wethear {
    background-image: url("http://via.placeholder.com/268x341");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #38a9ff;
}

.sm_wethear .large_icon {
    width: 64px;
    height: 64px;
}

.sm_wethear .sm_forecast {
    margin-right: -25px;
    margin-left: -25px;
    position: relative;
    padding: 0 20px;
}

.sm_wethear .sm_forecast li {
    display: inline-block;
    vertical-align: top;
    padding: 15px 8px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}

.sm_wethear .sm_forecast li > * {
    margin-bottom: 8px;
}

.sm_wethear .sm_forecast li > *:last-child {
    margin-bottom: 0;
}

.sm_wethear .sm_forecast li svg {
    height: 22px;
    width: 22px;
}

.sm_wethear .sm_forecast li .olymp-weather-partly-sunny-icon {
    height: 22px;
    width: 22px;
}

.sm_wethear .sm_forecast:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .1;
}

.sm_wethear .more {
    position: absolute;
    right: 25px;
    top: 10px;
    opacity: .8;
    color: #fff;
    fill: #fff;
}

.sm_wethear .sm_temp_sensor {
    font-size: 60px;
    line-height: 1;
}

.sm_wethear > * {
    margin-bottom: 25px;
}

.sm_wethear > *:last-child {
    margin-bottom: 0;
}

.sm_wethear .max-min-temperature {
    margin-right: 20px;
}

.sm_wethear .max-min-temperature span {
    display: block;
}

.sm_wethear svg {
    fill: #fff;
}

.sm_wethear .climate {
    font-size: 18px;
}

.sm_wethear .sm_weather_now {
    margin-top: 10px;
}

.sm_wethear .sm_weather_now_dec span {
    font-size: 11px;
}

.sm_wethear .sm_weather_now_dec span > span {
    font-weight: 500;
}

.sm_wethear .sm_weather_now_dec span + span {
    margin-left: 15px;
}

.sm_wethear .date {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}

.sm_wethear .place {
    font-size: 14px;
}

.swiper-slide-weather {
    border-bottom: 1px solid #e6ecf5;
}

.day-wethear-item {
    float: left;
    padding: 25px 0 20px;
    border-right: 1px solid #e6ecf5;
    text-align: center;
    width: 16.5%;
}

.day-wethear-item:last-child {
    border-right: none;
}

.day-wethear-item .title {
    font-size: 12px;
    font-weight: 700;
    color: #515365;
    margin-bottom: 40px;
}

.day-wethear-item .icon {
    fill: #38a9ff;
    margin-bottom: 30px;
    min-height: 54px;
    width: 55px;
}

.day-wethear-item .sm_temp_sensor {
    font-size: 18px;
    color: #515365;
    margin-bottom: 10px;
}

.day-wethear-item .sm_weather_now {
    font-weight: 700;
}

.day-wethear-item .sm_weather_now span {
    font-size: 11px;
    color: #c5c8d8;
}

.day-wethear-item .sm_weather_now span + span {
    margin-left: 12px;
}

.day-wethear-item .sm_weather_now .high {
    color: #888da8;
}

.wethear-content {
    color: #fff;
    text-align: center;
}

.wethear-content .icon {
    fill: #fff;
    margin-bottom: 20px;
}

.wethear-content .sm_temp_sensor {
    font-size: 84px;
    margin-bottom: 10px;
    line-height: 1;
}

.wethear-content .sm_weather_now {
    margin-bottom: 15px;
}

.wethear-content .sm_weather_now span {
    font-size: 13px;
}

.wethear-content .sm_weather_now span + span {
    margin-left: 12px;
}

.wethear-content .climate {
    font-size: 24px;
    margin-bottom: 15px;
}

.wethear-content .sm_weather_now_dec {
    font-size: 12px;
}

.wethear-content .sm_weather_now_dec > * {
    display: inline-block;
    padding: 0 25px;
}

.wethear-content .sm_weather_now_dec .icon {
    margin-bottom: 10px;
}

.wethear-content .sm_weather_now_dec span {
    font-weight: 700;
}

.main-header-weather {
    padding: 20px 30px 30px;
}

.main-header-weather .img-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 0;
}

.main-header-weather .date-and-place {
    position: absolute;
    top: 40px;
    left: 30px;
    color: #fff;
}

.main-header-weather .date {
    font-size: 16px;
}

.main-header-weather .place {
    font-size: 11px;
}

.main-header-weather .wethear-update {
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 10px;
    color: #fff;
    fill: #fff;
}

.main-header-weather .wethear-update svg {
    margin-left: 10px;
    width: 12px;
    height: 13px;
}

.main-header-weather .olymp-weather-partly-sunny-icon {
    width: 64px;
    height: 65px;
}

.main-header-weather .olymp-weather-wind-icon-header {
    width: 47px;
    height: 34px;
}

.main-header-weather .olymp-weather-rain-drops-icon {
    width: 47px;
    height: 34px;
}

.main-header-weather .olymp-weather-thermometer-icon {
    width: 47px;
    height: 34px;
}

@media (max-width: 1400px) {
    .sm_wethear .sm_forecast li {
        padding: 15px 1px;
    }
}

@media (max-width: 540px) {
    .day-wethear-item {
        width: 33%;
    }
}

@media (max-width: 480px) {
    .wethear-content {
        margin-top: 100px;
    }
}

@media (max-width: 360px) {
    .day-wethear-item {
        width: 49%;
    }

    .wethear-content .sm_weather_now_dec > * {
        padding: 0 5px;
    }

    .main-header-weather .date-and-place {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .main-header-weather .wethear-update {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
    }

    .wethear-content {
        margin-top: 20px;
    }
}

.sm_wethear .inline-items > * {
    display: inline-block;
    vertical-align: middle;
}

.dots-icons {
    width: 16px;
    height: 4px;
}

/**	75. Birthday Alert
*************************************************** **/
.sm_birthday_alert {
    background-image: url("http://via.placeholder.com/268x268");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
}

.sm_birthday_alert .more {
    float: right;
    opacity: .7;
    color: #fff;
    fill: #fff;
}

.sm_birthday_alert .icons-block {
    margin-bottom: 35px;
    fill: #fff;
    color: #fff;
}

.sm_birthday_alert .olymp-cupcake-icon {
    width: 24px;
    height: 20px;
}

.sm_birthday_alert .author-thumb img {
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    margin-bottom: 12px;
}

.sm_birthday_alert .content {
    color: #fff;
}

.sm_birthday_alert .content span {
    font-size: 10px;
    margin-bottom: 4px;
    display: block;
}

.sm_birthday_alert .content .title {
    line-height: 1.3;
    font-weight: 400;
    color: inherit;
    margin-bottom: 20px;
    font-size: 24px;
    display: block;
}

.sm_birthday_alert .content p {
    font-size: 12px;
}

.author-thumb {
    display: inline-block;
    position: relative;
}

.author-thumb img {
    border-radius: 100%;
    overflow: hidden;
    max-width: unset;
}

.author-thumb .icon-status {
    position: absolute;
    margin-right: 0;
    top: 0;
    left: 0;
    border: 1px solid #3f4257;
    width: 8px;
    height: 8px;
}

/**	76. Actions
*************************************************** **/
.sm_action {
    background-image: url("http://via.placeholder.com/1366x895");
    padding: 50px 45px 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.sm_action img, .sm_action i {
    margin-bottom: 15px;
    font-size: 35px;
}

.sm_action .content span {
    font-size: 10px;
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
}

.sm_action .content .title {
    font-weight: 400;
    color: inherit;
    margin-bottom: 15px;
    font-size: 24px;
}

.sm_action .btn {
    margin-bottom: 0;
}

/**	78. Chat History
*************************************************** **/
.chats {
    list-style-type: none;
    margin: 0;
    padding: 12px 15px 15px;
}

.chats > li + li,
.chats > div + div {
    margin-top: 15px;
}

.chats > li:before,
.chats > li:after,
.chats > div:before,
.chats > div:after {
    content: '';
    display: table;
    clear: both;
}

.chats .name {
    color: #333;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
}

.chats .name .label {
    font-size: 8px;
    padding: 1px 4px 2px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.chats .date-time {
    font-size: 10px;
    display: block;
    float: right;
    color: #999;
    margin-top: 3px;
}

.chats .image {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
}

.chats .image img {
    max-width: 100%;
}

.chats .image + .message {
    margin-left: 65px;
}

.chats .message {
    padding: 7px 12px;
    font-size: 12px;
    position: relative;
    background: #fff;
    border-radius: 14px;
}

.chats .message:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -13px;
    border: 7px solid transparent;
    border-right-color: #fff;
}

.chats .right .name {
    text-align: right;
}

.chats .right .date-time {
    float: left;
}

.chats .right .image {
    float: right;
}

.chats .right .image + .message {
    margin-right: 65px;
    margin-left: 0;
}

.chats .right .message:before {
    left: auto;
    right: -13px;
    border-right-color: transparent;
    border-left-color: #fff;
}

.panel-body .chats {
    padding: 0;
}

.slimScrollDiv .chats {
    padding-right: 15px;
}

.bg-silver {
    background-color: #f0f3f4;
}

.slimScrollDiv + .p-15 .btn {
    border-left-color: transparent;
}

/**	79. Calendar
*************************************************** **/
.bootstrap-calendar .calendar {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 10px 0;
}

.bootstrap-calendar .calendar a {
    line-height: 24px;
}

.bootstrap-calendar .calendar td {
    border: none !important;
}

.bootstrap-calendar .calendar .table td {
    padding: 3px 5px;
}

.bootstrap-calendar .calendar .week_days td {
    background: none;
    color: #a9acae;
}

.bootstrap-calendar .calendar .visualmonthyear {
    color: #2d353c;
}

.bootstrap-calendar .calendar .table.header {
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
}

.bootstrap-calendar .calendar .table.header td {
    color: #707478;
    vertical-align: middle;
}

.bootstrap-calendar .calendar .table.header .year {
    width: 72%;
}

.bootstrap-calendar .calendar .table.header td.year {
    font-size: 18px;
}

.bootstrap-calendar .calendar .icon-arrow-right,
.bootstrap-calendar .calendar .icon-arrow-left {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}

.bootstrap-calendar .calendar .icon-arrow-right:hover,
.bootstrap-calendar .calendar .icon-arrow-left:hover,
.bootstrap-calendar .calendar .icon-arrow-right:focus,
.bootstrap-calendar .calendar .icon-arrow-left:focus {
    color: #2d353c;
}

.bootstrap-calendar .calendar .icon-arrow-left:before {
    content: '\f060';
    font-family: FontAwesome !important;
}

.bootstrap-calendar .calendar .icon-arrow-right:before {
    content: '\f061';
    font-family: FontAwesome !important;
}

.bootstrap-calendar .calendar .table {
    margin-bottom: 0;
}

.bootstrap-calendar .calendar .event a {
    display: block;
    border-radius: 30px;
    background: #fff;
    color: #fff;
    margin: 0 auto;
}

.bootstrap-calendar .calendar .event .popover a {
    color: #428bca;
}

.bootstrap-calendar .calendar .event .popover a:hover,
.bootstrap-calendar .calendar .event .popover a:focus {
    color: #2a6496;
    text-decoration: underline;
}

.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:hover,
.bootstrap-calendar .calendar .event:focus,
.bootstrap-calendar .calendar .event a:hover,
.bootstrap-calendar .calendar .event a:focus {
    text-shadow: none;
    color: #2d353c;
    box-shadow: none;
    font-weight: normal;
}

.bootstrap-calendar .calendar .event a:hover,
.bootstrap-calendar .calendar .event a:focus {
    color: #fff;
    opacity: 0.8;
}

.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:hover,
.bootstrap-calendar .calendar .event:focus {
    background: none;
    text-align: center;
}

.bootstrap-calendar .calendar .fa-circle {
    position: absolute;
    right: 0;
    top: 0;
}

.width-full {
    width: 100% !important;
}

/**	80. Action play store widget
*************************************************** **/
.cta-w {
    border-radius: 6px;
    position: relative
}

.cta-w.purple {
    background-image: url("http://via.placeholder.com/934x726"), -webkit-gradient(linear, left top, left bottom, from(#4B72FA), to(#934BFA));
    background-image: url("http://via.placeholder.com/934x726"), linear-gradient(-180deg, #4B72FA 0%, #934BFA 100%);
    background-size: cover;
    color: #fff
}

.cta-w.orange {
    background-image: url("http://via.placeholder.com/934x726"), -webkit-gradient(linear, left top, left bottom, from(#FF218E), to(#E36C0F));
    background-image: url("http://via.placeholder.com/934x726"), linear-gradient(-180deg, #FF218E 0%, #E36C0F 100%);
    background-size: cover;
    color: #fff
}

.cta-w.orange .highlight-header {
    background-color: #2283FF
}

.cta-w .highlight-header {
    background-color: #a42cef;
    color: #fff;
    padding: 2px 5px;
    line-height: 1.2;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block
}

.cta-w .cta-header {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem
}

.cta-w .cta-content {
    padding: 12% 8%
}

.cta-w .cta-content.extra-add_padding {
    padding: 24% 9%
}

.cta-w .cta-content .store-google-btn img {
    max-width: 150px;
    height: auto
}

.cta-w.cta-with-media .cta-content {
    padding-right: 0;
    width: 65%
}

.cta-w.cta-with-media .cta-media {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%
}

@media (max-width: 768px) {
    .cta-w.cta-with-media .cta-media {
        width: 20% !important;
    }
}

.cta-w.cta-with-media .cta-media img {
    max-width: 100%;
    height: auto
}

.cta-w .newsletter-field-w {
    position: relative
}

.cta-w .newsletter-field-w input {
    background-color: #fff;
    border: none;
    display: block;
    width: 100%;
    border-radius: 6px;
    padding: 7px 15px
}

.cta-w .newsletter-field-w .btn, .cta-w .newsletter-field-w .all-wrapper .fc-button, .all-wrapper .cta-w .newsletter-field-w .fc-button {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

/**	81. Post Widget
*************************************************** **/
.post-box {
    margin-bottom: 15px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #f1f4f8;
    border-radius: 4px;
}

.post-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
    box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2)
}

.post-box .post-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background-size: cover;
    background-position: center center
}

.post-box .post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    padding-left: 20px
}

.post-box .post-text {
    color: rgba(90, 99, 126, 0.49);
    margin-bottom: 10px;
    font-size: .81rem
}

.post-box .post-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-box .post-foot .post-link {
    font-size: .81rem
}

.post-box .post-foot .post-link i {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.post-box .post-foot .post-link span {
    display: inline-block;
    vertical-align: middle
}

/**	82. Vertical Activity
*************************************************** **/
.activity-boxes-w .activity-box-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8rem 0;
    position: relative
}

.activity-boxes-w .activity-box-w:before {
    content: "";
    display: block;
    width: 3px;
    background-color: #c0cadd;
    top: 0;
    bottom: 0;
    left: 75px;
    position: absolute
}

.activity-boxes-w .activity-box-w:after {
    content: "";
    display: block;
    width: 20px;
    background-color: #c0cadd;
    top: 50%;
    height: 1px;
    left: 80px;
    position: absolute;
    z-index: 1
}

.activity-boxes-w .activity-box-w:first-child:before {
    top: 50%
}

.activity-boxes-w .activity-box-w:last-child:before {
    bottom: 50%
}

.activity-boxes-w .activity-time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    font-size: .63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    text-align: right;
    padding-right: 40px
}

.activity-boxes-w .activity-box {
    padding: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.activity-boxes-w .activity-box:before {
    position: absolute;
    top: 50%;
    left: -30px;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #60769f;
    background-color: #f2f4f8;
    border-radius: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.activity-boxes-w .activity-avatar {
    width: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 1.1rem
}

.activity-boxes-w .activity-avatar img {
    max-width: 100%;
    height: auto
}

.activity-boxes-w .activity-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.activity-boxes-w .activity-role {
    font-size: .63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0.2rem
}

.activity-boxes-w .activity-title {
    font-size: .63rem;
    text-transform: uppercase;
    display: block
}

.activity-boxes-w .activity-box {
    border-radius: 6px;
    background-color: #F1F4F8;
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12)
}

/**	83. Sales widget table
*************************************************** **/
.table .cell-image-list {
    position: relative;
    display: inline-block;
    white-space: nowrap
}

.table .cell-image-list .cell-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center center;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
    vertical-align: middle;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    cursor: pointer
}

.table .cell-image-list .cell-img:nth-child(1) {
    z-index: 5
}

.table .cell-image-list .cell-img:nth-child(2) {
    z-index: 4
}

.table .cell-image-list .cell-img:nth-child(3) {
    z-index: 3
}

.table .cell-image-list .cell-img:nth-child(4) {
    z-index: 2
}

.table .cell-image-list .cell-img:nth-child(5) {
    z-index: 1
}

.table .cell-image-list .cell-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.table .cell-image-list .cell-img + .cell-img {
    margin-left: -15px
}

.table .cell-image-list .cell-img + .cell-img:hover {
    -webkit-transform: translateX(5px) scale(1.1);
    transform: translateX(5px) scale(1.1)
}

.table .cell-image-list .cell-img-more {
    font-size: .63rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -70%;
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    z-index: 7;
    white-space: nowrap
}

.status-pill {
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle
}

.status-pill.green {
    background-color: #71c21a;
}

.status-pill.red {
    background-color: #c21a1a;
}

.status-pill.yellow {
    background-color: #f8bc34;
}

/**	84. Widget Boxes
*************************************************** **/
.sm_bodered_widget {
    display: block
}

.sm_bodered_widget:not(.centered) {
    padding-right: 5px
}

.sm_bodered_widget .label {
    display: block;
    font-size: .63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 1px
}

.sm_bodered_widget .value {
    font-size: 2.43rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle
}

.sm_bodered_widget .trending {
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: .81rem;
    vertical-align: middle;
    margin-left: 10px
}

.sm_bodered_widget .trending .os-icon {
    margin-left: 2px;
    vertical-align: middle;
    font-size: 14px
}

.sm_bodered_widget .trending span {
    display: inline-block;
    vertical-align: middle
}

.sm_bodered_widget .trending-up {
    color: #fff;
    background-color: #24b314
}

.sm_bodered_widget .trending-down {
    color: #fff;
    background-color: #e65252
}

.sm_bodered_widget .trending-up-basic {
    color: #24b314;
    padding: 0
}

.sm_bodered_widget .trending-down-basic {
    color: #e65252;
    padding: 0
}

.sm_bodered_widget.trend-in-corner {
    position: relative
}

.sm_bodered_widget.trend-in-corner .trending {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 4px;
    border-radius: 4px;
    line-height: 1.2;
    font-size: .63rem
}

.sm_bodered_widget.trend-in-corner .trending i {
    font-size: 12px
}

.sm_bodered_widget.centered {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px
}

.sm_bodered_widget.centered.add_padding {
    padding-left: 10px;
    padding-right: 10px
}

.sm_bodered_widget.add_padding {
    padding: 2rem
}

.sm_bodered_widget.bigger .value {
    font-size: 3.33rem
}

.sm_bodered_widget.bigger .label {
    font-size: .9rem
}

.sm_bodered_widget.smaller .value {
    font-size: 1.71rem
}

.sm_bodered_widget.xs .value {
    font-size: 1.2rem
}

.sm_bodered_widget.smaller .label {
    font-size: .63rem;
    letter-spacing: 2px
}

.sm_bodered_widget.smaller.trend-in-corner .trending {
    top: 3px;
    right: 3px
}

.sm_bodered_widget.highlight .value {
    color: #047bf8
}

.sm_bodered_widget.bold-label .label {
    text-transform: none;
    font-size: .99rem;
    letter-spacing: 0
}

a.sm_bodered_widget {
    text-decoration: none;
    display: block;
    color: #3E4B5B;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

a.sm_bodered_widget .value {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

a.sm_bodered_widget .label {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

a.sm_bodered_widget:hover {
    -webkit-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
    -webkit-box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
    box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2)
}

a.sm_bodered_widget:hover .value {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #047bf8
}

a.sm_bodered_widget:hover .label {
    color: #3395fc
}

a.sm_bodered_widget:hover.centered .value {
    -webkit-transform: scale(1.1) translateY(-0);
    transform: scale(1.1) translateY(-0)
}

a.sm_bodered_widget:hover .label {
    -webkit-transform: translateY(-0);
    transform: translateY(-0)
}

.sm_add_border {
    border-radius: 6px;
    background-color: #FFF;
}

.el-buttons-list .btn, .el-buttons-list .all-wrapper .fc-button, .all-wrapper .el-buttons-list .fc-button {
    margin: 0;
    margin-bottom: 0.5rem
}

.el-buttons-list .btn + .btn, .el-buttons-list .all-wrapper .fc-button + .btn, .all-wrapper .el-buttons-list .fc-button + .btn, .el-buttons-list .all-wrapper .btn + .fc-button, .all-wrapper .el-buttons-list .btn + .fc-button, .el-buttons-list .all-wrapper .fc-button + .fc-button, .all-wrapper .el-buttons-list .fc-button + .fc-button {
    margin-left: 0
}

.el-buttons-list.full-width .btn, .el-buttons-list.full-width .all-wrapper .fc-button, .all-wrapper .el-buttons-list.full-width .fc-button {
    display: block
}

.sm_bodered_widget + .el-chart-w {
    margin-top: 1rem
}

.add_padding {
    padding: 1rem 2rem
}

.add_padding-v-big {
    padding: 2rem 10px;
}

.b-l {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.b-r {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.b-t {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.b-b {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/**	85. Progress bar
*************************************************** **/
.pvr-progress-bar {
    margin-bottom: 1.1rem;
}

.pvr-progress-bar .bar-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 13px;
}

.pvr-progress-bar .bar-label-left span {
    margin-right: 5px;
}

.pvr-progress-bar .bar-label-right span {
    margin-left: 5px;
}

.pvr-progress-bar .bar-level-1,
.pvr-progress-bar .bar-level-2,
.pvr-progress-bar .bar-level-3 {
    border-radius: 12px;
    height: 6px;
}

.pvr-progress-bar.blue .bar-level-1 {
    background-color: #F2F2F2;
}

.pvr-progress-bar.blue .bar-level-2 {
    background-color: rgba(78, 84, 200, 0.45);
}

.pvr-progress-bar.blue .bar-level-3 {
    background-color: #4e54c8;
}

.pvr-progress-bar.floated {
    float: right;
    width: 220px;
}

/**	86. widget 1
*************************************************** **/
.widget_1 .row > div:nth-child(odd) {
    background-color: #fcfcfc;
}

.widget_1 .row > div {
    padding: 20px;
    display: flex;
    align-items: center;
}

.widget_1 .icon, .widget_1 .icon::before, .widget_1 .icon::after {
    line-height: 1;
}

.widget_1 .icon {
    font-size: 72px;
    color: #adb5bd;
}

.widget_1 .wid-content {
    margin-left: 15px;
}

.widget_1 .wid-content label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.widget_1 .wid-content h2 {
    color: #343a40;
    font-weight: 700;
    margin-bottom: 0;
}

/**	87. widget 2
*************************************************** **/
.widget_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.b-box {
    width: 100%;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
}

.square-8 {
    display: inline-block;
    width: 8px;
    height: 8px;
}

.fs75 {
    font-size: .75rem !important;
}

.widget-1 {
    border-radius: 3px;
}

.widget-1 > div:first-child .card {
    /*border-left: 0;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.widget-1 > div:last-child .card {
    /*border-right: 0;*/
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

@media (min-width: 576px) {
    .widget-1 > div:first-child .card {
        border-top-right-radius: 0;
    }

    .widget-1 > div:nth-child(2) .card {
        border-top-right-radius: 3px;
        border-left: 1px solid #e9ecef;
    }

    .widget-1 > div:nth-child(3) .card {
        border-bottom-left-radius: 3px;
    }

    .widget-1 > div:last-child .card {
        border-bottom-left-radius: 0;
        border-left: 1px solid #e9ecef;
    }
}

@media (min-width: 992px) {
    .widget-1 > div:first-child .card {
        border-bottom-left-radius: 3px;
    }

    .widget-1 > div:nth-child(2) .card {
        border-top-right-radius: 0;
    }

    .widget-1 > div:nth-child(3) .card {
        border-left: 1px solid #e9ecef;
        border-bottom-left-radius: 0;
    }

    .widget-1 > div:last-child .card {
        border-top-right-radius: 3px;
    }
}

.widget-1 .card {
    border-radius: 0;
}

.widget-1 .card-header {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget-1 .card-header a {
    color: #868e96;
}

.widget-1 .card-header a:hover, .widget-1 .card-header a:focus {
    color: #17A2B8;
}

.widget-1 .card-header a i {
    line-height: 0;
}

.widget-1 .card-title {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0;
}

.widget-1 .card-body {
    padding: 0 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget-1 .card-footer {
    padding: 0.5rem 1.5rem;
}

.widget-1 .card-body span:last-child {
    font-weight: 700;
    color: #343a40;
    font-size: 24px;
}

.widget-1 .card-footer {
    border-color: #e9ecef;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
}

.widget-1 .card-footer h6 {
    font-weight: 700;
}

.text-white-8 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.lh-1 {
    line-height: 1.1;
}

.tr-y-1 {
    transform: translateY(1px);
}

.rickshaw_graph {
    position: relative;
}

.centered-header {
    text-align: center;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .ht-sm-300 {
        height: 300px;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .pd-sm-l-20 {
        padding-left: 20px;
    }

    .mg-sm-l-20 {
        margin-left: 20px;
    }

    .mg-sm-t-0 {
        margin-top: 0;
    }

    .bd-sm-l {
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }
}

.bd {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

/**	88. Market Buttons
*************************************************** **/
.market-button {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 5px 14px 5px 45px;
    transition: background-color .3s;
    border: 1px solid #e1e7ec;
    border-radius: 5px;
    background-position: center left 12px;
    background-color: #ffffff;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    text-decoration: none;
}

.market-button:hover {
    background-color: #f5f5f5;
}

.market-button .mb-subtitle {
    display: block;
    margin-bottom: -4px;
    color: #9da9b9;
    font-size: 12px;
}

.market-button .mb-title {
    display: block;
    color: #606975;
    font-size: 18px;
}

.market-button.apple-button {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.market-button.google-button {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.market-button.windows-button {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.market-button.blackberry-button {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiMyZTJlMmUiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.market-button.amazon-button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQUJGNjhGNDRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQUJGNjhGMzRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgNXCVIAAAc7SURBVHja5FwJbFRVFH0tQimgUCiubKJCWWSwKIooVhG3aESkETRqBEEEEURExBXiVhElkRiIEFwTQEHciQiIMQhFkUGFihErIJjWUgg0LFXqPf4z9jvMTOe/v9ebnEw78+//b85/y7n33T8ZNTU1yo5FIhEdtxMEXQRtBGcLOglO5ftoUKagSrBLUCLYKCgVbBEcNJ8oGo0qN+045Z2dJCgU9BdcJ2igcY4DgsWC9wTvetHoTA+u0ZlfCL3hJcFATXJgzQS3C5YIKgWT3G58hotDDMNlvmCQy9+hAj1ThtqqMPWgywXlHpADayVYKTfq0bAQdJ9guaCR8tamCUlPBZ2gcYIXlH82RUgaFlSCCgQzlf82T0hqFzSCGgreUsGxqUEj6BkKvaBYofSi5kERihCAE2z4rxYs4qp3WNBY0F0wVtBC85xNKUrnBoGgUdBTGn4IH24UbEvwGQh7TDBdMNGGQA3EELtGw2eh4Jwk5JjtAcFDmu0633clLeMcweYOi24IOLta9CnR6BF/CE4Whf2Xnz3oKg2fJzR8PtTwyaXK9nWIHbF4PFIYn2hcZ6Vm+5r4SpB039c5T5RwqO0VHE3hgoByv8alSm3oM99XsecJxSUaUXyOoKPgTOIMEjdK8xrVYSbIbIeIMsGPDp43Q/lkmap+W0bQepDTliU43oam+bM+EIT5qZcyEve5nL9aCtpzHmtq49zVYSOoraCv4AZBHgPc3P/7EOsgGCoYzt4SKnOTIAyZGYJrwzzLu0XQi4Lx9WEZdJqg0wVfqmAlzwJDUB/BmvompJwiqLND5FQwXtuujJ3TA1TlmM8eDytB2P9absMfaVbshryN+DeJuDsrzATNor7RMezV3xvkWMwWQZFIpIe8jNB0v0kZuedAm91gdaSm31iL5NSEjiDuO92h4bqGwzIUMaOdHnSe0ktpztfwaRwqgqT3QAheqHnNZZoyIlQ9COT00/BDzrpcwy9fs51ZfhEEXdJRw+8AdY9XBPm2q4HyklM0/HRqE7H3f4mN2NAXgrKUXgUZihGsVl0Mt7GKDfKLIAyTIxp+2cqoj7bSeybb+H5DZEE5zQ+CsEn4u6avlb2x2cpI2tuxiX4Q9JOquzIjmaHOuXcax6H0ZaADK/V46UW9vCYIavgLG43+XHBRks9QLP6B3TsfZ6/pOmqXv8hdGSAvn9psOIiap4zcD5bkQsINQ+agKBqN/uZVjFOsjAdLsm2co4DwwhAgY5/sfk9iMbkT++TlVRUus7zTajfdMcvjL7hEWa9oi9llclMf9JQgueBmVVv64rY9p4yiz9kW/VC01U33YRcnqjtQQLXWZXIeFsTu/tOC9Wn6oR6yPW+kljmViOrDRp/rMDEourpeHVujiJ60VaXOEy0TYq72K9RIZEigLXbwfNBZJ6rEBZw7Uugo2CtOkOM0QbDBmAyVveqybwUDGMFXpDjuG5W4bmiKkDPSqS/0r1A8PEfvAZneL+ck+wgJNVR1RIhEuRkEvHhUcyNJhWwosdgElNEsYGA7pnh05ZI0fJARRSF7W8Z6hxhbQtv9+k+64q7tx8xBmEca2gwh4odIMYce5qaWJKkBswEQbfvZIPSGn1XqCtnEanV0ZYncpNHKKLz6uI7DeyojGwr0IlHZvFEoPF/H6AAPDO+J70GLKPNxwC10qC92heBJ3qx0rEh60OT4HnQrleZQ3s1xIVTKiexKVbtRUEEgL76XqyBSx/GZx6aJlnl0+5s5JlH0hO2Z25i/2RpigjaRgHKKxkTWjcMrRsy+VKsYHvp/n39fyskTlWKtQ0rQbmVU6lelOOYHwXem/0vrWuYhzpaa/p9A7TFJ+biJ55BlUZVv4nSiuHDE6icxOa9KRwehEnVu3ImLBDuV8Qhm85AR04TtRvufVcZvhtzNz9qYRshazsFpCUVUbsTX5eARI8zwSDwh2ZUfcGIwv8yh3kK7c00TdkxQ9jcdP9Oqkp7GSbsqwUw/jBpmC4dh94CQAvF4D1X59ySieZwK72wSpbGNhF9UXDFYusHqR7woqsAuSNKgGSaBCE21QfCVh6REGHoMZqiSzCBdzFUpOaYg+0470fxOqu0pglQ/AdFP1e7bl/IubuHEt07pPS8Wbw05tLHK9mDYkFeHTzV7/Jtx76PCLYOB9kqnYrF8jtWLLX4xSPrNXHrLuWJgQizj31Uc9kd58zBf4PmzTozsWzPm6mJxkXiHwndX3PvNTOFOh/8sdQliMSu2gb1kiDJ+qyPdffpGjId6ejTs0HORrF+R5PNWXKnHuJXuWMCAD3tY21Rw7GtGAV1TkKPYc0aoFNvoTuWDZlBoTWLj/LIV7NUISt8IYsJsOhtXoIxk/l4PSNlMZYzJGj/stNDJk7tVHLmaeIQTeV9qqTxOjHasjAm2pZwL17nJvtvVo8gQfEZMZXKqHXVHPlekFswgNFK1JXPwO8gVZg/lwnpKht1ejtm/BRgAKCaVSdcawG4AAAAASUVORK5CYII=);
}

.market-button.mb-light-skin {
    border-color: rgba(255, 255, 255, 0.12);
    background-color: transparent;
}

.market-button.mb-light-skin .mb-subtitle,
.market-button.mb-light-skin .mb-title {
    color: #ffffff;
}

.market-button.mb-light-skin .mb-subtitle {
    opacity: .55;
}

.market-button.mb-light-skin:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.market-button.mb-light-skin.apple-button {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.market-button.mb-light-skin.blackberry-button {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.market-button.mb-light-skin.amazon-button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn3px5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=);
}

.facebook-btn,
.twitter-btn,
.google-btn {
    text-transform: none;
}

.facebook-btn > i,
.twitter-btn > i,
.google-btn > i {
    margin-top: 0;
}

.facebook-btn {
    border-color: #3b5998;
    background-color: transparent;
    color: #3b5998;
}

.facebook-btn:hover {
    background-color: #3b5998;
    color: #ffffff;
}

.twitter-btn {
    border-color: #55acee;
    background-color: transparent;
    color: #55acee;
}

.twitter-btn:hover {
    background-color: #55acee;
    color: #ffffff;
}

.google-btn {
    border-color: #dd4b39;
    background-color: transparent;
    color: #dd4b39;
}

.google-btn > i {
    font-size: 1.3em;
}

.google-btn:hover {
    background-color: #dd4b39;
    color: #ffffff;
}

/* Base class */
.social-button {
    display: inline-block;
    margin-top: 5px;
    margin-right: 18px;
    margin-bottom: 5px;
    transition: color .3s;
    color: #606975;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

.social-button.shape-circle, .social-button.shape-rounded, .social-button.shape-square {
    width: 36px;
    height: 36px;
    margin-right: 8px;
    border: 1px solid #e1e7ec;
    line-height: 35px;
    text-align: center;
}

.social-button.shape-circle {
    border-radius: 50%;
}

.social-button.shape-rounded {
    border-radius: 5px;
}

.social-button:focus {
    text-decoration: none;
}

.text-center .social-button {
    margin-right: 9px;
    margin-left: 9px;
}

.text-center .social-button.shape-circle, .text-center .social-button.shape-rounded, .text-center .social-button.shape-square {
    margin-right: 4px;
    margin-left: 4px;
}

.text-right .social-button {
    margin-right: 0;
    margin-left: 18px;
}

.text-right .social-button.shape-circle, .text-right .social-button.shape-rounded, .text-right .social-button.shape-square {
    margin-right: 0;
    margin-left: 8px;
}

/* Amazon */
.sb-amazon {
    font-size: 1.15em !important;
}

.sb-amazon:hover, .sb-amazon:focus {
    color: #ff9900 !important;
}

/* Airbnb */
.sb-airbnb:hover, .sb-airbnb:focus {
    color: #fd5c63 !important;
}

/* Behance */
.sb-behance {
    font-size: 1.1em !important;
}

.sb-behance:hover, .sb-behance:focus {
    color: #1769ff !important;
}

/* DeviantArt */
.sb-deviantart {
    font-size: 1.2em !important;
}

.sb-deviantart:hover, .sb-deviantart:focus {
    color: #4e6252 !important;
}

/* Digg */
.sb-digg {
    font-size: 1.2em !important;
}

.sb-digg:hover, .sb-digg:focus {
    color: #000000 !important;
}

/* Disqus */
.sb-disqus {
    font-size: 1.1em !important;
}

.sb-disqus:hover, .sb-disqus:focus {
    color: #2e9fff !important;
}

/* Dribbble */
.sb-dribbble:hover, .sb-dribbble:focus {
    color: #ea4c89 !important;
}

/* Drupal */
.sb-drupal {
    font-size: 1.1em !important;
}

.sb-drupal:hover, .sb-drupal:focus {
    color: #0077c0 !important;
}

/* Email */
.sb-email:hover, .sb-email:focus {
    color: #0da9ef !important;
}

/* Facebook */
.sb-facebook:hover, .sb-facebook:focus {
    color: #3b5998 !important;
}

/* Flickr */
.sb-flickr:hover, .sb-flickr:focus {
    color: #0063dc !important;
}

/* Foursquare */
.sb-foursquare:hover, .sb-foursquare:focus {
    color: #ef4b78 !important;
}

/* GitHub */
.sb-github:hover, .sb-github:focus {
    color: #4183c4 !important;
}

/* Google+ */
.sb-google-plus {
    font-size: 1.2em !important;
}

.sb-google-plus:hover, .sb-google-plus:focus {
    color: #dd4b39 !important;
}

/* Instagram */
.sb-instagram:hover, .sb-instagram:focus {
    color: #3f729b !important;
}

/* LastFM */
.sb-lastfm {
    font-size: 1.1em !important;
}

.sb-lastfm:hover, .sb-lastfm:focus {
    color: #e31b23 !important;
}

/* LinkedIn */
.sb-linkedin:hover, .sb-linkedin:focus {
    color: #0976b4 !important;
}

/* PayPal */
.sb-odnoklassniki {
    font-size: 1.1em !important;
}

.sb-odnoklassniki:hover, .sb-odnoklassniki:focus {
    color: #ed812b !important;
}

/* PayPal */
.sb-paypal {
    font-size: .9em !important;
}

.sb-paypal:hover, .sb-paypal:focus {
    color: #253b80 !important;
}

/* Pinterest */
.sb-pinterest:hover, .sb-pinterest:focus {
    color: #cc2127 !important;
}

/* Reddit */
.sb-reddit {
    font-size: 1.1em !important;
}

.sb-reddit:hover, .sb-reddit:focus {
    color: #ff4500 !important;
}

/* Reddit */
.sb-rss {
    font-size: .9em !important;
}

.sb-rss:hover, .sb-rss:focus {
    color: #f26522 !important;
}

/* Skype */
.sb-skype {
    font-size: .9em !important;
}

.sb-skype:hover, .sb-skype:focus {
    color: #00aff0 !important;
}

/* SoundCloud */
.sb-soundcloud {
    font-size: 1.2em !important;
}

.sb-soundcloud:hover, .sb-soundcloud:focus {
    color: #ff8800 !important;
}

/* Stack Overflow */
.sb-stackoverflow:hover, .sb-stackoverflow:focus {
    color: #fe7a15 !important;
}

/* Steam */
.sb-steam:hover, .sb-steam:focus {
    color: #7da10e !important;
}

/* StumbleUpon */
.sb-stumbleupon:hover, .sb-stumbleupon:focus {
    color: #eb4924 !important;
}

/* Tumblr */
.sb-tumblr:hover, .sb-tumblr:focus {
    color: #35465c !important;
}

/* Twitch */
.sb-twitch:hover, .sb-twitch:focus {
    color: #6441a5 !important;
}

/* Twitter */
.sb-twitter:hover, .sb-twitter:focus {
    color: #55acee !important;
}

/* Vimeo */
.sb-vimeo:hover, .sb-vimeo:focus {
    color: #1ab7ea !important;
}

/* Vine */
.sb-vine:hover, .sb-vine:focus {
    color: #00b488 !important;
}

/* VKontakte */
.sb-vk {
    font-size: 1.1em !important;
}

.sb-vk:hover, .sb-vk:focus {
    color: #45668e !important;
}

/* WordPress */
.sb-wordpress:hover, .sb-wordpress:focus {
    color: #21759b !important;
}

/* XING */
.sb-xing:hover, .sb-xing:focus {
    color: #026466 !important;
}

/* Yahoo! */
.sb-yahoo {
    font-size: 1.1em !important;
}

.sb-yahoo:hover, .sb-yahoo:focus {
    color: #400191 !important;
}

/* Yelp */
.sb-yelp:hover, .sb-yelp:focus {
    color: #af0606 !important;
}

/* YouTube */
.sb-youtube:hover, .sb-youtube:focus {
    color: #e52d27 !important;
}

.sb-light-skin {
    transition: all .3s;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6) !important;
}

.sb-light-skin:hover, .sb-light-skin:focus {
    color: #ffffff !important;
}

.sb-light-skin.shape-circle, .sb-light-skin.shape-rounded, .sb-light-skin.shape-square {
    border-color: rgba(255, 255, 255, 0.12);
}

.sb-light-skin.shape-circle:hover, .sb-light-skin.shape-rounded:hover, .sb-light-skin.shape-square:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

/* 6.2 Widget - Stats */
.widget.widget-stats {
    color: #fff;
    padding: 15px;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 0;
}

.widget.widget-stats {
    position: relative;
}

.widget-stats .stats-info h4 {
    font-size: 12px;
    margin: 5px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.widget-stats .stats-icon {
    font-size: 42px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.15;
}

.widget-stats .stats-content {
    position: relative;
}

.widget-stats .stats-info p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.widget-stats .stats-link a {
    display: block;
    margin: 15px -15px -15px;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.4);
    text-align: right;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 13px;
}

.widget-stats .stats-link a:hover,
.widget-stats .stats-link a:focus {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.widget-stats .stats-icon.stats-icon-lg {
    font-size: 128px;
    top: 15px;
    right: 0;
    color: #fff;
    width: 128px;
    height: 50px;
    line-height: 50px;
    text-shadow: 3px 7px rgba(0, 0, 0, 0.25);
}

.widget-stats .stats-icon.stats-icon-lg i {
    position: relative;
}

.widget-stats .stats-icon.stats-icon-square {
    opacity: 1;
    border-radius: 12px;
    font-size: 42px;
    top: 15px;
    right: 15px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
}

.widget-stats .stats-title {
    position: relative;
    margin: 0 0 2px;
    font-size: 12px;
}

.widget-stats .stats-title,
.widget-stats .stats-desc {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.widget-stats .stats-desc {
    margin: -5px 0 -3px;
    font-weight: 300;
}

.widget-stats .stats-number {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.widget-stats .stats-progress {
    background: rgba(0, 0, 0, 0.5);
    height: 2px;
    margin: 0 0 15px;
    border-radius: 3px;
}

.widget-stats .stats-progress.stats-progress-light {
    background: rgba(255, 255, 255, 0.3);
}

.widget-stats .stats-progress .progress-bar {
    background: #fff;
    border-radius: 0 3px 3px 0;
}

.widget-stats.text-inverse .stats-desc,
.widget-stats.text-inverse .stats-title {
    color: rgba(0, 0, 0, .85);
}

.widget-stats.text-inverse .stats-number,
.widget-stats.text-inverse .stats-desc {
    letter-spacing: 0;
    font-weight: 400;
}

.widget-stats.text-inverse .stats-title {
    font-weight: 700;
}

.widget-stats.bg-white .stats-progress {
    background: rgba(0, 0, 0, .1);
}

.widget-stats.bg-white .stats-progress .progress-bar {
    background: #2d353c;
}

.ti-placeholder {
    display: none !important;
}

span.ti-cursor {
    visibility: hidden;
}

.dashboard_v2 .welcome_message .sm-box {
    background: transparent;
    box-shadow: unset;
    padding: 0;
}

.dashboard_v2 .welcome_message {
    padding-bottom: 0 !important;
}

.dashboard_v2 .cards .card-body {
    flex: 1 1 auto !important;
    padding: 1.25rem !important;
}

.dashboard_v3 .table th, .dashboard_v3 .table td {
    border-bottom: 1px solid #e9ecef;
    border-top: 0 solid #e9ecef !important;
}

.list-recent .post-thumb.w24 {
    width: 24px;
    height: 24px;
}

/**	89. Chart Widget
*************************************************** **/
.widget-chart {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 20px;
}

.widget-chart .chart-title {
    font-size: 16px !important;
    line-height: 20px;
    color: #fff;
    font-weight: 600 !important;
    margin: 2px 5px 5px;
}

.widget-chart .chart-title small {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 16px;
    color: #616D72;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
}

.widget-chart .widget-chart-content {
    padding: 15px;
    margin-right: 230px;
}

.widget-chart .widget-chart-full-width {
    margin: 0 -15px;
}

.widget-chart .widget-chart-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 230px;
    padding: 15px 20px;
    border-radius: 0 4px 4px 0;
}

.widget-chart-sidebar .chart-number {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.widget-chart-sidebar .chart-number small {
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
    color: #616D72;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-weight: normal;
}

.widget-chart-sidebar .chart-legend {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    width: 75%;
    text-align: center;
}

.widget-chart-sidebar .chart-legend > li {
    margin-bottom: 5px;
    color: #fff;
}

.widget-chart-sidebar .chart-legend > li span {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 5px;
}

/**	90. NVD3
*************************************************** **/
.nvtooltip {
    font-family: inherit !important;
    font-size: 12px !important;
    border: none !important;
    padding: 5px 10px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .25) !important;
    border: none !important;
}

.nvtooltip table td.legend-color-guide div {
    border: none !important;
    border-radius: 4px !important;
}

.nvtooltip table thead strong {
    text-decoration: underline !important;
}

.nvd3-inverse-mode .nvd3 line.nv-guideline {
    stroke: rgba(255, 255, 255, 0.5) !important;
}

.nvd3-inverse-mode .nvd3 .nv-bars text {
    fill: rgba(255, 255, 255, 1) !important;
}

.nvd3-inverse-mode .nvd3 .nv-axis line,
.nvd3-inverse-mode .nvd3 .nv-axis path {
    fill: none;
    stroke: rgba(255, 255, 255, 0.15) !important;
}

.nvd3-inverse-mode .nvd3 .nv-legend-text,
.nvd3-inverse-mode .nvd3 .nv-x text,
.nvd3-inverse-mode .nvd3 .nv-y text {
    font-family: inherit !important;
    fill: rgba(255, 255, 255, 0.75) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}

.nvd3-inverse-mode .nvd3.nv-pie .nv-pie-title,
.nvd3-inverse-mode .nv-label text {
    fill: rgba(255, 255, 255, 0.75) !important;
}

.nvd3-inverse-mode .nvd3 .nv-legend-symbol {
    r: 3;
}

.nvd3-inverse-mode .nvd3.nv-pie path {
    stroke: rgba(0, 0, 0, 0.2) !important;
}

.slimScrollBar {
    z-index: 2 !important;
}

.bg-black {
    background-color: #343a40 !important;
}

/**	91. Fullcalendar
*************************************************** **/
.fc-event,
.fc .fc-event {
    border: none;
    background: #2d353c;
    border-radius: 0;
}

.fc .fc-highlight {
    background: #cdd3de;
}

.fc .fc-day-grid-event {
    padding: 1px 2px;
}

.fc .fc-view-container {
    background: #fff;
}

.fc.fc-unthemed .fc-today {
    background: #fffce4;
}

.fc a.fc-event:not([href]):not([tabindex]) {
    color: #fff;
}

.fc-row .fc-content-skeleton td.fc-today,
.fc-row .fc-helper-skeleton td.fc-today {
    background: none;
}

.fc-event-list .fc-event {
    background: none;
    border: none;
    color: #fff;
    padding: 7px 10px 7px 20px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    background: #242a30;
    margin-bottom: 7px;
    border-radius: 50px;
}

.fc-event-list .fc-event:hover,
.fc-event-list .fc-event:focus {
    color: #fff;
    cursor: pointer;
    background: #000;
}

.fc-event-list .fc-event:hover:before,
.fc-event-list .fc-event:focus:before {
    background: #cdd5da;
    color: #2e353c;
}

.fc-event-list .fc-event i {
    float: left;
    line-height: 18px;
}

.fc-event-list .fc-event + .fc-event {
    margin-top: -1px;
}

.fc-event-list .fc-event.ui-draggable-dragging {
    border: 1px dashed #D2D6DA;
}

.fc-event-list .fc-event-icon {
    float: left;
    margin-right: 10px;
}

body .fc button {
    font-weight: 400;
    color: #242a30;
    background: #fff;
    padding: 5px 10px;
    height: inherit;
    font-size: 12px;
    line-height: 1.5;
    border: none;
    text-shadow: none;
    position: initial;
    box-shadow: none;
}

body .fc button + button {
    border-left: 1px solid #e2e7eb;
}

body .fc button:active,
body .fc button:focus,
body .fc button:hover {
    background: #fff;
    outline: none;
}

body .fc button:hover {
    color: #348ee3;
}

body .fc button.fc-state-disabled:active,
body .fc button.fc-state-disabled:focus,
body .fc button.fc-state-disabled:hover {
    background: #fff;
}

body .fc button.fc-state-active {
    color: #fff;
    background: #2e353c;
    border-color: #2e353c;
    box-shadow: none;
}

.fc.fc-unthemed .fc-content,
.fc.fc-unthemed .fc-divider,
.fc.fc-unthemed .fc-popover,
.fc.fc-unthemed .fc-row,
.fc.fc-unthemed tbody,
.fc.fc-unthemed td,
.fc.fc-unthemed th,
.fc.fc-unthemed thead {
    border-color: #d9e0e7;
    font-size: 12px;
}

.fc th {
    padding: 2px 15px !important;
    color: #242a30;
    font-weight: 600;
    background: #e8ecf1;
}

.fc button .fc-icon {
    margin: 0;
    top: 0;
    width: auto;
    height: auto;
    font-size: 12px;
}

.fc .fc-icon-left-single-arrow:after,
.fc .fc-icon-right-single-arrow:after {
    font-family: FontAwesome;
    content: '\f0d9';
    font-size: 12px;
    margin: 0;
    top: 1px;
}

.fc .fc-icon-right-single-arrow:after {
    font-family: FontAwesome;
    content: "\f0da";
}

.fc .fc-unthemed .fc-today {
    background: #FFF8F0;
}

.fc .fc-scroller {
    overflow: initial;
    height: auto !important;
}

.fc .fc-toolbar {
    margin-bottom: 0 !important;
}

.fc .fc-toolbar h2 {
    font-size: 22px;
    line-height: 28px;
}

.fc .fc-toolbar > * > * {
    margin-bottom: 15px !important;
}

.vertical-box {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}

.vertical-box-column {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

[href="sm_ecommerce_application.html"], [href="sm_dashboard_04.html"], [href="sm_dashboard_05.html"], [href="sm_form_wizard_validation.html"] {
    display: none !important;
}

.make_text_white *{
    color:#ffffff !important;
}