/*
Theme Name: Fleetwood
Theme URI: http://www.weareopen.ie/fleetwood
Author: weareopen
Author URI: http://www.weareopen.ie
Description: Fleetwood Paints.
Version: 1.0
License: GNU General Public License
*/


/*  Custom Fleetwood Style 
-------------------------------*/




/* Reset `button` and button-style `input` default styles */

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
        -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: none;
    color: rgba(0,0,0,0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear,background 0.15s linear;
    -moz-transition: border-color 0.15s linear,background 0.15s linear;
    -ms-transition: border-color 0.15s linear,background 0.15s linear;
    -o-transition: border-color 0.15s linear,background 0.15s linear;
    transition: border-color 0.15s linear,background 0.15s linear;
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: transparent;
    border-color: #999;
    outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: transparent;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

select {
    margin:0; 
  padding:0; 	
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  box-sizing:border-box;   
}
select:focus {
    background-color: transparent;
    border-color: #ccc;
}

form {
    border-radius:1px;   
}
a:hover, a:focus {
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
 font-family: "acumin-pro-wide",sans-serif;
    margin:0;
    padding:0;
}
h4 {
 -webkit-margin-before: 0;
    -webkit-margin-after: 0;   
}

.inline-list> li {
    border:none;
    margin:1%;
}
img {
        image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

body {
font-family: "acumin-pro-wide",sans-serif;    


}
ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
:focus {
    outline:none;
}
.full-width {
  max-width: 100%;
overflow-x:hidden;    
}
a {
    text-decoration:none;
}
/* Header Nav Style */

.container {
  padding: 0 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: height;
  position: fixed;
  height: 6rem;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 8px solid #ecdec6;
  box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
}
header.shrunk {
  height: 85px;
}


.logo {
  width: 235px;
  float: left;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-top:0%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;    
}
.logo img {
    image-rendering: auto;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
header.shrunk .logo {
    width: 180px;
    margin-top: 8px; 
}
nav {
  display: block;
  float: right;
}
nav ul {
  list-style: none;
        -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    
}
nav ul:before, nav ul:after {
  content: "";
  display: table;
}
nav ul:after {
  clear: both;
}
nav ul li {
  float: left;
  line-height: 1.5rem;
  padding-left: 40px;
}
nav a {
  font-size: 1em;
  text-transform: normal;
  color: #5E5E5E;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
    font-weight:300;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
nav a:hover {
  color:#1eacdf;
}
nav a:focus {
    color: inherit;
}

header.shrunk .nav a {
    font-size:0.9em;
}

/* Nav Hover Dropdown */
     
.dropdown {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.dropdown.toggle > input {
  display: none;
}

.dropdown > a::after, .dropdown.toggle > label::after {
  content: "";
  float: right;
  margin: 8px 0px 0 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #ECDEC6;
}
.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width:210px;
  background: #fff;    
  overflow: hidden;  
  padding:0px 10px;    
}

  

.dropdown li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
  float:none;
  padding-left:1em;
  font-size:0.9em;    
}
.dropdown.hover li {
 
}
.dropdown li:first-child a {
  border-radius: 2px 2px 0 0;
}

     .dropdown.hover:hover ul {
         border-bottom: 8px solid #ecdec6;
    box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.5);
    margin-top: 0;
    padding-top: 15px;
     }

.dropdown > a:hover::after, .dropdown.toggle > label:hover::after, .dropdown.toggle > input:checked ~ label::after {
  border-top-color: #ECDEC6;
}
.dropdown li:first-child a:hover::before {
  border-bottom-color: #EEE;
}
.dropdown.hover:hover li, .dropdown.toggle > input:checked ~ ul li {          
  height: 43px;
}
.dropdown.hover:hover li:first-child, .dropdown.toggle > input:checked ~ ul li:first-child {
  padding-top: 0px;
}

.dropdown.hover.prods:hover ul {
    padding-bottom: 20px;
    padding-right: 20px;
}


/* Swiper */
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 100%;
    width: 100%;
}


.caption {
	font-size: 20px;
	font-weight: 100;
	color: white; 
	padding: 14px 10px 0 16px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top:0px;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-o-transition:      all 0.4s ease;
}
.caption a {
	display: block;
	color: #ffffff;
}
.caption a li a:link {
	color: #ffffff;
}
.caption a li a:visited {
	color: #ffffff;
}
.caption a li a:hover {
	color: #333333;
}
.caption a li a:active { 
	color: #ffffff;
}	

.caption h3{
	color: #ffffff;
}

.cap-margin {
	margin: 0 10px 0 10px;
}

.room:hover .caption {
    opacity: 0.9;

}




/* Grid Style */
.grid {

	list-style: none;
	margin: 0 30px 30px 30px;
	padding: 0;
    margin-bottom:0;
}

.grid li {
	display: block;
	float: left;
	padding: 7px;
	width: 33%;
	opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}



/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}



@media screen and (max-width: 900px) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 420px) {
	.grid li {
		width: 100%;
	}
}

.img-container{

  position: relative;
  overflow: hidden;
  border-radius: 1px;
}

.img-caption{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 0em;
  background: #A8A8A8;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  cursor: pointer;
  text-align: center; 
  font-size: 1.2em;
  border-radius: 1px;
  transition: all 0.8s ease-out;
  display: block;
  vertical-align: middle;
  min-height:0px;
}

.img-caption a{
	color: #fff;
    font-weight:100;
}

.img-caption h3 {
    vertical-align: middle;
    margin: 0 auto;
    font-size:1.25em;
    font-weight:600;
    color:#fff;
    padding-bottom:15px;
}
/*
.img-caption p {
    margin-top:5%;
    font-weight:300;
    text-align: center;
    padding:0 15%;
    font-size:0.875em;
}
*/
.img-caption.vintage p {
    font-weight:300;
    display: inline-block;
    vertical-align: middle;
    max-height: 90%;
    overflow: hidden;
    padding:0 7%;
} 

.img-caption.image-half {
    padding-top:0em;
    min-height:0px;
}

.image-caption.image-half p {
     
}

.image-caption h3 {
    padding-bottom:15px;
}

.image-half h3 {
    color:#fff;
    margin-top:2%;
    font-weight:600;
    padding-bottom: 15px;
}

.image-half p {
    
}
.img-caption.image-half p {
    display: inline-block;
    vertical-align: middle;
    overflow:hidden;
    
}

.image-half .hover-list {
    margin-top:2%;   
}

.image-half .hover-swatch {
    margin-top:0%;
}  

/*
.image-half a.enlarge {
    top:-3%;
}
*/

p.view {
    text-decoration: underline;
}
.fa {
    font-size:12px;
    margin-left:0.5em;
}

.img-container:hover .img-caption{
	opacity: 0;
}

.bottom-top{
	top: 100%;
	left: 0;
}
.img-container:hover .img-caption{
	top: 0;
	left: 0;
	transition: all 0.6s ease-out;
}

.img-container:hover .img-caption {
	opacity: 1;
}
.hover-swatch {
    margin-top:10%;
}
.hover-swatch h4 {
    font-size:1em;
    font-weight:300;
    color:#fff;
}
.grid li a, .grid li img .hover-list a {
    position: relative;
    display: inline;

}
.hover-list {
    margin-top:5%;
}
.hover-list a img {
    display: inline;
    width:auto;
}

.content-container {
    position: absolute;
    top:455px;
    width:100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, .7);
    height: auto;
    bottom:0;
}

.content-container h1 {
    color:#d8d1ba;
    font-size:2em;
    font-weight:600;
    line-height;
    margin-top:0px;
}

.content-container ul {
    list-style-type: none;
    margin-top:10%;
}

.content-container ul li {
    display:inline;
    height: 28px;
}

.content-container ul li img {
    float:left;
}

.content-container ul li p {
   margin-left:12%;
    padding-top:0;
    margin-top:0 !important;
    margin-bottom:20px; 
}

.content-container p {
    color:#fff;
    font-size:0.9em;
    font-weight:300;
    line-height:1.7;
    margin:15px 0px 30px;
}
.content-container .main,  .content-container .type{
    margin-top: 2%;
}

.close, .close-left, .close-center, .close-right{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 8%;
    overflow: hidden;
    border: none;
    background: url(img/close-modal.svg) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
    top:33px;
}

.swiper-container {
    height: 700px;
    margin-top: 50px;
}

button {
    float:right;   
}
.slide-hex {
    float: left;
    width: 2vw;
    height: 2vw;
}

.slide-hex-range {
    display: inline-block;
    width: 2vw;
    height: 2vw;
}
.row.fleetwood-range-top {
    padding: 6% 0% 2% 0%;
}
.row.fleetwood-range {
    padding:0% 0% 2% 0%;
}

.range {
    text-align:center;
    position:relative;
    z-index:1;
    padding-bottom:4%;
}

.range h2 {
    font-weight:300;
    color:#444444;
    font-size:1.5em;
}

.range h2:after {
    content: "";
    display: block;
    margin: 3% 40%;;
    width: 70px;
    height: 4px;
    background-color: #1eacdf;
    margin-bottom:6%;
}

.range-image {
    border-radius:50%;
    overflow: hidden;
    width: 200px;
    height:200px;
    text-align: center;
    overflow: hidden;
    /* FIX */
    position: relative;
    z-index: 1;
    margin:0 auto;    
}

.range-image img {
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.3);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.range:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

p.range {
    color:#474747;
    font-weight: 300;
    font-size:0.875em;
    padding-top:6%;
    padding-bottom:0;
    margin-bottom:0;
}

.fleetwood-range button, .fleetwood-range-top button {
    float:none;
}
.fleetwood-range button:hover, .fleetwood-range-top button:hover {
    color:#1eacdf;
}
.fleetwood-range button:focus, .fleetwood-range-top button:focus {
    color:#b2b2b2;
}

