/*
Theme Name: Janus Et Cie
Theme URI: http://sanbornmediafactory.com
Author: Adrien Goulet
Author URI: http://acegoulet.com/
Description: Wordpress theme developed by Sanborn Media Factory for Janus Et Cie
Version: 1.0
*/


/* Universal Framework Styles */

/* GM Edits
----------------------------------------------------------------------------------------------------*/
:root {
	--janus-green-dark: rgba(151, 202, 83, 1.0);
	--janus-green-light: rgba(151, 202, 83, 1.0);
	--icon-border: rgb(235, 235, 235);
	--icon-content: rgb(174, 174, 174);
	--font-futura: "Futura W01 Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--font-futura: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--googleTranslatePadding: 6mm;
}

#wrapper {
	min-height: 600px;
}

.page-template-homepage-sector_selection #wrapper {
	min-height: 0;
}

.hide-this{
	display: none !important;
}

.clear-previous{
	clear: both;
}

a.filter.hide-this:before{
	display: none;
}

#collectionsList,
#user-region-info,
#user-region,
#user-sector,
#user-state{
	display: none;
}

/*.filter-breadcrumb {
	display: inline-block;
/*	background: rgb(247,247,247);*/
/*	padding: 2px 30px 2px 8px;
	margin-right: 5px;
	position: relative;
	color: rgb(90,90,90);
	text-transform: uppercase;
	background: url('img/filter-sprites.png') no-repeat;
	background-position: 0px -2px;
	background-size: 23px 23px;
	margin-bottom: 5px;
}
.filter-breadcrumb:after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
}/**/
.filter-breadcrumb {
	display: inline-block;
	background: rgb(247,247,247);
	padding: 2px 30px 2px 8px;
	margin-right: 5px;
	position: relative;
	color: rgb(90,90,90);
	text-transform: uppercase;
	margin-bottom: 5px;
}
.filter-breadcrumb:after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url('img/filter-sprites.png') no-repeat;
	background-position: 0px -2px;
	width: 23px;
	height: 23px;
	content: "";
}

.home #nav-wrapper{
	display: none;
}

.filter-results.catalog{
	margin: auto;
	float: none;
}

.post-109550 .emd_dl_grey_light{
		font-family: var(--font-futura);
}

.container_16 .grid_4.designer-list .list-item-overlay,
.container_16 .grid_4.social-feed-list .list-item-overlay{
	height: auto;
	padding: 10px 12px 10px 12px;
	bottom: 0;
}
/* HTML5 display definitions
----------------------------------------------------------------------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}

/* Base
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 1em;
	-webkit-font-smoothing: subpixel-antialiased;
}
img, object, embed, table, iframe {
	max-width: 100%;
}
img {
	height: auto;
}
img, a img {
	border: 0;
}
body {
	margin: 0;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Containers
----------------------------------------------------------------------------------------------------*/

.container_16 {
	width: 1024px;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}
.lt-ie9 .container_16 {
	width: 1024px;
	max-width: 1024px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_third, .container_16 .grid_two_third {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0 !important;
}
.omega {
	margin-right: 0 !important;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width:4.25%;
}
.container_16 .grid_2 {
	width:10.5%;
}
.container_16 .grid_3 {
	width:16.75%;
}
.container_16 .grid_4 {
	width:23.0%;
}
.container_16 .grid_5 {
	width:29.25%;
}
.container_16 .grid_6 {
	width:35.5%;
}
.container_16 .grid_7 {
	width:41.75%;
}
.container_16 .grid_8 {
	width:48.0%;
}
.container_16 .grid_9 {
	width:54.25%;
}
.container_16 .grid_10 {
	width:60.5%;
}
.container_16 .grid_11 {
	width:66.75%;
}
.container_16 .grid_12 {
	width:73.0%;
}
.container_16 .grid_13 {
	width:79.25%;
}
.container_16 .grid_14 {
	width:85.5%;
}
.container_16 .grid_15 {
	width:91.75%;
}
.container_16 .grid_16 {
	width:98.0%;
}
.container_16 .grid_third {
	width:31.3%;
}
.container_16 .grid_two_third {
	width:64.6%;
}

/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
	padding-left:6.25%;
}
.container_16 .prefix_2 {
	padding-left:12.5%;
}
.container_16 .prefix_3 {
	padding-left:18.75%;
}
.container_16 .prefix_4 {
	padding-left:25.0%;
}
.container_16 .prefix_5 {
	padding-left:31.25%;
}
.container_16 .prefix_6 {
	padding-left:37.5%;
}
.container_16 .prefix_7 {
	padding-left:43.75%;
}
.container_16 .prefix_8 {
	padding-left:50.0%;
}
.container_16 .prefix_9 {
	padding-left:56.25%;
}
.container_16 .prefix_10 {
	padding-left:62.5%;
}
.container_16 .prefix_11 {
	padding-left:68.75%;
}
.container_16 .prefix_12 {
	padding-left:75.0%;
}
.container_16 .prefix_13 {
	padding-left:81.25%;
}
.container_16 .prefix_14 {
	padding-left:87.5%;
}
.container_16 .prefix_15 {
	padding-left:93.75%;
}

/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right:6.25%;
}
.container_16 .suffix_2 {
	padding-right:12.5%;
}
.container_16 .suffix_3 {
	padding-right:18.75%;
}
.container_16 .suffix_4 {
	padding-right:25.0%;
}
.container_16 .suffix_5 {
	padding-right:31.25%;
}
.container_16 .suffix_6 {
	padding-right:37.5%;
}
.container_16 .suffix_7 {
	padding-right:43.75%;
}
.container_16 .suffix_8 {
	padding-right:50.0%;
}
.container_16 .suffix_9 {
	padding-right:56.25%;
}
.container_16 .suffix_10 {
	padding-right:62.5%;
}
.container_16 .suffix_11 {
	padding-right:68.75%;
}
.container_16 .suffix_12 {
	padding-right:75.0%;
}
.container_16 .suffix_13 {
	padding-right:81.25%;
}
.container_16 .suffix_14 {
	padding-right:87.5%;
}
.container_16 .suffix_15 {
	padding-right:93.75%;
}

/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left:6.25%;
}
.container_16 .push_2 {
	left:12.5%;
}
.container_16 .push_3 {
	left:18.75%;
}
.container_16 .push_4 {
	left:25.0%;
}
.container_16 .push_5 {
	left:31.25%;
}
.container_16 .push_6 {
	left:37.5%;
}
.container_16 .push_7 {
	left:43.75%;
}
.container_16 .push_8 {
	left:50.0%;
}
.container_16 .push_9 {
	left:56.25%;
}
.container_16 .push_10 {
	left:62.5%;
}
.container_16 .push_11 {
	left:68.75%;
}
.container_16 .push_12 {
	left:75.0%;
}
.container_16 .push_13 {
	left:81.25%;
}
.container_16 .push_14 {
	left:87.5%;
}
.container_16 .push_15 {
	left:93.75%;
}

/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left:-6.25%;
}
.container_16 .pull_2 {
	left:-12.5%;
}
.container_16 .pull_3 {
	left:-18.75%;
}
.container_16 .pull_4 {
	left:-25.0%;
}
.container_16 .pull_5 {
	left:-31.25%;
}
.container_16 .pull_6 {
	left:-37.5%;
}
.container_16 .pull_7 {
	left:-43.75%;
}
.container_16 .pull_8 {
	left:-50.0%;
}
.container_16 .pull_9 {
	left:-56.25%;
}
.container_16 .pull_10 {
	left:-62.5%;
}
.container_16 .pull_11 {
	left:-68.75%;
}
.container_16 .pull_12 {
	left:-75.0%;
}
.container_16 .pull_13 {
	left:-81.25%;
}
.container_16 .pull_14 {
	left:-87.5%;
}
.container_16 .pull_15 {
	left:-93.75%;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Universal Type Styles
---------------------------------------------------------------------------------------------------- */

body {
	font-family: var(--font-futura);
	font-size: 14px;
	color: rgb(90,90,90);
}

p {
	line-height: 1.5em;
}

a {
	text-decoration: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	color: rgb(41,39,32);
	/* outline: none; */
}

article a {
	text-decoration: underline;
}

.download_icon,
.type-topiary > a,
.entry-summary > p > a {
	text-decoration: none;
}

a:hover {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}

h1 {
	font-family: "Bodoni W01 Book 709611", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-family: "Bodoni W01 Book 709611", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 24px;
	color: rgb(151,202,83);
	color: rgb(110,110,110);
	margin: 0 0 30px 0;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h3 {
	font-family: "Bodoni W01 Book 709611", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
}

h4 {
	font-family: "Bodoni W01 Book 709611", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}

h5 {

}

h6 {

}

ul {

}

ul li {

}

/* Site-specific Styles
---------------------------------------------------------------------------------------------------- */

body {

}

h2.page-title{
	font-family: "Bodoni W01 Book 709611", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 22px;
	color: rgb(151,202,83);
	color: rgb(0,0,0);
	margin: 0 0 25px 0;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.loading {
	width: 25px;
	height: 25px;
	background: url('img/loading.gif') no-repeat center;
	margin: 0 auto;
	display: none;
}
.icon {
	/*background: url('img/25x25_newgreen_20160401.png') no-repeat;*/
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
input, select, textarea, a {
	outline-color: rgb(151,202,83);
}

/* HEADER */

#header-top {
	padding-top: 12px;
	position: relative;
}

#site-search,
.tt-hint {
	float: left;
	border: 1px solid rgb(230,230,230);
	height: 25px;
	padding: 5px 10px;
	font-size: 11px;
	color: rgb(110,110,110);
	width: 200px;
	border-radius: 0;
	-moz-box-shadow: 0px;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
	-webkit-appearance: none;
	font-style: italic;
	/* outline: none; */
	text-transform: uppercase;
}

#site-search.tt-hint {
	color: rgb(130,130,130);
	font-style: normal;
}

#searchsubmit {
	float: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 25px;
	width: 25px;
	cursor: pointer;
	/*background-position: -6px -8px;*/
	background-image: url('img/search.svg');
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
}

input#searchsubmit {
  text-indent: -999px;
}

#searchsubmit:hover {
	/*background-position: -6px -207px;*/
	background-image: url('img/search-on.svg');
	background-repeat: no-repeat;
}

.twitter-typeahead {
	float: left;
}
.tt-dropdown-menu {
	background: rgb(247,247,247);
	width: 100%;
	font-size: 11px;
	padding: 0px 10px;
	color: rgb(130,130,130);
	text-transform: none;
}
.tt-dropdown-menu p {
	margin: 8px 0px;
}
#mobile-settings-button {
	display: none;
	height: 25px;
	width: 25px;
	float: right;
	/*background-position: -94px -67px;*/
	background-image: url('img/profile.svg');
	background-repeat: no-repeat;
}

#mobile-settings-button:hover {
	/*background-position: -94px -266px;*/
	background-image: url('img/profile-on.svg');
	background-repeat: no-repeat;
}

#header-buttons a {
	font-size: 11px;
	color: rgb(65,65,65);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/* background: rgb(247,247,247); */
	padding: 6px 20px;
	/* margin-left: 10px; */
	float: left;
	border-left: 1px solid rgb(230,230,230);
}
#header-buttons a.first-button {
	border-left: none;
}
#header-buttons a:hover, #header-buttons a.active-header-button {
	background: rgb(230,230,230);
}
#header-buttons a#region-button {
	padding: 4px 10px;
}
#region-button img {
	height: 18px;
	width: 18px;
	float: left;
}
.lt-ie9 #region-button img {
	height: 18px;
	width: auto;
}
.region-name {
	display: none;
}

/* header login */
#header-login {
	position: absolute;
	z-index: 999;
	top: 38px;
	margin-top: 21px;
	right: 0;
	width: 329px;
	display: none;
}
#header-login #wp_login_form {

}
#header-login .input-wrapper {
	padding: 5px 15px 0;
	background: rgb(230,230,230);
}
#header-login input[type="text"], #header-login input[type="password"] {
	float: none;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(178,178,178);
	border-right: none;
	text-transform: none;
}
#header-login input[type="submit"] {
	margin-top: 10px;
}
.drop-form input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}
#header-buttons a.password-reset-link {
	float: right;
	clear: both;
	background: transparent;
	margin: 8px 0;
	padding: 0;
	display: inline;
	text-transform: none;
	font-family: sans-serif;
	font-size: 9px;
}
#header-login label {
	font-size: 11px;
}
#header-login .error-wrapper-header {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(230,230,230,.85);
	text-align: center;
	display: none;
	cursor: pointer;
}
#header-login .error-wrapper-header .sector-load {
	margin: 15px auto;
}
#header-login .error-msg {
	position: absolute;
	top: 60px;
	width: 90%;
	text-align: center;
}

/* region selection & sector selection */

#region-selection, #sector-selection-bar {
	display: none;
	background: rgb(233,233,233);
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 0px;
	position: relative;
	margin-top: 21px;
}

#region-selection:hover{
	display: block;
}
#region-question a, #sector-question a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: rgb(247,247,247);
	color: rgb(155,155,155);
	color: rgb(106,106,106);
	text-decoration: none;
	width: 54px;
	text-align: center;
	padding: 5px 0;
	border: 2px solid rgb(247,247,247);
	margin: 0 9px;
}
#sector-question a {
	width: auto;
	padding: 5px 10px;
}
#region-question a:hover, #sector-question a:hover {
	border: 2px solid rgb(151,202,83);
}
#region-selection .question-text {
	margin-right: 9px;
}

#region-selection .close, #sector-selection-bar .close-sector-select, .close-port-select {
	position: absolute;
	right: 8px;
	top: 9px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	display: block;
	text-indent: -99999px;
/*	background-position: -181px -38px;*/
	background-image: url('img/close.svg');
	background-repeat: no-repeat;
}

#region-selection .close:hover, #sector-selection-bar .close-sector-select:hover, .close-port-select:hover {
	/*background-position: -181px -237px;*/
	background-image: url('img/close-on.svg');
	background-repeat: no-repeat;
}
.region-select-carrot, .sector-select-carrot, .mobile-menu-carrot, .login-carrot {
	position: absolute;
	top: -7px;
	right: 12px;
	background: url('img/region-select-carrot.png') no-repeat center;
	height: 7px;
	width: 16px;
}
.login-carrot {
	right: auto;
	left: 31px;
}
.page-template-homepage-sector_selection-php .login-carrot {
	left: 174px;
}
.mobile-menu-carrot {
	display: none;
}
.sector-select-carrot {
	right: 84px;
}
.region-select-jump {
	display: none;
}
.world-map {
	margin: 30px 0;
	position: relative;
}
.world-map area {
	outline: none;
}
.map-hover {
	position: absolute;
	z-index: 5;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 99.5%;
	display: block;
	border-bottom: 2px solid rgb(233,233,233);
}
.region-map{
	border-bottom: 2px solid rgb(233,233,233);
}
#north-america-hover {
	background: url('img/north-america_over.png') no-repeat scroll center center transparent;
	background-size: 100% 100%;
}

