:root {
    --light-blue: #EBF7FE;
    --light-blue-2: #77C7F3;
    --light-blue-3: #C8E9FC;
    --primary-blue: #001B95;
    --secondary-blue: #0B4F9F;
}
* {
	margin: 0;
	box-sizing: inherit;
}
*:before, *:after {
	box-sizing: inherit;
}
html, body {
	height: 100%;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
body.maintenance {
	background:#F9F9F9;
}
body.removeScrollBar {
    overflow:hidden !important;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: Verdana, Aria, sans-serif;
	font-size: 16px;
	color: var(--primary-blue);
}
body {
	background: var(--light-blue);
	margin:0;
}

a:link, a:visited, a:active {
	color: var(--primary-blue);
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
    color: var(--primary-blue);
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#wrapper {
	width: 100%;
	min-height: calc(100vh - 200px);
	margin: 0 auto;
	padding: 0;
}
header {
    padding: 30px 0;
    position: relative;
    z-index: 3;
}
.navbar {
    background-color: rgba(119, 199, 243, .3);
    border-radius: 50px;
}
.navbar .nav-item {
    margin: 0 10px;
}
.navbar-nav a:link,
.navbar-nav a:visited,
.navbar-nav a:active {
    color: var(--primary-blue);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-blue);
}
@media only screen and (max-width: 1199px) {
    .navbar {
        display: none;
    }
}
header .hamburger-inner:before {
    border-radius: 0;
    top: -7px;
}
header .hamburger-inner:after {
    border-radius: 0;
    bottom: -7px;
}
header .mm-categories .hamburger-box {
    width: 26px;
    height: 6px;

}
header .mm-categories .hamburger-inner,
header .mm-categories .hamburger-inner:after,
header .mm-categories .hamburger-inner:before {
    width:26px;
    height:2px;
    background-color:var(--primary-blue);
    transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
}
header .mm-categories:hover .hamburger-inner,
header .mm-categories:hover .hamburger-inner:after,
header .mm-categories:hover .hamburger-inner:before,
header .mm-categories .is-active .hamburger-inner,
header .mm-categories .is-active .hamburger-inner:after,
header .mm-categories .is-active .hamburger-inner:before {
    background-color:var(--secondary-blue);
}
header .mm-categories .hamburger.is-active:hover,
header .mm-categories .hamburger:hover {
    opacity:1;
    outline: none;
}

.mm-categories {
    display: none;
}
@media (max-width: 1199px) {
    .mm-categories {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    header .logo img {
        max-width: 350px;
    }
}
#home-content .categories {
    margin: 30px auto;
}
#home-content .text {
    margin-top: 90px;
}
#home-content .text p {
    margin-bottom: 30px;
}
#home-content .text p:first-of-type {
    font-size: 60px;
    font-weight: bold;
    line-height: 65px;
}
#home-content .category {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
    #home-content .text p:first-of-type {
        font-size: 50px;
        line-height: 55px;
    }
}
@media only screen and (max-width: 1199px) {
    #home-content .text p:first-of-type {
        font-size: 40px;
        line-height: 45px;
    }
    #home-content .category .title {
        font-size: 18px !important;
    }
}
#home-content .category.list {
    position: relative;
}
@media only screen and (min-width: 992px) {
    #home-content .category:nth-child(even) {
        margin-top: -90px;
    }
    #home-content .categories {
        margin-top: 90px;
    }
    #home-content .category.list:nth-child(even) {
        margin-top: 0;
    }
}
@media only screen and (max-width: 991px) {
    #home-content .text {
        margin-top: 0;
    }
    #home-content .text p:first-of-type {
        font-size: 36px;
        line-height: 41px;
    }
}
#home-content .category figure {
    margin: 0;
}
#home-content .category figure img {
    width: 100%;
}
#home-content .category .image {
    border: 2px solid var(--light-blue-2);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #FFF;
}
#home-content .category .title {
    background-color: var(--light-blue-2);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 84px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#home-content .category:hover .image {
    border: 2px solid var(--primary-blue);
}
#home-content .category:hover .title,
#home-content .category:hover .title a {
    background-color: var(--primary-blue);
    color: #FFF;
}
#facts .item {
    background-color: var(--light-blue-3);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 200px;
}
#facts .item .icon {
    margin-bottom: 20px;
}
#facts .item .icon img {
    max-height: 46px;
}
#facts .item .description {
    font-size: 16px;
    line-height: 22px;
}
@media only screen and (max-width: 1199px) {
    #facts .item {
        min-height: 240px;
    }
}
@media only screen and (max-width: 991px) {
    #facts .item {
        min-height: auto;
    }
    #facts .item .icon {
        text-align: center;
    }
    #facts .item .description {
        text-align: center;
    }
}
.breadcrumb-item.active {
    color: var(--primary-blue);
    font-weight: bold;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--primary-blue);
}
.custom-tooltip {
    --bs-tooltip-bg: var(--primary-blue);
}
.page h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 20px;
}
.page h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 20px;
}
.page p {
    margin-bottom: 20px;
}
#contact.page .form-control {
    background-color: transparent;
    border: 1px solid var(--primary-blue);
}
#contact.page .form-floating>label {
    background-color: transparent;
    color: var(--primary-blue);
}
#contact.page .form-floating>textarea:focus~label::after,
#contact.page .form-floating>textarea:not(:placeholder-shown)~label::after {
    background-color: transparent;
}
#contact.page .form-message {
    height: 200px;
}
.main_content h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 auto 20px;
    text-align: center;
}

