﻿body {
}

html, body, a {
    font-family: 'Gill Sans', 'Gill Sans MT', 'Gill Sans Nova', Calibri, sans-serif;
    background: white;
    color: #333;
}
h1, h2 {
    text-align: center;
}
legend, .legend {
    border: none;
    text-align: center;
    font-size: 30px;
}
/* Rounded button styling */
.btn, .cmlinkbutton, .btn-group {
    border-radius: 8px;
}
.btn-group{
/*    border-left: 1px solid rgb(204,204,204);*/
}

.fancybox-content {
    background-color: white !important;
}

#wrap {
    /* Blue background */
    /*background-color: #A1DAF8;*/
}
#HeaderWrapper{
    background-color: white;
}
#HeaderCenter {
    min-height: 85px;
}
/* NAVBAR - larger text for menu headings*/
#navbar-main-menu1 > ul {
    font-size: larger;    
    /*text-transform: uppercase;*/
}
/* NAVBAR - prevents hover from unwanted menu toggling */
li.menubar-header a, .menubar-header, #BrochureMenu a {
    margin-bottom: 0;
}

/*NAVBAR - Searchbar */
li.searchMenu {
    margin-left: auto;
}
#navSearch{
    float:right;
}

@media (max-width: 810px) {
    #navbar-main-menu1, #wrap .navbar .container-fluid 
    {
        padding:0;
    }
}

@media (max-width: 767px) {
    /*position searchbar within hamburger menu*/
    .navbar-collapse.navtop.collapse.in #MenuBar li.searchMenu {
        position: absolute;
        top: 12px;
        right: 30px;
    }
    /*center search when in dropdown menu*/
    #itemSearch {
        text-align: center;
    }
    /*reset container padding for xs */
    #navbar-main-menu1, #wrap .navbar .container-fluid {
        padding: 0 15px;
    }
}

#itemSearch {
    border-radius: 15px;
    min-width: 50px;
}


/* UserIdentificationBar*/
.headlinedetails {
    padding-top:5px;
    border-bottom: solid 1px lightgrey;
}

/* Homepage */
div #Home-ServicesBar .flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content:space-evenly;
}

.space-between {
    justify-content: space-between;
}
.space-around {
    justify-content: space-around;
}

li.flex-item {
    padding-right:5px;
}
.flex-item > img {
    height: 45px;
    float: left;
    padding-right: 6px;
}

.flex-item > p {
    padding-left: 2px;
    overflow: hidden;
}
/* Footer */
#footer{
}
    #footer > .container-fluid {
        background-color: #A1DAF8;
    }

/* Footer div#Footer-Links.flex-container */
.flex-container {
    display: flex;
}

div#Footer-Links > div.flex-item > ul {
    padding: 0;
    padding-left: 10px;
    margin: 0;
    list-style: none;
}
    div#Footer-Links > div.flex-item > ul > li > a {
        background-color: transparent;
    }
@media (max-width: 480px) {
    div#Footer-Links {
        flex-wrap: wrap;
    }
    div#Footer-Links > div.flex-item{
        width:120px;
    }
}
    /* HOME - Carousel */
    .tile {
        margin-bottom: 30px;
    }

    .home-top {
        margin-bottom: 30px;
    }

    #CarouselWrap {
        /*padding-left: 5px;*/
    }

    #TileReg {
        padding-bottom: 39px;
    }

    #TileCat {