#south-america-hover {
	background: url('img/south-america_over.png') no-repeat scroll center center transparent;
	background-size: 100% 100%;
}
#asia-hover {
	background: url('img/asia_over.png') no-repeat scroll center center transparent;
	background-size: 100% 100%;
}
#europe-hover {
	background: url('img/europe_over.png') no-repeat scroll center center transparent;
	background-size: 100% 100%;
}
#africa-hover {
	background: url('img/africa_over.png') no-repeat scroll center center transparent;
	background-size: 100% 100%;
}
#oceania-hover {
	background: url('img/oceania_over.png') no-repeat scroll center center transparent;
	background-size: 100% 100%;
}
#middle-east-hover{
	background: url('img/middle-east_over.png') no-repeat scroll center center transparent;
	background-size: 100% 100%;
}
#preloadoverlays {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url('img/north-america_over.png');
	background-image: url('img/south-america_over.png');
	background-image: url('img/asia_over.png');
	background-image: url('img/europe_over.png');
	background-image: url('img/africa_over.png');
	background-image: url('img/oceania_over.png');
	background-image: url('img/middle-east_over.png');
}
.region-map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
.country-list {
	display: none;
	position: relative;
}
.map-back {
	position: absolute;
	top: -18px;
	left: 7px;
	background: rgb(253,253,253);
	padding: 4px 5px;
	color: rgb(172,172,172);
	font-weight: bold;
	font-size: 10px;
	border: 2px solid rgb(233,233,233);
}
.map-back:before {
	content: url('img/arrow-back.png');
	position: relative;
	top: 1px;
	margin-right: 5px;
}
.map-back:hover {
	border: 2px solid rgb(151,202,83);;
}
.map-back:hover:before {
	content: url('img/arrow-back-green.png');
}
.country-select-header {
	text-align: center;
	font-family: "Bodoni W01 Book 709611", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 24px;
	margin: 20px 0 30px;
	padding: 0 0 15px 0;
	text-transform: uppercase;
	color: rgb(65,65,65);
	border-bottom: 1px solid rgb(220,220,220);
}
a.country-select {
	text-align: left;
	display: block;
	color: rgb(110,110,110);
	text-transform: uppercase;
	margin: 7px 0;
	clear: both;
}
a.country-select:hover {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}
a.country-select img {
	vertical-align: middle;
	margin: -1px 10px 25px 0;
	float: left;
}
.country-column {
	float: left;
	width: 25%;
	padding: 0 15px;
}

/* titles and nav */
#logo{
	margin-top: 10px;
}
h1.site-title {
	margin: 0px auto 25px auto;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	-ms-interpolation-mode: bicubic;
	background:transparent;
	/*width: 230px;*/
	width: 227px;
	height: 94px;
	background-image: url('img/JEC_website40thLogo_Grey_regmark.svg');
	background-image: url('img/logo.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}

.lt-ie9 h1.site-title {
	background: url('img/logo.png') no-repeat center;
}
#nav-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
#nav-wrapper ul li {
	display: inline;
	position: relative;
}
.ie9 #nav-wrapper ul li {
	display: inline;
	position: relative;
	margin: 0 43px;
}
#nav-wrapper ul li a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgb(25,25,25);
}
#nav-wrapper ul li a:hover {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}
#nav-wrapper ul li ul {
	position: absolute;
	background: rgb(255,255,255);
	background: rgba(255,255,255,.95);
	z-index: 999;
	left: -16px;
	padding: 10px 0;
	display: none;
}
#nav-wrapper ul li.menu-item-has-children.active ul {
	display: block;
}
#nav-wrapper ul li ul li, .ie9 #nav-wrapper ul li ul li {
	margin: 0;
	display: block;
	width: 220px;
}
#nav-wrapper ul li ul li a {
	display: block;
	padding: 10px 15px;
	text-align: left;
	color: rgb(100,100,100);
	font-size: 11px;
}
#nav-wrapper ul li ul li a:hover {
	color: rgb(25,25,25);
}
#nav-wrapper ul li.current-menu-ancestor ul li a, #nav-wrapper ul li.current-menu-item ul li a {
	color: rgb(100,100,100);
}
#nav-wrapper ul li.current-menu-item a, #nav-wrapper ul li ul li.current-menu-item a, #nav-wrapper ul li.current-menu-ancestor a {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}

/* Footer */

footer {
	border-top: 1px solid rgb(220,220,220);
	padding: 20px 0;
	margin: 35px 0 0 0;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li {
	display: inline;
}
.social-footer {
	float: left;
}
.footer-nav {
	float: right;
}
.social-footer ul li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 25px;
	width: 25px;
	margin: 0 3px;
}
.social-footer ul li a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 25px;
	width: 25px;
	overflow: hidden;
	text-indent: -9999px;
}
.facebook-link {
	/*background-position: -181px -67px;*/
	background-image: url('img/facebook.svg');
	background-repeat: no-repeat;
}

.twitter-link {
	/*background-position: -152px -67px;*/
	background-image: url('img/twitter01.svg');
	background-repeat: no-repeat;
}

.pinterest-link {
	/*background-position: -35px -96px;*/
	background-image: url('img/pinterest.svg');
	background-repeat: no-repeat;
}

.instagram-link {
	/*background-position: -64px -96px;*/
	background-image: url('img/instagram.svg');
	background-repeat: no-repeat;
}

.houzz-link {
	/*background-position: -6px -96px;*/
	background-image: url('img/houzz.svg');
	background-repeat: no-repeat;
}

.email-link {
	/*background-position: -151px -8px;*/
	float: none;
	margin: 0px 8px 0px 0px !important;
	background-image: url('img/email.svg');
	background-repeat: no-repeat;
}

.whatsapp-link {
	/*background-position: -151px -8px;*/
	float: none;
	margin: 0px 8px 0px 0px !important;
	background-image: url('img/whatsapp.svg');
	background-repeat: no-repeat;
}

.single-image-bank .email-link,
.catalog .email-link{
	margin: 0px 3px 0px 0px !important;	
}

.facebook-link:hover {
	/*background-position: -181px -266px;*/
	background-image: url('img/facebook-on.svg');
	background-repeat: no-repeat;
}

.twitter-link:hover {
	/*background-position: -152px -266px;*/
	background-image: url('img/twitter-on.svg');
	background-repeat: no-repeat;
}

.pinterest-link:hover {
	/*background-position: -35px -295px;*/
	background-image: url('img/pinterest-on.svg');
	background-repeat: no-repeat;
}

.houzz-link:hover {
	/*background-position: -6px -295px;*/
	background-image: url('img/houzz-on.svg');
	background-repeat: no-repeat;
}

.instagram-link:hover {
	/*background-position: -64px -295px;*/
	background-image: url('img/instagram-on.svg');
	background-repeat: no-repeat;
}

.email-link:hover, .email-link.active {
	/*background-position: -151px -207px;*/
	background-image: url('img/email-on.svg');
	background-repeat: no-repeat;
}

.whatsapp-link:hover, .whatsapp-link.active {
	/*background-position: -151px -207px;*/
	background-image: url('img/whatsapp-on.svg');
	background-repeat: no-repeat;
}

.footer-nav ul li a {
	font-size: 11px;
	color: rgb(69,65,58);
	margin-left: 24px;
	text-transform: uppercase;
	letter-spacing: 1px
}
.footer-nav ul li a:hover {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}

/* sector selection */

#sector-selection{
	margin-bottom: 18px;
}

#sector-selection2 {
/*	width: 30%;*/
}

#sector-selection a,
#sector-selection2 a {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgb(25,25,25);
}

#sector-selection a:hover, 
#sector-selection a.flex-active,
#sector-selection2 a:hover, 
#sector-selection2 a.flex-active {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}

.sector-load {
	margin-bottom: 30px;
	clear: both;
}

/* landing page styles */

.page-template-section-landing-page-content-mirror-php h4:after, .page-template-sector-landing-page-content-mirror-php h4:after {
/*	content: url('img/arrow.png');
	margin-left: 10px; */
}
h4.grid_16 {
	border-bottom: 1px solid rgb(230,230,230);
	padding: 0 0 12px 0;
}
.landingpage-featured-link {
	margin-bottom: 4em;
}
.landingpage-featured-link .landingpage-featured-image {
	/*
	float: left;
	margin-right: 4%;
	*/
	width: 55%;
	margin: 0 auto 10px auto;
}
.landingpage-featured-link h4.landingpage-featured-title:after {
	content:'';
	margin: 0;
}
.landingpage-featured-link h4 {
	margin: 0;
	color: rgb(69,65,58);
	text-transform: none;
	font-family: var(--font-futura);
	font-size: 16px;
}
/*.landingpage-featured-link:hover h4 {
	color: rgb(69,65,58);
	color: rgb(151,202,83);
	color: rgb(110,110,110);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}*/
.social-section-container-live > div:hover h4,
a.landingpage-featured-link.grid_third:hover h4 {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.landingpage-featured-link .landingpage-featured-description {
	color: rgb(90,90,90);
	display: block;
	margin: 6px auto 0 auto;
	font-size: 12px;
	width: 55%;
}
.landingpage-featured-caption {
	/*
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	*/
	text-align: center;
}
.landingpage-quicklinks {
	text-align: center;
	/* background: rgb(247,247,247); */
	margin-bottom: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgb(90,90,90);
	padding: 20px 6px;
}
.landingpage-quicklinks:hover {
	color: rgb(90,90,90);
	background: rgb(230,230,230);
}
/* Breadcrumbs */

#breadcrumbs-wrapper {
	margin-top: 12px;
	margin-bottom: 0;
}
ul#breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#breadcrumbs li {
	display: inline;
	position: relative;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
ul#breadcrumbs li.separator {
	margin: 0 12px 0 10px;
	top: 1px;
}
ul#breadcrumbs li.separator img {
	width: 5px;
	height: auto;
}
ul#breadcrumbs li a {
	color: rgb(90,90,90);
}
ul#breadcrumbs li.current-page {
	/* color: rgb(151,202,83); */
}

/* textiles and materials static pages */

.material-wrapper {
	margin-bottom: 40px;
	margin-top: 20px;
	margin: 30px 0;
}
.material-text h3 {
	margin-top: 0;
	padding-bottom: 18px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgb(230,230,230);
}
a.material-link {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: rgb(247,247,247);
	padding: 6px 10px;
	float: left;
	clear: both;
	position: relative;
}
a.material-link:hover {
	background: rgb(230,230,230);
	color: rgb(41,39,32);
}
a.material-link:after {
	content: url('img/arrow.png');
	margin-left: 7px;
	position: relative;
	top: 2px;
}

/* Careers */

.career-list-item {
	/*
padding: 34px;
	border-bottom: 1px solid rgb(230,230,230);
*/
	margin: 15px 0;
}
.search-results .career-list-item {
	margin: 15px 1%;
}
.career-list-item h3 {
	color: rgb(69,65,58);
	/* float: left; */
	margin: 0;
	text-transform: none;
	font-size: 18px;
	letter-spacing: 0px;
}
.career-list-item:hover h3 {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.career-list-item .career-city {
	/* float: right; */
	font-size: 12px;
	text-transform: uppercase;
	color: rgb(90,90,90);
}
.type-careers .entry-header {
	/* padding: 15px 34px; */
	padding: 15px 0;
	border-bottom: 1px solid rgb(230,230,230);
	border-top: 1px solid rgb(230,230,230);
	clear: both;
	margin-bottom: 20px;
	margin-top: 25px;
}
.type-careers h3 {
	margin: 0;
}
.type-careers .entry-content {
	/* padding: 0px 34px; */
}
.type-careers .header-meta {
	text-transform: uppercase;
}
.type-careers .entry-content > ul {
	margin: -1em 0 2em 0;
}
.type-careers .entry-content ul li {
	list-style-type: circle;
}

/* product type page */

.page-template-product-type-template-php h3 {
	margin: 0 0 10px 0;
}
.page-template-product-type-template-php article.page .grid_16:first-child h3 {
	padding-top: 15px;
	border-top: 1px solid rgb(230,230,230);
	margin-top: 25px;
}
.product-type-item {
	text-align: center;
	color: rgb(90,90,90);
	border: 1px solid rgb(230,230,230);
	margin-bottom: 1.5em;
}
.product-type-item h4 {
	letter-spacing: 1px;
	margin: 8px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-transform: none;
}
.product-type-item .product-type-image {
	height: 158px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);
	margin-bottom: -1px;
}
.product-type-button {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: rgb(247,247,247);
	padding: 6px 10px;
	clear: both;
	position: relative;
	margin: 10px 0;
	display: none;
}
.product-type-button:after {
	content: url('img/arrow.png');
	margin-left: 7px;
	position: relative;
	top: 2px;
}
.product-type-item:hover .product-type-button {
	background: rgb(230,230,230);
	color: rgb(90,90,90);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.hr {
	border-bottom: 1px solid rgb(230,230,230);
	margin-top: 5px;
	margin-bottom: 15px;
	height: 1px;
}

/* Contact page styles and other forms */

.page-template-contact-template-php.page .entry-content p {
	padding: 0;
}
.universal-form {
	padding: 30px 1%;
	position: relative;
}
.contact-left, .contact-right {
	float: left;
	width: 48%;
}
.contact-left {
	margin-right: 4%;
}
.contact-full {
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
.universal-form input, .universal-form select, .universal-form textarea {
	margin-bottom: 40px;
	color: rgb(90,90,90);
	border: 1px solid rgb(207,207,207);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: rgb(255,255,255);
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 7px;
	font-family: var(--font-futura);
	font-size: 12px;
	position: relative;
	text-align: left;
}
.universal-form input.error, .universal-form select.error, .universal-form textarea.error {
	border: 1px solid rgb(113,132,50);
}
.universal-form input[type="checkbox"]{
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	margin: 0;
}
.universal-form textarea {
	height: 150px;
}
.universal-form select {
	background-image: url('img/select_bg.jpg');
	background-repeat: no-repeat;
	background-position: right -7px;
	cursor: pointer;
	text-indent: .01px;
	text-overflow: '';
}
.ie9 .universal-form select, .lt-ie9 .universal-form select {
	background-image: none;
}
.universal-form input[type="submit"]{
	background: rgb(247,247,247);
	cursor: pointer;
	text-align: center;
	border: 2px solid rgb(207,207,207);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	margin-bottom: 0;
	padding: 12px;
	text-transform: uppercase;
	font-size: 14px;
}
.universal-form input[type="submit"]:hover {
	border: 2px solid rgb(151,202,83);
}
.contact-address {
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;
}
.required-text {
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
}
.required-text span{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 6px;
}
.universal-form input.required, #wp_login_form input.required {
	background-image: url('img/required_star.jpg');
	background-repeat: no-repeat;
	background-position: right 5px;
}
.universal-form input.error, #wp_login_form input.error {
	background-image: url('img/error-icon.jpg');
	background-color: rgb(247,247,247);
	background-repeat: no-repeat;
	background-position: right 5px;
}
#errorBox label, .error-msg label {
	display: block;
	text-align: center;
	color: rgb(113,132,50);
	text-transform: uppercase;
	margin-bottom: 10px;
	cursor: pointer;
}
#errorBox label:before, .error-msg label:before {
	content: url('img/error-icon.jpg');
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.form-overlay {
	position: absolute;
	top:0;
	left: 0;
	background: rgb(255,255,255);
	background: rgba(255,255,255,.75);
	height: 100%;
	width: 100%;
	display: none;
	padding: 60px 30px;
	text-align: center;
}
/* .create-new-account-link, */ .edit-profile-link {
	display: inline-block;
	zoom: 1;
	background: rgb(247,247,247);
	color: rgb(155,155,155);
	color: rgb(106,106,106);
	text-decoration: none;
	text-align: center;
	padding: 5px 12px;
	border: 2px solid rgb(247,247,247);
	margin: 10px 10px 0 0;
}
.create-new-account-link, .load-more-button/* , .edit-profile-link */ {
	background: rgb(247,247,247);
	cursor: pointer;
	text-align: center;
	border: 2px solid rgb(207,207,207);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	margin-bottom: 0;
	padding: 12px;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	color: rgb(90,90,90);
	clear: both;
}
.load-more-button {
	margin-bottom: 40px;
	margin-top: 20px;
}

