@import url('https://fonts.googleapis.com/css2?family=Combo&family=Roboto&display=swap');

html, body {
    margin: 0;
    padding: 0;

    height: 100%;

   font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

#cnr_main {
    position: relative;

    width: 100%;
    min-height: 80vh;
    overflow: hidden;
}

.cnr_title {
    background-color: black;

    color: white;

    padding: 5px 40px;

    -webkit-border-top-left-radius: 45px;
    -webkit-border-bottom-right-radius: 45px;
    -moz-border-radius-topleft: 45px;
    -moz-border-radius-bottomright: 45px;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.light-glow {
    -webkit-box-shadow: 1px 1px 4px 1px #bbb;
    box-shadow: 1px 1px 4px 1px #bbb;
}

.dark-glow {
    -webkit-box-shadow: 1px 1px 4px 1px #404040;
    box-shadow: 1px 1px 4px 1px #404040;
}

/****************************************
*               COLORS
****************************************/

.cnr_orange {
    background-color: #f59b00;
}

.cnr_purple {

    background-color: #923a80;
}

.cnr_blue {
    background-color: #008ad2;
}

.cnr_red {
    background-color: #e2261b;
}

.cnr_green {
    background-color: #64b32b;
}

.cnr_white {
    background-color: #ffffff;
}

.cnr_grey {
    background-color: #eeeeee;
}

.cnr_dark_grey {
    background-color: #7f8184;
}

.cnr_white_foreground {
    color: #ffffff;
}

.cnr_grey_foreground {
    color: #eeeeee;
}

.cnr_dark_grey {
    color: #7f8184;
}

.cnr_orange_foreground {
    color: #f59b00;
}

.cnr_purple_foreground {
    color: #923a80;
}

.cnr_blue_foreground {
    color: #008ad2;
}

.cnr_red_foreground {
    color: #e2261b;
}

.cnr_green_foreground {
    color: #64b32b;
}

.cnr_gradient_orange {
    background: #f59b00;/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f59b00 80%, #f07e09); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f59b00 80%, #f07e09); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f59b00 80%, #f07e09); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f59b00 80%, #f07e09); /* Standard syntax */
}

.cnr_gradient_purple {

    background: #923a80;/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#923a80 80%, #68286e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#923a80 80%, #68286e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#923a80 80%, #68286e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#923a80 80%, #68286e); /* Standard syntax */
}

.cnr_gradient_blue {
    background: #008ad2;/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#008ad2 80%, #0d66c7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#008ad2 80%, #0d66c7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#008ad2 80%, #0d66c7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#008ad2 80%, #0d66c7); /* Standard syntax */
}

.cnr_gradient_red {
    background: #e2261b;/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e2261b 80%, #cf1016); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e2261b 80%, #cf1016); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e2261b 80%, #cf1016); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2261b 80%, #cf1016); /* Standard syntax */
}

.cnr_gradient_green {
    background: #64b32b;/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#64b32b 80%, #4ca421); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#64b32b 80%, #4ca421); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#64b32b 80%, #4ca421); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#64b32b 80%, #4ca421); /* Standard syntax */
}

.cnr_gradient_grey {
    background: #d7d7d7;/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d7d7d7 80%, #d5d5d5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d7d7d7 80%, #D5D5D5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d7d7d7 80%, #D5D5D5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d7d7d7 80%, #D5D5D5); /* Standard syntax */
}

/****************************************
*             HEADER
****************************************/

#cnr_header_language_mobile_wrapper {
    display: none;
}

#header_quicklinks_mobile_links_wrapper {
    display: table-cell;
}

#header_quicklinks_mobile_links_wrapper img {
    width: 17px;
    height: 17px;

    vertical-align: middle;
}

#cnr_header_language_mobile {
    position: absolute;
    height: 25px;
    right: 0px;

    display: table;

    font-family: 'Combo', cursive;
    font-size: 15px;
    color: white;

    z-index: 10;
}

#cnr_header {
    position: fixed;
    top: 0px;
    width: 100%;

    background: white;
    height: 40px;

    z-index: 6;
}

#cnr_header_top_margin {
    /*height: 70px;*/
}

#cnr_header_logo {
    position: relative;
    z-index: 999;
    height: 80px;
    float: right;
    margin: 0 10px;

}

#header_stripes {
    position: absolute;
    /*top: 40px;*/
    height: 150px;
    width: 100%;
    z-index: 4;
}

#cnr_header_colors {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cnr_color_column {
    width: 20%;
    height: 100%;
    float: left;
}

.cnr_pattern_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../assets/images/shared/cnr_Pattern_White.png) repeat;
    background-size: 400px;
}

#cnr_header_infobox_wrapper {
    position: absolute;
    max-width: 360px;
    max-height: 80%;
    bottom: 10%;
    margin: 0 10px;
    overflow: hidden;
}

#header_stripes .swirl_down {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
}

#header_stripes .swirl_center {
    background: white;
    left: 36px;
    right: 45px;
    bottom: 38px;
    position: absolute;
    height: 16px;
}