/*        padding-right: 0;
*/    }

    #TileReg > .tilecontainer > .tile {
        margin-bottom: 0;
    }

    #TileCat > .tilecontainer > .tile {
        margin-bottom: 0;
    }

    @media (max-width: 992px) {
        #CarouselWrap {
            margin-bottom: 30px;
        }

        #TileReg {
            padding-right: 15px;
            padding-bottom: 0px;
        }
        #TileCat {
            padding-left: 15px;
            padding-bottom: 0px;
        }
    }

    /* My Account / Options */
    #MyAccount-Actions > .flex-container {
        padding-top: 10px;
        justify-content: space-between;
        padding-inline-start: 0;
    }

        #MyAccount-Actions > .flex-container > .flex-item {
            list-style: none;
        }

            #MyAccount-Actions > .flex-container > .flex-item > a {
                min-width: 150px;
            }

    /* Store Side Filters*/
    #shopleftsidebar {
        padding-top: 2px;
    }

    #filterpanel, #shopleftsidebar {
        border-radius: 0;
        margin-left: 0;
    }

    #filtersandsorts > .panel-body {
        padding: 5px 15px !important;
    }
    .filterlist>.panel-heading{
        background-color: white;
    }
    .filterlistpanel-panel-heading {
        border: none;
    }

    .filterlistpanel-panel-heading-circle {
        right: auto;
        left: -12px;
        padding-right: 0;
    }
    /*any area within filter triggers 'onclick' */
    .tbvalue {
        width: 100%;
        cursor: pointer;
    }

    .filterlistpanel-panel-heading-inner {
        width: 100%;
        cursor: pointer;
    }


    #MenuWrapper {
        height: 40px;
        position: relative;
        padding-top: 0;
    }

    #div_filtersort {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    #div_filtersort, #SortByDiv {
        margin: 0;
    }

    #filterpanel > .panel-heading {
        border: none;
    }

    div#filterpanel.panel.panel-default {
        border: none;
    }

    div.filterlistpanel-panel-heading-openclose {
        left: auto;
        right: 5px;
    }

    div.filterlistpanel-panel-heading-inner {
        margin-left: 0;
    }

    div.input-group.filtercheck > span {
        background-color: white;
    }

    .filternumbers > .addbordercolor {
        background-color: white;
        padding-left: 0;
        /*border: none;*/
    }

    .input-group-addon {
        border: none;
    }
    /* Catalogue Dropdown */
    #CatFilter {
        padding-left: 12px;
    }
    #CatFilterd {
        padding-left: 0;
    }
    #CatFilterd, #CatFilter {
        width: 100%;
    }

    .filternumbers {
        padding-left: 5px;
    }
    /*Filter-clear glyph*/
    .glyphicon-remove-circle {
        padding-right: 20px;
    }

    /*Rank/Sort*/
    #SortByCB, #SortByDiv {
        width: 100%;
    }
    /*MinMax*/
    #F100_1, #F100_2, #F101_1, #F101_2 {
        padding-left: 5px;
    }
    /* New / in stock*/
    #div_filterlist200, #div_filterlist201 {
        height: 25px;
        margin: 0;
    }

    div.filtercheck > span {
        padding-left: 6px;
    }

    #div_filterlist201 {
        margin-bottom: 5px;
    }
    /* Store - DesignSquare */
    .designsquare {
        border: none;
    }

    .designsquareimage {
        border: none;
    }

    .designsquareinwish, .no-touch .designsquareinwish,
    .detailsinwish, .no-touch .detailsinwish {
        color: red;
    }

    .designsquareWish.designsquareinwish.detailsnowish {
        color: gray;
    }

    /* DesignSquare - Add / Minus, Qty buttons */
    .cbgsmallitemDel, .cbgsmallitemAdd {
        margin-top: 1px;
        /*width: 18px;
        height: 18px;*/
    }

    .cbgsmallitemQty {
        font-size: 24px;
    }

    .listgroup-noborder .list-group-item {
        border: none;
        line-height: 0.2em;
    }