/* Button Animate */
.forward-btn {
  position: relative;
  display: inline-block;
  padding:10px 65px 10px 15px;
  text-decoration: none;
  color: #222;
  border:2px solid #b2b2b2;
  margin:8% 0% 4% 0%;
  color:#b2b2b2;
  font-weight:300;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.forward-btn:hover {
    border:2px solid #1eacdf;
    color:#1eacdf !important;
}

.range .forward-btn:after {
    content:" ";
    position: absolute;
    top: 4px;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    background-image: url(img/button-arrow.png);
    background-size: 75%;
    transition: transform .5s;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.forward-btn:hover::after {
    background-image: url(img/button-arrow-blue.png);
    background-size: 75%;
    transition: transform .5s;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    background-position: 50% 100%;
    background-repeat: no-repeat;
} 
.range:hover .forward-btn {
    border:2px solid #1eacdf;
    color:#1eacdf !important;
}
.range:hover .forward-btn:after {
    transform: translate(15px);
    transition: all .5s linear;
      background-image: url(img/button-arrow-blue.png);
    background-size: 75%;
    transition: transform .5s;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

span.new {
    position: relative;
    width: 22%;
    margin: 0 auto;
    background: #598ea5;
    height: auto;
    bottom: 0;
    color: #fff;
    margin-top: -30px;
    display: block;
    z-index: 3;
    padding:4px;
    overflow: hidden;
    text-align: center;
}

a.enlarge {
    color:#fff;
    float:right;
    font-weight: 100;
    margin-right:0;
    font-size:0.875em;
}

a.enlarge:after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(img/icon-open.png);
    background-size: 100%;
    margin-top: 0px;
    /* margin-left: 1em; */
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    top: 10px;
    right: 10px;
}

.image-half a.enlarge:after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(img/icon-open.png);
    background-size: 100%;
    margin-top: 0px;
    /* margin-left: 1em; */
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    top: 10px;
    right: 10px;
}


.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}
.low-center {
    text-align: center;
    font-weight:300;
    margin:20px 0px 30px;
}
.low-center a {
    color:#5e5e5e;
    border: 2px solid #5e5e5e;
    padding: 15px 35px;
    background: transparent;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
}
.low-center a:hover {
    color:#1eacdf;
    border: 2px solid #1eacdf;
}

.low-center.insta {
    padding:40px;
}

.insta p {
   padding: 0px 0px 0px;
    margin-bottom: 0;
}

a.see-more {
    position: relative;
    display: inline-block;
    padding:10px 50px;
    text-decoration: none;
    color: #222;
    border:2px solid #b2b2b2;   
}
#see-more-btn {
     position: relative;
    display: inline-block;
    padding:10px 50px;
    text-decoration: none;
    color: #222;
    border:2px solid #b2b2b2;     
}

.lower-set img{
    width: 100%;
    height: auto;
}

.full-width.juice-home {
    margin-bottom: 5%;
}

.referral {display: none !important;}
.j-paginate {display: none !important;}

footer {
    background: #363f3f; 
    font-weight:300;
    padding:50px 0px 80px;
}

.row.top-footer {
    margin:2% 0%;
    border-bottom:1px solid #fff;
    padding-bottom:4%;
}

.news-sign {
    padding-left:0;   
}

input{
    position: relative;
    display: inline-block;
    color:#fff;
    text-align: left;
    
    text-transform: uppercase;
    font-size:0.95em;
      border:2px solid #b2b2b2;
    padding: 8px 0px 8px 10px;
    background:transparent;
}

select, option {
    background-color: transparent;
    box-shadow:none;
    border:2px solid #b2b2b2;
    border-radius:1px;
    font-family: 'acumin-pro-wide', sans-serif;
    -webkit-appearance: none /* this is required for Webkit browsers */; 
    -moz-appearance:none /* this is not supported currently */;
    appearance:none;
    background:transparent;
     padding: 8px 0px 8px 10px;
    font-size:0.95em;
    color:#fff;
    font-weight:100;
}
input.newsletter {
   width:66%;
    float:left;
    border:2px solid #b2b2b2;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.75);
    font-family: 'acumin-pro-wide', sans-serif;
    font-weight:300;

}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.75);
    font-family: 'acumin-pro-wide', sans-serif;
    font-weight:300;
    
}
::-moz-select-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.75);
    font-family: 'acumin-pro-wide', sans-serif;
    font-weight:300;
   
}
::-webkit-select-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.75);
    font-family: 'acumin-pro-wide', sans-serif;
    font-weight:300;
   
}
::-ms-select-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.75);
    font-family: 'acumin-pro-wide', sans-serif;
    font-weight:300;
    
}

:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-family: 'acumin-pro-wide', sans-serif;
  font-weight:300;
    
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-family: 'acumin-pro-wide', sans-serif;
  font-weight:300;
    
}

input[type="text"] {
    color: rgba(255,255,255,0.75);
    font-weight:300;
}

/* Select Dropdown Hack */
.dropcontainer {
	position:relative;

	} 

.trigger {
    position: relative;
    display: inline-block;
    color:#fff;
    font-family: 'acumin-pro-wide', sans-serif;
    font-weight:100;
    font-size:0.95em;
    border:2px solid #b2b2b2;
    padding: 8px 0px 8px 10px;
    background:transparent;
    width:90%;
    text-decoration:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	}