.main_sidebar h1,
.main_sidebar h2.top {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.main_sidebar .filter {
    margin: 10px auto 20px auto
}
.main_sidebar .form-check-label {
    font-size: 14px;
}
.main_sidebar .filter h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-blue);
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px
}
.main_sidebar .filter h2:hover {
    cursor: pointer
}
.main_sidebar .filter h2 span {
    display: inline-block;
    float: right
}
.main_sidebar .filter ul.categories li {
    position: relative;
    padding-left: 18px
}
.main_sidebar .filter ul.categories li:before {
    content: '\f0c8';
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 700;
    color: var(--primary-blue)
}
.main_sidebar .filter ul.categories li a {
    color: var(--primary-blue)
}
.main_sidebar .filter ul.categories li.active:before,.main_sidebar .filter ul.categories li a:hover {
    color: var(--primary-blue)
}
.main_sidebar .filter ul.categories li.active a {
    color: var(--primary-blue)
}
.main_sidebar .filter ul.three_column li {
    display: inline-block;
    width: 33.3333%;
    float: left
}
.main_sidebar .filter ul.double_column li {
    display: inline-block;
    width: 50%;
    float: left
}
.main_sidebar .filter ul.double_column::after {
    content: '';
    display: block;
    clear: both
}
.main_sidebar .filter ul.flex li {
    display: inline-flex;
    margin: 0 10px 15px 10px
}
.main_sidebar .filter ul.flex input[type="checkbox"]:checked+label::after {
    font-size: 14px;
    font-family: 'Font Awesome 6 Pro', sans-serif;
    content: "\f00c";
    color: #fff;
    position: relative;
    left: 0;
    top: 6px;
    box-sizing: border-box;
    padding-top: 0
}
.main_sidebar .tooltip.top {
    margin-left: 3px
}
.main_sidebar .slider.slider-horizontal {
    width: 100%
}
.main_sidebar .slider.slider-horizontal .slider-track-low,.main_sidebar .slider.slider-horizontal .slider-track-high {
    background-color: #e1e1e1;
    background-image: none;
    box-shadow: none;
    border-radius: 0
}
.main_sidebar .slider-selection {
    background-color: var(--primary-blue);
    background-image: none;
    box-shadow: none;
    border-radius: 0
}
.main_sidebar .slider-handle {
    background-color: var(--primary-blue);
    background-image: none;
    box-shadow: none
}
.main_sidebar .price_range_values {
    margin: 10px -15px
}
.main_sidebar .price_range_values .form-control {
    font-size: 16px
}
.main_sidebar .abc-checkbox.abc-checkbox-circle label::before {
    width: 30px;
    height: 30px
}
.main_sidebar .abc-checkbox input[type="checkbox"],.main_sidebar .abc-checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    outline: none
}
.main_sidebar .abc-checkbox input[type="checkbox"]:focus+label::before {
    outline: none
}
.main_sidebar .abc-checkbox label {
    display: inline-block
}
.main_sidebar .abc-checkbox.abc-checkbox-circle label {
    text-indent: -999em
}
.stock_level {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400
}
.stock_level_1,.stock_level_5 {
    color: #fff
}
.stock_level_2 {
    color: #f7941d
}
.stock_level_3 {
    color: #1078BD
}
.stock_level_4 {
    color: red
}
button .sr-only {
    background-color: var(--primary-blue);
    color: #fff
}
.cart_button_wrapper .stock_level {
    height: 42px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.8
}