.container_16 .grid_16.load-more-button{
	width: 48%;
	display: inline-block;
	float: none;
}

.create-new-account-link:hover, .edit-profile-link:hover, .load-more-button:hover {
	border: 2px solid rgb(151,202,83);
	color: rgb(90,90,90);
/* 	color: rgb(155,155,155); */
}
.password-reset-link.small {
	font-size: 11px;
	display: inline-block;
	zoom: 1;
	padding: 5px 0px;
}
.success-message {
	background: rgb(230,230,230);
	text-align: center;
	padding: 12px 30px;
	margin: 0 0 30px 0;
}
.subnote {
	font-size: 11px;
}
.universal-form .entry-header, .page-template-user-profile-php .entry-header {
	padding: 0 0 15px 0;
	border-bottom: 1px solid rgb(230,230,230);
	clear: both;
	margin: 0 0 20px 0;
}
.universal-form .entry-header h3, .page-template-user-profile-php .entry-header h3 {
	margin: 0;
}
.profile-wrapper {
	padding: 30px 60px;
}
.page-template-user-profile-php #wp_login_form input[type="text"], .page-template-user-profile-php #wp_login_form input[type="password"], .page-template-my-portfolio-php #wp_login_form input[type="password"], .page-template-my-portfolio-php #wp_login_form input[type="text"] {
	margin-bottom: 10px;
}
.page-template-user-profile-php #wp_login_form input[type="submit"], .page-template-my-portfolio-php #wp_login_form input[type="submit"] {
	margin: 40px 0 20px 0;
	clear: both;
}
.page-template-user-profile-php .entry-content, .page-template-user-registration-php .entry-content {
	/* margin-bottom: 30px; */
}
.contact-check-box {
	margin-bottom: 30px;
}
#wp_user_register input[type="checkbox"] {
	margin-right: 5px;
	border: none;
	padding: 0;
	background-image: none !important;
}
ul.profile-list-field {
	list-style: none;
	margin: 10px 0 40px 0;
	padding: 0;
}
ul.profile-list-field li {
	display: inline;
	margin-right: 12px;
}
ul.profile-list-field li label {
	
}
ul.profile-list-field li input[type="checkbox"] {
	
}
label.error {
	color: rgb(113,132,50);
}
.company-info-wrapper {
	display: none;
}
.page-template-user-registration-php .entry-content.pre-content p:first-child {
	display: block !important;
	height: auto !important;
}
.page-template-user-registration-php .entry-content.post-content, .page-template-password-reset-php .entry-content.post-content {
	display: none;
}
/* client list */

.client-item {
	margin-bottom: 1em;
	font-size: 12px;
}
.client-wrapper h3:after {
/*	content: url('img/arrow.png');
	margin-left: 10px;
	*/
}
.client-wrapper h3 {
	border-bottom: 1px solid rgb(230,230,230);
	padding: 0 0 12px 0;
	margin-top: 0;
}
.client-wrapper {
	margin-bottom: 3em;
}

/* Designer detail */

.type-designer .entry-header {
	padding: 0 0 15px 0;
	border-bottom: 1px solid rgb(230,230,230);
	clear: both;
	margin-bottom: 20px;
}
.type-designer h3 {
	margin: 0;
}
.type-designer .entry-content {
	padding: 0;
}
.designer-image img {
	width: 100%;
	height: auto;
}
.designer-collection {
	font-size: 12px;
	padding: 15px 0;
	border-bottom: 1px solid rgb(230,230,230);
	border-top: 1px solid rgb(230,230,230);
	margin: 15px 0;
	text-transform: uppercase;
}
.designer-wrapper {
	padding-top: 15px;
	clear: both;
}

/* location detail */

.location-text {
	text-align: center;
}
.location-text h3 {
	margin-top: 0;
}

/* Client installation detail, Image Bank detail, Press detail, and Catalog Detail  */

.client-installation-text, .image-bank-text, .publication-text {
	text-align: center;
}
.client-installation-text h3, .image-bank-text h3, .publication-text h3 {
	margin: 0 0 5px 0;
}
.client-installation-text .entry-header, .image-bank-text .entry-header, .publication-text .entry-header {
	padding: 0 0 15px 0;
	border-bottom: 1px solid rgb(230,230,230);
	clear: both;
	margin-bottom: 20px;
}
.type-client-installation .flexslider {
	margin-top: 25px;
}
.detail-content-block {
	border-bottom: 1px solid rgb(230,230,230);
	clear: both;
	margin-bottom: 20px;
	padding: 0 5%;
}
.detail-text-header {
	margin: 0 0 -1em 0;
	text-transform: uppercase;
}
.detail-content-block p {
	text-transform: uppercase;
}
.detail-notes p {
	text-transform: none;
}
.detail-notes p.detail-text-header {
	text-transform: uppercase;
}
.detail-description p {
	margin: 0;
	text-transform: uppercase;
}
.image-bank-wrapper {
	margin-bottom: 30px;
}
.image-bank-wrapper img {
	display: block;
	margin: 25px auto 0 auto;
}

.single-image-bank ul#sharing-menu,
.single-catalog ul#sharing-menu {
	margin: 25px auto auto auto;
	padding: 0;
	clear: both;
	/*width: 19%;*/
	/*width: 165px;*/
}

ul#sharing-menu {
	margin: 25px auto auto auto;
	padding: 0;
	clear: both;
	width: 100%;
}

.single-image-bank ul#sharing-menu {
/*	width: 11.5em;
	display: inline-block;
*/
}
ul#sharing-menu li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 25px;
	width: 26px;
	margin: 0 2px;
}
ul#sharing-menu li a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 25px;
	width: 25px;
	overflow: hidden;
	text-indent: -9999px;
}
.download {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 25px;
	width: 25px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 5px;
	margin: 20px 5px 20px 5px;
	/*background-position: -64px -38px;*/
	background-image: url('img/download.svg');
	background-repeat: no-repeat;
}

.download:hover {
	/*background-position: -64px -237px;*/
	background-image: url('img/download-on.svg');
	background-repeat: no-repeat;
}

.detail-meta {
	font-size: 12px;
	text-transform: uppercase;
}

/* Products & Textiles */

.item-detail-meta {
	clear: both;
	border-bottom: 1px solid rgb(230,230,230);
	text-transform: uppercase;
	padding: 6px 0;
	font-size: 12px;
	line-height: 18px;
}
.item-detail-meta.top-border {
	border-top: 1px solid rgb(230,230,230);
	margin-top: 5px;
}
.item-detail-meta-no-border {
	text-transform: uppercase;
	padding: 6px 0;
	font-size: 12px;
	line-height: 18px;
}
.single-product h3, .single-textile h3 {
	margin: 0;
	padding-top: 6px;
	border-top: 1px solid rgb(230,230,230);
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}
.item-detail-meta p {
	margin: 0;
}
.item-dimensions {
	border: 0;
	width: 100%;
}
table.item-dimensions {
  border-spacing: 0px;
}
.item-dimensions .row-id {
	width: 35%;
	padding-bottom: 0px;
}
.item-dimensions td {
  vertical-align: bottom;
}
.icon-set {
	margin-top: 5px;
	position: relative;
	margin-bottom: -1px;
}
.icon-set.environments,
.icon-set.additional-details {
  margin-bottom: -4px;
  margin-top: 3px;
}
.item-detail-meta .icon-set .icon {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 25px;
	height: 25px;
	overflow: hidden;
	text-indent: -99999px;
	margin-right: 5px;
}

.item-detail-meta .icon-set .icon.faux {
	background: transparent;
	border: 2px solid rgb(230, 230, 230);
	color: rgb(185, 185, 185);
	text-indent: 0;
	text-align: center;
	display: inline-flex;
  vertical-align: top;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 5px;
}

.item-detail-meta .icon-set .icon.faux:hover {
	border: 2px solid rgb(151, 202, 83);
	color: rgb(151, 202, 83);
}

.item-detail-meta .icon-set .icon.faux p {
	flex: 1;
	font-size: 2.5mm;
}

.indoor {
	/*background-position: -6px -134px;*/
	background-image: url('img/indoors.svg');
	background-repeat: no-repeat;
}

.outdoor {
	/*background-position: -35px -134px;*/
	background-image: url('img/outdoors.svg');
	background-repeat: no-repeat;
}

.outdoor-covered {
	/*background-position: -152px -134px;*/
	background-image: url('img/outdoors_covered.svg');
	background-repeat: no-repeat;
}

.gsa {
	/*background-position: -6px -163px;*/
	background-image: url('img/gsa.svg');
	background-repeat: no-repeat;
}

.new-item {
	/*background-position: -35px -163px;*/
	background-image: url('img/new01.svg');
	background-repeat: no-repeat;
}

.quickship {
	/*background-position: -94px -134px;*/
	background-image: url('img/quickship.svg');
	background-image: url('img/S_Stocked.svg');
	background-repeat: no-repeat;
}

.bifma {
	background-position: -94px -161px;
}

.sheer {
	/*background-position: -181px -134px;*/
	background-image: url('img/sheer.svg');
	background-repeat: no-repeat;
}

.tear-sheet {
	/*background-position: -94px -38px;*/
	background-image: url('img/tear_sheet.svg');
	background-repeat: no-repeat;
}

.twod-icon {
	/*background-position: -123px -38px;*/
	background-image: url('img/2d.svg');
	background-repeat: no-repeat;
}

.threed-icon {
	/*background-position: -152px -37px;*/
	background-image: url('img/3d.svg');
	background-repeat: no-repeat;
}

.tear-sheet:hover {
	/*background-position: -94px -237px;*/
	background-image: url('img/tear_sheet-on.svg');
	background-repeat: no-repeat;
}

.twod-icon:hover {
	/*background-position: -123px -237px;*/
	background-image: url('img/2d-on.svg');
	background-repeat: no-repeat;
}

.threed-icon:hover, .threed-icon.active {
	/*background-position: -152px -236px;*/
	background-image: url('img/3d-on.svg');
	background-repeat: no-repeat;
}

.pillow {
	/*background-position: -123px -134px;*/
	background-image: url('img/pillow.svg');
	background-repeat: no-repeat;
}

.masterpiece {
	/*background-position: -64px -134px;*/
	background-image: url('img/masterpiece.svg');
	background-repeat: no-repeat;
}

.awards {
	/*background-position: -64px -161px;*/
	background-image: url('img/award.svg');
	background-repeat: no-repeat;
}

.portfolio-add {
	/*background-position: -35px -8px;*/
	background-image: url('img/my_portfolio.svg');
	background-repeat: no-repeat;
}

.portfolio-add:hover, .portfolio-add.active {
	/*background-position: -35px -207px;*/
	background-image: url('img/my_portfolio-on.svg');
	background-repeat: no-repeat;
}

.portfolio-add:hover:after, .portfolio-add.active:after {
	content: "Add to My Portfolio";
	display: inline-block;
	width: 160px;
	background: rgb(255,255,255);
	padding: 3px 10px;
	margin-left: 35px;
	text-transform: uppercase;
	height: 19px;
	position: absolute;
	color: rgb(0,0,0);
	top: 0;
}
.tt-suggestion {
	cursor: pointer;
}

.item-detail-meta a.product-color {
	display: inline-block;
	height: 34px;
	width: 34px;
	border: 1px solid rgb(160,160,160);
	margin: 0 10px 0px 0;
	overflow: hidden;
	text-indent: -99999px;
	background-size: contain;
}

.item-detail-meta a.product-color:before {
	display: none;
	width: 0;
	height: 0;
	content: "";
	border: 0px;
	margin-right: 0;
	position: relative;
	top: 0;
}

.item-detail-meta div.icon-set.color-label{
	display: none;
	width: 100px;
	background: #fff;
	border: 1px solid rgb(160,160,160);
	margin: 0 4px 3px 0;
	right: -7px;
	top: -7px;
	position: absolute;
	text-align: center;
	padding: 5px 15px 5px 15px;
}

ul.item-thumbs {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
ul.item-thumbs li {
	display: inline;
}
ul.item-thumbs li a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 5px;
	height: 67px;
	width: auto;
	border: 2px solid rgb(255,255,255);
	overflow: hidden;
	/*
background-position: center;
	background-repeat: no-repeat;
	background-size: 67px;
*/
}
ul.item-thumbs li a img {
	/* display: none; */
	max-height: 100%;
	height: 100%;
	width: auto;
	float: none;
	margin: auto;
	display: block;
}
ul.item-thumbs li a:hover, ul.item-thumbs li a.active {
	border: 2px solid rgb(151,202,83);
}
.carousel-image-wrapper {
	height: 661px;
	position: relative;
}
.carousel-image-wrapper .portfolio-add,
.image-bank-wrapper .portfolio-add,
.flexslider .portfolio-add,
.social-feed-list .portfolio-add {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	zoom: 1;
	width: 25px;
	height: 25px;
	/* display: none; */
	color: transparent;
	background-color: rgb(255,255,255);
}
.carousel-image-wrapper:hover .portfolio-add,
.carousel-image-wrapper .portfolio-add.active,
.image-bank-wrapper:hover .portfolio-add,
.image-bank-wrapper .portfolio-add.active,
.flexslider:hover .portfolio-add,
.flexslider .portfolio-add.active{
	display: inline-block;
}

.flexslider .portfolio-add {
	z-index: 1;
}

.carousel-image {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	width: auto;
}
.single-product ul#sharing-menu, .single-textile ul#sharing-menu {
	margin: 0 0 10px 0;
}
.single-product ul#sharing-menu li:first-child, .single-textile ul#sharing-menu li:first-child  {
	margin-left: 0;
}
.textile-detail {
	font-size: 11px;
}
.issuuembed {
	margin: 0 0 30px 0;
	height: 660px;
}

.issuuembed iframe {
	width: 100% !important;
	height: 100% !important;
}

.threed-access-box {
	background: rgb(236,236,236);
	text-transform: none;
	padding: 8px;
	border: 1px solid rgb(221,221,221);
	font-size: 12px;
	color: rgb(175,175,175);
	display: none;
}
.threed-access-box .box-button {
	float: right;
	background: rgb(247,247,247);
	color: rgb(155,155,155);
	color: rgb(106,106,106);
	text-decoration: none;
	text-align: center;
	padding: 1px 5px;
	border: 2px solid rgb(247,247,247);
	margin: 10px 0px 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.threed-access-box .box-button:hover {
	border: 2px solid rgb(151,202,83);
/* 	color: rgb(155,155,155); */
}

/* sharing email */

.share-email {
	display: none;
}

#janus-email-share {
	position: relative;
	width: 800px;
	margin: 0px auto 20px auto;
	max-width: 100%;
	height: 228px;
}
#janus-email-share .form-overlay {
	padding: 15px;
}
.drop-form-left {
	float: left;
	width: 96%;
	padding: 5px 15px;
}