.activetrigger {
	 color:#fff;
    font-family: 'acumin-pro-wide', sans-serif;
    font-weight:100;
    font-size:0.95em;
    border:2px solid #b2b2b2;
    padding: 8px 0px 8px 10px;
    background:transparent;
    width:90%;
    text-decoration:none;
    display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.data .activetrigger {
    color:#333;
    font-weight:500;
    background-image: url("img/select-drop-open.png");
    background-color:#fff;
    background-position: 97.5% 50%;
    background-repeat: no-repeat;
}

.data .activetrigger::before { /*  Custom dropdown arrow cover */
  width: 3em;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(img/select-drop-open.png) no-repeat center center;
   border-radius: 0 3px 3px 0;
}

.data .trigger{
    color:#333;
    background:#fff;
    font-weight:500;
	}

.data .trigger::before,
.data .trigger::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.data .trigger::before { /*  Custom dropdown arrow cover */
  width: 3em;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(img/select-drop.png) no-repeat center center;
  border-radius: 0 3px 3px 0;
}


.dropcontainer ul {
	font-size:0.95em;
     font-family: 'acumin-pro-wide', sans-serif;
	border: 2px solid #b2b2b2;
	border-top: none;
	background: #5e6772;
	list-style-type: none;
	padding: 10px;
	margin: 0;
	width: 90%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.data .dropcontainer ul {
    -webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;
    background:#fff;
    color:#333;
}

.dropcontainer ul li {
	padding: 5px;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
    margin-left:10%;
	}

.dropcontainer ul li a {
    color:#fff;
    font-weight:100;
    text-decoration:none;   
}
.data .dropcontainer ul li a {
    color:#333;
    font-weight:500;
}

.dropcontainer ul li a:hover::before {
 content: '';
  position: absolute;   
  background: url(img/select.png) no-repeat center center;   
  width:25px;
  height:18px;
  margin-left:-10%; 
    
}

.data .dropcontainer ul li a:hover::before {
  background: url(img/select-data.png) no-repeat center center;   
}

.dropcontainer ul li:first-child {
	display: none;
	}

.dropcontainer ul li:last-child {
	border-bottom: none;
	}

.dropdownhidden {
	display: none;
	}

.dropdownvisible {
	height: auto;
	}

button.signup {
    background:#5e6772;
    border:2px solid #b2b2b2; 
    position: relative;
    display: inline-block;
    padding:6px 30px;
    text-transform: uppercase;
    font-size:0.95em;
    color:#fff;
    margin-left:3%;
    font-weight:100;
    float:none;
    letter-spacing:2px;
}

.social {
    float:right;
    padding-right: 0;
}

.social-links a {
    display: inline-block;
    width: 33px;
    height: 33px;
    border: none;
    border-radius: 50px;
    margin-left: 12px;
    background: transparent;
    border:2px solid #fff;
    	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}

.social-links a:hover {
    color:#00CCD4;
    border:2px solid #d8d1ba;
}

.social-links {
    text-align: center;
    margin: 2% 0%; 
    float: right;
}
.social-links:hover > i {
    color:#00ccd4;
}

.social-links a i {
     padding: 10px 4px;
    font-size: 15px;
        color:#fff;
        	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.social-links a i:hover {
    color:#d8d1ba;
}

.social-links a i.fa {
    font-size:14px;
    margin-left:0;
}

.social-links a i.fa-lg {
    line-height:0.75em;   
}
hr.footer {
   margin-left:1.5%;
    margin-right:6%;
}

.row.mid-footer {
    margin-left:0;
    border-bottom:1px solid #fff;
    padding-bottom:4%;
}
.footer-link {
    margin:0;
    padding:0;
    margin-left:0 !important;
    margin-right:2%;
}
.footer-link h4 {
    color:#fff;
    font-weight:500;
    font-size: 1em;
    padding-bottom:10%;
}

.footer-link ul {

}
.footer-link ul li a {
    color:#fff;
    text-decoration: none;
    font-size:0.9em;
    font-weight:100;
    -webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.footer-link ul li a:hover {
    color:#d8d1ba;
}
.end {
    float:right
}

.row.lower-footer {
    color:#fff;
    margin-left:0 !important;
    margin:2% 0%;
}

.copy {
    float:left;
        margin:0;
    padding:0;
    margin-left:0 !important;
    font-size:small;
}
.copy p {
  font-size:small;
font-weight:100;    
}

.open-fix{
    padding-right:0;
}
.open {
    float:right;
    font-size:small;
}
p.open a {
    color:#fff;
    font-weight:100;
}
p.open a:hover {
    color:#00CCD4;
}
.row.products {
    margin-top:2%;
    text-align: center;
}
img.vogue {
    width:25%;
    margin:0 auto;
}
.products h1 {
    color:#474747;
    font-size:1.7em;
    font-weight:500;

}
.products h1:after {
    content: "";
    display: block;
    margin: 3% auto;
    width: 70px;
    height: 4px;
    background-color: #474747;
}
.products p {
    font-weight:300;
    font-size:1.1em;
    color:#888686;
    padding:0 0 12px 0;
}

.product-list {
      margin: 0% 4%;
    text-align: center;
    padding-bottom:3%;
}

.product-list li {
    float:none;
    display: inline;
    vertical-align: top;
    position: relative;
}
button.expand {
    position: relative;
    display: inline-block;
    padding:10px 50px;
    text-decoration: none;
    color: #474747;
    border:2px solid #3f3f3f;
     font-weight:300;
    float:none;
    text-transform: uppercase;
    transition: color 0.4s linear;
}
button.expand.expand-left {
    float:left;
}

button.expand.expand-right {
    float:right;
}

.center {
    text-align: center;
}

button.expand.expand-center {
    float:none
}


button.expand:hover {
    color: #fff;
    border:2px solid #3f3f3f;
     font-weight:300;
    background: #4c4c4e; /* Old browsers */
background: -moz-linear-gradient(left, #4c4c4e 0%, #48484a 8%, #6d6e70 43%, #8d8f91 66%, #8a8c8f 82%, #4c4c4e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #4c4c4e 0%,#48484a 8%,#6d6e70 43%,#8d8f91 66%,#8a8c8f 82%,#4c4c4e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #4c4c4e 0%,#48484a 8%,#6d6e70 43%,#8d8f91 66%,#8a8c8f 82%,#4c4c4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4e', endColorstr='#4c4c4e',GradientType=1 ); /* IE6-9 */

}

.toggleContent {
	padding: 0 30px 20px 10px;
	background: #363f3f;
	margin: 29px 0 -16px 0;
   	/*border-bottom:1px solid #ccc;*/
    width:92%;
    position: relative;
    left:4%;
    margin-top:0;
    margin-bottom: 2%;
}

.toggleContent.center {
	background: transparent;
    width:95%;
    position: relative;
    left:4%;
    margin-top:-2%;
}

.toggleContent.right {
	display: none;
    left:-4%;
    margin-top:-2%;
}


button.expand {
    position: relative;
    display: inline-block;
    padding:2% 8%;
    text-decoration: none;
    color: #474747;
    border:2px solid #3f3f3f;
     font-weight:300;
    float:none;
    text-transform: uppercase;
    transition: color 0.4s linear;
   
}

button.expand:hover {
    color: #fff;
    border:2px solid #3f3f3f;
     font-weight:300;
    background: #4c4c4e; /* Old browsers */
background: -moz-linear-gradient(left, #4c4c4e 0%, #48484a 8%, #6d6e70 43%, #8d8f91 66%, #8a8c8f 82%, #4c4c4e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #4c4c4e 0%,#48484a 8%,#6d6e70 43%,#8d8f91 66%,#8a8c8f 82%,#4c4c4e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #4c4c4e 0%,#48484a 8%,#6d6e70 43%,#8d8f91 66%,#8a8c8f 82%,#4c4c4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4e', endColorstr='#4c4c4e',GradientType=1 ); /* IE6-9 */
}

button.expand.active {
        background: #4c4c4e; /* Old browsers */
background: -moz-linear-gradient(left, #4c4c4e 0%, #48484a 8%, #6d6e70 43%, #8d8f91 66%, #8a8c8f 82%, #4c4c4e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #4c4c4e 0%,#48484a 8%,#6d6e70 43%,#8d8f91 66%,#8a8c8f 82%,#4c4c4e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #4c4c4e 0%,#48484a 8%,#6d6e70 43%,#8d8f91 66%,#8a8c8f 82%,#4c4c4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4e', endColorstr='#4c4c4e',GradientType=1 ); /* IE6-9 */
    color:#fff;
}

.close-expand {
    float:right;
}


.toggleContent.left:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border-bottom-color: #363f3f;
    border-width: 30px;
    left: 10%;
    margin-top:-5%;
    display: inline-block;
    
}

.toggleContent.center:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border-bottom-color: #363f3f;
    border-width: 30px;
    left: 10%;
    margin-top:-5%;
    display: inline-block;
} 

.toggleContent.right:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border-bottom-color: #d16719;
    border-width: 40px;
    left: 10%;
    margin-top:-5%;
    display: inline-block;
    
}
.product-buttons {
       margin:2% 0% 0% 0%;
}

.hide {
    display:none;   
}

.row.order {
    margin:4% 16%;   
}

.order input {
    
    text-transform: none;
}

.order select {
    width:90%;
    font-family: 'acumin-pro-wide', sans-serif;
    border-radius:1px;
}

input.name, input.email, input.house, input.street, input.county, input.city {
    width:90%;
}

button.brochure {
    position: relative;
    display: inline-block;
    color:#363f3f;;
    text-transform: uppercase;
    font-size:0.95em;
    padding: 10px 0px;
    background:#fff;
    width:90%;
    text-align: center;
    float:none;
    font-weight:300;
}

.brochure-wrap {
    position: relative;
    display: inline-block;
    color:#363f3f;;
    text-transform: uppercase;
    font-size:0.95em;
    padding: 10px 0px;
    background:#fff;
    width:45%;
    text-align: center;
    float:right;
    font-weight:300;
    clear:both;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brochure-wrap:hover {
    background:#1eacdf;
}

img.swatch{
    z-index:10;
    width:96%;
}

ul.color-picker {
     text-align: left;
    margin-left:0;
}

ul.color-picker li {
    display: inline-block;
 
    width:6vw;
    height:6vw;
   
}
.darkslategray4 {
    background-color: #528B8B;
}
.azure2 {
    background-color:#E0EEEE; 
}
.paleturquoise3 {
    background-color: #96CDCD;
}
.sgiteal {
    background-color: #388e8e;
}
.darkslategray3 {
    background-color: #79cdcd;
}
.lightcyan2 {
    background-color: #d1eeee;
}
.lightblue {
    background-color: #8FD8D8;
}
.aqua {
    background-color: #66cccc;
}
.turquoise {
    background-color: #ADEAEA;
}
.turquoise-2 {
    background-color: #70DBDB;
}
.paleturquoise2 {
    background-color: #AEEEEE;
}
.darkslategray2 {
    background-color: #8deeee;
}
.metallic-mint {
    background-color: #37fdfc;
}
.teal {
    background-color: #008080;
}
.row.swatch-picker {
    padding:8% 16%;
    background: #363f3f;
    margin:0;
}
.swatch-details {
    float:left;
    text-align: left;
     color:#fff;
     font-weight: 300;
    padding-left:5%;
}
.swatch-details h3 {
    font-size:1.5em;
    font-weight: 300;
    margin:0;
    padding-bottom: 5%;
    color:#fff;
}
.swatch-details h5 {
   font-size:1em;
    font-weight: 300;
    margin:0;
    padding-bottom:2%;
    color:#fff;
}
.complimentary {
    width:80%;
    margin-top:30%;
    bottom:0;
}

.complimentary ul.color-picker li  {
    border:none;
}
.close-center {
    top:13%;
    right:5%;
}

.ninja_forms_form_1_response_msg p {color: #ffffff;}


/* Gridder Base Css */
.gridder{margin:0px;padding:0px;list-style-type:none}.gridder-list{display:inline-block;vertical-align:top; position:relative}.gridder-show{display:block;float:left;width:100%;position:relative;background:#EEE url("img/loading-spin.svg") no-repeat center}.gridder-show.loading{background:#EEE url("img/loading-spin.svg") no-repeat center}.gridder-content{display:none}.gridder-list{width:auto}


img.large {
    
}

.large-swatch {
    width: 32vw;
    height: 32vw;
}
.gridder-list {
    width:calc(100%/10.5);
}
.small-swatch {
    width:9.5vw;
    height:9.5vw;
    text-align: center;
    margin:0 auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    display: table;
}
.small-swatch::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.small-swatch:hover::before {
    background: rgba(0, 0, 0, .5);
}
.swtch-contain {
    display: table;
}
.caption__overlay {
    position: relative;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
    display: table-cell;
    vertical-align: middle;
}

.small-swatch:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.small-swatch:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.small-swatch span {
    text-align: center;
    position: relative;
    top: 40%;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    color:#fff;
    font-size: 0.9em;
}

#hex77e1d9 {
    background:#77E1D9;
}
#hex269B95 {
    background:#269B95;
}
#hex58A39B {
    background:#58A39B;
}
#hex3F8995 {
    background:#3F8995;
}
#hex6B8A8C {
    background:#6B8A8C;
}
#hex5A777B {
    background:#5A777B;
}
#hex5A717A {
    background:#5A717A;
}
#hexBDD6D7 {
    background:#BDD6D7;
}
#hex65BCB9 {
    background:#65BCB9;
}
#hexABCACC {
    background:#ABCACC;
}
#hex92B7BC {
    background:#92B7BC;
}
#hex749BA4 {
    background:#749BA4; 
}
#hex5D8089 {
    background:#5D8089;
}
#hex506D74 {
    background:#506D74; 
}
#hex3B4D46 {
    background:#3B4D46; 
}
#hex47BAB9 {
     background:#47BAB9;
}
#hex17A8A2 {
     background:#17A8A2;
}
#hex118D84 {
     background:#118D84;
}
#hex157C79 {
     background:#157C79;
}
#hex2D7372 {
     background:#2D7372;
}
#hex416363 {
     background:#416363;
}
#hex4FD9D5 {
     background:#4FD9D5;
}
#hex18CBC4 {
     background:#18CBC4;
}
#hex03B7B0 {
     background:#03B7B0;
}
#hex00A19C {
     background:#00A19C;
}
#hex0D8582 {
     background:#0D8582;
}
#hex306D68 {
     background:#306D68;
}
#hex77E1D9 {
    background:#77e1d9;
}
#hex65bcb9 {
    background:#65bcb9;
}

.gridder-list img {
    display: block;
    max-width: 100%;
    height: auto;
}
.full-width.swatchgrid {
    padding-bottom:6%;
}
li.gridder-list {
    padding:2px;
}

.button-bar .button-group {
 
}
.button-group {
    float: left;
    margin-right: 0.55556rem;
    list-style: none;
    margin: 0;
    left: 0;
}

@media (max-width: 980px) { 
   .gridder-list {
    width:calc(100%/10);
} 
}

/* Mobile Navigation */
#mobile-header {
    border-bottom: 8px solid #ecdec6;
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    height:auto;
    background: #fff;
    left:0;
    top:0;
    position: fixed;
    width:100%;
    z-index:100;
    padding:2% 0%;
}
.mobile-container {
	overflow: hidden;
	position: absolute;
    z-index: 9999;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
    margin-top:5%;
    max-width:100%;
}

#menu-mobile {
	padding: 0px;
	margin: 0;
	position: relative;    
	z-index: 9999;
    width:auto;
}

ul#menu-mobile li {
	font-size: 1em;
	text-align: center;
	font-weight: 300;
	line-height: 19px;
	display: block;
	width: 100%;
}

ul#menu-mobile li a {
	border-bottom: 1px solid #ecdec6;
	color: #5E5E5E;
	padding: 10px 0 10px 0;
	margin: 0px;
	display: block;
}
ul#menu-mobile li a:link {
	color:#5E5E5E;
}

ul#menu-mobile li a:hover {
	color: #00CCD4;
	background-color: #fafafa;
}
ul#menu-mobile li a:active { 
	color: #ffffff;
}


#show-mobile {
    z-index: 999999;
	margin: 0 12px 0 0;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 2%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
margin-top:3%;    
}

#show-mobile span {
    z-index: 999999;
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ecdec6;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#show-mobile span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#show-mobile span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#show-mobile span:nth-child(3) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#show-mobile.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 0px;
}

#show-mobile.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#show-mobile.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 0px;
}
img.logo-mobile {
    width:20%;
    float:left;
    margin-left:3%;
}

img.glyph {
    width:4%;
}

/* Data Sheets */

.row.products.data {
    padding-bottom:10%;
}
.data-select {
    background: #363f3f;
    padding:2% 0%;
}
.full-width.sheets {
    padding:1% 0% 1% 0%;
    background:#eae5e1;

}
.sheets h1 {
    text-align: center;
    font-size:1.2em;
    margin:20px 0% 1% 0%;
}
.sheets h1:after {
    content: "";
    display: block;
    margin: 1% auto;
    width: 70px;
    height: 3px;
    background-color: #474747;
}