#header_stripes .swirl_up {
    position: absolute;
    bottom: 38px;
    right: 0;
    width: 45px;
}

#footer_stripes .swirl_down {
    position: absolute;
    width: 36px;
    left: 0;
    top: 45px;
}

#footer_stripes .swirl_center {
    background: white;
    left: 36px;
    right: 45px;
    top: 45px;
    position: absolute;
    height: 16px;
}

#footer_stripes .swirl_up {
    position: absolute;
    width: 45px;
    top: 0;
    right: 0;
}

.swirl_shadow_down {
    /* This acts up on safari iOS and OSX -> div flickers in and out */
    /*filter: url(/assets/css/vblur.svg#blur_down);*/
    /*-webkit-filter: url(/assets/css/vblur.svg#blur_down);*/

    /*!*Possible safari fix*!*/
    /*-webkit-backface-visibility: hidden;*/
    /*-webkit-transform: translate3d(0, 0, 0);*/


    -webkit-filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5));
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5));
}

.swirl_shadow_up {
    /*filter: url(/assets/css/vblur.svg#blur_up);*/
    /*-webkit-filter: url(/assets/css/vblur.svg#blur_up);*/

    /*!*Possible safari fix*!*/
    /*-webkit-backface-visibility: hidden;*/
    /*-webkit-transform: translate3d(0, 0, 0);*/

    -webkit-filter: drop-shadow(0 -4px 10px rgba(0,0,0,0.5));
    filter: drop-shadow(0 -4px 10px rgba(0,0,0,0.5));
}

.header_padding_below {
    height: 100px;
}

@media (max-width: 650px) {

    #cnr_header_infobox_wrapper {
        display: none;
    }

    #cnr_header_language_mobile_wrapper {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 25px;
        background-color: black;
        z-index: 5;
    }

    /*#cnr_header_logo {*/
    /*height: 70px;*/
    /*}*/

}

@media (min-width: 650px) {
    /*#header_stripes {*/
        /*height: 200px;*/
    /*}*/

    #cnr_header_logo {
        height: 135px;
    }
}

/****************************************
*	        QUICK LINKS
****************************************/
#header_quicklinks {
    position: absolute;
    height: 25px;
    top: -30px;
    right: 10px;

    padding-top: 4px;

    /*display: table;*/

    font-family: 'Combo', cursive;
    font-size: 15px;

    background-color: black;
    color: white;

    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */

}

#header_quicklinks a {
    color: white;
}

#header_quicklinks_links_wrapper {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}

#panel_social_media {
    position: fixed;
    right: 0;
    width: 50px;
    top: 250px;
    padding: 8px;
    background: white;
    z-index: 100;
    border-radius: 20px 0 0 20px;
}

.panel_social_media_swirl {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(/assets/images/shared/corner_bottom_right/white.png) no-repeat;
    background-size: cover;
}

.social-media-button {
    display: block;
    padding: 5px;
}

.social-media-button img {
    margin: auto 0;
    width: 100%;
    display: block;
}

.cnr_icon_dropdown {
    margin-top: 6px;

    border: 6px solid transparent;
    border-top-color: black;
}

#header_quicklinks_language_wrapper {
    cursor: pointer;

    float: right;
    height: 40px;
    line-height: 40px;
    font-family: 'Combo', cursive;
}

#cnr_language_dropdown {
    position: absolute;
    font-size: 15px;
    background-color: #fff;
    top: 40px;
    right: 0;

    color: black;
    padding: 10px 0 15px 0;
    display: none;
    cursor: pointer;
    font-family: 'Combo', cursive;

    /*border-left: 1px solid black;*/
    /*border-right: 1px solid black;*/
    /*border-bottom: 1px solid black;*/

    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

    z-index: 90;

}

#cnr_language_dropdown a {
    color: black;
}

.cnr_language_dropdown_item {
    padding: 5px 10px;
}

.cnr_language_dropdown_item:hover {
    background-color: white;
}

@media (max-width: 650px) {

    #header_quicklinks {
        display: none;
    }

    #header_quicklinks_language_wrapper {
        float: left;
    }

    #cnr_language_dropdown {
        right: auto;
        left: 56px;
    }

    #panel_social_media {
        /*top: 50px;*/
        width: 35px;
        border-radius: 20px 0 0 20px;
    }

    .panel_social_media_swirl {
        top: -30px;
        width: 30px;
        height: 30px;
    }
}

/****************************************
*               MENU
****************************************/
#cnr_header_menu_container {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: white;
}

#cnr_header_menu {
    height: 100%;
}

#cnr_header_menu_wrapper {

    height: 100%;

    display: inline-block;

}

/*.cnr_header_menu_item_selected*/
/*{*/
/*display: table-cell;*/
/*vertical-align: middle;*/
/*background-color: black;*/
/*color: white;*/
/*padding: 0 15px;*/
/*-webkit-border-bottom-left-radius: 15px;*/
/*-webkit-border-bottom-right-radius: 15px;*/
/*-moz-border-radius-bottomleft: 15px;*/
/*-moz-border-radius-bottomright: 15px;*/
/*border-bottom-left-radius: 15px;*/
/*border-bottom-right-radius: 15px;*/
/*}*/
.cnr_header_menu_item {
    /*vertical-align: middle;*/

    height: 40px;
    line-height: 40px;
    white-space: nowrap;
	font-size:15px;
	letter-spacing:2px;


    padding: 0 7px;
    color: black;
	font-weight:bold;

	font-family: 'Combo', cursive;
}