.product .image {
    background-color: #FFF;
    margin-bottom: 15px;
    padding: 10px 0;
    border: 1px solid #ebebeb;
}
.product .data h2 {
    font-size: 16px;
    padding: 0;
    display: -webkit-box;
    max-width: 100%;
    height: 58px;
    margin: 0 auto 10px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_view {
    position: relative
}
.product_view .main_photo {
    width: 100%;
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 15px
}
.product_view .main_photo .img-responsive {
    display: inline-block
}
.product_view .main_photo.extras {
    display: block;
    width: 100%
}
.product_view .main_photo.extras figure {
    background-color: #FFF;
    margin: 0
}
.quantity_label {
    display: block;
    width: 120px;
    text-align: center;
    margin-bottom: 10px;
    color: #272C32;
    font-size: 15px;
    line-height: 17px
}

.quantity_wrapper {
    display: inline-block;
    width: 150px;
    float: left
}

.quantity_wrapper .btn {
    height: 16px;
    line-height: 1;
    font-size: 10px
}

.quantity_wrapper span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #959595;
    text-align: center;
    margin-bottom: 3px
}

.quantity_wrapper .input-group .add_cart_quantity.form-control {
    font-size: 18px;
    font-weight: 600;
    color: #636363;
    background: #fff;
    border: 1px solid #212B7E;
    height: 38px;
    padding: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.product_inner h1 {
    font-size: 23px;
    line-height:33px;
    font-weight:700;
    color:#212B7E;
    margin-bottom:10px;
}
.product_inner h2 {
    font-size:20px;
    font-weight:400;
    color:#363636;
    margin:5px auto;
}
.product_inner .manufacturer {
    width: 80px;
    font-size:20px;
    font-weight:400;
    color:#363636;
    margin:0;
    text-align: right;
}
.product_inner .code {
    font-size: 18px;
    font-weight:400;
    color:#272C32;
    margin:0;
    width: calc(100% - 80px);
}
.product_inner .code span {
    font-weight: 600;
    color: #212B7E;
}

.product_inner ul.visual_swatch {
    margin:10px auto 20px auto;
    display:block;
}
.product_inner ul.visual_swatch li span {
    width:25px;
    height:25px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin:0 10px 10px 0;
    display:inline-block;
    float:left;
    border:1px solid rgba(0,0,0,.1);
}
.product_inner ul.visual_swatch li.active span:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    color:#fff;
    position: relative;
    top: 2px;
    left: 5.5px;
}
.product_inner ul.visual_swatch li.active span.white:after {
    color:#555;
    left: 5px;
}
.product_inner ul.visual_swatch li.inactive span {
    opacity:0.1;
    cursor:default;
}

.product_inner ul.text_swatch {
    margin:10px 0 20px 0;
    display:block;
}
.product_inner ul.text_swatch li span {
    border: 1px solid #e7e7e7;
    display:inline-block;
    float:left;
    color:#555;
    text-align:center;
    cursor: pointer;
    font-size: 13px;
    font-style: normal;
    list-style: none;
    padding: 0;
    margin: 0 10px 10px 0;
    position: relative;
    width: 60px;
    height: 48px;
    line-height: 48px;
}
.product_inner ul.text_swatch li span:hover, .product_inner ul.text_swatch li.active span {
    border:1px solid #00315f;
}
.product_inner ul.text_swatch li.inactive span {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    color: #aeaeae;
    cursor: default;
}
.product_inner ul.text_swatch li.inactive span:hover {
    border:1px solid #e7e7e7;
}
.product_inner ul.text_swatch li.inactive.active span {
    background-color: #f8f8f8;
    border-color: #00bcfa;
    color: #aeaeae;
    cursor: default;
}
.products_block .np_nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 20px)
}