/* Dropdown Isotope */


div.toggledoc{display: none;}
.documents {
    display: block; 
    width:85%;
    margin:3% 10%;
}
.doctrigger {

}

.documents em {
    font-size:1em; 
    display: block;
    background:#fff;
    padding:10px 2%;
    color:#333;
    width:85%;
    float:left;
    font-style: normal;
}

.documents em span {
    vertical-align: middle;
    max-width: 95%;
    overflow-x: hidden;
    display:inline-block;
    white-space: nowrap;
}

span.doctrigger {
    background-color: #00afde;
    padding:1.45em;
    background-image:url('img/select-drop-white.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top:0;
    float:none;
    display: inline-block;
    clear:left;
    margin-left:2%;
    -webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
    display: inline-block;
}
.documents a:hover > span.doctrigger {
    background-color: #363f3f;
}




.collapsed span{
      background-image:url('img/select-drop-open-white.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.data select:focus {
   background-color: transparent;
    border-color: #b2b2b2; 
}
.full-width.break {
    background:#eae5e1;
   height:6em;
    display: block;
}



.targetDiv {display: none}

a.showSingle {
    display:block;
}

.row.full-width-pick {
    max-width:100%;
    overflow-x:visible;
   background:#363f3f;
    height:auto;
    padding:50px 0px 40px;
}
.row.full-width-newpick {
    max-width:100%;
    overflow-x:visible;
   background:#363f3f;
    height:auto;
    padding:2% 0%;
}
a.menu__link:hover {
    color:#00CCD4;   
}
.data-head {
    padding-bottom:40px; 
    margin-top:120px;
}


/* === Default Custom Select ==== */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 0.7em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}



div.cs-skin-elastic {
	background: transparent;
	font-size: 1em;
	font-weight: 500;
	color: #4c4c4c;
        position: absolute;
    z-index:1;
    left:5%;
    right:0;
    margin-left:auto;
    margin-right:auto;
}


@media screen and (max-width: 30em) {
	div.cs-skin-elastic { font-size: 1em; }
}

.cs-skin-elastic > span {
	background-color: #fff;
	z-index: 100;
}

.cs-skin-elastic > span::after {
  background-image: url(img/select-drop.png);
  background-repeat: no-repeat;
  background-position: center center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    top: 50%;
    right: 2%;
    display: block;
    content: "";
    width: 40px;
    height: 40px;
}

.cs-skin-elastic .cs-options {
	overflow: visible;
	background: transparent;
	opacity: 1;
	visibility: visible;
	padding-bottom: 1.25em;
	pointer-events: none;
}

.cs-skin-elastic.cs-active .cs-options {
	pointer-events: auto;
}

.cs-skin-elastic .cs-options > ul::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale3d(1,0,1);
	transform: scale3d(1,0,1);
	background: #fff;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: none;
	transition: none;
	-webkit-animation: expand 0.6s ease-out;
  	animation: expand 0.6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
	opacity: 0;
	-webkit-transform: translate3d(0,-25px,0);
	transform: translate3d(0,-25px,0);
	-webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
	transition: opacity 0.15s, transform 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-animation: bounce 0.6s ease-out;
  	animation: bounce 0.6s ease-out;
}

/* Optional delays (problematic in IE 11/Win) */
/*
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
} 

/* with more items, more delays declarations are needed */


.cs-skin-elastic .cs-options span {
	background-repeat: no-repeat;
	background-position: 1.5em 50%;
	background-size: 2em auto;
	padding: 0.8em 1em 0.8em 2.5em;
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
    color:#00CCD4;   
}

.cs-skin-elastic .cs-options .cs-selected span::after {
	content: '';
}


@-webkit-keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); }
	25% { -webkit-transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1) }
	100% { -webkit-transform: scale3d(1,1,1); }
}

@keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); transform: scale3d(1,0,1); }
	25% { -webkit-transform: scale3d(1,1.2,1); transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1); transform: scale3d(1,1.05,1); }
	100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}


@-webkit-keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; }
}

.cs-skin-elastic .cs-options .cs-selected span::after {
	content: '';
}

.cs-skin-elastic .cs-options li.flag-france span {
	background-image: url(../img/france.svg);
}

.cs-skin-elastic .cs-options li.flag-brazil span {
	background-image: url(../img/brazil.svg);
}

.cs-skin-elastic .cs-options li.flag-safrica span {
	background-image: url(../img/south-africa.svg);
}

.cs-skin-elastic .cs-options li.flag-argentina span {
	background-image: url(../img/argentina.svg);
}
.buying {
   padding-bottom:4%;
    margin-top: 10%;
}
.about {
    padding-bottom:4%;
    margin-top:10%;
}

img.retro {
    margin-top:-4%;
    margin-bottom:4%;
}

.buying a {
    color:#598ea5;
    transition: color .3s ease;
}

.buying a:hover {
    color: #00CCD4;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.loadMore {
  text-align: center;
}
#show1 {
    display: block;
}
a.see-more.hide {
    visibility: hidden;
}
.full-width-newpick select {
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: auto 40%;
    width: 100%;
    background-color: #fff;
    font-size: 1em;
    font-weight: 500;
    color: #4c4c4c;
    border: none;
}

.icondrop {
     background-image: url(img/select-drop.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 50%;
    right: 2%;
    display: block;
    content: "";
    width: 40px;
    height: 40px;
}   
.style_left {
    padding-left:15%;
}
.style_right {
    padding-right:15%;
}

/* Mailchimp Horizontal Slim Signup */
/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.newsletter {    
    border: 2px solid #b2b2b2;
    background:#363F3F;
    color: rgba(255,255,255,0.75);
    font-weight: 300;
    display: inline-block; 
    margin: 0; 
    width:66%; 
    vertical-align:top;
}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {
        background: #5e6772;
    border: 2px solid #b2b2b2;
    position: relative;
    display: inline-block;
    padding: 9px 30px;
    text-transform: uppercase;
    font-size: 0.95em;
    color: #fff;
    margin-left: 3%;
    font-weight: 100;
    float: none;
    letter-spacing: 2px;}
#mc_embed_signup .button:hover {background-color:#d8d1ba; cursor:pointer; }
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}


/* Newsletter Signup */

#mc_embed_signup {

  color: rgba(255,255,255,0.75);
  font-size:0.875em; 
    clear:left;
    width:100%;
} 

#mc_embed_signup .button {
    color:#fff;
    font-weight:300;
}
/* Contact Form */
#mc_embed_signup{
    
}


.mc-field-group input [type="email"] {
    border: 2px solid #b2b2b2;
    background:#363F3F;
    color: rgba(255,255,255,0.75);
    font-weight: 300;
}

 .mc-field-group input[type="submit"] {
    background: #5e6772;
    border: 2px solid #b2b2b2;
    position: relative;
    display: inline-block;
    padding: 6px 30px;
    text-transform: uppercase;
    font-size: 0.95em;
    color: #fff;
    margin-left: 3%;
    font-weight: 100;
    float: none;
    letter-spacing: 2px;
}
#mc_embed_signup div.mce_inline_error {
    width:66% !important;
}

/* Cover Images */
.product-cover {
    position: relative;
    margin-top:95px;
}

.product-cover img {
     display: block;
    width: 100%;
    margin: 0 auto;
}

.text-aware {
    font-size:0.9em;
    color:#121111;
    padding-bottom:30px;
}
.max-width {
    max-width:980px;
    margin:0 auto;
}

.overlay-order-form {
    width:600px;
    margin:170px auto;
}
.side-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:400px;
}

.side-image.logo {
    background-position: 0% 40%;
    background-size: 55%;
    width: 40%;
}
.about-grid {
    position: relative;
    display: block;
    clear: both;
}
.about-grid:nth-child(odd) .text-info {
    float:right;
}
.about-grid:nth-child(odd) .side-image {
    float:left;
}
.about-grid:nth-child(even) .text-info {
    float:left;
}
.about-grid:nth-child(odd) .side-image {
    float:right;
}
.about-grid:nth-child(odd) {
    background:#f5f3f3;
}
.about-grid:nth-child(even) {
    background:#fff;
}
.side-image img.standard {
    
}
.side-image img.logo {
    width:45%;
    margin:0 auto;
    display: block;
    float:none;
}
.about-grid:nth-child(even) .text-info {
    padding: 50px 3% 40px 10%;
}

.about-grid:nth-child(odd) .text-info {
    padding: 50px 10% 40px 3%;
}
.about-grid .text-info p {
    font-size:1em;
    color:#888686;
    padding-bottom:15px;
    font-weight:300;
}
.landing-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:2;
    text-align: center;
    max-width:600px;
}
.landing-overlay h1 {
    color: #d8d1ba;
    font-size: 2.9em;
    font-weight: 600;
    margin-top: 0px;
}
.landing-overlay h5 {
    padding:10px 0px;
    color:#fff;
}
.about-grid h2, .primers h2  {
    font-weight: 300;
    color: #444444;
    font-size: 1.5em;
    padding-bottom:30px;
    position: relative;
}
.about-grid h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 4px;
    background-color: #1eacdf;
    top:40px;
}

/* Overlay Modal */
/* Modal Project Overlay */

#open-modal.overlay-custom {
  visibility:hidden;
  opacity:0;
  
  position:fixed;
  background-color: rgba(30, 30, 30, 0.95);
  top:0;
  right:0;
  left:0;
  bottom:0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.popup-box {
  position:relative;
/*  top:-100%;*/
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  background:transparent;
  width:100%;
  
}

.popup-box * {

}

#open-modal:target {
  visibility:visible;
  opacity:1;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index:99;
    overflow-y: scroll;
    
}

#open-modal:target .popup-box {
  top:0%;
    
}
.modal-close {
        width: 35px;
    height: 35px;
    position: absolute;
    right: 45px;
    top: 130px;
    overflow: hidden;
    border: none;
    background: url('img/close-modal.svg') no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
    
     
}
.list-checkbox-wrap.modal-list-checkbox-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    color: rgba(255,255,255,0.8);
}
.list-checkbox-wrap.label-above.modal-list-checkbox-wrap label {
     color: rgba(255,255,255,0.8);
    border-bottom:1px solid rgba (255,255,255, 0.8);
    font-weight:300;
    border-bottom:1px solid #fff;
    margin-bottom:15px;
}
.list-checkbox-wrap.label-above.modal-list-checkbox-wrap ul li {
    padding: 0 0 0 0px;
    display: inline-block;
    margin-right: 9%;
    
}
.ninja-forms-form-wrap .list-checkbox-wrap.modal-list-checkbox-wrap ul label {
    border-bottom:none;
    margin-bottom: 5px;
}
.overlay-order-form .brochure-wrap{
    width:100% !important;
}
.overlay-title h2 {
    text-align: center;
    padding-bottom:30px;
    color:#ecdec6;
}
a.order {
    color:#fff;
    padding:8px 25px;
    border:1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight:300;
    background:transparent;
}
a.order:hover {
    background:#ecdec6;
    color:#333;
}
nav a.order {
    font-size:1em;
    color:#5e5e5e;
    padding: 0;
}
nav a.order:hover {
    background:transparent;
    color: #1eacdf;
} 
    