.drop-form {
	background: rgb(230,230,230);
}
.drop-form input, .drop-form textarea {
	text-transform: uppercase;
	color: rgb(90,90,90);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: rgb(255,255,255);
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 8px 0;
	font-family: var(--font-futura);
	font-size: 12px;
	position: relative;
	background: rgb(230,230,230);
	border: 0;
	/* outline: none; */
}
.drop-form .drop-form-submit, #header-login input[type="submit"] {
	float: left;
	width: 4%;
	background: url('img/arrow.png') no-repeat center rgb(240,240,240);
	height: 100%;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.drop-form .drop-form-submit:hover, #header-login input[type="submit"]:hover {
	background-color: rgb(230,230,230);
}
.drop-form textarea {
	border-top: 1px solid rgb(178,178,178);
	padding-top: 10px;
	resize: none;
}
#janus-email-share input[type="text"]{
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
#janus-email-share.drop-form textarea {
	width: 100%;
	text-transform: none;
	height: 70px;
}
#janus-email-share #recipient_email {
	width: 48%;
	border-right: 1px solid rgb(178,178,178);
	padding-right: 5px;
	margin-right: 1%;
}
#janus-email-share input.error {
	background-image: url('img/error-icon.jpg');
	background-repeat: no-repeat;
	background-position: right 5px;
}
.page-template-my-portfolio-folder #janus-email-share #email,
.page-template-my-portfolio-board #janus-email-share #email{
	border-top: 1px solid rgb(178,178,178);
  padding-right: 5px;
  margin-right: 1%;
  margin-top: 5px;
  padding-top: 13px;
  width: 100%;
}
.single-textile .drop-form-left, .single-product .drop-form-left {
	float: none;
	width: 100%;
	padding-bottom: 0;
}
.single-textile .drop-form .drop-form-submit, .single-product .drop-form .drop-form-submit, #header-login input[type="submit"] {
	float: none;
	width: 100%;
	height: 35px;
}
.single-textile #janus-email-share, .single-product #janus-email-share {
	height: auto;
}
.single-textile #janus-email-share input[type="text"], .single-textile #janus-email-share #recipient_email, .single-product #janus-email-share input[type="text"], .single-product #janus-email-share #recipient_email {
	float: none;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(178,178,178);
	border-right: none;
}
.single-textile .drop-form textarea, .single-product .drop-form textarea {
	border-top: 0px;
	padding-top: 10px;
}
.single-product article, .single-textile article {
	margin-top: 50px;
	clear: both;
}

/* filter menus */

.filter_bar {
	border: 1px solid rgb(230,230,230);
	font-size: 13px;
	margin: 12px 1% 0 1%;
	clear: both;
}
.filter-bar-label {
	color: rgb(69,65,58);
	text-transform: uppercase;
	margin-right: 10px;
	font-family: "Bodoni W01 Book 709611", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.filter-menu-toggle {
	background: rgb(247,247,247);
	padding: 7px 12px;
	margin-left: 0;
	position: relative;
	width: 23.4% !important;
}

.filter-menu-toggle:after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url('img/filter-sprites.png') no-repeat;
	background-position: -42px 3px;
	width: 30px;
	height: 31px;
	content: "";
}

.filter-menu-toggle.active:after {
	background-position: -72px 3px;
}
.filter-menu-toggle .filter-bar-label {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.filter-menu-toggle:hover .filter-bar-label {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}
.filter-breadcrumbs {
	padding: 5px 5px 0 5px;
	float: left;
	width: 55%;
}

.my-portfolio-mass-add {
  cursor: pointer;
}

/*.filter-breadcrumb {
	display: inline-block;
	background: rgb(247,247,247);
	padding: 2px 30px 2px 8px;
	margin-right: 5px;
	position: relative;
	color: rgb(90,90,90);
	text-transform: uppercase;
	margin-bottom: 5px;
}
.filter-breadcrumb:after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url('img/filter-sprites.png') no-repeat;
	background-position: 0px -2px;
	width: 23px;
	height: 23px;
	content: "";
}*/
.filter-breadcrumb#filter-breadcrumb-all {
	padding: 2px 8px;
}
.filter-breadcrumb#filter-breadcrumb-all:after {
	display: none;
	background: none;
}
.sort-options {
	padding: 5px;
	float: right;
	position: relative;
}
.current-sort {
	display: inline-block;
	background: rgb(247,247,247);
	padding: 2px 30px 2px 8px;
	width: 120px;
	position: relative;
}
.current-sort:after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url('img/filter-sprites.png') no-repeat;
	background-position: -74px -2px;
	width: 30px;
	height: 23px;
	content: "";
}
.current-sort.active:after {
	background-position: -44px -1px;
}
.sort-option-list {
	position: absolute;
	right: 5px;
	margin-top: 5px;
	background: rgb(247,247,247);
	width: 120px;
	display: none;
	z-index: 999;
}
.sort-option {
	display: block;
	padding: 2px 8px;
	color: rgb(90,90,90);
}
.filter-menu {
	border: 1px solid rgb(230,230,230);
	font-size: 12px;
	clear: both;
	padding: 12px;
	display: block;
	border-top: 0px;
}
.filter-sub-menu-wrapper {
	margin-top: 3em;
}
.filter-menu .filter-sub-menu-wrapper:first-child {
	margin-top: 0;
}
.filter-sub-menu-toggle {
	color: rgb(69,65,58);
	text-transform: uppercase;
	font-family: "Bodoni W01 Book 709611", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	display: block;
	border-bottom: 1px solid rgb(160,160,160);
	padding-bottom: 8px;
	margin-bottom: 8px;
	position: relative;
}
.filter-sub-menu-toggle:after {
	display: block;
	position: absolute;
	right: 0;
	top: 6px;
	background: url('img/filter-sprites.png') no-repeat;
	background-position: -6px -31px;
	width: 15px;
	height: 11px;
	content: "";
}
.filter-sub-menu-toggle.inactive:after {
	background-position: -30px -31px;
}
.filter-menu a.filter {
	display: block;
	color: rgb(90,90,90);
	position: relative;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.filter-menu a.filter.color-family {
	display: inline-block;
	height: 34px;
	width: 34px;
	border: 1px solid rgb(160,160,160);
	margin: 0 4px 3px 0;
	overflow: hidden;
	text-indent: -99999px;
}
.filter-menu a.filter.color-family:before {
	display: none;
	width: 0;
	height: 0;
	content: "";
	border: 0px;
	margin-right: 0;
	position: relative;
	top: 0;
}
.filter-menu a.filter:hover {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}
.filter-menu a.filter:before {
	display: inline-block;
	width: 14px;
	height: 14px;
	content: "";
	border: 1px solid rgb(160,160,160);
	margin-right: 8px;
	position: relative;
	top: 3px;
}
.filter-menu a.filter.active:before {
	background: url('img/filter-sprites.png') no-repeat;
	background-position: -24px -5px;
}
.filter-sub-menu-inner-wrapper.inactive {
	display: none;
}
.slider_value {
	text-transform: uppercase;
	color: rgb(90,90,90);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: rgb(255,255,255);
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 3px 8px;
	font-family: var(--font-futura);
	font-size: 12px;
	position: relative;
	background: rgb(248,248,248);
	border: 0;
	outline: none;
	width: 40px;
	text-align: center;
	margin-bottom: 16px;
}
.slider_value.press-slider-input {
	width: 60px;
}

#stackable-slider, 
#press-year-slider, 
#textile-double-rub-slider {
	height: 3px;
	background: rgb(212,212,212);
	position: relative;
	width: 90%;
	margin: 0 auto;
}

#stackable-slider .ui-slider-handle, 
#press-year-slider .ui-slider-handle, 
#textile-double-rub-slider .ui-slider-handle {
	display: block;
	width: 22px;
	height: 22px;
	background: url('img/slider-handle-right.png') no-repeat center;
	position: absolute;
	top: -10px;
	margin-left: -11px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
#stackable-slider .ui-slider-handle:first-child, 
#press-year-slider .ui-slider-handle:first-child,
#textile-double-rub-slider .ui-slider-handle:first-child{
	background: url('img/slider-handle-left.png') no-repeat center;
	left: 0;
}

/* filter results */

.filter-results {
	float: left;
	margin: 0;
	width: 100%;
	padding-top: 25px;
}
.filter-results.menu-open {
	width: 75%;
}

.list-item {
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.list-item-overlay {
	position: absolute;
	/*bottom: 0;*/
	width: 100%;
	background: rgb(255,255,255);
	background: rgba(255,255,255,.8);
	padding: 10px 12px 30px 12px;
	display: none; 
	color: rgb(69,65,58);
	text-align: center;
	height: 6em;
	top: 106px;
}

/* My Portfolio */
.portfolio-item .list-item-overlay {
	bottom: 0;
	height: 9em;
}

.image-bank-list .list-item-overlay{
	/*top: 77%;*/
}

.list-item:hover .list-item-overlay {
	display: block;
}

.filter-paging li:first-child:not(.active):after,
.filter-paging li:last-child:not(.active):before { /* trololol */
	content: "... ";
	display:inline-block;
}

.filter-item {
	height: 250px;
	overflow: hidden;
}

.filter-item.press-list{
	height: 285px;
}

.filter-item a {
	display: block;
	clear: both;
}
.filter-item img {
	margin: 0 auto;
	display: block;
	max-height: 100%;
	width: 70%;
}
.filter-item .item-detail-meta {
	border: none;
}
.filter-paging {
	text-align: right;
	position: relative;
	right: 15px; /*hack*/
}
.filter-paging li {
	display: inline-block;
	list-style-type: none;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	white-space: nowrap;
}
.filter-paging .active {
	background-color: #dbdbdb;
}

/* image bank list */

/* location list */

.filter-item.locations-list {
	height: auto;
	margin-bottom: 40px
}
.locations-list .text-wrapper {
	padding: 0 8px;
}
.locations-list ul {
	font-size: 12px;
	color: rgb(90,90,90);
	margin: 0;
	padding: 0;
	list-style: none;
	/*margin-top: 10px;*/
}
.locations-list ul li {
	margin: 0;
	line-height: 19px;
	text-transform: uppercase;
}
.locations-list ul li.list-break {
	margin-top: 10px;
}

.locations-list ul .location-manager-title li.list-break {
	margin-top: 0;
}

.locations-list ul li.no-caps {
	/* text-transform: none; */
}
.locations-list ul .all-caps {
	/* text-transform: uppercase; */
}
.locations-list h3 {
	color: rgb(69,65,58);
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.showroom-thumb {
	margin-bottom: 15px;
	background: no-repeat center;
	background-size: cover;
	height: 136px;
}
.locations-list:hover h3 {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}

.grid_16.location-text.locations-list > .location-details {
  display: flex;
  justify-content: center;
  padding-bottom: 3mm;
}

.location-image {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  flex: 1 1 10%;
}

.location-image img {
	width: 100%;
	height: auto;
}

.location-details .location-details {
  flex: 1;
  margin: auto;
  text-align: left;
  margin-left: 5mm;
  line-height: 1.5em;
}

.location-address {
  display: flex;
  justify-content: center;
}

.location-address #map {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  flex: 1 1 10%;
}

.location-address .location-data {
  flex: 1;
  text-align: left;
  margin-left: 5mm;
  display: grid;
  grid-template-columns: auto auto;
}

.grid_16.location-text.locations-list .detail-content-block.detail-sharing {
	margin-top: 20px;
}

.location-address .location-data > div h1 {
  margin-bottom: 0mm;
}

.location-address .location-data > div:first-child p:nth-of-type(2) {
  padding: 2em 0em;
}

.location-address .location-data > div:nth-child(2) p {
  margin-block-end: -.8em;
}

.location-address .location-data a.button {
  display: inline;
}

.location-address .location-data > div:first-child p:last-child {
  padding-top: 3mm;
}

/* Cookiebot */
/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

div#CybotCookiebotDialogHeader {
  display: none;
}

/* Font */
#CybotCookiebotDialog {
  font-family: 'Futura' !important;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none;
}

@media (max-width: 767px) {
	.location-address .location-data {
		display: block;
	}

	.grid_16.location-text.locations-list > .location-details,
	.location-address {
		display: block;
		margin-top: 1mm;
	}

	.location-address .location-data {
		text-align: center;
		margin-left: 0;
	}
}

