﻿
/* GLOBAL  
----------------------------------------------------------*/
.clear {clear: both;}
.clearfix {clear: both; height: 0;}
.clear5 {clear: both; height: 5px;}
.clear10 {clear: both; height: 10px;}
.clear15 {clear: both; height: 15px;}
.clear20 {clear: both; height: 20px;}
.clear25 {clear: both; height: 25px;}
.clear50 {clear: both; height: 50px;}
.clearbody {clear: both; height: 85px;}


/* =========== DF-OVERWRITES ============= */
.bgcolortan {background-color: #F6F3E2;}
.bgcolorgreen {background-color: #004D41;}

.textcolortan {color: #F6F3E2;}
.textcolorgreen {color: #004D41;}
.textcolorgold {color: #C39809;}

.forcemarginbottom10 {margin-bottom: 10px !important;}
.forcemarginbottom20 {margin-bottom: 20px !important;}

.section-extraless-padding {
    padding: 30px 0 30px;
}


/*  DF-OVERWRITES / HEADER / TOP BAR  ================= */

.topbar-right-items {
    width: 30%;
}

.toplist li a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .05em;
}

.toplist li.rightnumber:after {
    display: none;
}

.toplist li.rightnumber {
    padding: 0 8px 0 0 !important;
}

.toplist li.social {
	padding: 0 2px 0 16px !important;
}

.toplist li.social.addleft {
    padding: 0 22px 0 0 !important;
}

.toplist li {
    float: left;
    color: #8d8c8c;
    text-align: right;
    font-size: 14px;
    margin: 0px;
    padding: 0 10px 0 10px;
}

.toplist li a .fa {
    font-size: 16px;
}

.header-inner .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0px;
    float: none;
    z-index: 3;
}

.header-inner .title {
    display: inline-block;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .8);
}

.header-inner img {
    margin: -150px auto 0 auto;

}

.header-inner.catalog { 
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-inner.catalog img {
    height: 100%;
    width: auto !important;
    max-width: unset !important;
}

.header-inner.catalog img {
    margin-top: 0 !important;
}



.productlist h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.02em;
}

.productlist h2 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 18px;
    font-style: normal;
}

.productlist .profilelist-box h2, .productlist .profilelist-box h3 {
    padding-top: 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    color: #004D41 !important;
    text-align: center;
}



.catalogdescrip h1 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 18px;
    font-style: normal;
}





/*  DF-OVERWRITES / MOBILE  ================= */
.navr {
    display: none;
    }


/*  DF-OVERWRITES / 2025 HERO BANNER  ================= */
/* HOME STYLES
===================================================================== */

.gallerycontainer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 900px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #004D41;
    }
 
.gallerytext {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 8;
    margin: 0 auto;
    text-align: center;
    }

.galleryoverlay{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 77, 65, 0);
    z-index: 1;
}


.gallerydescrip {
    width: 85%;
    display: flex;
    flex-direction: column;
}

.gallerydescrip, .gallerydescrip p {
    font-family: "Montserrat", serif;
    font-size: 40px;
    line-height: 42px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;    
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .8);
    letter-spacing: .04em;
    }


@media only screen and (max-width: 1100px){

.gallerycontainer {
    height: 430px;
    }

.gallerydescrip, .gallerydescrip p {
    font-size: 34px;
    line-height: 36px;
    letter-spacing: .01em;
}

}

@media only screen and (max-width: 900px){

.gallerydescrip {
    width: 55%;
}

.gallerydescrip, .gallerydescrip p {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: .01em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .8);
}

}

@media only screen and (max-width: 768px){

.gallerycontainer {
    height: 250px;
}

.gallerydescrip {
    width: 75%;
}

.gallerydescrip, .gallerydescrip p {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: .02em;
}

.slides-pagination {
    bottom: 6px;
}

.slides-navigation a.next {
    right: 0;
}

.slides-navigation a.prev {
    left: 0;
}

}

@media only screen and (max-width: 480px){

.gallerycontainer {
    height: 200px;
}

.gallerydescrip, .gallerydescrip p {
    font-size: 22px;
    line-height: 24px;
}

.slides-pagination a {
    width: 11px;
    height: 11px;
    zoom: 1;
    margin: 0 3px;;
}

}




/*  DF-OVERWRITES / LINKS  ================= */