.contain-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding:0 5%;
}
#landing-image-container {
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0%;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:65px;
    height:550px;
}
#landing-image-container:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.landing{
    padding:0;
    margin:0;
}

.lower-set .img-caption {
    display: flex;
    display: -webkit-flex;
    min-height:0px;
}
.lower-set  .cell-content {
   display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;;
    text-align: center;
    width: 100%;
    padding:0 10%;
}
.lower-set  .cell-content p {
    text-align: center;
    width: 100%;
    font-weight:300;
}
.contain-content h3 {
    color:#d8d1ba;
}
.pro-col h3 {
    font-size:1.8em;
    font-weight:bold;
    padding:15px 0px;
    line-height: 1.2;
}
h2.main-title {
    color:#d8d1ba;
    font-size:2.3em;
    font-weight:bold;
    padding-bottom:20px;
}
.product-main-image {
    padding-bottom:60px;
}
.pro-col p {
    color:#797979;
    font-size:0.9em;
    text-align: center;
}

/* Hide Selection for now */
/*
.list-checkbox-wrap.modal-list-checkbox-wrap {
    display: none;
}
*/
.mobile-cover {
    display: none;
}

.cover-block {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:500px;
}
a.re {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
a.re:hover {
    color:#d8d1ba;
}
.error404 #landing-image-container {
    margin-top:0;
}
.row.nothing {
    padding:50px 0px;
    margin-top:0;
}
.primers .forward-btn:after {
    content:" ";
    position: absolute;
    top: 4px;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    background-image: url(img/button-arrow.png);
    background-size: 75%;
    transition: transform .5s;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.forward-btn:hover::after {
    background-image: url(img/button-arrow-blue.png);
    background-size: 75%;
    transition: transform .5s;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    background-position: 50% 100%;
    background-repeat: no-repeat;
} 

.primers .forward-btn:hover::after {
    transform: translate(15px);
    transition: all .5s linear;
      background-image: url(img/button-arrow-blue.png);
    background-size: 75%;
    transition: transform .5s;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.primers {
    position: relative;
    display: block;
    clear: both;
    padding:0px 0px 40px;
}
.max-prime {
    max-width: 1200px;
    margin:0 auto;
}
.primers .text-info ul {
    list-style-type:circle;
    margin-left:20px;
     color:#888686;
    font-weight:300;
}
.primers .forward-btn {
    margin:20px 0px;
    color:#5e5e5e;
    border: 2px solid #5e5e5e;
}
.primers .forward-btn:hover {
    border:2px solid #1eacdf;
    color:#1eacdf;
}

.primers button {
    float:none;
}
.primers .text-info h2 {
    font-size:1.4em;
}
.primers h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 4px;
    background-color: #ecdec6;
    top:70px;
}
.primers .text-info p {
    font-size:1em;
    color:#888686;
    padding-bottom:15px;
    font-weight:300;
    margin-bottom: 0;
}
.primers.p-grid {
    background:#fff !important;
}
.primers:nth-child(even) {
    background: #fff;
}
.primers:nth-child(odd) {
    background: #f5f3f3;
}
.primers:nth-child(odd) .side-image {
    float:right;
}
.primers:nth-child(odd) .text-info {
    float:left;
}
.primers .side-image {
    background-size:85%;
    height:300px;
}
.primers .text-info {
    float:left !important;
}
.swiper-container {
    z-index:0;
}

input:not([type]).main-search {
    height:47px;
    background:#fff;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size:20px;
    background-image: url('img/search-icon.png');
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.main-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 1.1em;
    font-weight: 500;
    color: #4c4c4c;
    font-family: 'acumin-pro-wide', sans-serif;
    text-transform: none;

}
img.circle {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.max-prime .column+.column:last-child, .columns+.column:last-child, .max-prime .column+.columns:last-child, .max-prime .columns+.columns:last-child {
    float:left;
}
.text-info h3 {
    font-size:1.25em;
    padding-bottom:15px;
    color:#636363;
}
/*
input[type="submit"].brochure {
  background:#fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
input[type="submit"].brochure:hover {
    background:#1eacdf;  
}
*/
.field-wrap.left-side-wrap {
    width: 45% !important;
    float: left !important;
    margin-bottom: 10px;
}
.field-wrap.right-side-wrap {
    width: 45% !important;
    float: right !important;
     margin-bottom: 10px;
}
.field-wrap.right-side-clear-wrap {
    width: 45% !important;
    float: right !important;
    clear:both !important;
     margin-bottom: 10px;
}
.ninja-forms-form-wrap .list-checkbox-wrap ul label, .ninja-forms-form-wrap .list-radio-wrap ul label {
    font-weight: normal !important;
    color: rgba(255,255,255,0.8) !important;
}
.field-wrap.left-side-wrap label#ninja_forms_field_6_label {
    font-weight: 300 !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #fff !important;
    color: rgba(255,255,255,0.8) !important;
}
.ninja-forms-required-items {
    display: none;
}
.list-radio-wrap.label-above.left-side-wrap ul li, .list-radio-wrap.label-below.left-side-wrap ul li, .list-checkbox-wrap.label-above.left-side-wrap ul li, .list-checkbox-wrap.label-below.left-side-wrap ul li {
    padding: 0 0 0 0px;
    display: inline-block;
    margin-right: 60px;
}
.list-radio-wrap.left-side-wrap  span ul, .list-checkbox-wrap.left-side-wrap  span ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.home-modal {
    position: fixed;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(33,33,33,0.80);
    z-index: 9999999999;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
}

span.close-modal {
    position: absolute;
    right: 40px;
    top: 40px;
}

span.close-modal a {
    background: url(../images/close-modal.svg) no-repeat center center;
    background-size: 100%;
    text-indent: -999999px;
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    opacity: 0.7;
    cursor: pointer;
}
#ninja_forms_form_6_response_msg {
    display: block;
    z-index: 9999999999;
    color: #fff;
    text-align: center;
    margin-top: 200px !important;
}

#ninja_forms_form_6_response_msg p {
    font-size:24px;
}
.social-links a i.fa-houzz{
    line-height: 0.75em;
    font-size:13px;
}
.cross-over {
    
}
.mob-container {
    display: none;
}
/* Map Styles */
.map-container {
 background:#363f3f;
}
.dataTables_wrapper {
    background:#fff !important;
    padding-bottom:60px;
}
.locate-header h2 {
    font-size: 45px;
    line-height: 50px;
    color: #00b1bb;
    padding: 0 0 30px 0;
    font-weight: 900;
    text-align: center;
}

.sl_use_loc {
    margin-left: 4px;
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 9;
    top:550px;
}
.map-container input[type="text"] {
    box-shadow: none !important;
    background: transparent;
    border-left: none;
    border-right: none;
    color: #b2b2b2;
    border-color:#b2b2b2;
    background-image: url('img/search-icon.svg');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 18px;
    border-width:1px;
    font-size:14px;
        text-transform: none;
}



.wpgmza_sl_main_div {
    width:100%;
    max-width:980px;
    margin:0 auto;
    padding: 30px 0px 0px;
    background: #363f3f  !important;
    position: relative;
}

.map-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b2b2b2;
    font-family: 'acumin-pro-wide', sans-serif;
    font-weight:300;
    font-size:14px;
}
.map-container ::-moz-placeholder { /* Firefox 19+ */
    color: #b2b2b2;
   font-family: 'acumin-pro-wide', sans-serif;
   
    font-size:14px;
    
}
.map-container ::-moz-select-placeholder { /* Firefox 19+ */
    color: #b2b2b2;
    font-family: 'acumin-pro-wide', sans-serif;
   
   font-size:14px;
}
.map-container ::-webkit-select-placeholder { /* Firefox 19+ */
    color: #b2b2b2;
    font-family: 'acumin-pro-wide', sans-serif;
   
   font-size:14px;
}
.map-container ::-ms-select-placeholder { /* Firefox 19+ */
   color: #b2b2b2;
    font-family: 'acumin-pro-wide', sans-serif;
   
    font-size:14px;
}

.map-container :-ms-input-placeholder { /* IE 10+ */
  color: #b2b2b2;
  font-family: 'acumin-pro-wide', sans-serif;
 
  font-size:14px;
}
.map-container :-moz-placeholder { /* Firefox 18- */
  color: #b2b2b2;
  font-family: 'acumin-pro-wide', sans-serif;
 
   font-size:14px;
}
:focus {
    outline: none;
}

.wpgmza_sl_query_div {
    display: inline-block !important;
    height:37px !important;
    margin-right:0px;

}
.wpgmza_sl_query_innerdiv2.wpgmza_name_search_field {
    display: none;
}
.wpgmza_sl_query_innerdiv1 {
    display: none !important;
}
.wpgmza_sl_category_innerdiv1 {
    display: none !important;
}
.wpgmza_sl_radius_innerdiv1 {
    display: none !important;
}
.map-container select {
    background:transparent;
    border-right:none;
    border-left:none;
    color:#b2b2b2;
    border-color:#b2b2b2;
    background-image: url('img/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 25px;
    font-weight:200;
    font-size:14px;
}
.map-container select::selection {
        background-image: none;
}
.map-container select:focus {
    background:#363f3f;
    border-right:none;
    border-left:none;
    background-image: url(http://emofuelcard.weareopen.ie/wp-content/themes/emo-template/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 10%;
}
.wpgmza_sl_category_div {
    width:25%;
    display: inline-block !important;
    margin-top: 0 !important;
    margin-bottom:0 !important;
    width:250px;
    margin-right: 10px;
}
.wpgmza_sl_radius_innerdiv2 {
    width:300px !important;
}

.wpgmza_sl_radius_div {
    display: inline-block !important;
    width:300px !important;
    height: 37px !important;
    margin-right: 10px;
}
.wpgmza_sl_radius_innerdiv2 {
    display: inline-block !important;
    width:300px !important;
    float:none !important;
    position: absolute !important;
    padding:0% 1%;
}
.wpgmza_sl_category_innerdiv2 {
    float:none;
}
input.wpgmza_sl_reset_button_1 {
    display: none !important;
}
input.wpgmza_sl_search_button_1 {
    color:#b2b2b2;
   font-family: 'acumin-pro-wide', sans-serif;
    background: transparent;
    border:1px solid #b2b2b2;
    height: auto;
    padding: 7px 20px;
    font-size:15px;
    display: inline-block;
    position: absolute;
    margin-top:10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    right:0;
    text-transform:none;
}
input.wpgmza_sl_search_button_1:hover {
    background: #d8d1ba;
    color:#fff;
}
.wpgmza_sl_query_innerdiv2 {
    width:280px;
}
.wpgmza_sl_category_innerdiv2 {
    float: left;
    width: 250px;
}
#locationSelect {
    background: #fff;
}

.owl-carousel .owl-item {
    float: left !important;
    display: inline-block !important;
    width: 16% !important;
    clear: both;
    overflow: hidden;
}
.owl-carousel .owl-wrapper-outer {
    max-width:1080px;
    margin:0 auto;
}
#wpgmza_marker_list_1 {
    background:#fff !important;
} 
.wpgmza_carousel_odd {
    background:#eaeaea !important;
}
.wpgmza_carousel_even {
    background:#eaeaea !important;
}
.wpgmza_carousel_image_holder {
    display: none;
}