.products_block .np_nav button {
    height: 40px;
    width: 40px;
    border: none;
    background-color: #fff0;
    color: #212B7E;
    outline: none;
    padding: 0
}

.products_block .np_nav button:hover {
    cursor: pointer;
    color: #212B7E
}

.products_block .np_nav button.owl-prev {
    position: absolute;
    left: -40px
}

.products_block .np_nav button.owl-prev.disabled {
    opacity: .6
}

.products_block .np_nav button.owl-next {
    position: absolute;
    right: -40px
}

@media only screen and (max-width: 576px) {
    .products_block .np_nav button.owl-prev {
        left:0
    }

    .products_block .np_nav button.owl-next {
        right: 0
    }
}
.products_block .item .image {
    position: relative;
    background-color: #FFF;
}

.products_block .item .image .badge {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #232324;
    transform: rotate(-15deg);
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10
}

.products_block .item .image .badge span {
    position: absolute;
    left: 0;
    right: 0;
    top: 24px
}

.products_block .item figure {
    margin: 10px auto;
    text-align: center
}

.products_block .item .img-fluid {
    display: inline-block;
    width: auto;
    height: 200px;
    max-width: calc(100% - 20px)
}

.products_block .item h3 {
    color: #212B7E;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    display: -webkit-box;
    max-width: 100%;
    height: 62px;
    margin: 10px auto 0 auto;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.products_block .item .code {
    display: block;
    padding: 0 5px 5px;
    text-align: center;
    font-weight: 600;
    color: #212B7E
}

.product_view .sm_title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center
}

.product_view .sm_title>span {
    position: relative;
    display: inline-block
}

.product_view .sm_title>span::after {
    content: '';
    display: block;
    width: inherit;
    margin-top: 3px;
    height: 2px;
    background-color: #212B7E;
    margin-bottom: 15px
}

.product_view .description h2 {
    font-size: 20px;
    font-weight: 400;
    color: #363636;
    margin-bottom: 10px
}
.editor_text p,
.description p {
    margin-bottom: 15px;
    line-height: 22px;
}
#product_add_to_cart {
    height: 42px
}

.cart_button_wrapper {
    display: block;
    margin-left: 0
}

.cart_button_wrapper span {
    display: block;
    text-align: center;
    margin-bottom: 3px
}


.files_wrapper {
    margin-top: 60px;
}

.files_wrapper .file {
    background-color: var(--light-blue-3);
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
}
.files_wrapper .file:hover {
    background-color: var(--primary-blue);
    color: #FFF;
    text-decoration: none;
}
.files_wrapper .file .icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#categories_list .item {
    margin-bottom: 30px
}
#categories_list .item h2 {
    display: block;
    text-align: center;
    font-weight: 600
}
#categories_list .item figure {
    text-align: center
}
#categories_list .item figure img {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

/* BUTTONS */
.btn-blue {
    background-color: var(--light-blue-2);
    color: var(--primary-blue);
    border: 1px solid var(--light-blue-2);
    border-radius: 37px;
    font-size: 18px;
    font-weight: bold;
    padding: 24px 42px;
}
.btn-blue:hover {
    background-color: var(--primary-blue);
    color: #fff;
    border: 1px solid var(--primary-blue);
}

.push {
	height: 200px;
}