/* catalog list */
.filter-list {
/*	margin-bottom: 30px;*/
}
.catalog-list img, .press-list img {
	max-height: 230px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.catalog-list{
	height: 300px;
}
/* my portfolio product detail form styles */

.portfolio-add-panel {
	background: rgb(233,233,233);
	padding: 10px 0;
	display: none;
	margin-bottom: 20px;
}
.portfolio-add-panel .portfolio-images {
	text-align: center;
}
.portfolio-add-panel .portfolio-images img {
	border: 2px solid rgb(151,202,83);
}
.portfolio-add-panel .portfolio-images a.port-thumb {
	display: inline-block;
	height: 8px;
	width: 8px;
	background: rgb(207,207,207);
	margin: 0 2px;
	zoom: 1;
	*display: inline;
}
.portfolio-add-panel .portfolio-images a.port-thumb:hover, .portfolio-add-panel .portfolio-images a.port-thumb.active {
	background: rgb(151,202,83);
}
.portfolio-add-panel .portfolio-add-details {
	
}
.portfolio-add-panel .portfolio-add-details h4 {
	font-family: var(--font-futura);
	margin: 0 0 10px 0;
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(220,220,220);
}
.portfolio-add-panel .portfolio-add-details form {
	padding: 0;
}
.portfolio-add-panel .portfolio-add-details form .hidden-field {
	display: none;
}
.portfolio-add-panel .portfolio-add-details form .contact-left, .portfolio-add-panel .portfolio-add-details form .contact-right {
	margin-bottom: 15px;
}
.portfolio-add-panel .portfolio-add-details form input[type="submit"]{
	padding: 6px 12px;
	float: right;
	clear: both;
	margin: 0;
}
.portfolio-add-panel .portfolio-add-details form label{
	display: block;
}
.portfolio-add-panel .portfolio-add-details form input[type="text"]{
	width: 100%;
	margin-bottom: 0;
}
.portfolio-add-panel .portfolio-add-details form select {
	margin: 0;
	width: 100%;
}
.port-carrot {
	position: absolute;;
	width: 24px;
	height: 13px;
	bottom: -12px;
	left: 10px;
	background: url('img/add-to-port-carrot.png');
}
.close-port-select {
	right: -1px;
	top: -2px;
}

.my-portfolio-header {
	border: 1px solid rgb(230,230,230);
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}
.my-portfolio-header.folder-header {
	background: rgb(247,247,247);
}
.my-portfolio-header h2 {
	float: left;
	color: rgb(90,90,90);
	font-size: 24px;
	padding: 5px 0 0 0;
	width: 78%;
	border: 1px solid rgb(255,255,255);
	height: 35px;
	overflow: hidden;
	margin: 0;
}
.my-portfolio-header.add-form-present  h2 {
	width: 66%;
}

.edit-port {
	/*background-position: -123px -67px;*/
	background-image: url('img/icon_pencil.svg');
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	float: left;
	margin: 5px;
	position: relative;
}

.duplicate-port {
	background-image: url('img/duplicate_board.svg');
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	float: left;
	margin: 5px;
	position: relative;
	}

.help-port {
	/*background-position: -123px -8px;*/
	background-image: url('img/about.svg');
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	float: left;
	margin: 5px;
	position: relative;
}

a:hover .edit-port, a.active .edit-port {
	/*background-position: -123px -266px;*/
	background-image: url('img/icon_pencil_on.svg');
	background-repeat: no-repeat;
}

a:hover .duplicate-port, a.active .duplicate-port {
	/*background-position: -123px -266px;*/
	background-image: url('img/duplicate_board_on.svg');
	background-repeat: no-repeat;
}

a:hover .help-port, a.active .help-port {
	/*background-position: -123px -207px;*/
	background-image: url('img/about-on.svg');
	background-repeat: no-repeat;
}

.edit-port .edit-text {
	margin-left: 29px;
	font-size: 10px;
	position: relative;
	top: 2px;
	text-transform: uppercase;
	color: rgb(185,185,185);
}
.edit-text {
  margin-left: 29px;
  font-size: 10px;
  position: relative;
  top: 11px;
  text-transform: uppercase;
  color: rgb(185,185,185);
}
/*.help-port:after {
	content: "Help";
	margin-left: 29px;
	font-size: 10px;
	position: relative;
	top: 2px;
	text-transform: uppercase;
	color: rgb(185,185,185);
}*/
a:hover .edit-port:after, a.active .edit-port:after {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}
a:hover .help-port:after, a.active .help-port:after {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}
.count-box {
	float: left;
	background: rgb(247,247,247);
	font-family: "Bodoni W01 Book 709611", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 13px;
	padding: 10px 15px;
	color: rgb(69,65,58);
	text-transform: uppercase;
	width: 10%;
}
.port-edit-box,
.port-duplicate-box {
	float: right;
	width: 35px;
	height: 35px;
	overflow: hidden;
}
.port-help-box {
	float: right;
	/*width: 60px;*/
	height: 35px;
	overflow: hidden;
}
.my-portfolio-header form.portfolio-form, .my-portfolio-header form.portfolio-folder-form {
	/*float: right;*/
	margin-right: 5px;
}
.my-portfolio-header input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	background: rgb(247,247,247);
	color: rgb(69,65,58);
	font-size: 10px;
	padding: 6px 9px;
	outline: none;
	margin: 5px 0 0 0;
	height: 25px;
	float: left;
	width: 140px;
}
.my-portfolio-header.folder-header input[type="text"] {
	background: rgb(255,255,255);
}
.my-portfolio-header label {
	float: left;
	margin-right: 6px;
	top: 12px;
	position: relative;
	color: #bdbdbd;
	font-size: 10px;
	text-transform: uppercase;
}
.my-portfolio-header input[type="submit"] {
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	overflow: hidden;
	cursor: pointer;
	margin: 5px 0 0 0;
	float: left;
}
.delete-link,
.duplicate-link {
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: url('img/delete.svg') rgb(255,255,255) no-repeat 3px 2px;
	padding: 5px 5px 5px 31px;
	border: 2px solid rgb(230,230,230);
}

.duplicate-link {
	background: url('img/duplicate_board.svg') rgb(255,255,255) no-repeat 3px 2px;
}

.delete-folder {
	float: right;
	margin-right: 1%;
}
.update-board-footer .delete-folder {
	float: none;
	margin-right: 10px;
	text-align: center;
	text-indent: 0;
	padding: 5px 0;
	overflow: visible;
	height: auto;
}
.delete-link, .portfolio-item-wrapper a.delete-link,
.duplicate-link, .portfolio-item-wrapper a.duplicate-link {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
}
.portfolio-item-wrapper a.delete-link,
.portfolio-item-wrapper a.duplicate-link {
	position: absolute;
	right: 5px;
	height: 20px;
	width: 20px;
	padding: 0;
	background-color: transparent;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	top: 5px;
	background-position: 0 0;
}

.portfolio-item-wrapper a.duplicate-link {
	left: 5px;
}

.delete-link:hover, .portfolio-item-wrapper a.delete-link:hover,
.duplicate-link:hover, .portfolio-item-wrapper a.duplicate-link:hover {
	/*color: rgb(69,65,58);*/
	background-image: url('img/delete-on.svg');
	background-repeat: no-repeat;
}

.duplicate-link:hover, .portfolio-item-wrapper a.duplicate-link:hover {
	background-image: url('img/duplicate_board_on.svg');
}

.delete-folder {
	margin-top: -15px;
	margin-bottom: 15px;
	height: 20px;
	width: 20px;
	padding: 0;
	background-color: transparent;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	background-position: 0 0;
}
.portfolio-item-wrapper {
	margin-bottom: 20px;
	text-align: center;
	color: rgb(90,90,90);
	border: 1px solid rgb(230,230,230);
	padding: 0 0 8px 0;
	background: rgb(255,255,255);
	min-height: 317px;
}
.portfolio-board-item-wrapper {
	background: rgb(255,255,255);
}
.portfolio-item-wrapper.sorting, .portfolio-item-wrapper.sorting a.portfolio-item, .portfolio-board-item-wrapper.sorting, .portfolio-board-item-wrapper.sorting a.portfolio-item {
	cursor: move;
}
.portfolio-item-wrapper a {
	color: rgb(90,90,90);
}

.portfolio-item-wrapper img {
	border-top: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);
	margin-bottom: 4px;
}
.portfolio-item-wrapper h4 {
	letter-spacing: 1px;
	/*margin: 8px;*/
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-transform: none;
	margin-top: 35px;
}

.portfolio-item-wrapper a:hover h4 {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}
.portfolio-item-wrapper .count-box {
	float: none;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-family: var(--font-futura);
	padding: 3px 8px;
	margin: 2px 0 3px;
	font-size: 12px;
	width: auto;
}
.board-description {
	padding: 15px 10px;
	border-top: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);
	margin-bottom: 20px;
}
.port-details {
	font-size: 12px;
	text-transform: uppercase;
	margin: 8px 0;
}
.port-details span {
	display: block;
}
.grid_16.portfolio-board-item-wrapper {
	border-bottom: 1px solid rgb(230,230,230);
	padding: 25px 0;
	clear: both;
}
.grid_16.portfolio-board-item-wrapper .list-item-overlay {
	position: relative;
	display: block;
	width: 89%;
	margin-left: 1%;
	bottom: auto;
	background: transparent;
	float: left;
	padding: 0;
	margin-top: -28mm;

}
.grid_16.portfolio-board-item-wrapper img.port-item-img {
	width: 10%;
	float: left;
	border: 1px solid rgb(230,230,230);
}
.grid_16.portfolio-board-item-wrapper .port-left {
	float: left;
}
/*.grid_16.portfolio-board-item-wrapper .product-number {
	float: right;
	text-align: right;
}*/
.portfolio-board-item-wrapper .delete-board-item,
.portfolio-board-item-wrapper .duplicate-board-item {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	overflow: hidden;
	text-indent: -999999px;
	background-position: 0 0;
}

.list .portfolio-board-item-wrapper .delete-board-item,
.list .portfolio-board-item-wrapper .duplicate-board-item {
	position: absolute;
	right: 0px;
	bottom: 20px;
	top: auto;
}


.portfolio-board-item-wrapper .edit-board-item {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	overflow: hidden;
	text-indent: -999999px;
	background-position: 0 0;
}
.list .portfolio-board-item-wrapper .edit-board-item {
	position: absolute;
	left: 0px;
	/*top: 124px;*/
}

.edit-link {
	zoom: 1;
	*display: inline;
	background: url('img/icon_pencil.svg') rgb(255,255,255) no-repeat 3px 2px;
	padding: 5px 5px 5px 31px;
	border: 2px solid rgb(230,230,230);
	display: none;
}

.portfolio-board-item-wrapper.grid_4:hover .edit-link,
.portfolio-board-item-wrapper.grid_4.active .edit-link {
	display: inline-block;
}

.portfolio-board-item-wrapper.grid_16:hover .edit-link,
.portfolio-board-item-wrapper.grid_16.active .edit-link {
	display: inline-block;
}

#sort-wrapper{
	position: relative;
}

.editInformationContainer{
	clear: both;
	position: relative;
}

.editInformationContainer .arrow{
	text-align: center;
	display: inline-block;
}

.editInformationContainer .arrow .actualArrow{
	display: inline-block;
	width: 0; 
	height: 0; 
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid rgb(233, 233, 233);
	margin-bottom: -10px;
}

.editInformation{
	background-color: rgb(233, 233, 233);
	padding: 20px;
	margin: 0 9px 9px 9px;
}

.editInformationContainer .edit-title{
	position: relative;
	background-color: rgb(233, 233, 233);
	color: #333333;
	text-transform: uppercase;
	padding: 20px;
	margin: 0 9px 0 9px;
	border-bottom: 1px solid rgb(207,207,207);
}

.editInformationContainer .close-port-select.icon{
	right: 15px;
	top: 15px;
}

.editInformation.universal-form .label{
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 10px;
}

.editInformation.universal-form .board{
	width: 100%;
}

.editInformation.universal-form textarea{
	width: 100%;
	margin-bottom: 0;
}

.editInformation.universal-form .description{
	text-align: right;
	font-size: 10px;
	color: #333333;
}

.my-portfolio-edit-item{
	display: inline-block;
	vertical-align: top;
	width: 500px;
	max-width: 90%;
	margin-right: 1%;
}

.my-portfolio-edit-item.first{
	width: 250px;
}

.my-portfolio-edit-item.last{
	width: 170px;
}

.button{
	border: 1px solid rgb(207,207,207);
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	width: 180px;
}

.button.finish{
	margin-bottom: 10px;
}

.button.delete{
	font-size: 11px;
	background: url('img/delete.svg') no-repeat 3px 2px;
	font-size: 3.7mm;
}

.list .board-description {
	/* margin-bottom: 0; */
}
.grid_16.portfolio-board-item-wrapper a:hover .port-item-title {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.port-toggle {
	float: right;
	margin: 0 1% 20px 0;
}
.port-toggle-list, .port-toggle-grid {
	width: 32px;
	height: 31px;
	overflow: hidden;
	text-indent: -99999px;
	/*background: url('img/portfolio-list-toggle.jpg') no-repeat;*/
	margin: 0;
	float: left;
	display: block;
	cursor: pointer;
}
.port-toggle-list {
	/*background-position: -32px -31px;*/
	background-image: url('img/list_view.svg');
	background-repeat: no-repeat;
}
.port-toggle-grid {
	/*background-position: 0px 0px;*/
	background-image: url('img/grid_view.svg');
	background-repeat: no-repeat;
}
.port-toggle-grid.active {
	/*background-position: 0px -31px;*/
	cursor: default;
	background-image: url('img/grid_view-gray01.svg');
	background-repeat: no-repeat;
}
.port-toggle-list.active {
	/*background-position: -32px 0px;*/
	cursor: default;
	background-image: url('img/list_view-gray01.svg');
	background-repeat: no-repeat;
}
.board-control-wrapper {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);
}
.port-share {
	display: inline-block;
	max-width: 100%;
}

.page-template-my-portfolio-board-php .port-share{
	display: block;
}

.port-share .facebook-link {
	position: relative;
}
.port-share .facebook-link:before {
	content: "Share: ";
	position: absolute;
	left: -90px;
	text-transform: uppercase;
	top: 2px;
}
.my-portfolio-wrapper .icon-set.share {
/*	float: left;
*/	max-width: 100%;
}

.my-portfolio-wrapper ul#sharing-menu {
	margin: 0;
	width: 13em;
	display: inline-block;

}
.port-share .left {
	position: relative;
	top: 8px;
	margin-right: 5px;
	text-transform: uppercase;
}