.wpgmza_marker_carousel .item .wpgmza_marker_title {
    color:#003770;
    text-align: left;
    border-bottom: 1px solid #9b9b9b;
    padding-bottom:4px;
    font-size:19px !important;
    width:80%;
}
.wpgmza_marker_address {
    text-align: left;
    color:#003770;
    
}

/* Remover Top Area of Address Table */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing {
    display: none;
}
.dataTables_wrapper .dataTables_paginate {
    display: block;
    float: right !important;
    
    width: 100%;
    max-width: 960px;
    margin: 30px auto 0px !important;
    clear: both;
    position: relative;
/*    text-align:center !important; */
    margin-right: 15% !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent !important;
    border:none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
   
    color:#474747 !important;
    font-family: 'proxima-nova-soft', Arial, san-serif;
    font-size: 16px; 
     border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background:transparent !important;
    border:none !important;
    color:#00b1bb !important;
     border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color:#1eacdf !important;
     font-weight:bold;    
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { 
     color:#1eacdf !important;
    
}
.wpgmaps_mlist_row {
    display:inline-block !important;
    float:left !important;
    width: 48% !important;
}
table.dataTable, table.dataTable th, table.dataTable td {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    /* box-sizing: content-box; */
    display: block !important;
    color:#474747;
}

    

.wpgmza_table .wpgmaps_mlist_row {
    
}
.wpgmza_table .wpgmaps_mlist_row:nth-of-type(even) {
     margin:0.5% 0%;
}
.wpgmza_table .wpgmaps_mlist_row:nth-of-type(odd) {
    margin:0.5% 1%;  
}
table#wpgmza_table_1.wpgmza_table tbody td.wpgmza_table_marker {
    display: none !important;
}


.wpgmza_table .wpgmaps_mlist_row {
    background:#f5f5f5;
    background-image: url('img/fleetwood-logo.png');
    background-repeat: no-repeat;
    background-position: 95% 10%;
    background-size: 120px;
    padding:15px;
    min-height: 220px;
}
table#wpgmza_table_1.wpgmza_table tbody td.wpgmza_table_title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 4px !important;
    position: relative;
    max-width:280px;
    position: absolute;
}
table.dataTable tbody td {
    padding: 8px 4px;
    padding-left:4px !important;
}
/* Map Info Category Hidden */
table#wpgmza_table_1.wpgmza_table tbody td.wpgmza_table_category {
    display: none !important;
}
table#wpgmza_table_1.wpgmza_table tbody td.wpgmza_table_address {
    text-transform: uppercase;
    display: none !important;
}
table#wpgmza_table_1.wpgmza_table tbody td.wpgmza_table_description {
    line-height:1.6;
    text-transform: uppercase;
    padding-top:75px;
}
table#wpgmza_table_1.wpgmza_table tbody td.wpgmza_table_description:first-letter {
    text-transform: uppercase;
}
table#wpgmza_table_1 thead {
    display: none;
}
.pin-container {
    padding:0;
}
td.wpgmza_table_title:after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 60px;
    height: 4px;
    background-color: #ecdec6;
    position: absolute;
}
.pins span {
    display: inline;
    font-family: 'proxima-nova-soft', Arial, san-serif;
}
.pins img {
    width:30%;
}
.custom-data {
    background:#fff;
    padding:20px 0px;
}
.custom-data h3 {
    color:#4f4f4f;
    font-size:28px;
    font-weight:500;
    text-align: center;
    padding:30px 0px 40px;
}

table.dataTable {
    border:none;
}
table#wpgmza_table_1.wpgmza_table tbody {
    padding-bottom:120px;
    width:100%;
    max-width:960px;
    font-family: 'acumin-pro-wide', sans-serif;
    margin: 0 auto;
    display: block !important;
}
.page-template-map-template .dataTables_wrapper {
    background:#fff;
    padding-bottom: 100px;
}
table.dataTable.no-footer {
    border:none !important;
}
button.sl_use_loc img {
    width:130px;
}
.sl_use_loc {
    background:transparent;
}
button.sl_use_loc:hover {
    background:transparent;
}
button.sl_use_loc:focus {
    background:transparent;
}
#wpgmaps_directions_editbox_1  table tbody {
        display: inline-block !important;
    margin: 0px 0%;
    font-family: 'proxima-nova-soft', Arial, san-serif;
    width: 100%;
    border: none;
    background: #003770;
}
#wpgmaps_directions_editbox_1  table tbody tr {
    display: inline-block !important;
}
#wpgmaps_directions_editbox_1  table tbody tr td  {
    background:#003770 !important;
    vertical-align: sub;
    padding: 0.5625rem 0rem 0.5625rem 0.725rem;
}
.wpgmaps_directions_outer_div table {
    border:none;
}
#wpgmaps_directions_edit_1 {
    text-align: center;
        display: none !important;
}

#wpgmaps_directions_edit_1 button#wpgmza_use_my_location_from, #wpgmaps_directions_edit_1 button#wpgmza_use_my_location_to  {
    display: none;
}
#wpgmaps_directions_edit_1 table tr:nth-of-type(even) {
    background:transparent;
}
.wpgmaps_directions_outer_div table {
    background:#003770;
    width:100%;
}
a#wpgmza_show_options_1 {
    display: none;
}
#wpgmaps_directions_editbox_1 label {
    font-family: 'proxima-nova-soft', Arial, san-serif;
    color:#fff;
    font-size:16px;
}
#wpgmaps_directions_editbox_1  table tbody tr td input[type="button"].wpgmaps_get_directions {
        color: #fff;
    font-family: 'proxima-nova-soft', Arial, san-serif;
    background: transparent;
    border: 1px solid #fff;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem 1rem;
    font-size: 1em;
    display: inline-block;
    margin-top: 0px;
    width: 81px;
    font-size: 16px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#wpgmaps_directions_editbox_1  table tbody tr td input[type="button"].wpgmaps_get_directions:hover {
    background:#00b1bb;   
}

.map-container #wpgmaps_directions_editbox_1 td.wpgmaps_from_td2 {
    
   
}
.map-container #wpgmaps_directions_editbox_1 td.wpgmaps_from_td2 input[type="text"] {
    width:205px !important;
     background-size: 9% !important;
    font-size:16px;
}
.map-container #wpgmaps_directions_editbox_1 td.wpgmaps_to_td2 input[type="text"] {
    width:240px !important;
     background-size: 8% !important;
    font-size:16px;
}
#wpgmaps_directions_editbox_1  table tbody tr:nth-child(1) td:nth-child(2n+2) {
 
    font-size:16px;
    padding-right:7px;
}
#wpgmaps_directions_editbox_1  table tbody tr td.wpgmaps_from_td1 {
    padding-left:7px;
}
#wpgmaps_directions_editbox_1  table tbody tr td:nth-child(4n+4) {
    width:800px;
    font-size:16px;
    padding-right:7px;
}
.map-container #wpgmaps_directions_editbox_1 select {
    background-size:12%;
    width:230px;
}
#wpgmaps_directions_edit_1 h2 {
    padding-bottom:30px;
        padding-bottom: 30px;
    padding-top: 30px;
}
#directions_panel_1 {
    background:#fff;
   /*margin-bottom:20px;*/
}
table.adp-directions {
    width:100%;
}
#wpgmaps_directions_notification_1 {
    text-align: center;
    color: #ffd300;
    font-family: 'proxima-nova-soft', Arial, san-serif;
    font-size: 22px;
    margin-top: -20px;
    padding-bottom: 20px;
}
#wpgmaps_directions_reset_1 {
    text-align: center;
    padding-bottom:40px;
}
#wpgmaps_directions_reset_1 a {
    font-size:22px;
    padding-bottom:15px;
}
.map-container .adp {
    max-width:960px;
    margin:0 auto;
}
.adp-fullwidth {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.adp-list {
    border:none !important;
}
.adp table {
    padding-bottom:40px;
}
#wpgmaps_directions_editbox_1 {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 20px;
}
#wpgmaps_directions_editbox_1  table tbody tr:nth-child(4n+1) {
   float:left;
}
#wpgmaps_directions_editbox_1  table tbody tr:nth-child(4n+2) {
   float:left;
}
#wpgmaps_directions_editbox_1  table tbody tr:nth-child(4n+3) {
   float:left;
    margin-left:18px;
}
#wpgmaps_directions_editbox_1  table tbody tr:nth-child(4n+4) {
   float:left;
    margin-left:8px;
}
td.wpgmza_table_description a {
    color: #00b1bb;
}
button.sl_use_loc {
/*    display: block;*/
    float: none;
    margin-left: 0;
}
.gm-style-iw {
    /*background: #eaeaea !important;*/
    padding: 5px 5px 0px;
    top: 0!important;
}

.wpgmza_markerbox p {
    color: #474747 !important;
    font-family: 'acumin-pro-wide', sans-serif;
    line-height: 1.6;
    text-transform: uppercase;
    font-size: 13px;
    
}
a.wpgmza_markerbox {
    color:#1eacdf;
}
p.wpgmza_infowindow_title {
    color: #474747 !important;
    font-size: 17px !important;
    font-weight: 600;
    border-bottom: 1px solid #9b9b9b !important;
    width: 99%;
    padding-bottom: 4px !important;
    font-family: 'acumin-pro-wide', sans-serif !important;
}
.wpgmza_modern_infowindow {
    background-image: url('img/fleetwood-logo.png') !important;
    background-repeat: no-repeat !important;
    background-position: 95% 10% !important;
    background-size: 15% !important;
}