.btn.btn-border:hover.white {
    color: #004D41;
    background-color: #F6F3E2;
    border-color: #ffffff;
}
/*  DF-OVERWRITES / HOME BANNER  ================= */

.ms-layer.text38 {    
    font-family: 'Roboto Slab', serif !important;
	font-size: 24px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
    letter-spacing: .04em;
}
.ms-layer.text39 {
    font-family: 'Roboto', sans-serif !important;
	font-size: 30px !important;
	line-height: 34px !important;
	font-weight: 300 !important;
}

.ms-layer.text3 {
	font-size: 26px !important;
	line-height: 30px !important;
	font-family: Roboto, sans-serif !important;
    font-weight: 300 !important;
}

.ms-layer p {
    width: 70%;
}

/*  DF-OVERWRITES / CONTENT AREA  ================= */
.titlerow {
    height: 50px;
    box-sizing: border-box;
}
.contentarea h3 {    
    color: #004D41 !important;
    font-size: 24px !important;
    line-height: 34px;
    font-weight: 500;
    border-bottom: 1px solid #F6F3E2;
}

h2.pagehtag {    
    color: #004D41 !important;
    font-size: 24px !important;
    line-height: 34px;
    font-weight: 500;
    border-bottom: 1px solid #F6F3E2;
}

.col-sm-12.mobilefixtop {
    min-height: 600px;
    _height: 600px;
    float: right !important;
}


/*  DF-OVERWRITES / MAIN MENU  ================= */
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
/*  DF-OVERWRITES / CATALOG  ================= */
.catalog h2 {    
    font-size: 28px !important;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -.01em;
}

.catalog h1 {
    font-size: 36px;
    line-height: 38px;
    font-style: normal;
    font-weight: 400;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .8);
}

.productlist {
    min-height: 780px;
}

.productlist .team-holder2 {
    width: 100%;
    max-width: 219px;
    padding: 0px;
    display: inline-block;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #ffffff !important;
    color: #004D41 !important;
    transition: all 0.3s ease-out 0s;    

}

.productlist .team-holder2:hover, .productlist .team-holder2.active {
    background-color: #004D41  !important;
    color: #ffffff !important;
}

.productlist .team-holder2:hover a, .productlist .team-holder2.active a {
    color: #ffffff !important;
}

.productlist .profilelist-box {
    min-height: 85px;
}

.productlist .profilelist-box h5 {
    padding-top: 3px;
    font-size: 16px;
    line-height: 17px;
    color: #004D41 !important;
    text-align: center;
}

.productlist .profilelist-box h5:hover {
    padding-top: 3px;
    font-size: 16px;
    line-height: 17px;
    color: #ffffff !important;
}

.prodheight {min-height: 500px; _height: 500px;}
.catalogheight {min-height: 600px; _height: 600px;}

.productlefthigher {
    z-index: 4;
}

.productrightlower {
    z-index: 1;
}

.productlistnoimage h5 {
    line-height: 20px;
    font-size: 16px;
    border-bottom: 1px solid #F6F3E2;
    padding: 4px 0;
    margin: 4px 0 !important;
}

