.mfp-bg {
    opacity: 0.9 !important
}

.columns-table {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
}

.columns-table i.icon-big {
    font-size: 5em;
    color: var(--base-color, #333);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.columns-table > * {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
}

.columns-table ul {
    text-align: left;
}

.columns-table ul li {
    margin-bottom: 10px;
}

.columns-table .columns-text h1, .columns-table .columns-text h2, .columns-table .columns-text h3, .columns-table .columns-text h4, .columns-table .columns-text h5 {
    font-size: 1.1em;
    margin-bottom: 10px;
    text-transform: none;
}

.columns-table .columns-text h1::after, .columns-table .columns-text h2::after, .columns-table .columns-text h3::after, .columns-table .columns-text h4::after, .columns-table .columns-text h5::after {
    display: none;
}

.columns-table .columns-text h1 { font-size: 1.4em; }
.columns-table .columns-text h2 { font-size: 1.3em; }
.columns-table .columns-text h3 { font-size: 1.2em; }
.columns-table .columns-text h4 { font-size: 1.1em; }
.columns-table .columns-text h5 { font-size: 1em; }

.columns-table .columns-text {
    flex-grow: 1;
}

.columns-table .columns-text h1, .columns-table .columns-text h2, .columns-table .columns-text h3, .columns-table .columns-text h4, .columns-table .columns-text h5 {
    text-align: left;
    font-weight: bolder;
}

@media only screen and (max-width: 600px) {
    .columns-table {
        grid-template-columns: 1fr;
    }
}


@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_300.eot?#iefix") format("embedded-opentype"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_300.woff") format("woff"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_300.woff2") format("woff2"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_300.svg#OpenSans") format("svg"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_300.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_400.eot?#iefix") format("embedded-opentype"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_400.woff") format("woff"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_400.woff2") format("woff2"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_400.svg#OpenSans") format("svg"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans_400.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans__600.eot?#iefix") format("embedded-opentype"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans__600.woff") format("woff"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans__600.woff2") format("woff2"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans__600.svg#OpenSans") format("svg"), url("https://files001.hrc.cloud/assets/fonts/Open_Sans/Open_Sans__600.ttf") format("truetype");
}
.spacer {
    border: 3px dotted #535353;
}