.my-portfolio-header input[type="text"].port-board-title {
	display: none;
	float: left;
	color: rgb(90,90,90);
	font-size: 24px;
	padding: 4px 0 0 0;
	width: 78%;
	border: 1px solid rgb(151,202,83);
	height: 35px;
	overflow: hidden;
	margin: 0;
	font-family: "Bodoni W01 Book 709611", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	outline: none;
}
.my-portfolio-header.add-form-present  input[type="text"].port-board-title {
	width: 66%;
}
.container_16 .grid_16.board-description-update {
	padding: 14px 9px;
	border: 1px solid rgb(151,202,83);
	margin-bottom: 20px;
	font-family: var(--font-futura);
	font-size: 14px;
	color: rgb(90,90,90);
	display: none;
	outline: none;
}
.list .board-description-update {
	margin-bottom: 0px;
}
.container_16 .grid_16.update-board-footer {
	text-align: center;
	background: rgb(151,202,83);
	border: 1px solid rgb(182,182,182);
	padding: 5px;
	display: none;
	margin-top: 20px;
}
.portfolio-update-button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	background: rgb(247,247,247);
	border: 1px solid rgb(158,158,158);
	text-align: center;
	text-transform: uppercase;
	color: rgb(90,90,90);
	font-size: 12px;
	width: 150px;
	padding: 5px 0;
	margin: 0 10px;
	outline: none;
	display: inline-block;
	zoom: 1;
	*display: inline;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.portfolio-update-button:hover {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
}
.page-template-my-portfolio-board-php #breadcrumbs-wrapper, .page-template-my-portfolio-folder-php  #breadcrumbs-wrapper {
	margin-bottom: 20px;
}
.port-header-right {
	float: right;
	width: 20%;
}
.port-header-right .port-edit-box, .port-header-right .port-help-box {
	width: 35px;
	float: right;
	overflow: visible;
}
.port-header-right input {
	float: left;
	display: none;
}
.port-submit-message, p.error {
	font-weight: bold;
	color: rgb(151,202,83);
	color: rgb(110,110,110);
	float: left;
}
.portfolio-form, .portfolio-folder-form {
	position: relative;
}
.server-response {
	position: absolute;
	left: -120%;
	z-index: 9999999;
	background: rgb(255,255,255);
	padding: 3px;
	color: rgb(151,202,83);
	color: rgb(110,110,110);
	width: 120%;
	font-size: 12px;
	top: 5px;
	display: none;
}
.port-update-server-response.grid_16 {
	text-align: center;
	color: rgb(151,202,83);
	color: rgb(110,110,110);
	font-weight: bold;
	margin-top: 10px;
	clear: both;
	position: relative;
}
.my-portfolio-wrapper h5 {
	margin-top: 0;
	margin-bottom: 40px;
}
.edit-bar {
	margin: 0 1%;
	padding: 0 0 18px 0;
	text-align: right;
	text-transform: uppercase;
	color: rgb(90,90,90);
	font-size: 12px;
	display: none;
}
.portfolio-item-wrapper.grid_4.sorting, .portfolio-board-item-wrapper.grid_4.sorting {
	border: 1px dashed rgb(230,230,230);
	margin-left: .9%;
	margin-right: .9%;
}
.portfolio-board-item-wrapper.grid_16.sorting {
	border-top: 1px dashed rgb(230,230,230);
	border-bottom: 1px dashed rgb(230,230,230);
}
.dragging {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
}
.sorting .list-item:hover .list-item-overlay {
	display: none;
}
.grid_16.portfolio-board-item-wrapper.sorting .list-item:hover .list-item-overlay {
	display: block;
}
.drag-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('img/rearrange.svg') no-repeat center;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.7);
	display: none;
	background-size: 15%;
}
.portfolio-board-item-wrapper.sorting:hover .drag-overlay, .portfolio-item-wrapper.sorting:hover .drag-overlay {
	display: block;
}
.drag-icon {
	height: 25px;
	width: 25px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 10px;
	position: relative;
	top: 9px;
	background-position: -64px -67px;
}
.portfolio-board-item-wrapper.grid_4 {
	margin-bottom: 20px;
	min-height: 0;
	border: 2px solid transparent;
	overflow: hidden;
}
.portfolio-board-item-wrapper.grid_4:hover,
.portfolio-board-item-wrapper.grid_4.active {
	border-color: rgb(151, 202, 83);
}
.portfolio-board-item-wrapper.grid_16:hover .port-item-img,
.portfolio-board-item-wrapper.grid_16.active .port-item-img{
	border-color: rgb(151, 202, 83);
}
.sortable-placeholder {
	border: 1px dashed rgb(230,230,230);
	margin-bottom: 20px;
	min-height: 239px;
	float: left;
	display: inline;
	margin-left: .9%;
	margin-right: .9%;
	width: 23%;
}
.list .sortable-placeholder {
	margin-bottom: 0px;
	min-height: 142px;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
.folder-page .sortable-placeholder {
	min-height: 317px;
}
.port-help-wrapper {
	background: rgb(233,233,233);
	padding: 7px 0px;
	position: relative;
	display: none;
	margin-bottom: 20px;
}
.empty-board {
	display: block;
	margin: 0 auto;
	width: 250px;
	margin-bottom: 30px;
}
.empty-project {
	text-align: center;
}
h4.empty-project {
	padding: 0;
	border: none;
	margin-bottom: 0;
	font-family: var(--font-futura);
	margin-top: 0
}
.empty-project p {
	margin-bottom: 30px !important;
}

/* Plugin Styles
ex: lightbox, sliders, etc
---------------------------------------------------------------------------------------------------- */

/* slider */

.flexslider {
	margin-bottom: 40px;
	position: relative;
}
.flex-viewport {
	width: 100%;
}
.flexslider ul, .flexslider ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.slides li {
	width: 100%;
}
.slides li img {
	width: 100%;
	height: auto;
}
.flex-control-nav {
	clear: both;
	display: block;
	text-align: center;
}
.flex-control-nav li {
	display: inline;
}
.flex-control-nav li a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 8px;
	width: 8px;
	overflow: hidden;
	text-indent: -999px;
	background: rgb(233,233,233);
	cursor: pointer;
	margin: 0 4px;
}
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
	background: rgb(151,202,83);
}
.slide-caption {
	margin-top: -10px;
	width: 100%;
	text-align: center;
	position: absolute;
	background: rgb(247,247,247);
	padding: 16px;
	margin-bottom: 2px;
	color: rgb(69,65,58);
	bottom: 0;
	left: 0;
	container-type: inline-size;

	& h3 {
		font-size: 1.5cqw;
		letter-spacing: 0.3cqw;
	}
}

.slide-caption h3 {
	font-size: 1.5cqw;
	letter-spacing: 0.3cqw;
}

.slides li {
  position: relative;
}

.slides a {
  position: relative;
  display: inline-block;
}

.slide-caption h3 {
	margin: 0;
}
a.slide-link:hover .slide-caption h3 {
	color: rgb(151,202,83);
	color: rgb(110,110,110);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.slide-caption p {
	margin: 0;
}
.slide-caption p img {
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
	top: -1px;
	width: auto;
	height: auto;
}
ul.flex-direction-nav {
	position: absolute;
	top: 38%;
	width: 100%;

}
ul.flex-direction-nav .flex-prev, ul.flex-direction-nav .flex-next {
	display: block;
	height: 53px;
	width: 53px;
	z-index: 10;
	position: relative;
}
ul.flex-direction-nav .flex-prev {
	float: left;
	background: url('img/slider-left.png') no-repeat center;
	text-indent: -999px;
}
ul.flex-direction-nav .flex-next {
	float: right;
	background: url('img/slider-right.png') no-repeat center;
	text-indent: -9999px;
}

/* Homepage sector select unique styles */

.page-template-homepage-sector_selection-php .flexslider.grid_16 {
	margin: 0 0 4em 0;
	width: 100%;
}
.page-template-homepage-sector_selection-php .flex-direction-nav {
/*	visibility: hidden; */
}




/* Wordpress Overrides & Article Styles
---------------------------------------------------------------------------------------------------- */

/* 5.8 Article content images
-----------------------------*/
.alignleft {
	float: left;
	display: inline;
	margin-right: 2.5em;
}
.alignright {
	float: right;
	display: inline;
	margin-left: 2.5em;
}
.aligncenter {
	display: block;
	margin: 0 auto 3em auto;
}
blockquote {
	padding: 3.272em 1.5em;
	margin: 0;
}
blockquote p {
	margin-bottom: 0.818em;
}
code {
	font-family: consolas, 'andale mono', 'courier new', monospace;
	font-size: 1em;
}
.page .entry-content p, .page .entry-content h1, .page .entry-content h2, .page .entry-content h3, .page .entry-content h4, .page .entry-content h5, .page .entry-content h6 {
/*	padding: 0 1%; */
}
.page .entry-content ul, .page .entry-content ol {
	padding: 0 4em;
}
.page .entry-content ul li, .page .entry-content ol li {
	margin-bottom: .5em;
}
.entry-content p:first-child {
	margin-top: 0;
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.entry-content {
	margin-top: 12px;
}
.entry-content p {

}
#wpadminbar {
/* 	display: none !important; */
}

/**
 * Instagram/Social Feed
 */
.social-section-container{
	display: none;
}

.social-title{
	font-size: 1.2em;
}

.social-section-container-live{
	display: flex;
  flex-flow: row wrap;
  clear: both;
  text-align: center;
}

.social-section-container-live > div{
	cursor: pointer;
	width: auto !important;
  flex: 1 0 auto;
/*  height: 184px;*/
  /*display: inline-block;*/
}

.social-section-container-live .social-image{
	width: 176px;
	height: 176px;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-image-overlay{
	background-size: 100% 99%;
	background-position: center center;
	width: 100%;
	height: 50%;
	height: 38.64%;
	background-color: rgba(0,0,0,0.25);
	background-repeat: no-repeat;
	margin-top: 31.36%;
}

.instagram .social-image-overlay{
	background-image: url('./img/icon_instagram.svg');
}

.pinterest .social-image-overlay{
	background-image: url('./img/icon_pinterest.svg');
}

.facebook .social-image-overlay{
	background-image: url('./img/icon_facebook.svg');
}

.facebook .social-image {
	background-image: url('./img/EstiatorioMilosAtAtlantisTheRoya.jpg');
}

.cff-text-wrapper,
.cff-meta-wrap,
.cff-comments-box{
	display: none;
}

.sbi_photo{
	height: 184px !important;
}

#sb_instagram .sbi_photo_wrap {
  padding: 0 70px;
}


/* Media Queries
----------------------------------------------------------------------------------------------------
NOTE: Keep in mind that fluid grid media queries should be treated on a case by case basis and should be targetted as needed. The queries below are more for using break points, but are a good reference and a starting point for totally fluid responsiveness.*/

/* Retina Icons */
@media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2) {
	.icon {
		/*background-image: url('img/50x50_newgreen.png');*/
		/*background-size: 209px 391px;*/
	}
	#searchsubmit {
		/*background-position: -5px -7px;*/
		background-image: url(img/search.svg);
    background-repeat: no-repeat;
	}

	#searchsubmit:hover {
		/*background-position: -5px -206px;*/
		background-image: url(img/search-on.svg);
    background-repeat: no-repeat;
	}

	#region-selection .close, #sector-selection-bar .close-sector-select, .close-port-select {
		/*background-position: -179px -37px;*/
		background-image: url('img/close.svg');
		background-repeat: no-repeat;
	}

	#region-selection .close:hover, #sector-selection-bar .close-sector-select:hover, .close-port-select:hover {
		/*background-position: -179px -236px;*/
		background-image: url('img/close-on.svg');
		background-repeat: no-repeat;
	}
	.facebook-link {
		/*background-position: -180px -66px;*/
		background-image: url('img/facebook.svg');
		background-repeat: no-repeat;
	}

	.twitter-link {
		/*background-position: -151px -66px;*/
		background-image: url('img/twitter01.svg');
		background-repeat: no-repeat;
	}

	.pinterest-link {
		/*background-position: -34px -95px;*/
		background-image: url('img/pinterest.svg');
		background-repeat: no-repeat;
	}
	.houzz-link {
		/*background-position: -5px -95px;*/
		background-image: url('img/houzz.svg');
		background-repeat: no-repeat;
	}

	.facebook-link:hover {
		/*background-position: -180px -265px;*/
		background-image: url('img/facebook-on.svg');
		background-repeat: no-repeat;
	}

	.twitter-link:hover {
		/*background-position: -151px -265px;*/
		background-image: url('img/twitter-on.svg');
		background-repeat: no-repeat;
	}

	.pinterest-link:hover {
		/*background-position: -34px -294px;*/
		background-image: url('img/pinterest-on.svg');
		background-repeat: no-repeat;
	}

	.houzz-link:hover {
		/*background-position: -5px -294px;*/
		background-image: url('img/houzz-on.svg');
		background-repeat: no-repeat;
	}

	.indoor {
		/*background-position: -5px -133px;*/
		background-image: url('img/indoors.svg');
		background-repeat: no-repeat;
	}

	.outdoor {
		/*background-position: -34px -133px;*/
		background-image: url('img/outdoors.svg');
		background-repeat: no-repeat;
	}

	.outdoor-covered {
		/*background-position: -151px -133px;*/
		background-image: url('img/outdoors_covered.svg');
		background-repeat: no-repeat;
	}

	.gsa {
		/*background-position: -5px -162px;*/
		background-image: url('img/gsa.svg');
		background-repeat: no-repeat;
	}

	.new-item {
		/*background-position: -34px -162px;*/
		background-image: url('img/new01.svg');
		background-repeat: no-repeat;
	}

	.quickship {
		/*background-position: -93px -133px;*/
		background-image: url('img/quickship.svg');
		background-image: url('img/S_Stocked.svg');
		background-repeat: no-repeat;
	}

	.bifma {
		background-position: -93px -160px;
	}

	.masterpiece {
		/*background-position: -63px -133px;*/
		background-image: url('img/masterpiece.svg');
		background-repeat: no-repeat;
	}

	.awards {
		/*background-position: -63px -160px;*/
		background-image: url('img/award.svg');
		background-repeat: no-repeat;
	}

	.sheer {
		/*background-position: -180px -133px;*/
		background-image: url('img/sheer.svg');
		background-repeat: no-repeat;
	}

	.tear-sheet {
		/*background-position: -93px -37px;*/
		background-image: url('img/tear_sheet.svg');
		background-repeat: no-repeat;
	}

	.twod-icon {
		/*background-position: -122px -37px;*/
		background-image: url('img/2d.svg');
		background-repeat: no-repeat;
	}

	.threed-icon {
		/*background-position: -151px -36px;*/
		background-image: url('img/3d.svg');
		background-repeat: no-repeat;
	}

	.tear-sheet:hover {
		/*background-position: -93px -236px;*/
		background-image: url('img/tear_sheet-on.svg');
		background-repeat: no-repeat;
	}

	.twod-icon:hover {
		/*background-position: -122px -236px;*/
		background-image: url('img/2d-on.svg');
		background-repeat: no-repeat;
	}

	.threed-icon:hover, .threed-icon.active {
		/*background-position: -151px -235px;*/
		background-image: url('img/3d-on.svg');
		background-repeat: no-repeat;
	}

	.pillow {
		/*background-position: -122px -133px;*/
		background-image: url('img/pillow.svg');
		background-repeat: no-repeat;
	}

	.download {
		/*background-position: -63px -37px;*/
		background-image: url('img/download.svg');
		background-repeat: no-repeat;
	}

	.download:hover {
		/*background-position: -63px -236px;*/
		background-image: url('img/download-on.svg');
		background-repeat: no-repeat;
	}

	.email-link {
		/*background-position: -151px -7px;*/
		background-image: url('img/email.svg');
		background-repeat: no-repeat;
		/*float: left;*/
	}
	.email-link:hover, .email-link.active {
		/*background-position: -151px -206px;*/
		background-image: url('img/email-on.svg');
		background-repeat: no-repeat;
	}

	#mobile-settings-button {
		/*background-position: -93px -66px;*/
		background-image: url('img/profile.svg');
		background-repeat: no-repeat;
	}

	#mobile-settings-button:hover {
		/*background-position: -93px -265px;*/
		background-image: url('img/profile-on.svg');
		background-repeat: no-repeat;
	}

	.portfolio-add {
		/*background-position: -34px -7px;*/
		background-image: url('img/my_portfolio.svg');
		background-repeat: no-repeat;
	}

	.portfolio-add:hover, .portfolio-add.active {
		/*background-position: -34px -206px;*/
		background-image: url('img/my_portfolio-on.svg');
		background-repeat: no-repeat;
	}

	.edit-port {
		/*background-position: -122px -66px;*/
		background-image: url('img/icon_pencil.svg');
		background-repeat: no-repeat;
	}

	.duplicate-port {
		/*background-position: -122px -66px;*/
		background-image: url('img/duplicate_board.svg');
		background-repeat: no-repeat;
	}

	.help-port {
		/*background-position: -122px -7px;*/
		background-image: url('img/about.svg');
		background-repeat: no-repeat;
	}

	a:hover .edit-port, a.active .edit-port {
		/*background-position: -122px -265px;*/
		background-image: url('img/icon_pencil_on.svg');
		background-repeat: no-repeat;
	}

	a:hover .duplicate-port, a.active .duplicate-port {
		/*background-position: -122px -265px;*/
		background-image: url('img/duplicate_board_on.svg');
		background-repeat: no-repeat;
	}

	a:hover .help-port, a.active .help-port {
		/*background-position: -122px -206px;*/
		background-image: url('img/about-on.svg');
		background-repeat: no-repeat;
	}
}

/* ex: tablets in landscape
----------------------------------------------------------------------------------------------------*/

@media (min-width: 1024px) {
  .region-select-jump {
		display: block;
		margin: 30px 0;
		padding: 0 5px;
	}
	.region-select-jump select {
		background-image: url('img/select_bg.jpg');
		background-repeat: no-repeat;
		background-position: right top;
		cursor: pointer;
		position: relative;
		margin-bottom: 0;
		text-transform: uppercase;
		color: rgb(90,90,90);
		border: 1px solid rgb(207,207,207);
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		background-color: rgb(255,255,255);
		-webkit-appearance: none;
		-moz-appearance: none;
		padding: 12px;
		font-family: var(--font-futura);
		font-size: 14px;
		position: relative;
		width: 100%;
		text-indent: .01px;
		text-overflow: '';
	}
	.world-map {
		display: none !important;
	}
	.country-list {
		display: none !important;
	}
	#region-selection, #sector-selection-bar {
		padding: 8px 30px;
	}
	.issuuembed {
		height: 485px;
	}

}