.wpgmza_modern_infowindow_inner .wpgmza_iw_title {
    width:100% !important;
    padding-left:0;
    font-weight:600;
    border-bottom: 1px solid #9b9b9b !important;
    background: transparent !important;
}
.wpgmza_modern_infowindow_inner {
    font-family: 'proxima-nova-soft', Arial, san-serif;
}
.wpgmza_modern_infowindow_inner .wpgmza_iw_description {
    font-size:1.1em;
    max-height:100%;
    margin-top: 10px !important;
}
.wpgmza_modern_infowindow_inner .wpgmza_iw_address_p {
    display: none;
}
.wpgmza_modern_infowindow_inner .wpgmza_button {
    font-family: 'proxima-nova-soft', Arial, san-serif;
    border-color: #003770;
    font-size:1.25em;
}
p.wpgmza_infowindow_address {
    display: none;
}
.wpgmza_markerbox a.wpgmza_gd {
    color:#1eacdf !important;
}
.wpgmza_markerbox a.wpgmza_infowindow_link {
     color:#1eacdf !important;
}




/* Small size laptops - Nav Fix */
@media only screen and (min-width: 64.063em) and (max-width: 75em) { 
    nav ul li {
        padding-left:3.7rem;
    }
    
    .img-caption.vintage p {
           margin-top:-10%;
    }
} 




/* Tablets Landscape */
@media only screen and (max-width: 64.063em) { 
    .row.products {
        margin-top:4%;
    }
    
    button.expand {
        padding:3% 6%;
    }
    .gridder-list {
    width: calc(133%/11);
}
    .small-swatch {
        width: 12.3vw;
        height: 12.3vw;
    }
    input.newsletter {
        width:55%;
    }
    .tablet {
        margin-top:2%;
    }
    .row.swatch-picker {
        padding:8% 5%;
    }
    .large-swatch {
        width:39.3vw;
        height:39.3vw;
    }
    .swatch-details {
        width:50%;
    }
    .big-swatch {
        width:40%;
    }
    .complimentary {
        width:65%;
        margin-top:32%;
    }
    .close-center {
        top:2%;   
    }
    span.new {
        margin-top:-32px;
    }
    .range h2:after {
        margin:3% 40.5%;
    }
    .fleetood-range .range h2:after {
        margin:3% 38.5%;
    }
    a.enlarge {

    }
    .img-caption h3 {
        
    }
    .img-caption p {
        font-weight:300;
    }
    .img-caption a {
        font-weight:300;
    }
    .image-half a.enlarge {
        
    }
    .image-half h3 {
        font-size:1.15em;
        margin-top:2%;
    }
    .image-half p {
        margin-top:0%;
    }
    .image-half .hover-swatch {
        margin-top:-6%;
    }
    .input.newsletter {
        width:55%;
    }
    .content-container {
        top:68%;
    }
    footer {
        padding:4% 4%;
    }
    .product-buttons {
        padding: 0 5%;
    }
    input.name, input.email, input.house, input.street, input.county, input.city {
        width:100%;
    }
    .trigger, .activetrigger {
        width:100%;
        font-weight:300;
    }
    .dropcontainer ul {
        width:100%;
    }
    button.brochure {
        width:100%;
    }
    .row.full-width-newpick {
        margin:0;
    }
    .footer-link ul li a {
        font-weight: 300;
    }
    .copy p {
        font-weight: 300;
    }
    p.open a {
        font-weight: 300;
    }
    .content-container ul li p {
        padding-top:0;
    }
    span.doctrigger {
        padding:1.3em;   
    }

    #mc_embed_signup input.newsletter {
        width:60%;   
    }
    .product-cover {
        margin-top:90px;   
    }
    .row.products.tablet {
        margin-top:15%;   
    }
    .about {
        margin-top:0;   
    }
    .img-caption.vintage p {
        margin-top:-10%;
        max-height:95%;
    }
    .buying {
        margin-top: 0%;
    }
    .about {
        margin-top:0%;
    }
    #landing-image-container {
        height:450px;
    }
    .side-image.logo {
        background-position: 35% 40%;
        background-size: 65%;
        width: 50%;
    }
    .about-grid:nth-child(even) .text-info {
        padding: 50px 3% 40px 5%;
    }
    .about-grid:nth-child(odd) .text-info {
        padding: 50px 3% 40px 5%;
    }
    #open-modal:target {
        z-index:99999;
    }
    .primers .text-info h2 {
        font-size: 1.4em;
        width: 85%;
    }
    .primers h2:after {
        position: relative;
        top:10px;
    }
    .wpgmza_sl_main_div {
        width:100% !important;
        margin:0 3%;
    }
    .map-container #wpgmaps_directions_editbox_1 select {
        margin-top:30px;
    }
    #wpgmaps_directions_editbox_1 table tbody tr td input[type="button"].wpgmaps_get_directions {
        margin-top:30px;
    }
    #header {
        padding: 0 0 50px 0;
    }
    #wpgmaps_directions_edit_1 h2 {
        padding:30px 0px;
    }
    #wpgmaps_directions_editbox_1 {
        margin-top: -30px;
        margin-bottom:30px;
    }
    
    .map-container #wpgmaps_directions_editbox_1 td.wpgmaps_from_td2 {
        width:auto !important;
    }
    
    #wpgmaps_directions_editbox_1 table tbody tr:nth-child(4n+1) {
        margin-left:2%;        
    }
    #wpgmaps_directions_editbox_1 table tbody tr:nth-child(4n+2) {
        margin-left:1%;
        margin-top:30px;
    }
    .map-container #wpgmaps_directions_editbox_1 td.wpgmaps_to_td2 input[type="text"] {
        margin-top:30px;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-right:3% !important;
    }
    .map-container #wpgmaps_directions_editbox_1 select {
        width:240px;
    }
    .map-container #wpgmaps_directions_editbox_1 td.wpgmaps_from_td2 input[type="text"] {
        width:200px;
    }
    #wpgmaps_directions_editbox_1 table tbody tr:nth-child(4n+4) {
        margin-left:0;
    }
    .wpgmza_sl_query_innerdiv2 {
        width: 270px;
    }
    .wpgmza_sl_radius_innerdiv2 {
        width: 300px !important;
    }
    .wpgmza_sl_category_innerdiv2 {
         width: 250px !important;
    }
    input.wpgmza_sl_search_button_1 {
        padding: 7px 25px;
    }
    
}
/* Tablets Portrait */
@media only screen and (max-width: 56.250em) {
    .gallery-top {
        height:55%;
    }   
    .content-container {
        top:55%;
    }
    .content-container h1 {
        font-size:1.6em;   
    }
    .content-container .main, .content-container .type{
        margin-top:5%;
    }
    .image-caption h3 {
        
    }
    a.enlarge {
    }
    .image-half h3 {
       
    }
    .image-half .hover-swatch {
        margin-top: -3%;
    }
    .close {
        top: 20px;
        right: 20px;
    }
    .swiper-button-next, .swiper-button-prev {
        top:35%;
    }
    .range h2:after {
        margin:3% 36.5%;   
    }
    p.range {
        font-size:0.7em;   
    }
    #show-mobile {
        margin-top:2.5%;   
    }
    button.expand {
        font-size:0.9em;   
    }
    .gridder-list {
        width: calc(136%/10);   
    }
    .small-swatch {
        width:14vw;
        height:14vw;
    }
    .large-swatch {
        width:39vw;
        height:39vw;
    }
    .complimentary {
        width:66%;
        margin-top:25%;
    }
    .close-center {
        top:5%;   
    }
    div.cs-skin-elastic {
        left:-7%;
        width:140%;
    }
    .row.full-width-pick {
        padding:3% 0% 8% 0%;   
    }
    .documents em {
        width:83%;
        font-size:0.9em;
    }
    span.doctrigger {
        padding:1.05em;   
    }
    .full-width-newpick select {
        width:150%;
        margin-left:-25%;
    }
    .row.full-width-newpick {
        padding:3% 0%;   
    }
    
    #mc_embed_signup input.newsletter {
        width:55%;   
    }
    #mc_embed_signup .button {
        width: 40%;
        padding:7px 20px;
    }
    .about {
        margin-top:0;   
    }
    .img-caption.vintage p {
        margin-top:-20%;
        max-height:100%;
    }
    .buying {
        margin-top: 0%;
    }
    .about {
        margin-top:0%;
    }
    #landing-image-container {
        height:450px;
        margin-top:20px;
    }
    
    .about-grid {
        display: flex;
        flex-flow: row wrap;
    }
    .about-grid .medium-6 {
        display: block;
        width:100%;
    }
    .about-grid .text-info {
        order:2;
    }
    .about-grid .side-image {
        order:1;
    }
    .about-grid .text-info {
        order:2;
    }
    .side-image.logo {
        background-size:40%;
        background-position:50% 40%;
    }
    .product-cover {
        margin-top:70px;   
    }
    .primers .medium-6 {
        width:100%;
    }
    .primers .side-image {
        background-size: 55%;
        height: 300px;
        padding: 40px 0px;
        margin: 20px auto 0px;
    }
/*
    .primers h2:after {
        top:45px;
    }
*/
    .max-prime {
        margin:0 3%;
    }
    .primers .text-info h2 {
        font-size:1.45em;
        width:100%;
    }
    .primers .side-image.large {
        background-size:40%;
    }
    img.circle {
        display: block;
        margin:0 auto;
    }
    #wpgmaps_directions_editbox_1 table tbody tr td:nth-child(2) {
        width:0px;
    }
    .map-container #wpgmaps_directions_editbox_1 td.wpgmaps_to_td2 input[type="text"] {
        width: 165px !important;
    }
    .map-container #wpgmaps_directions_editbox_1 td.wpgmaps_from_td2 input[type="text"] {
        width: 165px !important;
    }
    .wpgmza_sl_main_div {
        width: 94% !important;
    }
    .wpgmza_sl_query_innerdiv2 {
        width:190px !important;
    }
    .wpgmza_sl_category_div {
        width:190px !important;
    }
    .wpgmza_sl_radius_div {
        width:200px !important;
    }
    .wpgmza_sl_radius_innerdiv2 {
        width: 190px !important;
    }
    .wpgmza_table .wpgmaps_mlist_row {
        height:233px;   
    }
    .custom-data h3 {
        padding: 10px 0px 20px;
        clear: both;
        font-size:28px;
    }
    .map-container #wpgmaps_directions_editbox_1 select {
        width: 145px;
    }
    .map-container #wpgmaps_directions_editbox_1 td.wpgmaps_from_td2 input[type="text"] {
        width: 145px !important;
    }
    td.wpgmaps_to_td1 {
        padding: 0.5625rem 0rem 0.5625rem 0em;
    }
    .map-container #wpgmaps_directions_editbox_1 td.wpgmaps_to_td2 input[type="text"] {
        width: 145px !important;
    }
    #wpgmaps_directions_editbox_1 table tbody tr:nth-child(4n+4) {
        margin-left:10px;
    }
    #wpgmaps_directions_editbox_1 table tbody tr:nth-child(4n+3) {
        margin-left:8px;
    }
    .wpgmza_sl_category_innerdiv2 {
        width: 180px !important;
    }
    .wpgmza_sl_radius_innerdiv2 {
        width: 205px !important;
    }
    .sl_use_loc {
        top: 605px;
        right:20px;
    }
    table#wpgmza_table_1.wpgmza_table tbody td.wpgmza_table_title {
        max-width: 220px;
    }
}