#mobile_menu {
    display: none !important;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: var(--light-blue);
    color: var(--primary-blue);
    z-index: 2;
}
#mobile_menu.open {
    display: flex !important;
}
#mobile_menu .navigation_container ul li {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: 'avertabold', sans-serif;
    margin: 20px auto;
    text-transform: uppercase;
}
#mobile_menu .navigation_container ul li a {
    position: relative;
}
#mobile_menu .navigation_container ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: var(--primary-blue);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
#mobile_menu .navigation_container ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
#mobile_menu .navigation_container ul li a:hover {
    color: var(--primary-blue);
}
#mobile_menu .socials {
    margin-top: 80px;
}

footer {
	width: 100%;
	height: 200px;
    padding: 20px 0;
    position: relative;
	background-color: var(--light-blue);
    border-top: 2px solid var(--primary-blue);
}
footer .menu {
    text-align: center;
}
footer .menu .logo img {
    width: 300px;
}
footer .menu .links {
	margin: 22px auto;
	font-size: 15px;
}
footer .menu .links ul li {
    margin: 0 15px;
    font-weight: bold;
}
footer .menu .gemi {
    font-size: 12px;
    font-weight: bold;
}
footer .bottom_bar {
	height: 50px;
	line-height: 50px;
    font-size: 14px;
}
footer .madeby {
	text-align: right;
}
@media only screen and (max-width: 991px) {
	.push {
		height: auto;
	}
	footer, footer .menu {
		height: auto;
	}
	footer .menu ul {
		margin-bottom: 10px;
	}
	footer .bottom_bar {
		height: auto;
		line-height: 30px;
		padding: 10px 0;
	}
}
@media only screen and (max-width: 767px) {
    footer, footer .menu,
    footer .copyright,
    footer .madeby {
        text-align: center;
    }
	footer .menu .gemi {
        margin-bottom: 20px;
    }
}
.reCAPTCHA_tos {
	font-size:11px !important;
	line-height: initial;
	order: 5;
}
.reCAPTCHA_tos a:link,
.reCAPTCHA_tos a:active,
.reCAPTCHA_tos a:visited {
	text-decoration: underline;
}
.reCAPTCHA_tos a:hover {
	text-decoration: none;
}
#categories_sidebar {
    background-color: #D6EEFC;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 0 6px rgba(119,199,243,.35);
    margin-bottom: 30px;
}
#categories_sidebar h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 20px
}
#categories_sidebar ul li {
    margin-bottom: 10px;
}
#categories_sidebar .active > a:first-child {
    font-weight: 600;
}
#categories_sidebar .subcat {
    margin: 10px 20px;
}

.open_sidebar,
.sidebar_close {
	display: none;
}

@media only screen and (max-width: 991px) {
	.reCAPTCHA_tos {
		text-align: center;
	}
	.main_content {
		width: 100% !important;
	}
	.open_sidebar {
		display: block;
	}
	.sidebar_close {
		display: inline-block;
	}
	.main_sidebar {
		width: 100%;
		display: none;
		position: fixed;
		overflow: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10000;
		padding: 20px 40px;
		background-color: #fff;
	}
	.main_sidebar.open {
		display: block;
	}
}
.grecaptcha-badge {
  z-index:5050;
  visibility: hidden;
  opacity: 0;
  transition: linear opacity 1s;
}

.grecaptcha-badge.show {
  visibility: visible;
  opacity: 1;
  transition: linear opacity 1s;
}
.maintenance_mode_wrapper {
	font-family: Verdana, Aria, sans-serif;
	padding: 200px 0 0 0;
	position:relative;
	z-index:10;
}

.maintenance_mode_wrapper {
	font-family: Verdana, Aria, sans-serif;
	padding: 200px 0 0 0;
	position:relative;
	z-index:10;
}
.maintenance_mode {
	margin: 0 auto;
	padding: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.maintenance_text {
	text-align: center;
	font-size: 22px;
	font-weight:600;
	color:var(--primary-blue);
	line-height: 1.5em;
}
.maintenance_text p {
	margin-bottom:15px;
}
.maintenance_logo {
	margin:0 auto 20px auto;
	text-align:center;
}
.maintenance_logo img {
	width:300px;
}

/* Back to top button*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #222 url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top:hover.cd-fade-out {
  background-color:#222;
  opacity: 1;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #222;
  opacity: 1;
}