/* ex: tablets in portrait
----------------------------------------------------------------------------------------------------*/

@media (max-width: 1023px) {
	.list-item-overlay {
/*		bottom: 20%;
*/	}
	.port-help-box {
		display: none;
	}
  .port-edit-box {

  }
	.port-help-wrapper {
		display: none !important;
	}
	.filter-item {
		height: 260px;
	}
	.container_16 {
		max-width: 748px;
		margin-left: auto;
		margin-right: auto;
	}
	.ie9 #nav-wrapper ul li, #nav-wrapper ul li {
		margin: 0 18px;
	}
	.region-select-jump {
		display: block;
		margin: 30px 0;
		padding: 0 5px;
	}
	.region-select-jump select {
		background-image: url('img/select_bg.jpg');
		background-repeat: no-repeat;
		background-position: right top;
		cursor: pointer;
		position: relative;
		margin-bottom: 0;
		text-transform: uppercase;
		color: rgb(90,90,90);
		border: 1px solid rgb(207,207,207);
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		background-color: rgb(255,255,255);
		-webkit-appearance: none;
		-moz-appearance: none;
		padding: 12px;
		font-family: var(--font-futura);
		font-size: 14px;
		position: relative;
		width: 100%;
		text-indent: .01px;
		text-overflow: '';
	}
	.world-map {
		display: none !important;
	}
	.country-list {
		display: none !important;
	}
	#region-selection, #sector-selection-bar {
		padding: 8px 30px;
	}
	.issuuembed {
		height: 485px;
	}
	.product-type-item {
		overflow: hidden;
		min-height: 221px;
	}
	.product-type-item .product-type-image {
		height: 113px;
		overflow: hidden;
	}
	.product-type-item h4 {
		min-height: 40px;
	}
	.filter-breadcrumbs {
		display: none;
	}
	.filter-menu-toggle {
		width: 30% !important;
	}
	.filter-menu {
		width: 29.5% !important;
	}
	.filter-results.menu-open {
		width: 68.5%;
	}
	.carousel-image-wrapper {
		height: 483px;
	}
	.footer-nav ul li a {
		margin-left: 16px;
	}
	.catalog-list img, .press-list img {
		max-height: 172px;
	}
	.showroom-thumb {
		height: 99px;
	}
	.my-portfolio-header h2 {
		width: 80%;
	}
	.my-portfolio-header .count-box {
		width: 20%;
	}
	.port-home-header.my-portfolio-header h2 {
		width: 47%;
		overflow: hidden;
	}
	.portfolio-item-wrapper {
		min-height: 253px;
	}
	.portfolio-board-item-wrapper.grid_4 {
		min-height: 176px;
	}

	/*GM modification*/
	.grid_16.portfolio-board-item-wrapper .list-item-overlay {
		margin-top: -32mm;
	}

	.sbi_photo{
		height: 113px !important;
	}

	#sb_instagram .sbi_photo_wrap {
	  padding: 0 55px;
	}

	.social-section-container-live .social-image{
		width: 129px;
		height: 129px;
	}
}

/* ex: iphone 5 in landscape
----------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
	.delete-folder {
		margin-top: -25px;
	}

	/* titles and nav */
	.list-item-overlay {
		bottom: 0px;
	}

	.image-bank-list .list-item-overlay{
		top: none;
	}
	
	h1.site-title {
		background-size:100%;
		width: 172px;
	}
	
	.container_16 {
		max-width: 548px;
	}
	.container_16 .grid_1,
	.container_16 .grid_2,
	.container_16 .grid_3,
	.container_16 .grid_4,
	.container_16 .grid_5,
	.container_16 .grid_6,
	.container_16 .grid_7,
	.container_16 .grid_8,
	.container_16 .grid_9,
	.container_16 .grid_10,
	.container_16 .grid_11,
	.container_16 .grid_12,
	.container_16 .grid_13,
	.container_16 .grid_14,
	.container_16 .grid_15,
	.container_16 .grid_16,
	.container_16 .grid_third,
	.container_16 .grid_two_third {
		width: auto;
 		float: none;
 		margin-bottom: 1em;
 		display: block;
 		width: 100%;
 		margin: auto;
	}
	.portfolio-add-panel.grid_16 {
    display: none;
	}
	/* sharing email form */
	.drop-form-left {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
	.drop-form .drop-form-submit {
		float: none;
		width: 100%;
		height: 35px;
	}
	#janus-email-share {
		height: auto;
	}
	#janus-email-share input[type="text"], #janus-email-share #recipient_email {
		float: none;
		width: 100%;
		margin-bottom: 5px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgb(178,178,178);
		border-right: none;
	}
	.drop-form textarea {
		border-top: 0px;
		padding-top: 10px;
	}
	h2.page-title {
		text-align: left;
		color: rgb(90,90,90);
		font-family: var(--font-futura);
		letter-spacing: 4px;
		font-size: 14px;
		border-top: 1px solid rgb(151,202,83);
		border-bottom: 1px solid rgb(151,202,83);
		padding: 8px 0;
		margin: 10px 0 0 0;
		cursor: pointer;
	}
	h2.page-title:after {
		content: url('img/arrow-down.png');
		float: right;
		margin-right: 3px;
		position: relative;
		top: -1px;
	}
	h2.page-title.active:after {
		content: url('img/arrow-up.png');
	}
	#page-title {
		margin-bottom: 0;
	}
	#nav-wrapper {
		display: none;
	}
	#nav-wrapper.active {
		display: block;
	}
	#nav-wrapper ul {
		text-align: left;
		margin-bottom: 0;
		display: block;
	}
	header {
		margin-bottom: 30px;
	}
	#nav-wrapper ul li {
		margin: 0;
		display: block
	}
	#nav-wrapper ul li a {
		font-size: 14px;
		letter-spacing: 4px;
		color: rgb(90,90,90);
		padding: 8px 0 8px 16px;
		display: block;
		border-bottom: 1px solid rgb(230,230,230);
	}
	#nav-wrapper ul li.menu-item-has-children a:after {
		content: url('img/arrow-down.png');
		float: right;
		margin-right: 3px;
		position: relative;
		top: -1px;
	}
	#nav-wrapper ul li.menu-item-has-children.active a:after {
		content: url('img/arrow-up.png');
	}
	#nav-wrapper ul li ul {
		position: relative;
		left: 0;
		padding: 0;
		margin: 0;
	}
	#nav-wrapper ul li ul li {
		width: auto;
		margin: 0;
	}
	#nav-wrapper ul li ul li a {
		display: block;
		padding: 8px 0 8px 7%;
		color: rgb(90,90,90);
		font-size: 14px;
		letter-spacing: 4px;
		border-bottom: 1px solid rgb(230,230,230);
		background: rgb(249,249,249);
	}
	#nav-wrapper ul li ul li a:after {
		content: "" !important;
	}
	#breadcrumbs {
		display: none;
	}
	h4.grid_16 {
		border-bottom: 1px solid rgb(230,230,230);
		padding: 12px 0;
	}
	.container_16 .grid_third.landingpage-featured-link {
		border-top: 1px solid rgb(230,230,230);
		padding-top: 1em;
	}
	.container_16 .grid_third.landingpage-featured-link.first {
		border-top: 0px;
		padding-top: 0;
		padding-top: 1em;
	}
	.landingpage-featured-caption {
		/*
		position: relative;
		bottom: auto;
		right: auto;
		width: 40%;
		float: right;
		margin-top: 1em;
		*/
	}
	ul.flex-direction-nav {
		top: 31%;
	}
	.social-footer {
		float: none;
		text-align: center;
	}
	.footer-nav {
		float: none;
		text-align: center;
		margin: 15px 0;
	}
	.footer-nav ul li a {
		margin: 0 12px;
	}
	.material-image {
		text-align: center;
	}
	#region-selection .question-text {
		margin: 10px 0;
		display: block;
	}
	#mobile-settings-button {
		display: block;
		margin: 0 8px 8px 0;
    text-indent:-9999px;
	}
	#header-top {
		background: rgb(249,249,249);
		margin: 0;
		padding: 8px 0 0 0;
	}
	#header-buttons {
		float: none;
		position: relative;
		width: 100%;
		padding: 0;
		margin-top: 40px;
		z-index: 999;
		display: none;
	}
	#header-buttons a {
		display: block;
		background: rgb(230,230,230);
		margin: 0px;
		float: none;
		padding: 16px 12px;
		border-bottom: 1px solid rgb(172,172,172);
	}
	#header-buttons a:hover {
		background: rgb(247,247,247);
	}
	#header-buttons a#region-button {
		border: 0;
		padding: 16px 12px;
	}
	#header-buttons a#region-button img {
		margin-right: 5px;
		height: 12px;
		width: 12px;
		position: relative;
		top: 1px;
	}
	.region-name {
		display: inline;
	}
	#header-top .left {
		margin: 0 0 8px 8px;
	}
	.sector-select-carrot {
		right: 12px;
	}
	.mobile-menu-carrot {
		display: block;
	}
	#region-selection, #sector-selection-bar {
		margin-top: 8px;
	}
	.contact-left, .contact-right {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.universal-form {
		padding: 15px 0px;
	}
	.issuuembed {
		height: 360px;
	}
	.alignleft, .alignright {
		float: none;
		display: block;
		margin: 20px auto;
	}
	.container_16 .grid_4.product-type-item {
		width: 48%;
		float: left;
		margin: 0 1% 20px 1%;
	}
	.product-type-item .product-type-image {
		height: 150px;
	}
	.container_16 .grid_4.filter-menu-toggle {
		margin-bottom: 0;
		float: left;
		width: 40% !important;
	}
	.container_16 .grid_4.filter-menu {
		width: auto !important;
		display: none;
	}
	.filter-results {
		width: auto;
		float: none;
	}
	.filter-results.menu-open {
		width: auto;
	}
	.carousel-image-wrapper {
		height: 537px;
	}
	.list-item.filter-list {
		text-align: center;
	}
	#header-login {
		position: relative;
		z-index: 999;
		top: 0;
		margin-top: 0;
		right: auto;
		width: auto;
	}
	.login-carrot {
		display: none;
	}
	.profile-wrapper {
		padding: 0;
		margin: 0 1% 1em 1%;
	}
	.container_16 .filter-list{
		margin-bottom: 30px;
	}
	.catalog-list img, .press-list img {
		max-height: none;
	}
	.filter-item {
		height: 538px;
	}
	.filter-item.catalog-list, .filter-item.press-list, .filter-item.product-list, .filter-item.textile-list {
		height: auto;
	}
	.showroom-thumb {
		height: 310px;
	}
	.port-toggle {
		display: none;
	}
	.portfolio-board-item-wrapper img.port-item-img {
		display: block;
		margin: 0 auto;
	}
	.portfolio-item-wrapper img {
		display: block;
		margin: 0 auto 4px auto;
	}
	.my-portfolio-header .count-box {
		display: none;
	}
	.my-portfolio-header.add-form-present h2,
	h2.port-title.port-update-hiders {
		width: 100%;
    border: 1px solid #97ca53;
    background-color: rgb(247,247,247);
	}
  .edit-port:after {
    text-transform: initial;
  }

  .edit-port {
    /*background-position: -123px -266px;*/
    background-image: url('img/edit.svg');
		background-repeat: no-repeat;
  }

  .duplicate-port {
    /*background-position: -123px -266px;*/
    background-image: url('img/duplicate-port.svg');
		background-repeat: no-repeat;
  }

  .port-header-right {
    float: none;
    width: 100%;
  }
  .port-header-right .port-help-box {
  	width: 100%;
    float: none;
  }
  #sort-wrapper {
    padding-top: 12mm;
  }
  .port-header-right .port-edit-box,
  .my-portfolio-header.grid_16 .port-edit-box {
    width: 100%;
    float: none;
    overflow: visible;
  }
  .edit-text {
    margin-left: 0px;
    font-size: initial;
    position: relative;
    top: 6px;
    text-transform: initial;
    color: rgb(0,0,0);
    left: -6%;
	}
	.my-portfolio-header.add-form-present input[type="text"].port-board-title,
	.my-portfolio-header input[type="text"].port-board-title {
		width: 100%;
	}
	.container_16 .grid_16.board-description-update {
		margin-top: 12mm;
	}
	.folder-header.my-portfolio-header .count-box {
		display: block;
		width: auto;
		float: none;
	}
	.my-portfolio-header form.portfolio-form, .my-portfolio-header form.portfolio-folder-form {
		float: none;
		margin: 0 auto;
		display: block;
		clear: both;
		padding-left: 35%;
	}
	.portfolio-add-panel .portfolio-images img {
		display: block;
		margin: 0 auto;
	}
	.server-response {
		position: relative;
		left: auto;
		width: auto;
		top: auto;
		clear: both;
		text-align: left;
	}
	.portfolio-item-wrapper {
		min-height: 0px;
	}
	.portfolio-board-item-wrapper.grid_4 {
		min-height: 0px;
	}
	.portfolio-item-wrapper a.delete-link {
		/*
position: relative;
		left: auto;
*/
	}
	.my-portfolio-header h2 {
		width: 100%;
	}
	.my-portfolio-header h2 {
		width: 100%;
		overflow: visible;
		height: auto;
	}

	/*my-portfolio 16-grid view*/
	.grid_16.portfolio-board-item-wrapper img.port-item-img {
		width: 100%;
	}

	.grid_16.portfolio-board-item-wrapper .notes {
		margin: 5mm 0mm;
	}

	/*my portfolio 4-grid view*/
	.editInformationContainer .universal-form {
		padding: 5mm;
	}

	.editInformationContainer .my-portfolio-edit-item.last {
    	width: 100%;
    	text-align: center;
	}

	.grid_16.portfolio-board-item-wrapper .product-number {
		float: none;
		display: block;
		text-align: left;
	}

	.grid_16.portfolio-board-item-wrapper .port-left {
		padding-bottom: 0mm;
		position: relative;
		padding-top: 29mm;
	}

	.grid_16.portfolio-board-item-wrapper .list-item-overlay {
		top: 0mm;
	}

	/*GM Modification*/
	.grid_16.portfolio-board-item-wrapper .list-item-overlay {
		margin-top: -28mm;
	}

	.portfolio-board-item-wrapper img.port-item-img {
		width: 100%;
		height: auto;
	}

	#sb_instagram.sbi_col_3 #sbi_images .sbi_item{
		width: 100% !important;
	}

	.sbi_photo{
		height: 163px !important;
	}

	#sb_instagram .sbi_photo_wrap {
	  padding: 0 176px;
	}

	.social-section-container-live .social-image{
		width: 300px;
		height: 300px;
	}

	.social-section-container-live.landingpage-featured-link > div{
		border-top: 1px solid rgb(230,230,230);
    padding-top: 1em;
	}

	.social-section-container-live.landingpage-featured-link > div.instagram{
		border-top: none;
	}

	.social-image{
		margin-bottom: 10px;
	}

	.my-portfolio-wrapper .icon-set.share {
		padding-left: 10mm;
	}
}