/* ================================================
 *
 * Smartphone Landscape Stylings
 *
 * ==============================================*/

@media only screen and (max-width: 43.0em) { 
    #landing-image-container {
        height: 300px;
        margin-top: 60px;
    }
    .landing-overlay h1 {
        font-size: 1.9em;
    }
    .side-image {
        height:300px;
    }
    .side-image.logo {
        background-position:50% 50%;
    }
    .product-cover {
        margin-top: 20px;
    }
    
    .mobile-only {
        display: block;
        margin-top: 65px;
    }
    
    .mobile-cover {
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height:300px;
    }
    .no-mob {
        display: none;
    }
    .page-id-33 .mobile-cover {
        background-position: 15%;
    }
    .primers .side-image {
        background-size: 55%;
        height: 200px;
        margin: 20px auto 40px;
    }
    .primers .text-info h2 {
        font-size: 1.35em;
    }

    .primers .text-info p {
        font-size:0.9em;
    }
    .primers .text-info ul {
        font-size:0.9em;
    }
    .primers .side-image.large {
        background-size:55%;
    }
    .primers h2 {
        padding-bottom:20px;
    }
    .primers .text-info p {
        padding-bottom:10px;
    }
        #open-modal:target {
        z-index: 99999;
        overflow-y: scroll;
    }
    .overlay-order-form {
        width:400px;
    }
    .modal-close {
            width: 35px;
        height: 35px;
        top:40px;
        right:40px;
    }
    #open-modal:target .popup-box {
        top: -30%;
    }
    .gallery-top {
        height: 600px;
    }
    .range h2 {
        font-size: 18px;    
    }
    .mob-container {
        display: block;
    }
    .wpgmza_table .wpgmaps_mlist_row {
        height: 230px;
        background-size: 100px;
    }
    table#wpgmza_table_1.wpgmza_table tbody td.wpgmza_table_title {
        max-width: 180px;
        font-size: 15px;
    }
    .wpgmza_table td {
        font-size:13px;
    }
    #mc_embed_signup input.newsletter {
        width: 130px;
    }
    .social-links a {
        margin-left:2px;
    }
    .social {
        padding-top:5px;
    }
    .wpgmza_sl_query_innerdiv2 {
        width: 160px !important;
    }
    .wpgmza_sl_radius_innerdiv2 {
        width: 200px !important;
    }
    .wpgmza_sl_category_innerdiv2 {
        width: 115px !important;
    }
    

}


@media screen and (max-width: 420px) {
    img.logo-mobile {
        width: 40%;
    }
    #mobile-header {
        padding:7% 0%;
    }
    #show-mobile {
        top:15%;
    }
    .mobile-container {
        margin-top:15%;
    }
    footer {
        overflow-x: hidden;
    }
    .swiper-button-next, .swiper-button-prev {
        margin-top:0% !important;
    }
    .content-container {
        top:55%;
    }
    .content-container h1 {
        font-size:1.3em;
        width:90%;
    }
    .content-container ul {
        margin-top:0;
    }
    button.close {
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .content-container ul li p {
        margin-top:-2%;
    }
    .content-container .type {
        margin-top: 0%;
    }
    .slide-hex {
        width: 4vw;
        height: 4vw;
    }
    .style_left{
        padding:0;
    }
    .style_right{
        padding:0;
    }
    .range h2:after {
        margin:3% 38.5%;
    }
    .hover-swatch {
        visibility: hidden;
    }
    .img-caption h3 {

        font-size:1.05em;
    }
    .img-caption p {
        font-size:0.8em;
        
    }
    .image-half h3 {
    }
    .image-half p {
    }
    
    .image-half a.enlarge:after {
        margin-left:0.5em;
        margin-top: 3px;
    }
    
    a.enlarge:after {
        margin-left:0.5em;
        margin-top: 0;
    }
    .social-links {
        float: left;
        padding:none;
    }
    .footer-link {
        margin-bottom:5%;
    }
    .footer-link h4 {
        padding-bottom:3%;
        margin-top:10%;
    }
     /*.footer-link.mobile {
        margin-top:45%;
    }
    ul#menu-buy.menu li a {
        font-size:0.5em;
    }*/
    .about {
        margin-top: 0%;
    }
    .row.products {
        margin-top:35%;
    }
    img.vogue {
        width:55%;
    }
    .row.order {
        margin:4% 3%;
    }
    #mc_embed_signup input.newsletter {
        width:100%;   
    }
    #mc_embed_signup .button {
        margin:10% 0%;
        width:100%;
    }
    .social {
        padding:0;   
    }
    .product-cover img {
        margin-top:25%;   
    }
    .row.products {
        margin-top: 5%;
    }
    .products h1 {
        font-size:1.4em;
        padding:20px 0px 30px;
    }
    
    .row.products.tablet {
        margin-top:35%;   
    }
    .row.full-width-newpick {
        padding:7% 0%;   
    }
    .full-width-newpick select {
     width:11em;
     position: relative;
     right:4em;   
    }
    .row.full-width-pick {
     padding:5% 0% 17% 0%;   
    }
    div.cs-skin-elastic {
        font-size: 1em;
        width: 13em;
        left: -85%;
    }
    .documents em {
        width:80%;   
    }
    span.doctrigger {
        padding:1.05em;   
    }
    .sheets h1 {
        margin:5% 0% 5% 0%;   
    }
    .documents {
        margin:10% 10%;   
    }
    .sheets h1:after {
        margin:6% auto;   
    }
    .img-caption.vintage p {
        margin-top:0;   
    }
    .brochure-wrap {
        width:100%;   
    }
    img.glyph {
        width:13%;   
    }
    .big-swatch {
        width: 100%;
        margin-top: 10%;
    }
    .gridder-close.close-center {
        top:-1%;
        right:0;
    }
    .large-swatch {
        width:83vw;
        height:83vw;
    }
    .swatch-details {
        float:left !important;
        width:100%;
        margin-top:15%;
    }
    .complimentary {
        width: 100%;
        margin-top: 10%;
    }
    ul.color-picker {
        margin-top:5%;   
    }
    ul.color-picker li {
        width:11vw;
        height:11vw;
    }
    .gridder-list {
        width: calc(129%/10);
    }
    .small-swatch {
        width:14vw;
        height:14vw;
    }
    .small-swatch span { 
        display: none;   
    }
    .product-cover {
        margin-top:50px;
    }
    .product-cover img {
        margin-top: 0;
        object-fit: cover;
        height: 190px;
    }
    h2.main-title{
        font-size:1.6em;
        padding-bottom:20px;
        line-height: 1.2;
    }
    .pro-col h3 {
        font-size:1.5em;
    }
    .page-id-33 .mobile-cover {
        background-position: 10%;
    }
    .page-id-31 .mobile-cover {
          background-position: 10%;
    }
    .page-id-25 .mobile-cover {
        background:#0e0d15;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .page-id-29 .mobile-cover {
        background-size:150%;
        height:250px;
        margin-top:20px;
    }
    .primers .side-image {
        background-size: 65%;
        height: 130px;
        margin: 10px auto 40px;
    }
    .primers .side-image.large {
        background-size: 65%;
        height: 120px;
    }
    #landing-image-container {
        height:400px;
    }
/*
    #landing-image-container:after {
        padding-top: 108.25%;
    }
*/
    .landing-overlay {
        width:85%;
    }
    .news-sign {
        padding-left:0;
        padding-right:0;
    }
    #open-modal:target {
        z-index: 99999;
        overflow-y: scroll;
    }
    .overlay-order-form {
        width: 300px;
        margin: 50px auto;
    }
    .modal-close {
        width: 30px;
        height: 30px;
        right: 20px;
        top: 20px; 
    }
    .content-container .type {
        display: none;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 40%;
    }
    .wpgmza_sl_query_innerdiv2 {
        width: 100% !important;
    }
    .wpgmza_sl_query_div {
        display: block !important;
        height: 0px !important;
    }
    .wpgmza_sl_radius_innerdiv2 {
        width: 100% !important;
    }
    .wpgmza_sl_category_innerdiv2 {
        width: 100% !important;
        margin-top: 27px;
        margin-bottom: 15px !important;
    }
    input.wpgmza_sl_search_button_1 {
        padding: 7px 25px;
        width: 100%;
        text-align: center;
    }
    .wpgmza_sl_category_div {
        width: 100% !important;
        display: block !important;
    }
    .wpgmza_sl_main_div {
        width: auto !important;
    }
    .wpgmza_sl_main_div {
        padding: 50px 0px;
            margin: 0 20px;
    }
    .wpgmaps_mlist_row {
        width: 97% !important;
    }
    table#wpgmza_table_1.wpgmza_table tbody td.wpgmza_table_title {
        max-width: 195px;
    }
    .wpgmza_map {
        height: 450px;
    }
    table#wpgmza_table_1.wpgmza_table tbody td.wpgmza_table_description {
        padding-top: 75px
    }
}
/* iPhone 5 Portrait - Only */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
       .content-container .type {
            visibility: hidden;
        }  
        div.cs-skin-elastic {
            left:-125%;
        }
        table#wpgmza_table_1.wpgmza_table tbody td.wpgmza_table_title {
            padding-bottom: 0px !important;
            height: 0px !important;
            display: block !important;
            clear: both;
            position: absolute;
        }
    .sl_use_loc {
        top: 798px;
        right: 25px;
    }
}

/* Large Screens */

@media (min-width: 1550px) {
 
    .img-container {
        max-width:459px;   
    }
    .grid {
        max-width:90em;
        margin:0 auto;
    }
    
    .grid li {
        width:25%;
    }
    
}


@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media
    {
        #open-modal.overlay-custom {
          visibility:hidden;
          opacity:0;

          position:fixed;
          background-color: rgba(30, 30, 30, 0.95);
          top:0;
          right:0;
          left:0;
          bottom:0;
          /*-webkit-transition: .5s ease-in;
          -moz-transition: .5s ease-in-out;
          -o-transition: .5s ease-in-out;
          transition: .5s ease-in-out;*/
            transition:none;
        }

        .popup-box {
          position:relative;
          top:-100%;
          /*transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);*/
          background:transparent;
          width:100%;

        }

        .popup-box * {

        }

        #open-modal:target {
          visibility:visible;
          opacity:1;
            width: 100%;
            height: 100%;
            position: fixed;
            z-index:1;

        }

        #open-modal:target .popup-box {
          top:0%;

        }
    }

}