.cnr_header_menu_item.selected {

    color: #7f8184;

}

#cnr_header_menu_toggler {
    display: none;
}

#cnr_header_menu_mobile {
    position: relative;
    display: none;
    background-color: white;
    font-family: Museo-900;
    background-color: #eee;
    padding: 5px 50px 5px 0px;

    z-index: 10;
}

.cnr_header_menu_item_mobile {
    padding: 4px 0 4px 0;
    text-align: right;
    background-color: #eee;
}

.cnr_header_menu_item_mobile a {
    color: black;
}

.cnr_icon_bar {
    background-color: black;
    width: 30px;
    height: 4px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    margin: 5px auto 0 auto;
}

@media (max-width: 650px) {
    #cnr_header_menu_container {
        height: 40px;
    }

    #cnr_header_menu_toggler {
        float: left;
        display: inline-block;
        padding: 5px 5px 5px 10px;
    }

    /* MENU BELOW BAR */
    #cnr_header_menu_wrapper {
        display: block;

        height: auto;
        max-height: 0;
        width: 100%;

        position: absolute;
        top: 40px;

        overflow: hidden;

        background-color: white;
        padding: 0;
        z-index: 10;

        -webkit-transition: .5s ease-out, padding .5s;
        transition: .5s ease-out, padding .5s;

    }

    #cnr_header_menu_wrapper.visible {

        padding: 5px 50px 5px 0px;
        max-height: 1024px;
        display: block;
    }

    .cnr_header_menu_item {
        display: block;
        width: 100%;
        height: auto;
        text-align: left;
        padding-left: 10%;
    }

}

/****************************************
*             Carousel
****************************************/
#carousel_wrapper {
    position: relative;
    z-index: -1;
    min-height: 300px;
    overflow: hidden;
    margin-top: 80px;
}

#products_carousel .carousel_item {
    text-align: center;

    /*height: 100vh;*/
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#products_carousel .carousel_item img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

@media (max-width: 650px) {
    #carousel_wrapper {
        margin-top: 0px;
    }
}

/****************************************
*             FOOTER
****************************************/
.footer_padding_above {
    position: relative;
    height: 50px;
}

#cnr_footer {
    position: relative;
    bottom: 0;

    /*height: 105px;*/
    width: 100%;

    /*background-color: white;*/

    /*margin-top: 50px;*/
}

#footer_stripes {
    width: 100%;
    height: 150px;
}

#cnr_footer_wrapper {

}

#cnr_footer_content {
    width: 100%;
    color: black;
    font-size: 15px;
    text-align: center;

    padding: 10px 0;
}

#cnr_footer_logo {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}

#cnr_footer_social {
    height: 100%;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 20%;
}

#cnr_footer_social a:hover {
    filter: brightness(0.5);
    -webkit-filter: brightness(0.75);
}

#cnr_footer_middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 60%;
}

#cnr_footer_middle_links {
    font-weight: bold;
    text-align: center;

}

#cnr_footer_middle_links a,
#cnr_footer_content p {
	font-family: 'Combo', cursive !important;
    color: black;
	letter-spacing:2px;
}

@media (max-width: 555px) {

    #cnr_footer_content {
        display: block;
        margin: 0 auto;
    }

    #cnr_footer_logo {
        width: auto;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    #cnr_footer_social {
        width: auto;
        text-align: center;
        display: block;
    }

    #cnr_footer_middle {
        width: auto;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
}

/****************************************
*               CONTENT
****************************************/

.cnr_centered_content {
    position: relative;
    max-width: 960px;

    margin: 0px auto;

    /*border: 1px solid red;*/

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

/****************************************
*                 SWIRL
****************************************/

.cnr_swirl_bottom_right {
    width: 50px;
    height: 45px;
    background-image: url(/assets/images/shared/corner_bottom_right/white.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;

}

.cnr_swirl_bottom_middle {
    width: 100%;
    height: 100%;
    /*background-color: #eeeeee;*/
    display: table-cell;
}

.cnr_swirl_bottom_left {
    width: 50px;
    height: 45px;
    background-image: url(/assets/images/shared/corner_bottom_left/white.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

/****************************************
*               BUTTONS
****************************************/
.button {
    cursor: pointer;

     font-family: 'Roboto', sans-serif;

    color: #ffffff;

    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;

    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px 2px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px 2px;
}

/*.button:hover,*/
.button:active {

    /*background-color: #aeb0b3;*/

    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px 0;
}

.button p {
    font-weight: bold;
    text-align: center;
    margin: 0;
}

/****************************************
*               Various
****************************************/



.regular_shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 0 6px;
}

.heavy_shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 10px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 10px 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 10px 6px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}