/* STORE - DesignSquare */
    .banner45 {
        position: absolute;
        right: -30px;
        top: 20px;
        width: 120px;
        height: 21px;
        color: black;
        background-color: rgba(255, 0, 0, 0.5);
        font-size: 10pt;
        font-weight: bold;
        z-index: 10;
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -sand-transform: rotate(45deg);
        transform: rotate(45deg);
        overflow: hidden;
    }

    .banner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 21px;
        color: black;
        background-color: rgba(255, 0, 0, 0.5);
        font-size: 10pt;
        font-weight: bold;
        z-index: 10;
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
        overflow: hidden;
    }


    /* Store - Details */
    .designdetailRow > .designdetailLabel, .designdetailRow > .designdetailValue {
        line-height: 1;
    }

    .detailsinwish {
        font-size: 18px;
    }

    #DesignimageArea-ImageDiv {
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        justify-content: left;
    }

    #DesignimageArea-ImageDiv1, #DesignimageArea-ImageDiv2, #downloadImage {
        text-align: left;
    }
    /*chevon*/
    .thumbimage {
        max-height: 145px;
    }

    /*STORE - Detail Square*/
    .detailsquareinfo {
        text-align: left;
        white-space: nowrap;
        color: #585657;
        padding-top: 0;
        padding-left: 2px;
        padding-right: 2px;
        overflow: hidden;
        height: 40px;
    }

    .detailsquarebutton {
        padding-left: 7px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-right: 7px;
    }

    .detailsquareinfo ul {
        display: inline-table;
        /*float: left;
    clear: none;*/
        margin: 2px 18px;
        padding: 0;
        background-color: transparent;
        position: relative;
        list-style: none;
        cursor: pointer;
    }

        .detailsquareinfo ul li {
            float: left;
            margin: 0;
            background-color: transparent;
            text-transform: none;
            text-align: center;
            vertical-align: top;
        }


    /* Checkout */
    .cobasket, .cobasket table {
        background-color: white;
        padding-bottom: 12px;
    }



    /* Orders */
    #OrderList > .divtableheader, #WebOrderList > .divtableheader {
        min-height: 48px;
        padding-top: 15px;
        border: none;
        background-color: gray;
        color: white;
    }

    #OrderList > .divtablerow > .divtablecell, #WebOrderList > .divtablerow > .divtablecell {
        padding-top: 7px;
    }

    .OrderDetailsListTable > .panel, .OrderDetailsListTable > .panel > .panel-heading,
    .OrderDetailsHeaderTable > .panel, .OrderDetailsHeaderTable > .panel > .panel-heading,
    #woDetailsListTable > thead > tr > th {
        border: none;
    }

    #woDetailsListTable {
        background-color: transparent;
    }

    .woDetailsListTableBody {
        text-align: left;
    }


    .nav-mega {
        width: 100%;
    }

        .nav-mega .dropdown {
            position: static;
        }

        .nav-mega .dropdown-menu.mega-menu {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -moz-border-radius-topleft: 0;
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -moz-border-radius-topright: 0;
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
            min-width: auto;
            width: 100%;
            margin-top: 0;
            padding: 0;
            border-color: #ccc;
        }

            .nav-mega .dropdown-menu.mega-menu > li {
                padding: 20px;
            }

            .nav-mega .dropdown-menu.mega-menu .media-list .media {
                padding: 10px;
                font-size: 13px;
            }

            .nav-mega .dropdown-menu.mega-menu .media-list .media-heading {
                font-size: 16px;
            }


    ul.dropdown-menu.mega-menu {
        position: absolute !important;
        left: 0 !important;
        background-color: white !important;    
        padding-left: 20px
    }
    ul.dropdown-menu.cmwidemenu {
        padding-left: 20px

    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: gainsboro;
    }

    /* MenuBar */
    h5.media-heading {
        font-weight: 700;
        padding-top: 7px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    ul.media-list {
        max-height: 450px;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .media, .media-body {
        padding: 0 5px;
    }

        .media-body > ul > li {
            /*text-transform: capitalize;*/
        }



    /*Store - Details*/
    .DetailsImage-control .glyphicon-menu-left,
    .DetailsImage-control .glyphicon-menu-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        cursor: pointer;
        display: inline-block;
        margin-top: -10px;
        color: #337AB7;
        font-size: 30px;
    }

    .DetailsImage-control .glyphicon-menu-left {
        left: 0;
        margin-left: -10px;
    }

    .DetailsImage-control .glyphicon-menu-right {
        left: auto;
        right: 0;
    }


    #wishstar {
        position: relative;
        padding-left: 0;
    }


    /* HOME - content */
    #Home-AboutContent > p{
        font-size:larger;
    } 
    #Home-KeyProductContent {
        padding-bottom: 40px;
    }
    #Home-KeyProductContent > div > p {
        font-size: larger;
    }
    #Home-KeyProductContent > div > img {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    /*adjust content p height for smaller displays*/
    #Home-KeyProductContent > div > h4 {
            margin-top: 15px;
        }
    @media (max-width: 992px) {
        #Home-KeyProductContent > div > p {
            padding: 0 20px;
            margin-bottom:30px;
        }
    }
    /* ABOUT */
    #About-ValuesContent {
        padding-bottom: 30px;
    }


    /* REGISTRATION */
    .cmeditor-controlarea-inline {
        display: inline-flex;
    }

    .cmeditor-control-right {
        margin-left: 10px;
    }

    /* LOGIN */
    #login-reset {
        margin-top: 7px;
        text-align: right;
        float: right;
    }

    @media (max-width: 768px) {
        #login-reset {
            margin-top: 0;
            padding-left: 0;
            text-align: left;
            float: left;
        }
    }


    /*toggle visiblity*/
    .display-none {
        display: none;
    }


#magnifier {
    position: absolute;
    right: 40px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
}

    #magnifier:hover {
        color: gray;
    }



/*
.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 1px solid #000;
    cursor: none;*/
    /*Set the size of the magnifier
glass:*/
    /*width: 250px;
    height: 250px;
}





.shadow-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(1, 1, 1, .75);
    display: none;
    z-index: 10;
}

.gallery-image {
    height: 150px;
    width: 200px;
    overflow: hidden;
    margin: 10px;
    cursor: pointer;
    background: #000;
    position: relative;
}

    .gallery-image img {
        height: 150px;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

.on-mouseover-image {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 0.7;
}

.big-image {
    position: fixed;
    height: auto;
    width: 25vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 15;
}

.opacity {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.block-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
}

.magnifier {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
}*/