.productlistnoimage h5 a {
    display: block;
    padding: 6px 0 5px 0;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.productlistnoimage h5 a:hover {
    background-color: #004D41;
    padding-left: 10px;
    color: #ffffff;
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.productlist .content-box {
    width: 219px;
    float: left;
    padding: 40px;
}

.productlist .team-holder2 .img-holder {
    margin-top: 0 !important;
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-width: 219px;
    max-height: 131px;
    border: 1px solid #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
}


.productlist .img-holder img {
    width: 219px;
    height: 131px;
}

.categorygrid .img-hover-holder-4 {
    position: relative;
    width: 100%;
    padding: 25px 0;
    float: none;
    border: 1px solid #F6F3E2;
}

.categorygrid .img-hover-4 .text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 6px 5px 6px;
    margin: 0px;
    float: none;
    z-index: 1;
    top: 60px !important;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
}

.categorygrid h5 {
    font-size: 16px;
    line-height: 18px !important;
    margin-bottom: 16px !important;
    font-style: normal;
}

.categorygrid {
    margin: 0 auto;
}

.categorygrid .img-hover-4 {
    position: relative;
    width: 100%;
    max-width: 219px;
    margin: 0 auto;
    padding: 0px;
    margin: 0 auto;
    float: none;
    z-index: 0;
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
}

.categorygrid .img-hover-4 img {
    max-width: 219px !important;
    margin: 0 auto;
}

.categorygrid .img-hover-4 {
    min-height: 119px;
    _height: 119px;
    max-height: 119px;
    overflow: hidden;
    border: 1px solid rgba(0, 77, 65, 0.2) !important;
}

/*  DF-OVERWRITES / DETAILS  ================= */

.downloadspecs {
    display: block;
    padding: 5px 0;
    margin: 10px 0;
    border-top: 1px solid #F6F3E2;
    border-bottom: 1px solid #F6F3E2;
    box-sizing: border-box;
}

.downloadspecs a {
    position: relative;
    display: block;
    color: #C39809;
    padding: 5px 0 5px 40px;
    letter-spacing: .05em;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
}

.downloadspecs a:before {
    position: absolute;
    top: 7px;
    left: 12px;
    font-family: 'df-icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-decoration: none;
	color: #C39809;
	font-size: 18px;
	content:"\e69a";
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.downloadspecs a:hover {
    background-color: #004D41;
    color: #ffffff;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.downloadspecs a:hover:before {
    color: #ffffff;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.product_preview_left .full {
    margin: 0 auto;
    text-align: center;
}

.productmap {
    clear: both;
    display: block;
    position: relative;
    padding-top: 25px;
}

.productmap #map {
    width: 96% !important; 
    height: 350px !important;
}

.otherproducts {
    float: left;
    position: relative;
    padding-top: 10px;
}

.otherproducts a {
    display: inline-block;
    vertical-align: top;
    color: #004D41;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.otherproducts a:after {
    display: inline-block;
    color: #004D41;
    text-transform: uppercase;
    margin: 0 5px;
    vertical-align: top;
    content: "|";
    font-size: 9px;
    line-height: 9px;
}

.otherproducts a:last-child:after {
    display: none;
}

.otherproducts a:hover {
    color: #C39809;
}


.feature-box34 h4 a:hover, .feature-box34 a:hover {
    color: #C39809;
}


/* =========== DF-CONTENT BLOCK ============= */
.contentblock {
    display: block;
    clear: both;
}


/* =====================================================================
	THEME OVERWRITES / MENU SUBPAGE
===================================================================== */
.menusubpage {
    list-style: none; 
    margin: 0; 
    width: 100%; 
    padding: 0; 
    position: relative;
}

.menusubpage .pubsubnav-link a { 
    display: block; 
    text-decoration: none; 
    color: #004D41;
    font-size:14px; 
    border-top: 1px solid #F6F3E2;
    padding: 7px 5px 7px 10px; 
    letter-spacing: .02em; 
    line-height: 18px;
    font-weight: 600;
}

.menusubpage .pubsubnav-link a:hover { 
    color: #ffffff;
    background-color: rgba(0,77,65,.6);
}

.menusubpage .pubsubnav-link-select a {
    display: block; 
    text-decoration: none; 
    color: #ffffff;
    background-color: #004D41;
    font-size:14px; 
    border-bottom: 1px solid #F6F3E2;
    padding: 7px 5px 7px 15px; 
    letter-spacing: .02em; 
    line-height: 18px;
}

.menusubpage .pubsubnav-link-select-children a {
    display: block; 
    text-decoration: none; 
    color:#ffffff; 
    background-color: #004D41; 
    font-size:14px; 
    border-bottom:solid 1px #ffffff; 
    padding: 7px 5px 7px 15px; 
    letter-spacing: .02em;  
    line-height: 18px; 
    margin: 0 0 0 0; 
}

.menusubpage .pub_subnav_item_child a {
    display: block; 
    text-decoration: none; 
    color:#004D41; 
    background-color: rgba(0,77,65,.1);
    font-size:14px; 
    padding: 7px 5px 7px 15px; 
    letter-spacing: .02em; 
    line-height: 18px; 
    border-bottom: 1px solid #ffffff;
}
 
.menusubpage .pub_subnav_item_child a:hover {
    color:#004D41;
    background-color: rgba(0,77,65,.2);

}
    
.menusubpage .pub_subnav_item_child_selected a {
    display: block; 
    text-decoration: none; 
    color:#ffffff; 
    background-color: rgba(0,77,65,.8); 
    font-size:14px; 
    padding: 7px 5px 7px 15px; 
    letter-spacing: .02em; 
    line-height: 18px;
}

/* =====================================================================
	THEME OVERWRITES / HEADER SEARCH
===================================================================== */
.toplist {
    float: right;
    padding: 0px;
    margin: 0 20px 0 0;
}

.header-search-bar {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -8px;
}
.header-search-bar {} .header-search-bar:after {
    font-family: fontawesome;
    content: "\f002";
    color: #ffffff;
	font-size: 20px;
}
.header-search-bar:after {
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 1
}
.header-search-bar .searchfield {
    position: relative;
    z-index: 9;
}
.header-search-bar input[type="search"] {
    border: medium none;
    cursor: pointer;
    height: 38px;
    padding: 0px 15px;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
    background: none;
}
.header-search-bar input[type="search"]:focus {
    border: 1px solid #ffffff;
    text-indent: 0;
    width: 300px;
    background: #fff;
    cursor: text
}

.parallax-section51 .title-2 {
    font-size: 30px !important;
    line-height: 36px;
    text-shadow: 1px 1px 0 #000000;
    font-weight: 600 !important;

}


/* SEARCH 
----------------------------------------------------------*/
.pub-grid-search-results {padding: 8px 0 0 0;}
.pub-grid-search-results ul {margin: 5px 0 20px 0; padding:0 0 0 0}
.pub-grid-search-results ul li  {margin:8px 0 15px 10px; padding:0 45px 0 10px; background-position: 0 6px; list-style-type:none; line-height: 20px; zoom:1;}
.pub-grid-search-results ul li a  {text-decoration: none;}
.pub-grid-search-results ul li a:hover  {color: #B37B07;text-decoration: none;}
.pub-search-group-label {clear: both; color: #B37B07; font-size: 20px; font-weight: bold;}
.pub-search-pagetitle a {clear: both; color: #B37B07 !important; font-size: 16px; text-decoration: underline;}
.pub-search-page-links a {clear: both; color: #004D41 !important; font-size: 14px; text-decoration: underline;}



/* TABS 
----------------------------------------------------------*/
.titleleft {
    float: left;
}

.toggletabs h4 {
    position: relative;
    float: left;
    letter-spacing: .01em;
    padding-left: 6px;
    letter-spacing: -.01em;
}

.toggletabs h4:before {
    position:absolute;
    content: '|';
    left: -12px;
    font-weight: 200;
}

/* Style the tab */
.tab {
    padding-top: 2px;
    text-align: left;
    float: left;
}

/* Style the buttons inside the tab */
.tab a {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    border: none;
    width: 75px;
    padding-left: 20px;
    outline: none;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    background-color: transparent;
    color: #004D41;
    letter-spacing: .06em;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    box-sizing: border-box;
}

.tab a.iconmap:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: '\f041';
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.tab a.iconlist:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    float: left;
    content: '\f03a';
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: -5px;
}

.tab a:hover {
    color: #B37B07;
}



/* Change background color of buttons on hover */
div.tab button:hover {
}

/* Create an active/current tablink class */
div.tab button.active {
}

/* Style the tab content */
.tabcontent {
    display: none;

}

.start {
    display: block;
}

.mapcontrols {
    clear: both;
    padding-top: 10px;
}


/* SCROLL UP BUTTON 
----------------------------------------------------------*/
.scrollup {
    right: 50px;
}

/* =========== PRODUCT STYLES ============= */

/* =========== PRODUCTS / NO IMAGES */
.productnoimagegrid h5 {
    padding: 3px 0 3px 10px;
    margin: 2px 0;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #004D41 !important;
    border-bottom: 1px solid #e4e4e4;
}

.productnoimagegrid h5:hover {
    color: #C39809 !important;
}

/* =========== PRODUCTS DETAILS */

.col-md-9.productrightlower  {
    float: right !important;
}

.productspecs {
    min-height: 700px;
}


.productspecs h3 {
    margin-bottom: 10px !important;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.productspecs h4 {
    margin-bottom: 0 !important;
    font-size: 20px;
    line-height: 22px;
}

/* =========== PRODUCT MAP */
#map {
    position: absolute;
    width: 100%;
    height: 800px;
    z-index: 2;
    background-color: #F1F1F1;
}

.mapheight {
    min-height: 500px;
    _height: 500px;
}


/* =========== HOME STYLES ============= */

/* =========== HOME / BANNERS */
.ms-container {
    height: auto;
    min-height: 537px;
}

.companytitle {
    top: 210px; 
    left: 300px;
}

.imagetitle {
    top: 239px;  
    left: 300px;
}

.imagedescription {
    top: 280px;  
    left: 300px;
}

a.readmorebanner {
    top: 399px;  
    left: 300px;
}

a.sbut6 {
    padding: 12px 26px !important;
    font-size: 14px !important;
}


/* =========== HOME / PRODUCTS */


.homecatlistgrid {
    display: grid; 
    grid-template-columns: repeat(3, 33%);
    row-gap: 30px;
    justify-content: space-around;
    justify-items: center;
    align-items: start;
    margin: 0 auto;
    width: 90%;
}

.homecatlistitem {
    display: block;
    width: 95%;
    text-align: center;
}

.pub-category-image {
    max-width: 320px;
    margin: 0 auto;
}

.pub-category-image img {
    margin: 0 auto;
    width: 90%;
    border: 1px solid #ffffff;
    box-shadow: 7px 7px 14px rgba(0, 0, 0, .4);
}

.homeproductsection .sub-title {
    width: 90% !important;
}

.homeproductsection .sub-title h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .02em;
    margin: 0 auto 35px auto !important;
}

.productlistnoimage h2 a {
    display: block;
    padding: 6px 0 5px 0;
    line-height: 20px;
    font-size: 16px !important;
    font-weight: 600;
    border-bottom: 1px solid #F6F3E2;
    padding: 4px 0;
    margin: 4px 0 !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.productlistnoimage h2 a:hover {
    background-color: #004D41;
    padding-left: 10px;
    color: #ffffff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.homecatlisttitle {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.homecatlisttitle h2, .homecatlisttitle h2 a {
    margin: 0;
    padding: 0; 
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #004D41 !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.homecatlisttitle h3, .homecatlisttitle h3 a {
    margin: 0;
    padding: 0; 
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #004D41 !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .01em;
}


.productspecs h2 {
    margin-bottom: 0 !important;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}

.productspecs h1 {
    margin-bottom: 10px !important;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

@media only screen and (max-width: 1100px) {


.homecatlisttitle h3, .homecatlisttitle h3 a {
    font-size: 18px;
    letter-spacing: 0;
}

}

@media only screen and (max-width: 1024px) {

.homecatlistgrid {
    grid-template-columns: repeat(2, 50%);
    row-gap: 0;
    width: 100%;
    max-width: 720px;
}

.homecatlistitem {
    display: block;
    width: 100%;
    text-align: center;
}

}

@media only screen and (max-width: 768px) {
    .homecatlistgrid {
        grid-template-columns: repeat(1, 100%);
        row-gap: 0;
        width: 100%;
        max-width: 600px;
    }

    .pub-category-image {
        max-width: unset;
        margin: 0 auto;
    }

    .pub-category-image img {
        max-width: 500px !important;
    }
}


.homeproductsection .sub-title {
    width: 70%;
    font-size: 18px;
    margin: 0 auto 35px auto !important;
}

.homeproductsection h5, .homeproductsection h5 a {
    font-weight: 700 !important;
    color: #004D41 !important;
    margin: 2px 0;
    letter-spacing: .05em;
}

.homeproductsection h5 a:hover {
    color: #C39809 !important;
}

.homeproductsection a {
    color: #C39809 !important;
    text-transform: uppercase;
    font-weight: 600;
}

.homeproductsection a:hover {
    color: #004D41 !important;
}


/* =========== HOME / SIGN UP */
.signup p {
    padding-right: 25px;
}

/* =========== HOME / LATEST NEWS */
.feature-box-82 {
    background-color: #F6F3E2;
}

.feature-box-82:hover, .feature-box-82.active {
    background-color: #004D41 !important;
    color: #ffffff;
    cursor: pointer;
}

.homenewslist {
    padding-top: 10px;
}

.homenewslist h5 {
    font-size: 16px;
    line-height: 18px;
    padding-top: 0;
    margin-bottom: 2px;
}

.homenewslist a:hover {
    color:#c3a254;
}

.homenewslist .blog-post-info {
    font-size: 14px;
    margin: 4px 0;
    font-weight: 500 !important;
    color:#c3a254;
}

.homenewslist .bloglist p {
    font-size: 13px !important;
    line-height: 17px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.homeeventlist p {
    font-size: 14px;
    line-height: 16px;
    margin: 0 !important;
    padding: 0 !important;
}
 
/* =========== HOME / UPCOMING EVENTS */
.pagenation-holder {
    border-top: 1px solid #004D41;
    background-color: #ffffff !important;
    border-bottom: 4px solid #004D41;
    box-shadow: 5px 4px 16px rgba(0, 0, 0, 0.3);
}

.pagenation-holder h1 {
    font-family: "Montserrat", serif;
    color: #004D41;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 10px !important;
    font-weight: 500;    
    font-size: 27px;
    line-height: 30px;
    letter-spacing: .03em;
}

.pagenation-holder h3, .pagenation-holder h2 {
    font-family: "Montserrat", serif;
    color: #004D41;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 10px !important;
    font-weight: 500;
}

.homeeventlist {
    padding-top: 10px;
}

.homeeventlist h4 {
    font-size: 16px;
    margin-bottom: 3px;
    color: #C39809;
}

.homeeventlist h3 {
    font-size: 24px;
    color: #004D41;
}

.homeeventlist p {
    margin: 0 !important;
    padding: 0 !important;
}

.homeeventlist a {
    color: #004D41 !important;
    text-transform: uppercase;
    font-weight: 400;
}

.homeeventlist a:hover {
    color: #C39809;
}

.noevents {
    min-height: 150px;
    _height: 150px;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    letter-spacing: .05em;
    width: 75%;

}

/* =========== HOME / VIEW ALL */
.homeviewall {
    position: absolute;
    top: 44px;
    left: 15px;
}

.homeviewall a  {
    font-size: 13px;
    color: #C39809;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .05em;
}

.homeviewall a:hover {
    color: #004D41;
}

/* =========== PROFILE STYLES ============= */

/* =========== PROFILE LIST */
.profilelist-box {
    padding: 10px !important;
}

.profilelist .team-holder2 {
    width: 100%;
    max-width: 200px;
    padding: 0px;
    display: inline-block;
    float: none;
    margin: 0 auto;
    background-color: #F6F3E2 !important;
    color: #004D41 !important;
    transition: all 0.3s ease-out 0s;
}

.team-holder2 {
    background-color: #F6F3E2 !important;
}

.team-holder2:hover, .team-holder2.active {
    background-color: #004D41 !important;
}

.profilelist-box h5 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 20px;
}

.profilelist-box h5 a:hover {
    color: #ffffff;
}

.profilelist-box h6 {
    padding: 5px 0 0 0 !important;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    min-height: 55px;
}

/* =========== PROFILE DETAILS */

.profiletitlebar {
    position: relative;
    display: block; 
    border-bottom: 1px solid #F6F3E2;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.otherpprofiles {
    position: absolute;
    bottom: -5px;
    right: 0;
}

.otherpprofiles a {
    display: inline-block;
    vertical-align: top;
    color: #004D41;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.otherpprofiles a:after {
    display: inline-block;
    color: #004D41;
    text-transform: uppercase;
    margin: 0 5px;
    vertical-align: top;
    content: "|";
    font-size: 9px;
    line-height: 9px;
}

.otherpprofiles a:last-child:after {
    display: none;
}

.otherpprofiles a:hover {
    color: #C39809;
}

.profileimage {
    float: left;
    width: 212px;
    text-align: left;
}

.profileimage img {
    text-align: left;
    border: 1px solid #004D41;
}

.profiledetails {
    float: left;
    width: 500px;
}

.profiledetails .parent h2 {
    padding: 25px 0 0 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.profiledetails .name h1 {
    padding: 0px 0 0 0;
    margin: 0;
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: .06em;
    
}

.profiledetails .title {
    padding: 2px 0 0 0 !important;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .04em;
}


/* =========== GLOBAL / FILTERS ============= */
.filters {
    position: absolute;
    z-index:99;
    top: 9px;
    right: 10px;
}

.filterlist {
    position: relative;
	display: inline-block;
    margin-right: 10px;
    z-index: 900000000000;
}

.filterlist:last-child {
    margin-right: 0;
}

.filterlist ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}

.filterlist ul ul {
	display: none;
}

.filterlist ul li:hover > ul {
	display: block;
}

.filterlist ul li {
	float: left;
	width: 190px;
	text-align: left;
    color: #004D41;
    background-color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
	
.filterlist ul li:hover {
	background-color: #004D41;
	color: #fff;
}

.filterlist ul li:hover > a {
	background-color: #004D41;
	color: #ffffff;
	}

.filterlist ul li a {
	display: block; 
	padding: 5px 10px;
	color: #004D41;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.filterlist ul li a:hover {
	color: #ffffff;
}
		
.filterlist ul ul {
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 0 0 1px #333333;
}

.filterlist ul ul li {
	float: none;
    font-weight: 300;
	position: relative;
    background-color: #ffffff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid #F6F3E2;
    border-left: 1px solid #F6F3E2;
    border-right: 1px solid #F6F3E2;
}

.filterlist ul ul li:last-child {
    border-bottom: 1px solid #F6F3E2;
}

.filterlist ul ul li a {
	padding: 5px 10px;
	color: #004D41;
}	

.filterlist ul ul li a:hover {
	background: #004D41;
	color: #fff;
}	

#down-triangle {
    float: right;
    width: 0; 
    height: 0;
    margin-top: 8px;
    border-top: 5px solid #C39809;
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; 
    }


/* =========== GLOBAL / FILTERS ============= */
.categoryfilters {
    position: relative;
}

.catfilterlist {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 900;
}

.catfilterlist:last-child {
    margin-right: 0;
}

.catfilterlist ul {
	margin: 0 0 -4px 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}

.catfilterlist ul ul {
	display: none;
}

.catfilterlist ul li:hover > ul {
	display: block;
}

.catfilterlist ul li {
    padding: 0;
    margin: 0;
	float: left;
	width: 300px;
	text-align: left;
    color: #004D41;
    background-color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
	
.catfilterlist ul li:hover {
	background-color: #004D41;
	color: #fff;
}

.catfilterlist ul li:hover > a {
	background-color: #004D41;
	color: #ffffff;
	}

.catfilterlist ul li a {
	display: block; 
	padding: 5px 10px;
	color: #004D41;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.catfilterlist ul li a:hover {
	color: #ffffff;
}
		
.catfilterlist ul ul {
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 0 0 1px #333333;
}

.catfilterlist ul ul li {
	float: none;
    font-weight: 300;
	position: relative;
    background-color: #ffffff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid #F6F3E2;
    border-left: 1px solid #F6F3E2;
    border-right: 1px solid #F6F3E2;
}

.catfilterlist ul ul li:last-child {
    border-bottom: 1px solid #F6F3E2;
}

.catfilterlist ul ul li a {
	padding: 5px 10px;
	color: #004D41;
}	

.catfilterlist ul ul li a:hover {
	background: #004D41;
	color: #fff;
}	

.catfilterlist ul ul li a.selected {
	color: #ffffff !important;
    background-color: rgba(0, 77, 65, .6);
}

#down-triangle {
    float: right;
    width: 0; 
    height: 0;
    margin-top: 8px;
    border-top: 5px solid #004D41;
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; 
    }

.catfilterlist ul li a:hover #down-triangle {
    border-top: 5px solid #ffffff !important;
}	



.pagenation-holder.smallerheaderpadding {
    padding: 8px 0 8px;
}



/* =========== BLOG STYLES ============= */

/* =========== BLOG / LIST */

.header-inner.blogheaderimage img {
    margin-top: -170px !important;
}

.pagenation-holder.blogheader {
    padding: 8px 0 8px;
}


.blogpage {
    margin-bottom: 26px !important;
} 

.blogpage h5 {
    padding: 0;
    margin: 0;    
    font-size: 14px;
    line-height: 18px;
    font-weight: 500 !important;
    letter-spacing: .08em;
    color: #C39809;

}

.blogpage .titleheight {
    display: block;
    min-height: 64px;
    _height: 64px;
}

.blogpage h2 {
    display: block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 20px;

}

.blogpage h4 {
    display: block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 20px;

}

.blogpage .tags a {
    float: left;
    padding-right: 5px;
    font-size: 11px;
    text-decoration: underline;
    text-transform : uppercase;
    color: #004D41;
}

.blogpage .tags a:hover {
    text-decoration: underline;
    color: #C39809;

}

.forceinlineblog {
    display: inline-block !important;
    float: none !important;
    width: 32.333333% !important;
    box-sizing: border-box !important;
    vertical-align: top !important
}

.forceinlineblog p {
    line-height: 19px !important;
}

/* =========== BLOG / POST */ 
.postinfo {clear: both;}

.postinfo .date {
    display: inline-block;
    padding: 18px 0 0 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500 !important;
    color: #C39809;
    letter-spacing: .06em;
}

.postinfo .source {
    display: inline-block;
    padding: 18px 0 0 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500 !important;
    color: #C39809;
}

.postinfo .title h1 {
    padding: 8px 0 0 0;
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    color: #004D41;
    text-transform: uppercase;
    letter-spacing: .04em;
}


.sharethisbar {
    position: relative;
    border-top: 1px solid #F6F3E2;
    margin: 10px 0 20px 0;
    padding-top: 5px;
    min-height: 25px;
}

.sharethisbar .returntolist {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.sharethisbar .returntolist a {
    display: inline-block;
    vertical-align: top;
    color: #004D41;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.post .tags {
    clear: both;
    display: block;
    padding-bottom: 5px;
}

.post .tags .label {
    clear: both;
    display: block;
    border-bottom: 1px solid #F6F3E2;
    padding: 30px 0 3px 0;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}

.post .tags a {
    float: left;
    padding-right: 10px;
    font-size: 13px;
    text-decoration: underline;
    text-transform : uppercase;
    color: #004D41;
}

.post .tags a:hover {
    text-decoration: underline;
    color: #C39809;

}

/* =========== EVENT STYLES ============= */

/* =========== EVENT / LIST */
.eventlist {
    margin-bottom: 26px !important;
} 

.eventlist h5 {
    padding: 0;
    margin: 0;    
    font-size: 16px;
    line-height: 30px;
    font-weight: 500 !important;
    color: #C39809;
    letter-spacing: .08em;
    border-bottom: 1px solid #e4e4e4;
}

.eventlist .event-times {
    font-size: 14px;
    margin: 0px 0;
    font-weight: 400;
    color:#C39809;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.eventlist .titleheight {
    min-height: 64px;
    _height: 64px;
}

.eventlist h4 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 26px;
}

/* =========== EVENT / DETAILS */
.eventdets {clear: both;}


.eventdets .date {
    display: inline-block;
    padding: 18px 0 0 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500 !important;
    color: #C39809;
    letter-spacing: .06em;
}

.eventdets .times {
    display: inline-block;
    padding: 18px 0 0 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500 !important;
    color: #C39809;
}

.eventdets .title h1 {
    padding: 8px 0 0 0;
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    color: #004D41;
    text-transform: uppercase;
    letter-spacing: .04em;
}



/* =========== OTHER BRAND STYLES ============= */


.ourbrands {
    border-top: 4px solid #004D41;
}

.ourbrands .label {
    display: block;
    font-size: 20px;
    text-transform : uppercase;
    color: #004D41;
}


/* =========== FOOTER STYLES ============= */
.footer {
    text-transform: uppercase;
    letter-spacing: .06em;
    padding-bottom: 40px;

}

.developedby a {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

a.dficon {
    color: #ffffff;
    line-height: 0;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }

a.dficon:hover {
    color: #ffffff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }



/* =========== FOOTER STYLES ============= */

.carousel-inner {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    text-align: center;
    margin: 0 auto;
}

.carousel-inner .item {
    width: 100%;
    height: 100%;
    max-height: 900px;
    max-width: 1920px;
    background-size: cover;
    background-position: center !important;
    text-align: center;
}


.carousel-inner .item.active a:focus img {
    outline: 4px solid #23527c !important;
	outline-color: #23527c !important;
	outline-offset: -6px !important;
}

.carousel-inner .item img {
    width: 100%;	
    height: 100%;
    text-align: center;
}

.carousel-control {
    color: #ffffff !important;
}

.carousel-control:hover {
    color: #ffffff;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 49%;
    z-index: 5;
    width: 40px;
    height: 40px;
}


.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 10%;
    margin-right: 0;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 10%;
    margin-left: 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #004D41;
    border: 1px solid #fff;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 16px !important;
    height: 16px !important;
    margin: 0 4px;
    background-color: #fff;
    border: 1px solid #004D41;
    border-radius: 50%;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/Themes/Default/Content/fonts/glyphicons-halflings-regular.eot');
  src: url('/Themes/Default/Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('/Themes/Default/Content/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('/Themes/Default/Content/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('/Themes/Default/Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('/Themes/Default/Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
