/*
Theme Name: LeMar
Theme URI: https://velikorodnov.com/site/lemar_wordpress_single_project.html
Author: Designed by monkeysan
Author URI: https://themeforest.net/user/monkeysan/portfolio
Description: We would like to thank you for purchasing LeMar WordPress. 
Version: 2.3
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, sticky-post, theme-options
Text Domain: lemar
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	LeMar
Last change:	24/03/2020 [initial release]
Assigned to:	mad_velikorodnov
Primary use:	eCommerce

/*------------------------------------------------------------------
[Color codes]

# Primary Color: #6dcbff

Background:	#595758
Content Color:	#595758

a (standard): #262626
a (active):	  #262626
::selection:  #262626
# */

/*------------------------------------------------------------------
[Typography]

Body: 18px/32px 'Asap', sans-serif;
Headers: 'Satisfy', cursive;

/* ------------------------------------------------------
	Stylesheet Guide
---------------------------------------------------------

	1. Base
    2. Layout
    3. Components
    4. Pages
-------------------------------------*/



/* ----------------------------------------
    1. Base
 ---------------------------------------- */

    /* ----------------------------------------
        Reset
     ---------------------------------------- */

        * {
            margin: 0;
            padding: 0;
            border: none;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .d-block, article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
            display: block;
        }

        mark, rp, rt, ruby, summary, time {
            display: inline;
        }

        mark {
            background: #040a1c;
            color: #fff;
        }

        a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
            background: transparent;
            border: 0 none;
            font-weight: inherit;
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            vertical-align: top;
        }

        a {
            text-decoration: none;
            outline: none !important;
            vertical-align: baseline;
        }

        b, strong {
            font-weight: bold;
        }
		ul, ol {
			margin-bottom: 1.3125rem;
			list-style-position: inside;
		}
		li > ul, li > ol {
				margin-bottom: 0;
				margin-left: 1.3125rem;
			}
		.wp-block-button {
			margin-bottom: 1.75rem;
		}
		.wp-block-button.alignleft {
			margin-right: 1.75rem;
		}
		.wp-block-button.alignright {
			margin-left: 1.75rem;
		}
		.wp-block-cover, .wp-block-cover-image {
			color: #fff;
			margin-bottom: 1.75rem;
		}
		#content.mad-content .entry-content:after, #content.mad-content .entry-content:before {
			content: "";
			display: table;
			table-layout: fixed;
		}
		#content.mad-content .entry-content:after {
			clear: both;
		}

		.wp-caption.alignright, img.alignright {
			margin-left: 1.75rem;
		}
		.wp-caption.alignleft, img.alignleft {
			margin-right: 1.75rem;
		}
		.wp-caption {
			margin-bottom: 0.875rem;
		}
		.widget img, .wp-caption {
			max-width: 100%;
		}
		figcaption, figure, main {
			display: block;
		}
		.aligncenter {
			clear: both;
			display: block;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
		.wp-caption .wp-caption-text {
			margin-top: 0.875rem;
			margin-bottom: 0;
			text-align: center;
			color: #9e9e9e;
			font-size: 0.75rem;
			line-height: 0.875rem;
			letter-spacing: 0.6px;
		}
		.wp-caption-text, .gallery-caption {
			font-size: 85%;
			font-weight: lighter;
		}
		
        q {
            quotes: none;
        }

        table, table td {
            padding: 0;
            border-collapse: collapse;
        }

        img {
            vertical-align: top;
            max-width: 100%;
			height:auto;
        }

        embed {
            vertical-align: top;
        }

        input, textarea {
            font-family: inherit;
            -webkit-box-sizing: border-box !important;
                    box-sizing: border-box !important;
        }

        input, button {
            -webkit-appearance: none;
            outline: none;
            background: transparent;
        }

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

        th {
            text-align: left;
        }

        textarea {
            outline: none !important;
        }

        button {
            cursor: pointer;
            color: inherit;
            font-family: inherit;
        }

        html, body {
            min-height: 100%;
        }

        fieldset, legend, label, select, input, textarea, form, button, optgroup {
            -webkit-appearance: none !important;
        }
		
		.bypostauthor{
		padding: 2px;
		}
		.sticky{
			padding: 1px;
		}

        .container, .container-fluid {
            padding-right: 1rem;
            padding-left: 1rem;
        }

		.container.wide {
            max-width: 100%;
            padding-top: 2rem;
            padding-right: 2rem;
            padding-left: 2rem;
        }

        .container.no-pd {
            padding: 0;
        }

        .row:not(.no-gutters) {
            margin-right: -1rem;
            margin-left: -1rem;
        }

        .row:not(.no-gutters) > [class*="col-"] {
            padding-left: 1rem;
            padding-right: 1rem;
        }

   .row:not(.no-gutters).hr-size-1 {
            margin-right: -2rem;
            margin-left: -2rem;
        }

        .row:not(.no-gutters).hr-size-1 > [class*="col-"] {
            padding-left: 2rem;
            padding-right: 2rem;
        }
        .row:not(.no-gutters).hr-size-2 {
            margin-right: -3.25rem;
            margin-left: -3.25rem;
        }

        .row:not(.no-gutters).hr-size-2 > [class*="col-"] {
            padding-left: 3.25rem;
            padding-right: 3.25rem;
        }

    /* ----------------------------------------
        Global
    ---------------------------------------- */

        body {
            background-color: #fff;
            overflow-x: hidden;
            overflow-y: initial !important;
        }

        ::-webkit-selection {
            color: #fff;
            background-color: #040a1c;
        }

        ::-moz-selection {
            color: #fff;
            background-color: #040a1c;
        }

        ::selection {
            color: #fff;
            background-color: #040a1c;
        }

        .clearfix::after {
            content: "";
            display: block;
            clear: both;
        }

        .mad-page-wrapper {
            overflow: hidden;
			position: relative;
        }

        [data-bg-image-src] {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .animated {
            -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
        }

        .w-100 {
            width: 100%;
        }

		
		.mad-content.no-pd > .container:before {
			content: "";
			display: table;
			table-layout: fixed;
		}
		.mad-page-wrapper.with-side-menu .elementor-section-stretched rs-module-wrap
		{
			max-width:1585px; 
			margin-left: 20rem !important;
		}
		.mad-page-wrapper.with-side-menu .elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
			max-width: 1180px;
		}
		
		.mad-page-wrapper.with-side-menu {
            margin-left: 20rem; 
        }

        .mad-page-wrapper.with-side-menu .mad-bg-section .mad-colorizer-bg-image {
            background-position: right center!important;
        }

    /* ----------------------------------------
        Typography
    ---------------------------------------- */

        :root {
            font-size: 16px;
        }

        body {
            font-family: 'Asap', sans-serif;
            font-size: 1.125rem;
            line-height: 2rem;
            font-weight: 400;
            color: #595758;
        }

        address:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        q, kbd, strong, em, tt, var, span, del, big, small {
            vertical-align: baseline;
        }

        .material-icons {
            line-height: inherit;
        }

        /* ----------------------------------------
            Headings
        ---------------------------------------- */

            h1, h2, h3, h4, h5, h6 {
                color: #040a1c;
                letter-spacing: -0.5px;
                font-family: 'Satisfy', cursive;
            }

            h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child) {
                margin-bottom: 2.5rem;
            }

            h1 {
                font-size: 4.5rem;
                line-height: 5.5rem;
            }

            h2 {
                font-size: 3.75rem;
                line-height: 4.5rem;
            }

            h3 {
                font-size: 3rem;
                line-height: 3.5rem;
            }

            h4 {
                font-size: 2.25rem;
                line-height: 3rem;
            }

            h5 {
                font-size: 1.875rem;
                line-height: 2.5rem;
            }

            h6 {
                font-size: 1.5rem;
                line-height: 2rem;
            }

            h4:not(:last-child),
            h5:not(:last-child),
            h6:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-title-wrap {
                color: #7a7879;
            }

            .mad-title-wrap:not(:last-child),
            .mad-section-title:not(:last-child) {
                margin-bottom: 3rem;
            }

            .mad-title-wrap h2:not(:last-child) {
                margin-bottom: 0.625rem;
            }

 .mad-sub-title {
                color: #040a1c;
                font-weight: 600;
            }

            .mad-sub-title:not(:last-child) {
                margin-bottom: 2rem;
            }

        /* ----------------------------------------
            Paragraphs
        ---------------------------------------- */

            p:not(:last-child) {
                margin-bottom: 1.5rem;
            }

            .mad-text-small {
                font-size: 0.875rem;
                line-height: 1.5rem;
            }

            p.mad-text-small:not(:last-child) {
                margin-bottom: 1.3125rem;
            }

            .mad-text-small {
                font-size: 0.9286rem;
                font-weight: 500;
            }
			
			.mad-text-regular {
                font-size: 1rem;
                line-height: 1.5rem;
            }


            .mad-text-medium {
                font-size: 1.125rem;
                line-height: 2rem;
                font-weight: 500;
            }
			
			.mad-text-medium.no-weight {
                font-weight: normal;
            }

            .mad-text-sb {
                font-weight: 600;
            }
            
            .mad-text-color-2 {
                color: #57a2cc;
            }


        /* ----------------------------------------
            Links
        ---------------------------------------- */

            a {
                color: inherit;
            }

            .mad-link,
            a,
            button {
                transition: all .5s ease;
            }

            .mad-link,
			.mad-entity-body time a,			
			.mad-text-link 
			{
                color: #00517f;
                border-bottom: 1px solid transparent;
            }

            .mad-link:hover {
                border-color: inherit;
            }
			.mad-text-link:hover {
                text-decoration: underline;
            }


        /* ----------------------------------------
            Icons
        ---------------------------------------- */

            [class*="mad-font-icon"] {
                line-height: 1;
            }


    /* ----------------------------------------
        Utils classes
    ---------------------------------------- */

        .mad-d-none {
            display: none;
        }

        .mad-fw-bold {
            font-weight: bold;
        }

        .mad-tt-uppercase {
            text-transform: uppercase;
        }

        .mad-d-down-xxxl-none {
            display: none;
        }

        .mad-fw-down-xxxl-bold {
            font-weight: bold;
        }

        .alignleft {
            float: left;
        }

        .alignright {
            float: right;
        }
        
        .align-left {
            text-align: left;
        }

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

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

        img[class*="align"] {
            margin-bottom: 0.875rem;
        }

        img.alignleft{
            margin-right: 1.875rem;
        }

        img.alignright{
            margin-left: 1.875rem;
        }