/* ex: iphone less than 5 in landscape
---------------------------------------------------------------------------------------------------- */

@media (max-width: 567px) {
	.container_16 {
		max-width: 460px;
	}
	.contact-left, .contact-right {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#nav-wrapper ul li ul li a {
		padding: 8px 0 8px 8%;
	}
	.issuuembed {
		height: 300px;
	}
	.sort-options .filter-bar-label {
		display: none;
	}
	.sort-options {
		padding: 0px;
		width: 50%;
		border-left: 1px solid rgb(255,255,255);
	}
	.current-sort {
		padding: 8px 30px 6px 14px;
		width: 100%;
	}
	.current-sort:after {
		background-position: -74px 4px;
		height: 30px;
	}
	.current-sort.active:after {
		background-position: -44px 4px;
	}
	.container_16 .grid_4.filter-menu-toggle {
		width: 50% !important;
		margin-right: 0;
	}
	.sort-option-list {
		width: 100%;
		left: 0px;
		margin-top: 2px;
	}
	.carousel-image-wrapper {
		height: 451px;
	}
	.filter-item {
		height: 450px;
	}
	.showroom-thumb {
		height: 260px;
	}
	.my-portfolio-header form.portfolio-form, .my-portfolio-header form.portfolio-folder-form {
		padding-left: 24%;
	}

	#sb_instagram.sbi_col_3 #sbi_images .sbi_item{
		width: 100% !important;
	}
	
	.sbi_photo{
		height: 163px !important;
	}

	#sb_instagram .sbi_photo_wrap {
	  padding: 0 130px;
	}

	.social-section-container-live .social-image{
		width: 252px;
		height: 252px;
	}
}


/* ex: handhelds in portrait
----------------------------------------------------------------------------------------------------*/

@media (max-width: 479px) {
	.container_16 {
		max-width: 310px;
	}
	#nav-wrapper ul li ul li a {
		padding: 8px 0 8px 11%;
	}
	ul.flex-direction-nav {
		top: 23%;
	}
	#sector-question a {
		width: auto;
		padding: 5px 10px;
		display: block;
		margin-bottom: 10px;
	}
	#sector-question a.residential-select.button {
		margin-bottom: 0;
	}
	.issuuembed {
		height: 210px;
	}
	.container_16 .grid_4.product-type-item {
		width: auto;
		float: none;
		margin: 0 0 20px 0;
	}
	.product-type-item .product-type-image {
		height: 230px;
	}
	.landingpage-featured-link .landingpage-featured-image {
		width: auto;
	}
	.filter-menu-toggle {
		padding: 7px 8px;
	}
	.carousel-image-wrapper {
		height: 304px;
	}
	.product-type-item h4 {
		min-height: 0px;
	}
	.filter-item {
		height: 304px;
	}
	.showroom-thumb {
		height: 175px;
	}
	.my-portfolio-header form.portfolio-form, .my-portfolio-header form.portfolio-folder-form {
		padding-left: 22%;
	}
	.delete-folder {
		display: none !important;
	}
	.my-portfolio-header form.portfolio-form, .my-portfolio-header form.portfolio-folder-form {
		padding-left: 10%;
	}

	#sb_instagram.sbi_col_3 #sbi_images .sbi_item{
		width: 100% !important;
	}

	.sbi_photo{
		height: 213px !important;
	}

	#sb_instagram .sbi_photo_wrap {
	  padding: 0 30px;
	}

	.social-section-container-live .social-image{
		width: 310px;
		height: 310px;
	}

	.slide-caption {
		padding: 2mm;
	}

	.slide-caption h3{
		font-size: 3mm;
		letter-spacing: 0.3mm
	}
}

a.pdf{
	display: inline-block;
	background-image: url('img/pdf.svg');
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

a.pdf:hover{
	background-image: url('img/pdf-on.svg');
}

.portfolio-sort-options{
	float: right;
	font-size: 10px;
}

.portfolio-sort-option{
	display:inline-block;
	border: 1px solid rgb(230, 230, 230);
	background-color: rgb(247, 247, 247);
	color: rgb(174, 174, 174);
	text-transform: uppercase;
	padding: 5px;
  margin-top: 5px;

}

.portfolio-sort-option.active{
	color: rgb(151, 202, 83);
	border-color: rgb(151, 202, 83);
}

.entry-content.my-portfolio-wrapper.board-page.list .port-left{
	text-align: left;
}


/**
 * My Portfolio FIX/OVERRIDES
 */
.grid_16.portfolio-board-item-wrapper img.port-item-img,
.grid_16.portfolio-board-item-wrapper .list-item-overlay,
.grid_16.portfolio-board-item-wrapper .port-left,
.grid_16.portfolio-board-item-wrapper .notes{
	float:none;
	display: inline-block;
	vertical-align: top;
}

.grid_16.portfolio-board-item-wrapper .list-item-overlay{
	text-align: left;
	height: auto;
}

.grid_16.portfolio-board-item-wrapper .notes{
	width: 100%;
	margin: 0 10px;
	padding-top: 5mm;
}

.grid_4.portfolio-board-item-wrapper .notes{
	padding: 1mm;
  text-align: center;
}

.portfolio-board-item-wrapper.grid_4{
	float: none;
	display: inline-block;
	vertical-align: top;
}

/*.page-template-my-portfolio-board #sort-wrapper .grid_4.portfolio-board-item-wrapper {
  height: 50%;
}*/

.hidden{
	display: none;
}

.mustShow{
	display: block !important;
}

.filter-menu a.filter:before {
  display: block;
  float: left;
  margin-top: -3px;
  margin-bottom: 5px;
}

.download_icon {
	border: 2px solid rgb(230, 230, 230);
  width: 57px;
  display: inline-block;
  text-align: center;
  padding: 25px 0;
  color: rgb(110, 110, 110);
  font-size: 15px;
  margin-right: 6px;
  margin-bottom: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	font-family: 'futura-pt';
}

.download_icon.faux {
	margin-right: 10px;
  padding: 23px 0;
}

.download_icon:hover {
	border: 2px solid rgb(155, 200, 94);
  color: rgb(0, 0, 0);
}

.download-set {
	width: 210px;
}

.country-select {
	column-count: 4;
}

.country-select .country {
	vertical-align: top;
	margin: 2mm;
}

.country-select .country a {
	background-image: none !important;
  background-repeat: no-repeat;
}

body.page-id-153036 #breadcrumbs-wrapper {
	display: none;
}

#google_translate_element {
  position: absolute;
  width: 100vw;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.googleTranslateEnabled {
    padding-top: var(--googleTranslatePadding) !important;
}

/**
 * Google Translate Bar
 */
.goog-te-gadget {
	text-align: right;
  padding-right: 2mm;
}

.gmus-submit-container {
	display: none;
}

/*Topiary Pages*/
.single-topiary #breadcrumbs-wrapper {
	margin-left: 0mm;
}

.single-topiary .entry-header h1.entry-title {
	text-align: center;
	text-transform: none;
	/*padding-top: 5mm;*/
	margin-bottom: 2mm;
}

@media (max-width: 767px) {
	.single-topiary .entry-header h1.entry-title {
		padding-top: 0mm;
	}
}

.single-topiary .hero img {
  width: 100%;
}

.single-topiary .hero {
  padding-bottom: 3mm;
}

.single-topiary .thumbnail-content {
  display: flex;
  padding-bottom: 3mm;
}

.single-topiary .thumbnail-small {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  /*width: 50%;*/
  padding-right: 3mm;
  margin-left: 0mm;
  max-height: 90mm;
  flex-grow: 1;
}

.additional_images .thumbnail-content:nth-child(2) .thumbnail-small {
	max-height: 112mm;
}

.single-topiary .thumbnail-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-topiary .thumbnail-small:last-of-type {
	padding-right: 0mm;
	margin-right: 0mm;
}

.single-topiary .topiary.type-topiary.status-publish.hentry {
/*  padding-right: 30mm;
  padding-left: 30mm;*/
  margin-top: 6mm;
}

.single-topiary .detail-content-block {
	border-bottom: none;
	display: inline-block;
	vertical-align: top;
}

.single-topiary .download_icon {
/*  border: 2px solid rgb(230, 230, 230);
  width: 35px;
  display: inline-block;
  text-align: center;
  padding: 7px 0;
  color: rgb(110, 110, 110);
  font-size: 15px;
  margin-right: 6px;
  color: rgb(88,88,88);*/
  margin-top: 7mm;
  border: 2px solid #e6e6e6;
  width: 57px;
  display: inline-block;
  text-align: center;
  padding: 25px 0;
  color: #6e6e6e;
  font-size: 15px;
  margin-right: 6px;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.single-topiary .download_icon:hover {
  border: 2px solid #9bc85e;
  color: #000;
}

.entry-media-section {
  text-align: center;
  border-top: 1px solid rgb(220,220,220);
  padding: 20px 0;
  margin: 35px 0 0 0;
}

.single-topiary nav.pagination {
  border-top: 1px solid rgb(220,220,220);
  padding: 20px 0;
  /*margin: 35px 0 0 0;*/
  text-align: center;
}

.single-topiary p.previous,
.single-topiary p.next {
  background: #f7f7f7;
  display: inline-block;
  padding: 1mm 3mm;
  border: .1mm solid rgb(235,235,235);
  color: rgb(126,126,126);
	text-transform: uppercase;
}

.single-topiary p.next img {
  height: 11px;
}

.topiary-infinity-scroll.post-type-archive-topiary .entry-summary {
  display: none;
}

.related-stories-title {
	border-bottom: 1px solid rgb(220,220,220);
  font-size: 1.5em;
}

.topiary-infinity-scroll.post-type-archive-topiary article {
  font-size: .8em;
}

.topiary-infinity-scroll.post-type-archive-topiary .topiary.type-topiary.status-publish.hentry {
  padding-right: 0mm;
  padding-left: 0mm;
}

.topiary-infinity-scroll.post-type-archive-topiary .topiary-post {
  width: 24%;
}

.topiary-infinity-scroll.post-type-archive-topiary .scroll-image {
  height: 37mm;
}

@media (max-width: 767px) {
	.single-topiary .topiary.type-topiary.status-publish.hentry {
   	padding-right: 0mm; 
   	padding-left: 0mm; 
	}
	.topiary-infinity-scroll.post-type-archive-topiary .topiary-post {
		width: initial;
	}

	.topiary-infinity-scroll.post-type-archive-topiary .topiary-post:last-of-type {
    padding: initial;
    flex: initial;
	}
}


/*Topiary Archive Page*/
.post-type-archive-topiary .main-topiary-image h1.entry-title {
	text-align: center;
	margin-bottom: 0mm;
}

.post-type-archive-topiary h1.entry-title {
	text-transform: none;
}

.post-type-archive-topiary .main-topiary-image {
  background-color: rgb(247,247,247);
  text-align: center;
  padding-bottom: 5mm;
  text-transform: none;
}

.post-type-archive-topiary .hero img {
  width: 100%;
}

.post-type-archive-topiary .entry-summary p {
  margin-top: 1mm;
}

.topiary-infinity-scroll {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.topiary-post {
	width: 33%;
  padding: 0 .1vw 2vw .1vw;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}

.topiary-post:last-of-type {
	padding: 0 0vw 5vw .5vw;
	flex: 0 0 auto;
}

/*.scroll-image {
	height: 55mm;
}*/

.scroll-image img {
  width: 100%;
  /*height: 100%;*/
  height: auto;
}

.product-search {
  padding: 5mm;
  text-align: center;
  display: flex;
  justify-content: center;
}


@media (max-width: 767px) {
	.topiary-post {
		width: initial;
	}

	.scroll-image {
    height: auto;
	}
}

#infinite-footer .blog-info,
#infinite-footer .blog-credits{
	display: none;
}

.infinite-scroll .pagination {
	display: none;
}

/*RELATED STORIES section on each product*/
.single-product article.topiary.type-topiary.status-publish.hentry {
  margin-top: initial;
}

.single-product .topiary-infinity-scroll.post-type-archive-topiary h1.entry-title {
  font-size: 1.5em;
}

.my-portfolio-mass-add-box {
	display: none;
	position: relative;
}

.my-portfolio-mass-add-box .close-icon {
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 10;
	border: 1px solid var(--icon-border);
	color: var(--icon-content);
	line-height: 0;
	padding: 6px 3px 7px 3px;
	cursor: pointer;
}

.my-portfolio-mass-add-box .close-icon:hover {
	border: 1px solid var(--janus-green-light);
	color: var(--janus-green-dark);
}

.portfolio-item-wrapper.selected {
	border-color: var(--janus-green-dark);
	border-width: 3px;
}

#port-item-add-form .error {
	border-color: rgb(255, 0, 0);
}

@media (max-width: 850px) {
	.country-select {
    column-count: 2;
	}
}

/**
 * My Portfolio Dialog
 */
.ui-dialog-titlebar {
	background-color: rgb(247, 247, 247);
	color: rgb(90, 90, 90);
	text-align: center;
	font-size: 1.2em;
}

.ui-dialog .ui-button-text {
	font-family: var(--font-futura);
}

.ui-dialog-buttonset {
	display: flex;
	justify-content: space-between;
	padding: 0 5mm;
}

.ui-dialog-buttonset button {
  flex-basis: 30%;
	font-size: 4mm;
	margin: 0 11mm;
}

.ui-dialog .ui-dialog-buttonset button:hover {
	border-color: var(--janus-green-dark);
}

.ui-dialog .ui-dialog-content {
	text-align: center;
	font-size: 1.2em;
}

.ui-icon.ui-icon-alert {
	line-height: 1.2em
}



*:focus {
	outline-color: var(--janus-green-dark);
}

@media print {
	.image-bank-text,
	.detail-sharing {
		display: none;
	}

	footer,
	div#header-top,
	div#google_translate_element,
	nav#nav-wrapper {
		display: none;
	}
}

.ad_banner {
	padding: 0 10px;
}

.ad_banner img {
	width: 100%;
	height: auto;
}

a.purchase-link {
  border: 1px solid #97ca53;
  padding: 1mm 3mm;
  display: inline-block;
  margin: 1mm 0;
  text-decoration: none;
}

#nav-wrapper ul li ul li#menu-item-87289,
#nav-wrapper ul li ul li#menu-item-107255,
#nav-wrapper ul li ul li#menu-item-87288,
#nav-wrapper ul li ul li#menu-item-176364,
#nav-wrapper ul li ul li#menu-item-176365,
#nav-wrapper ul li ul li#menu-item-107256,
#nav-wrapper ul li ul li#menu-item-87224,
#nav-wrapper ul li ul li#menu-item-87225,
#nav-wrapper ul li ul li#menu-item-176366,
#nav-wrapper ul li ul li#menu-item-107257,
#nav-wrapper ul li ul li#menu-item-87255,
#nav-wrapper ul li ul li#menu-item-87256 {
	display: none;
}

body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-87289,
body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-107255,
body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-87288,
body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-176364,
body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-176365,
body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-107256,
body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-87224,
body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-87225,
body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-176366,
body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-107257,
body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-87255,
body[data-region="region-united-states"] #nav-wrapper ul li ul li#menu-item-87256 {
	display: block;
}