.no-spacer-border .spacer {
    border: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, :host {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 100%;
}
html {
    padding-bottom: 60px;
}

body, :host {
    background: none;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
    overflow-y: scroll;
    font-family: "Open Sans", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
    color: #f7f7f7;
    line-height: 24px;
}
body {
    padding-top: 100px;
}

.content {
    color: #f7f7f7;
    background-color: rgba(29, 29, 27, 0.95);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
@media (max-width: 991px) {
    .content {
        padding-top: 20px;
        padding: 20px;
    }
}
.content ul {
    list-style-type: none;
    padding: 0;
    position: relative;
}
.content ul li {
    margin-bottom: 5px;
    margin-left: 20px;
}
.content ul li:before {
    content: "\f058";
    font-family: "FontAwesome";
    color: white;
    position: absolute;
    left: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
}

body, input, textarea, select, button {
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
}

@media (max-width: 991px) {
    video {
        width: 100%;
        height: auto;
    }
}

img.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

img.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-badge {
    position: relative;
    display: block;
}
.img-badge .badge {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #535353;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    color: white;
    font-size: 1.6em;
    font-weight: bolder;
    text-align: center;
}
@media (max-width: 767px) {
    .img-badge .badge {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1.3em;
    }
}
.img-badge .badge.left {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    right: auto;
    left: 20px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^=col-], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.scroll-top {
    display: none;
    position: fixed;
    cursor: pointer;
    bottom: 5px;
    right: 5px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #f7f7f7;
    border: 2px solid #f7f7f7;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.scroll-top:hover, .scroll-top:active {
    color: #535353;
    border-color: #535353;
}
.scroll-top .fa {
    font-size: 15px;
    left: 0;
    position: relative;
    top: -3px;
}

.spacer {
    display: block;
    height: 70px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.line-through {
    text-decoration: line-through;
}

.borderless, .borderless td, .borderless th, .borderless tr {
    border: none !important;
}

.bold {
    font-weight: bolder;
}

ul.circle {
    list-style-type: circle;
    padding-left: 20px;
}

.tpl {
    display: none;
}

.preload {
    display: none;
}

.google-map {
    width: 100%;
    height: 300px;
}

.horizontal-circle-list {
    list-style: circle;
    margin-left: 10px;
}
.horizontal-circle-list li {
    float: left;
    margin-right: 25px;
}
.horizontal-circle-list li:last-child {
    margin-right: 0;
}
.horizontal-circle-list:after {
    clear: both;
    content: "";
    display: block;
}

.text-xs {
    font-size: 0.5em;
}

.text-sm {
    font-size: 0.8em;
}

.text-md {
    font-size: 0.9em;
}

.text-lg {
    font-size: 1.2em;
}

p, dd, dt {
    margin: 0;
    padding: 0;
}

.css-table {
    width: 100%;
    display: table;
    vertical-align: top;
    border-collapse: collapse;
}
.css-table > div {
    display: table-row;
    vertical-align: top;
}
.css-table > div > div {
    display: table-cell;
    vertical-align: top;
}

.table-responsive {
    border-collapse: collapse;
}
@media (max-width: 767px) {
    .table-responsive thead {
        display: none;
    }
    .table-responsive tbody td {
        display: block;
    }
    .table-responsive tbody td:before {
        content: attr(data-th);
        display: inline-block;
        width: 11rem;
        font-weight: bolder;
    }
    .table-responsive tbody td:first-child {
        background-color: white;
    }
}

.pull-none {
    float: none !important;
}

a:hover, a:active {
    color: #3470B7;
}

.center {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.text-left {
    text-align: left !important;
}

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

.text-right {
    text-align: right !important;
}

.display-block {
    display: block !important;
}

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

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.margin-xs {
    margin: 5px !important;
}

.margin-top-xs {
    margin-top: 5px !important;
}

.margin-right-xs {
    margin-right: 5px !important;
}

.margin-bottom-xs {
    margin-bottom: 5px !important;
}

.margin-left-xs {
    margin-left: 5px !important;
}

.padding-xs {
    padding: 5px !important;
}

.padding-top-xs {
    padding-top: 5px !important;
}

.padding-right-xs {
    padding-right: 5px !important;
}

.padding-bottom-xs {
    padding-bottom: 5px !important;
}

.padding-left-xs {
    padding-left: 5px !important;
}

.margin-sm {
    margin: 10px !important;
}

.margin-top-sm {
    margin-top: 10px !important;
}

.margin-right-sm {
    margin-right: 10px !important;
}

.margin-bottom-sm {
    margin-bottom: 10px !important;
}

.margin-left-sm {
    margin-left: 10px !important;
}

.padding-sm {
    padding: 10px !important;
}

.padding-top-sm {
    padding-top: 10px !important;
}

.padding-right-sm {
    padding-right: 10px !important;
}

.padding-bottom-sm {
    padding-bottom: 10px !important;
}

.padding-left-sm {
    padding-left: 10px !important;
}

.margin-md {
    margin: 20px !important;
}

.margin-top-md {
    margin-top: 20px !important;
}

.margin-right-md {
    margin-right: 20px !important;
}

.margin-bottom-md {
    margin-bottom: 20px !important;
}

.margin-left-md {
    margin-left: 20px !important;
}

.padding-md {
    padding: 20px !important;
}

.padding-top-md {
    padding-top: 20px !important;
}

.padding-right-md {
    padding-right: 20px !important;
}

.padding-bottom-md {
    padding-bottom: 20px !important;
}

.padding-left-md {
    padding-left: 20px !important;
}

.margin-lg {
    margin: 30px !important;
}

.margin-top-lg {
    margin-top: 30px !important;
}

.margin-right-lg {
    margin-right: 30px !important;
}

.margin-bottom-lg {
    margin-bottom: 30px !important;
}

.margin-left-lg {
    margin-left: 30px !important;
}

.padding-lg {
    padding: 30px !important;
}

.padding-top-lg {
    padding-top: 30px !important;
}

.padding-right-lg {
    padding-right: 30px !important;
}

.padding-bottom-lg {
    padding-bottom: 30px !important;
}

.padding-left-lg {
    padding-left: 30px !important;
}

.blue-color {
    color: #3470B7 !important;
}

.light-blue-color {
    color: #1ea9e3 !important;
}

.silver-color {
    color: #78828c !important;
}

.brown-color {
    color: #bd7f12 !important;
}

.green-color {
    color: #90c43f !important;
}

.purple-color {
    color: #9f60b5 !important;
}

.red-color {
    color: #371722 !important;
}

.orange-color {
    color: #f2711c !important;
}

.yellow-color {
    color: #ffd200 !important;
}

.gray-color {
    color: #535353 !important;
}

.blue-background-color {
    background-color: #3470B7 !important;
}

.light-blue-background-color {
    background-color: #1ea9e3 !important;
}

.silver-background-color {
    background-color: #78828c !important;
}

.brown-background-color {
    background-color: #bd7f12 !important;
}

.green-background-color {
    background-color: #90c43f !important;
}

.purple-background-color {
    background-color: #9f60b5 !important;
}

.red-background-color {
    background-color: #371722 !important;
}

.orange-background-color {
    background-color: #f2711c !important;
}

.yellow-background-color {
    background-color: #ffd200 !important;
}

.gray-background-color {
    background-color: #535353 !important;
}

strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: white;
}

h1 {
    font-size: 1.8em;
    line-height: 1.25em;
}

h2 {
    font-size: 1.55em;
    line-height: 2em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.5em;
    line-height: 1.22em;
}

h4 {
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 40px;
}

h5 {
    font-size: 1.02em;
    line-height: 1.14em;
}

h6 {
    font-size: 1em;
}

.spacing {
    letter-spacing: 0.04em;
}

.floating-submenu {
    z-index: 9998;
    position: fixed;
    top: 40px;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95);
    min-height: 40px;
    line-height: 40px;
    font-size: 0.95em;
    text-align: center;
}
.floating-submenu a {
    color: #78828c;
    height: 40px;
    padding: 0 8px;
    display: inline-block;
    border-left: 1px solid #ddd;
}
.floating-submenu a .fa {
    font-size: 16px;
}
.floating-submenu a:hover, .floating-submenu a:active {
    background-color: #535353;
    text-decoration: none;
    color: white;
}
.floating-submenu a:last-child {
    border-right: 1px solid #ddd;
    margin-left: 0;
}

header {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
header #header-top-right {
    background-color: black;
    opacity: 0.9;
    color: #fff;
    float: right;
    padding: 8px 24px 6px 24px;
    margin-top: 20px;
    display: block;
    line-height: 21px;
}
header #header-top-right a {
    color: white;
}
header #header-top-right .header-contact {
    float: right;
    font-size: 12px;
    margin-right: 20px;
}
header #header-top-right .header-contact span {
    margin-right: 10px;
}
header #header-top-right .header-contact span:last-child {
    margin-right: 0;
}
header #header-top-right .header-contact i {
    margin-right: 5px;
    color: white;
}
header #header-top-right .languages {
    float: right;
    font-size: 12px;
    margin-right: 20px;
}
header #header-top-right .languages a {
    margin-right: 10px;
}
header #header-top-right .languages a:after {
    content: "|";
    margin-left: 10px;
}
header #header-top-right .languages a:last-child {
    margin-right: 0px;
    padding-right: 0px;
}
header #header-top-right .languages a:last-child:after {
    content: "";
}
header #header-top-right .cart-btn {
    z-index: 999999;
    float: right;
    font-size: 15px;
    line-height: 12px;
    text-decoration: none;
    padding: 3px;
    position: relative;
    top: -3px;
}
header #header-top-right .cart-btn:hover {
    background-color: #f2711c;
    color: white;
    border-radius: 4px;
}
header #header-top-right .cart-btn .cart-items {
    font-size: 12px;
}
header #header-top-right .cart-btn .cart-items:not(:empty):before {
    content: " (";
}
header #header-top-right .cart-btn .cart-items:not(:empty):after {
    content: ")";
}
header .header-top {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    height: 100px;
    position: relative;
}
header .header-top a.logo img {
    height: 80px;
    margin-top: 10px;
}
header .header-top .container {
    position: relative;
}
header .header-top img.pull-right {
    margin: 5px 0px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 4px;
    margin-right: 10px;
}
header .header-top img.pull-right:first-child {
    margin-right: 0;
}
header .header-top a:hover, header .header-top a:active {
    text-decoration: none;
}
header .header-top .show-navigation {
    position: absolute;
    right: 20px;
    top: 40px;
    display: none;
}
header .header-top div > ul {
    position: absolute;
    display: block;
    top: 40px;
    right: 0;
    margin-left: 200px;
    text-align: right;
}
header .header-top div > ul > li {
    float: left;
    display: block;
    height: 36px;
    margin-bottom: 5px;
}
header .header-top div > ul > li > a {
    color: #666;
    padding: 5px 20px;
    line-height: 20px;
    font-size: 1.11em;
}
header .header-top div > ul > li > a:hover, header .header-top div > ul > li > a.active {
    color: #535353;
    border-bottom: 2px solid #535353;
}
header .header-top div > ul > li > a.active {
    color: #f2711c;
    border-bottom: 2px solid #f2711c;
}
header .header-top div > ul > li.submenu {
    z-index: 99999;
    position: relative;
}
header .header-top div > ul > li.submenu > a:after {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 2px;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #535353;
}
header .header-top div > ul > li.submenu:hover > ul {
    top: 26px;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
header .header-top div > ul > li.submenu ul {
    margin-left: 0;
}
header .header-top div > ul > li.submenu > ul {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    position: absolute;
    top: -9999px;
    z-index: 99999;
    left: 0;
    visibility: hidden;
    min-width: 300px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-top: 0;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    padding: 5px 5px 5px 0;
}
header .header-top div > ul > li.submenu > ul li {
    float: none;
    margin: 0;
    min-height: 36px;
    padding-left: 5px;
}
header .header-top div > ul > li.submenu > ul li a {
    box-sizing: border-box;
    display: block;
    padding: 2px 10px;
    line-height: 30px;
    text-align: left;
    color: #78828c;
    font-size: 0.92em;
    position: relative;
    border-bottom: 2px solid white;
}
header .header-top div > ul > li.submenu > ul li a:hover, header .header-top div > ul > li.submenu > ul li a.active {
    color: white;
    background-color: #535353;
}
header .header-top div > ul > li.submenu > ul li a.active {
    color: #f2711c;
    border-bottom: 2px solid #f2711c;
}
header .header-top div > ul > li.submenu > ul li ul {
    margin-left: 20px;
}
header .header-top div > ul > li.submenu > ul:after {
    display: table;
    content: "";
    clear: both;
}
header .header-top div > ul > li:nth-last-child(2).submenu > ul, header .header-top div > ul > li:last-child.submenu > ul {
    right: 0;
    left: auto;
}
@media (max-width: 1199px) {
    header .header-top .show-navigation {
        display: inline-block;
    }
    header .header-top div > ul {
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
        position: absolute;
        right: 92px;
        left: 200px;
        text-align: left;
        display: none;
        margin-left: 0;
        background-color: #606060;
    }
    header .header-top div > ul > li {
        display: block;
        float: none;
        height: auto;
        border-top: 1px solid white;
        margin-bottom: 0;
    }
    header .header-top div > ul > li:first-child {
        border-top: 0;
    }
    header .header-top div > ul > li > a {
        padding: 10px 0;
        padding-left: 10px;
        width: 100%;
        display: block;
        color: white !important;
    }
    header .header-top div > ul > li > a:hover, header .header-top div > ul > li > a.active {
        color: white;
        border-bottom: 0;
        background-color: #535353;
    }
    header .header-top div > ul > li > a.active {
        color: white;
        border-bottom: 0;
        background-color: #f2711c;
    }
}
@media (max-width: 767px) {
    header .header-top div > ul {
        box-shadow: 0;
        position: absolute;
        right: 0;
        left: 0;
        top: 100px;
        text-align: left;
    }
}
header .header-heading {
    background: linear-gradient(to bottom, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95);
    min-height: 40px;
    line-height: 40px;
}
header .header-heading img {
    height: 20px;
    margin-top: -6px;
}

footer {
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
footer .bottom {
    background-color: #000;
    opacity: 0.9;
}
footer .bottom .copyright {
    font-size: 0.8em;
}
footer ul {
    float: right;
}
footer ul li {
    float: left;
}
footer ul a, footer ul button {
    font-size: 1.1em;
    margin-right: 20px;
    color: white;
    text-decoration: none;
}
footer ul a:hover, footer ul button:hover {
    text-decoration: none;
    color: #fff;
}
footer ul a.active, footer ul button.active {
    color: #535353;
}
footer ul a.active:hover, footer ul button.active:hover {
    color: #fff;
}
footer .social-icons a, footer .social-icons button {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 25px;
    margin-right: 10px;
    color: #f7f7f7;
}
footer .social-icons a:hover, footer .social-icons button:hover {
    color: #fff;
}
footer .languages {
    margin-bottom: 10px;
}
footer .languages a {
    margin-right: 20px;
}
footer .languages a:last-child {
    margin-right: 0;
}

.sidebar {
    background-color: #1d1d1b;
    color: white;
}
.sidebar .book-now {
    margin-bottom: 30px;
}
.sidebar .book-now a {
    text-align: center;
    background: #bd7f12 !important;
    font-size: 17px;
    font-weight: bolder;
}
.sidebar .sidebar-logo {
    text-align: center;
}
.sidebar .sidebar-logo > img {
    max-width: 100%;
    padding: 30px;
}
.sidebar ul li a {
    display: block;
    padding: 10px 20px;
    color: white;
}
.sidebar ul li a:hover, .sidebar ul li a:active, .sidebar ul li a.active {
    background-color: #535353;
    text-decoration: none;
}
.sidebar ul ul li {
    margin-left: 20px;
}

button.btn {
    text-decoration: none;
    font-size: 0.9167em;
    font-weight: bold;
    background: #535353;
    color: #fff;
}
button.btn:hover {
    background: #3a3a3a;
}

a.btn {
    text-decoration: none;
    display: inline-block;
    background: #535353;
    font-size: 0.8333em;
    line-height: 1.8333em;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
a.btn:hover {
    background: #3a3a3a;
    color: #fff;
}
a.btn.btn-xs, a.btn.btn-xxs {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
}

button.btn, a.btn {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    white-space: nowrap;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 1em;
}
button.btn.btn-lg, a.btn.btn-lg {
    padding: 0 32px;
    height: 40px;
    font-size: 1.1667em;
    line-height: 40px;
}
button.btn.btn-sm, a.btn.btn-sm {
    height: 28px;
    padding: 0 18px;
    line-height: 28px;
    font-size: 0.93em;
}
button.btn.btn-xs, a.btn.btn-xs {
    padding: 0 14px;
    height: 18px;
    line-height: 18px;
}
button.btn.btn-xxs, a.btn.btn-xxs {
    height: 14px;
    padding: 0 10px;
    line-height: 14px;
    font-size: 0.8em;
}
button.btn.btn-block, a.btn.btn-block {
    padding-left: 0;
    padding-right: 0;
}

button.white, a.btn.white {
    background: #fff;
    color: inherit;
}
button.white:hover, a.btn.white:hover {
    background: #e6e6e6;
}
button.blue, a.btn.blue {
    background: #3470B7;
}
button.blue:hover, a.btn.blue:hover {
    background: #29588f;
}
button.light-blue, a.btn.light-blue {
    background: #1ea9e3;
}
button.light-blue:hover, a.btn.light-blue:hover {
    background: #1788b7;
}
button.silver, a.btn.silver {
    background: #78828c;
}
button.silver:hover, a.btn.silver:hover {
    background: #606971;
}
button.brown, a.btn.brown {
    background: #bd7f12;
}
button.brown:hover, a.btn.brown:hover {
    background: #8e600e;
}
button.green, a.btn.green {
    background: #90c43f;
}
button.green:hover, a.btn.green:hover {
    background: #749f31;
}
button.purple, a.btn.purple {
    background: #9f60b5;
}
button.purple:hover, a.btn.purple:hover {
    background: #85489a;
}
button.red, a.btn.red {
    background: #371722;
}
button.red:hover, a.btn.red:hover {
    background: #13080c;
}
button.orange, a.btn.orange {
    background: #f2711c;
}
button.orange:hover, a.btn.orange:hover {
    background: #cf590c;
}
button.yellow, a.btn.yellow {
    background: #ffd200;
}
button.yellow:hover, a.btn.yellow:hover {
    background: #cca800;
}
button.gray, a.btn.gray {
    background: #535353;
}
button.gray:hover, a.btn.gray:hover {
    background: #3a3a3a;
}

.columns-table {
    margin-left: -10px;
    margin-right: -10px;
}
.columns-table table {
    width: 100%;
    table-layout: fixed;
}
.columns-table table tr {
    width: 100%;
}
.columns-table table tr td {
    vertical-align: top;
    padding: 0 10px;
}
.columns-table ul, .columns-table ol {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;
}
.columns-table ul li, .columns-table ol li {
    margin-left: 18px;
}
.columns-table ul li:before, .columns-table ol li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: green;
    position: absolute;
    left: 0;
}

.list {
    list-style-type: none;
    padding: 0;
}
.list li {
    margin-bottom: 20px;
    margin-left: 5px;
}
.list li:before {
    content: "\f054";
    font-family: "FontAwesome";
    color: #535353;
    position: absolute;
    left: 0;
}

.img-list {
    list-style-type: none;
    padding: 0;
}
.img-list li {
    margin-bottom: 20px;
}
.img-list li .fa {
    color: #535353;
    font-size: 30px;
    text-align: center;
    width: 35px;
    position: relative;
    top: 8px;
}
.img-list li h4 {
    text-align: left;
    margin-bottom: 0;
    font-weight: bolder;
    font-size: 1.15em;
}
.img-list li p {
    margin-left: 40px;
}

.full-width-banner, .banner {
    background-color: #ababab;
}
.full-width-banner.light, .banner.light {
    background-color: white;
}
.full-width-banner em, .banner em {
    font-size: 0.7em;
    text-transform: none;
    color: #f7f7f7;
}
@media (max-width: 767px) {
    .full-width-banner em, .banner em {
        display: block;
    }
}
.full-width-banner h2, .banner h2 {
    line-height: 38px;
    text-align: left;
    margin: 0;
    font-size: 1.6em;
    color: #fff;
}
.full-width-banner h2:after, .banner h2:after {
    display: none;
}
.full-width-banner .btn, .banner .btn {
    position: relative;
    top: 50%;
}

.full-width-banner .row {
    margin: 30px 0;
}

.banner {
    padding: 30px;
}

.testimonials blockquote {
    font-size: 22px;
    font-style: italic;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 767px) {
    .testimonials blockquote {
        width: 100%;
    }
}
.testimonials blockquote a {
    display: block;
    margin-top: 20px;
    font-size: 18px;
}

/* basic form elements */
.input-spacer {
    line-height: normal;
    padding-left: 12px;
    padding-right: 12px;
    height: 32px;
    margin-bottom: 20px;
}
.input-spacer.input-lg {
    height: 40px;
    font-size: 1.17em;
}
.input-spacer.input-sm {
    height: 28px;
}
.input-spacer.input-xs {
    height: 19px;
}
.input-spacer.white {
    background: #fff;
}
.input-spacer.input-block {
    width: 100%;
    display: block;
}

input[type=text], input[type=password], input[type=number], input[type=email], input[type=tel], select, textarea, span.select, span.input {
    display: block;
    color: #ababab;
    background: #6c6c6c;
    border-radius: 4px;
    border: 1px solid white;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    height: 32px;
    margin-bottom: 20px;
}
input[type=text].input-lg, input[type=password].input-lg, input[type=number].input-lg, input[type=email].input-lg, input[type=tel].input-lg, select.input-lg, textarea.input-lg, span.select.input-lg, span.input.input-lg {
    height: 40px;
    font-size: 1.17em;
}
input[type=text].input-sm, input[type=password].input-sm, input[type=number].input-sm, input[type=email].input-sm, input[type=tel].input-sm, select.input-sm, textarea.input-sm, span.select.input-sm, span.input.input-sm {
    height: 28px;
}
input[type=text].input-xs, input[type=password].input-xs, input[type=number].input-xs, input[type=email].input-xs, input[type=tel].input-xs, select.input-xs, textarea.input-xs, span.select.input-xs, span.input.input-xs {
    height: 19px;
}
input[type=text].white, input[type=password].white, input[type=number].white, input[type=email].white, input[type=tel].white, select.white, textarea.white, span.select.white, span.input.white {
    background: #fff;
}
input[type=text].input-block, input[type=password].input-block, input[type=number].input-block, input[type=email].input-block, input[type=tel].input-block, select.input-block, textarea.input-block, span.select.input-block, span.input.input-block {
    width: 100%;
    display: block;
}
input[type=text].error, input[type=password].error, input[type=number].error, input[type=email].error, input[type=tel].error, select.error, textarea.error, span.select.error, span.input.error {
    border: 1px solid #371722;
}

textarea {
    min-height: 107px;
    resize: vertical;
    padding-top: 10px;
    padding-bottom: 10px;
}

select option {
    padding: 2px 10px;
}

label {
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.91em;
}
label small {
    text-transform: none;
}

.checkbox, .radio {
    display: block;
    line-height: 32px;
    min-height: 32px;
    margin-bottom: 20px;
}
.checkbox.error, .radio.error {
    border: 1px solid #371722;
}
.checkbox:after, .radio:after {
    clear: both;
    content: "";
    display: block;
}

.checkbox label, label.checkbox {
    font-size: 1.08em;
    text-transform: none;
    margin-bottom: 0;
}

.radio label, label.radio {
    margin-bottom: 0;
    font-size: 0.91em;
    text-transform: none;
    float: left;
    margin-left: 40px;
}
.radio label:first-child, label.radio:first-child {
    margin-left: 0;
}
.radio label input, label.radio input {
    margin-right: 2px;
}

.form-group {
    margin-bottom: 15px;
}

.input-group {
    border-collapse: separate;
    display: table;
    margin-bottom: 20px;
    position: relative;
}
.input-group:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group:last-child * {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group .input {
    display: table-cell;
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.input-group-btn {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.pricing-table > div {
    margin-bottom: 40px;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.pricing-table > div:hover .header h3 {
    color: #fff;
    background-color: #ababab;
}
.pricing-table > div:hover .footer a, .pricing-table > div:hover .footer button {
    color: #fff;
    background-color: #ababab;
    border-color: #ababab;
}
.pricing-table > div:first-child {
    border-left: 1px solid white;
}
.pricing-table > div .header {
    margin-bottom: 70px;
    position: relative;
}
.pricing-table > div .header h3 {
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background-color: white;
    height: 105px;
    padding-top: 10px;
    font-size: 1.9em;
}
.pricing-table > div .header em {
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: -50px;
    right: 50%;
    margin-right: -50px;
    font-size: 1.2em;
    text-align: center;
    line-height: 100px;
    background-color: #535353;
    color: white;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.pricing-table > div .header em span {
    font-size: 2em;
}
.pricing-table > div .pricing ul {
    list-style-type: none;
    padding: 0;
}
.pricing-table > div .pricing ul li {
    margin-bottom: 10px;
    text-align: center;
}
.pricing-table > div .footer {
    border-top: 1px solid white;
    margin: 40px 10px 10px 10px;
    padding-top: 10px;
}
.pricing-table > div .footer span {
    font-size: 0.9em;
}
.pricing-table > div .footer a, .pricing-table > div .footer button {
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-top: 20px;
    display: block;
    background-color: #fff;
    color: #f7f7f7;
    border: 1px solid #535353;
    position: relative;
}
.pricing-table > div .footer a:after, .pricing-table > div .footer button:after {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    right: 5px;
}
@media (max-width: 991px) {
    .pricing-table > div {
        border: 1px solid white;
    }
    .pricing-table > div .footer a, .pricing-table > div .footer button {
        color: #fff;
        background-color: #ababab;
    }
}

.row .item {
    text-align: center;
    border-right: 1px solid #d8dbde;
    margin-bottom: 20px;
    text-decoration: none;
    color: #f7f7f7;
}
.row .item:last-child {
    border-right: 0;
}
@media (max-width: 991px) {
    .row .item {
        border-right: 0;
    }
}
.row .item .fa {
    color: #fff;
    background-color: #535353;
    width: 100px;
    height: 100px;
    font-size: 38px;
    line-height: 100px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -moz-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
.row .item h3 {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .row .item h3 {
        margin-top: 20px;
    }
}
.row .item:hover .fa, .row .item:active .fa {
    font-size: 50px;
}
.row .item:hover h3, .row .item:active h3 {
    font-weight: bolder;
}
.row .item:hover p, .row .item:active p {
    text-decoration: none;
}

.pika-single * {
    box-sizing: border-box;
}

.pika-single select {
    font-family: inherit;
    font: inherit;
    font-size: 13px;
    line-height: initial;
    color: initial;
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single:before, .pika-single:after {
    content: " ";
    display: table;
}

.pika-single:after {
    clear: both;
}

.pika-single {
    *zoom: 1;
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
    float: left;
    width: 300px;
}

.pika-title {
    height: 40px;
    position: relative;
    text-align: center;
    padding: 5px 10px 0;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: white;
    text-shadow: 0px -1px 0px #000;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev, .pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover, .pika-next:hover {
    opacity: 1;
}

.pika-prev, .is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0;
}

.pika-next, .is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0;
}

.pika-prev.is-disabled, .pika-next.is-disabled {
    cursor: default;
    opacity: 0.2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    background-color: #fff;
    padding: 10px;
    color: #363739;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.pika-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th, .pika-table td {
    padding: 0;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 7px 11px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5 !important;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: 0.3;
}

.pika-button:hover {
    background-color: #cbcccc;
    color: #fff;
}

.pika-table th {
    font-size: 12px;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-table th abbr {
    text-decoration: none;
}

/* ----- Default Color BLUE ----- */
.pika-single .pika-title {
    background-color: #3470B7 !important;
}

.pika-single .pika-table th {
    color: #3470B7 !important;
}

.pika-single .is-selected .pika-button {
    color: #fff;
    background-color: #3470B7 !important;
}

/* ----- Red Color ----- */
.pika-single.red .pika-title {
    background-color: #371722;
}

.pika-single.red .pika-table th {
    color: #371722 !important;
}

.pika-single.red .is-selected .pika-button {
    color: #fff;
    background-color: #371722 !important;
}

/* ----- Green Color ----- */
.pika-single.green .pika-title {
    background-color: #90c43f !important;
}

.pika-single.green .pika-table th {
    color: #90c43f !important;
}

.pika-single.green .is-selected .pika-button {
    color: #fff;
    background-color: #90c43f !important;
}

/* ----- Blue Color ----- */
.pika-single.blue .pika-title {
    background-color: #3470B7 !important;
}

.pika-single.blue .pika-table th {
    color: #3470B7 !important;
}

.pika-single.blue .is-selected .pika-button {
    color: #fff;
    background-color: #3470B7 !important;
}

/* ----- Purple Color ----- */
.pika-single.purple .pika-title {
    background-color: #9f60b5 !important;
}

.pika-single.purple .pika-table th {
    color: #9f60b5 !important;
}

.pika-single.purple .is-selected .pika-button {
    color: #fff;
    background-color: #9f60b5 !important;
}

/* ----- Orange Color ----- */
.pika-single.orange .pika-title {
    background-color: #f2711c !important;
}

.pika-single.orange .pika-table th {
    color: #f2711c !important;
}

.pika-single.orange .is-selected .pika-button {
    color: #fff;
    background-color: #f2711c !important;
}

/* ----- Yellow Color ----- */
.pika-single.yellow .pika-title {
    background-color: #ffd200 !important;
}

.pika-single.yellow .pika-table th {
    color: #ffd200 !important;
}

.pika-single.yellow .is-selected .pika-button {
    color: #fff;
    background-color: #ffd200 !important;
}

@media (max-width: 991px) {
    .pika-single {
        right: 0 !important;
        left: 0 !important;
    }

    .pika-lendar {
        width: 100%;
    }

    .pika-title {
        border-radius: 0;
    }

    .pika-table {
        border-radius: 0;
    }
}
.price_package {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #868686;
    border-radius: 4px;
}
.price_package h3 {
    text-align: left;
}
.price_package h3 small {
    display: block;
    font-size: 0.6em;
}
.price_package .price_package_description {
    display: block;
}
.price_package .price_package_description_large {
    margin-top: 10px;
    padding: 20px;
}
.price_package button {
    margin-top: 20px;
}
.price_package ul, .price_package ol {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;
}
.price_package ul li, .price_package ol li {
    margin-left: 18px;
}
.price_package ul li:before, .price_package ol li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: green;
    position: absolute;
    left: 0;
}
.price_package .price_package_price {
    font-size: 1.1em;
}
.price_package .price_package_price span {
    font-size: 1.2em;
    font-weight: bolder;
}

.background-slider {
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
}

.background-slider li {
    position: absolute;
    width: 101%;
    height: 101%;
    top: -0.5%;
    left: -0.5%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .background-slider li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

/* ...and hide the images */
.backgroundsize .background-slider li img {
    display: none;
}

.background-slider li img {
    display: block;
    width: 100%;
}

.background-slider-controls {
    position: fixed;
    width: 90px;
    height: 30px;
    bottom: 45px;
    right: 0;
}

.background-slider-controls span {
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

.background-slider-controls span:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 30px;
    font-size: 25px;
    font-family: "FontAwesome";
    color: #fff;
    -webkit-font-smoothing: antialiased;
    opacity: 0.9;
}

.background-slider-controls span:hover:before {
    opacity: 1;
}

.background-slider-controls span:active:before {
    top: 2px;
}

span.background-slider-controls-play:before {
    content: "\f04b";
    font-size: 20px;
}

span.background-slider-controls-pause:before {
    content: "\f04c";
    font-size: 20px;
}

span.background-slider-controls-next:before {
    content: "\f054";
}

span.background-slider-controls-prev:before {
    content: "\f053";
}

.background-slider-controls span.background-slider-controls-next {
    float: right;
}

/* Fallback */
.no-js.no-backgroundsize .background-slider li:first-child {
    opacity: 1;
}

.no-js.backgroundsize .background-slider li:first-child img {
    display: block;
}