/* ----------------------------------------
    2. Layout
---------------------------------------- */

    /* ----------------------------------------
        Preloader
    ---------------------------------------- */

        .mad-preloader-circle,
        .mad-preloader {
            position: fixed;
            width: 260vw;
            height: 260vw;
            margin-left: -130vw;
            margin-top: -130vw;
            background-color: #fff;
            z-index: 50;
            border-radius: 50%;
            -webkit-transition-property: -webkit-transform;
                    transition-property: transform;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 700ms;
                    transition-duration: 700ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-preloader-circle {
            -webkit-transition-timing-function: linear;
                    transition-timing-function: linear;
        }

        .mad-preloader {
            left: 50%;
            top: 50%;
        }

        .mad-preloader-circle, .mad-preloader.mad-preloader--disappearing {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-preloader-circle--appearing {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Critical full screen message
    ---------------------------------------- */

        .mad-body--has-critical-fullscreen-message {
            overflow: hidden !important;
        }

        .mad-fullscreen-message {
            position: fixed;
            z-index: 49;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            font-family: 'Arial', serif;
            font-size: 1.875rem;
            line-height: 2.34375rem;
            color: #040a1c;
            background-color: #fff;
            padding: 2rem;
            overflow: auto;
        }

        .mad-fullscreen-message .mad-aligner-inner {
            vertical-align: middle;
        }

        .mad-fullscreen-message-before {
            font-size: 3.25rem;
            line-height: 4rem;
        }

        .mad-fullscreen-message-before:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-fullscreen-message-before:empty,
        .mad-fullscreen-message-after:empty {
            display: none;
        }

    /* ----------------------------------------
        Header
    ---------------------------------------- */

        .mad-header {
            position: absolute;
            z-index: 25;
			width: 100%;
        }
		
		.mad-header.with-bg {
            position: relative;
            background: #00283f;
            color: #fff;
            padding-bottom: 2rem;
        }
		.mad-header.with-bg .mad-header-section {
            padding-bottom: 2rem;
        }

        [class*="mad-header-section--sticky"].mad-header-section--sticked {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 50;
            background: #00283f;
            padding-top: 2rem;
            padding-bottom: 2rem;
            transition: all .5s ease;
            -webkit-box-shadow: 0 7px 27px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 7px 27px 0 rgba(0, 0, 0, 0.05);
        }

        .mad-header.mad-header--transparent {
            width: 100%;
            left: 0;
            top: 0;
            color: #fff;
            position: absolute;
        }

        /* With side menu */

        .mad-header.mad-header-aside {
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            width: 20rem;
            padding: 3.5rem 0 0;
            text-align: center;
            z-index: 1;
        }

        .mad-header.mad-header-aside:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 544px;
            z-index: -1;
            background: -moz-linear-gradient(top, rgba(226,245,255,0) 0%, rgba(226,245,255,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(226,245,255,0) 0%,rgba(226,245,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(226,245,255,0) 0%,rgba(226,245,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .mad-header.mad-header-aside:after {
            content: '';
            background: url(images/bottom_half.png) no-repeat bottom center;
            position: absolute;
            bottom: 0;
            left: 0;
            right: -1px;
            height: 100%;
            z-index: -1;
        }

        .mad-header.mad-header-aside .mad-header-section {
            padding: 0;
        }

        .mad-header.mad-header-aside .mad-header-items {
            justify-content: center;
            flex-wrap: wrap;
            flex-direction: column;
        }
		
		.mad-header .mad-social-icons ul li a {
            font-size: 1.25rem;
        }
        .mad-header.mad-header-aside .mad-header-items .mad-header-item:not(:last-child) {
            margin-bottom: 25%;
        }

        .mad-header.mad-header-aside .mad-vr-wrap {
            background: none;
        }

        .mad-header.mad-header-aside .mad-vr-wrap:after {
            display: none;
        }

        .mad-header.mad-header-aside .mad-vr-nav > ul > li > a,
        .mad-header.mad-header-aside .mad-vr-nav .sub-menu li a {
            font-size: 1rem;
        }

        .mad-header.mad-header-aside .mad-vr-nav .sub-menu li a {
            border-width: 1px;
        }

        .mad-header.mad-header-aside .mad-vr-nav > ul > li:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        /* ----------------------------------------
            Header Section
        ---------------------------------------- */

            .mad-header-section {
                display: block;
                padding: 3.5rem 4rem 2.5rem;
            }

        /* ----------------------------------------
            Header Items
        ---------------------------------------- */

            .mad-header-items {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
            }

            .mad-header .mad-header-section .mad-header-items:not(:last-child) {
                margin-bottom: 2rem;
            }

            .mad-logo {
                display: inline-block;
            }

            .mad-header-items > *:nth-child(2):not(:last-child) {
                text-align: center;
            }

            .mad-header-items.item-col-2 > *:last-child {
                text-align: right;
            }

            .mad-header .mad-social-icons > ul {
                justify-content: flex-end;
            }

            .mad-header .mad-navigation {
                justify-content: center;
            }

        /* ----------------------------------------
            Navigation
        ---------------------------------------- */

            .mad-navigation {
                letter-spacing: 0.1px;
                z-index: 4;
                text-align: initial;
                display: flex;
                position: relative;
            }

            .mad-navigation > li {
                margin: 0 1.25rem;
                position: relative;
            }
			
			.mad-navigation > li:not(.mega-menu) .sub-menu > li:not(:last-child), .mad-navigation > li.mega-menu .sub-menu li:not(:last-child) {
				margin-bottom: 1rem;
			}

            .mad-navigation > li > a {
                color: #fff;
                text-transform: uppercase;
                font-size: 1rem;
                font-weight: 500;
                letter-spacing: 0.5px;
                -webkit-transition-property: background-color;
                        transition-property: background-color;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                display: block;
                position: relative;
            }

            .mad-navigation > li > a:before {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                height: 2px;
                width: 0;
                background: #fff;
                opacity: 0;
                visibility: hidden;
                transition: all .5s ease;
            }

            .mad-navigation > li:hover > a::before,
            .mad-navigation > li.current-menu-item > a::before, 
            .mad-navigation > li.current-menu-parent > a::before
			{
                opacity: 1;
                visibility: visible;
                width: 100%;
                left: 0;
            }

            .mad-no-touchevents .mad-navigation > li:hover > a::before,
            .mad-no-touchevents .mad-navigation > .mad-seleceted > a::before,
            .mad-touchevents .mad-navigation > .mad-tapped > a::before,
            .mad-navigation > .current-menu-ancestor > a::before,
            .mad-navigation > .current-menu-parent > a::before,
            .mad-navigation > .current-menu-item > a::before {
                opacity: 1;
            }

            .mad-mobile-nav-btn {
                background-color: #57a2cc;
            }
			
			.mad-navigation > li > .sub-menu {
                margin-top: 1.5rem;
                left: -2rem;
				margin-left: 0;
            }

            .mad-navigation .sub-menu, 
            .mad-navigation .children 
			{
                min-width: 17.75rem;
                padding: 1.5rem 2rem;
                font-size: 1rem;
                font-weight: normal;
                position: absolute;
                top: 100%;
                line-height: 2rem;
                opacity: 0;
                visibility: hidden;
                color: #fff;
                background-color: rgba(0,33,50,0.9);
                -webkit-transition-property: opacity, visibility;
                        transition-property: opacity, visibility;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);

                -webkit-box-shadow: 0px 0px 30px 0px rgba(15, 27, 56, 0.1);
                -moz-box-shadow:    0px 0px 30px 0px rgba(15, 27, 56, 0.1);
                box-shadow:         0px 0px 30px 0px rgba(15, 27, 56, 0.1);
            }

            .mad-navigation .sub-menu:before {
                content: '';
                position: absolute;
                bottom: 100%;
                left: 0;
                width: 100%;
                height: 32px;
            }

            .mad-navigation .sub-menu a {
                color: #fff;
            }

            .mad-navigation .sub-menu > li {
                display: block;
                line-height: 1.5rem;
            }

            .mad-navigation > li:not(.mega-menu) > .sub-menu > li:not(:last-child),
            .mad-navigation > li.mega-menu > .sub-menu > li .sub-menu > li:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-navigation .sub-menu > li a {
                border-bottom: 1px solid transparent;
            }

            .mad-navigation .sub-menu > li.sub-wrap a.sub-title {
                width: 100%;
            }

            .mad-navigation .sub-menu.mad-reverse {
                left: auto;
                right: -1.625rem;
            }

            .mad-navigation li:not(.mega-menu) .sub-menu .sub-menu:not(.mad-reverse) {
                top: -24px;
                margin-left: 2.5rem;
                left: 100%;
                z-index: 1;
            }

            .mad-navigation .sub-menu .sub-menu:after {
                content: '';
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: 0;
                padding: 0 0px;
                width: 155%;
                height: 100%;
                z-index: -1;
            }

            .mad-navigation .sub-menu .sub-menu.mad-reverse {
                left: auto;
				margin-left: 0;
                margin-right: 2.5rem;
                right: 100%;
            }

            .mad-navigation .sub-menu .menu-item-has-children {
                position: relative;
                padding-right: 2.8rem;
            }

            .mad-navigation .sub-menu .menu-item-has-children::after {
                font-family: Linearicons;
                content: "\e93c";
                position: absolute;
                top: 0;
                right: 0;
                font-size: 0.9375rem;
                line-height: inherit;
            }

            .mad-no-touchevents .mad-navigation .sub-menu li:hover > a,
            .mad-no-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-selected > a,
            .mad-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-tapped > a,
            .mad-navigation .sub-menu .current-menu-item > a,
            .mad-navigation .sub-menu .current-menu-ancestor > a,
            .mad-navigation .sub-menu .current-menu-parent > a {
                border-color: inherit;
            }

            .mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
            .mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
                opacity: 1;
                visibility: visible;
            }

            .mad-csstransforms3d .mad-navigation .sub-menu {
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property: transform, opacity, visibility;

                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .mad-csstransforms3d.mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .mad-csstransforms3d.mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
            .mad-csstransforms3d.mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

            .mad-mobile-nav-btn {
                width: 3.75rem;
                height: 3.75rem;
                font-size: 1.25rem;
                text-align: center;
                line-height: 1;
                color: #fff;
                display: none;
            }

            .mad-mobile-nav-btn::after {
                font-family: Linearicons;
                content: "\e92b";
            }

            .mad-mobile-nav-btn.mad-opened {
                background-color: #6dcbff;
                color: #040a1c;
            }

            .mad-vr-menu {
                position: relative;
                font-family: 'Asap', sans-serif;
                font-size: 1rem;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 500;
            }

            .mad-vr-menu:after,
            .mad-vr-menu:before {
                content: '';
                position: absolute;
                top: 100%;
                width: 100%;
                height: 2px;
                background: #fff;
                transition: all .3s ease;
                left: 0;
                margin-top: 0.5rem;
            }

            .mad-vr-menu:before {
                left: auto;
                right: 0;
                margin-top: 0.875rem;
                width: 70%;
            }

            .mad-vr-menu:hover:before {
                width: 100%;
            }

            .mad-vr-wrap {
                background: url(images/footer_bottom_img_2.png) no-repeat bottom center;
                width: 100%;
                height: 100%;
                padding: 2rem;
                display: flex;
                text-align: center;
                justify-content: center;
                align-items: center;
                z-index: 1;
                background-size: contain;
            }

            .mad-vr-wrap:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 544px;
                z-index: -1;
                background: -moz-linear-gradient(top, rgba(226,245,255,0) 0%, rgba(226,245,255,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, rgba(226,245,255,0) 0%,rgba(226,245,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, rgba(226,245,255,0) 0%,rgba(226,245,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            }

            .mad-vr-wrap nav {
                position: relative;
                z-index: 9;
            }

            .mad-vr-nav > ul > li.menu-item-has-children .sub-menu {
                display: none;
				list-style: none;
            }

            .mad-vr-nav > ul > li:not(:last-child) {
                margin-bottom: 2rem;
            }

            .mad-vr-nav > ul > li > a {
                font-size: 1.875rem;
                text-transform: uppercase;
            }

            .mad-vr-nav ul li a {
                border-bottom: 2px solid transparent;
                white-space: nowrap;
            }
			.mad-vr-nav ul#menu-split li a {
				color: #040a1c !important;
			}

            .mad-vr-nav .sub-menu {
                padding-top: 1rem;
            }

            .mad-vr-nav .sub-menu li:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-vr-nav .sub-menu li a {
                font-size: 1.5rem;
            }

            .mad-vr-nav > ul > li.current-menu-item > a,
            .mad-vr-nav > ul > li:hover > a,
            .mad-vr-nav .sub-menu li:hover a,
            .mad-vr-nav .sub-menu li.current-menu-item a, 
            .mad-vr-nav > ul > li.current-menu-parent>a 
			{
                border-bottom-color: inherit;
            }

            .mad-menu-close {
                font-size: 2rem;
                color: #001119;
                position: absolute;
                right: 4rem;
                top: 4rem;
            }

            .mad-menu-close i {
                font-size: 2rem;
            }

            .mad-vr-wrap .mad-logo {
                position: absolute;
                top: 3.5rem;
                left: 50%;
                transform: translateX(-50%);
            }

            .mad-vr-wrap .mad-social-icons {
                margin-top: 4.5rem;
            }

   
            /* Pages Navigation */

            .mad-page-nav {
                margin-top: 2rem;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-bottom: -1rem;
                margin-left: -10px;
                margin-right: -10px;
            }

            .mad-page-nav > [class*="mad-nav-"] {
                display: flex;
                align-items: center;
                font-size: 0.875rem;
                color: #57a2cc;
                line-height: 1rem;
                width: 100%;
                max-width: 20rem;
                position: relative;
                margin-bottom: 1rem;
            }

            .mad-page-nav > [class*="mad-nav-"]:before {
                font-family: 'linearicons';
                font-size: 2.5rem;
                color: #cac9c9;
                min-width: 3.625rem;
                transition: all .5s ease;
                cursor: pointer;
            }

            .mad-page-nav > .mad-nav-left:before {
                content: "\e93b";
            }

            .mad-page-nav > .mad-nav-right:before {
                content: "\e93c";
            }

            .mad-page-nav > [class*="mad-nav-"]:hover:before {
                color: #6dcbff;
            }

            .nav-actions a b {
                font-weight: normal;
            }

            .mad-page-nav > .mad-nav-right {
                flex-direction: row-reverse;
                text-align: right;
            }

            .mad-page-nav > [class*="mad-nav-"] figure {
                min-width: 5.5rem;
            }

            .mad-page-nav .nav-actions {
                padding: 0 1.5rem;
            }

            .nav-actions > .nav-post {
                font-style: italic;
                margin-bottom: 8px;
                display: inline-block;
            }

            .nav-actions h6 {
                font-weight: 600;
                font-size: 1.125rem;
                line-height: 1.5rem;
                font-family: 'Asap', sans-serif;
            }

   /* ----------------------------------------
        Breadcrumb
    ---------------------------------------- */

        .mad-breadcrumb {
            padding-top: 4.25rem;
            padding-bottom: 5rem;
            color: #e2f5ff;
            min-height: 34rem;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            text-align: center;
            z-index: 1;
            position: relative;
        }

        .mad-breadcrumb-path:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-breadcrumb-path {
            font-size: 1rem;
            line-height: 1.5rem;
            letter-spacing: 1px;
            font-style: italic;
            vertical-align: baseline;
            margin: 0 -0.3rem;
        }

        .mad-breadcrumb-path > span {
            display: inline-block;
            padding-left: 0.3rem;
            padding-right: 0.3rem;
        }

        .mad-breadcrumb .mad-page-title {
            color: #fff;
            font-size: 4.5rem;
            letter-spacing: -0.5px;
            line-height: 5.5rem;
        }

        .mad-breadcrumb a {
            color: #e2f5ff;
        }

        .mad-breadcrumb a:hover {
            text-decoration: underline;
        }

        .mad-breadcrumb.with-bg:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,33,50,0.6);
            z-index: -1;
        }


        .mad-breadcrumb.type-2 {
            min-height: 100%;
            padding: 1rem 0 0.9375rem;
            border-bottom: 1px solid #d7e0e5;
        }

        .mad-breadcrumb.type-2 a,
        .mad-breadcrumb.type-2 {
            color: #00517f;
        }


    /* ----------------------------------------
        Sections
    ---------------------------------------- */

        .mad-content,
        .mad-section {
            padding-top: 9rem;
            padding-bottom: 9rem;
        }
        .mad-content.small-gap-top {
            padding-top: 2rem;
        }

        .mad-section {
            position: relative;
        }

        .mad-section.size-2 {
            padding-top: 3rem;
            padding-bottom: 3rem;
        }

        .mad-section.size-3 {
            padding-top: 7.5rem;
            padding-bottom: 7.5rem;
        }

        .mad-section.size-4 {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }

        .mad-content.no-pd,
        .mad-section.no-pd {
            padding: 0;
        }

        .mad-content.mad-content--no-pt,
        .mad-section.no-pt {
            padding-top: 0;
        }

        .mad-content.mad-content--no-pb,
        .mad-section.no-pb {
            padding-bottom: 0;
        }

        .mad-section--parallax {
            background-size: auto;
        }

        .content-element:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .content-element-2:not(:last-child) {
            margin-bottom: 1rem;
        }

        .content-element-3:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .content-element-4:not(:last-child) {
            margin-bottom: 2rem;
        }

        .content-element-5:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .content-element-6:not(:last-child) {
            margin-bottom: 3rem;
        }

        .content-element-7:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .content-element-8:not(:last-child) {
            margin-bottom: 4rem;
        }

        .content-element-9:not(:last-child) {
            margin-bottom: 4.5rem;
        }

        
		
		.content-element-10:not(:last-child) {
            margin-bottom: 5rem;
        }

        .content-element-11:not(:last-child) {
            margin-bottom: 5.5rem;
        }

        .content-element-12:not(:last-child) {
            margin-bottom: 6rem;
        }

        .content-element-13:not(:last-child) {
            margin-bottom: 6.5rem;
        }

        .content-element-14:not(:last-child) {
            margin-bottom: 7rem;
        }

        .content-element-15:not(:last-child) {
            margin-bottom: 7.5rem;
        }

        .content-element-16:not(:last-child) {
            margin-bottom: 8rem;
        }

		.content-element-17:not(:last-child) {
            margin-bottom: 8.5rem;
        }

    /* ----------------------------------------
        Sidebar
    ---------------------------------------- */

        /* ----------------------------------------
            Widgets
        ---------------------------------------- */

            .mad-widget {
                font-size: 1rem;
                line-height: 1.5rem;
            }

            .mad-widget:not(:last-child) {
                margin-bottom: 0.8rem;
            }
            .mad-sidebar .mad-widget:not(.no-bg) {
                padding: 2rem;
                background: #f5f7f8;
            }

            .mad-sidebar .mad-widget:not(:last-child) {
                margin-bottom: 2rem;
            }

            .mad-sidebar .mad-widget .mad-read-more {
                font-size: 1.125rem;
                line-height: 2rem;
            }
            
            .mad-sidebar .mad-widget .mad-newsletter-form {
                margin: 0;
            }

            /* ----------------------------------------
                Sponsors widget
            ---------------------------------------- */

                .mad-sponsors {
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .mad-csstransforms3d .mad-sponsors.style-2 img {
                    -webkit-transition-property: all;
                            transition-property: all;
                    -webkit-transition-delay: 0ms;
                            transition-delay: 0ms;
                    -webkit-transition-duration: 500ms;
                            transition-duration: 500ms;
                    -webkit-transition-timing-function: cubic-bezier(0.25, 3, 0.79, 0.38);
                            transition-timing-function: cubic-bezier(0.25, 3, 0.79, 0.38);
                            opacity: 0.7;
                }

                .mad-csstransforms3d .mad-sponsors.style-2 a:hover > img {
                    -webkit-transform: scale3d(1.05, 1.05, 1.05);
                            transform: scale3d(1.05, 1.05, 1.05);
                            opacity: 1;
                }

            /* ----------------------------------------
                Tags
            ---------------------------------------- */

                .tagcloud {
                    display: flex;
                    flex-wrap: wrap;
                    margin: -4px;
                }

			    .tagcloud > a {
                    color: #00517f;
                    font-size: 0.875rem;
                    line-height: 2rem;
                    white-space: nowrap;
                    padding: 0 1rem;
                    background: #d7e0e5;
                    font-style: italic;
                    display: inline-block;
                    margin: 4px;
                }

                .tagcloud > a:hover {
                    background: #00517f;
                    color: #fff;
                }
                
                .tags-wrap {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .tags-wrap > span {
                    font-style: italic;
                    padding-right: 1rem;
                }


            /* ----------------------------------------
                Search
            ---------------------------------------- */


            /* ----------------------------------------
                Timetable
            ---------------------------------------- */

                .mad-timetable:not(:last-child) {
                    margin-bottom: 2rem;
                }

                .mad-timetable .mad-tt-title {
                    font-weight: 500;
                }

            /* ----------------------------------------
                Entities
            ---------------------------------------- */

                .mad-widget .mad-entities .mad-entity {
                    overflow: hidden;
                }

            /* ----------------------------------------
                Calendar
            ---------------------------------------- */

 .calendar_wrap:not(:last-child) {
                    margin-bottom: 3rem;
                }
                .calendar_wrap table {
                    font-size: 0.875rem;
                    line-height: 1.5rem;
                    border-width: 0;
					background: transparent;
                    font-size: 1rem;
                }

     .calendar_wrap table tbody {
                    position: relative;
					background: #fff;
                }            
.calendar_wrap .material-icons {
    line-height: inherit;
}
.calendar_wrap table caption {
                    color: #fff;
                    font-size: 1.25rem;
                    line-height: 1.5rem;
                    font-weight: 500;
					font-style: italic;
                    text-align: center;
                    border-style: inherit;
                    border-color: inherit;
                    padding-top: 1.25rem;
                    padding-bottom: 1.25rem;
                   background: #00517f;
                    position: relative;
					z-index: 2;
                }

                .calendar_wrap table tr:hover {
                    background-color: transparent;
                }

                .calendar_wrap table thead {
                    background-color: #57a2cc;
                }
 .calendar_wrap table tbody {
                    border: 2px solid #d7e0e5;
                    border-bottom-width: 2px;
                    border-top: none;
                }

                .calendar_wrap table thead th {
                    font-weight: 400;
 color: #fff;
                    text-transform: uppercase;
                }

               .calendar_wrap table td > a,
                .calendar_wrap table td > div > a {
                    position: relative;
                    z-index: 1;
                    color: #fff !important;
                }

                .calendar_wrap table tbody td > a:before,
                .calendar_wrap table tbody td > div > a:before {
                    content: '';
                    position: absolute;
                    background: #00517f;
                    border-radius: 50%;
                    width: 2rem;
                    height: 2rem;
                    top: 50%;
                    left: 50%;
                    margin-top: -1rem;
                    margin-left: -1rem;
                    line-height: 2rem;
                    z-index: -1;
                }

                .calendar_wrap table td .marker {
                    background: #f5f7f8;
                    height: 100%;
                    line-height: inherit;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .calendar_wrap table td.first {
                    color: #b2b2b3;
                }

                .calendar_wrap table th, .calendar_wrap table td {
                    padding: 0;
                    text-align: center;
                    line-height: 3rem;
                    vertical-align: middle;
                    border-bottom: none;
                }

                .calendar_wrap table tr td:not(:last-child) {
                    border-right: 1px solid #d7e0e5;
                }
				
				.calendar_wrap table tfoot tr td {
					border-right: none !important;
				}

                .calendar_wrap table tfoot td {
                    padding: 1.4rem 0 0;
                    border-width: 0;
                }
.calendar_wrap table tr td.pad {
    background: #f5f7f8;
}
.calendar_wrap table tr td#today:before {
    content: '';
    position: absolute;
    background: #00517f;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
    line-height: 2rem;
    z-index: -1;
}
.calendar_wrap table tr td#today {
    z-index: 1;
    color: #fff;
	position:relative;
}
                .calendar_wrap table tfoot #prev a,
                .calendar_wrap table tfoot #next a {
                    color: #00517f;
					font-size: 1.125rem;
					line-height: 2rem;
                    line-height: 1.5rem;
                    font-weight: 500;
                    border: none;
                    letter-spacing: 0;
                    text-transform: normal;
                }

                .calendar_wrap table tfoot #prev {
                    text-align: left;
                }

                .calendar_wrap table tfoot #next {
                    text-align: right;
                }

                .calendar_wrap table .calendar-caption-prev,
                .calendar_wrap table .calendar-caption-next {
                    display: block;
                    position: absolute;
                    top: 0;
                    line-height: 4rem;
                    height: 100%;
                    font-size: 2rem;
                    width: 62px;
                    text-align: center;
                    color: #cac9c9;
                    -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                            transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                }

                .calendar_wrap table thead {
                    border-left: 2px solid #57a2cc;
                    border-right: 2px solid #57a2cc;
                }

                .calendar_wrap table .calendar-caption-prev i,
                .calendar_wrap table .calendar-caption-next i {
                    font-size: 24px;

















                }

                .calendar_wrap table .calendar-caption-prev {
                    left: 0;
                }

                .calendar_wrap table .calendar-caption-next {
                    right: 0;
                }

                .big-calendar.calendar_wrap:not(:last-child) {
                    margin-bottom: 3.5rem;
                }

                .big-calendar.calendar_wrap table thead th,
                .big-calendar.calendar_wrap table tr td {
                    text-align: left;
                    padding: 1.5rem;
                    line-height: 1rem;
                    vertical-align: top;
                }

                .big-calendar.calendar_wrap table thead th {
                    padding-top: 1rem;
                    padding-bottom: 1rem;
                }

                .big-calendar.calendar_wrap table tr td {
                    font-size: 24px;
                    font-weight: 500;
                    color: #b8b7b7;
                }

                .big-calendar.calendar_wrap table tr td:hover {
                    border-bottom: 2px solid #00517f!important;
                }

                .big-calendar.calendar_wrap table tr td.active {
                    color: #595758;
                }

                .big-calendar.calendar_wrap table tr:not(:last-child) td {
                    border-bottom: 1px solid #d7e0e5;
                }

                .calendar_wrap.big-calendar table td > *:not(:last-child) {
                    margin-bottom: 1.5rem;
                }

                .calendar_wrap.big-calendar table td a:before {
                    width: 3rem;
                    height: 3rem;
                    margin-top: -1.5rem;
                    margin-left: -1.5rem;
                }

                .calendar_wrap.big-calendar .mad-event .mad-event-title {
                    position: relative;
                    display: inline-block;
                }

                .calendar_wrap.big-calendar .mad-event .mad-event-title:hover .mad-dropdown-element {
                    opacity: 1;
                    visibility: visible;
                }

                .calendar_wrap.big-calendar .mad-event .mad-event-title a,
                .calendar_wrap.big-calendar .mad-event .mad-event-title {
                    font-size: 0.875rem;
                    line-height: 1rem;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element {
                    position: absolute;
                    top: 0;
                    left: 100%;
                    padding: 1.5rem;
                    background: #fff;
                    width: 280px;
                    min-width: 100%;
                    margin-top: 0;
                    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
                    -moz-box-shadow:    0px 0px 24px 0px rgba(0, 18, 29, 0.17);
                    box-shadow:         0px 0px 24px 0px rgba(0, 18, 29, 0.17);
                    z-index: 2;

                    opacity: 0;
                    visibility: hidden;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content {
                    color: #595758;
                    line-height: 1rem;
                    font-size: 0.8125rem;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content .mad-event-title:not(:last-child) {
                    margin-bottom: .5rem;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element figure:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content .mad-event-title,
                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content .mad-event-title a {
                    font-size: 1rem;
                    line-height: 1.5rem;
                    font-style: normal;
                }

                .calendar_wrap.big-calendar span.mad-event-sub {
                    font-size: 0.75rem;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-sub {
                    font-size: 0.8125rem;
                    line-height: 1rem;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-sub:not(:last-child) {
                    margin-bottom: 0.25rem;
                }

                .calendar_wrap.big-calendar .mad-abs-title {
                    position: relative;
                }

                .calendar_wrap.big-calendar .mad-abs-title .mad-event-title {
                    position: absolute;
                    left: 0;
                    top: 0;
                    padding: 8px 24px;
                    margin-left: -24px;
                    width: calc(200% + 97px);
                    background: #f5f7f8;
                }

                .calendar_wrap.big-calendar {
                    overflow: visible;
                }

                .calendar_wrap.calendar-medium table tr td {
                   height: 5vw;
                }

                .calendar_wrap.calendar-medium table td > a:before, 
                .calendar_wrap.calendar-medium table td > div > a:before {
                    width: 3.5rem;
                    height: 3.5rem;
                    margin-top: -1.75rem;
                    margin-left: -1.75rem;
                }
            /* ----------------------------------------
                Recent Comments
            ---------------------------------------- */

                .mad-widget .recentcomments {
                    font-size: 18px;
                    line-height: 2rem;
                }

                .mad-widget .recentcomments li:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .mad-widget .recentcomments li {
                    position: relative;
                    padding-left: 2rem;
                }

                .mad-widget .recentcomments li:before {
                    position: absolute;
                    font-family: 'Material Icons Outlined';
                    content: 'comment';
                    font-size: 1rem;
                    top: 0;
                    left: 0;
                    line-height: 2rem;
                    color: #5ea6ce;
                }

                .mad-widget .recentcomments li a {
                    color: #00517f;
                }

                .mad-widget .recentcomments li a:hover {
                    text-decoration: underline;
                }
                

            /* ----------------------------------------
                Email
            ---------------------------------------- */

    /* ----------------------------------------
        Footer
    ---------------------------------------- */

        .mad-footer {
            position: relative;
            color: #e2f5ff;
            padding: 8rem 0;
            background: url(images/footer_bottom_img.png) no-repeat #00283f bottom center;
            background-size: contain;
        }

        .mad-footer a {
            color: #6dcbff;
        }

        .mad-footer address {
            font-style: normal;
        }

        .mad-footer address:not(:last-child) {
            margin-bottom: 0.8rem;
        }

        .mad-footer .mad-icon-btn {
            color: #040a1c;
            font-size: 1.875rem;
        }

        .mad-footer .mad-widget {
            font-size: inherit;
            line-height: inherit;
            text-align: center;
			z-index: 1;
			position: relative;
        }

        .mad-footer .mad-widget .mad-widget-title {
            color: #fff;
        }

        .copyrights {
            margin-top: 4.25rem;
            text-align: center;
            font-size: 16px;
        }

        .copyrights a {
            color: inherit;
        }

        /* Style 2 */

        .mad-footer.style-2 {
            color: #7a7879;
            text-align: center;
            background: url(images/footer_bottom_img_2.png) no-repeat transparent bottom center;
        }

        .mad-footer.style-2 .mad-widget .mad-widget-title {
            color: #040a1c;
        }

        .mad-footer.style-2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 544px;
            z-index: 0;
            background: -moz-linear-gradient(top, rgba(226,245,255,0) 0%, rgba(226,245,255,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(226,245,255,0) 0%,rgba(226,245,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(226,245,255,0) 0%,rgba(226,245,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .with-side-menu .mad-footer.style-2 {
            color: #595758;
            text-align: center;
        }

        .with-side-menu .mad-footer.style-2:after,
        .with-side-menu .mad-footer.style-2:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            height: 100%;
            left: 0;
            right: 0;
            /* background: url(images/footer_2_left.png) no-repeat bottom left; */
        }

        /* .with-side-menu .mad-footer.style-2:before { */
            /* background: url(images/footer_2_right.png) no-repeat bottom right; */
        /* } */

        .with-side-menu .mad-footer.style-2 .mad-footer-main {
            position: relative;
            padding: 8rem 0;
        }

        .with-side-menu .mad-footer.style-2 .mad-footer-main:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 544px;
            z-index: -1;
            background: -moz-linear-gradient(top, rgba(226,245,255,0) 0%, rgba(226,245,255,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(226,245,255,0) 0%,rgba(226,245,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(226,245,255,0) 0%,rgba(226,245,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .mad-footer.style-2 .mad-widget:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-footer.style-2 .mad-hr-list ul {
            justify-content: center;
        }

        .mad-footer.style-2 a {
            color: #00517f;
        }

        .mad-footer.style-2 .copyrights {
            color: #7a7879;
            margin-top: 1.5rem;
        }

.mad-footer.style-2 .mad-logo:not(:last-child) {
            margin-bottom: 2.5rem;
        }
    /* ----------------------------------------
        Grid
    ---------------------------------------- */
    
        [class*="item-col-"]:not(.no-gutters) {
            margin: -2rem -1rem 0;
        }

        [class*="item-col-"]:not(.no-gutters) > * {
            padding: 2rem 1rem 0;
        }

        .item-col {
            width: 100%; 
        }

        .item-col-1 > *
		{
            width: 100%;
        }
		
		.item-col-2 > *
		{
            width: 50%;
        }

        .item-col-3 > *
		{
            width: 33.3333%;
        }

        .item-col-4 > *
		{
            width: 25%;
        }

        .item-col-5 > *
		{
            width: 20%;
        }

        .item-col-6 > *
		{
            width: 16.6666%;
        }

        .row:not(.col-no-space) {
            margin-bottom: -2rem;
        }

        .row:not(.col-no-space) > [class*="col"] {
            padding-bottom: 2rem;
        }

		.row:not(.no-gutters):not(.col-no-space).hr-size-2 {
            margin-bottom: -6rem;
        }

        .row:not(.no-gutters):not(.col-no-space).hr-size-2 > [class*="col"] {
            padding-bottom: 6rem;
        }

        .row:not(.no-gutters):not(.col-no-space).hr-size-1 {
            margin-bottom: -3rem;
        }

        .row:not(.no-gutters):not(.col-no-space).hr-size-1 > [class*="col"] {
            padding-bottom: 3rem;
        }

        [class*="item-col-"].size-2:not(.no-gutters) {
            margin: -4.5rem -2.25rem 0;
        }

        [class*="item-col-"].size-2:not(.no-gutters) > * {
            padding: 4.5rem 2.25rem 0;
        }

    /* ----------------------------------------
        Square image
    ---------------------------------------- */

        .mad-square-image[data-bg-image-src] {
            position: relative;
            height: 0;
            padding-bottom: 100%;
        }

        .mad-square-image[data-bg-image-src] a {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }

        .mad-square-image.mad-square-image--size-90 {
            padding-bottom: 90%;
        }

        .mad-square-image.mad-square-image--size-80 {
            padding-bottom: 80%;
        }

        .mad-square-image.mad-square-image--size-70 {
            padding-bottom: 70%;
        }

        .mad-square-image.mad-square-image--size-60 {
            padding-bottom: 60%;
        }

        .mad-square-image.mad-square-image--size-50 {
            padding-bottom: 50%;
        }

        .mad-square-image.mad-square-image--size-40 {
            padding-bottom: 40%;
        }

        .mad-square-image--position-left-top {
            background-position: left top;
        }

        .mad-square-image--position-left-center {
            background-position: left center;
        }

        .mad-square-image--position-left-bottom {
            background-position: left bottom;
        }

        .mad-square-image--position-center-top {
            background-position: center top;
        }

        .mad-square-image--position-center-center {
            background-position: center center;
        }

        .mad-square-image--position-center-bottom {
            background-position: center bottom;
        }

        .mad-square-image--position-right-top {
            background-position: right top;
        }

        .mad-square-image--position-right-center {
            background-position: right center;
        }

        .mad-square-image--position-right-bottom {
            background-position: right bottom;
        }

    /* ----------------------------------------
        Modals
    ---------------------------------------- */

        .mad-modal {
            position: relative;
            width: 100%;
            height: 100%;
        }

    /* ----------------------------------------
        Arctic Modal
    ---------------------------------------- */

        .arcticmodal-container {
            background-color: #fff;
        }

        .arcticmodal-container_i2 {
            padding: 0;
            height: 100%;
        }

        .arcticmodal-container table {
            background-color: transparent;
            border: none;
        }

        .arcticmodal-container table tr {
            border: none;
            -webkit-transition: none;
                    transition: none;
        }

        .arcticmodal-container table tr:hover {
            background-color: transparent;
        }

    /* ----------------------------------------
        Responsive Iframe
    ---------------------------------------- */

        .mad-responsive-iframe {
            position: relative;
            height: 0;
            padding-bottom: 56%;
        }

        .mad-responsive-iframe > iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .mad-fullwidth-iframe > iframe {
            width: 100%;
        }

    /* ----------------------------------------
        Comments
    ---------------------------------------- */

        .comments-list {
            overflow: hidden;
        }

        .comments-list > .comment:first-child {
            margin-top: -2.5rem;
        }

        .comment {
            padding-top: 2.5rem;
        }

        .comment .fn {
            font-size: 1.125rem;
            margin-bottom: 0.5rem;
            color: #040a1c;
            display: block;
            font-weight: bold;
            font-style: normal;
            font-family: 'Asap', sans-serif;
        }

        .comment-author-avatar {
            float: left;
            margin-right: 1.25rem;
            position: relative;
            z-index: 2;
        }

        .comment .children > li,
        .comment.comment-has-children > .comment-body > .comment-author-info {
            position: relative;
        }

        .comment.comment-has-children > .comment-body > .comment-author-info::after {
            content: "";
            clear: both;
        }

        .comment-author-info {
            padding-left: 6.125rem;
        }

        .comment-meta {
            font-size: 0.875rem;
            line-height: 1rem;
            font-style: italic;

            margin-bottom: 0.9rem;
            color: #57a2cc;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: -0.5rem;
        }

        .comment-meta > * {
            margin-top: 0.5rem;
        }

        .comment-content:not(:last-child) {
            margin-bottom: 0.1rem;
        }

        .comment-actions {
            font-size: 0.6875rem;
            line-height: 1.75rem;
            text-transform: uppercase;
            color: #b1b1b1;
            letter-spacing: 0.82px;
            margin-left: -0.5rem;
            margin-right: -0.5rem;
        }

        .comment-actions > a {
            margin-left: 0.5rem;
            margin-right: 0.5rem;
        }

        .comment::after {
            content: "";
            display: block;
            clear: both;
        }

        .comment .children {
            padding-left: 6.25rem;
            overflow: hidden;
        }

        .comment .children > li::before {
            content: "";
            clear: both;
        }

    /* ----------------------------------------
        Vertical Navigation
    ---------------------------------------- */

        .mad-navigation-vertical {
            display: block !important;
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-navigation-vertical .sub-menu {
            padding-top: 0.125rem;
            padding-bottom: 0.625rem;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }

        .mad-navigation-vertical .sub-menu > li {
            margin-top: 0.5rem;
        }

        .mad-navigation-vertical .sub-menu > li.menu-item-has-children > a::after {
            font-family: 'Linearicons';
            content: "\e93a";
            margin-left: 0.4rem;
            vertical-align: middle;
            font-size: 0.75rem;
        }

        .mad-navigation-vertical .sub-menu a {
            color: #b1b1b1;
        }

        .mad-navigation-vertical > li:hover > a::before,
        .mad-navigation-vertical > li.mad-seleceted > a::before,
        .mad-navigation-vertical > li.mad-tapped > a::before,
        .mad-navigation-vertical > li.current-menu-ancestor > a::before,
        .mad-navigation-vertical > li.current-menu-parent > a::before,
        .mad-navigation-vertical > li.current-menu-item > a::before {
            opacity: 1;
        }

        .mad-navigation-vertical > li > a {
            text-transform: uppercase;
            letter-spacing: 0.81px;
            display: block;
            padding: 0.48rem 1.875rem;
            position: relative;
        }

        .mad-navigation-vertical > li > a::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 3px;
            opacity: 0;
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-navigation-vertical a {
            color: #040a1c;
            -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-body--scheme-brown .mad-navigation-vertical > li > a::before {
            background-color: #ba89f4;
        }

/* ----------------------------------------
    3. Components
---------------------------------------- */

    /* ----------------------------------------
        Social icons
    ---------------------------------------- */

        .mad-social-icons > ul {
            display: flex;
            flex-wrap: wrap;
font-style: normal;
            margin: -1rem -1rem 0;
        }

        .mad-social-icons ul li {
            padding: 1rem 1rem 0;
            font-size: 1.3125rem;
        }

        .mad-social-icons ul li a {
            color: #fff;
            opacity: 0.5;
font-size: 1.5rem;
        }
.mad-social-icons ul li a i {
            vertical-align: inherit;
        }

        .mad-social-icons ul li a:hover {
            opacity: 1;
        }

        .mad-social-icons.style-2 ul li a {
            color: #6dcbff;
        }

        .mad-social-icons.size-big ul li a {
            font-size: 2rem;
        }

        .mad-social-icons.style-3 ul li a {
            color: #00517f;
        } 

 .mad-social-icons.size-2 ul li a {
            font-size: 1.25rem;
        }

        .mad-social-icons.size-2 ul {
            margin: -0.75rem -0.75rem 0;
        }

        .mad-social-icons.size-2 ul li {
            padding: 0.75rem 0.75rem 0;
        }

    /* ----------------------------------------
        Dropcaps
    ---------------------------------------- */

        .mad-dropcap > *:first-child:first-letter {
            font-size: 3.5rem;
            font-family: "Satisfy", serif;
            font-weight: 900;
            line-height: 1;
            display: block;
            float: left;
            margin-right: 1rem;
            margin-top: 8px;
            color: #00517f;
        }

        .mad-dropcap--filled > *:first-child:first-letter {
            color: #6dcbff;
        }

        /* firefox only */
        @-moz-document url-prefix() {
            .mad-dropcap > *:first-child:first-letter {
                margin-top: 6px;
            }
            .mad-dropcap--filled > *:first-child:first-letter {
                margin-top: 4px;
                padding-top: 0.6rem;
                padding-bottom: 0.455rem;
            }
        }

    /* ----------------------------------------
        Alert Boxes
    ---------------------------------------- */

        .mad-alert-boxes-example {
            margin-top: -1rem;
        }

        .mad-alert-box {
            padding-top: 1rem;
        }

        .mad-alert-box strong {
            font-weight: inherit;
        }

        .mad-alert-box-inner {
            position: relative;
            padding-top: 19px;
            padding-bottom: 19px;
            padding-left: 4.5rem;
            padding-right: 3.75rem;
            text-align: initial;
        }

        .mad-alert-box-inner::before {
            font-family: 'Material Icons Outlined';
            font-size: 1.5rem;
            line-height: 1;
            position: absolute;
            left: 2rem;
            top: 24px;
        }

        .mad-alert-box-close {
            position: absolute;
            color: transparent;
            font-size: 1rem;
            line-height: 1;
            display: block;
            width: 1rem;
            height: 1rem;
            right: 2rem;
            top: 50%;
            margin-top: -0.5rem;
            overflow: hidden;
        }

        .mad-alert-box-close::-moz-selection {
            color: transparent;
        }

        .mad-alert-box-close::selection {
            color: transparent;
        }

        .mad-alert-box-close::-webkit-selection {
            color: transparent;
        }

        .mad-alert-box-close::after {
            font-family: "Material Icons";
            content: 'close';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            font-weight: bold;
            margin-top: -0.575rem;
            color: #686168;
        }

        .mad-alert-box--success {
            color: #38a100;
        }

        .mad-alert-box--success .mad-alert-box-inner {
            background:#e6f7dd;
            color: #277500;
        }

        .mad-alert-box--success .mad-alert-box-inner::before {
            content: "check_circle";
        }

        .mad-alert-box--warning {
            color: #ed4d0c;
        }

        .mad-alert-box--warning .mad-alert-box-inner {
            background: #ffe4d9;
            color: #c63801;
        }

        .mad-alert-box--warning .mad-alert-box-inner::before {
            content: "notification_important";
        }

        .mad-alert-box--info {
            color: #00517f;
        }

        .mad-alert-box--info .mad-alert-box-inner {
            color: #00517f;
            background: #e2f5ff;
        }

        .mad-alert-box--info .mad-alert-box-inner::before {
            content: "info";
        }

        .mad-alert-box--error {
            color: #8c0e13;
        }

        .mad-alert-box--error .mad-alert-box-inner {
            background: #ffe4e6;
        }

        .mad-alert-box--error .mad-alert-box-inner::before {
            content: "highlight_off";
        }

        .mad-csstransforms3d .mad-alert-box-close {
            -webkit-transition: -webkit-transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
                    transition:         transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
        }

        .mad-csstransforms3d .mad-alert-box-close:hover {
            -webkit-transform: scale3d(1.3, 1.3, 1.3);
                    transform: scale3d(1.3, 1.3, 1.3);
        }

    /* ----------------------------------------
        Lists
    ---------------------------------------- */

        .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before,
        .mad-entity-content ul > li i {
            font-size: 1.125rem;
            color: #00517f;
        }

        .mad-entity-content ol {
            list-style-position: inside;
            list-style-type: decimal;
        }

        .mad-entity-content ol ol, .mad-entity-content ol ul {
            padding-left: 2rem;
        }

        .mad-entity-content ol ul > li > ul,
        .mad-entity-content ol ul > li > ol {
            padding-left: 0;
        }
        
        .mad-list-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entity-content.style-2 ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before,
        .mad-entity-content.style-2 ul > li i {
            color: #6dcbff;
        }

        /* ----------------------------------------
            Icon List
        ---------------------------------------- */

            .mad-list--icon > li,
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li {
                padding-left: 2rem;
                position: relative;
            }

            .mad-list--icon > li > .icon,
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before {
                position: absolute;
                left: 1px;
                top: 0;
                line-height: 2rem;
            }

            .mad-list--icon ul,
            .mad-entity-content > ul:not(.mad-list--icon):not(.mad-icon-first) {
                padding-top: 1rem;
            }

            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child), 
            .mad-list--icon > li:not(:last-child), .mad-list--icon-big > li:not(:last-child), 
            .mad-entity-content ol:not(.mad-list--unstyled) > li:not(:last-child),
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child), 
            .mad-list--icon > li:not(:last-child), 
            .mad-list--icon-big > li:not(:last-child), 
            .mad-entity-content ol:not(.mad-list--unstyled) > li:not(:last-child) {
                margin-bottom: 1rem;
            }

        /* ----------------------------------------
            Horizontal list
        ---------------------------------------- */

        .mad-hr-list ul {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-hr-list ul li:not(:last-child) {
            margin-right: 1.5rem;
        }

        /* ----------------------------------------
            Vertical list
        ---------------------------------------- */

       .mad-vr-list ul li:not(:last-child),
        .mad-tag-list > li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-tag-list:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-tag-list {
            font-size: 1rem;
            line-height: 1.5rem;
            font-style: italic;
        }

        .mad-tag-list > li {
            color: #57a2cc;
            display: flex;
            flex-wrap: wrap;
        }

        .mad-tag-list li span {
            color: #595758;
            padding-right: 4px;
        }

        .mad-tag-list li .mad-social-icons > ul {
            margin: -0.75rem -0.75rem 0;
        }

        .mad-tag-list li .mad-social-icons {
            padding-left: 1rem;
        }

        .mad-tag-list li .mad-social-icons > ul > li {
            padding: 0.75rem 0.75rem 0;
        }

        .mad-likes {
            font-size: 0.875rem;
            color: #57a2cc;
            font-style: italic;
            padding-left: 1rem;
			line-height: 32px;
        }

        .mad-tag-list.type-2 li > span,
        .mad-tag-list.type-2 > li {
            display: block;
        }

        .mad-tag-list .mad-social-icons ul li a {
            font-size: 1.25rem;
        }
    /* ----------------------------------------
        Dividers
    ---------------------------------------- */

        hr {
            border-width: 1px 0 0 0;
            border-style: solid;
            border-color: #eaeaea;
        }

        hr:not(:first-child) {
            margin-top: 2.51875rem;
        }

        hr:not(:last-child) {
            margin-bottom: 2.51875rem;
        }

        hr.mad-divider--medium {
            border-top-width: 2px;
        }

        hr.mad-divider--large {
            border-top-width: 3px;
        }

        hr.mad-divider--shorter {
            width: 30px;
        }

        hr.mad-divider--scheme-dark {
            border-color: #b1b1b1;
        }

        hr.mad-divider--scheme-darkest {
            border-color: #040a1c;
        }

    /* ----------------------------------------
        Blockquotes
    ---------------------------------------- */

        .mad-testimonials.with-bg .mad-testimonial {
            margin: 1.5rem 0;
            padding: 1.5rem 2rem;
            background: #e2f5ff;
        }

        .mad-testimonials.with-bg .mad-testimonial blockquote:after {
            left: auto;
            right: 0;
            margin-left: 0;
            color: #f4fbff;
            top: 1rem;
        }

        .mad-testimonials.with-bg.style-2 .mad-testimonial {
            background: #00517f;
        }

    /* ----------------------------------------
        Buttons
    ---------------------------------------- */

        .btn {
            padding: 1rem 2.5rem 1rem;
            display: inline-block;
            font-size: 1rem;
            color: #ffffff;
            letter-spacing: 0.1px;
            font-weight: normal;
            text-align: center;
            line-height: 1rem;
            position: relative;
            white-space: nowrap;
            z-index: 1;
            position: relative;
            background: #00517f;
        }

        .btn:hover {
            background: #6dcbff;
            color: #040a1c;
        }

        .btn-small {
            font-size: 0.9375rem;
            padding: 0 2rem;
            line-height: 2rem;
            font-size: 0.875rem;
        }

        .btn-big {
            font-size: 1.25rem;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            padding-left: 3rem;
            padding-right: 3rem;
        }

        [class*="btn"] i {
            font-size: 1rem;
            display: inline-block;
            line-height: inherit;
        }

        .btn-small i {
            font-size: 1rem;
        }

        .btn-big i {
            font-size: 1rem;
        }

        .svg path, 
        svg path 
		{
            fill: transparent;
        }

        [class*="btn"] i:not(:only-child):first-child {
            margin-right: 0.5rem;
        }

        [class*="btn"] i:not(:only-child):last-child {
            margin-left: 0.5rem;
        }

        [class*="btn"].btn-style-2:not(:hover) {
            background: #57a2cc;
        }

        [class*="btn"].btn-style-3:not(:hover) {
            background: #36657f;
        }

        [class*="btn"].btn-style-4 {
            background: #e2f5ff;
            color: #040a1c;
        }

        [class*="btn"].btn-style-4:hover {
            background: #6dcbff;
        }

        [class*="btn"].btn-style-4 .svg path, 
        [class*="btn"].btn-style-4 svg path 
		{
            stroke: #2d3546;
        }

        [class*="btn"].btn-style-5 {
            background: #6dcbff;
            color: #040a1c;
        }

        [class*="btn"].btn-style-5:hover {
            background: #e2f5ff;
        }

        [class*="btn"].btn-style-5 .svg path, 
        [class*="btn"].btn-style-5 svg path 
		{
            stroke: #2d3546;
        }

        [class*="btn"].btn-style-6:not(:hover) {
            background: #d7e0e5;
            color: #040a1c;
        }

        [class*="btn"].btn-style-6 .svg path, 
        [class*="btn"].btn-style-6 svg path 
		{
            stroke: #040a1c;
        }

        [class*="btn"] i {
            max-height: 0;
        }

        [class*="btn"].btn-big i {
            font-size: 1.5rem;
        }

        [class*="btn"] .svg, 
        [class*="btn"] svg 
		{
            width: 39px;
            height: 18px;
            display: inline-block;
            vertical-align: -1px;
            line-height: inherit;
        }

        [class*="btn"].btn-small .svg, 
        [class*="btn"].btn-small svg 
		{
            height: 14px;
            width: 29px;
        }

        [class*="btn"] .svg path, 
        [class*="btn"] svg path 
		{
            stroke: #fff;
        }

        [class*="btn"].icon-btn {
            padding: 0;
            line-height: 3rem;
            min-width: 3rem;
            text-align: center;
        }

        [class*="btn"].btn-big.icon-btn {
            line-height: 4rem;
            min-width: 4rem;
        }

        .page-nav {
            padding-top: 3.5rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
margin: 0 -0.5rem;
        }

        .page-nav .menu-button {
            font-size: 30px;
        }
.page-nav .page-nav-btn {
            color: #cac9c9;
        }

        .page-nav .page-nav-btn i {
            font-size: 2.5rem;
        }

        .page-nav .page-nav-btn:hover {
            color: #6dcbff;
        }

        .btn-wrap {
            margin: -0.625rem;
        }

        .btn-wrap > * {
            margin: 0.625rem;
        }

        .prev-btn,
        .next-btn,
        .exp {
            font-weight: 600;
            margin-left: 30px;
            position: relative;
        }

        .prev-btn,
        .next-btn {
            border-bottom: 1px solid transparent;
        }

        .prev-btn:hover,
        .next-btn:hover {
            border-bottom-color: inherit;
        }

        .prev-btn:before,
        .next-btn:before,
        .exp:before {
            font-family: 'Linearicons';
            content: '\e964';
            font-size: 20px;
            color: #262626;
            position: absolute;
            font-weight: normal;
            left: 0;
            top: 0;
            margin-top: -3px;
            margin-left: -30px;
        }

        .next-btn{
            margin-left: 0;
            margin-right: 30px;
        }

        .next-btn:before {
            margin-left: 0;
            margin-right: -30px;
        }

        .next-btn:before {
            content: '\e965';
            right: 0;
            left: auto;
        }

        .mad-back-to-top {
            width: 56px;
            height: 56px;
            padding: 0;
            text-align: center;
            position: fixed;
            z-index: 103;
            right: 3%;
            top: 60%;
            color: #232831;
            background: #e0e1e3;
        }

        .mad-back-to-top .icon {
            font-size: 2rem;
            line-height: 3.5rem;
        }

        .mad-read-more {
            color: #00517f;
            font-weight: 500;
white-space: nowrap;
            display: inline-block;
            position: relative;
            line-height: 1rem;
            margin-right: 3rem;
        }

        .mad-read-more:hover {
            text-decoration: underline;
        }

        .mad-read-more .svg,
        .mad-read-more svg
		{
            position: absolute;
            right: -3rem;
            top: 0;
            line-height: inherit;
            width: 39px;
            height: 18px;
        }

        .mad-read-more .svg path, 
        .mad-read-more svg path 
		{
            stroke: #0f5b87;
        }

        .mad-read-more.style-2 {
            color: #57a2cc;
        }

        .mad-read-more.style-2 .svg path, 
        .mad-read-more.style-2 svg path 
		{
            stroke: #57a2cc;
        }

        .mad-read-more.style-3 {
            color: #36657f;
        }

        .mad-read-more.style-3 .svg path, 
        .mad-read-more.style-3 svg path 
		{
            stroke: #36657f;
        }

        .mad-read-more.style-4 {
            color: #e2f5ff;
        }

        .mad-read-more.style-4 .svg path, 
        .mad-read-more.style-4 svg path 
		{
            stroke: #e2f5ff;
        }

        .mad-read-more.style-5 {
            color: #6dcbff;
        }

        .mad-read-more.style-5 .svg path, 
        .mad-read-more.style-5 svg path 
		{
            stroke: #6dcbff;
        }

        .mad-read-more.style-6 {
            color: #d7e0e5;
        }

        .mad-read-more.style-6 .svg path, 
        .mad-read-more.style-6 svg path 
		{
            stroke: #d7e0e5;
        }

        .btn-set {
            margin: -0.5rem -0.25rem 0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .btn-set > * {
            margin: 0.5rem 0.25rem 0;;
        }

        .btns-set:not(:last-child) {
            margin-bottom: 1rem;
        }

        .btns-set {
            margin: -1rem -1rem 0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .btns-set > ul {
            width: 33.3333%;
            padding: 1rem 1rem 0;
        }

        .btns-set ul > li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .btns-set .row > .col {
            flex-grow: 0;
        }

        .mad-share-btns {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: -0.25rem -0.125rem 0;
        }

        .mad-share-btns > a {
            padding: 0.3125rem 2rem;
            font-size: 0.9375rem;
            letter-spacing: 0.1px;
            color: #fff!important;
            border-radius: 8px;
            font-weight: 500;
            margin: 0.25rem 0.125rem 0;
            background-image: none!important;
        }

        .mad-share-btns > a i {
            font-size: 0.75rem;
            margin-right: 0.625rem!important;
            margin-left: 0!important;
            margin-top: 0.25rem;
            line-height: 25px;
        }

        .mad-share-btns > a i.icon {
            font-size: 0.875rem;
        }

        .mad-share-btns > span {
            margin-right: 1rem;
        }

        .mad-share-facebook {
            background: #3a5599;
        }

        .mad-share-twitter {
            background: #1f9de9;
        }

        .mad-share-pinterest {
            background: #e00b2b;
        }

        .mad-share-in {
            background: #2a8dc0;
        }

        .mad-share-email {
            background: #4caa19;
        }

        .mad-dir {
            font-size: 1rem;
            line-height: 1.5rem;
        }

    /* ----------------------------------------
        Panels (Accordions & Toggles)
    ---------------------------------------- */

        .mad-panels-title > button {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: 500;
            font-family: "Asap", serif;
            text-align: initial;
            display: block;
            width: 100%;
            position: relative;
            background-clip: padding-box;
            color: #00517f;

            -webkit-transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);

            -ms-word-break: break-all;
                word-break: break-all;

            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                 -o-user-select: none;
                    user-select: none;
        }

        .mad-panels-title > button:before {
            font-family: 'Material Icons';
            font-size: 0.875rem;
            line-height: 1;
            font-weight: 600;
            color: #00517f;
            margin-right: 0.875rem;
            -webkit-transition-property: opacity;
                    transition-property: opacity;
            -webkit-transition-duration: inherit;
                    transition-duration: inherit;
            -webkit-transition-timing-function: inherit;
                    transition-timing-function: inherit;
        }

        .mad-panels-title > button:before {
            content: "add";
        }

        .mad-panels-title:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-panels-active.mad-panels-title > button::before {
            content: "remove";
        }

        .mad-panels-active.mad-panels-title > button::after {
            opacity: 1;
        }

        .mad-panels-definition {
            font-size: 1rem;
            color: #595758;
        }

        .mad-panels-definition:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-panels--style-2 .mad-panels-title.mad-panels-active > button {
            border-bottom-color: transparent;
        }

        .mad-panels--style-2 .mad-panels-definition {
            padding-left: 2rem;
            padding-top: 1.5rem;
            padding-bottom: 2.5rem;
            padding-right: 2rem;
        }

        .mad-panels--style-2 .mad-panels-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-panels--style-2 .mad-panels-definition:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title > button {
            background-color: #f0faff;
            color: #00517f;
            padding: 1rem 1.75rem;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title.mad-panels-active > button {
            color: #040a1c;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button,
        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button {
            color: #fff;
            background: #00517f;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title > button:before,
        .mad-panels.mad-panels--style-2 .mad-panels-title > button:after {
            left: 2rem;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button:before,
        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button:after {
            color: #fff;
        }

        .mad-csstransforms3d .mad-panels-title > button::after,
        .mad-csstransforms3d .mad-panels-title > button::before {
            -webkit-transition-property: -webkit-transform, opacity;
                    transition-property:         transform, opacity;
        }

        .mad-csstransforms3d .mad-panels-title > button::after,
        .mad-csstransforms3d .mad-panels-title.mad-panels-active > button::before {
            color: #040a1c;
        }

    /* ----------------------------------------
        Tabs & Tour Sections
    ---------------------------------------- */

       .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav > span:not(:last-child) {
			margin-right: 2.5rem;
		}
		
		.mad-tabs.mad-tabs--tour-sections .mad-tabs-nav > span {
			margin-right: 0!important;
			display: block;
		}

	   .mad-tabs:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled) {
            /* overflow: hidden; */
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
            font-weight: 500;
            font-family: "Asap", serif;
            font-size: 1.125rem;
            line-height: 1.5rem;
            display: flex;
             white-space: nowrap;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
            color: #00517e;
            display: block;
            border-bottom: 2px solid transparent;

            -webkit-transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-tabs:not(.mad-tabs--unstyled):not(mad-tabs--style-2) .mad-tabs-nav > span.mad-active a {
            color: #040a1c;
            border-color: #040a1c;
        }

        .mad-tabs-container .mad-tab {
            font-size: 1rem;
            padding-top: 2.0rem;
        }

        .mad-tabs.mad-tabs--style-2 .mad-tabs-nav {
            margin-left: -4px;
            margin-right: -4px;
        }

        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a {
            border: none;
        }

        .mad-tabs.mad-tabs--style-2 .mad-tabs-nav > span {
            margin-left: 4px;
            margin-right: 4px;
        }

        .mad-tabs.mad-tabs--style-2 .mad-tabs-nav a {
            padding: 1rem 2rem;
            background: #f0faff;
            color: #00517f;
        }

        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav > span.mad-active a {
            background: #00517f;
            color: #fff;
        }

        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2:not(.mad-tabs--tour-sections) .mad-tabs-container .mad-tab {
            padding-left: 32px;
        }

        .mad-tabs.mad-tabs--tour-sections {
            display: flex;
        }

        .mad-tabs.mad-tabs--tour-sections > * {
            width: 100%;
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav {
            max-width: 13.125rem;
            display: block;
            margin: 0;
            margin-right: 2rem;
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav > span {
            margin: 0;
            display: block;
        }

        .mad-tabs.mad-tabs--tour-sections:not(.mad-tabs--style-2) .mad-tabs-nav > span a {
            display: inline-block
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav > span:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-container .mad-tab {
            padding-top: 0;
        }

        .mad-tabs.mad-tabs--tour-sections.mad-tabs--style-2 .mad-tabs-nav > span:not(:last-child) {
            margin-bottom: 0.5rem;
        }

    /* ----------------------------------------
        Pagination
    ---------------------------------------- */


 .mad-pagination {
            display: flex;
            margin: -2px;
        }

        .mad-pagination > li {
            padding: 2px;
        }

        .mad-pagination > li > a {
            font-size: 1rem;
            width: 3rem;
            height: 3rem;
            text-align: center;
            line-height: 3rem;
            background: #00517f;
            color: #fff;
            display: block;
        }

        .mad-pagination > li > a:hover,
        .mad-pagination > li > a.current {
            background: #6dcbff;
            color: #040a1c;
        }

    /* ----------------------------------------
        Progress Bars
    ---------------------------------------- */

        .mad-progress-bars-item:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-progress-bar {
            height: 0.5rem;
            position: relative;
            background-color: #d7e0e5;
        }

        .mad-progress-bar-title {
            font-size: 1.125rem;
            font-weight: 600;
            display: block;
            position: relative;
            padding-right: 5rem;
            color: #040a1c;
        }

        .mad-progress-bar-title::after {
            content: attr(data-value) attr(data-units);
            position: absolute;
            font-weight: 600;
            bottom: 0;
            right: 0;
        }

        .mad-progress-bar-indicator {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: auto;
            background: #00517f;
        }

        .mad-progress-bars--secondary .mad-progress-bar {
            background: #e2f5ff;
        }

        .mad-progress-bars--secondary .mad-progress-bar-indicator {
            background: #6dcbff;
        }

    /* ----------------------------------------
        Counters
    ---------------------------------------- */

        .mad-counters {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            z-index: 2;
            text-align: center;
        }

.mad-counters[class*="item-col-"]:not(.no-gutters) {
            margin-top: -3rem;
        }

        .mad-counters[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 3rem;
        }
        .mad-counter {
            color: #595758;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-counter-count {
            font-family: "Satisfy", serif;
            font-size: 3.75rem;
            line-height: 4.5rem;
            white-space: nowrap;
            color: #040a1c;
        }

        .mad-counter-icon {
            line-height: 1;
        }

        .mad-counter-icon .svg, 
        .mad-counter-icon svg 
		{
            width: 56px;
            height: 56px;
        }

        .mad-counter .mad-counter-icon:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-counter-icon .svg .cls-1, 
        .mad-counter-icon svg .cls-1 
		{
            stroke: #6dcbff;
        }

        .mad-counters.style-2 .mad-counter {
            color: #e2f5ff;
        }

        .mad-counters.style-2 .mad-counter-count {
            color: #fff;
        }

        .mad-counters.no-icons .mad-counter-icon {
            display: none;
        }

    /* ----------------------------------------
        Tooltips
    ---------------------------------------- */

        [data-tooltip]:not(a) {
            color: #36657f;
        }

        .monkeysan-tooltip-skin-mad {
            font-size: 0.8125rem;
            line-height: 1.5rem;
            font-weight: 400;
            font-style: italic;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            color: #fff;
            background-color: #36657f;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            position: absolute;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-top::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            margin-top: -1px;
            border-width: 7px 8px 0 8px;
            border-color: #36657f transparent transparent transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-top.monkeysan-tooltip-position-reversed::after {
            top: auto;
            right: auto;
            bottom: 100%;
            left: 50%;
            margin-left: -8px;
            margin-bottom: -1px;
            border-width: 0 8px 7px 8px;
            border-color: transparent transparent #36657f transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-right::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-left.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: 100%;
            top: 50%;
            left: auto;
            margin-top: -8px;
            margin-right: -1px;
            border-width: 8px 7px 8px 0;
            border-color: transparent #36657f transparent transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-left::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-right.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 50%;
            left: 100%;
            margin-top: -8px;
            margin-left: -1px;
            border-width: 8px 0 8px 7px;
            border-color: transparent transparent transparent #36657f;
        }

    /* ----------------------------------------
        Team Members
    ---------------------------------------- */

        .mad-team {
            display: flex;
            flex-wrap: wrap;
        }

 .mad-team[class*="item-col-"]:not(.no-gutters) {
            margin-top: -4rem;
        }

        .mad-team[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 4rem;
        }
        .mad-team .mad-team-member {
            position: relative;
            transition: all .5s ease;
        }

        .mad-team.big-type .mad-team-member {
            display: flex;
            align-items: center;
        }

        .mad-team.big-type .mad-col:not(:last-child) {
            margin-bottom: 5rem;
        }

        .mad-team.big-type .mad-col:nth-child(2n) .mad-team-member {
            flex-direction: row-reverse;
        }

        .mad-team.big-type .mad-col:nth-child(2n) .mad-team-member .mad-team-member-info {
            padding-left: 0;
            padding-right: 6.25rem;
        }

        .mad-team.big-type .mad-team-member > * {
            max-width: 50%;
            width: 50%;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-team-member-info {
            text-align: center;
            padding: 1.5rem;
            padding-bottom: 0;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-team.big-type .mad-team-member .mad-info-header:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-info-header:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-team.big-type .mad-team-member .mad-team-member-info {
            padding: 2rem 0;
            padding-left: 4.5rem;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-team-member-name {
            font-family: 'Asap', sans-serif;
            font-weight: 600;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-team-member-name a {
            color: #00517f;
        }

        .mad-team .mad-team-member .mad-team-member-name:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-social-icons ul {
            justify-content: center;
        }

        .mad-team .mad-team-member .mad-member-stat {
            font-style: italic;
            color: #7a7879;
            line-height: 1.5rem;
        }

        .mad-team .mad-team-member .mad-team-member-photo img {
            width: 100%;
        }

        .mad-team.big-type .mad-team-member .mad-social-icons {
            margin-top: 3rem;
        }

        .mad-team.big-type .mad-team-member .mad-social-icons ul li a {
            font-size: 1.875rem;
        }

        .mad-team.style-2[class*="item-col-"]:not(.no-gutters) {
            margin: -0.5rem -0.25rem 0;
        }

        .mad-team.style-2[class*="item-col-"]:not(.no-gutters) > * {
            padding: 0.5rem 0.25rem 0;
        }

        .mad-team.style-2 .mad-team-member {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

        .mad-team.style-2 .mad-team-member:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: -moz-linear-gradient(top, rgba(0,33,50,0) 0%, rgba(0,17,26,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(0,33,50,0) 0%,rgba(0,17,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(0,33,50,0) 0%,rgba(0,17,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .mad-team.style-2 .mad-team-member .mad-team-member-info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2;
            padding-bottom: 2rem;
            transition: all .5s ease;
            transform: translateY(2rem);
        }

        .mad-team.style-2 .mad-team-member:hover .mad-team-member-info {
            transform: translateY(0);
        }

        .mad-team.style-2:not(.big-type) .mad-team-member .mad-team-member-name a {
            color: #fff;
        }

        .mad-team.style-2 .mad-team-member .mad-member-stat {
            color: #b8c5d2;
        }

        .mad-team.style-2 .mad-team-member .mad-social-icons {
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-team.style-2 .mad-team-member:hover .mad-social-icons {
            opacity: 1;
            visibility: visible;
        } 

    /* ----------------------------------------
        Tables
    ---------------------------------------- */

        table {
            table-layout: fixed;
            border-collapse: collapse;
            width: 100%;
            border: none;
        }

        table:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        table tr {
            -webkit-transition-property: background-color;
            transition-property: background-color;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 500ms;
                    transition-duration: 500ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            border-width: 0;
            border-style: solid;
        }

        table tr:hover, table tr:focus {
            -webkit-transition-duration: 150ms;
                    transition-duration: 150ms;
        }

        table td,
        table th {
            padding-right: 1rem;
            padding-left: 1rem;
            border-bottom: 1px solid #d7e0e5;
			padding-top: 12px;
			padding-bottom: 12px;
        }
		
		table td.mad-table-cell{
			padding-top: 0;
			padding-bottom: 0;
		}
		table td.mad-table-cell {
            padding-top: 0;
            padding-right: 2rem;
            padding-bottom: 0;
            padding-left: 2rem;
            border-bottom: 1px solid #e2f5ff;
        }

        table.mad-table--responsive-md:not(.mad-table--vertical) tbody tr:last-child td,
        table.mad-table--vertical tfoot tr:last-child td {
            border-bottom: none;
        }

        table td {
            font-size: 1rem;
        }
		table td.mad-table-cell {
			line-height: 48px;
		}

        table th,
        table tfoot {
            font-weight: 600;
            color: #040a1c;
        }

		table thead.mad-table-head {
			background-color: transparent;
		}
        table thead th {
            padding-top: 12px;
            padding-bottom: 12px;
        }
		.mad-table.mad-table--vertical tr th,
        .mad-table.mad-table--vertical tr td {
            padding-top: 0;
            padding-bottom: 0;
        }

        table tr.bg,
        .mad-table.mad-table--vertical tr th {
            background: #e2f5ff;
        }

        .mad-table-wrap.style-2 table tr.bg,
        .mad-table-wrap.style-2 .mad-table.mad-table--vertical tr th {
            background: #d7e0e5;
        }

        .mad-table-wrap.style-2 tr td {
            border-color: #d7e0e5;
        }

        .mad-table.mad-table--vertical tr th {
            width: 30%;
        }

        /* Pricing tables */

.mad-pricing-tables[class*="item-col-"]:not(.no-gutters) {
            margin-top: -4rem;
        }

        .mad-pricing-tables[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 4rem;
        }
        .mad-pricing-tables {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-pricing-table {
            display: flex;
            width: 100%;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-pricing-table .mad-pricing-table-title {
            font-family: 'Asap', sans-serif;
            font-weight: 600;
			font-size: 30px;
			line-height: 40px;
			letter-spacing: 0;
        }

        .mad-pricing-table-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-pricing-table p:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-pricing-table-price {
            position: relative;
            font-family: 'Satisfy', serif;
            font-size: 4.5rem;
            padding-top: 10px;
            margin-right: 2rem;
            color: #6dcbff;
            line-height: 1;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table {
            color: #e2f5ff;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-title {
            color: #fff;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table {
            display: block;
            padding: 72px 64px;
            background: #f0faff;
            text-align: center;
            transition: all .5s ease;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table-price {
            padding-top: 0;
            margin-right: 0;
            margin-bottom: 1rem;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table:hover {
            background: #00517f;
            color: #e2f5ff;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table:hover .mad-pricing-table-title {
            color: #fff;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table:hover .btn {
            background: #6dcbff;
            color: #040a1c;
        }

    /* ----------------------------------------
        Banners
    ---------------------------------------- */

        .mad-banners {
            overflow: hidden;
			padding: 2rem;
        }

		.mad-banner .mad-banner-inner {
            font-size: 18px;
            line-height: 2rem;
            padding: 4rem 1rem;
            text-align: center;
            color: #e2f5ff;
            background: rgba(0,33,50,0.8);
        }

        .mad-banner-inner .mad-title {
            color: #fff;
        }

    /* ----------------------------------------
        Icon boxes
    ---------------------------------------- */

        .mad-icon-boxes:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-icon-boxes[class*="item-col-"]:not(.no-gutters) {
            margin-top: -4.5rem;
        }

        .mad-icon-boxes[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 4.5rem;
        }

        .mad-icon-boxes {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-icon-boxes .mad-icon-box {
            font-size: 1rem;
            line-height: 1.5rem;
            text-align: center;
            padding: 0 1.5rem;
        }

        .mad-icon-box .mad-icon-box-icon {
            color: #82bbc9;
            font-size: 3.75rem;
            display: block;
        }

        .mad-icon-boxes:not(.style-2).mad-icon-box-content {
            padding-right: 20px;
        }

        .mad-icon-box-content > span {
            color: #999;
        }

        .mad-icon-box .mad-icon-box-icon .svg, 
        .mad-icon-box .mad-icon-box-icon svg 
		{
            width: 72px;
            height: 72px;
        }

        .mad-icon-box .mad-icon-box-icon .svg .cls-1, 
        .mad-icon-box .mad-icon-box-icon svg .cls-1 
		{
            stroke: #6dcbff;
        }

        .mad-icon-boxes:not(.hr-type) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-icon-box .mad-icon-box-title {
            font-family: 'Asap', sans-serif;
            font-weight: 600;
        }

        .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 0.5rem;
        } 

        .mad-icon-box p:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-icon-boxes.small-size  .mad-icon-box-icon .svg, 
        .mad-icon-boxes.small-size  .mad-icon-box-icon svg 
		{
            width: 42px;
            height: 42px;
        }

        .mad-icon-boxes.small-size:not(.hr-type) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-icon-boxes.small-size .mad-icon-box .mad-icon-box-title {
            font-size: 1.25rem;
            line-height: 1.75rem;
        }

        .mad-icon-boxes.small-size .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-icon-boxes .mad-icon-box .mad-social-icons {
            padding-top: 0.875rem;
        }

        .mad-icon-boxes .mad-icon-box .mad-read-more {
            font-size: 1.125rem;
        }

        /* Hotizontal type */

        .mad-icon-boxes.hr-type .mad-icon-box {
            display: flex;
            padding-left: 0;
            text-align: left;
        }

        .mad-icon-boxes.hr-type .mad-icon-box > .mad-icon-box-icon {
            margin-right: 1.5rem;
            padding-top: 0.5rem;
        }

        /* Style color white */

        .mad-icon-boxes.style-2 .mad-icon-box {
            color: #e2f5ff;
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-title {
            color: #fff;
        }

    /* ----------------------------------------
        Image boxes
    ---------------------------------------- */

        

    /* ----------------------------------------
        Entities
    ---------------------------------------- */

.mad-entities[class*="item-col-"]:not(.no-gutters) {
            margin-top: -4rem;
        }

        .mad-entities[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 4rem;
        }
        .mad-entities[class*="item-col-"]:not(.mad-grid--isotope) {
            display: flex;
            flex-wrap: wrap;
        }

.mad-entities .mad-entity {
            height: 100%;
        }
        .mad-entities .mad-entity:not(:last-child),
        .mad-entities:not([class*="item-col-"]):not(.type-3) .mad-col:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entities:not(.type-2):not(.type-3):not(.style-3) .mad-entity {
            position: relative;
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-entities:not(.type-2):not(.type-3):not(.style-3):not(.single-entity) .mad-entity {
            text-align: center;
        }

       .mad-entities:not(.type-2):not(.type-3):not(.mad-entity-hr) .mad-entity .mad-entity-content {
            padding: 0 2rem;
        }

        .mad-entities:not(.type-2):not(.type-3):not(.style-3) .mad-entity .mad-entity-media:not(:last-child) {
            margin-bottom: 2rem;
        }

         .mad-entities:not(.single-entity) .mad-entity p:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entities:not(.type-2):not(.type-3) .mad-entity .mad-entity-title {
            font-weight: 600;
            font-family: 'Asap', sans-serif;
        }

        .mad-entity .mad-read-more {
            font-size: 1.125rem;
        }

        /* ----------------------------------------
            Style 2
        ---------------------------------------- */

        .mad-entities.style-2 .mad-entity {
            color: #e2f5ff;
        }

        .mad-entities.style-2 .mad-entity .mad-entity-title a {
            color: #fff;
        }

        /* ----------------------------------------
            Style 3
        ---------------------------------------- */

        .mad-entities:not(.type-2):not(.type-3).style-3:not(.mad-entity-hr) .mad-entity .mad-entity-content,
        .mad-entity-body {
            padding: 2rem;
            transition: all .5s ease;
        }
 .mad-entities:not(.type-2):not(.type-3).style-3:not(.mad-entity-hr) .mad-entity {
            background: #fff;
        }

        .mad-entities.style-3 .mad-entity time {
            font-style: italic;
            font-size: 0.875rem !important;
            line-height: 1rem;
            color: #57a2cc;
            display: block;
        }

        .mad-entities.style-3 .mad-entity time:not(:last-child) {
            margin-bottom: 8px;
        }

		.mad-entity .mad-entity-media img {
            width: 100%;
			height: auto;
        }
		
		.mad-entities.single-entity  .related-news .mad-entity .mad-entity-title {
			font-weight: 600 !important;
			font-family: inherit !important;
			word-break: break-word;
		}
		
		.single-post .post-content-single.content-element-13:not(:last-child) {
			margin-bottom: 5.5rem;
		}

        /* ----------------------------------------
            Type 2
        ---------------------------------------- */

        .mad-entities.type-2:not([class*="item-col-"]) .mad-col:not(:last-child) {
            margin-bottom: 5rem;
        }

        .mad-entities.type-2 .mad-entity {
            position: relative;
            padding-bottom: 7.25rem;
            display: flex;
        }

        .mad-entities.type-2 .mad-entity .mad-entity-content {
            position: absolute;
            right: 0;
            bottom: 0;
            background: #f0faff;
            padding: 4.5rem;
            max-width: 35.5rem;
            transition: all .5s ease;
            z-index: 1;
        }

        .mad-entities.type-2 .mad-entity .mad-entity-content:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            outline: 2rem solid #fff;
            z-index: -1;
        }

        .mad-entities.type-2 .mad-entity:hover .mad-entity-content {
            background: #00283f;
            color: #e2f5ff;
        }

        .mad-entities.type-2 .mad-entity:hover .mad-entity-title a {
            color: #fff;
        }

        .mad-entities.type-2 .mad-entity:hover .mad-read-more {
            color: #6dcbff;
        }

        .mad-entities.type-2 .mad-entity:hover .mad-read-more .svg path, 
        .mad-entities.type-2 .mad-entity:hover .mad-read-more svg path 
		{
            stroke: #6dcbff;
        }

        .mad-entities.type-2 .mad-col:nth-child(2n) .mad-entity {
            padding-bottom: 0;
            padding-top: 7.25rem;
            flex-direction: row-reverse;
        }

        .mad-entities.type-2 .mad-col:nth-child(2n) .mad-entity .mad-entity-content {
            right: auto;
            left: 0;
            top: 0;
            bottom: auto;
        }

        /* ----------------------------------------
            Type 3
        ---------------------------------------- */

        .mad-entities.type-3 .mad-entity {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-entities.type-3 .mad-entity > * {
            width: 50%;
        }

        .mad-entities.type-3 .mad-entity .mad-entity-content {
            background: #f0faff;
            padding: 8.5rem 11rem;
            text-align: center;
            transition: all .5s ease;
        }

        .mad-entities.type-3 .mad-col:nth-child(2n) .mad-entity {
            flex-direction: row-reverse;
        }

        .mad-entities.type-3 .mad-entity:hover .mad-entity-content {
            background: #00517f;
            color: #e2f5ff;
        }

        .mad-entities.type-3 .mad-entity:hover .mad-entity-title a {
            color: #fff;
        }

        .mad-entities.type-3 .mad-entity:hover .mad-read-more {
            color: #6dcbff;
        }

        .mad-entities.type-3 .mad-entity:hover .mad-read-more .svg path, 
        .mad-entities.type-3 .mad-entity:hover .mad-read-more svg path 
		{
            stroke: #6dcbff;
        }

/* ----------------------------------------
            Gorizontal
        ---------------------------------------- */

        .mad-entities.mad-entity-hr .mad-entity:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-entities.mad-entity-hr .mad-entity {
            display: flex;
        }

        .mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
            min-width: 5.5rem;
            margin-right: 1.5rem;
        }

        .mad-entities.mad-entity-hr .mad-entity-content {
            background: transparent;
            padding: 0;
            padding-top: 0.5rem;
        }

        .mad-entities.mad-entity-hr .mad-entity-title {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        /* ----------------------------------------
            Big size
        ---------------------------------------- */

        .mad-entities.mad-entities-big:not(:last-child) {
            margin-bottom: 3rem;
        }

        .mad-entities.mad-entities-big .mad-entity time {
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .mad-entities.style-3:not(.single-entity) .mad-entity:hover .mad-entity-body {
            background: #f0faff;
        }

        .mad-entity-footer {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-top: -1rem;
        }

        .mad-entity-footer > * {
            margin-top: 1rem;
        }

        .mad-share-wrap {
            display: flex;
            align-items: center;
        }

        .mad-share-wrap > span {
            font-size: 1rem;
            font-style: italic;
            margin-right: 1rem;
            display: inline-block;
            vertical-align: top;
        }

        .mad-entities.style-3 .mad-entity .mad-testimonials.with-bg .mad-testimonial {
            margin: 0;
        }

        .mad-entity-link-element {
            position: relative;
            font-size: 1.5rem;
            font-style: italic;
            background: #57a2cc;
            color: #fff;
            padding: 2rem;
            padding-left: 5rem;
            display: block;
        }

        .mad-entity-link-element > i {
            position: absolute;
            top: 32px;
            left: 2rem;
            color: #fff;
            font-size: 1.875rem;
            line-height: inherit;
            margin-right: 1rem;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-body,
        .mad-entities.single-entity .mad-entity {
            padding: 0;
            background: none!important;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-entities.single-entity .mad-entity time {
            font-size: 1rem;
        }

        .mad-entities.single-entity .mad-entity .mad-testimonials {
            float: none;
            max-width: 100%;
            margin-right: 2rem;
            margin-bottom: 1.5rem;
        }

        .mad-entities.single-entity .mad-entity p + p {
            margin-top: -0.5rem;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-body:not(:last-child) {
            margin-bottom: 2.5rem;
        }

    /* ----------------------------------------
        Carousels
    ---------------------------------------- */

        .mad-testimonials .owl-carousel .mad-grid-item {
            padding: 0 70px;
        }

        .owl-dots {
            display: flex;
            margin-top: 3rem;
            justify-content: center;
        }

        .owl-carousel button.owl-dot {
            height: 3px;
            width: 66px;
            background: #cac9c9;
            margin: 0 2.5px;
        }

        .owl-carousel button.owl-dot.active {
            background: #6dcbff;
        }

        .owl-carousel .owl-nav button.owl-next, 
        .owl-carousel .owl-nav button.owl-prev {
            font-size: 2.5rem;
            color: #cac9c9;
            position: absolute;
           left: -8px;
            top: 50%;
            transform: translateY(-50%);
        }

        .owl-carousel .owl-nav button.owl-next {
            left: auto;
            right: -8px;
        }

        .owl-carousel .owl-nav button.owl-next:hover, 
        .owl-carousel .owl-nav button.owl-prev:hover {
            color: #6dcbff;
        }

 .owl-carousel.mad-simple-slideshow .owl-nav button.owl-next {
            right: 1.5rem;
        }

        .owl-carousel.mad-simple-slideshow .owl-nav button.owl-prev {
            left: 1.5rem;
        }
    /* ----------------------------------------
        Call to Actions
    ---------------------------------------- */

        .mad-cta-title {
            letter-spacing: -0.05px;
        }

        .mad-cta-title:not(:last-child) {
            margin-bottom: 2.5rem;
        }

 .mad-cta-title.no-bs:not(:last-child) {
            margin-bottom: 0.625rem;
        }

    /* ----------------------------------------
        Rating
    ---------------------------------------- */

        .mad-rating {
            font-size: 1.25rem;
            line-height: 1;
            white-space: nowrap;
        }

        .mad-rating-top-level > *, 
        .mad-rating-bottom-level > * {
            color: #f2a057;
        }

    /* ----------------------------------------
        Testimonials
    ---------------------------------------- */

        .mad-testimonials[class*="item-col-"] {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-testimonial .mad-rating:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-testimonial blockquote {
            position: relative;
            font-family: "Asap", serif;
            font-style: italic;
            color: #00517f;
            z-index: 1;
        }

        .mad-testimonials .mad-testimonial blockquote:after {
            content: '”';
            position: absolute;
            top: 0;
            left: 0;
            margin-left: -60px;
            margin-top: -32px;
            font-size: 418px;
            font-style: normal;
            line-height: 1;
            font-family: 'Satisfy', serif;
            color: #f0faff;
            z-index: -1;
        }

        .mad-testimonial blockquote .mad-title {
            font-size: 1.5rem;
            font-weight: 600;
        }

        .mad-testimonial blockquote .mad-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-testimonial blockquote:not(:last-child) {
            margin-bottom: 2.4rem;
        }

        .mad-testimonial cite {
            color: #595758;
            display: block;
            font-size: 1.125rem;
            font-weight: 500;
            font-style: normal;
        }

        .mad-testimonial cite:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-testimonial-service {
            display: inline-block;
        }

        .mad-testimonial-service img {
            width: auto !important;
        }

        .mad-testimonial .mad-testiomonial-info:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-testimonials.single-item {
            text-align: center;
        }

        .mad-testimonials.single-item .mad-testimonial {
            max-width: 35rem;
            margin: 0 auto;
        }

        .mad-testimonials.style-2 blockquote,
        .mad-testimonials.style-2 .mad-testimonial cite {
            color: #fff;
        }

        .mad-testimonials.style-2 .mad-testimonial .mad-author {
            color: #f0faff;
        }

        .mad-testimonials.single-item .mad-testimonial blockquote:after {
            left: 50%;
            margin-left: 0;
            transform: translateX(-50%);
        }

        .mad-testimonials.style-2 .mad-testimonial blockquote:after {
            opacity: 0.1;
        }

        .mad-testimonials-wrap {
            padding: 2rem 5.5rem;
        }

        .mad-testimonials[class*="item-col-"] .mad-testimonial blockquote:after {
            left: auto;
            right: 0;
            margin-left: 0;
        }

    /* ----------------------------------------
        Author
    ---------------------------------------- */

        .mad-author {
            font-size: 1rem;
            font-style: italic;
            color: #7a7879;
        }

    /* ----------------------------------------
        Instafeed
    ---------------------------------------- */
        
        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
margin: -0.5rem -0.25rem 0;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-grid-item {
            padding: 0.5rem 0.25rem 0;
        }

        .mad-instafeed .mad-square-image {
            position: relative;
            z-index: 1;
        }

        .mad-instafeed .mad-square-image:after {
            content: "\f16d";
            font-family: Font Awesome\ 5 Brands;
            font-size: 50px;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,40,63,0.6);
            opacity: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            visibility: hidden;
            transition: all .5s ease;
            z-index: -1;
        }

        .mad-instafeed .mad-square-image:hover:after {
            opacity: 1;
            visibility: visible;
        }

    /* ----------------------------------------
        Sliders
    ---------------------------------------- */
       
        .mad-logo-slider {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -189px;
            z-index: 30;
            transform: translateY(-50%);
        }

        .rev-form-wrap {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,17,25,0.5);
            z-index: 30;
            padding: 2rem 0;
        }

        .tp-layer-section-subtitle {
            font-style: italic!important;
            letter-spacing: 2px!important;
            text-transform: uppercase;
        }

        .tp-layer-section-title {
            font-family: 'Satisfy', serif;
        }


    /* ----------------------------------------
        Google Map
    ---------------------------------------- */

        .mad-gmap:not(:last-child) {
            margin-bottom: 4rem;
        }

        .mad-gmap {
            height: 100%;
            width: 83%;
            min-height: 18.5rem;
        }

.mad-gmap.wide {
            width: 100%;
            min-height: 36rem;
        }
        .mad-map-info {
            padding-left: 4.5rem;
            padding-bottom: 6rem;
        }

        .mad-map-section {
            position: relative;
        }

        

        .mad-tt-element {
            position: relative;
            background: #36657f;
            padding: 4rem 4.5rem;
            min-width: 28rem;
            color: #e2f5ff;
            z-index: 1;
        }

        .mad-tt-element:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            outline: 2rem solid #fff;
            z-index: -1;
        }

        .mad-tt-element.no-border:before {
            display: none;
        }

        .mad-tt-element .mad-tt-svg {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            z-index: -1;
        }

        .mad-tt-element .mad-tt-svg span {
            position: absolute;
            top: 0;
            right: 0;
            margin-right: -3rem;
        }

        .mad-tt-element .mad-title {
            color: #fff;
        }

    /* ----------------------------------------
        Forms
    ---------------------------------------- */

        input[type="text"], input[type="search"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, .mad-custom-select .mad-selected-option, .select2-container--milenia .select2-selection {
            border-style: solid;
            border-width: 2px;
            height: 4rem;
            width: 100%;
            padding-top: 0.3rem;
            padding-right: 1.25rem;
            padding-bottom: 0.3rem;
            padding-left: 1.25rem;
            font-size: 1.125rem;
            line-height: 1.5rem;
            color: #7a7879;
            background-color: #fff;
            border-color: #e2f5ff;
        }

        .mad-newsletter-form {
            display: flex;
        }

        .mad-newsletter-form input:not(:last-child) {
            margin-right: 0.5rem;
        }

.mad-newsletter-form.type-2 {
            display: block;
        }

        .mad-newsletter-form.size-2 input {
            line-height: 3rem;
            height: 3rem;
            font-size: 1rem;
        }

        .mad-newsletter-form.size-2 button i {
            font-size: 1.5rem;
        }
        /* ----------------------------------------
            Placeholder
        ---------------------------------------- */

            ::-webkit-input-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-webkit-textarea-placeholder {
                color: inherit;
                opacity: 1;
            }

            input::-moz-placeholder {
                color: inherit;
                opacity: 1;
            }

            textarea::-moz-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-ms-input-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-ms-textarea-placeholder {
                color: inherit;
                opacity: 1;
            }

        /* ----------------------------------------
            Range Slider
        ---------------------------------------- */

            .mad-range-slider-field {
                font-size: 1rem;
                line-height: 1.625rem;
                margin-bottom: 0.3rem;
            }

            .mad-range-slider-field input[type="text"], .mad-range-slider-field input[type="search"], .mad-range-slider-field input[type="date"], .mad-range-slider-field input[type="datetime-local"], .mad-range-slider-field input[type="email"], .mad-range-slider-field input[type="file"], .mad-range-slider-field input[type="month"], .mad-range-slider-field input[type="number"], .mad-range-slider-field input[type="password"], .mad-range-slider-field input[type="tel"], .mad-range-slider-field input[type="time"], .mad-range-slider-field input[type="url"], .mad-range-slider-field input[type="week"], .mad-range-slider-field textarea {
                height: auto !important;
                font-size: inherit;
                line-height: inherit !important;
                border-width: 0px;
                font-weight: inherit;
                width: 100%;
                padding: 0 !important;
                background-color: transparent;
            }

            .mad-range-slider-input:not(:last-child) {
                margin-bottom: 0.7rem;
            }

            .mad-range-slider {
                position: relative;
                height: 0.5625rem;
                background-color: #ececec;
            }

            .mad-range-slider .ui-slider-range {
                position: absolute;
                top: 0.1875rem;
                bottom: 0.1875rem;
                cursor: pointer;
                background-color: #040a1c;
            }

            .mad-range-slider .ui-slider-handle {
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -0.53125rem;
                width: 0.625rem;
                height: 1.0625rem;
                cursor: pointer;
                background-color: #040a1c;
            }

            .mad-range-slider .ui-slider-handle:last-child {
                margin-left: -0.625rem;
            }

        /* ----------------------------------------
            Checkbox & Radio
        ---------------------------------------- */

            input[type="checkbox"],
            input[type="radio"] {
                display: none;
            }

            input[type="checkbox"] + label[for],
            input[type="radio"] + label[for] {
                display: block;
                position: relative;
                font-size: 1rem;
                line-height: 2rem;
                padding-left: 3rem;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                margin-bottom: 0;
                min-height: 2rem;
                color: #7a7879;
            }

            input[type="checkbox"] + label[for]::before,
            input[type="radio"] + label[for]::before {
                content: "";
                border: 2px solid #e2f5ff;
                width: 28px;
                height: 28px;
                position: absolute;
                left: 0;
                top: 0;
            }

            input[type="checkbox"] + label[for]::after,
            input[type="radio"] + label[for]::after {
                font-family: 'Linearicons';
                content: "\e934";
                color: #00517f;
                font-size: 1rem;
                line-height: 2rem;
                position: absolute;
                left: 1px;
                width: 2rem;
                text-align: center;
                top: 0;
                display: none;
            }

            input[type="checkbox"] + label[for]:not(:last-child),
            input[type="radio"] + label[for]:not(:last-child) {
                margin-bottom: 0.8125rem;
            }

            input[type="checkbox"]:checked + label[for]::after,
            input[type="radio"]:checked + label[for]::after {
                display: block;
            }

            input[type="radio"] + label[for]::after {
                content: "";
				width: 1rem;
				height: 1rem;
				border-radius: 50%;
				background-color: #00517f;
				left: 8px;
				top: 8px;
            }

            input[type="radio"] + label[for]::before {
                border-radius: 50%;
            }

            .mad-form {
                position: relative;
            }

            .mad-form.style-2 input {
                background: #fff;
            }

            .mad-form.style-2 .mad-form-tag {
                color: #e2f5ff;
            }

 .mad-contact-form .mad-col:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-contact-form .mad-col .row:not(.col-no-space) {
                margin-bottom: -1rem;
            }

            .mad-contact-form .mad-col .row:not(.no-gutters) {
                margin-left: -0.5rem;
                margin-right: -0.5rem;
            }

            .mad-contact-form .mad-col .row:not(.col-no-space) > [class*="col"] {
                padding-bottom: 1rem;
            }

            .mad-contact-form .mad-col .row:not(.no-gutters) > [class*="col-"] {
                padding-left: 0.5rem;
                padding-right: 0.5rem;
            }

            .mad-contact-form.size-2 input,
            .mad-contact-form.size-2 textarea,
            .mad-contact-form.size-2 {
                font-size: 1rem;
            }

            .mad-contact-form.size-2 input {
                height: 3rem;
                line-height: 3rem;
            }

            .mad-contact-form.mad-search {
                position: relative;
            }

            .mad-contact-form.mad-search input {
                padding-right: 3.5rem;
            }

            .mad-contact-form.mad-search button {
                position: absolute;
                top: 0;
                right: 1rem;
                line-height: 3rem;
                color: #00517f;
            }
        /* ----------------------------------------
            Select
        ---------------------------------------- */

            .mad-custom-select {
                position: relative;
            }

            .mad-custom-select.mad-over {
                z-index: 3;
            }

            .mad-custom-select .mad-selected-option {
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                height: 4rem;
                line-height: 4rem;
                color: #7a7879;
                position: relative;
                padding-right: 3.5rem;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding-top: 0;
                padding-bottom: 0;
            }

            .mad-custom-select .mad-selected-option::after, .mad-custom-select .mad-selected-option::before {
                content: "keyboard_arrow_down";
                font-family: 'Material Icons';
                font-size: 2rem;
                line-height: inherit;
                position: absolute;
                color: #045481;
                top: 0;
                right: 0.875rem;

                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-selected-option::before {
                content: "keyboard_arrow_up";
                opacity: 0;
                visibility: hidden;
            }

            .mad-custom-select .mad-options-list {
                line-height: 1.5rem;
                text-align: initial;
                color: #7a7879;
                background-color: #fff;
                padding-bottom: 1rem;
                border: 2px solid #e2f5ff;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                margin-top: -2px;


                opacity: 0;
                visibility: hidden;

                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-options-list > li {
                cursor: pointer;
                padding-top: 1rem;
                 padding-right: 1.25rem;
                padding-left: 1.25rem;

                -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-options-list > li:hover, .mad-custom-select .mad-options-list > li.mad-active {
                color: #57a2cc;
            }

            .mad-custom-select.mad-opened .mad-options-list,
            .mad-custom-select.mad-opened .mad-selected-option::before {
                opacity: 1;
                visibility: visible;
            }

            .mad-custom-select.mad-opened .mad-selected-option::after {
                opacity: 0;
                visibility: hidden;
            }

            .mad-csstransforms3d .mad-custom-select .mad-options-list,
            .mad-csstransforms3d .mad-custom-select .mad-selected-option::after,
            .mad-csstransforms3d .mad-custom-select .mad-selected-option::before {
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property:         transform, opacity, visibility;
            }

            .mad-csstransforms3d .mad-custom-select .mad-options-list {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .mad-csstransforms3d .mad-custom-select .mad-selected-option::before,
            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::after {
                -webkit-transform: scale3d(0, 0, 0);
                        transform: scale3d(0, 0, 0);
            }

            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-options-list,
            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::before {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

.mad-custom-select.size-2 .mad-selected-option {
                height: 3rem;
                line-height: 2.75rem;
                font-size: 1rem;
            }

            .mad-custom-select.size-2 .mad-options-list {
                font-size: 1rem;
            }
        /* ----------------------------------------
            Counter
        ---------------------------------------- */

            .mad-field-counter {
                position: relative;
                padding-right: 3rem;
            }

            .mad-field-counter-value {
                font-family: "Old Standard TT", serif;
                color: #040a1c;
                font-size: 3.7rem;
                line-height: 0.82;
                position: relative;
                top: 5px;
            }

            .mad-field-counter-control {
                font-size: 1.25rem;
                line-height: 1;
                position: absolute;
                right: 0;

                -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-field-counter-control::after {
                font-family: 'Linearicons';
            }

            .mad-field-counter-control:hover {
                color: #040a1c;
            }

            .mad-field-counter-control--increase {
                top: 0;
            }

            .mad-field-counter-control--increase::after {
                content: "\e939";
            }

            .mad-field-counter-control--decrease {
                bottom: 0;
            }

            .mad-field-counter-control--decrease::after {
                content: "\e93a";
            }

        /* ----------------------------------------
            Label
        ---------------------------------------- */

            label {
color: #7a7879;
                margin-bottom: 0.4rem;
                display: block;
            }

            label[for] {
                cursor: pointer;
            }

        /* ----------------------------------------
            Textarea
        ---------------------------------------- */

            textarea {
                height: auto;
                resize: none;
                padding-top: 1rem;
                padding-bottom: 1rem;
                display: block;
            }

        /* ----------------------------------------
            Form groups
        ---------------------------------------- */

            .form-group {
                display: flex;
                margin-top: -0.5rem;
                margin-left: -0.25rem;
                margin-right: -0.25rem;
            }

            .form-group:last-child > [class*="form-col"]:only-child > .btn:only-child {
                margin-top: 0.5px;
            }

            .form-group:first-child {
                margin-top: -0.5px;
            }

            [class*="form-col"] {
                flex: auto;
                max-width: 390px;
                width: 100%;
                position: relative;
                margin-top: 0.5rem;
                margin-left: 0.25rem;
                margin-right: 0.25rem;
            }

            [class*="form-col"].with-icon i {
                position: absolute;
                left: 24px;
                top: 0;
                line-height: 4rem;
                color: #57a2cc;
            }

            [class*="form-col"].with-icon input {
                padding-left: 3.625rem;
            }

            .form-group [class*="form-col"].no-fw {
                max-width: max-content;
                width: auto;
            }

            .form-group.type-2 {
                flex-wrap: wrap;
            }

            .form-group.type-2 [class*="form-col"] {
                max-width: 50%;
                width: 48%;
            }

            .form-group.type-2 [class*="form-col"] .btn {
                width: 100%;
            }

            .mad-form-tag {
                position: absolute;
                top: 100%;
                left: 0;
                font-size: 0.625rem;
                color: #7a7879;
                letter-spacing: 0.5px;
                line-height: 0.5rem;
                white-space: nowrap;
                margin-top: 0.5rem;
            }

        /* ----------------------------------------
            Single Field Form
        ---------------------------------------- */

            .mad-singlefield-form {
                display: flex;
                margin: -1rem -1rem 0;
            }

            .mad-singlefield-form input {
                width: 100%;
                margin-right: 1rem;
            }

            .mad-singlefield-form > * {
                margin: 1rem 1rem 0;
            }

    /* ----------------------------------------
        Figure
    ---------------------------------------- */

        .mad-figure-linked {
            text-align: center;
        }

        .mad-figure-linked figcaption:last-child:not(:only-child) {
            margin-top: 1.2rem;
        }

        .mad-figure-linked figcaption:first-child:not(:only-child) {
            margin-bottom: 1.2rem;
        }

    /* ----------------------------------------
        Colorizer
    ---------------------------------------- */

        [class*="mad-colorizer--scheme-"] {
            position: relative;
        }

        .container .mad-section[class*="mad-colorizer--scheme-"]:not([class*="mad-section--stretched"]):not(.mad-section--no-adaptive) {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .mad-colorizer-bg-color, .mad-colorizer-bg-image {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: -1;
        }

        .mad-colorizer-bg-image {
            background-repeat: no-repeat;
            background-position: center ;
            background-size: cover;
        }

        .mad-colorizer--parallax .mad-colorizer-bg-image {
            background-size: auto;
            background-attachment: fixed;
        }

        .mad-touchevents .mad-colorizer--parallax .mad-colorizer-bg-image {
            background-size: cover !important;
            background-position: center !important;
            background-attachment: scroll !important;
        }

        .mad-section .mad-colorizer-bg-color {
            overflow: hidden;
        }

        .mad-colorizer--scheme-color-2 > .mad-colorizer-bg-color {
            background: #00283f;
        }

        .mad-colorizer--scheme-color-3 > .mad-colorizer-bg-color {
            background: #00517f;
        }

        .mad-colorizer--scheme-color-4 > .mad-colorizer-bg-color {
            background: #f0faff;
        }

        .mad-colorizer--scheme-color-5 > .mad-colorizer-bg-color {
            background: #36657f;
        }

        .mad-colorizer--scheme-color-6 > .mad-colorizer-bg-color {
            background: #f5f7f8;
        }

        .mad-colorizer--scheme-light .mad-cta-title,
        .mad-colorizer--scheme-light .mad-title,
        .mad-colorizer--scheme-light .mad-section-title {
            color: #fff;
        }

        .mad-colorizer--scheme-light {
            color: #e2f5ff;
        }

        [class*="with-overlay"] {
            z-index: 1;
            position: relative;
        }

        [class*="with-overlay"]:not(.mad-section):after,
        .mad-section[class*="with-overlay"] > [class*="mad-colorizer-"]:after {
            content: '';
            background: rgba(0,33,50,0.4);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: -1;
        }

        .mad-section.with-overlay-2 > [class*="mad-colorizer-"]:after {
            background: rgba(255,255,255,0.5);
        }

        .with-side-menu .with-svg-item {
            left: 20rem;
            padding-right: 20rem;
        }

        .with-svg-item {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            margin-top: 2rem;
        }

        .with-svg-item.svg-right-side {
            left: auto;
            right: 0;
            margin-top: -4.5rem;
            margin-right: -3rem;
        }

        .with-svg-item.svg-right-side.type-2 {
            margin-right: 0;
            margin-top: 2rem;
        }

        .with-svg-item.top-space {
            top: 55%;
        }

        .with-svg-item.top-space2 {
            top: 18.5rem;
        }

        .with-svg-item.bottom {
            top: auto;
            bottom: 0;
            margin-bottom: -15rem;
        }

.with-svg-item.bottom2 {
            top: auto;
            bottom: 0;
            margin-bottom: -4rem;
        }
        .with-svg-item.left-side {
            margin-left: -3rem;
            margin-top: -4.5rem;
        }

        .with-svg-item.hr-flip img {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
                filter: FlipH;
            -ms-filter: "FlipH";
        }

        .mad-bg-section {
           min-height: 400px;
           padding-bottom: 32.5%!important;
        }

    /* ----------------------------------------
        Gallery
    ---------------------------------------- */
        
        .mad-grid--isotope:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-gallery.wide {
            border: none!important;
        }

        .mad-gallery:not([class*="item-col-"]) {
            border: 0.5rem solid transparent;
            margin: -0.5rem -0.25rem 0;
        }

        .mad-gallery.with-small-gap[class*="item-col-"]:not(.no-gutters) {
            margin: 4px;
        }
        
        .mad-gallery.with-small-gap[class*="item-col-"]:not(.no-gutters) > * {
            padding: 4px;
        }

        .mad-gallery:not(.mad-grid--isotope) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-gallery:not(:last-child),
        .mad-gallery.with-small-gap[class*="item-col-"]:not(.no-gutters) {
            margin-bottom: 3.5rem;
        }

        .mad-gallery:not([class*="item-col-"]) > * {
            width: 25%;
            position: relative;
            padding: 0.5rem 0.25rem 0;
        }

        .mad-gallery:not([class*="item-col-"]).col-size-3 .mad-gallery-item {
            width: 33.3333%;
        }

        .mad-gallery .mad-gallery-item a {
            display: block;
            overflow: hidden;
position: relative;
            cursor: url(images/crosshair.png), crosshair;
            z-index: 1;
        }

        .mad-gallery .mad-gallery-item a img {
width: 100%;
            transition: all .5s ease;
        }

        .mad-gallery .mad-gallery-item a:hover img {
            transform: scale(1.1);
        }

.mad-gallery .mad-gallery-item a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,33,50,0.6);
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-gallery .mad-gallery-item a:hover:after {
            opacity: 1;
            visibility: visible;
        }
        .mad-gallery .mad-gallery-item.x2 {
            width: 50%;
        }

.mad-gallery.item-col-3 .mad-gallery-item.x2 {
            width: 66.6666%;
        }
        .with-side-menu .mad-gallery .mad-gallery-item {
            width: calc(25%);
        }

        .with-side-menu .mad-gallery .mad-gallery-item.x2 {
            width: calc(50%);
        }

.mad-gallery .mad-gallery-item > *:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-portfolio:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-portfolio .mad-gallery-desc {
            text-align: center;
            padding: 1.5rem 1rem;
        }

        .mad-portfolio .mad-gallery-name {
            font-family: 'Asap', sans-serif;
            font-weight: 600;
        }

        .mad-portfolio .mad-gallery-name:not(:last-child) {
            margin-bottom: 8px;
        }

        .mad-portfolio .mad-gallery-cat {
            font-style: italic;
            font-style: 1rem;
            line-height: 1.5rem;
        }

        .mad-portfolio .mad-gallery-item {
            transition: all .5s ease;
        }
        
        .mad-portfolio .mad-gallery-item:hover {
            background: #f0faff;
        }

        .mad-portfolio:not(.style-2) .mad-gallery-item:hover .mad-gallery-desc a {
            color: #040a1c;
        }

        .mad-portfolio.style-2 .mad-gallery-item {
            position: relative;
            z-index: 1;
        }

        .mad-portfolio.style-2 .mad-gallery-desc {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            transform: translateY(-50%);
            z-index: 2;
            opacity: 0;
            visibility: hidden;
            transition: all .7s ease;
        }

        .mad-portfolio.style-2 .mad-gallery-desc .mad-gallery-name a {
            color: #fff;
        }

        .mad-portfolio.style-2 .mad-gallery-desc a {
            color: #6dcbff;
        }

        .mad-portfolio.style-2 .mad-gallery-item .mad-gallery-media:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,33,50,0.9);
            opacity: 0;
            visibility: hidden;
            transition: all .3s ease;
        }

        .mad-gallery-item .mad-gallery-media img {
            width: 100%;
        }

        .mad-portfolio.style-2 .mad-gallery-item:hover .mad-gallery-media:after,
        .mad-portfolio.style-2 .mad-gallery-item:hover .mad-gallery-desc {
            opacity: 1;
            visibility: visible;
        }

        .mad-filter-wrap:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-filter {
            z-index: 9;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: -1rem -1.25rem 0;
        }

        .mad-filter > li {
            padding: 1rem 1.25rem 0;
        }

        .mad-filter > li > a {
            color: #00517f;
            font-weight: 600;
            border-bottom: 1px solid transparent;
        }

        .mad-filter > li > a.mad-active {
            color: #040a1c;
            border-bottom-color: inherit;
        }

        .mad-grid-item.size-x2 {
            width: 50%;
        }
    /* ----------------------------------------
        Countdown
    ---------------------------------------- */

        .mad-countdown {
            margin-top: -2rem;
        }

        .mad-countdown .countdown-row {
            font-size: 0;
            line-height: 0;
            text-align: center;
            display: flex;
            flex-wrap: wrap;
        }

        .mad-countdown .countdown-section {
            vertical-align: top;
            padding-top: 2rem;
            width: 25%;
            color: #595758;
        }

        .mad-countdown .countdown-amount {
            font-family: "Satisfy", serif;
            font-size: 3.75rem;
            color: #040a1c;
            line-height: 4.5rem;
letter-spacing: -0.3px;
            display: block;
        }

        .mad-countdown .countdown-period {
            font-size: 1rem;
            line-height: 1.5rem;
            display: block;
        }



        .mad-countdown.style-2 .countdown-section {
            color: #e2f5ff;
        }

        .mad-countdown.style-2 .countdown-amount {
            color: #fff;
        }
		


    /* ----------------------------------------
        Dropdown
    ---------------------------------------- */

        .mad-dropdown {
            position: relative;
            z-index: 1;
        }

        .mad-dropdown-title {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -o-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .mad-dropdown-element {
           opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 100%;
            margin-top: 1rem;
            left: 0;
            width: 100%;
            min-width: 22rem;
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);


        }


        .mad-dropdown-element--x-right {
            left: auto;
            right: 0;
        }

        .mad-dropdown-element--y-top {
            bottom: 100%;
            top: auto;
        }

        .mad-dropdown--opened {
            z-index: 6;
        }

        .mad-dropdown--opened .mad-dropdown-element {
            opacity: 1;
            visibility: visible;
        }

        .mad-dropdown--title-icon .mad-dropdown-title {
            position: relative;
            padding-right: 0.875rem;
        }

        .mad-csstransforms3d .mad-dropdown-element {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
                    transform: scale3d(0.9, 0.9, 0.9);
        }

        .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened, .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-default {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
        }

        .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened,
        .mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-default {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-csstransforms3d .mad-dropdown--opened .mad-dropdown-element,
        .mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-opened {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Twitter Feed
    ---------------------------------------- */

        .mad-twitter-feed:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-twitter-feed > li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-twitter-feed > li {
            padding-left: 2rem;
        }

        .mad-twitter-feed > li {
            position: relative;
        }

        .mad-twitter-feed > li::before {
            content: "\f099";
            font-family: Font Awesome\ 5 Brands;
            font-size: 1.125rem;
            line-height: 2rem;
            position: absolute;
            left: 0;
            top: 0;
            color: #57a2cc;
        }

        .mad-twitter-feed > li a {
            color: #00517f;
        }

        .mad-twitter-feed > li a:hover {
            text-decoration: underline;
        }

        .mad-twitter-feed .mad-tweet-footer {
            color: #b1b1b1;
            font-size: 0.6875rem;
            line-height: 0.85938rem;
            text-transform: uppercase;
            letter-spacing: 1.1px;
        }

/* ----------------------------------------
    4. Pages
---------------------------------------- */

 /* Video wrapper */
    
    .video_wrapper {
        width: 100%;
        margin: 0 auto;
        position: relative;
        background-color: #000;
    }

    .video_wrapper_full {
        padding-top: 488px;
    }

    .videoIframe {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .videoPoster {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        border: none;
        text-indent: -999em;
        overflow: hidden;
        opacity: 1;
        -webkit-transition: opacity 800ms, height 0s;
        -moz-transition: opacity 800ms, height 0s;
        transition: opacity 800ms, height 0s;
        -webkit-transition-delay: 0s, 0s;
        -moz-transition-delay: 0s, 0s;
        transition-delay: 0s, 0s;
    }

    .video_wrapper_full.image-2 {
        padding-top: 37.5rem;
    }

    .video_wrapper_full.image-2.size-2 {
        padding-top: 18rem;
    }

    .video_wrapper_full.image-2.size-2 .videoPoster {
        background-image: url(images/488x288_img1.jpg);
    }

    .video_wrapper_full.image-2 .videoPoster {
        background-image:url(images/928x600_img7.jpg);
    }

    .videoPoster:hover {
        cursor: pointer;
    }

    .videoPoster:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 88px;
        height: 88px;
        margin: -44px 0 0 -44px;
        background: url(images/play-btn.png) no-repeat;
    }

    .videoPoster.no-btn {
        cursor: auto;
    }

    .videoPoster.no-btn:before {
        display: none;
    }

    .videoWrapperActive .videoPoster {
        opacity: 0;
        height: 0;
        -webkit-transition-delay: 0s, 800ms;
        -moz-transition-delay: 0s, 800ms;
        transition-delay: 0s, 800ms;
    }

    .mad-section-img {
        min-height: 39rem;
    }

    .mad-signa {
        padding-top: 0.5rem;
    }

    .mad-mark {
        position: relative;
    }

    .mad-mark:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -170px;
        width: 749px;
        height: 578px;
        background: url(images/fish.png) no-repeat center center;
        z-index: -1;
    }

    .mad-colorizer--scheme-color-3 .mad-mark:after {
        background: url(images/fish2.png) no-repeat center center;
    }

    .ms-section {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .ms-section-inner {
        padding: 1.5rem 5.5rem;
    }

    .ms-section-inner .ms-sub-title {
        font-size: 1rem;
        letter-spacing: 2px;
        font-style: italic;
        text-transform: uppercase;
    }

    .ms-section-inner .ms-sub-title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .ms-section-inner p {
        max-width: 530px;
        margin: 0 auto;
    }

    .ms-section-inner p:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .ms-bg-element {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .ms-bg-element.top-right {
        bottom: auto;
        top: -88px;
        right: -72px;
        z-index: -1;
    }

    .ms-bg-element.top-left {
        bottom: auto;
        top: 0;
        right: auto;
        left: 0;
    }

    .ms-bg-element.bottom-left {
        right: auto;
        left: 0;
    }

    .mad-colorizer--scheme-light .ms-section-inner {
        color: #e2f5ff;
    }

    .mad-colorizer--scheme-light .ms-section-inner .ms-title {
        color: #fff;
    }

    .mad-colorizer--scheme-light .ms-section-inner a:not(.btn) {
        color: #6dcbff;
    }

    .ms-viewing-2 #multiscroll-nav span {
        background: #cac9c9;
    }

    .mad-logo .dark-logo {
        display: none;
    }

    .ms-viewing-1 .mad-header .mad-logo .dark-logo,
    .ms-viewing-2 .mad-header .mad-logo .dark-logo,
    .ms-viewing-4 .mad-header .mad-logo .dark-logo {
        display: inline-block;
    }

    .ms-viewing-2 .mad-vr-menu {
        color: #040a1c;
    }

    .ms-viewing-2 .mad-vr-menu:after,
    .ms-viewing-2 .mad-vr-menu:before {
        background: #040a1c;
    }

    /* Image block */

    .mad-img-section .img-wrap {
        position: relative;
    }

    .mad-img-section .row > *:first-child {
        padding-top: 64px;
    }

    .mad-img-section .img-wrap img:not(:last-child) {
        margin-bottom: 32px;
    }

    .mad-img-section .img-wrap .mad-img-border {
        border: 2rem solid #fff;
        position: absolute;
        bottom: 72px;
        right: 100%;
        width: 100%;
        margin-right: -120px;
    }

 .mad-img img {
        width: 100%;
    }
	
    /* Specifications  */

    .mad-specs[class*="item-col-"] {
        display: flex;
        flex-wrap: wrap;
    }

    .mad-specs:not([class*="item-col-"]) .mad-col:not(:last-child) {
        margin-bottom: 32px;
    }

    .mad-specs:not(:last-child) {
        margin-bottom: 3.5rem;
    }

    .mad-spec-item {
        display: flex;
        color: #7a7879;
        font-size: 0.875rem;
        font-style: italic;
        line-height: 1rem;
    }

    .mad-spec-item figure {
        max-width: 88px;
        width: 100%;
		min-width: 88px;
        margin-right: 1.5rem !important;
    }

    .mad-spec-item > * {
        width: 100%;
    }

    .mad-spec-header {
        position: relative;
        display: flex;
        color: #040a1c;
        line-height: 1.5rem;
        font-style: normal;
        font-size: 1.125rem;
        font-weight: 500;
        justify-content: space-between;
        margin: 0 -1rem;
    }

    .mad-spec-header > * {
        padding: 0 1rem;
    }

.mad-spec-header .mad-line {
        height: 1.125rem;
        flex: 1;
        border-bottom: 2px dotted #7a7879;
    }
    .mad-spec-header:not(:last-child) {
        margin-bottom: 1rem;
    }

    .mad-spec-header .mad-spec-title {
        font-weight: bold;
    }

    .mad-spec-el:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .mad-spec-info .mad-link {
        color: #277500;
        font-size: 0.75rem;
    }

.mad-specs-section .row {
        align-items: center;
    }

    .mad-specs-section > .row > * .mad-specs {
        padding-right: 2.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;   
    }

    .mad-specs-section > .row:nth-child(2n) > * .mad-specs {
        padding-right: 0;
        padding-left: 2.5rem;
    }

    .mad-specs.style-2 .mad-spec-item {
        display: block;
    }

    .mad-specs.style-2 .mad-spec-item > figure:not(:last-child) {
        margin-bottom: 1.5rem !important;
        min-width: 100%;
    }
    /* ----------------------------------------
        Blog Single
    ---------------------------------------- */



    /* ----------------------------------------
        Events
    ---------------------------------------- */

        .mad-events[class*="item-col-"] {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-events:not(:last-child) {
            margin-bottom: 2.5rem;
        }

.mad-events:not([class*="item-col-"]) .mad-event {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #fff;
            color: #57a2cc;
            padding: 2rem;
        }

        .mad-events .mad-event {
            background: #fff;
            color: #57a2cc;




            transition: all .5s ease;
        }

        .mad-events .mad-event:not(:last-child) {
            margin-bottom: 8px;
        }

        .mad-events:not(.style-2) .mad-event:hover {
            background: #00517f;
            color: #e2f5ff;
        }

        .mad-events:not(.style-2) .mad-event:hover .mad-event-title {
            color: #fff;
        }
.mad-event .mad-event-img img {
            width: 100%;
        }
        .mad-events .mad-event:hover .btn {
            background: #6dcbff;
            color: #040a1c;
        }

       .mad-event .mad-event-title,
        .mad-event .mad-event-title a {
            font-size: 24px;
            font-weight: 600;
            color: #00517f;
        }

        .mad-event .mad-event-date {
            font-size: 0.875rem;
            line-height: 1rem;
            font-style: italic;
            display: flex;
            align-items: center;
        }

        .mad-event-date .mad-event-num {
            font-weight: bold;
            font-size: 3rem;
            line-height: 1;
            margin-right: 1rem;
        }

 .mad-events.style-2[class*="item-col-"] {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-events.style-2:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-events.style-2 .mad-event {
            padding: 0;
            align-items: flex-start;
        }

        .mad-events.style-2 .mad-event:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-events.style-2 .mad-event:hover {
            background: #f0faff;
        }

        .mad-events.style-2 .mad-event-content {
            color: #595758;
            padding-left: 4rem;
            padding-right: 1.5rem;
        }

        .mad-events.style-2[class*="item-col-"] .mad-event-content {
            padding: 2rem;
        }

        .mad-event-day {
            text-transform: uppercase;
            font-size: 1.5rem;
            font-style: italic;
            margin-bottom: 0.25rem;
        }

        .mad-events.style-2:not([class*="item-col-"]) .mad-event .mad-event-info {
            padding: 2rem;
            display: flex;
            flex: 1;
        }

        .mad-events.style-2 .mad-event-date .mad-event-num {
            margin-right: 0;
        }

        .mad-events.style-2 .mad-event-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-events.style-2.title-size-2 .mad-event-title a {
            font-size: 1.875rem;
        }

        .mad-events.style-2 .mad-event-info .mad-event-date {
            display: block;
            text-align: center;
        }

        .mad-event-info span.mad-event-sub {
            display: block;
            font-style: italic;
            font-size: 0.875rem;
            line-height: 1rem;
            color: #57a2cc;
        }

        .mad-event-info .mad-event-sub a {
            color: #00517f;
            display: inline-block;
            vertical-align: middle;
            margin-left: 0.25rem;
        }

        .mad-event-info .mad-event-sub:not(:last-child) {
            margin-bottom: 8px;
        }

        .mad-events-nav {
            position: relative;
        }

        .mad-events-nav:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-events-nav form input {
            padding-left: 3.75rem;
            padding-right: 18.75rem;
        }

        .mad-events-nav form > i {
            position: absolute;
            top: 0;
            left: 22px;
            line-height: 4rem;
            color: #69acd2;
            font-size: 2rem;
        }

        .mad-events-nav form > .mad-custom-select {
            display: flex;
            align-items: center;
            position: absolute;
            right: 0;
            top: 0;
        }

        .mad-events-nav form > .mad-custom-select .mad-selected-option {
            border-left: none;
            color: #040a1c;
        }

        .mad-event-menu {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin: -1.5rem -0.75rem 0;
        }

        .mad-event-menu > .mad-item {
            padding: 1.5rem 0.75rem 0;
        }

        .mad-event-arrows {
            display: flex;
            align-items: center;
        }

        .mad-event-arrows {
            margin: 0 -14px;
        }

        .mad-event-arrows > * {
            color: #cac9c9;
        }

        .mad-event-arrows > * i {
            font-size: 3rem;
        }

        .mad-event-arrows > *:hover {
            color: #8ec0dd;
        }

        .mad-event-menu .btn {
            background: #f5f7f8;
            color: #040a1c;
            padding: 12px 1.5rem;
            border: 1px solid #d7e0e5;
        }

        .mad-event-menu .mad-dropdown-title {
            display: flex;
            align-items: center;
            color: #040a1c;
            font-weight: 500;
            font-size: 2.25rem;
        }

        .mad-event-menu .mad-dropdown-title > i {
            margin-left: 0.5rem;
            font-size: 2rem;
        }

        .mad-event-btns {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: -1rem -0.5rem 0;
        }

        .mad-event-btns > * {
            margin: 1rem 0.5rem 0;
        }

        .mad-event-btns .btn i {
            font-size: 1.5rem;
        }
        /* ----------------------------------------
            Events by Month
        ---------------------------------------- */

            

        /* ----------------------------------------
            Event Single
        ---------------------------------------- */



    /* ----------------------------------------
        404 Page
    ---------------------------------------- */


        .mad-404-title {
            font-family: "Satisfy", serif;
            font-size: 17rem;
            line-height: 1;
        }

        .mad-404-title + * {
            margin-top: -5rem;
        }

        .mad-404-message {
           font-size: 1.25rem;
            font-weight: 500;
            font-style: italic;
            display: block;
            color: #040a1c;
        }

        .mad-404-message:not(:last-child) {
            font-size: 1.125rem;
            margin-bottom: 1.625rem;
        }

.mad-newsletter-form {
            max-width: 28.5rem;
            margin: 0 auto;
        }
    /* ----------------------------------------
        Coming Soon Page
    ---------------------------------------- */

.mad-coming-soon .mad-page-wrapper {
            display: flex;
            min-height: 100vh;
            flex-direction: column; 
        }

        .mad-content {
            flex: 1;
        }

        .mad-coming-soon-wrap {
            text-align: center;
        }
        .mad-coming-soon-title:not(:last-child) {
            margin-bottom: 1rem;
        }

		.page-template-coming-soon .mad-coming-soon-wrap {
			text-align: center;
			padding-top: 16.5rem;
		}

        .mad-coming-soon-message:not(:last-child) {
            margin-bottom: 3.5rem;
        }

    /* ----------------------------------------
        Home
    ---------------------------------------- */

    .ls-none{
	list-style:none;
	padding:0;
	}		
	
	
	.lemar-buttons i, .lemar-buttons i.eci {
    display: inline-block;
	}
	.lemar-buttons svg{
	width: 39px;
    height: 18px;
	vertical-align: middle;
    margin-left: 3px;
	}

	.mad-entities.lemar-image-box .lemar-description{
		margin-bottom: 2.0rem;
	}
	
	.mad-entities.lemar-image-box.top.style-2 .mad-read-more {
    color: #6dcbff;
	}
	.mad-entities.lemar-image-box.top.style-2 .mad-read-more svg path, 
	.mad-entities.lemar-image-box.top.style-2 .mad-read-more .svg path 
	{
    stroke: #6dcbff;
	}
	.mad-entities.lemar-image-box.left.type-2 .mad-entity-title,
	.mad-entities.lemar-image-box.right.type-2 .mad-entity-title,
	.mad-entities.lemar-image-box.right.type-3 .mad-entity-title,
	.mad-entities.lemar-image-box.left.type-3 .mad-entity-title
	{
	font-size: 3.75rem;
    line-height: 4.5rem;
	margin-bottom: 2.5rem;
	}
	
	.mad-entities.lemar-image-box.right.type-2 .mad-entity {
		padding-bottom: 0;
		padding-top: 7.25rem;
		flex-direction: row-reverse;
	}
	.mad-entities.lemar-image-box.right.type-2 .mad-entity .mad-entity-content {
		right: auto;
		left: 0;
		top: 0;
		bottom: auto;
	}
	.mad-entities.lemar-image-box.right.type-3 .mad-entity {
		flex-direction: row-reverse;
	}
	
	.lemar-icon-box.mad-icon-boxes  .lemar-description {
		margin-bottom: 2.5rem;
	}
	
	.lemar-icon-box.mad-icon-boxes.style-2 .mad-read-more {
		color: #6dcbff;
	}
	.lemar-icon-box.mad-icon-boxes.style-2 .mad-read-more .svg path,
	.lemar-icon-box.mad-icon-boxes.style-2 .mad-read-more svg path
	{
		stroke: #6dcbff;
	}
	.lemar-icon-box.mad-icon-boxes.hr-type .lemar-description {
		margin-bottom: 20px;
	}
	
	.mad-pricing-table .lemar-pricing-table-text {
		margin-bottom: 2.5rem;
	}

	.mad-table.mad-table--vertical tr>td:first-child {
		background: #e2f5ff;
		font-weight: 600;
		color: #040a1c;		
	}
	
	.mad-team.grid .mad-team-info:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	
	.mad-sponsors .gallery{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.owl-carousel .owl-nav .owl-next, 
	.owl-carousel .owl-nav .owl-prev {
		font-size: 2.5rem;
		color: #cac9c9;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.owl-carousel .owl-nav .owl-next {
		left: auto;
		right: 0;
	}

	.owl-carousel .owl-nav .owl-next:hover, 
	.owl-carousel .owl-nav .owl-prev:hover {
		color: #6dcbff;
	}
	.owl-carousel .owl-dot {
		height: 3px;
		width: 66px;
		background: #cac9c9;
		margin: 0 2.5px;
	}

	.owl-carousel .owl-dot.active {
		background: #6dcbff;
	}
	
	.mad-navigation .mega-menu > .sub-menu > li .sub-menu{
		margin-left: 0;
	}
	
	.elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1440px;
	}
	
	.elementor-widget-our_specialties .lemar-filter-wrap #lemar-filter li:not(:last-child){
		margin-right: 2.5rem;
		vertical-align: baseline;
	}
	.elementor-widget-our_specialties .lemar-filter-wrap #lemar-filter{
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5rem;
    display: flex;
    white-space: nowrap;
	}
	.elementor-widget-our_specialties .lemar-filter-wrap li a.mad-active {
    color: #040a1c;
    border-color: #040a1c;
	}
	.elementor-widget-our_specialties .lemar-filter-wrap li a {
		color: #00517e;
		display: block;
		border-bottom: 2px solid transparent;
		-webkit-transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	
	.mad-spec-header .mad-line {
		height: 1.125rem;
		flex: 1;
		border-bottom: 2px dotted #7a7879;
	}
	
	.lemar-contact-info.map-type1 .mad-vr-list p,
	.lemar-contact-info.map-type2 .mad-vr-list p
	{
		margin-bottom: 0;
	}
	
	.wpcf7 input {
		height: 3rem;
		line-height: 3rem;
		margin-bottom: 1rem;
		font-size: 1rem;
	}
	.wpcf7 textarea {
	font-size: 1rem;
	margin-bottom: 1rem;
	max-height: 130px;
	}
	.wpcf7 input.wpcf7-submit {
	padding: 1rem 2.5rem 1rem;
    display: inline-block;
    font-size: 1rem;
    color: #ffffff;
    letter-spacing: 0.1px;
    font-weight: normal;
    text-align: center;
    line-height: 1rem;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    background: #00517f;
	cursor: pointer;
	transition: all .5s ease;
	margin-bottom: 0;
	}
	
	.lemar-contact-info.map-type2 .hr-size-2{
		margin-bottom: 0 !important;
	}

	.lemar-contact-info.map-type2 .wpcf7-form p{
	margin-bottom: 0;
	}
	.lemar-contact-info.map-type2 .col-xl-8,
	.lemar-contact-info.map-type2 .col-xl-4,
	.lemar-contact-info.map-type2 .col-md-5,
	.lemar-contact-info.map-type2 .col-md-7
	{
		padding-bottom: 0 !important;
	}
	
	.elementor-widget-lemar_contact_form .lemar-description{
		margin-bottom: 1.5rem;
	}
	.elementor-widget-lemar_contact_form .form-align-center .wpcf7-submit{
	margin: 0 auto;
    text-align: center;
    display: block;
	}
	.wpcf7-form p{
		margin-bottom: 0;
	}
	
	.page-template-coming-soon .copyright{
		color: #7a7879;
    margin-top: 1.5rem;
	text-align: center;
    font-size: 16px;
	}
	
	body .tnp-subscription-minimal input.tnp-email {
	margin-right: 0.5rem;
	max-width: 370px;
	border-style: solid;
    border-width: 2px;
    height: 4rem;
    width: 100%;
    padding-top: 0.3rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3rem;
    padding-left: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #7a7879;
    background-color: #fff;
    border-color: #e2f5ff;
	}
	
	body .tnp-subscription-minimal input.tnp-submit {
	height: 64px;
	cursor: pointer;
    width: 64px;
	font-size: 0;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    background: #00517f;
	}
	body .tnp-subscription-minimal.lemar-newsletter-form form{
		position:relative;
		display: flex;
		max-width: 28.5rem;
		margin: 0 auto;
	}
	body .tnp-subscription-minimal.lemar-newsletter-form form:before {
	position: absolute;
    font-family: 'Material Icons';
    content: 'mail_outline';
    font-size: 1.5rem;
    top: 15px;
    right: 25px;
    line-height: 2rem;
    color: #fff;
	word-wrap: normal;
    direction: ltr;
	font-weight: normal;
    font-style: normal;
	letter-spacing: normal;
	z-index: 10;
	}
	
	.mad-404 .mad-header .mad-social-icons ul li a {
    color: #00517f;
	}
	
	.mad-404 .mad-header{
		position: relative;
	}

	.elementor-widget-video  .elementor-custom-embed-play {
		z-index: 10;
	}
	.elementor-widget-video  .elementor-custom-embed-image-overlay:after {
	content: '';
    background: rgba(0,33,50,0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
	}
	.elementor-widget-video .elementor-custom-embed-play .eicon-play:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 88px;
		height: 88px;
		margin: -44px 0 0 -44px;
		background: url(images/play-btn.png) no-repeat;
	}
	
	.mad-specs.mad-grid--isotope.type2 .mad-spec-item figure {
		display:none;
	}	
	
	select {
		cursor: pointer;
		border: 2px solid #e2f5ff;
		border-radius: 0;
		height: 4rem;
		width: 100%;
		padding-left: 1.25rem;
		padding-top: 0.3rem;
		padding-right: 1.25rem;
		padding-bottom: 0.3rem;
		margin-bottom: 0;
		font-size: 1.125rem;
		line-height: 1.5rem;
		color: #7a7879;
		background: #fff url(images/select-arrow1.png);
		background-position: center right;
		background-repeat: no-repeat;
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		white-space: nowrap;
	}
	.with-icon select {
		padding-left: 3.625rem;
	}
	
	.lemar-reservation-form .lemar-description {
		margin-bottom: 1.0rem;
	}
	
	.lemar-gallery .gallery-item a {
		display: block;
		overflow: hidden;
		position: relative;
		cursor: url(images/crosshair.png), crosshair;
		z-index: 1;
	}
	.lemar-gallery .gallery-item a img {
    width: 100%;
    transition: all .5s ease;
	}
	.lemar-gallery .gallery-item a:hover img {
    transform: scale(1.1);
	}
	.lemar-gallery .gallery-item a:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,33,50,0.6);
		opacity: 0;
		visibility: hidden;
		transition: all .5s ease;
	}
	.lemar-gallery .gallery-item a:hover:after {
		opacity: 1;
		visibility: visible;
	}
	
	.eael-filterable-gallery-item-wrap .eael-gallery-grid-item a .gallery-item-thumbnail-wrap>img {
		transition: all .5s ease;
	}
	.eael-filterable-gallery-item-wrap .eael-gallery-grid-item a:hover .gallery-item-thumbnail-wrap>img {
		transform: scale(1.1);
	}
	.eael-filterable-gallery-item-wrap .eael-gallery-grid-item a{
	display: block;
    overflow: hidden;
    position: relative;
    cursor: url(images/crosshair.png), crosshair;
    z-index: 1;
	}
	
	.single-portfolio .mad-breadcrumb {
		min-height: 270px;
		padding: 1rem 0 0.9375rem !important;
		border-bottom: 1px solid #d7e0e5;
		color: #00517f;
		background-color: transparent !important;
	}
	.single-portfolio .mad-header-section {
		padding-bottom: 2rem;
	}
	.single-portfolio .mad-header.mad-header--transparent {
		background: #00283f;
		padding-bottom: 22px;
	}
	.single-portfolio .mad-breadcrumb.with-bg:after{
		background: #fff;
	}
	.single-portfolio .mad-breadcrumb a {
		color: #00517f;
	}
	
	.single-portfolio .owl-carousel.mad-simple-slideshow .owl-nav .owl-prev{
		left: 1.5rem;
	}
	.single-portfolio .owl-carousel.mad-simple-slideshow .owl-nav .owl-next{
		right: 1.5rem;
		left: auto;
	}
	
	img.spinner{
		opacity:0.5;
	}
	
	.gallery[class*="gallery-columns"] {
		margin-top: -1.7rem;
		margin-left: -0.875rem;
		margin-right: -0.875rem;
		display: flex;
		flex-flow: row wrap;
		margin-bottom: 1.75rem;
	}
	.gallery[class*="gallery-columns"] > .gallery-item {
		padding: 1.75rem 0.875rem 0;
		position: relative;
	}
	.gallery.gallery-columns-2 .gallery-item {
	  width: 50%;
	}
	.gallery.gallery-columns-3 .gallery-item {
	  width: 33.3333333%;
	}
	.gallery.gallery-columns-4 .gallery-item {
	  width: 25%;
	}
	.gallery.gallery-columns-5 .gallery-item {
	  width: 20%;
	}
	.gallery.gallery-columns-6 .gallery-item {
	  width: 16%;
	}

	.single-tribe_events .mad-breadcrumb {
		min-height: 270px;
		padding: 1rem 0 0.9375rem !important;
		border-bottom: 1px solid #d7e0e5;
		color: #00517f;
		background-color: transparent !important;
	}
	.single-tribe_events .mad-header.mad-header--transparent {
		background: #00283f;
		padding-bottom: 28px;
	}
	.single-tribe_events .mad-header-section {
	   padding-bottom: 2rem;
	}
	.single-tribe_events .mad-breadcrumb.with-bg:after {
		background: #fff;
	}
	.single-tribe_events .mad-breadcrumb a {
		color: #00517f;
	}
	.single-tribe_events .mad-breadcrumb .mad-page-title {
    display: none;
	}
	.single-tribe_events .mad-breadcrumb-path:not(:last-child) {
		margin-bottom: 0;
	}
	.single-tribe_events #mad-header .container {
		max-width: 100%;
	}
	.single-post .mad-breadcrumb-path:not(:last-child) {
		margin-bottom: 0;
	}
	.single-post .mad-breadcrumb.with-bg:after {
		background: #fff !important;
		height: 56px;
		top: auto;
	}
	.single-post .mad-breadcrumb .mad-page-title {
		display:none;
	}
	.single-post .mad-breadcrumb {
		min-height: 270px;
		padding: 1rem 0 0.9375rem !important;
		border-bottom: 1px solid #d7e0e5;
		color: #00517f;
	}
	.single-post .mad-header.mad-header--transparent {
		background: transparent;
		padding-bottom: 28px;
	}
	.single-post .mad-header-section {
	   padding-bottom: 2rem;
	}
	.single-post .mad-breadcrumb a {
		color: #00517f;
	}
	.single-post .w-no-sidebar .mad-entity .single.content-element-5{
		text-align: center;
	}
	
	.single-post .single.content-element-5 .mad-entity-title {
		margin-bottom: 0;
	}

	.single-post .mad-entities.single-entity .mad-entity .mad-testimonials {
		float: none;
		max-width: 100%;
		margin-right: 1rem;
    margin-bottom: 10px;
	}
	
	.single-post .mad-entity-media img {
		width: 100%;
		height: auto;
	}

	a.comment-reply-link{
		color: #00517f;
    border-bottom: 1px solid transparent;
	}

	.comment-meta time{
		margin-bottom: 0;
		font-size: 0.875rem;
	}
	.comment-author-avatar.gravatar   img{
		border-radius:50%;
	}

	.comments-list ul.children{
	list-style: none;
    padding-left: 6.25rem;
	margin-left: 0;
	}
	.mad-contact-form.size-2 .btn{
		height: auto;
    line-height: 1;
	cursor: pointer;
	}

	#commentform.mad-contact-form .mad-col:not(:last-child) {
		margin-bottom: 1rem;
	}

.owl-carousel.mad-simple-slideshow .owl-nav div.owl-next {
    right: 1.5rem;
}
.owl-carousel.mad-simple-slideshow .owl-nav div.owl-prev {
    left: 1.5rem;
}

.related-news .mad-entity-body {
    padding: 2rem !important;
    transition: all .5s ease;
}

.related-news .mad-entity .mad-entity-title {
    font-weight: 600;
    font-family: 'Asap', sans-serif;
}
.related-news .mad-entities .mad-entity time {
    font-size: 0.875rem;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.mad-pagination .material-icons {
    line-height: inherit;
}
.related-news .mad-entities .mad-entity:hover .mad-entity-body {
    background: #f0faff !important;
}

.elementor-widget-lemar_post .mad-grid--isotope.type2 .mad-grid-item .video_wrapper_full.image-2 {
    padding-top: 18rem;
}	
	
.mad-entities.single-entity .mad-entity .mad-entity-title {
    font-family: 'Satisfy', serif!important;
    font-weight: normal!important;
}

.search-submit .material-icons {
    line-height: inherit;
}

.mad-widget ul li:not(:last-child){
	margin-bottom: 1.5rem;
}
.mad-widget ul a:hover {
    border-color: inherit;	
}
#sidebar .mad-widget ul a{
	color: #00517f;
}
.mad-widget ul{
	list-style:none;
}

.mad-widget .mad-entity .time:not(:last-child) {
    margin-bottom: 8px;
	display: block;
}
.mad-widget .mad-entity .time {
    font-style: italic;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #57a2cc;
    display: block;
}

.mad-widget .mad-banner {
    overflow: hidden;
    padding: 2rem;
}

.mad-widget #recentcomments li:not(:last-child) {
    margin-bottom: 1rem;
}
.mad-widget #recentcomments li {
    position: relative;
    padding-left: 2rem;
}
.mad-widget #recentcomments li:before {
    position: absolute;
    font-family: 'Material Icons Outlined';
    content: 'comment';
    font-size: 1rem;
    top: 0;
    left: 0;
    line-height: 2rem;
    color: #5ea6ce;
}
.mad-widget #recentcomments{
	margin-bottom: 0;
}
.mad-custom-select ul li {
    margin-bottom: 0 !important;
}
#sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg {
    width: 0;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a
{
	font-size: 1.125rem;
    line-height: 2rem;
	font-weight: 500;
    white-space: nowrap;
}
.mad-widget #sb_instagram #sbi_load {
    float: left;
    clear: both;
    width: auto;
    text-align: left;
}
.mad-widget #sb_instagram .sbi_follow_btn a{
	padding: 7px 0 0 0;
}
.mad-widget #sb_instagram{
	padding-bottom: 0 !important;
}
.mad-widget.widget_newsletterwidget .tnp-field-email label{
	display:none;
}
.mad-widget.widget_newsletterwidget .tnp.tnp-widget{
	margin-top: 1.5rem;
}
body .mad-widget.widget_newsletterwidget form {
    position: relative;
    display: flex;
    margin: 0 auto;
}
body .mad-widget.widget_newsletterwidget form:before {
    position: absolute;
    font-family: 'Material Icons';
    content: 'mail_outline';
    font-size: 1.5rem;
    top: 12px;
    right: 22px;
    line-height: 1.5rem;
    color: #fff;
    word-wrap: normal;
    direction: ltr;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    z-index: 2;
}
body .mad-widget.widget_newsletterwidget .tnp-field.tnp-field-email {
	width: 100%;
	max-width: 300px;
	margin-right: 5px;
}
body .mad-widget.widget_newsletterwidget input.tnp-email {
    margin-right: 0.5rem;
    border-style: solid;
    border-width: 2px;
    height: 3rem;
    width: 100%;
    padding-top: 0.3rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3rem;
    padding-left: 1.25rem;
    font-size: 1rem;
    line-height: 3rem;
    color: #7a7879;
    background-color: #fff;
    border-color: #e2f5ff;
}
body .mad-widget.widget_newsletterwidget input.tnp-submit {
    height: 48px;
    cursor: pointer;
    width: 48px;
    font-size: 0;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    background: #00517f;
}
.mad-widget .tnp-widget .tnp-field {
    margin-bottom: 0;
}
.mad-widget .textwidget p{
    font-size: 1.125rem;
    line-height: 2rem;
}
.mad-widget.widget_media_gallery img {
	height: auto;
}
.mad-widget.widget_media_gallery .gallery[class*="gallery-columns"] > .gallery-item {
    padding: 0.5rem 0.25rem 0;
    position: relative;
}
.mad-widget.widget_media_gallery .gallery[class*="gallery-columns"] {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0;
}
.mad-widget.widget_media_gallery .gallery a:hover img {
    transform: scale(1.1);
}
.mad-widget.widget_media_gallery .gallery a img {
    width: 100%;
    transition: all .5s ease;
}
.mad-widget.widget_media_gallery .gallery a:hover:after {
    opacity: 1;
    visibility: visible;
}
.mad-widget.widget_media_gallery .gallery a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,33,50,0.6);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.mad-widget.widget_media_gallery .gallery a{
	display: block;
    overflow: hidden;
    position: relative;
    cursor: url(images/crosshair.png), crosshair;
    z-index: 1;
}
.mad-text-link .material-icons {
    line-height: inherit;
}


.tribe-events-adv-list-widget .tribe-events-widget-link a, 
.tribe-events-back a, 
.tribe-events-list-widget .tribe-events-widget-link a, 
ul.tribe-events-sub-nav a {
    font-size: 1.125rem;
    font-weight: normal;
}

.single-tribe_events h2.tribe-events-single-event-title {
    font-size: 3.75rem;
    line-height: 4.5rem;
}
.single-tribe_events .tribe-events-schedule{
	font-style: italic;
}
.single-tribe_events .tribe-events-cal-links {
    margin-bottom: 3rem;
}
.single-tribe_events #reply-title{
	font-size: 3rem;
    line-height: 3.5rem;
	letter-spacing: -0.5px;
	margin-bottom: 2.5rem;
}
.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
    border-top: none;
}
.single-tribe_events .tribe-events-event-meta {
    font-size: 1rem;
    line-height: 1.5rem;
	background: transparent;
    border: none;
    margin: 30px 0;
}
.tribe-events-event-meta .tribe-events-meta-group {
    margin: 0 0 20px;
    padding: 0 1rem 0 0;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
	letter-spacing: -0.5px;
	margin-bottom: 1rem;
	font-weight:normal;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: normal;
    color: #595758;
    padding-right: 4px;
    padding-bottom: 5px;
    line-height: 1;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    line-height: 1.5rem;
    margin-bottom: 1rem;
	font-style: italic;
	color: #57a2cc;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd abbr {
    border-bottom: 0;
    cursor: default;
	text-decoration:none;
}
.single-tribe_events .mad-share-wrap{
	margin-top:30px;
}
.single-tribe_events .tribe-events-meta-group dd a{
	color: #00517f;
    border-bottom: 1px solid transparent;
}
.single-tribe_events #tribe-events-content .tribe-events-meta-group.tribe-events-meta-group-venue dd.tribe-venue{
	color: #00517f;
}
.single-tribe_events #tribe-events-content .tribe-events-meta-group.tribe-events-meta-group-organizer dd.tribe-organizer{
	color: #00517f;
}
.single-tribe_events .tribe-events-venue-map {
    border-radius: 0;
    float: right;
    margin: 20px 0 2% 0;
    padding: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 0;
    padding-top: 0;
	padding-left: 0;
    padding-right: 0;
	max-width: 1440px;
}
.tribe-events .tribe-events-c-search__input-control--keyword:before {
	position: absolute;
    top: 0;
    left: 22px;
    line-height: 4rem;
    color: #69acd2;
    font-size: 2rem;
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	content:'search';
	line-height: 3rem;
}
.tribe-events .tribe-events-c-view-selector__button-icon-caret-svg {
    display: none !important;
}
.tribe-common--breakpoint-medium.tribe-events.tribe-events-view--month .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button {
    width: 140px;
}
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
    background-image: none;
	border-width: 2px;
    height: 4rem;
	font-size: 1.125rem;
    line-height: 1.5rem;
    color: #7a7879;
    background-color: #fff;
    border-color: #e2f5ff;
	font-family: 'Asap', sans-serif;
	padding-left: 3.75rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: 2px solid #e2f5ff;
}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    font-family: 'Asap', sans-serif;
    font-size: 1rem;
	letter-spacing: 0.1px;
    line-height: 1rem;
    font-weight: normal;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: auto;
    padding: 0;
    text-decoration: none;
    width: auto;
    border-radius: 0;
    color: #fff;
    text-align: center;
    transition: background-color .2s ease;
    background-color: #00517f;
    padding: 1rem 2.5rem 1rem;
    width: 100%;
}
.tribe-common .tribe-common-c-btn:active, .tribe-common a.tribe-common-c-btn:active {
    background: #6dcbff;
    color: #040a1c;
}
.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover {
    background: #6dcbff;
    color: #040a1c;
}



.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__button {
    display: block!important;
    visibility: visible!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
    display: block;
    height: 100%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__button--active + .tribe-events-c-view-selector__content {
	display: block;
	opacity: 1;
    visibility: visible;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
    width: 200px;
    display: block;
    height: auto;
    padding: 0 1.25rem;
	padding-bottom: 1rem;
    position: absolute;
    border: 2px solid #e2f5ff;
    top: 100%; 
    left: -80px;
    top: 100%;
    z-index: 30;
    margin-top: 0;
	opacity: 0;
    visibility: hidden;
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-property: -webkit-transform, opacity, visibility;
    transition-property: transform, opacity, visibility;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
    padding: 1rem 0 0 0;
	color: #7a7879;
	line-height: 1.5rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
    margin: 0;
}
.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {
    color: #57a2cc;
}
.tribe-events .tribe-events-c-view-selector__list-item-link {
    border-radius: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    display: none;
}
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
    font-weight: 400;
}
.tribe-events .tribe-events-c-view-selector__list-item-text {
    color: #7a7879;
    font-family: 'Asap', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.tribe-events .tribe-events-c-view-selector__list-item-link:focus .tribe-events-c-view-selector__list-item-text, .tribe-events .tribe-events-c-view-selector__list-item-link:hover .tribe-events-c-view-selector__list-item-text {
    color: #57a2cc;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:after{
	background-image: none;
    content: "keyboard_arrow_down";
    font-family: 'Material Icons';
    font-size: 2rem;
    line-height: 4rem;
    position: absolute;
    color: #045481;
    top: 0;
    right: 2rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button {
    height: 100%;
    padding: 0 1.25rem;
    width: 118px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text {
    color: #040a1c;
    font-family: 'Asap', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.tribe-events .tribe-events-c-view-selector__button--active:before {
    display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav-link:before {
    background-image:none;
	content: "keyboard_arrow_left";
    font-family: 'Material Icons';
	font-size: 3rem;
	line-height: 3rem;
	height: 48px;
    width: 38px;
	color: #cac9c9;
}
body .tribe-events .tribe-events-c-top-bar__nav-list {
    margin: 0 -14px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next:before {
content: "keyboard_arrow_right";
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
    margin-right: 1.5rem;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border {
    margin-right: 1.5rem;
	background: #f5f7f8;
    color: #040a1c;
    padding: 12px 1.5rem;
    border: 1px solid #d7e0e5;
	font-family: 'Asap', sans-serif;
    font-size: 1rem;
	border-radius:0;
	letter-spacing: 0.1px;
    font-weight: normal;
    text-align: center;
    line-height: 1rem;
}
.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
    color: #040a1c;
    font-weight: 500;
    font-size: 2.25rem;
	font-family: 'Asap', sans-serif;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button:after {
    height: 12px;
    width: 16px;
    margin-left: 1rem;
}
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    color: #fff;
    background: #00517f;
    text-shadow: none;
}
.tribe-events .datepicker .month, .tribe-events .datepicker .year {
    color: #595758;
    font-family: 'Asap', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
}
.tribe-events .datepicker table thead{
color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-style: italic;
background: #00517f;
}
.tribe-events .datepicker .datepicker-switch {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-style: italic;
	font-family: 'Asap', sans-serif;
}
.tribe-events .datepicker {
    background-color: #fff;
    border: 2px solid #d7e0e5;
    border-radius: 0px;
    box-shadow: none;
	color: #595758;
    font-size: 1rem;
    line-height: 3rem;
}
.tribe-events .datepicker .datepicker-switch:active {
    color: rgba(255, 255, 255, 0.9);
}
.tribe-events .datepicker .datepicker-switch:focus, .tribe-events .datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.8);
}
.tribe-events .datepicker .datepicker-switch:active, .tribe-events .datepicker .datepicker-switch:focus, .tribe-events .datepicker .datepicker-switch:hover, .tribe-events .datepicker .next:active, .tribe-events .datepicker .next:focus, .tribe-events .datepicker .next:hover, .tribe-events .datepicker .prev:active, .tribe-events .datepicker .prev:focus, .tribe-events .datepicker .prev:hover {
    background-color: #00517f;
}
.datepicker td, .datepicker th {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tribe-events .datepicker {
    padding: 0;
}
.tribe-events .datepicker .datepicker-months .datepicker-switch, .tribe-events .datepicker .datepicker-months .next, .tribe-events .datepicker .datepicker-months .prev, .tribe-events .datepicker .datepicker-years .datepicker-switch, .tribe-events .datepicker .datepicker-years .next, .tribe-events .datepicker .datepicker-years .prev {
    padding: 1.25rem 0 1.25rem;
}

.tribe-events .datepicker .datepicker-months .next, .tribe-events .datepicker .datepicker-months .prev{
	padding: 1.25rem;
}
.tribe-events .datepicker .day, .tribe-events .datepicker .month, .tribe-events .datepicker .year {
    border-radius: 0;
}
.tribe-events .datepicker .datepicker-switch, .tribe-events .datepicker .next, .tribe-events .datepicker .prev {
    padding: 1.25rem;
}
.tribe-events .datepicker .datepicker-days thead tr th.dow {
	font-weight: 400;
    color: #fff;
    text-transform: uppercase;
	font-size: 1rem;
	line-height: 3rem;
	background-color: #57a2cc;
	font-style: normal;
}
.tribe-events .datepicker .day, .tribe-events .datepicker .dow {
    color: #595758;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
}
.tribe-events .datepicker .past {
    color: rgba(20,24,39,.5) !important;
}
.tribe-events .tribe-events-calendar-list__month-separator:after {
    display: none;
}
.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
    color: #040a1c;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
    font-size: 1.125rem;
    line-height: 2rem;
	margin-bottom: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin: 2rem 0 2rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
    padding-left: 0;
    padding-right: 0;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    color: #57a2cc;
    font-family: 'Asap', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
    font-style: italic;
    margin-bottom: 0;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
	color: #57a2cc;
	font-style: italic;
}
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    color: #040a1c;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #595758;
	margin-bottom: 8px;
	margin-bottom: 0;
    margin-top: 0;
}
a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin{
    color: #00517f;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-title {
    margin-bottom: 1rem;
	font-weight: 600;
	font-size: 1.875rem;
}
.tribe-common address.tribe-common-b2,
.tribe-common .tribe-common-b2 time
{
	color: #57a2cc;
	font-style: italic;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description{
	margin-bottom: 1.5rem;
	font-size: 1.125rem;
    line-height: 2rem;
	font-style: normal;
}
.tribe-events-calendar-list__event-row:hover {
    background: #f0faff;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    padding-top: 2rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
    min-width: 90px;
    width: 90px;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    justify-content:space-between;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    padding-left: 1.5rem !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters {
    margin-left: 0;
    margin-right: 0;
}
.tribe-events .tribe-events-calendar-list__month-separator {
    margin-top: 1.5rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
    padding-top: 0;
}
.tribe-events .tribe-events-calendar-list-nav {
    border-top: none;
}
.tribe-events button.tribe-events-c-nav__next > span, .tribe-events button.tribe-events-c-nav__prev > span{
	vertical-align: middle;
}
.tribe-events .tribe-events-c-ical {
    margin-top: 0;
    text-align: center;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {
    margin-top: 25px !important;
}
.single-tribe_events .tribe-events-cal-links a:hover{
	background: #6dcbff;
	color: #040a1c;
	padding: 0 2rem;
	letter-spacing: 0.1px;
    font-weight: normal;
}
.single-tribe_events .tribe-events-cal-links a{
	padding: 0 2rem;
    line-height: 2rem;
    font-size: 0.875rem;
	color: #ffffff;
    letter-spacing: 0.1px;
    font-weight: normal;
    text-align: center;
	white-space: nowrap;
    z-index: 1;
    position: relative;
    background: #00517f;
	border-radius: 0;
}
.single-tribe_events .mad-share-wrap .mad-social-icons ul li a {
    font-size: 1.25rem;
}
.single-tribe_events #tribe-events-content {
    margin-bottom: 0;
}
.tribe-events a.tribe-events-c-nav__next, 
.tribe-events a.tribe-events-c-nav__prev, 
.tribe-events button.tribe-events-c-nav__prev, 
.tribe-events button.tribe-events-c-nav__next 
{
	padding: 0.8rem 2.5rem 0.8rem;
    display: inline-block;
    font-size: 1rem !important;
    color: #ffffff;
    letter-spacing: 0.1px;
    font-weight: normal;
    text-align: center;
    line-height: 1rem;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    background: #00517f;
	font-family: 'Asap', sans-serif;
	font-style: normal;
}
.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
    background: #00517f;
    color: #fff;
	opacity: 0.5;
}
.tribe-events .tribe-events-c-nav__prev:disabled:before, 
.tribe-events .tribe-events-c-nav__prev:before 
{
    background-image: none;
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	content: "keyboard_arrow_left";
	font-size: 1.5rem;
	margin-right: 0;
	vertical-align: middle;
	line-height: 1;
}
.tribe-events .tribe-events-calendar-day__event {
    flex-wrap: nowrap;
}
.tribe-events .tribe-events-c-nav__next:disabled:after, 
.tribe-events .tribe-events-c-nav__next:after 
{
    background-image: none;
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	content: "keyboard_arrow_right";
	font-size: 1.5rem;
	margin-left: 0;
	vertical-align: middle;
	line-height: 1;
}
.tribe-events .tribe-events-c-ical__link {
    align-items: center;
    color: #fff;
    border: none;
    border-radius: 0;
    display: inline-flex;
    font-weight: 400;
    justify-content: center;
	background: #00517f;
	font-size: 1rem;
	line-height: 1;
	padding: 0.8rem 2.5rem 0.8rem;
}
.tribe-events .tribe-events-c-ical__link:before {
    background-image: none;
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	content: "add";
	font-size: 1.5rem;
	margin-left: 0;
	vertical-align: middle;
	line-height: 1;
	color: #fff;
	height: auto;
    margin-right: 18px;
}
.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
    color: #fff;
    background-color: #00517f;
}
.tribe-events .tribe-events-c-ical__link:active:before, .tribe-events .tribe-events-c-ical__link:focus:before, .tribe-events .tribe-events-c-ical__link:hover:before {
    background-image: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item {
    width: 30%;
}
.tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus {
    background-image: none;
}
.tribe-events .tribe-events-calendar-day__time-separator:after, .tribe-events .tribe-events-calendar-day__type-separator:after {
   display:none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event {
    margin: 2rem 0 2rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:before {
    min-width: 0;
    width: 0;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-day__event.tribe-common-g-row--gutters>.tribe-common-g-col {
    padding-left: 0;
    padding-right: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content {
    flex: 1 1 100%;
    margin-left: 0;
    margin-right: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content>* {
    padding-left: 0;
    padding-right: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-details {
    padding: 2rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:hover {
    background: #f0faff;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content {
    justify-content: space-between;
}
.tribe-common .tribe-common-b2 {
    font-family: 'Asap', sans-serif;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-title a{
	color: #00517f;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-title {
    margin-bottom: 1rem;
	font-size: 1.875rem;
    font-weight: 600;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-wrapper
{
	margin-bottom: 8px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-description{
	margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 2rem;
    font-style: normal;
}
.tribe-events .tribe-events-calendar-day-nav {
    padding-top: 0;
	border-top:none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:after {
    background-image:none;
	margin-left: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before {
    background-image: none;
	margin-right: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
    padding: 0.8rem 2.5rem 0.8rem;
    display: inline-block;
    font-size: 1rem !important;
    color: #ffffff;
    letter-spacing: 0.1px;
    font-weight: normal;
    text-align: center;
    line-height: 1rem;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    background: #00517f;
    font-family: 'Asap', sans-serif;
    font-style: normal;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body{
	margin-bottom: 3.5rem;
}
.tribe-common .tribe-events-calendar-month header{
	background-color: #57a2cc;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
    color: #ffffff;
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: 'Asap', sans-serif;
}
.tribe-events .tribe-events-calendar-month__header-column {
    text-transform: uppercase;
	padding: 0.8rem 1.5rem;
	line-height: 1rem;
    vertical-align: top;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
    border-left: 2px solid #d7e0e5;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    border-color: #d7e0e5;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week div.tribe-events-calendar-month__day:last-child{
    border-right: 2px solid #d7e0e5;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week:last-child div.tribe-events-calendar-month__day{
	border-bottom: 2px solid #d7e0e5;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    min-height: 145px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-month__day-date.tribe-common-h4 {
    font-size: 24px;
    font-weight: 500;
    color: #b8b7b7;
	padding: 1.5rem;
    line-height: 1rem;
	font-family: 'Asap', sans-serif;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:before {
	width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
	content: '';
    position: absolute;
    background: #00517f;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    line-height: 2rem;
    z-index: -1;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #fff;
    font-weight: 400;
	position: relative;
}
.tribe-common .tribe-common-h8.tribe-events-calendar-month__multiday-event-hidden-title, 
.tribe-common .tribe-common-h8.tribe-events-calendar-month__multiday-event-bar-title
{
    font-size: 0.875rem;
    line-height: 1rem;
	font-weight: 600;
    color: #00517f;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
    height: 32px;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: #f5f7f8;
	height: 32px;
}
.tribe-events .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    padding: 1px 24px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-cost {
    color: #00517f;
}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-datetime {
    font-style: italic;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #57a2cc;
    opacity: 1;
	margin-bottom: 8px;
}
.tribe-common  .tribe-events-calendar-month__calendar-event-title.tribe-common-h8 a,
.tribe-common  .tribe-events-calendar-month__calendar-event-title.tribe-common-h8 a:hover
{
	 color: #00517f;
}
.tribe-common  .tribe-events-calendar-month__calendar-event-title.tribe-common-h8 {
    font-size: 0.875rem;
    line-height: 1rem;
	font-weight: 600;  
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
    font-family: 'Asap', sans-serif;
}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event {
    opacity: 1;
}
.tribe-events .tribe-events-calendar-month__calendar-event {
    padding-left: 1.5rem;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
    font-family: 'Asap', sans-serif;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-weight: 400;
	margin-bottom: 0.25rem;
	font-style: italic;
	color: #57a2cc;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7 a,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7 a:hover
{
	color: #00517f;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7 {
    margin-bottom: .5rem;
	font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
	font-weight: 600;
}
.post-type-archive-tribe_events #content {
	background-repeat: no-repeat;
	background-position: top right;
    background-image: url(images/top_half_right1-1.png);
}
.tribe-common .tribe-common-b3 {
    font-family: 'Asap', sans-serif;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3 {
    color: #595758;
    line-height: 1rem;
    font-size: 0.8125rem;
}
.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
    border-color: #00517f;
}
.tooltipster-base.tribe-events-tooltip-theme {
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
    box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
	padding: 1.5rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-link {
    padding: 6px 10px 6px 10px;
}
.tribe-events-calendar-latest-past__event-featured-image-wrapper{
	margin-bottom:1.5rem;
}
h2.tribe-events-calendar-latest-past__heading{
	margin-bottom: 0;
}
.tribe-events-calendar-latest-past__event-date-tag{
	margin-bottom:2.5rem;
	font-style: italic;
    font-size: 1rem;
    line-height: 1rem;
    color: #57a2cc;
}
.tribe-events .datepicker .datepicker-days .day.active{
	color: #fff;
    background: transparent;
    text-shadow: none;
	position: relative;
}
.tribe-events .datepicker .datepicker-days .day.active:before {
    content: '';
    position: absolute;
    background: #00517f;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
    line-height: 2rem;
    z-index: -1;
}
.tribe-events .datepicker .day {
    width: 40px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
    transform: translateY(0);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
	left: auto;
    padding: 10px;
    right: -2px;
    min-width: 160px;
	box-shadow: none;
	border: 2px solid #e2f5ff;
    border-radius: 0;
}
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link {
    background-color: transparent;
}
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link span{
	color: #57a2cc;
}
.main-footer .col-lg-12 .widget_nav_menu ul.menu{
	justify-content: center;
	display: flex;
    flex-wrap: wrap;
}
.main-footer .col-lg-12 .widget_nav_menu ul.menu li{
	margin-right: 1.5rem;
}

.page-template-side-menu .mad-vr-wrap .main-navigation ul{
	list-style:none;
	margin-left: 0;
}

.elementor-widget-lemar_background_section .mad-section {
    padding-top: 0;
    padding-bottom: 0;
}

.mad-widget.widget_contact_us li p{
	margin-bottom: 0;
}

.mad-footer.footer-3 {
	padding: 8rem 0;
	background: -webkit-linear-gradient(top, rgba(226,245,255,0) 0%,rgba(226,245,255,1) 100%);
    background: linear-gradient(to bottom, rgba(226,245,255,0) 0%,rgba(226,245,255,1) 100%);
}

.mad-social-icons ul li a,
.mad-social-icons ul li a:hover
{
	border:none;
}

.mad-footer.footer-3  .main-footer.fs-top{
	margin-bottom: 2.5rem;
}
.mad-footer.footer-3  .main-footer.fs-medium{
	margin-bottom: 40px;
}
.mad-widget ul.footer-menu-list li:not(:last-child) {
    margin-bottom: 0;
}

body .mad-footer .mad-widget.widget_newsletterwidget input.tnp-email {
    height: 4rem;
}
body .mad-footer .mad-widget.widget_newsletterwidget input.tnp-submit {
    height: 64px;
    width: 64px;
}
body .mad-footer .mad-widget.widget_newsletterwidget form:before {
    top: 20px;
    right: 20px;
}

.mad-footer.footer-2 .mad-social-icons.size-big{
	margin-bottom: 4.5rem;
}
.mad-footer.footer-2.style-2:after {
    z-index: -1;
}

.page-template-split-page-php [class*="mad-header-section--sticky"].mad-header-section--sticked{
	background: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
	padding: 3.5rem 4rem 2.5rem;
}

.ms-section.ms-table {
    height: 100%;
}
body.page-template-split-page {
    overflow-x: hidden;
    overflow-y: hidden !important;
}	
	
.ms-tableCell .ms-sub-title:not(:last-child) {
    margin-bottom: 1rem;
}	
rs-bullets.tp-bullets.custom{
height:5px;
}	
	
#myContainer .ms-tableCell p {
    max-width: 530px;
    margin: 0 auto;
}	
#myContainer .ms-tableCell ul {	
list-style: none;
}
.custom .tp-bullet::before {
	width:140px;
	height: 10px;
}	
.custom .tp-bullet {
	width:140px;
	height:3px;
    background:#919fa7;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background:#6dcbff;
}	
	
ul.mad-navigation{
margin-bottom:0;
}	
	
	
.widget_wpdev_booking .datepick-inline .calendar-links {
    background: #00517f;
    background-repeat: no-repeat;
    border-bottom: none;
	padding-top: 1.25rem;
    padding-bottom: 1.25rem;
	margin-bottom: -42px;
	position: relative;
}	
.widget_wpdev_booking .datepick-inline .calendar-links .datepick-prev a, 
.widget_wpdev_booking .datepick-inline .calendar-links .datepick-next a, 
.widget_wpdev_booking .datepick-inline .calendar-links .datepick-prev a:hover, 
.widget_wpdev_booking .datepick-inline .calendar-links .datepick-next a:hover {
    color: #cac9c9;
    font-weight: 600;
    text-shadow: none;
	font-size:0;
}

.widget_wpdev_booking .datepick-inline .calendar-links .datepick-prev a:before{
content: "keyboard_arrow_left";
left: 0;
}	
.widget_wpdev_booking .datepick-inline .calendar-links .datepick-next a:before{
content: "keyboard_arrow_right";
right: 0;
}
.widget_wpdev_booking .datepick-inline .calendar-links .datepick-prev a:before, 
.widget_wpdev_booking .datepick-inline .calendar-links .datepick-next a:before 
{
    color: #cac9c9;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	font-size: 24px;
	line-height: 4rem;
	width: 62px;
	display: block;
    position: absolute;
	text-align:center;
	top: -20px;
}

	
.widget_wpdev_booking .datepick-inline .datepick-title-row{
	font-weight: 400;
    color: #fff;
    text-transform: uppercase;
	line-height: 3rem;
    vertical-align: middle;
	border-bottom: none;
	font-size: 1rem;
}	

.widget_wpdev_booking .hasDatepick .datepick-inline .datepick-title-row th{
	color: #fff;
}
.widget_wpdev_booking .hasDatepick .datepick-inline .datepick-days-cell{
	color: #595758;
	font-weight: 400;
}
.elementor-widget-wp-widget-bookingwidget .widget_wpdev_booking .bk_calendar_frame {
    margin: 0;
    width: 100% !important;
}
.elementor-widget-wp-widget-bookingwidget .widget_wpdev_booking .hasDatepick .datepick-inline .datepick-title-row th,
.widget_wpdev_booking .hasDatepick .datepick-inline .datepick-title-row th
{
    height: 48px;
	border-bottom: none;
	line-height: 3rem;
	vertical-align: middle;
	font-size: 1rem;	
}

.widget_wpdev_booking .hasDatepick .datepick-inline .datepick-days-cell, 
.elementor-widget-wp-widget-bookingwidget .widget_wpdev_booking .hasDatepick .datepick-inline .datepick-days-cell 
{
    height: 5vw;
	border-bottom: none;
	line-height: 3rem;
	vertical-align: middle;
	font-size: 1rem;	
	border-top: none;
	border-color:#d7e0e5;
}

	
.widget_wpdev_booking .block_hints .block_free, .datepick-inline .date_available, 
.widget_wpdev_booking .datepick-inline .date_available.datepick-unselectable {
    color: #595758;
    text-shadow: none;
}
.widget_wpdev_booking .block_hints .block_free, 
.widget_wpdev_booking .block_hints .block_time, 
.widget_wpdev_booking .block_hints .block_check_in_out div.check-in-div, 
.widget_wpdev_booking .block_hints .block_check_in_out div.check-out-div, 
.widget_wpdev_booking .datepick-inline .date_available, 
.widget_wpdev_booking .datepick-inline .timespartly.check_in_time div.check-in-div, 
.widget_wpdev_booking .datepick-inline .timespartly.check_out_time div.check-out-div {
    background: none repeat scroll 0 0 #f5f7f8;
}	
.widget_wpdev_booking .datepick-inline {
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}	
.widget_wpdev_booking .datepick-inline	tbody {
    border: 2px solid #d7e0e5;
    border-bottom-width: 2px;
    border-top: none;
}
.widget_wpdev_booking .datepick-inline .datepick-header {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-style: italic;
    text-shadow: none;
	color: #fff;
	padding: 0 0 16px 0;
}	
.widget_wpdev_booking .datepick-inline .datepick-header span{
	font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-style: italic;
}	
	
.widget_wpdev_booking .datepick-inline thead {
    background-color: #57a2cc;
	border-left: 2px solid #57a2cc;
    border-right: 2px solid #57a2cc;
}	
.widget_wpdev_booking div.datepick-inline .datepick-title-row th {
    border: none;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}	
.widget_wpdev_booking .block_hints .block_free a, .widget_wpdev_booking .block_hints .block_time, .widget_wpdev_booking .datepick-inline .date_available a {
    color: #595758;
    font-weight: 400;
    text-shadow: none;
	font-size: 1rem;
}	
	
.widget_wpdev_booking .block_hints .date2approve.block_check_in_out, 
.widget_wpdev_booking .block_hints .block_pending, 
.widget_wpdev_booking .datepick-inline .date2approve, 
.widget_wpdev_booking .block_hints .block_pending a, 
.widget_wpdev_booking .datepick-inline .date2approve a {
    color: #595758;
    font-weight: 400;
    text-shadow: none;
}	
.widget_wpdev_booking .block_hints .date2approve.block_check_in_out, 
.widget_wpdev_booking .block_hints .block_pending, 
.widget_wpdev_booking .datepick-inline .date2approve, 
.widget_wpdev_booking td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div, 
.widget_wpdev_booking td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div {
    background-color: #f5f7f8;
}	
	
.widget_wpdev_booking .block_hints .date_approved.block_check_in_out, 
.widget_wpdev_booking .block_hints .block_booked, 
.widget_wpdev_booking .datepick-inline .date_approved, 
.widget_wpdev_booking .block_hints .block_booked a, 
.widget_wpdev_booking .datepick-inline .date_approved a {
    color: #5F0000;
    font-weight: 400;
    text-shadow: none;
	background-color: #f5f7f8;
}	
.block_hints .block_free, .datepick-inline .date_available, .datepick-inline .date_available.datepick-unselectable {
    text-shadow: none !important;
}	
.datepick-inline .date_available{
background-color: transparent !important;
}	
	
.widget_wpdev_booking .hasDatepick .datepick-inline .datepick-days-cell.datepick-today a:before{
	width: 3.5rem;
    height: 3.5rem;
    margin-top: -1.75rem;
    margin-left: -1.75rem;
	content: '';
    position: absolute;
    background: #00517f;
    border-radius: 50%;
	top: 50%;
    left: 50%;
	line-height: 2rem;
    z-index: -1;
}	
.widget_wpdev_booking .hasDatepick .datepick-inline .datepick-days-cell.datepick-today a{
color: #fff;
}	
	
.related-news .video_wrapper_full.image-2 {
    padding-top: 180px;
}


.ui-datepicker.ui-widget .ui-corner-all{
	border-radius:0;
}
.ui-datepicker.ui-widget.ui-corner-all{
	border-radius:0;
	border: none;
	color: #595758;
	font-family: 'Asap', sans-serif;
    font-size: 1rem;
	padding:0;
}
.ui-datepicker.ui-widget .ui-widget-header{
	border: none;
	color: #fff;
    font-weight: 500;
	font-style: italic;
    background: #00517f;
}
.ui-datepicker.ui-widget thead {
    border-left: 2px solid #57a2cc;
    border-right: 2px solid #57a2cc;
	background-color: #57a2cc;
}
.ui-datepicker.ui-widget tbody {
    border: 2px solid #d7e0e5;
    border-bottom-width: 2px;
    border-top: none;
}
.ui-datepicker.ui-widget th {
    padding: 0 .3em;
	color: #fff;
	font-weight: 500;
}
.ui-datepicker.ui-widget table {
    font-size: .9em;
    margin: 0;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-state-default{
	border: none;
	background:transparent;
	color: #595758;
	text-align: center;
}
.ui-datepicker.ui-widget td {
    border: 0;
    padding: 0;
	border-right: 1px solid #d7e0e5;
}
.ui-datepicker.ui-widget .ui-state-disabled{
	opacity: 1;
    border-right: 1px solid #d7e0e5;
}
.ui-datepicker.ui-widget .ui-state-hover{
	border: none;
	background: transparent;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}


.elementor-widget-lemar_sponsors .gallery[class*="gallery-columns"] {
    margin-bottom: 0;
}
.mad-footer.style-2.footer-2 .mad-widget .mad-social-icons.style-3 ul li {
    margin-bottom: 0;
}

.mad-entity-title .sticky-label {
    display: inline-block;
    margin-right: 0.4375rem;
    padding: 0.25rem 0.625rem;
    color: #fff;
    letter-spacing: 0.65px;
    background-color: #00517f;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    font-family: 'Asap', sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.3rem;
}

.entry-content .mad-entity-body:after, .entry-content .mad-entity-body:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.entry-content .mad-entity-body:after {
    clear: both;
}
.entry-content .entry-excerpt:after, .entry-content .entry-excerpt:before {
    clear: both;
    content: '';
    display: table;
}

.entry-content .entry-excerpt:not(:last-child) {
    margin-bottom: 1.75rem;
}

body .mad-header.w-type-3 {
    background: #00283f;
    padding-bottom: 22px;
	position: relative;
}

.widget.mad-widget .screen-reader-text{
	display:none;
}
select:focus {
  -moz-appearance: none;
  appearance: none;
  outline: 0 none transparent;
}
#sidebar .widget_pages ul.children, 
#sidebar .widget_categories ul.children, 
#sidebar .widget_nav_menu ul.sub-menu 
{
    margin-top: 1rem;
}
.widget img {
    height: auto;
}
li li li li li > ul {
    margin-left: 0;
}
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    font-size: 0.8125rem;
    text-align: center;
}
.wp-block-cover.alignleft, .wp-block-cover-image.alignleft {
    margin-right: 1.75rem;
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 1120px;
    width: 100%;
}
.wp-block-quote{
	position: relative;
    font-style: italic;
	background: #00517f;
	margin: 1.5rem 0;
    padding: 1.5rem 2rem !important;
	color: #fff;
}
.wp-block-quote cite{
	font-size: 1rem;
    font-style: italic;
	color: #f0faff;
}
.wp-block-quote:after {
    opacity: 0.1;
    left: auto;
    right: 32px;
    margin-left: 0;
    color: #f4fbff;
    top: 1rem;
    content: '”';
    position: absolute;
    margin-top: -10px;
    font-size: 418px;
    font-style: normal;
    line-height: 1;
    font-family: 'Satisfy', serif;
    z-index: 0;
}

.wp-block-audio{
	margin-bottom: 1.5rem;
}
embed, iframe, object {
    max-width: 100%;
}

.wp-block-search  {
	margin-bottom: 1.3125rem;
	max-width: 360px;
	position:relative;
}
.wp-block-search input {
    height: 3rem;
    line-height: 3rem;
	font-size: 1rem;
	padding-right: 3.5rem;
}
.wp-block-search button {
    position: absolute;
    bottom: 0;
    right: 1rem;
    height: 3rem;
    color: #00517f;
	font-size:0;
}
.wp-block-search button:before {
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
	content: "search";
	line-height: inherit;
}

.wp-block-rss li{
    list-style: none;
	margin-bottom: 1rem;
	color: #00517f;
}
.wp-block-group.has-background{
	padding:1rem;
	margin-bottom: 1rem;
}
.wp-block-preformatted, .wp-block-code {
    margin-bottom: 1.75rem;
    font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
    font-size: 0.75em;
    color: inherit;
    padding: 2em;
    border: none;
    border-radius: 0;
}
pre {
	margin-bottom: 1rem;
    clear: both;
    overflow: auto;
	position: relative;
    left: 0;
    text-transform: none;
	width: 100%;
	padding: 2em;
    line-height: 2em;
    word-break: break-all;
    word-wrap: break-word;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.03) 50%, transparent 50%, transparent);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.03) 50%, transparent 50%, transparent);
    background-image: linear-gradient(rgba(0, 0, 0, 0.03) 50%, transparent 50%, transparent);
	background-size: 100% 4em;
    transition: all ease-in-out 0.5s;
}
dl:not(:last-child) {
    margin-bottom: 2.5em;
}
sub {
    bottom: -0.25em;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

.page-pagination .post-page-numbers, 
.page-links .post-page-numbers 
{
    margin: 0 2px;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background-color:#00517f;
    line-height: 3rem;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.post-password-form label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
.post-password-form input[name="post_password"] {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
    width: auto;
	height: 3rem;
    line-height: 3rem;
	font-size: 1rem;
}
.post-password-form input[type="submit"] {
    display: inline-block;
    padding: 0 1.75rem;
    font-size: 1rem;
    line-height: 3rem;
    letter-spacing: 0.5px;
    background-color: #00517f;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
	height: 3rem;
}
.entry-content.lemar-blog-posts:not(:last-child) {
	    margin-bottom: 3rem;
}
.mad-entity-title {
	word-break: break-word;
    word-wrap: break-word;
}

.mad-entity .single-content:after, .mad-entity .single-content:before {
    clear: both;
    content: '';
    display: table;
}
.wp-block-calendar .wp-calendar-table tbody {
    border: 2px solid #d7e0e5;
    border-bottom-width: 2px;
    border-top: none;
}	
.wp-block-calendar{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.wp-block-calendar  table th {
    padding: 4px;
    border: none;	
	color:#fff;
	background: transparent;
	text-align:center;
}
.wp-block-calendar  table thead {
    border-left: 2px solid #57a2cc;
    border-right: 2px solid #57a2cc;
	background-color: #57a2cc;
}
.wp-block-archives select, 
.wp-block-categories select 
{
    height: 3rem;
	margin-bottom: 1rem;
}
.wp-block-media-text{
	margin-bottom: 1rem;
}
.wp-block-table{
	margin-bottom: 1.5rem;
}
.mad-map-section .mad-timetable.mad-vr-list> ul{
	margin-bottom: 0;
}

.elementor-widget-lemar_tabs .mad-tabs:not(:last-child) {
    margin-bottom: 0;
}

.mad-footer .mad-widget:not(:last-child) {
    margin-bottom: 1.8rem;
}

#myContainer .ms-tableCell p:not(:last-child) {
    margin-bottom: 2.5rem;
}

.page-template-coming-soon .mad-footer.style-2:after{
	z-index: -1;
}

.mad-map-section.map-type1 .mad-tt-element {
    position: absolute;
    right: 0;
    bottom: 0;
}

.elementor-editor-active #mad-preloader{
	display:none;
}

body table.booked-calendar th .monthName {
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
	text-transform: none;
	font-style: italic;
}
body table.booked-calendar tr.days th {
    padding: 0 !important;
    font-size: 1rem;
    letter-spacing: 0;
	font-weight: 400;
	line-height: 3rem;
}
body table.booked-calendar td:first-child {
    border-left: 2px solid #d7e0e5;
}
body table.booked-calendar td {
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 1rem;
    color: #595758;
    padding: 0 !important;
    margin: 0 !important;
    border-right: 1px solid #d7e0e5;
	border-bottom: none;
}
body table.booked-calendar td:last-child {
    border-right: 2px solid #d7e0e5;
}
body table.booked-calendar td.prev-date .date, body table.booked-calendar td.prev-date:hover .date, body table.booked-calendar td.prev-date:hover .date span {
    cursor: not-allowed;
    background: #fff !important;
    color: #595758 !important;
}
body table.booked-calendar td.next-month .date span, body table.booked-calendar td.prev-month .date span {
    color: #b2b2b3;
}

body table.booked-calendar td.today .date span {
    border: 2px solid #00517f;
    color: #fff !important;
	background: #00517f;
}
body table.booked-calendar td.today.prev-date .date span {
    color: #fff !important;
}
body table.booked-calendar td .date .number {
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 56px;
    height: 56px;
    line-height: 52px;
}
body table.booked-calendar {
    border-bottom: 2px solid #d7e0e5 !important;
}

header.mad-header.full .container{
	max-width: 100%;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ffe4e6;
	background: #ffe4e6;
	color: #8c0e13;
	padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 4.5rem;
    padding-right: 1.75rem;
}
div.wpcf7-validation-errors::before, div.wpcf7-acceptance-missing::before {
    font-family: 'Material Icons Outlined';
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    left: 2rem;
    top: 24px;
	content: "highlight_off";
}
div.wpcf7-response-output {
    margin: 2em 0 1em;
	position: relative;
}

div.wpcf7-mail-sent-ok::before {
	font-family: 'Material Icons Outlined';
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    left: 2rem;
    top: 24px;
	content: "check_circle";
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #e6f7dd;
	background: #e6f7dd;
    color: #277500;
	padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 4.5rem;
    padding-right: 1.75rem;
}

.portfolio-single .mad-tag-list .btn-set{
	margin-top: 2.0rem;
	position: relative;
}

.lemar-about-portfolio .mad-tag-list > li a
{
    color: #00517f;
    border-bottom: 1px solid transparent;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:active {
    color: rgba(255,255,255,1);
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:focus, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:hover {
    color: rgba(255,255,255,1);
}

.page-template-split-page .lemar-icon-box.mad-icon-boxes.hr-type .lemar-description {
    margin-bottom: 0;
}

.elementor-section-boxed .lemar-portfolio .mad-grid--isotope.masonry .mad-grid-item.size-x2.type_wide { 
   max-height: 360px; 
}
.mad-tag-list .mad-tag-list-tags, 
.mad-tag-list .mad-tag-list-cats{
	display: block;
}

.tribe-events-notices {
    background: #e2f5ff;
    border-radius: 0;
    border: none;
    color: #00517f;
    margin: 10px 0 18px;
    padding: 19px 19px 19px 19px;
    text-shadow: none;
}

.mad-tabs.mad-tabs--style-2 .mad-tabs-nav > span:not(:last-child) {
    margin-right: 4px;
}
.mad-tabs.mad-tabs--tour-sections.mad-tabs--style-2 .mad-tabs-nav > span {
    margin-right: 0;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.7em;
    line-height: 1;
}

.mad-likes a.post_like:before{
	width:240px;
	height:40px;
	top:0;
	left:0;
	position:absolute;
	content: "";
	display: block;
	z-index: 100;
}

.page-template-side-menu .mad-bg-section {
    min-height: 400px;
    padding-bottom: 54.0%!important;
}

.elementor-widget-lemar_tabs .btn-set{
	margin-top: 3.5rem;
}

body .booked-calendar-wrap {
    margin-bottom: 0;
}

a.more-link:not(:last-child){
	margin-bottom: 1.75rem;
	display: inline-block;
}
.page-links .post-page-numbers.current{
	background: #6dcbff;
    color: #040a1c;
}
.single .mad-entities.single-entity .mad-entity .mad-entity-title:not(:last-child) {
    margin-bottom: 10px;
}
.has-large-font-size{
	line-height: 1.2;
}
.has-large-font-size+ p {
    line-height: 1.2;
}

ul.lemar_custom_styles li {
	padding-left: 2rem;
	position: relative;
	list-style:none;
}
ul.lemar_custom_styles li:before{
	font-size: 1.125rem;
	color: #00517f;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	content:'check';
	position: absolute;
    left: 1px;
    top: 0;
    line-height: 2rem;
}

.entry-content h6 + h2,
.entry-content ul + h2,
.entry-content ol + h2,
.entry-content table + h2,
.entry-content p + h2,
.single-content table + h2,
.entry-excerpt table + h2,
.single-content p + h2,
.entry-excerpt p + h2,
.entry-excerpt h6 + h2,
.single-entry h6 + h2,
.entry-excerpt ul + h2,
.entry-excerpt ol + h2,
.single-entry ol + h2,
.single-entry ul + h2
{
	margin-top: 3rem;
}

.comments-list .pingback .comment-body, .comments-list .trackback .comment-body {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ul.lemar_custom_styles ol >li {
    padding-left: 0;
    position: relative;
    list-style: inherit;
}
ul.lemar_custom_styles ol >li:before{
	content:'';
}
.mad-entities.type-3 .mad-entity .mad-entity-content {
    padding-top: 8.3rem;
    padding-bottom: 8.3rem;
}
.page-template-side-menu #content.mad-content .mad-social-icons.left-side-menu {
    position: absolute;
    top: 3.5rem;
    right: 3.5rem;
    z-index: 20;
}
.page-template-side-menu #content.mad-content{
	position: relative;
}

.ms-tableCell .ms-sub-title {
    font-size: 1rem;
    letter-spacing: 2px;
    font-style: italic;
    text-transform: uppercase;
}

.header-split .dark-logo{
	display: none;
}
.ms-viewing-1 .dark-logo,
.ms-viewing-2 .dark-logo,
.ms-viewing-4 .dark-logo
{
	display: block;
}
.ms-viewing-1 .light-logo,
.ms-viewing-2 .light-logo,
.ms-viewing-4 .light-logo
{
	display: none;
}

.page-template-split-page .mad-header-items.item-col-2 .mad-header-item:last-child{
    padding-top: 1.5rem;
}

.single-team-members .mad-team .mad-team-member .mad-team-member-photo img {
    height: auto;
}

.wpcf7-form .row:not(.no-gutters) > [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.wpcf7 .col-sm-12 textarea {
    max-height: 180px;
}

.elementor-widget-lemar_post .mad-share-wrap .mad-social-icons ul li a {
    font-size: 1.25rem;
}

.widget_meta > ul, 
.widget_categories > ul, 
.widget_archive > ul 
{
    margin-bottom: 0;
}
.page-template-default.page #main #comments.comments-area{
	margin-top: 2.5rem;
}
.elementor-widget-lemar_post .mad-entities[class*="item-col-"]:not(.no-gutters) > * {
    padding-top: 2rem;
}
.elementor-widget-lemar_post .mad-entities[class*="item-col-"]:not(.no-gutters) {
    margin-top: -2rem;
}
.related-news .mad-entities .mad-entity:hover .mad-entity-body {
    background: #f0faff !important;
}

.comment-reply-link i{
	margin-right: 4px;
}

#mad-header.header.style-1 .mad-header-section {
    display: block;
    padding: 3.5rem 3rem 2.5rem;
}
#mad-header .mad-header-section .mad-header-item i{
    vertical-align: middle;
}

.single-post.elementor-page .post-content-single .single-content.content-element-5 {
    margin-left: -10px;
    margin-right: -10px;
}

.page-pagination .post-page-numbers.current {
    background: #6dcbff;
    color: #040a1c;
}

.blocks-gallery-caption{
	margin-bottom: 16px;
}

.wp-block-gallery.is-cropped.alignleft{
	margin-right:16px;
}

.blocks-gallery-grid, .wp-block-gallery {
    margin-bottom: 20px;
}

.elementor-widget-lemar_icon_box .mad-icon-boxes.style_1 .mad-icon-box .mad-icon-box-title, 
.elementor-widget-lemar_icon_box .mad-icon-boxes.style_2 .mad-icon-box .mad-icon-box-title 
{
    margin-bottom: 1rem;
	font-size: 30px;
    line-height: 40px;
	letter-spacing: 0;
}
.elementor-widget-lemar_icon_box .lemar-icon-box.mad-icon-boxes.hr-type .lemar-description {
	padding-left:0 !important;
	padding-right:0 !important;
}
.elementor-widget-lemar_icon_box .lemar-icon-box.mad-icon-boxes.style_1 .lemar-description, 
.elementor-widget-lemar_icon_box .lemar-icon-box.mad-icon-boxes.style_2 .lemar-description 
{
    margin-bottom: 1.5rem;
	padding-left:16px;
	padding-right:16px;
}
.page-template-side-menu-php .mad-vr-nav ul li a {
    color: #040a1c;
}

.elementor-widget-lemar_reservation_form .mad-form-tag {
    text-align: center;
    width: 100%;
}

.single.single-portfolio .page-nav {
   margin-left: 0; 
   margin-left: 0; 
}

.mad-widget.widget_popular_posts .mad-entity-meta .time a{
	color: #00517f;
    border-bottom: 1px solid transparent;
}
.mad-widget.widget_popular_posts .mad-entity-meta .time a:hover {
    border-color: inherit;
}
.mad-widget.widget_categories ul a,
.mad-widget.widget_archive ul a
{
	font-size:18px;
}
.widget_latest_tweets_widget .tweet-action a{
	margin-left:5px;
	color: #012e40 !important;
}
.widget_latest_tweets_widget ul > li p.my-date>a{
	color: #57a2cc !important;
	font-style: italic;
}
.widget_latest_tweets_widget ul > li::before {
    content: "\f099";
    font-family: Font Awesome\ 5 Brands;
    font-size: 1.125rem;
    line-height: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #57a2cc;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
}
.widget_latest_tweets_widget ul > li{
	padding-left: 2rem;
	position: relative;
}
.widget_latest_tweets_widget ul > li p{
    margin-bottom: 0;
}
.widget_latest_tweets_widget ul li:not(:last-child) {
    margin-bottom: 1.0rem;
}
.widget_latest_tweets_widget ul > li p.my-date {
    font-size: 14px;
    line-height: 1.5rem;
	margin-top: 8px;
}
.f-right{
	float: right;
}
#mad-header .mad-header-section .mad-header-item i.material-icons {
   margin-left: -4px;
}
.widget_media_gallery .mad-read-more{
	margin-top: 2rem;
}

.single-post .mad-entities.single-entity .mad-entity time {
    font-size: 1rem !important;
}

.mad-entities.type-2 .mad-entity:hover .mad-entity-title {
    color: #fff;
}

#mad-footer .mad-widget.widget_nav_menu  ul{
	margin-bottom: 0;
}
#mad-footer .mad-social-icons.size-big.style-2 ul li{
	margin-bottom: 0;
}

#reply-title{
	padding-top: 2.5rem;
}

.pingback .comment-author-info, 
.trackback .comment-author-info 
{
    padding-left: 0;
}

.mad-entities.lemar-image-box.style-1 .mad-entity .mad-entity-title {
    font-size: 30px;
    line-height: 40px;
	color: #040a1c;
}
.mad-entities.lemar-image-box.style-1 .lemar-description {
    margin-bottom: 1.5rem;
}

.mad-entities.lemar-image-box.style-2 .mad-entity .mad-entity-title {
    font-size: 30px;
    line-height: 40px;
	color: #fff;
}
.mad-entities.lemar-image-box.style-2 .lemar-description {
    margin-bottom: 1.5rem;
}

.mad-entities.type-3 .mad-entity:hover .mad-entity-title {
    color: #fff;
}

.widget_instagram-feed-widget #sb_instagram .sbi_follow_btn a:hover{
	border-color: inherit;
}
.widget_instagram-feed-widget #sb_instagram .sbi_follow_btn a svg{
	margin-bottom: 0;
    margin-right: 0;
}
.widget_instagram-feed-widget #sb_instagram .sbi_follow_btn a{
	border-bottom: 1px solid transparent;
	line-height: 1;
	border-radius: 0;
	padding-top: 16px;
}
.widget_instagram-feed-widget #sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 10px;
}

.mad-entity-body time a:hover {
    border-color: inherit;
}

.widget_calendar .wp-calendar-nav a{
	font-weight: 500;
	font-size: 18px;
	color: #00517f;
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next{
    float: right;
}

.mad-widget.widget_nav_menu ul a, 
.mad-widget.widget_pages ul a, 
.mad-widget.widget_meta ul a 
{
    font-size: 18px;
}

.mad-page-nav > .mad-nav-left.prev_post_none:before {
    content: "";
}
.mad-page-nav > .mad-nav-right.next_post_none:before {
    content: "";
}

.elementor-widget-lemar_portfolio .mad-portfolio.type1 .mad-gallery-desc span a {
    color: #00517f;
	font-style: italic;
}

#menu-split li > ul {
    margin-left: 0;
}

.mad-page-nav .nav-actions h6{
	color: #00517f;
}

.mad-page-nav > .mad-nav-left.prev_img_none .nav-actions {
    padding-left: 0;
}
.mad-page-nav > .mad-nav-right.next_img_none .nav-actions {
    padding-right: 0;
}


.single.single-post .block-page-nav.content-element-13 {
    border-top: 1px solid #d7e0e5;
    margin-top: 2rem;
}

.search.search-results .mad-breadcrumb {
    padding-top: 20px;
    padding-bottom: 50px !important;
    min-height: 24rem;
}

dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.5em;
}

.mad-entity .mad-entity-media .post-thumbnail-link img {
    width: auto;
}

th, td {
    border: 1px solid #d7e0e5;
}

table.mad-table--responsive-md tr.mad-table-row th {
    border-bottom: none;
    border-top: none;
}
table {
    border: 1px solid #d7e0e5;
}
table.wp-calendar-table,
table.wp-calendar-table td,
table.wp-calendar-table th,
table.mad-table, 
table.mad-table--responsive-md, 
table.mad-table--responsive-md th
{
	border:none;
}
table.mad-table--responsive-md td,
table.mad-table td
{
	border-top: none;
	border-left: none;
	border-right: none;
}
table.mad-table--responsive-md th
{
    padding-right: 2rem;
    padding-left: 2rem;
}

table.mad-table.mad-table--vertical td:first-child {
    font-size: 1.125rem;
}

body table.booked-calendar tr.week td.active.today .date .number {
    color: #000 !important;
}

.wpcf7 input[type="checkbox"], 
.wpcf7 input[type="radio"] {
    display: inline-block;
	height: 13px !important;
	width: 13px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
    display: none;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    padding: 12px 1.5rem;
    border-radius: 0;
	background: #f5f7f8;
    color: #040a1c;
	font-size: 1rem;
	line-height: 1;
	margin-right: 1.5rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar {
    margin-bottom: 3.5rem;
}
.tribe-events .datepicker .datepicker-months .next, .tribe-events .datepicker .datepicker-months .prev {
    color: #fff;
}
.tribe-events .tribe-events-c-events-bar__search-button--active:before {
    display: none;
}
.tribe-events .tribe-events-c-view-selector__content {
    border: 2px solid #e2f5ff;
    border-radius: 0;
    box-shadow: none;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg {
	display: none;
}
.tribe-events .datepicker .datepicker-switch, .tribe-events .datepicker .next, .tribe-events .datepicker .prev {
    color: #fff;
}

.mad-header.header-2.w-type-4 [class*="mad-header-section--sticky"] {
    padding: 3.5rem 0;
}
.mad-header.header-2.w-type-4 .container {
    max-width: 100%;
    padding-left: 3.875rem;
    padding-right: 3.875rem;
}

.mad-header.header-2.w-type-4 .mad-header-items {
    justify-content: space-between;
    align-items: center;
	position: relative;
}
.header-2.mad-header.w-type-4 .mad-navigation-container {
    position: initial;
	display: flex;
    justify-content: center;
}

.mad-header .mad-actions {
    display: flex;
    align-items: center;
    margin: 0 -1rem;
    padding-left: 40px;
}
.mad-header .mad-actions > .mad-item {
    margin: 0 1rem;
    position: relative;
}
.mad-dropdown {
    position: relative;
    z-index: 1;
}
.mad-header .mad-actions .mad-item-link {
    position: relative;
    color: #fff;
}
.mad-header .mad-actions .mad-item-link i {
    font-size: 1.75rem;
    max-width: 1.5rem;
}

		.arcticmodal-container {
            background-color: #fff;
        }

        .arcticmodal-container_i2 {
            padding: 0;
            height: 100%;
        }

        .arcticmodal-container table {
            background-color: transparent;
            border: none;
        }

        .arcticmodal-container table tr {
            border: none;
            -webkit-transition: none;
                    transition: none;
        }

        .arcticmodal-container table tr:hover {
            background-color: transparent;
        }

        .arcticmodal-close {
            font-size: 2rem;
            color: #001119;
            position: absolute;
            right: 4rem;
            top: 4rem;
        }

        .arcticmodal-close i {
            font-size: 2.5rem;
        }

		.mad-modal--search .arcticmodal-container_i2 {
            vertical-align: middle;
        }

        .mad-modal--search {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .mad-modal--search:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 50%;
            z-index: -1;
        }

        .mad-modal--search .mad-title {
            margin-right: 2rem;
        }

        .mad-modal--search .mad-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-modal--search form {
            width: 40%;
            display: flex;
        }

        .mad-modal--search form input {
            width: 100%;
        }

        .mad-modal--search form button {
            width: 4rem;
            height: 4rem;
            min-width: 4rem;
            line-height: 4rem;
            padding: 0;
            text-align: center;
            color: #fff;
            margin-left: 8px;
            position: relative;
        }

        .mad-modal--search form button i {
            font-size: 1.5rem;
            line-height: 4rem;
        }


.mad-dropdown-element.shopping-cart {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 1.5rem;
    margin-right: -3.5rem;
}		
.shopping-cart {
    background: #00517f;
    color: #e2f5ff;
	border-radius: 0;
    text-align: left;
    min-width: 22rem;
	padding: 0;
}

.mad-footer.style-3, .mad-footer.style-3 .mad-widget {
    text-align: left;
}
.mad-footer.style-3 {
    background: url(images/1920x512_bg1.jpg) no-repeat;
    padding-left: 7.5rem;
}
.mad-footer.style-3 .copyrights {
    color: #7a7879;
    margin-top: 1rem;
    text-align: left;
}

.mad-footer.style-3 .container {
    max-width: 100%;
    padding-left: 3.875rem;
    padding-right: 3.875rem;
}

.mad-footer.style-3 a {
    color: #00517f;
    border-bottom: 1px solid transparent;
}

.mad-actions .mad-item.mad-dropdown .mad-count {
    position: absolute;
    top: 0;
    right: 0;
    background: #ca3c3f;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    font-size: 0.625rem;
    font-weight: bold;
    border-radius: 50%;
    margin-right: -3px;
    margin-top: -5px;
    z-index: 1;
}
.mad-actions .mad-item.mad-dropdown .mad-count {
    overflow: hidden;
}

.lwa {
    margin-bottom: 0;
}
.lwa-modal-bg {
    z-index: 1000;
	background: rgba(21,23,38,0.7);
}
.lwa-modal {
	z-index: 1001;
}
.lwa td, 
.lwa tr 
{
    display: block;
}
.lwa{margin-bottom:0;}
.lwa-modal{top: 15% !important;text-align: center;padding:60px 40px;width:480px;border-radius:0;background-color:#fff;}
.lwa-modal p{margin-bottom:20px;}
.lwa-modal p:last-of-type,
.lwa-modal .lwa-submit-button{margin-bottom:0;}
.lwa-status{margin-bottom:10px;font-size:13px;}
.lwa-links-register-inline:hover,
.knowhere-lwa-links-remember:hover,
.lwa-links-register-inline-cancel:hover{text-decoration:underline;}
.lwa-modal .lwa-modal-close {
    font-size: 30px;
    line-height: 0,5; 
    position: absolute;
    top: 0;
    margin-top: -20px;
    margin-left: 25px;
    right: -35px;
    color: #f4f4f5;
    text-shadow: none;
    font-weight: 100;
    cursor: pointer;
}
.lwa-wp-submit{
	width: 100%;
	cursor: pointer;
	margin-bottom: 1rem;
}
.lwa td {
    padding-top: 0;
}
.lwa tr:not(:last-child) {
	margin-bottom: 2rem;
}
.lwa input[type="checkbox"] + label {
    padding-left: 10px;
    user-select: none;
	display: inline-block;
}
.lwa input[type="checkbox"] {
	display: inline-block;
	-webkit-appearance: checkbox !important;
    width: 20px;
    height: 20px;
}

.lwa.lwa-template-modal .lwa-links-modal{
	display:none;
}

.mad-navigation-container .mad-actions .mad-item ul {
    margin-bottom: 0;
}


 .elementor-widget-lemar_slider_social .mad-section-side-title, 
.mad-section-side-title 
 {
	font-family: 'Asap', serif;
	font-size: 1rem;
	color: #57a2cc;
	letter-spacing: 0.5px;
	position: absolute;
	white-space: nowrap;
	font-style: italic;
	left: 0;
	top: 0;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	z-index: 22;
	line-height: 1rem;
}

 .elementor-widget-lemar_slider_social .mad-section-side-title.rotate {
	transform: rotate(180deg);
}
 .elementor-widget-lemar_slider_social .mad-section-side-title {
	left: 3.875rem;
	bottom: 4rem;
	color: #fff;
	top:auto;
}
.mad-offset-left h2 {
    letter-spacing: -1px;
}

.elementor-widget-lemar_home_contact .row:not(.no-gutters):not(.col-no-space).vr-size-2 > [class*="col"] {
    padding-bottom: 2rem;
}
.elementor-widget-lemar_home_image_box span.mad-text-large{
	margin-bottom: 1.5rem;
	display: inline-block;
}
.elementor-widget-lemar_home_image_box .lemar-description.mad-text-big{
	margin-bottom: 1.5rem;
}
.mad-product-description .mad-product-info .mprm-proportion:not(:last-child) {
    border-right: 1px solid #7a7879;
    padding-right: 5px;
    margin-right: 5px;
}
.mad-text-large {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
}
.elementor-widget-lemar_slider_social .mad-social-icons {
	position: absolute;
	right: 3.875rem;
	bottom: 3rem;
	top: auto;
}
 .elementor-widget-lemar_slider_social .mad-social-icons > ul {
    display: block;
    text-align: center;
}
.elementor-widget-lemar_slider_social .mad-social-icons ul li {
    padding: 1rem 1rem 0;
    font-size: 1.3125rem;
}
.elementor-widget-lemar_slider_social .mad-social-icons ul li a {
    color: #fff;
    opacity: 0.5;
    font-size: 1.5rem;
}
.elementor-widget-lemar_slider_social .mad-social-icons ul li a i {
    vertical-align: inherit;
}

.elementor-widget-lemar_slider_social .mad-social-icons ul li a:hover {
    opacity: 1;
}

.row:not(.col-no-space) .mad-offset-left, .mad-offset-left {
    padding-left: 7.5rem;
}

.mad-section-side-title.top-space {
    margin-top: 1rem;
}
.mad-section-side-title.rotate {
    transform: rotate(180deg);
}

.mad-icon-boxes.align-left .mad-icon-box {
    text-align: left;
    padding: 0;
}
.row:not(.col-no-space) .mad-offset-right, .mad-offset-right {
    padding-right: 7.5rem;
}

.mad-offset-right.with-top-space {
    margin-top: 4.75rem;
}
[class*="mad-offset"] {
    position: relative;
}

.mad-section-side-title.top-space-2 {
    margin-top: 3rem;
}
.mad-section-side-title.right-side {
    left: auto;
    right: 0;
}

.row:not(.col-no-space) .mad-offset, .mad-offset {
    padding: 0 7.5rem;
}

.mad-tabs.products .tabs-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mad-tabs.products .tabs-wrap .mad-title:not(:last-child) {
    margin-bottom: 0;
    padding-left: 2px;
}

.mad-tabs.products .mad-tabs-container .mad-tab {
    padding-top: 2.5rem;
    font-size: 1rem;
}

.mad-tabs.products .owl-carousel {
    padding: 0 70px;
}

.mad-products:not(.mad-product-small) .mad-product {
    height: 100%;
    position: relative;
    overflow: visible;
    background-color: #f5f7f8;
    transition: all .5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mad-products:not(.mad-product-small) .mad-product .mad-product-description {
    padding: 1.5rem 2rem 0;
    font-size: 0.875rem;
    color: #7a7879;
    line-height: 1.5rem;
    flex: 1;
	min-height:175px;
}
.mad-product-description:not(:last-child) {
    margin-bottom: 2rem;
}

.mad-product .mad-product-calc{
	padding: 0 2rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mad-product .mprm-add-to-cart-label span {
    display: none;
}
.mad-product .mad-calc .btn:not(.with-text) {
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: 0.25rem;
    margin-right: 0;
}

.mad-product .mad-calc .btn:not(.with-text) i{
	margin-right: 0;
}
.mad-products:not(.mad-product-small):not(.mad-product-single) .mad-product-description .mad-product-title:not(:last-child) {
    margin-bottom: 0.5rem;
}
.mad-product-description .mad-product-title {
    font-family: 'Asap', serif;
    font-weight: 600;
}
.mad-product-price {
    position: relative;
    font-family: 'Asap', serif;
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 500;
    padding-right: 0.5rem;
    color: #040a1c;
    display: block;
}

.elementor-widget-lemar_tabs_menu_shop_carousel .owl-carousel .owl-nav button.owl-next, 
.elementor-widget-lemar_tabs_menu_shop_carousel .owl-carousel .owl-nav button.owl-prev {
    font-size: 2.5rem;
    color: #cac9c9;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    color: #6dcbff;
}

.mad-product-info:not(:last-child) {
    margin-bottom: 1rem;
}
.mad-product-info {
    font-size: 0.875rem;
    color: #7a7879;
    display: block;
    line-height: 1rem;
}

.mad-icon-box .mad-icon-box-icon svg .cls-1, .mad-icon-box .mad-icon-box-icon svg .cls-2, .mad-icon-box .mad-icon-box-icon svg .cls-3 {
    stroke: #6dcbff;
}

.mad-icon-boxes.type-2[class*="item-col-"]:not(.no-gutters) > * {
    padding: 4.5rem 2rem 0;
}

.mad-icon-boxes.mad-offset-left .mad-col {
    width: 27%;
}
.mad-icon-boxes.mad-offset-left .mad-col.mad-col-x2 {
    width: 46%;
}
.elementor .elementor-widget.elementor-widget-lemar_order_steps .mad-icon-boxes.mad-offset-left .left-offset {
    margin-left: -7.5rem;
}

.elementor .elementor-widget.elementor-widget-lemar_order_steps .mad-icon-boxes.mad-offset-left img {
    vertical-align: top;
    max-width: 100%;
	width: auto;
}

.mad-icon-boxes.type-2.no-bottom-space .mad-col:not(:last-child) .mad-icon-box:before {
    top: 100px;
}
.mad-icon-boxes.type-2 .mad-col:not(:last-child) .mad-icon-box:before {
    content: "\e944";
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    margin-top: -1rem;
    font-family: 'linearicons';
    font-size: 2.5rem;
    line-height: 1;
    color: #c7c8cc;
}
.mad-icon-boxes.type-2 .mad-col:not(:last-child) .mad-icon-box.with-arrow-down:before {
    content: "\e942";
    right: auto;
    left: 24px;
    top: 100%;
    margin-top: 0;
}

.mad-icon-boxes.type-2 .mad-icon-box {
    position: relative;
}
.mad-icon-boxes.type-2.no-bottom-space .mad-icon-box {
    padding: 4rem 0;
}

.elementor-widget-lemar_home_testimonials .mad-title{
	color: #fff;
}

.elementor-widget-lemar_home_testimonials .owl-carousel button.owl-dot{
	background: #cac9c9;
}
.elementor-widget-lemar_home_testimonials .owl-carousel button.owl-dot.active{
	background: #6dcbff;
}

.elementor-widget-lemar_home_testimonials .owl-carousel .owl-nav button.owl-next, .elementor-widget-lemar_home_testimonials .owl-carousel .owl-nav button.owl-prev {
    font-size: 2.5rem;
    color: #cac9c9;
}

.elementor-widget-lemar_home_instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    position: relative;
    overflow: visible;
}
.elementor-widget-lemar_home_instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(6) {
    margin-left: -120px !important;
}
.elementor-widget-lemar_home_instagram #sb_instagram .sbi_photo {
    min-height: 320px;
}
.elementor-widget-lemar_home_instagram .sbi_item a:before {
    content: "\f16d";
    font-family: Font Awesome\ 5 Brands;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,40,63,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.elementor-widget-lemar_home_instagram .sbi_item  a:hover:before {
    opacity: 1;
    visibility: visible;
}

.elementor-widget-lemar_home_instagram .newsletter_block {
    position: absolute;
    right: 0;
    bottom: 80px;
}
.elementor-widget-lemar_home_instagram .mad-instafeed .mad-col.newsletter_block .mad-offset-right {
    padding-right: 11rem;
}
.elementor-widget-lemar_home_instagram .mad-newsletter-section {
    max-width: 28rem;
    width: 100%;
}

.elementor-widget-lemar_home_instagram  .tnp-subscription-minimal.sushifushi-newsletter-form form:before {
    position: absolute;
    font-family: 'Material Icons';
    content: 'mail_outline';
    font-size: 1.5rem;
    top: 15px;
    right: 25px;
    line-height: 2rem;
    color: #fff;
    word-wrap: normal;
    direction: ltr;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    z-index: 10;
}
.elementor-widget-lemar_home_instagram .newsletter_block{
	display: flex;
    justify-content: center;
}
.elementor-widget-lemar_home_instagram .newsletter_block .mad-newsletter-form{
	max-width: 100%;
	margin: 0 auto;
	display: flex;
}
.elementor-widget-lemar_home_instagram .newsletter_block .mad-newsletter-form input:not(:last-child) {
    margin-right: 0.5rem;
}
.elementor-widget-lemar_home_instagram .newsletter_block input.tnp-email{
	max-width: 343px;
}
.elementor-widget-lemar_home_instagram .newsletter_block input.tnp-submit {
    vertical-align: top;
}

.elementor-widget-lemar_home_instagram .tnp-subscription-minimal form:before {
    position: absolute;
    font-family: 'Material Icons';
    content: 'mail_outline';
    font-size: 1.5rem;
    top: 15px;
    right: 25px;
    line-height: 2rem;
    color: #fff;
    word-wrap: normal;
    direction: ltr;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    z-index: 10;
}
.elementor-widget-lemar_home_instagram .tnp-subscription-minimal form{
	position:relative;
}

.elementor-widget-lemar_home_contact .mad-our-info li i {
    margin-right: 1rem;
    font-size: 1.75rem;
    color: #57a2cc;
    position: relative;
	line-height: inherit;
}

.elementor-widget-lemar_home_contact .mad-our-info {
    font-family: 'Asap', serif;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #262123;
	margin-bottom:0;
}
.mad-our-info li:not(:last-child):not([class*="content-element-"]) {
    margin-bottom: 0;
}
.mad-our-info li {
    display: flex;
}
.mad-gmap.size-2 {
    height: 100%;
    width: 100%;
    height: 45rem;
}


.elementor-widget-lemar_cta .mad-section .container.type2{
	    max-width: 1540px;
}
.row:not(.no-gutters):not(.col-no-space).vr-size-2 > [class*="col"] {
    padding-bottom: 6rem;
}

.product-sort-section:not(:last-child) {
    margin-bottom: 2rem;
}

 /* Products sorting */

.product-sort-section {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	align-items: center;
	font-family: 'Asap', sans-serif;
	font-size: 1rem;
	color: #7a7879;
	margin: -1rem -1rem 0;
}

.product-sort-section > .mad-col {
	padding: 1rem 1rem 0;
}

.product-sort-section:not(:last-child) {
	margin-bottom: 2rem;
}

.product-sort-section .mad-custom-select {
	width: 275px;
}

.mad-custom-select.size-2 .mad-options-list {
    list-style: none;
}

.mprm_menu_item_buy_button .mprm-notice.mprm-notice-success {
    display: none;
}
.mad-widget.widget_mprm_cart_widget.shopping-cart .widget-title{
color: #fff;
}	
.mad-widget.widget_mprm_cart_widget.shopping-cart{	
	background: #00517f;
    padding: 2rem;
    border-radius: 0;
    text-align: left;
    overflow: hidden;
    min-width: 21.875rem;
}
.widget_mprm_cart_widget .mprm-cart .mprm-cart-item {
    padding: 0;
}
.mad-products.mad-product-small .mad-product .mad-product-description .mad-product-price {
    color: #e2f5ff;
    font-weight: normal;
    font-style: italic;
}
.widget_mprm_cart_widget .mprm-cart .mprm-remove-from-cart {
    position: absolute;
    right: 0;
    top: 0.25rem;
    font-size: 1.125rem;
    color: #fff;
}
.widget_mprm_cart_widget  .mad-product-description:not(:last-child) {
    margin-bottom: 0;
}
.widget_mprm_cart_widget .mprm-cart.mprm-cart-items {
    padding: 2rem;
}
.widget.mad-widget.mprm_widget .mprm-view-grid .mprm-content-container.mprm-title b{
	font-weight: 600;
}
.widget.mad-widget.mprm_widget .mprm-view-grid .mprm-content-container.mprm-title{
    font-size: 1.25rem;
	color: #040a1c;
	margin-bottom: 0.5rem;
}
.widget.mad-widget.mprm_widget .mprm-view-grid .mprm-excerpt.mprm-content-container{
	font-size: 1rem;
    line-height: 1.5rem;
}
.widget.mad-widget.mprm_widget .mprm-view-grid .mprm-excerpt.mprm-content-container:not(:last-child) {
    margin-bottom: 2rem;
}

.mad-item.mad-dropdown .mad-widget.widget_mprm_cart_widget.shopping-cart {
    padding: 0;
	color: #fff;
	min-width: auto;
}
.widget_mprm_cart_widget .mprm-cart {
   display: block;
}
.shopping-cart .mprm_empty_cart {
	padding: 2rem;
	display: block;
}
.shopping-cart .sc-footer {
    position: relative;
    padding-top: 1.5rem;
}
.mad-products.mad-product-small:not(.owl-carousel) {
	display: block;
}

.mad-products.mad-product-small .mad-product {
	display: flex;
	position: relative;
	z-index: 1;
}

.mad-products.mad-product-small .mad-col:not(:last-child) {
	margin-bottom: 1.5rem;
}
.mad-products.mad-product-small:not(:last-child) {
	margin-bottom: 0;
}

.mad-products.mad-product-small .mad-product .mad-product-description {
	padding-left: 1.5rem;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #7a7879;
}

.mad-products.mad-product-small .mad-product .mad-product-image {
	min-width: 5.5rem;
}

.mad-products.mad-product-small .mad-product .mad-product-price {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500;
}

.mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title {
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title:not(:last-child),
.mad-products.mad-product-small .mad-product .mad-product-description p:not(:last-child) {
	margin-bottom: 0.5rem;
}
.shopping-cart .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title {
    font-weight: normal;
    color: #fff;
    line-height: 1.5rem;
    font-size: 1.125rem;
}
.shopping-cart .sc-footer {
    position: relative;
    padding: 2rem;
    background: #003c5f;
}

 .shopping-cart .subtotal:not(:last-child) {
	margin-bottom: 1.5rem;
}

.shopping-cart .subtotal {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
}

.mad-sidebar .mad-widget.widget_mprm_cart_widget.shopping-cart {
    padding: 0;
}
.mad-sidebar .mad-widget.widget_mprm_cart_widget.shopping-cart .mad-widget-title{
    padding: 2rem 2rem 0 2rem;
	margin-bottom: 0;
}

.mad-sidebar .widget_mprm_cart_widget .mprm-cart.mprm-cart-items .mad-product-title{
	color: #fff !important;
}
.mad-sidebar .widget_mprm_cart_widget .mprm-cart.mprm-cart-items {
    padding:1rem 2rem 2rem 2rem;
}

.widget_mprm_cart_widget .mprm-cart img {
    max-width: 72px;
    height: auto;
}
.widget_mprm_cart_widget .mad-products.mad-product-small .mad-product .mad-product-image {
    min-width: auto;
}

.widget.mad-widget.mprm_widget .mprm-container .mprm-row {
    padding-bottom: 0;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-row:not(:last-child) {
    margin-bottom: 1.5rem;
}

.mprm_widget .mprm-widget-items.mprm-view-list .mprm-five.mprm-columns {
    width: auto;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-side.mprm-left-side img {
    height: auto;
    width: 88px;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-columns.mprm-right-side {
    margin-left: 6%;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-title {
    color: #00517f;
    border-bottom: 1px solid transparent;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: 'Asap', serif;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-title a {
    font-weight: 600;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-ingredients.mprm-content-container {
    font-size: 14px;
    line-height: 1rem;
    color: #7a7879;
	font-style: italic;
}

.mprm_widget .mprm-widget-items.mprm-view-list .mprm-price-container {
    margin: 8px 0 0 0;
    color: #040a1c;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
}

.mprm-container.mprm-widget-items.mprm-view-grid .mprm-image {
    margin-bottom: 1.5rem;
}
.widget.mad-widget.mprm_widget .mprm-add-to-cart-label i {
    display: none;
}
.mprm-container .mprm-content-container.mprm-add-topping {
    margin: 0;
}

.mpto-topping-buy-button .mprm_purchase_form .mprm-section .mprm-cart-toppings-wrapper {
    padding: 10px 10px 20px 15px;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    border-radius: 0;
    text-align: left;
}

.mprm-container.mprm-widget-categories.mprm-view-list .mprm-menu-category .mprm-category-content .mprm-link {
    color: #57a2cc;
    border-bottom: 1px solid transparent;
}
.mprm-container.mprm-widget-categories .mprm-menu-category .mprm-category-content .mprm-link .mprm-title {
    font-family: 'Asap', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: inherit;
    letter-spacing: 0;
}
.widget.mad-widget.mprm_widget .mprm-container.mprm-widget-categories .mprm-row:not(:last-child) {
    padding-bottom: 1rem;
}

#mprm_checkout_wrap p.mprm-required {
    color: #7a7879;
    font-weight: 400;
    margin-bottom: 1.3125rem;
    line-height: 1.5rem;
}

#mprm_checkout_cart thead th {
    background: #e2f5ff;
}
#mprm_checkout_cart th {
    padding-top: 12px;
    padding-bottom: 12px;
	padding-right: 2rem;
	padding-left: 2rem;
    font-weight: 600 !important;
    border: none;
    color: #040a1c;
}
#mprm_checkout_cart td {
    vertical-align: middle;
    color: #040a1c;
    background: #fff;
	font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
	padding-right: 2rem;
	padding-left: 2rem;
	border-right:none;
	border-left:none;
}

#mprm_checkout_cart td.mprm_cart_item_name .mad-product-description .mprm_checkout_cart_item_title {
   color: #00517f;
    border-bottom: 1px solid transparent;
}
.mprm_cart_item_name_wrapper .mad-product-description p {
    line-height: 1rem;
    font-size: 14px;
    color: #7a7879;
    font-style: italic;
}
#mprm_checkout_cart  .mprm_cart_actions .mprm_cart_remove_item_btn{
    font-weight: 500;
    font-size: 1.125rem;
    color: #57a2cc;
}
#mprm_checkout_cart .mprm_cart_item_price{
	font-weight: 500;
    font-size: 1.125rem;
}
#mprm_checkout_cart td.mprm_cart_item_name .mprm_cart_item_name_wrapper img {
    margin-right: 1.5rem;
    max-width: 88px;
}
.mprm_checkout_cart_item_title{
	margin-bottom: 0.5rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.5px;
}
#mprm_checkout_cart td.mprm_cart_item_name .mprm_cart_item_name_wrapper{
	align-items: flex-start;
}

#mprm_checkout_cart td.mprm_cart_item_name .mad-product-description .mprm_checkout_cart_item_title{
	display: block;
}
#mprm_checkout_cart td.mprm_cart_item_name .mad-product-description {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #040a1c;
}
#mprm_checkout_cart td{
	border-color:#e2f5ff;
}
#mprm_checkout_cart.mprm-table-column-4 td.mprm_cart_quantities input.mprm-item-quantity {
    max-width: 100px;
    min-width: 100px;
	text-align: center;
}
table#mprm_checkout_cart:not(:last-child) {
    margin-bottom: 7.5rem;
}
#mprm_checkout_wrap input {
    height: 3rem;
    line-height: 3rem;
	font-size: 1rem;
}
#mprm_checkout_wrap #mprm_checkout_cart input {
    height: 2.5rem;
    line-height: 2.5rem;
	font-size: 1rem;
}
#mprm_checkout_wrap label.mprm-required, 
#mprm_checkout_wrap label 
{
    color: #595758;
}
#mprm_checkout_wrap p br{
	display:none;
}
#mprm_checkout_form_wrap fieldset {
	border: none;	
}
#mprm_checkout_form_wrap #mprm_purchase_form > fieldset {
    border: none;
    padding: 0 15px !important;
    margin-bottom: 5rem;
	width: 50%;
    float: left;
}
#mprm_checkout_form_wrap  #mprm_purchase_form{
	margin-left: -15px;
    margin-right: -15px;
}
#mprm_checkout_form_wrap #mprm_additional_information_fields{
	padding: 0;
}
#mprm_checkout_form_wrap .mprm-payment-icons{
	display:none;
}
#mprm_checkout_form_wrap #mprm_purchase_submit{
	padding: 0 15px !important;
	margin-bottom: 0;
}
#mprm_checkout_form_wrap #mprm_checkout_user_info{
    padding: 0 15px !important;
    margin-bottom: 2rem;
    width: 50%;
    float: left;
}
#mprm_checkout_form_wrap fieldset#mprm_purchase_submit #mprm_final_total_wrap{
	margin-bottom: 1.5rem !important;
}
.mprm-content.mprm-time-wrapper select:not(:last-child){
	margin-bottom: 2rem !important;
}

.quantity input {
    height: 2.5rem;
    font-size: 0.875rem;
    padding: 0 2rem;
    text-align: center;
    color: #7a7879;
    border: 2px solid #e2f5ff;
}

#mprm_checkout_form_wrap select {
	font-family: 'Asap', sans-serif;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    border-color: #e2f5ff;
    border-radius: 0;
    height: 3rem;
    width: 100%;
    padding-left: 1.25rem;
    padding-top: 0.3rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0;
    font-size: 1.0rem;
    line-height: 1.5rem;
    color: #7a7879;
    background: #fff url(images/select-arrow1.png);
    background-position: center right;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
}
#mprm_checkout_form_wrap p:not(:last-child){
	margin-bottom: 2rem;
}
.mprm-payment-details-label {
    font-size: 2.25rem;
    line-height: 3rem;
	font-weight: 400;
	color: #040a1c;
    letter-spacing: -0.5px;
    font-family: 'Satisfy', cursive;
    margin-bottom: 1.5rem;
}
#mprm_delivery_mode_select-wrapper  br{
	display:none;
}

.mprm-content.mprm-type-delivery.mprm-delivery-mode-wrapper{
	margin-top:2rem;
}

#mprm_payment_mode_select .mprm-gateway-option::before {
    border-radius: 50%;
	content: "";
    border: 2px solid #e2f5ff;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}
#mprm_payment_mode_select .mprm-gateway-option input{
	display:block;
	position: absolute;
    top: 0;
    left: 0;
}
#mprm_payment_mode_select .mprm-gateway-option input:checked::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #00517f;
    left: 8px;
    top: 8px;
	font-size: 1rem;
    line-height: 2rem;
    position: absolute;
	text-align: center;
}
#mprm_payment_mode_select .mprm-gateway-option{
    margin-bottom: 0;
	font-size: 1rem;
    line-height: 2rem;
    padding-left: 3.5rem;
	position: relative;
	margin-bottom: 0.8125rem;
	font-weight: bold;
	font-size: 1.125rem;
    line-height: 1.5rem;
	min-height: 2rem;
}
#mprm_payment_mode_select .mprm-payment-mode-label,
#mprm_purchase_form_wrap .mprm-order-details-label
{
	font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 400;
    color: #040a1c;
    letter-spacing: -0.5px;
    font-family: 'Satisfy', cursive;
    margin-bottom: 1.5rem;
}

#mprm_payment_summary_table table .mprm-checkout-total td:last-child {
	border-bottom: none;
	font-size: 1.125rem;
}
#mprm_payment_summary_table table td:first-child {
	background: #e2f5ff;
	font-weight: 600;
	border-bottom: none;
	font-size: 1.125rem;
    line-height: 2rem;
}
#mprm_payment_summary_table table td {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #040a1c;
	padding-right: 2rem;
	padding-left: 2rem;
	border:none;
	border-bottom: 1px solid #e2f5ff;
}
table#mprm_checkout_cart, table.mprm-table {
    border: none;
}
.mprm-checkout-total b {
    font-weight: 600;
}
#mprm_checkout_wrap #mprm-purchase-button{
	font-size: 1.25rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
	display: inline-block;
	color: #fff;
    letter-spacing: 0.1px;
	text-align: center;
    line-height: 1rem;
    font-weight: 500;
	white-space: nowrap;
    z-index: 1;
    position: relative;
    background: #00517f;
	cursor: pointer;
	height: auto;
	transition: all .5s ease;
}
#mprm_checkout_wrap #mprm-purchase-button:hover {
    background: #6dcbff;
    color: #040a1c;
}
#mprm_checkout_form_wrap fieldset#mprm_purchase_submit #mprm_final_total_wrap {
    background: transparent;
    color: #040a1c;
    padding: 0;
    border: none;
	font-weight: bold;
	font-size: 1.5rem;
    line-height: 2rem;
	margin-top:3rem;
	letter-spacing: -0.5px;
}

.quantity {
    width: 5.875rem;
    position: relative;
}

.quantity .qty-plus {
            left: auto;
            right: 0.875rem;
        }
 .quantity button {
            position: absolute;
            top: 50%;
            left: 0.875rem;
            transform: translateY(-50%);
            color: #7a7879;
            font-size: 0.75rem;
        }

#mprm_checkout_cart .mprm_cart_remove_item_btn:after {
    content: 'cancel';
    font-size: 1rem;
    font-family: 'Material Icons Outlined';
    display: inline-block;
    vertical-align: -3px;
    margin-left: 6px;
}

#mprm_checkout_wrap label.mprm-required, #mprm_checkout_wrap label {
    font-size: 1rem;
}

#mprm_checkout_wrap input {
    padding-left: 1.15rem;
}

#mprm_payment_mode_select .mprm-gateway-option {
    color: #7a7879;
	padding-left: 3rem;
}

#mprm_checkout_wrap label.mprm-label {
    font-size: 1rem;
    margin: 0 0 4px;
    line-height: 32px;
}
.mad-product-single .mad-product-description .mad-product-title {
    font-weight: normal;
}

.single-entry-holder.mad-products .mad-product-description:not(:last-child) {
    margin-bottom: 3rem;
}

.mad-products.mad-product-single .image-preview-container:not(:last-child) {
    margin-bottom: 2.5rem;
}

.mad-products.mad-product-single .mad-product-calc .mad-product-price:not(:last-child) {
    margin-bottom: 1.5rem;
}
.mad-products.mad-product-single .mad-product-calc .mad-product-price span{
	color: #040a1c;
}
.mad-products.mad-product-single .mad-product-calc .mad-product-price b{
	font-weight: 500;
}
.mad-products.mad-product-single .mad-product-calc .mad-product-price {
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
	color: #595758;
	font-weight: 500;
}
.mad-products.mad-product-single .mad-product-calc:not(:last-child) {
    margin-bottom: 3.75rem;
}
.mad-product-single .mad-product-info:not(:last-child) {
    margin-bottom: 2.75rem;
}
.mad-product-single .mad-product-info {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #595758;
}
.mad-product-single .mad-product-info ul.mprm-list span{
	color: #57a2cc;
}
.mad-product-single .mad-product-info ul.mprm-list{
	list-style:none;
	font-style: italic;
	font-size: 1rem;
    line-height: 2rem;
}
.mad-product-single .mad-product-info ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.mad-product-single .mprm-proportions.mprm-content-container .mprm-proportion {
    display: block;
    margin-bottom: 0.5rem;
	font-style: italic;
	font-size: 1rem;
}

.single-mp_menu_item .mprm-ingredients.mprm-content-container .mprm-ingredient {
    text-transform: capitalize;
	font-style: italic;
}

.mad-product-single .mprm-ingredients.mprm-content-container span.mprm-ingredients-delimiter {
	display:none;
}
.mad-product-single .mprm-ingredients.mprm-content-container span {
    display: block;
    margin-bottom: 0.5rem;
	font-size: 1rem;
}
.mad-products:not(.owl-carousel):not(.mad-product-small):not(.mad-product-single) {
    display: flex;
    flex-wrap: wrap;
}

.mad-products.mad-product-single .mprm-related-item .mad-product-calc .mad-product-price:not(:last-child) {
    margin-bottom: 0;
}
.mad-products.mad-product-single .mprm-related-item  .mad-product-calc .mad-product-price{
	font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 500;
	color: #040a1c;
}
.mad-product-single .mprm-related-item  .mad-product-info:not(:last-child) {
    margin-bottom: 1rem;
	font-size: 0.875rem;
    color: #7a7879;
    display: block;
    line-height: 1rem;
}

.single-entry-holder.mad-products .mprm-related-item  .mad-product-description:not(:last-child) {
    margin-bottom: 2rem;
}
.elementor-widget-our_specialties .type-mp_menu_item  .mprm-add-topping {
    margin: 0;
}

.mad-product .mad-calc .mpto-topping-buy-button .mprm-cart-toppings-wrapper .mprm-submit.mprm-topping-add-to-cart i {
    margin-right: 0;
}
.mad-product .mad-calc .mpto-topping-buy-button .mprm-cart-toppings-wrapper .mprm-submit.mprm-topping-add-to-cart>span {
    display: none;
}

.mad-header.w-type-1 .mad-navigation-container {
    display: flex;
    justify-content: center;
    position: relative;
}

.mad-header.w-type-1 .mad-navigation {
    position: initial;
}

.mad-header.w-type-4 .mad-navigation {
    position: initial;
}

.elementor-widget-lemar_tabs_menu_shop_carousel .mad-product .mpto-topping-buy-button.mprm-display-inline{
	display:none;
}

.elementor-widget-our_specialties .mad-spec-info .mad-spec-el .mprm-cat:not(:last-child), 
.elementor-widget-our_specialties .mad-product-description .mprm-cat:not(:last-child)
{
	margin-right: 4px;	
}
.elementor-widget-our_specialties .mad-product-description .mprm-cat:not(:last-child):after, 
.elementor-widget-our_specialties .mad-spec-info .mad-spec-el .mprm-cat:not(:last-child):after 
{
	content:',';
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
    color: #ffffff;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after 
{
    background: none !important;
	display:none;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous i, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next i 
{
    font-size: 1.5rem;
}

.tribe-events-single .align-center .tribe-events-schedule {
    display: block;
}

.tribe-events-content, .tribe-events-content h2, .tribe-events-content h3, .tribe-events-content h4, .tribe-events-content h5, .tribe-events-content h6 {
    color: #595758;
    font-family: 'Asap', sans-serif;
}
.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets) {
    border-top: none;
}
.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    position: relative;
    width: 100%;
}
.tribe-events-single-section.tribe-events-event-meta {
    font-family: Asap;
}
#tribe-events-pg-template {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

#tribe-events-pg-template .tribe-events-single #tribe-events-footer {
    padding: 0;
}
.tribe-events-single .tribe-events-sub-nav {
    margin-bottom: 0;
}

.woocommerce-form-login .woocommerce-button.button.woocommerce-form-login__submit:hover{
	background: #6DCBFF;
	color: #040a1c;
}
.woocommerce-form-login .woocommerce-button.button.woocommerce-form-login__submit{
	background: #00517F;
	padding: 1rem 2.5rem 1rem;
    display: block;
    font-size: 1rem;
    color: #ffffff;
    letter-spacing: 0.1px;
    font-weight: normal;
    text-align: center;
    line-height: 1rem;
	white-space: nowrap;
    z-index: 1;
    position: relative;
	transition: all .5s ease;
}
.woocommerce-page form.woocommerce-form-login label.woocommerce-form__label-for-checkbox {
    margin-left: 0 !important;
}
.woocommerce-page form.woocommerce-form-login  input[type="checkbox"]::after {
    width: 18px;
    height: 12px
}