/*

1. FONT FACE
2. GLOBAL GENERAL STYLES
3. HEADER AND NAVIGATION
    a. Header
    b. Social Media Icons
    c. Header Search Bar
    d. Main Navigation (Including Dropdown)
4. SUB-CATEGGORY NAVIGATION
5. BREADCRUMBS
6. FOOTER
    a. Footer Social Media
7. HOME PAGE LAYOUT
    a. Carousel
    b. Front Image Tiles
    c. Logos
8. FORMS & BUTTONS
9. SOCIAL MEDIA SHARE BUTTONS
10. TABLES
11. TRADING TIMES TABLE
12. IMAGE THUMBNAILS
13. MEDIA RELEASES 
14. RECIPES
15. SEASONAL GUIDE  
16. NEWS AND EVENTS
17. RECIPES & PRODUCE
18. CALENDAR
19. GALLERY
20. MARKET LEADER
21. MARKET DIRECTORY
22. PRODUCE
23. WHITE BACKGROUND STYLES

*/


/* ---------------------------------
            FONT FACE
-----------------------------------*/

@font-face {
	font-family: 'MuseoSans-100';
	src: url('fonts/MuseoSans-100.eot');
	src: local('☺'), url('fonts/MuseoSans-100.woff') format('woff'), url('fonts/MuseoSans-100.ttf') format('truetype'), url('fonts/MuseoSans-100.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans-300';
	src: url('fonts/MuseoSans-300.eot');
	src: local('☺'), url('fonts/MuseoSans-300.woff') format('woff'), url('fonts/MuseoSans-300.ttf') format('truetype'), url('fonts/MuseoSans-300.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans-500';
	src: url('fonts/MuseoSans-500.eot');
	src: local('☺'), url('fonts/MuseoSans-500.woff') format('woff'), url('fonts/MuseoSans-500.ttf') format('truetype'), url('fonts/MuseoSans-500.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans-700';
	src: url('fonts/MuseoSans-700.eot');
	src: local('☺'), url('fonts/MuseoSans-700.woff') format('woff'), url('fonts/MuseoSans-700.ttf') format('truetype'), url('fonts/MuseoSans-700.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------
        GLOBAL GENERAL STYLES
-----------------------------------*/

* {
    outline: none;
}
*:active, *:focus {
    outline:none;
}

body {
    font-family: 'MuseoSans-500', 'helvetica neue', helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    /*background-image:url(../images/navy_blue.png);
	background-color: #222;*/
    background-position: top center;
}

.container {
	background-color: #000;
	/*padding: 0px 15px;*/
}

.mainbody {
    min-height: 400px;
}

@media (max-width: 767px) {
	.container {
		padding: 0px;
	}
}
@media (max-width: 767px) {
    .mainbody { 
        margin: 0px 20px;
    }
}


.padding {
    padding: 20px;
}
.noborder {
    border: 0px !important;
}
.nopadding {
	padding: 0px;
}
.nomargin {
	margin: 0px;
}
.padding-left {
	padding-left: 20px;
}
.padding-right {
	padding-right: 20px;
}

ul.nopadding {
	padding-left: 20px;
}

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



hr {
    border-top: 1px solid #333333;
}



h1 { 
    font-size: 24px;
    line-height 30px;
}
h3 {
    font-size: 18px
}
h4 {
    margin: 15px 0px 10px 0px;
    line-height: 22px;
    font-size: 16px;
}
h5 {
    margin: 20px 0px 10px;
    line-height: 20px;
    font-size: 15px;
}
p, .mainbody ul, .mainbody ol {
    text-transform: none;
    color: #ccc;
    font-size: 12px;
	line-height: 16px;
}
b, strong { 
	font-family: 'MuseoSans-700', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
}
blockquote {
    font-size: 12px;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 0px solid #eeeeee;
}
.subtext {
    font-size: 10px !important;
}

.highlight {
    text-transform: uppercase;
    font-weight: bold;
	font-family: 'MuseoSans-700', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


a {
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
a:hover {
    color: #30b457;
    text-decoration: none !important;
}

a:focus {
    outline: none;
}
a:hover, a:focus {
    text-decoration: none;
}

.text-center {
    text-align: center;
}
.text-center img {
    display: inline-block;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.image-center {
    float: none;
	display:block;
}
.image-right {
    float: right;
    margin: 0px 0px 5px 15px;
}
.image-left {
    float: left;
    margin: 0px 15px 5px 0px;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}


img {
    display: inline-block;
}
a img {
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
a:hover img {
    opacity: 0.85;
}
img.pull-left  {
    margin-right: 15px;
    margin-bottom: 15px;
}



.well {
    background-color: #333333;
    border-radius: 0px;
    border: 0px;    
    min-height: 20px;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.well h5 a {
    color: #ffffff;
}


.greybg {
    background-color: #939598;
}
.darkgreybg {
    background-color: #222222;    
}
.whitebg {
    background-color: #ffffff;
    color: #939598;
}

.overflow-auto {
    overflow: auto;
}

.small {
    font-size: 75%;
}



/* ---------------------------------
        HEADER & NAVIGATION       
-----------------------------------*/

.header {
	position: relative;
    margin-top: 20px;
	z-index: 1001;
	text-align: center;
}
.logo {
	display: inline-block;
	max-width: 350px;
}

/* ------------- SOCIAL MEDIA ICONS ----------------*/

.social-media-nav {
    position: relative;
    text-align: right;
    z-index:1001;
}
.social-media a:hover i {
    color: #fff !important;
}
.social-media .facebook:hover  {
    background: #3B5998;
}
.social-media .twitter:hover  {
    background: #55AECE;
}
.social-media .instagram:hover  {
    background: #dfd3c5;
}
.social-media .pinterest:hover  {
    background: #C92228;
}
.social-media .youtube:hover  {
    background: #e62117;
}

/* ----- MIN WIDTH 992px ----- */
.social-media {
    display: inline-block;
    text-align: right;
    margin: 20px 0px 0px 0px;
}
.social-media a {
    padding-left: 3px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #333;
    height: 35px;
    width: 35px;
}
.social-media a i {
    font-size:20px;
    margin-top: 5px;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
    color: #eeeeee;
}
.shuttle {
    display: inline-block;
}
.shuttle a {
    padding: 10px;
    height: 35px;
    background-color: #333;
    color: #ffffff;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
    padding: 10px;
    font-size: 10.2px;
    display: inline-block;
}
.shuttle a:hover {
    background-color: #30b457;
    color: #fff;
}

/* ----- MAX WIDTH 991px ----- */
@media (max-width: 991px) {
    .social-media a {
        background-color: transparent;
        height: 35px;
        width: 35px;
    }
    .social-media-nav {
        text-align: center;
        margin-top: 10px;
    }
    .social-media {
        text-align: center;
        margin: 10px auto 0px auto;
    }
    .social-media a i {
        font-size: 22px;
    }
    .shuttle {
        display: block;
        margin-bottom: 5px;
    }
    .shuttle a{
        background-color: transparent;
        font-size: 12px;
    }
}
    
/* ----- MIN WIDTH 768px & MAX WIDTH 991px ----- */
@media (min-width: 768px) and (max-width: 991px) {
    .social-media {
        margin: 5px 0px 5px 0px;
    }
}

/* ----- MAX WIDTH 767px ----- */
@media (max-width: 767px) {
    .social-media-nav {
        margin-top: 0px;
    }
}


/* ------------- HEADER SEARCH BAR ----------------*/

.sb-search {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0px !important;
    margin-right: -50px;
    width: 0%;
    min-width: 40px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;    
    z-index: 1001;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .sb-search {
        margin-right: -52px;
    }
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 35px;
    margin: 0;
    z-index: 10;
    padding: 6px 12px;
    font-family: inherit;
    color: #ffffff;
    width: 70%;
    display: inline-block;
    background: #333333;
    border: 0px;
    color: #ffffff;
}

.sb-search-input::-webkit-input-placeholder {
    font-family: 'MuseoSans-700';
    text-transform: uppercase;';
    color: #777;
    font-size: 13px;
    padding-top: 2px;
}
.sb-search-input:-moz-placeholder {
    font-family: 'MuseoSans-700';
    text-transform: uppercase;';
    color: #777;
    font-size: 13px;
    padding-top: 2px;
}
.sb-search-input::-moz-placeholder {
    font-family: 'MuseoSans-700';
    text-transform: uppercase;';
    color: #777;
    font-size: 13px;
    padding-top: 2px;
}
.sb-search-input:-ms-input-placeholder {
    font-family: 'MuseoSans-700';
    text-transform: uppercase;';
    color: #777;
    font-size: 13px;
    padding-top: 2px;
}

.sb-icon-search,
.sb-search-submit  {
    width: 40px;
    height: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #333333;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}

.sb-icon-search:before {
    content: "\e003";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search, .sb-icon-search:hover {
    background: #30b457;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

@media (max-width: 991px) {
    .sb-search {
        width: 100%;
        margin: 0px 5% 0px 5%;
    }
    .sb-search-input {
        width: 90%;
    }
}



/* ------------- MAIN NAVIGATION ----------------*/

.nav {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.navbar {
    min-height: inherit;
    margin: 10px 0px 0px;
    border: 0px solid transparent;
}
.navbar-header {
    width: 100%;
    margin: 30px 0px 0px 0px;
    background-color: #333333;
}
.navbar-toggle {
    letter-spacing: 2px;
    position: relative;
    width: 100%;
    margin-right: 0px;
    padding: 9px 0px 9px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 0px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
.navbar-collapse {
    border-top: 0px solid transparent;
}
.navbar-toggle:hover {
    background-color: #939598;
    color: #ffffff;
}
.nav > li > a:hover, .nav > li > a:focus, li.active > a  {
    color: #30b457;
    text-decoration: none;
    background-color: #000000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f5f5f5;
    border-color: #ffffff;
    color: #30b457;
}
.dropdown-menu {
    border-radius: 0px;
    margin: -1px 0 0;
}
.dropdown-menu .dropdown {
    position: relative;
}
.dropdown-menu .dropdown>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dropdown-menu .dropdown:hover >.dropdown-menu {
    display: block;
}
.dropdown-menu .dropdown > a:after {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    margin-left: 10px;
}
.dropdown-menu .dropdown:hover > a:after {
    border-left-color: #fff;
}
.dropdown-menu .dropdown.pull-left {
    float: none;
}
.dropdown-menu .dropdown.pull-left >.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > .active > a {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #30b457 !important;
}
.dropdown-menu > .active > a:hover {
    color: #ffffff;
    background-color: #30b457 !important;
}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #30b457 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #30b457 ;
    background-color: #f5f5f5;
}
.open .dropdown-toggle {
    color: #333;
}


/* Hiding default caret for level 2 and below menus */
.dropdown-menu .dropdown.level2 > a:after, .dropdown-menu .dropdown.level3 > a:after {
    display: none;
}

/* First Level Links have transparent background in wider window sizes */
.level1.open a, .level1.open a:hover {
    background-color: transparent; 
}

/* Second Level logo images for the first dropdown */
.first .level2 .navlogos { 
    display: table-cell ;
    vertical-align: middle;
    width: 75px;
    display: inline-block !important;
    min-height: 40px;
}
.first .level2 .navlogos img {
    width: 70px;
    margin: 3px 0px;
    max-width: 70px;
}

/* No side images for first dropdown's sublinks */
.level1 .navlogos, .first .level3 .navlogos, .first .level4 .navlogos {
    display: none !important;
}


/* ----- MIN WIDTH 1201px -----*/
@media (min-width: 1201px) {
    .navbar-nav > li > a { 
        padding: 15px;
    }
    .navbar-nav  > li:first-child > a {
        padding-left: 0px;
    }
    .navbar-nav > li:last-child > a {
        padding-right: 0px;
    }
    .searchnav .form-group{
        padding-top: 30px;
        text-align: center;
        margin-bottom: 10px;
    }
}

/* ----- MIN WIDTH 768px ----- */
@media (min-width: 768px ) {    
    .level2 .caret {    
        vertical-align: middle;    
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
    }
}

/* ----- MAX WIDTH 1200px -----*/
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav {
        font-size: 12px;
    }
    .navbar-nav > li > a { 
        padding: 15px 10px;
    }
    .navbar-nav  > li:first-child > a {
        padding-left: 0px;
    }
    .navbar-nav > li:last-child > a {
        padding-right: 0px;
    }
}

/* ----- MAX WIDTH 991px ----- */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        text-align: center;
    }
    .nav, .navbar-nav {
        display: inline-block;
        text-align: center;
        float: none;
        margin-bottom: 10px;
    }
    .navbar-nav {
        font-size: 12px;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    .navbar-nav > li > a { 
        padding: 8px 12px;
    }
    .navbar-nav  > li:first-child > a {
        padding-left: 0px;
    }
    .navbar-nav > li:last-child > a {
        padding-right: 0px;
    }
    .dropdown {
        text-align: left;
    }
}

/* ------------- MAX WIDTH 767px ----------------*/
@media (min-width: 0px) and (max-width: 767px) {    
    .nav > li > a:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {    
        color: #30b457;
        background-color: #eeeeee;
        border-color: #ffffff;
    }
    .dropdown-menu {
        border-radius: 0px;
    }
    .dropdown-menu > a:hover, .dropdown-menu > a:active, .dropdown-menu > a:focus {
        color: #30b457;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #ffffff;
        border: 0;
        box-shadow: none;
        }
    .navbar-toggle {
        margin: 0px 0px;
    }
    .nav {
        margin: 0px;
    }
    .nav > li > a {
        color: #333333;
        text-align: left;
        background-color: #ffffff;
        margin: 0px;
    }

}

/* ---------------------------------
       SUB-CATEGGORY NAVIGATION
-----------------------------------*/

.subcategory {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 12px;
    text-transform: uppercase !important;
}
@media (max-width: 991px) {
    .subcategory {
        margin-right: 0px;
        width: 100%;
        text-align: left !important;
    }
}
.subcategory > li {
     border-radius: 0px;
}
.subcategory > li > a {
    color: #ffffff;
    text-align: left;
    background-color: #222222;
    margin: 0px;
    border-radius: 0px;
} 

.nav-stacked .subnav {
    display: block;
    text-transform: uppercase !important;
}
.nav-stacked .subnav li, .nav-stacked .subnav li:last-child {
    margin-top: 2px !important;
    margin-bottom: 0px;
    margin-left: 0px;
}
.nav-stacked .subnav li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #666666;
    margin-left: 20px;
}
.nav-stacked .subnav li a:hover {
    color: #30b457;
    background: #f5f5f5;
}


/* ---------------------------------
            BREADCRUMBS
-----------------------------------*/
@media print {
    .B_crumbBox {
        display: none;
    }
}

.B_crumbBox {
    font-size: 11px;
    padding: 8px 8px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #000000;
    border-radius: 0px;
    text-transform: uppercase !important;
    background: #222222;
}

.B_crumbBox li {
    display: inline-block;
}
.B_crumbBox a {
    color: #fff;
}
.B_crumbBox a:hover {
    color: #30b457;
}

.B_currentCrumb {
    color: #30b457;
}

@media (max-width: 767px) {
    .B_crumbBox {
        margin-top: 10px;
    }
}


/* ---------------------------------
            FOOTER
-----------------------------------*/
.footer {
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
.subnav {
    display: inline-block;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 12px;
}
.subnav li {
    margin: 5px 0px 5px 0px;
}
.subnav li:last-child {
    margin: 0px;
}
.subfooter {
    margin: 10px 0px !important;
    text-align: center;
}
.footer a:hover {
    color: #333333;
}
.footer .padding {
    height: 320px;
}
.footer .quicklinks {
    padding: 15px 20px !important;
}
@media (min-width: 992px) and (max-width: 1200px) { 
    .footer .quicklinks {
        padding: 7px 20px !important;
    }
}


.instansive-widget {
	height: 250px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .footer .padding {
        height: 250px;
    }
    .subnav {
        margin: 0px 0px 0px 0px;
    }
	.subnav li {
		margin: 3px 0px;
		font-size: 90%;
	}
}
@media (max-width: 450px) {	
	.instansive-widget {
		height: 180px;
	}
}

@media (min-width: 451px) and (max-width: 767px) {
	.instansive-widget {
		height: 250px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.instansive-widget {
		height: 330px;
	}
}

@media (max-width: 991px) {
    .footer .padding {
        height: auto;
        min-height: 210px;
        max-height: none;
    }
}

/*not used
.feeds {
    display: block;
    height: 190px;
    padding: 0px -10px;
    overflow: auto;
}*/

/* ------------- FOOTER SOCIAL MEDIA ----------------*/

#fb-root {
   /* display: none;*/
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
      .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
        height: 130px !important;
    }
}
.instagram {
    margin-top: 15px;
    max-width:100%; 
    height: 129px;
}



/* ---------------------------------
        HOME PAGE LAYOUT
-----------------------------------*/
#index .footer {
    margin-top: 0px ;
}
#index .breadcrumb {
    display: none;
}

/* ------------- Carousel ----------------*/
.carousel a:hover img {
	opacity: 1 !important;
}

.shadow p{
	color: #fff;
	text-transform: uppercase;
	font-size:16px;
	padding: 8px 0px;
	 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 16%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(16%,rgba(0,0,0,0.5)), color-stop(60%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}

.carousel-indicators {
	left: 65%;
	width: 30%;
	bottom: 5px;
}

.carousel-indicators  {
    display: table-cell;
    vertical-align: middle;/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 16%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(16%,rgba(0,0,0,0.5)), color-stop(60%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 60%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
    padding-top: 5px;
    padding-bottom: 2px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-indicators .active, .carousel-indicators li:hover {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    background-color: #30b457;
}

/* ------------- FRONT IMAGE TILES ----------------*/
.homebutton {
    display: block;
    position: relative;
    text-transform: uppercase;
}
.homebutton:hover {
    color: #ffffff;
}
.homebutton .caption{
    position: absolute;
    z-index:10;
    top: 50%;
    margin: -9px 3% 0px 3%;
    width: 94%;
    text-align: center;
    font-size: 16px;
	font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 1px 1px 5px #333333;
    color: #ffffff;
}

.homebutton .caption.double {
    margin-top: -20px;
}
.homebutton img {
    display: inline-block;
    opacity: 0.7;
    z-index:9;
    width: 100%;
}
.homebutton:hover img{
    opacity: 1;
}
.homebutton .caption .glyphicon {
    font-size: 24px;
}
.morevideos {    
    position: absolute;
    z-index:11;
    right: -45px;
    padding: 5px;
    top: 44px;
    width: 118px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #ffffff;
    color: #000000;
    letter-spacing: 0px;
}
.morevideos:hover {
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
}

/* ------------- LOGOS ----------------*/
.logos {
    margin: 20px 0px 10px;
}
.logos img {
    display: inline-block !important;
    max-width: 100%;
    padding: 10px;
}

/* ----- MAX WIDTH 991px ----- */
@media (min-width: 768px) and (max-width: 991px) {
    .homebutton .caption.double {
        margin-top: -14px;
    }
    .homebutton .caption {
        font-size: 11px;
    }
    .morevideos {  
        font-size: 9px;
        top: 26px;
        right: -28px;
        width: 75px;
    }
    .homebutton .caption .glyphicon {
        font-size: 18px;
    }
}

/* ----- MAX WIDTH 1200px ----- */
@media (min-width: 992px) and (max-width: 1200px) {
    .homebutton .caption {
        font-size: 16px;
    }
    .morevideos {  
        font-size: 11px;
        top: 36px;
        right: -35px;
        width: 96px;
    }
}

/* ----- MAX WIDTH 767px ----- */
@media (min-width: 0px) and (max-width: 767px) {
    .homebutton .caption {
        font-size: 14px;
        line-height: 20px;
    }
    .morevideos {  
        font-size: 9px;
        top: 38px;
        right: -38px;
        width: 98px;
    }
}


/* ---------------------------------
        FORMS & BUTTONS
-----------------------------------*/
.btn {
    border-radius: 0px;
    text-transform: uppercase;
}
.form-group {
    margin-bottom: 8px;
}
.form-control {
    border-radius:0px;
}
.btn-default, .btn-default:active, .btn-default:focus{
    border-color: #30b457;
    background-color: #30b457;
    color: #ffffff !important;
}
.btn-default:hover {
    background-color: #28994a;
    color: #ffffff;
    border-color: #28994a;
}

.control-label {
    padding-right: 10px;
}
.form-horizontal {
    font-size: 12px;
}
input, textarea, keygen, select, button, isindex {
    text-transform: none;
    border-radius: 0px !important;
}
.error {
    color: red;
}
.success {
    color: 30b457;
}

.form-control:focus {
  border-color: #30b457;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0.6);
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: inherit;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.form-control {
    margin-bottom: 3px;
}
@media (max-width: 767px) {
    .form-inline {
        text-align:right;
    }
}


/* ---------------------------------
    SOCIAL MEDIA SHARE BUTTONS
-----------------------------------*/

.addthis_toolbox {
    display: inline-block;
    margin: 20px 0px;
}
.addthis_toolbox a {
    opacity: 0.9;
}
.addthis_toolbox a:hover {
    opacity: 1;
}
.recaptcha_area {
   background-color: transparent;
   background: transparent;
}
.recaptchatable {
   line-height: 1em;
   border: 1px solid #dfdfdf!important;
   background-color: #fff;
}

/* ---------------------------------
            TABLES
-----------------------------------*/
.table {
    font-size: 12px;
    color: #cccccc;
}
.table thead td, .head {
    padding: 5px 10px !important;
    background-color: #30b457;
    color: #ffffff;
    border-bottom: 0px;
    text-align: center;
}
.head {
    text-transform:uppercase;
    text-align:left;
}
.table tbody {
    text-transform: none;
    color: #eeeeee;
}


/* ---------------------------------
        TRADING TIMES TABLE
-----------------------------------*/
.tradingtimes thead {
    font-size: 14px;
}
.table.tradingtimes thead td{
    background-color:transparent;
    text-align: center;
}
.tradingtimes thead tr td {
    vertical-align: bottom !important;
    padding: 10px 3px !important;
    border-left: 1px solid #fff;
    border-top: 0px solid #dddddd;
    width: 10%;
}
.tradingtimes tbody tr td {
    padding: 20px 5px !important;
    font-size: 14px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
}
.tradingtimes thead tr td:first-child, .tradingtimes tbody tr td:first-child {
    border-left: 0px;
    width: 15%;
}
.tradingtimes tbody tr td img {
    padding: 0px 10px 0px 0px;
}
.tradingtimes tbody tr .collapsedinfo {
    padding: 0px 0px !important;
    text-align: left;
}
.collapsedinfo .collapse {
    padding: 5px 0px;
}
.tradingtimes img{
    display: inline-block;
    margin-bottom: 10px;
}
.tradingtimes .btn-default:before {
    font-size: 11px;
    content: 'info & location';
}


/* ----- MAX WIDTH 767px ----- */
@media (min-width: 0px) and (max-width: 767px) {
    .tradingtimes thead {
        font-size: 15px !important;
    }
    .tradingtimes .btn-default, .tradingtimes td {
        font-size: 9px !important;
    }
    .tradingtimes .btn-default:before{
        content: 'More Info';
    }
}

/* Coloured backgrounds */
.tradingtimes tbody tr .CLOSED {
    background: #9a9a9a;
}
.tradingtimes tbody tr .Public {
    background: #333333;
}


/* ---------------------------------
       IMAGE THUMBNAILS
-----------------------------------*/

.thumbnail {
    padding-left: 20px;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 10px;
}
.thumbnail img {
    padding: 0px;
    border: 5px solid #333333;
    border-radius: 0px;
}

/* ----- MAX WIDTH 767px ----- */
@media (max-width: 767px) {
    .thumbnail {
        padding-left: 0px;
    }
}


/* ---------------------------------
        MEDIA RELEASES
-----------------------------------*/

.media {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.media li .thumbnail{
    position: relative;
    margin: 5px;
    padding: 5px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 0px;
    min-height: 355px;
}
.media li .thumbnail:hover {    
    background-color: #444444;
    border: 2px solid #444444;
}
.media li .thumbnail img {
    border: 0px;
}

.media li .thumbnail p {
    margin-bottom:10px;
}

.media li .thumbnail .btn {
    position: absolute;
    bottom: 10px;
    width: 90%;
}

.media li .thumbnail h5 {
    margin: 5px 0px ;
}

.media li .thumbnail .btn {
    vertical-align: bottom;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .media li .thumbnail {
        min-height: 355px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .media li .thumbnail {
        min-height: 390px;
    }
    .media li .thumbnail .btn {
        width: 92%;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .media li .thumbnail .btn {
    position: relative;
    bottom:auto;
    width: 100%;
}

}


/* ---------------------------------
            RECIPES
-----------------------------------*/

@media print {
  [class*="col-sm-"] {
   float: left;
	width: 100%;
  }
  .col-md-6 {
	  width: 100%;
  }
}

h5.recipes {
    text-transform:none;
    font-size: 18px;
    margin: 15px 0px 10px 0px;
    line-height: 22px;
}
h5.recipes span {
    text-transform: uppercase;
}
.recipes {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.recipe-well {
    border-radius: 0px;
    background-color: #ffffff;
    color: #222222;
    border: 0px;
}

.recipe-well p {
    color: #333333;
}

.recipe-well ul {
    color: #333333;
}

.recipe-well strong {
    color: #444444;
}

.recipe-well h4 {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #ffffff;
}
.recipe-well .radio {
    display: block;
}
.pdfbtn {    
    padding: 6px 12px 4px 12px !important;
    margin-left: 2px !important;
	vertical-align: top;
}

@media (max-width: 767px) {
    .advancesearch {
        text-align: left;
    }
    .advancesearch .btn{
       width: 100%;
    }
}


.recipes li .thumbnail{
    margin: 7px;
    padding: 5px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 0px;
    min-height: 490px;
}
.recipes-small li .thumbnail {
    min-height: 400px;
}
.recipes li .thumbnail img {
    border: 0px;
}
.recipe-btn {
    width: 100%;
}
.recipe-inner-img{
	float:right;
	max-width:150px;
	margin: 0px 0px 5px 5px;
}
.darkgreybg .well {
    margin-bottom: 0px;
}
@media (min-width: 1201px){
    .recipes-lg li:nth-child(4n+1) {
        clear: left;
    }
    .recipes-small li:nth-child(6n+1){
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .recipes li .thumbnail {
        min-height: 510px;
    }

    .recipes-small li .thumbnail {
        min-height: 430px;
    }
    .recipe-btn {
        font-size: 80%;
    }
    .recipes-lg li:nth-child(3n+1) {
        clear: left;
    }
    .recipes-small li:nth-child(4n+1){
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .recipes li .thumbnail {
        min-height: 560px;
    }

    .recipes-small li .thumbnail {
        min-height: 440px;
    }
    .recipes-lg li:nth-child(2n+1) {
        clear: left;
    }
    .recipes-small li:nth-child(3n+1){
        clear: left;
    }
}

@media (max-width: 450px) {
    
    .recipe-btn {
        font-size: 80%;
    }
}
.recipes li a:hover .thumbnail {
    background-color: #444444;
    border: 2px solid #444444;
}

.recipes li .thumbnail .caption{
    padding: 0px;
}
.recipes li .thumbnail h5 {
    line-height: 18px;
    margin: 10px 0px 3px 0px;
}
.recipes li .thumbnail p {
    font-size: 12px;
    text-transform: none;
    color: #ccc;
    margin: 3px 0px;
}
.divide div {
	display: inline-block;
    font-size: 12px;
    text-transform: none;
    color: #ccc;
	margin: 0px;
}
.recipes li .thumbnail .btn {
    width: 100%;
}

.recipe-well {
    position: relative;
}
.recipe-well {
    z-index:99;
}
.recipe-well .recipe-title {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index:100;
    top: 30px;
    text-shadow: 1px 1px 5px #d0d0d0;
    color: #30b457;
}
.recipe-title img {
    display: inline-block;
    width: 250px;
}
.recipe-title h1 {
    font-size: 30px;
}
.recipe-well .btn {
    padding: 6px 12px 4px 12px;
    margin-left: 2px;
}
.addthis_toolbox a {
    margin-bottom: 3px;
}
@media (max-width: 767px) {
    .recipe-title img {
        display: inline-block;
        width: 150px;
    }
    .recipe-title h1 {
        font-size: 20px;
    }
}
.recipe-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .searchboxsection {
        height: 400px;
        overflow: auto;
    }
}
.searchboxsection .radio {
    text-transform: capitalize;
    font-size: 14px;
}

.searchboxsection hr {
    margin: 10px 15px 10px 0px;
    border-top: 1px solid #ccc;
}
.radio input[type="radio"] {
    margin-right: 5px;
    margin-left: 10px !important;
}

/* ---------------------------------
        SEASONAL GUIDE  
-----------------------------------*/

@media (min-width: 1201px) {
    .seasonalguide{
        min-height: 470px;
    }
}

.seasonalguide thead, .seasonalguide ul{
    font-size: 11px !important;
}
.seasonaguide tbody tbody tr td {
    padding: 5px !important;
}

.seasonalguide table {
    margin: 0px;
}

.seasonalguide thead td{ 
    padding: 3px 5px !important;
}
 
.seasonalguide tbody {
    font-size: 12px;
    text-transform: none !important;
}


.seasonalguide ul {
    margin: 0px 0px 0px 25px;
    padding: 0px;
}

/* ---------------------------------
       NEWS AND EVENTS
-----------------------------------*/

.events {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.events li .thumbnail{
    position: relative;
    margin: 5px;
    padding: 5px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 0px;
    min-height: 395px;
}
.events li .thumbnail:hover {    
    background-color: #444444;
    border: 2px solid #444444;
}
.events li .thumbnail img {
    border: 0px;
}

.events li .thumbnail p {
    margin-bottom:10px;
}

.events li .thumbnail .btn {
    position: absolute;
    bottom: 10px;
    width: 90%;
}

.events li .thumbnail h5 {
    margin: 5px 0px ;
}

.events li .thumbnail .btn {
    vertical-align: bottom;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .events li .thumbnail {
        min-height: 370px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .events li .thumbnail {
        min-height: 390px;
    }
    .events li .thumbnail .btn {
        width: 92%;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .events li .thumbnail .btn {
    position: relative;
    bottom:auto;
    width: 100%;
}

}

/* ---------------------------------
        RECIPES & PRODUCE
-----------------------------------*/

.largetiles .caption {
    top: auto;
    bottom: 0px;
    font-size: 18px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 16%, rgba(0,0,0,0.5) 79%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(16%,rgba(0,0,0,0.5)), color-stop(79%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 16%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
    padding: 5px 0px;
}

/* ----- MAX WIDTH 767px ----- */
@media (max-width: 767px) {
    .largetiles .caption {
        font-size: 16px;
    }
}


/* ---------------------------------
       CALENDAR
-----------------------------------*/

#calbody td {
    padding: 5px;
    border: 0px solid #F1F1F1;
    text-align: left;
    width:12%;
    white-space: normal;
    vertical-align:top;
}
#calbody td .datestamp {
    color: #ffffff;
}

/* ---------------------------------
       LOADING STATUS
-----------------------------------*/
#circularG{
position:relative;
width:35px;
height:35px}

.circularG{
position:absolute;
background-color:#FFFFFF;
width:8px;
height:8px;
-moz-border-radius:5px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:5px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:5px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:5px;
-o-animation-name:bounce_circularG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:5px;
animation-name:bounce_circularG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#circularG_1{
left:0;
top:14px;
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

#circularG_2{
left:4px;
top:4px;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#circularG_3{
top:0;
left:14px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#circularG_4{
right:4px;
top:4px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#circularG_5{
right:0;
top:14px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#circularG_6{
right:4px;
bottom:4px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#circularG_7{
left:14px;
bottom:0;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#circularG_8{
left:4px;
bottom:4px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

@-moz-keyframes bounce_circularG{
100%{
-moz-transform:scale(1)}

0%{
-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
100%{
-webkit-transform:scale(1)}

0%{
-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
100%{
-ms-transform:scale(1)}

0%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
100%{
-ms-transform:scale(1)}

0%{
-ms-transform:scale(.3)}

}

@keyframes bounce_circularG{
100%{
-ms-transform:scale(1)}

0%{
-ms-transform:scale(.3)}

} 


/* ---------------------------------
            GALLERY
-----------------------------------*/
#gallery {
    max-height: 500px;
    min-height: 400px;
}

.gallery {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.gallery li .thumbnail{
    margin: 5px;
    padding: 5px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 0px;
    min-height: 250px;
}

.gallery li .thumbnail:hover {    
    background-color: #444444;
    border: 2px solid #444444;
}
.gallery li .thumbnail h5 {
    margin-top: 3px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
}

.gallery li .thumbnail img {
    border: 0px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .gallery li .thumbnail {
        min-height: 215px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gallery li .thumbnail {
        min-height: 300px;
    }
}


/* ---------------------------------
            GALLERY
-----------------------------------*/

.videobox {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.thumbnail{
	position: relative;
}

.playbtn {
	position: absolute;
	top: 28%;
	left: 38%;
	z-index: 1002;
	font-size: 50px;
	color: #fff;
	opacity: 0.5;
}
.thumbnail:hover .playbtn {	
	opacity: 0.7;
}
.playbtn-small {
	top: 30%;
	left: 45%;
}
.videobox li .thumbnail{
    margin: 5px;
    padding: 5px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 0px;
}

.videobox li .thumbnail:hover {    
    background-color: #444444;
    border: 2px solid #444444;
}
.videobox li .thumbnail h5 {
    margin-top: 3px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
}

.videobox li .thumbnail img {
    border: 0px;
}

.videobox .btn {
    width: 100%;
}

@media (max-width: 480px) {
    .videobox .btn {
        font-size: 12px;
    }
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
.videowrapper iframe, 
.videowrapper object,
.videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---------------------------------
            MARKET LEADER
-----------------------------------*/

.pdfviewer {
    border: 5px solid #222; 
    overflow-y: hidden;
    width: 100%;
    height: 850px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .pdfviewer {
        height: 750px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pdfviewer {
        height: 590px;
    }
}

@media (max-width: 767px) {
    .pdfviewer {
        height: 500px;
    }
}

.leader {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.leader li .thumbnail{
    margin: 5px;
    padding: 5px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 0px;
    min-height: 250px;
}

.leader li .thumbnail .btn {
    width: 100%;
}

.leader li .thumbnail:hover {    
    background-color: #444444;
    border: 2px solid #444444;
}
.leader li .thumbnail h5 {
    margin-top: 3px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
}

.leader li .thumbnail img {
    border: 0px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .leader li .thumbnail {
        min-height: 215px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .leader li .thumbnail {
        min-height: 300px;
    }
}

.issuuembed { 
	width: 100%; 
	height: 900px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .annualreport li .thumbnail {
        min-height: 215px;
    }
	.issuuembed { 
		height: 750px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .annualreport li .thumbnail {
        min-height: 300px;
    }
	.issuuembed { 
		height: 750px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.issuuembed { 
		height: 550px;
	}
}
	

.issuuembed span {display:none !important;}


/* ---------------------------------
      MARKET DIRECTORY
-----------------------------------*/


.descriptionbox {
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;    
    background-color: #6D6D6D;
}
	
.descriptionbox td, .descriptionbox th {
	padding: 3px 3px 3px 5px;
}
.descriptionbox th {
    background-color: #222;
}

/* ---------------------------------
      		PRODUCE
-----------------------------------*/
.produceselect {
    margin-right: 30px;
	margin-top: 10px;
    border-radius: 0px;
    overflow: hidden;
    background: #666666 url("../images/arrow-down-white.png") no-repeat 93% 50%;
	color: #FFF;
}
@media (max-width: 991px) {
	.produceselect {
		margin-right: 0px;
	}
}
.produceselect:hover {	
    background: #E97E00 url("../images/arrow-down-white.png") no-repeat 93% 50%;
}

.produceselect select {
    font-family: 'MuseoSans-500';
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	padding: 0px 15px;
	height: 36px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: none;
    background-image: none;
    -webkit-appearance: none;
	margin: 0px;
}

.produceselect select:focus {
    outline: none;
}
/* ---------------------------------
       WHITE BACKGROUND STYLES
-----------------------------------*/

.whitebg h1, .whitebg h2, .whitebg h3, .whitebg h4, .whiteb6 h5 {
	color: #000;
}
.whitebg h1{
	margin-top: 0px;
}

.whitebg p {
	color: #333;
}
.whitebg .thumbnail {
	background: #fff;
}
.whitebg .thumbnail img {	
	border: 5px solid #666;
}
.whitebg hr {
	border-top: 1px solid #ccc;
}
.whitebg strong, .whitebg b {
	color: #000;
}
.whitebg .table tbody, .whitebg .table thead td {
	color: #333;
}
.whitebg .tradingtimes {
	color: #333 !important;
	margin-bottom: 0px;
}
.whitebg .tradingtimes thead tr td {
    border-left: 1px solid #333333;
    border-top: 0px solid #dddddd;
}
.whitebg .tradingtimes tbody tr td  {
    border-left: 1px solid #333;
    border-top: 1px solid #333;
}
.whitebg .tradingtimes thead tr td:first-child, .whitebg .tradingtimes tbody tr td:first-child{
    border-left: 0px;
    width: 15%;
}
	
/*----- END WHITE BG STYLES --*/

.leader_feature_container {
    position: relative; 
    top: 0px; 
    left: 0px; 
    width: 720px;
    height: 1018px; 
    background: #191919; 
    overflow: hidden;
}


/* ---------------------------------
        GREENGROCER
-----------------------------------*/
.greengrocer-header {
   margin: 73px 0px 15px 20px;
}
.greengrocer-finalist{
    padding-left: 0;
}
.greengrocer-finalist li{
    list-style-type: none;
    min-height: 188px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .greengrocer-header {
       margin: 75px 0px 14px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .greengrocer-header {
        margin: 70px 0px 20px 20px;
    }
}

@media (max-width: 767px) {
    .greengrocer-header {
      margin: 30px 0px 0px 20px;
	  font-size: 12px;
    }
}


/* ---------------------------------
        ALERTS
-----------------------------------*/

.alert-success {
background-color: #30b457;
border-color: #30b457;
color: #ffffff;
font-weight: bold;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 0px;
}
/* ---------------------------------
       BLOG POSTS
-----------------------------------*/

.blog-header {
	position:relative; 
	background-position: center 50%; 
	height: 300px;
	width: 100%;
	background-size: cover;
}
.blog-header h1 {
	position: absolute; 
	bottom: 10px; 
	left: 15px; 
	text-shadow: 1px 1px 5px rgba(100, 100, 100, 1); 
	font-size: 3em; 
	margin: 0px;"
}
.bloglist-small {
	list-style-type: none;
	margin: 10px 0px 0px 20px;
	padding: 0px;
}

.bloglist-small h5, .bloglist-large h5{
	text-transform: uppercase;
	margin: 3px 0px;
}
.bloglist-small p {
	margin: 3px 0px;
}
.bloglist-small .thumbnail {
	margin: 0px;
	padding: 0px;
    border: 5px solid #333333 !important;
    background-color: #333;
    margin-bottom: 10px;
}
.bloglist-small .thumbnail img {
    border: 1px solid transparent;
}
.bloglist-small .thumbnail .caption {
    padding: 9px 5px 2px 5px;
}

.bloglist-header {
	margin: 0px 0px 0px 20px;
	padding: 8px 8px 5px;
	background: #333;
}
	
#blog-carousel .thumbnail  {
	padding: 0px;
	margin:0px;
}
.blog-carousel-container {
	padding-right: 20px;
}

.bloglist-large, .bloglist-medium {
    list-style-type:none;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.bloglist-large a:hover img, .bloglist-medium a:hover img {
    opacity: 1 !important;
}

.bloglist-large .caption, .bloglist-medium .caption {
    padding: 10px;
    color: #333;
    font-size: 13px;
}
.bloglist-large .caption h3, .bloglist-medium .caption h3 {
    color: #444444;
}

.blog-main img {    
    max-width: 100%;
    margin-bottom: 10px;
    height: auto;
}


@media (min-width: 768px) and (max-width: 991px) {  
    .blog-main {
        padding-top: 0px;
        padding-right: 20px;
    }
    .blog-sidebar {
        border-left: 1px solid transparent;
    }
    .bloglist-large {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .bloglist-large:nth-child(2n+3){
        clear: both;
    }
    .bloglist-large {
        width: 46.8%;
    }
    .bloglist-large:nth-child(2n+2){
        margin-right: 0px;
    }
    .bloglist-medium {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .bloglist-medium:nth-child(3n+4){
        clear: both;
    }
    .bloglist-medium {
        width: 31.3%;
    }
    .bloglist-medium:nth-child(3n){
        margin-right: 0px;
    }
}

@media (min-width:992px) and (max-width: 1200px) {
    .blog-main {
        padding-top: 0px;
        padding-right: 20px;
    }
    .blog-sidebar {
        border-left: 1px solid transparent;
    }
    .bloglist-large:nth-child(3n+4){
        clear: both;
    }
    .bloglist-large:nth-child(3n){
        margin-right: 0px;
    }
    .bloglist-large {
        width: 31.3%;
    }
    .bloglist-medium:nth-child(3n+4){
        clear: both;
    }
    .bloglist-medium:nth-child(3n){
        margin-right: 0px;
    }
    .bloglist-medium {
        width: 31.3%;
    }
}
@media (min-width: 1200px) {
    .blog-main {
        padding-top: 0px;
        padding-right: 20px;
    }
    .blog-sidebar {
        border-left: 1px solid transparent;
    }
    .bloglist-large {
        margin-right: 30px;
    }
    .bloglist-large:nth-child(3n+4){
        clear: both;
    }
    .bloglist-large {
        width: 30.9%;
    }
    .bloglist-large:nth-child(3n){
        margin-right: 0px;
    }
    .bloglist-medium {
        margin-right: 30px;
    }
    .bloglist-medium:nth-child(4n+5){
        clear: both;
    }
    .bloglist-medium {
        width: 22.3%;
    }
    .bloglist-medium:nth-child(4n){
        margin-right: 0px;
    }
}

.bloglist-large .thumbnail, .bloglist-medium .thumbnail {
	padding: 0px;
    margin: 0px;
}

.bloglist-large .thumbnial .caption h3, .bloglist-medium .thumbnial .caption h3 {
    margin: 5px 0px 10px 0px;
}
#blog-carousel h5 {
	margin: 3px 0px;
	padding: 0px;
}

@media (min-width: 768px){
    .blogpost {
    	padding-left: 20px; 
    	border-left: 1px solid #333;
    }
}

@media (max-width: 767px) {
	.bloglist-large .thumbnail, #blog-carousel .thumbnail, .bloglist-medium .thumbnail, #blog-carousel .thumbnail {
		padding: 0px;
		margin: 0px 00px 0px 0px;
	}
	
}

.tagCloud {
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
.tagCloud li {
	display: inline-block;
}
.tagCloud li:after {
	content: ',';
}

.quip, .quip-preview {
	background-color: #222 ;
	padding: 20px ;
	border-radius: 10px ;
	margin-top: 10px;
	border-bottom: 1px solid transparent ;
}
.quip-preview  {
	margin: 5px 0px;
}

.quip h3 {
	margin: 0px 0px 5px;
}

.quip-comment-list li {
	border-bottom: 1px solid transparent;
}
	
.quip-comment-list li:last-child {
	border-bottom: 1px solid transparent;
}
.quip-comment-alt {
    background-color: transparent !important;
}
.quip-comment-author, .quip-comment-author a {
    color: #fff ;
    font-weight: bold;
}
.quip-comment-meta {
	border-top: 1px solid #444;
	padding-top: 5px !important;
}


/* ---------------------------------
       PAGINATION
-----------------------------------*/

.pagination > li > a, .pagination > li > span {
   background-color: transparent;
    padding: 6px 8px;
    border: 1px solid #666;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li > a.active {
   background-color: #30b457;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #30b457;
    background-color: #f8f8f8;
    border-color: #dddddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #30b457;
	border-color: #30b457;;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	background-color: transparent;
    border: 1px solid #666;
}

/* ---------------------------------
       NO MORE TABLES
-----------------------------------*/

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables tr { border: 1px solid #ccc; }
 
    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
    }
 
    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}
    /* ---------------------------------
       CATEGORIES
-----------------------------------*/
.categories .thumbnail{
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}
.categories .thumbnail a {
    position: relative;
    display: block;
}
.categories .thumbnail a img {
    /*border: 1px solid transparent;*/
}
.categories .caption {
    position: absolute; 
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.3);
}
.categories .caption h5 {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    width : 100%;
    padding: 0px 5px 10px;
    font-size: 15px;
    text-transform: uppercase;
}


/* ---------------------------------
       WHS BUTTONS
-----------------------------------*/
.whsbtn {
    margin: 0px;
    padding: 0px;
    display: block;
    margin: 0px auto;
    text-align: center;
}

.whsbtn li {
    display: inline-block;
    list-style-type: none;
    margin: 3px 3px 6px;
    width: 25%;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
    .whsbtn li {
        width: 45%;
    }   
}
.whsbtn li a img {
    display: inline-block;
    width: 100%;
    max-width: 230px;
}

.whsbtn li:hover {
    background: #30b457;    
}

.whsbtn li a:hover img {
    opacity: 1;

}


/* HOME PAGE LOGOS */
.home-logos {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.home-logos li {
    width: calc(100%/7);
    float: left;
    text-align: center;
    padding: 10px 5px;
}
@media (max-width: 767px) {
    .home-logos li {
        width: calc(100%/3);
    }
}
.home-logos li a {
    display: inline-block;
}
.home-logos li a img {
    width: 100%;
    max-width: 100%;
}

/* ---------------------------------
    GREENGROCER/FLORIST DATATABLES
-----------------------------------*/

table.table-greengrocer thead {
    background:#30b457;
    color:#ffffff;
}
table.table-florist thead {
    background:#7C2362;
    color:#ffffff;
}
table.table-greengrocer tbody tr td,
table.table-florist tbody tr td {
  background: #f9f9f9;
  color: #222222;
  text-align: left;
}
table.table-greengrocer tbody tr:nth-child(even) td,
table.table-florist tbody tr:nth-child(even) td {
  background: #f1f1f1;
}
table.table-greengrocer tr.child ul,
table.table-florist tr.child ul {
  color: #222222;
}
.dtr-title {
  vertical-align: top;
}
.dtr-data {
  display: inline-block;
 }
.alphabet-group td {
  background-color: #d1d1d1 !important;
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter input {
    width: 200px;
  }
}
@media (min-width: 768px) {
  div.dataTables_wrapper div.dataTables_filter input {
    width: 300px;
  }
}
@media (min-width: 992px) {
  div.alphabet {
    text-align: left;
  }
}
div.alphabet a {
    color: #ccc !important;
	padding: 0.2em 0em;
}
div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
}

div.alphabet a.active, div.alphabet a.active.empty {
    background: transparent !important;
    border: 1px solid transparent !important;
    color: #30b457 !important;
}
div.alphabet a:hover {
    color: #30b457 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 6px;
    left: 5px;
    height: 14px;
    padding-left: 2.3px;
    width: 12px;
    box-shadow: none;
    border-color: transparent;
    font-size: 12px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: '\f078';
}

table.table-greengrocer.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.table-greengrocer.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    color: #30b457;
    background-color: transparent;
}

table.table-florist.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.table-florist.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    color: #7C2362;
    background-color: transparent;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	content: '\f077';
    color: #d33333 !important;
    background-color: transparent;
}



.frosted-card {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #0000000d;
    border: 1px solid #CCC;
    border-radius: var(--border-radius);
    display: inline-block;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    z-index: 1;
	display: flex; 
	flex-direction: column; 
	justify-content: space-between; 
	text-align:left; 
	margin:10px; 
	padding:20px; 
	height: 100%;
}
