@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Montserrat:ital,wght@0,300;0,400;0,700;1,300&family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');
* {
  box-sizing: border-box;
  /*-webkit-box-sizing: content-box;*/
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0
}
body {
  height: 100%;
  letter-spacing: .01em;
  font: 300 1.0rem/1.5rem "Montserrat", sans-serif;
}
title {
  text-transform: capitalize
}
hr {
  padding: 20px 0;
  border: 0
}
ul, ol, li {
  list-style: none;
}
ol.lig li {
  list-style: decimal;
  padding-left: 30px;
}
a {
  text-decoration: none;
  color: #000;
}
h1 {
  font: 300 1.2rem "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  font-style: italic;
}
h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: .02em
}
h3 {
  font-size: 1.4rem
}
h4 {
  font-size: 1.0rem
}
h2, h5 {
  text-transform: capitalize;
  font: 400 1.6rem/1.9rem "Playfair Display", serif;
  padding-bottom: 10px;
  text-align: center;
}
h5 {
  font-size: 1.2rem;
}
div.center-title {
  margin: 50px auto 20px;
  text-align: center;
}
span.title {
  text-transform: uppercase;
  padding: 0 15px 15px;
  border-bottom: 5px solid #95a5a6;
  display: inline-block;
}
h5.disclosure {
  text-align: center;
  padding: 40px 0 0;
  clear: both;
  width: 100%;
  margin: 20px auto 0
}
p.statement, h1.statement {
  font: 300 1.2rem/1.7rem "Montserrat", sans-serif;
  color: #000;
  padding: 0 10% 3%;
  text-align: center;
  word-spacing: .2em;
  text-transform: none;
}
p.statement a, .disclaimer a {
  font-size: 1.2rem;
}
.disclaimer a {
  border-bottom: 1px solid #000;
}
.disclaimer a:hover {
  border-bottom: 2px solid #000;
}
.disclaimer {
  background: #f1f2f3;
  text-align: center;
  padding: 3% 15% 5%;
  margin: 50px auto 0;
  width: 100%;
}
.disclaimer p {
  padding: 20px 0 0;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.light {
  color: #fff
}
/*main structure*/
#allsite, #inner, #header {
  width: 100%;
  margin: 0 auto;
  clear: both
}
#header {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .2);
}
#header.nosticky {
  position: relative;
  z-index: 2
}
.logo-solo {
  width: 30%;
  margin: 50px auto 20px;
  text-align: center;
  color: #ccc;
  font-size: .9rem;
  box-shadow: 0 0 #fff;
}
.menu-logo {
  display: inline-block;
  padding: 7px 50px;
  margin: 0 50px;
  width: 25%;
  float: left
}
.tbc .menu-logo {
  width: 55%;
}
.menu-logo img {
  box-shadow: 0 0 #fff;
}
.nav-container {
  display: flex;
  width: 64%;
  justify-content: space-between
}
.tbc .nav-container {
  width: 34%;
}
.explore {
  display: flex;
  width: 100%;
  justify-content: space-between
}
.explore img {
  padding: 0 1% 1%;
  width: 31%;
}
.sub-menu {
  margin: auto;
  width: 100%;
}
/* Top Navigation Bar */
.fa .fa-angle-down {
  color: #000
}

#nav > a {
  display: none
}
#nav > .menu-logo {
  padding: 0 10px;
  margin-left: 50px
}
ul.nav-container > li {
  padding: 0 10px
}
#nav > .menu-logo, ul.nav-container > li > a {
  display: table-cell;
  height: 95px;
  vertical-align: middle
}
ul.nav-container > li > a {
  position: relative;
  letter-spacing: .02em;
  color: #000;
  text-transform: uppercase;
  transition: .5s;
  font: 400 1rem "Montserrat", sans-serif
}
ul.nav-container > li > a.active, a.active i.fa-search, a.active i.fa-angle-down {
  color: #099
}
ul.nav-container > li > a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  top: 0;
  left: 0;
  background: #099;
  transition: transform .5s;
  transform: scaleX(0);
  transform-origin: bottom
}
ul.nav-container > li > a.active::after {
  background: #099;
  transition: transform .5s;
  transform: scaleX(1.1);
  transform-origin: none
}
ul.nav-container li a:hover {
  color: #099
}
ul.nav-container > li > a:hover::after {
  transform: scaleX(1.1);
  transform-origin: top
}
.more-nav {
	display: none;
}
.fa-angle-down {
  padding-left: 3px
}
/*Quotes*/
.quoted {
  padding: 5% 10%;
  text-align: center;
  color: #fff
}
.quote {
  font: 400 1.6rem/1.9rem "Playfair Display", serif;
  padding-bottom: 10px
}
.signature {
  font-style: italic;
  font-size: 1.2rem
}
/*Icons*/
.icon, .icons {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover
}
.icons {
  width: 50px;
  height: 50px
}
.services-grid .icons {
  width: 30px;
  height: 30px;
}
.contact-icons {
  width: 30px;
  height: 30px;
  filter: invert(0%) sepia(3%) saturate(0%) hue-rotate(186deg) brightness(97%) contrast(102%)
}
.icon-search:hover, .icon-search:focus, .active .icon-search {
  filter: invert(36%) sepia(99%) saturate(920%) hue-rotate(146deg) brightness(93%) contrast(101%)
}
.nav-themes {
  display: inline-block;
  content: "\2023";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  padding-left: 3px;
  font-size: 24px
}
.nav-search a::before, .nav-search2::after {
  display: inline-block;
  content: "\260C";
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -o-transform: rotate(100deg);
  transform: rotate(100deg);
  font-size: 24px
}
.nav-search2 {
  color: #fff;
  font-size: 30px
}
.mega-menu h2 {
  text-transform: uppercase;
  margin-bottom: 20px
}
/*Mega Menu*/
.mega-menu {
  background: #f1f2f3;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity .5s linear;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 40px 60px 10px;
  text-transform: capitalize;
  border-top: 6px solid #fff;
  text-align: left
}
.mega-menu h4, .mega-menu h4 a {
  color: #000;
  padding-bottom: 4px;
  text-decoration: none
}
.mega-menu .sub-menu {
  display: flex
}
.mega-menu .item {
  flex-grow: 0;
  margin-right: 10%
}
.mega-menu .item:last-child {
  margin-right: 0
}
.mega-menu .item img {
  width: 50%
}
.mega-menu .item ul, .mega-menu .item img {
  margin-bottom: 30px
}
.pics .item {
  flex-grow: 0;
  margin-right: 2%
}
.catalog {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%
}
ul.sub-container {
  display: flex;
  flex-direction: column;
  align-items: start
}
.dropdown:hover .mega-menu {
  visibility: visible;
  opacity: 1
}
#content {
  min-height: 100%
}
#content.mdf {
  margin-top: 40px
}
#qcontent, .qcontent {
  content-visibility: auto;
  contain-intrinsic-size: 6000px; /* height guess, impacts lightbox ht */
}
#content.no-banner {
  margin-top: 150px
}
.center-all {
  text-align: center;
}
.center-all i {
  font-size: 2rem;
  padding-top: 20px
}
.contain {
  width: 80%;
  margin: 0 auto;
}
.full {
  text-align: center;
  padding: 3% 5%;
  background: #f1f2f3;
  color: #000;
}
.full h2, .disclaimer h2 {
  background: #000;
  padding: 10px 20px;
  color: #fff;
  width: 300px;
  margin: 20px auto 0;
}
/* Footer */
#footer {
  width: 100%;
  margin: 100px auto 0;
  clear: both;
  padding: 1% 5%;
  overflow: hidden;
  background: #000;
  color: #fff
}
#footer i, #footer h3 {
  color: #fff
}
#footend {
  margin: 20px auto 5px;
  clear: both;
  text-align: center;
  padding: 25px 10% 15px;
  border-top: 2px solid #43474D;
}
.foottext {
  letter-spacing: .1em;
  text-align: center;
  padding-top: 20px;
  font: .8rem/1.1rem "Montserrat", sans-serif;
}
.footersummary {
  line-height: 1.3rem
}
.center-footer {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}
/* To fix parent collapsing - See 'CSS Alignment' chapter for details */
.clearfixed:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
/*End Site Structure*/
/* Style the buttons */
.order-button {
  padding: 0;
  margin: -0px auto 0;
  border: 0
}
.product-info .all-buttons a, .all-buttons a, .all-button {
  font: 700 1rem "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: .03em;
  padding: 25px 35px;
  background: #000;
  text-align: center;
  margin: 20px auto;
  max-width: 400px;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  flex-wrap: wrap;
  border: 0
}
.product-info .all-buttons a:hover, .all-buttons a:hover, .all-button:hover {
  background: #95a5a6;
  -webkit-transition: background .4s ease;
  -moz-transition: background .4s ease;
  -ms-transition: background-color.4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4 ease
}
.product-info .all-buttons a:hover {
  color: #fff
}
section .all-buttons a {
  float: right
}
.product-info .all-buttons a {
  padding: 15px 25px;
  margin: 10px auto 0;
}
.themebtn {
  width: 29%;
  float: left;
  margin: 2%
}
/*Themes.php center the category text h4.centered on the image*/
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .4); /* #000 see-through */
  width: 100%;
  color: #fff;
  padding: 7px 0
}
/* Home page grid. Image on left, text and call to action on right */
.mid {
  vertical-align: middle;
  display: table-cell
}
/*accordian faqs*/
.accordion-list {
  position: relative;
  display: block;
  width: 95%;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  background-color: #f1f2f3
}
.accordion-list li {
  position: relative;
  display: block;
  height: auto;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 15px;
  border: 1px solid #eee;
  color: #000;
  cursor: pointer
}
.accordion-list .compare-grid li {
  background: none;
  margin: 0 auto;
  padding: 2px;
  border: 0
}
.accordion-list li.active h3:after {
  transform: rotate(45deg)
}
.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  letter-spacing: .01em;
  cursor: pointer;
  padding-right: 50px
}
.accordion-list li h3:after {
  content: "\002B";
  position: absolute;
  right: 0;
  top: 0;
  color: #099;
  transition: all .3s ease-in-out;
  font-size: 3rem
}
.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer
}
.accordion-list li div.answer p, .accordion-list li div.answer span {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 1.2rem
}
.accordion-list li div.answer span {
  padding: 2px 0 20px
}
.accordion-list {
  counter-reset: accordlist;
}
.accordion-list h3::before {
  counter-increment: accordlist;
  content: counter(accordlist) ". ";
}
.answer a {
  font-size: 1.2rem;
  color: #099;
  border-bottom: 1px solid #099;
}
.answer a:hover {
  border-bottom: 2px solid #099;
}
/* All Grids*/
.grid {
  display: grid;
  justify-content: center;
  position: relative;
  clear: both;
  height: 100%;
  width: 100%;
  margin: 40px auto 0
}
.seven-grid {
  grid-template-columns: repeat(7, calc(100%/7));
  grid-gap: 1% 1%;
  font-size: .9rem
}
.five-grid {
  grid-template-columns: repeat(5, calc(100%/5));
  grid-gap: 2% 1%
}
.four-grid {
  grid-template-columns: repeat(4, calc(100%/4));
  grid-gap: 2% 1%
}
.three-grid {
  grid-template-columns: repeat(3, calc(100%/3));
  grid-gap: 2% 2%
}
.two-grid {
  grid-template-columns: repeat(2, calc(100%/2));
  grid-gap: 50px 4%
}
.one-grid {
  grid-template-columns: repeat(1, calc(100%/1));
  grid-gap: 0
}
/*All Items*/
.item {
  text-align: left;
  position: relative
}
.item img {
  margin-bottom: 10px
}
.item img.icons {
  margin-bottom: 5px
}
.item a img:hover {
  opacity: .9
}
.item p {
  padding: 10px 0 15px;
}
.item h3 + p {
  font-style: italic;
}
.item li {
  padding: 0 15px 5px 0;
  display: inline-block
}
.item li, .item li a, .item li p {
  font-size: .9rem
}
.item h4 {
  margin-top: 0px
}
.item h3, .item h3 a, .item span, .item span a {
  letter-spacing: 0;
  font: 700 1.2rem "Montserrat", sans-serif; /*1.4rem*/
  padding: 0;
}
.item li a, .item h3 a, .item span a {
  border-bottom: 1px solid #000;
}
.item li a:hover, .item h3 a:hover, .item span a:hover {
  border-bottom: 2px solid #000
}
/*Mega Menu Grid*/
ul.sub-container li a {
  border-bottom: 0 solid #ddd;
  display: block;
  text-transform: capitalize;
  font: 100 1rem/1.8rem "Montserrat", sans-serif;
  letter-spacing: .03em
}
ul.sub-container li a:hover {
  color: #099;
  border-bottom: 0 solid #000
}
/*banner Grid*/
picture, object, source {
  padding: 0;
  margin: 0
}
.banner-grid, .quoted {
  background: #099;
  background: linear-gradient(to left top, #062139, #06354f, #034a64, #026078, #0c778a, #0f7c8e, #128092, #158596, #0a788e, #066c86, #085f7c, #0d5372);
  background: -moz-linear-gradient(to left top, #062139, #06354f, #034a64, #026078, #0c778a, #0f7c8e, #128092, #158596, #0a788e, #066c86, #085f7c, #0d5372);
  background: -webkit-linear-gradient(to left top, #062139, #06354f, #034a64, #026078, #0c778a, #0f7c8e, #128092, #158596, #0a788e, #066c86, #085f7c, #0d5372);
}
.banner-grid {
  qmin-height: 375px;
  grid-template-columns: 35% 65%;
  grid-gap: 0;
  width: 100%;
  align-items: center; /*vertical*/
  margin: 0 auto 50px;
}
.banner-grid.for-paths, .banner-grid.dark.for-paths {
  margin-bottom: 10px;
}
.banner-grid .item > img, .banner-grid .item > picture, .banner-grid .item > object {
  width: 100%; /* control the size */
  aspect-ratio: 1;
  object-fit: cover;
  height: 375px
}
.banner-grid .item > img.overlayed {
  opacity: .3;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.banner-grid.shorter {
  min-height: 250px;
}
.banner-grid.shorter .item > img.overlayed {
  height: 250px;
}
.banner-grid .item > img, .banner-grid .item > picture img, .banner-grid .item > object {
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  vertical-align: top;
  margin: 0;
  display:block;	
}
.banner-grid .item:nth-child(2) {
  text-align: right;
  padding: 0 15%;
  color: #fff;
}
.banner-grid h3 {
  font: 700 2rem "Montserrat", sans-serif;
  text-transform: capitalize
}
.banner-grid p {
  font: 300 1.2rem "Montserrat", sans-serif; /*open was p*/
  padding: 0;
}
.banner-grid.dark {
  background: #efefef;
  background: -webkit-linear-gradient(left, #efefef, #efefef, #efefef, #ccc);
  background: -o-linear-gradient(left, #efefef, #efefef, #efefef, #ccc);
  background: linear-gradient(to right, #efefef, #efefef, #efefef, #ccc)
}
.banner-grid.dark .item {
  color: #000
}
.dark .clear-button {
  border: 2px solid #000;
  color: #000
}
.dark .clear-button:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff
}
/*Inner Site Banner*/
.sub-banner-grid {
  min-height: 200px;
  grid-template-columns: 65% 35%;
  grid-gap: 0 5px;
  margin: 0 auto 50px;
  background: #fff;
  width: 80%
}
.sub-banner-grid.wide {
	width:100%;
}
.sub-banner-grid.dark {
  background: #fff;
}
.sub-banner-grid .vert {
  display: table;
  height: 100%;
}
.sub-banner-grid .vert .item {
  text-align: left;
  padding: 0 10%;
}
.sub-banner-grid .item {
  vertical-align: middle;
  display: table-cell;
  color: #000;
  background: #f1f2f3;
}
.sub-banner-grid .item > img {
  clip-path: none;
  height: 400px;
}
.sub-banner-grid h3 {
  text-transform: uppercase;
  font-size: .9rem;
}
.sub-banner-grid p {
  font: 300 1.1rem "Montserrat", sans-serif;
  font-style: italic;
}
.sub-banner-grid h5 {
  font-size: 2.4rem;
  line-height: 3rem;
}
/*Inner Site Banner*/
.theme-grid {
  grid-gap: 1% 1%;
  text-align: center;
}
.theme-grid img {
  margin-bottom: 0px;
}
.theme-grid .item {
  text-align: center;
  margin-bottom: 20px;
}
.theme-grid .item a :not(img), .search-grid .item a span {
  margin: 0 0 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.theme-grid .item a:hover :not(img), .search-grid .item a:hover span {
  border-bottom: 2px solid #000;
}
.search-grid {
  margin-top: 10px;
}
.search-grid p {
  font-style: italic;
}
/*product icon grid footer*/
.hide {
  display: none
}
.product-icons {
  margin-top: 20px
}
.product-icons .item, .product-icons a .item h3 {
  text-align: center
}
.product-icons img {
  margin-bottom: 0
}
.product-icons a .item {
  padding: 5%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #f1f2f3;
  color: #000
}
.product-icons a:hover .item {
  background: #000;
  color: #fff
}
/*footer grid*/
/* Footer */
.footer-grid {
  grid-gap: 30px 0;
}
.footer-grid .item {
  padding: 20px 5%;
  color: #fff;
  text-align: center;
}
.tbc .footer-grid .item:nth-child(3) {
  display: none;
}
/*list format all-grid and footer*/
.footer-grid .item li {
  padding-right: 0
}
.footer-grid .item ul, .all-work .item ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.all-work .item ul {
	justify-content: left;
}
.all-work .item li:not(:last-child)::after {
	display: inline-block;
	content:",";
  margin: 0;
}
.all-work .item li:first-child::after {
	content:"";
	font-weight: 700;
}
.all-work .item li {
padding:0 7px 0 0;
}

.footer-grid .item li:not(:last-child)::after {
	display: inline-block;
  content: "/\00a0";
	content:"\00B7";
  margin: 0 10px;
}


/*links*/
.footer-grid li a, .footersummary {
  color: #fff;
  padding-bottom: 1px;
  letter-spacing: .03em;
  border-bottom: 1px solid #000;
  font: 300 .9rem/1.4rem "Montserrat", sans-serif;
}
.footer-grid li a:hover {
  border-bottom: 1px solid #fff;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1)
}
.footer-grid .item:last-child a {
  border-bottom: 0;
}
.center-footer {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}
.footer-grid .item img {
  margin-bottom: 0
}
.footer-grid .item p {
  padding-top: 0
}
.footer-grid .item p + h3 {
  padding-top: 30px
}
/*Social Media*/
ul#social {
  justify-content: center;
  align-items: center;
	padding-top: 5px;
}

.footer-grid .item #social li:not(:last-child)::after {
	content:"";
  margin: 0 5px;
}

#social li a:hover {
  opacity: .8
}
/*Steps, Service Grid*/
.services-grid {
  background: #fff;
  grid-gap: 5px 5px;
  margin-bottom: 30px;
}
.services-grid .item {
  background: #f1f2f3;
  padding: 35px 25px;
  text-align: center;
  color: #000;
  height: 100%;
}
.services-grid h3 {
  text-transform: uppercase;
  font-size: .9rem;
}
.services-grid .item h5 {
  font-size: 2.4rem;
  line-height: 3rem;
}
.services-grid .item p {
  font-style: italic;
}
.services-grid img {
  padding: 0;
  margin: 0;
}
.services-grid a {
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
.services-grid a:hover {
  border-bottom: 2px solid #000;
}
.services-grid a.view {
  font-style: normal;
  font: 700 .8rem "Montserrat", sans-serif;
}
/*compare-grid grid*/
.compare-grid .item {
  padding: 10% 5%;
  text-align: center;
  position: relative;
  background: #FAFBFC;
  font-size: .95rem;
  line-height: 1.35rem
}
.compare-grid .item:nth-child(2), .compare-grid .item:nth-child(3) {
  background: #f1f2f3
}
.compare-grid .item:nth-child(4), .compare-grid .item:nth-child(5) {
  background: #E3E4E6
}
.compare-grid .item:hover, .compare-grid .item.active-item {
  -ms-transform: scale(1.01); /* IE 9 */
  -moz-transform: scale(1.01); /* Firefox */
  -webkit-transform: scale(1.01); /* Safari and Chrome */
  -o-transform: scale(1.01); /* Opera */
  transform: scale(1.01);
  transition: transform .5s;
  box-shadow: 0 0px 3px rgba(0, 0, 0, .3)
}
.compare-grid ul {
  margin: 0 0 20px
}
.compare-grid li {
  font-style: italic;
  display: block
}
.compare-grid li:nth-child(1), .compare-grid li:nth-child(2) {
  font-style: normal;
  line-height: 1.0rem
}
.compare-grid li:nth-child(3) {
  font-style: normal;
  padding-top: 20px;
  font: 700 .95rem/1.35rem "Montserrat", sans-serif
}
li.not-included {
  text-decoration: line-through
}
.ordernow {
  margin: 30px 0;
}
.ordernow a {
  font: 700 1.1rem "Montserrat", sans-serif;
  padding: 10px 40px;
  border: 2px solid #000;
  background: #fff
}
.ordernow a:hover {
  background: #000;
  color: #fff
}
/* Product list near footer */
ul.product-list {
  display: flex;
  flex-direction: column;
  text-align: right;
  width: 100%
}
ul.product-list li a {
  padding: 2px 0;
  text-decoration: none
}
ul.product-list li a:hover, ul.product-list li a.active {
  color: #95a5a6
}
ul.product-list li a:after {
  content: "\2192";
  padding-left: 10px
}
/* Home Contact */
.contact-grid {
  grid-gap: 0 0;
  height: 100%;
  width: 100%
}
.contact-grid .item h4, .contact-grid .item .icons, .contact-options .item h4, .contact-options .item .icons {
  margin: 0;
}
.contact-grid h4 {
  text-transform: uppercase;
}
.contact-grid .item p, .contact-options .item p {
  padding: 0;
}
.contact-grid p a {
  border-bottom: 1px solid #000;
}
.contact-grid p a:hover {
  border-bottom: 2px solid #000;
}
.contact-grid .item:nth-child(1) {
  text-align: center
}
.contact-grid .item div, .contact-options .item {
  border: 1px solid #95a5a6;
  background: #f1f2f3;
  padding: 30px 40px;
  margin-bottom: 20px;
  text-align: center
}
.contact-grid .item:nth-child(2) {
  padding: 0;
  margin: 0;
  background: #fff
}
/* Contact Page Options */
.contact-options {
  margin-bottom: 20px
}
.contact-options .icons {
  height: 50px;
  width: 50px
}
/* END Row of Buttons with Title and Description */
/*End Social Media*/
/*TEXT FORMATS*/
.paths {
  font: 400 .8rem "Montserrat", sans-serif;
  color: #95a5a6;
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: left;
  text-transform: lowercase
}
.paths a {
  color: #95a5a6
}
.paths a:hover {
  color: #099
}
ul.paths li {
  display: inline
}
ul.paths li + li:before {
  content: "/\00a0";
  padding: 0 10px
}
.product-container {
  display: table;
  width: 49%;
  margin: 0 auto 20px;
  float: left;
  padding: 0 1% 1%
}
.solo {
  clear: both;
  width: 100%
}
.product-container:nth-child(odd) {
  padding-left: 0
}
.product-container:nth-child(even) {
  padding-right: 0
}
.product-container a {
  border-bottom: 2px solid #000
}
.product-container a:hover {
  cursor: pointer;
  color: #099;
  border-bottom: 2px solid #099
}
/* Theme-Pages */
.divide {
  height: 2px;
  border-bottom: 1px #000 solid;
  width: 100%;
  padding: 5px 0;
  background: #ccc
}
.container {
  margin: 30px auto;
  width: 100%;
}
#form-container, #form-containerb {
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 0 40px
}
.product {
  float: left;
  width: 100%
}
ul.tabs, ul.tabsb {
  float: left;
  position: relative;
  display: flex;
  margin: 20px 2%;
  padding: 0;
  width: 96%;
  flex-flow: row wrap;
  justify-content: center;
  border: 0;
  cursor: pointer;
  border-bottom: 2px solid #000 /*95a5a6*/
}
ul.tabs li, ul.tabsb li {
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-align: center;
  float: left;
  flex: 1 1 0%;
  line-height: 1;
  transition: color .2s ease 0s;
  display: block;
  padding: 1em 2em;
  color: #000;
  border-bottom: 0 solid #fff;
  font: 700 .85rem "Montserrat", sans-serif;
  background: #f1f2f3;
  margin-right: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}
ul.tabs li:last-child, ul.tabsb li:last-child {
  margin-right: 0
}
ul.tabs li.current, ul.tabsb li.current {
  color: #fff;
  -ms-transform: scale(1.0); /* IE 9 */
  -moz-transform: scale(1.0); /* Firefox */
  -webkit-transform: scale(1.0); /* Safari and Chrome */
  -o-transform: scale(1.0); /* Opera */
  transform: scale(1.0);
  border-bottom: 0 solid #099;
  background: #000
}
ul.tabs > li::after, ul.tabsb > li::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  background: #099;
  transition: transform .5s;
  transform: scaleX(0);
  transform-origin: bottom;
  padding: 0
}
ul.tabs > li.current::after, ul.tabsb > li.current::after {
  background: #099;
  transition: transform .5s;
  transform: scaleX(1.1);
  transform-origin: none
}
ul.tabs > li > img, ul.tabsb > li > img {
  padding-top: 15px
}
ul.tabs li img:hover, ul.tabsb li img:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -moz-transform: scale(1.05); /* Firefox */
  -webkit-transform: scale(1.05); /* Safari, Chrome */
  -o-transform: scale(1.05); /* Opera */
  transform: scale(1.05);
}
ul.tabs li p, ul.tabsb li p {
  margin: 0 0 35px;
  font: .8rem "Montserrat", sans-serif;
  color: #000
}
ul.tabs li p:hover, ul.tabsb li p:hover {
  color: #000
}
.tab-content, .tab-contentb {
  display: none;
  border-bottom: 0 solid #f1f2f3;
  padding: 0 20px;
  height: 430px
}
.tab-content.current, .tab-contentb.current {
  display: inherit
}
.container h2 {
  margin-top: 20px;
  padding-left: 20px
}
.pviews /*div.product + div*/ {
  width: 60%;
  dispaly: flex;
  flex-direction: row
}
/*right product info*/
.product-info {
  width: 40%;
  padding: 0 0 0 3%;
  display: table;
  min-height: 400px;
  font-size: 1.0rem;
}
.product-info p {
  display: table-cell;
  vertical-align: middle
}
.product-info .theme, .sub-title {
  font: 300 1rem/1.5rem "Montserrat", sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase
}
.product-info .product {
  /*font: 700 .9rem "Montserrat", sans-serif;
	text-transform: uppercase;*/
  font: 400 1.5rem "Playfair Display", serif;
  text-transform: none;
}
.product-info .description {
  font-style: italic;
  font-size: .9rem;
}
.product-info .price, .cost {
  color: #099;
  font: 700 1.5rem/2rem "Montserrat", sans-serif;
}
.tags li {
  display: inline-block;
  padding: 0 10px;
  margin-top: 7px
}
.tags li a {
  font-size: .9rem
}
.tags a, .statement a, .description a {
  border-bottom: 1px solid #000
}
.tags a:hover, .statement a:hover, .description a:hover {
  color: #099;
  border-bottom: 2px solid #099
}
.photo-viewer-wrapper {
  margin: 0 auto;
  width: 85%;
  padding: 0;
  float: left;
  display: inline-block
}
.photo-viewer {
  min-height: 400px;
  text-align: center;
  margin: 0 auto
}
ul.thumbpics {
  min-height: 400px;
  width: 15%;
  float: left;
  margin: 0 auto;
  text-align: center;
  display: inline-block
}
.thumbpics .thumb-link {
  width: 77px;
  height: 58px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 7px;
  margin-right: 5px
}
.thumb-link {
  display: inline-block;
  transition: all .5s ease;
  vertical-align: middle
}
.thumb-link:hover, .thumb-link.current {
  box-shadow: 0 0px 3px rgba(0, 0, 0, .3);
  border: 0;
  height: 58px
}
.thumb-content-1a, .thumb-content-2a, .thumb-content-3a, .thumb-content-4a, .thumb-content-5a, .thumb-content-1b, .thumb-content-2b, .thumb-content-3b, .thumb-content-4b, .thumb-content-5b, .thumb-content-6b, .thumb-content-7b {
  display: none;
  background: #fff;
  height: 400px;
  float: left;
  width: 100%
}
.thumb-content-1a.current, .thumb-content-2a.current, .thumb-content-3a.current, .thumb-content-4a.current, .thumb-content-5a.current, .thumb-content-1b.current, .thumb-content-2b.current, .thumb-content-3b.current, .thumb-content-4b.current, .thumb-content-5b.current, .thumb-content-6b.current, .thumb-content-7b.current {
  display: inherit;
	height:auto;
}
.activeimg, .activeimg2 {
  box-shadow: 0 0px 3px rgba(0, 0, 0, .3);
}
/*lightbox */
/* Styles the thumbnail */
a.lightbox img {
  max-height: 400px;
  border: 0 solid #000;
  box-shadow: 0 0px 0px rgba(0, 0, 0, .3)
}
/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
  left: 0%;
  z-index: 10000
}
/* lightbox image, centers, zoom-in transition, responsive using margin and absolute positioning */
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}
/* Close link, slide down transition */
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  position: absolute;
  top: -80px;
  right: 20px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 13000;
}
/* "X" to eliminate an image from the close link */
a.lightbox-close:before, a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 10px;
}
a.lightbox-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
/* "X" to eliminate an image from the close link */
a.lightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0
}
.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%
}
.lightbox-target:target a.lightbox-close, .lightbox-slide:target a.lightbox-close {
  top: 0
}
/*search from */
form {
  width: 50%;
  margin: 0 25%;
  padding: 0
}
a i {
  color: #000
}
a i:hover {
  color: #099
}
.paid-table {
  width: 100%;
  margin: 0 0 40px;
  text-align: left
}
.paid-form {
  text-align: right;
  width: 100%
}
.paid-table td:nth-child(1) {
  width: 10%
}
.paid-table td:nth-child(2) {
  width: 20%
}
.paid-table td:nth-child(3) {
  width: 30%
}
.paid-table td:nth-child(4) {
  width: 28%
}
.paid-table td:nth-child(5) {
  width: 12%
}
.paid-table tr:nth-child(even) {
  background: #f1f2f3
}
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 13px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #000
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #f1f2f3;
  border: 2px solid #000
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #099;
  border: 2px solid #099
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block
}
/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.search-forms {
  margin: 0 auto;
  width: 90%;
  padding-bottom: 50px;
}
.search-textbox, .search-select {
  width: 434px;
  margin: 10px auto;
  box-shadow: 5px 10px #95a5a6;
  height: 54px
}
.qsearch-select {
  width: 364px;
}
.themes-filter {
  margin: 0 20px 40px;
  float: left
}
span.themes-filter {
  font-weight: 700;
  padding-top: 15px;
}
h3.filtered.for-flip {
  color: #95a5a6;
  padding-left: 5%;
}
h3.filtered.for-search {
  color: #95a5a6;
  padding-bottom: 2%;
}
.search-textbox input, .search-select input {
  width: 364px;
  height: 54px;
  padding: 10px 15px;
  float: left;
  font-weight: bold;
  font-size: 15px;
  background: #f1f2f3;
  border-radius: 0;
  border: 2px solid #000;
}
.search-select input {
  width: 434px;
}
.search-textbox input:focus, .search-select input:focus {
  outline: 0;
  background: #fff
}
/*input .select-drop*/
.select-drop {
  width: 364px;
  width: 434px;
  height: 54px;
  padding: 10px 15px;
  float: left;
  font: 700 16px/18px sans-serif;
  background: #f1f2f3;
  border-radius: 0;
  border: 2px solid #000;
  outline: none !important;
  display: block;
  color: #000;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f1f2f3;
  background-image: url("../images/icons/icon-arrow.svg");
  background-repeat: no-repeat, repeat;
  /* arrow icon position */
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.select-drop::-ms-expand {
  display: none;
}
/* Hover style */
.select-drop:hover {
  border-color: #000;
}
/* Focus style */
.select-drop:focus {
  box-shadow: 0 0 0px 0px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 0px -moz-mac-focusring;
  outline: none;
  background: #fff;
}
/* Set options to normal weight */
.select-drop option {
  font-weight: normal;
}
/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-drop, :root:lang(ar) .select-drop, :root:lang(iw) .select-drop {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}
/* Disabled styles */
.select-drop:disabled, .select-drop[aria-disabled=true] {
  color: graytext;
  background-image: url("../images/icons/icon-arrow.svg");
}
.select-drop:disabled:hover, .select-drop[aria-disabled=true] {
  border-color: #aaa;
}
.search-textbox input::-webkit-input-placeholder, .search-textbox input:-moz-placeholder, .search-textbox input:-ms-input-placeholder {
  font-weight: 300;
  font-style: italic
}
.search-textbox input::-webkit-input-placeholder {
  color: #000
}
.search-textbox input:-moz-placeholder, .search-textbox input:-ms-input-placeholder {
  color: #95a5a6
}
.search-textbox button, .paid-form button {
  overflow: visible;
  position: relative;
  float: right;
  cursor: pointer;
  height: 54px;
  width: 70px;
  font-weight: bold;
  font-size: 15px/54px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  border-radius: 0;
  border: 2px solid #000;
  outline: none !important
}
.search-textbox button:hover, .paid-form button:hover {
  background: #555;
  border: 2px solid #062139
}
.search-textbox button:active, .search-textbox button:focus, .paid-form button:active, .paid-form button:focus {
  background: #000;
  border: 2px solid #000
}
.search-textbox button::-moz-focus-inner, .paid-form button::-moz-focus-inner {
  border: 0;
  padding: 0
}
.notfound {
  text-align: center;
  padding-top: 50px
}
.load {
  color: #900;
  text-align: center;
  font-style: italic
}
.loadspin {
  border: 7px solid #f3f3f3;
  border-radius: 50%;
  border-top: 7px solid #099;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  text-align: center;
  margin: 0 auto
}
/*Scroll back to top*/
#scroll {
  position: fixed;
  right: 30px;
  bottom: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #95a5a6;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 99999999
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff
}
#scroll:hover {
  background-color: #099;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
title {
  text-transform: capitalize
}
.hiding {
  display: none;
}
.showing {
  display: block;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert a, .alert2 a, .alert3 a {
  right: -30px;
  background: #000;
  padding: 20px;
  height: 20px;
  position: fixed;
  border-radius: 5% 5% 0% 0%;
  text-align: center;
  z-index: 3;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  font: 1rem "Montserrat", sans-serif;
  clear: both
}
.alert a {
  top: 80px
}
.alert2 a {
  top: 210px;
  background: #95a5a6;
  height: 30px;
  right: -50px
}
.alert3 a {
  top: 390px;
  background: #099;
  height: 30px;
  right: -80px
}
.alert-theme {
  bottom: -5px;
  right: 15px;
  position: fixed;
  border-radius: 5%;
  text-align: center;
  z-index: 3;
  clear: both;
  font-size: .8rem;
  line-height: 1.2rem;
  letter-spacing: .01rem
}
.alert-theme img {
  margin-top: 5px;
  background: #f1f2f3;
  background: url("images/mockups/All-Blossoms/Website_Mockup.jpg")
}
.alert a:hover, .alert2 a:hover, .alert3 a:hover {
  background: #099;
  color: #fff
}
.alert a, .alert2 a, .alert3 a {
  color: #fff;
  text-transform: uppercase
}
/*radio bar*/
.radio-bar, .radio-bar-grid {
  width: 100%
}
.radio-bar input[type="radio"], .radio-bar-grid input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0
}
.radio-bar label, button.goprevious, button.gonext {
  display: inline-block;
  background-color: #fff;
  padding: 15px 20px;
  font: 1rem "Montserrat", sans-serif;
  border: 2px solid #000;
  color: #000;
  text-align: center;
  margin-bottom: 10px
}
.radio-bar label {
  width: 100%
}
.radio-bar label:hover, button.goprevious:hover, button.gonext:hover {
  background-color: #000;
  color: #fff
}
.radio-bar input[type="radio"]:focus + label {
  border: 2px dashed #444
}
.radio-bar input[type="radio"]:checked + label {
  background-color: #bfb;
  border-color: #4c4
}
/*Swipe*/
#mySwipe div b, #mySwipe2 div b {
  display: block;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  color: #000;
  padding: 0;
  font-size: 20px;
  text-align: center;
  background: #fff
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative
}
button.goprevious, button.gonext {
  position: absolute;
  top: 300px
}
button.goprevious {
  left: 50px
}
button.gonext {
  right: 50px
}
.swipe-nav {
  position: absolute;
  right: 10;
  width: 30%
}
/*Newest Next*/
.slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto
}
.slider ul {
  position: relative;
  height: 100%;
  width: 100%
}
.slider ul li {
  position: relative;
  display: block;
  float: left;
  background: #fff;
  text-align: center;
  line-height: 650px;
  width: 890px
}
.slider ul li p {
  font-family: sans-serif;
  color: grey;
  margin: 10px
}
a.control_prev, a.control_next {
  position: absolute;
  top: 43%;
  z-index: 999;
  display: block;
  padding: 2% 3%;
  width: auto;
  height: auto;
  background: #000;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  opacity: .2;
  cursor: pointer
}
a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all .2s ease
}
a.control_prev {
  left: 0
}
a.control_next {
  right: 0
}
.modalBox {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, .8);
  color: #000;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  max-height: 100%;
  overflow-y: auto
}
/*When the href are clicked*/
.modalBox:target {
  opacity: 1;
  pointer-events: auto
}
/*Positioning and style of the close button*/
.modalBox .lightbox-close {
  right: 15px;
  top: -30px
}
/*Style when mouse hovers on the close button*/
.modalBox .lightbox-close:hover {
  background: #099
}
/*Positioning of the child box*/
.modal-body {
  width: 60%;
  position: relative;
  margin: 10% auto;
  background: #fff;
  border-image-slice: 1;
  border-width: 30px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-image-source: linear-gradient(to right, #099, #0d5372);
  font-family: "Montserrat", sans-serif;
}
.modal-body.cataloged {
  background: none;
  border-image-source: none;
}
.modalBox .answer {
  text-align: center;
  padding: 2% 5% 5%
}
.modalBox .answer h1 {
  margin-bottom: 5px;
  padding-bottom: 0;
  text-transform: uppercase
}
.modalBox .product-summary {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-block-start: 0;
  margin-block-end: 1.5rem
}
.modalBox .product-titles {
  font: 700 1rem "Montserrat", sans-serif;
  margin-block-start: .3rem
}
.modalBox .product-contents {
  padding-top: 0;
  margin-top: 0;
  font-style: italic;
  font-size: .9rem;
  margin-block-end: 1.5rem
}
.answer .half {
  margin: 0 1%;
  width: 48%;
  float: left
}
/*sidebar*/
#rightCol {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  bottom: 0
}
.right-sidebar {
  position: fixed;
  background: #000;
  width: 86px;
  overflow: hidden;
  transition: .5s;
  right: 0;
  top: 120px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  -webkit-transform: none !important;
  transform: none !important
}
.right-sidebar:hover {
  width: 200px
}
.right-sidebar .fa-caret-down {
  display: none
}
.sb1 {
  top: 120px;
  z-index: 5
}
.sb2 {
  top: 210px;
  z-index: 4
}
.sb3 {
  top: 300px;
  z-index: 3
}
.sb4 {
  top: 390px;
  z-index: 2
}
.sb5 {
  top: 480px;
  z-index: 1
}
.sidebar-title {
  padding: 10px;
  text-align: center;
  background: #000; /*#95a5a6*/
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1rem
}
.filter-dropdowns {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  z-index: 10
}
.dropdown-contents {
  display: none;
  position: relative;
  background-color: #f1f2f3;
  width: 100%;
  z-index: 1
}
.dropdown-contents a {
  padding: 6px 7px;
  display: block;
  font-size: 1.1rem
}
.dropdown-contents a:hover {
  background-color: #e8ebed
}
.dropbtn {
  padding: 6px 7px;
}
.dropbtns {
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  font-size: 1.1rem;
  letter-spacing: .03rem;
  width: 100%;
  border: none;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  display: block
}
.dropbtns span {
  font-size: 1.1rem;
  color: #fff
}
.filter-dropdowns:hover .dropdown-contents {
  display: block; /*if you want the dropdowns to appear on hover*/
  transition: ease
}
.filter-dropdowns:hover .dropbtns, .right-sidebar:hover .dropbtns {
  text-align: left
}
.dropbtns:hover {
  text-align: left;
  background-color: #95a5a6
}
.filter-dropdowns .dropbtns i, .dropbtns i {
  margin: 0 20px;
  padding: 0 0 10px;
  font-size: 1.1rem;
  font-weight: bolder
}
/* Style the buttons */
.order-button {
  margin: -0px auto 0;
  border: 0
}
.app-button, .clear-button {
  font: 700 1rem "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: .03em;
  padding: 20px 25px;
  background: #000;
  text-align: center;
  margin: 10px auto;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  flex-wrap: wrap
}
.shorter .clear-button {
  padding: 10px 15px;
}
.clear-button {
  background: none;
  border-radius: 3px;
  border: 2px solid #fff;
  margin: 20px 0 0;
  display: inline-block;
}
.clear-button:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #099;
  -webkit-transition: background .4s ease;
  -moz-transition: background .4s ease;
  -ms-transition: background-color.4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4 ease
}
.clear-button.alone {
  display: block;
  background: #000;
  color: #fff;
  margin: 10px auto;
  width: 434px;
  border: 0;
  border-radius: 0;
  box-shadow: 5px 10px #95a5a6;
}
.clear-button.alone:hover {
  background: #555;
  border-color: #555;
  border: 0;
}
.app-button:hover {
  background: #43474D;
  -webkit-transition: background .4s ease;
  -moz-transition: background .4s ease;
  -ms-transition: background-color.4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4 ease
}
.app-button.short {
  width: 31.33%;
  margin: 0 1%;
  float: left;
  padding-left: 0;
  padding-right: 0
}
.app-button.head {
  margin-left: 30%
}
section .app-buttons a {
  float: right
}
.back-button a {
  background: #000;
  color: #fff;
  padding: 10px;
  position: fixed;
  z-index: 2
}
.button-app {
  background: #f1f2f3;
  border: 1px solid #95a5a6;
  padding: 4%;
  width: 92%;
  text-align: left;
  margin-bottom: 20px;
  clear: both;
  border-radius: 3px;
  display: inline-block
}
.button-app:hover {
  border: 1px solid #099
}
.button-icon, .button-details {
  float: left
}
.button-title {
  font: 700 1.2rem/1.2rem "Montserrat", sans-serif;
  padding: 0
}
.button-icon {
  width: 7%;
  height: 38px
}
.button-icon i {
  color: #95a5a6;
  font-size: 3rem
}
.button-details {
  width: 88%;
  padding-right: 5%;
  color: #000;
  font-size: 1.0rem;
  line-height: 1.1rem
}
.resizeimages {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
/*bullet points*/
.points {
  margin-top: 10px
}
.one .points {
  width: 76%
}
.points li {
  display: block;
  text-align: center;
  padding-right: 0;
  font-size: 1.0rem
}
/*Portfolio*/
.portfolio-grid {
  grid-gap: 5px 5px;
  margin-bottom: 50px;
}
.portfolio-grid.p2 {
  grid-gap: 1% 1%;
}
.portfolio-grid, .services-grid {
  margin-top: 20px
}
.portfolio-grid img {
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top
}
.simple-slide img {
  width: auto;
}
.port-label {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  bottom: -1px;
  right: 2%;
  text-align: center
}
.portfolio-grid .item:hover .image {
  opacity: 0.9
}
.portfolio-grid .item:hover .port-label {
  bottom: 0;
}
.port-tag {
  background-color: #fff;
  color: #000;
  padding: 8px 12px
}
.port-tag span {
  font-size: 1rem;
  font-weight: 300;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden
}
/*.one-grid.all-work, Portfolio*/
.all-work {
  width: 100%;
  margin: 0;
}
.all-work .item {
  margin: 0;
  background: #f1f2f3;
  padding: 5% 20%;
}
.all-work .item:nth-child(even) {
  background: #fff;
}
.all-work h5 {
  margin-top: 20px;
  text-align: left;
}
.all-work strong, .grid li strong {
  font: 700 .9rem "Monserrat", sans-serif;
}

.all-work a {
  font: 700 1rem "Monserrat", sans-serif;
  border-bottom: 1px solid #000;
}
.all-work a:hover {
  border-bottom: 2px solid #000
}
.work-buttons .clear-button {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  padding: 20px
}
/*search filter grid*/
.filter-grid {
  grid-gap: 0 4%;
  margin: 0 auto;
}
.filter-grid .item:last-child .tag-buttons {
  text-align: right;
}
.tag-buttons {
  text-align: left;
  margin-top: 10px;
}
.tag-buttons li {
  display: inline-block;
  padding: 3px 7px;
  border: 1px solid #000;
  margin: 5px 2px;
}
.tag-buttons a li {
  font-size: .9rem;
  color: #000;
}
.tag-buttons a:hover li {
  background: #000;
  color: #fff;
}
.tag-buttons .search-textbox, .tag-buttons .search-select {
  width: 302px;
  text-align: right;
  margin: 4px 0;
  box-shadow: 0px 0px #95a5a6;
  height: 34px;
  display: inline-block
}
.tag-buttons .search-textbox input, .tag-buttons .search-select input {
  width: 270px;
  height: 32px;
  padding: 5px 7px;
  font-size: .9rem;
  background: #fff;
  border: 1px solid #000;
}
.tag-buttons .search-textbox button {
  height: 32px;
  width: 32px;
  border: 1px solid #000;
  font-size: 15px/54px
}
.tag-buttons .search-textbox button:hover {
  background: #555;
  border: 1px solid #555
}
.tag-buttons .search-textbox button:active, .search-textbox button:focus {
  border: 1px solid #000
}
.tag-buttons .search-textbox placeholder {
  font-weight: 300;
  font-style: italic
}
/* Filter Dropdown*/
.dropdown-container {
  text-align: center;
  margin: 60px auto 0;
}
.filter-dropdown {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: #000;
  text-align: center;
  z-index: 10;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  color: #fff;
  width: 100%;
  z-index: 1
}
.dropdown-content a {
  width: 100%;
  padding: 0;
  margin: 0;
}
.dropdown-content a li {
  color: #fff;
  padding: 3px 0;
  margin: 0;
  display: block;
  width: 100%;
}
.dropdown-content a:hover li {
  background: #43474D;
  width: 100%;
}
.filter-dropdown:hover .dropdown-content {
  display: block;
  transition: ease
}
.filter-dropdown:hover .dropbtn {
  background-color: #000;
  color: #fff;
  qborder-bottom: 1px solid #000
}
.dropbtn {
  background-color: #fff;
  font: 300 .9rem "Montserrat", serif;
  color: #000;
  padding: 6px 10px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000
}
.dropbtn:hover {
  background: #000;
  color: #fff
}
@media only screen and (max-width: 1200px) /* 1000 62.5em*/ {
  nav {
    width: 100%;
    position: static
  }
}
@media only screen and (max-width: 992px) /* 640 40em*/ {	
  .contain {
    width: 90%;
  }
  /* top navigation */
	.more-nav {
	display: block;
}
  #nav {
    margin-top: 0; /*5px*/
    height: 95px
  }
  #nav .menu-logo {
    position: absolute;
    width: 100%;
    top: 0%;
    text-align: center;
    margin: 7px auto 0;
    padding: 0
  }
  #nav > a {
    position: absolute;
    top: 0%;
    left: 0%;
    font-size: 1.2em;
    z-index: 9999
  }
  #nav li a {
    color: #fff;
    border-top: 0 solid #fff;
    text-align: left
  }
  #nav > a {
    width: 2.1875em; /* 35 */
    height: 2.1875em; /* 35 */
    position: relative;
    padding: 25px 12px
  }
  #nav > a:before, #nav > a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
  }
  #nav > a:after {
    top: 60%
  }
  #nav:not( :target) > a:first-of-type, #nav:target > a:last-of-type {
    display: block
  }
  #nav span:after {
    border-top-color: #fff; /* Sub arrow */
    display: inline-block
  }
  /* first level */
  #nav > ul {
    height: auto;
    display: none;
    position: absolute;
    position: relative;
    left: 0;
    right: 0;
    top: 45px; /*-2px*/
    padding: 0;
    background: linear-gradient(to bottom, #099, #0d5372);
    width: 100%
  }
  #nav:target > ul {
    display: block;
  }
  #nav > ul > li {
    width: 100%;
    float: none;
    border-right: 0;
    border-top: 0;
    padding: 20px 0;
    color: #fff;
  }
  .mega-menu, .fa-angle-down {
    display: none
  }
  #nav > ul > li {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  #nav > ul > li > a {
    color: #fff;
    display: block;
    padding: 35px 30px;
  }
  #nav > ul > li > a i.fa-search {
    color: #fff
  }
  #nav > ul > li:hover > a, #nav > ul > li > a.active, #nav > ul > li > a.active .icon-search {
    background: #fff;
    color: #099
  }
	
  #nav > ul > li:hover > a .icon-search {
    color: #099
  }
	
	
	.more-nav a.active {
		background: pink;
		color:red;
	}
	
	
  ul.nav-container > li > a {
    width: 100%
  }
  section {
    padding-left: 5%
  }
  #footer {
    padding: 5%;
  }
  #footend, .foottext {
    width: 100%;
    margin: 0;
    padding: 0 0 40px;
    clear: both
  }
  #footend, .foottext {
    padding: 20px 0 0
  }
  .filterposts .mix.news-item .news-item-inner {
    padding: 40px 0
  }
  .filterposts .mix.news-item {
    width: 100%;
    margin: 0 auto 5px;
    padding: 0
  }
  .filterposts img {
    width: 100%
  }
  .container {
    width: 98%;
    margin: 0 1%;
    padding: 0
  }
  .pviews {
    width: 100%;
    margin: 0 auto;
    clear: both;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .product-info {
    clear: both;
    width: 100%;
    min-height: 100px;
    margin: 0 auto 20px auto;
    padding: 10px 0 30px 0;
    text-align: center;
    border-bottom: 2px solid #f1f2f3
  }
  .photo-viewer-wrapper {
    margin: 0 auto;
    width: 100%;
    min-height: 100px; /*help*/
    padding: 0;
    clear: both;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1
  }
  .photo-viewer {
    margin: 0 auto;
    padding: 0;
    text-align: center
  }
  a.lightbox img {
    margin: 0 auto
  }
  .thumbnails, ul.thumbpics {
    width: 100%;
    min-height: 50px;
    clear: both;
    border-right: 0 solid #f2f2f3;
    padding: 5px 0 20px;
    margin: 0;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2
  }
  .tab-content, .tab-contentb {
    height: 100%;
    border-bottom: 0 solid #000
  }
  .filter-dropdown {
    position: relative;
    display: inline-block;
    margin: 0 1% 2% 0;
    width: 48%;
    padding: 0;
    background: #000;
    text-align: center;
    z-index: 10
  }
  .alert a {
    display: none
  }
  .search-textbox, .search-select, .clear-button.alone {
    width: 334px;
    margin-bottom: 40px;
  }
  .search-textbox input, .search-select input {
    width: 264px
  }
  .themes-filter {
    clear: both;
    margin-bottom: 20px;
  }
  .accordion-list {
    width: 100%
  }
  .accordion-list li h3 {
    font-size: 1.0rem;
    padding-right: 20px
  }
  .accordion-list li h3:after {
    top: -15px;
    right: -15px;
  }
  .all-buttons a, .all-button {
    font-size: .8rem;
    padding: 15px 25px;
    background: #000;
    margin: 20px auto;
    max-width: 400px
  }
  .answer .half {
    margin: 0;
    width: 100%;
    clear: both
  }
  .app-button.short {
    width: 100%;
    margin: 0 0 2% 0
  }
  .item.pc {
    order: 5
  }
  .product-icons {
    grid-template-columns: repeat(3, calc(100%/3));
    grid-gap: 1% 1%;
    margin: 20px auto 100px;
    width: 98%
  }
  .four-grid.footer-grid, .three-grid, .two-grid, .portfolio-grid {
    grid-template-columns: repeat(1, calc(100%/1));
    grid-gap: 50px 1%;
    margin: 0 auto;
    width: 98%;
    clear: both
  }
  .two-grid {
    grid-gap: 50px 0;
    width: 100%
  }
  .two-grid .item {
    padding: 0
  }
  .seven-grid .item:last-child {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
  }
  /*compare grid*/
  .compare-grid {
    grid-template-columns: repeat(2, calc(100%/2));
    grid-gap: 1% 1%;
    width: 99%
  }
  /*filter grid*/
  .filter-grid {
    grid-template-columns: repeat(2, calc(100%/2));
    margin-bottom: 10px;
  }
  /*footer grid*/
  .footer-grid .item {
    padding: 0
  }
  /*steps grid*/
  .steps-grid {
    grid-template-columns: repeat(2, calc(100%/2));
    grid-gap: 2px 2px
  }
  .steps-grid .item:last-child {
    margin-bottom: 0
  }
  /*theme grid*/
  .theme-grid {
    grid-template-columns: repeat(2, calc(100%/2));
    grid-gap: 2% 1%;
    margin: 20px auto 100px;
    width: 99%
  }
  /*banner grid*/
  .banner-grid.shorter {
    grid-template-columns: 0 100%;
	  min-height: 150px;
  }
  .banner-grid.shorter .item {
    text-align: center;
  }
	 
  .banner-grid.shorter.plain {
    grid-template-columns: 20% 80%;
  }
	
	 .banner-grid.dark-m {
    grid-template-columns: repeat(1, calc(100%/1));
    margin-bottom: 50px;
    background: #fff;
  }
  .banner-grid .item > img {
    object-position: 60% 50%;
  }
  


	.banner-grid .item > img, .banner-grid .item > picture img, .banner-grid .item > object {
  clip-path: none;
  vertical-align: top;
  margin: 0;
}
  .banner-grid.dark-m .item:nth-child(2) {
    text-align: center;
    padding: 7% 5%;
  }
  .banner-grid.dark-m {
    background: #efefef;
    background: -webkit-linear-gradient(left, #efefef, #efefef, #efefef, #ccc);
    background: -o-linear-gradient(left, #efefef, #efefef, #efefef, #ccc);
    background: linear-gradient(to right, #efefef, #efefef, #efefef, #ccc)
  }
  .banner-grid.dark-m .item {
    color: #000
  }
  .dark-m .clear-button {
    border: 2px solid #000;
    color: #000
  }
  .dark-m .clear-button:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff
  }	
	
}
@media only screen and (max-width: 576px) /* mobile*/ {
	* {
  font-size: 14px;
}
	.banner-grid h3 {
  font: 700 1.7rem "Montserrat", sans-serif;
}
  .filter-grid {
    grid-template-columns: repeat(1, calc(100%/1));
    grid-gap: 5px 0;
  }
  .filter-grid .item:nth-child(1) {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2
  }
  .filter-grid .item:nth-child(2) {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1
  }
  h2 {
    width: 90%;
    margin: 0 auto;
  }
  .full h2 {
    margin: 20px auto 0;
  }
  .modal-body {
    width: 90%
  }
  .app-button.head {
    margin: 10px 20% 0
  }
  /* Home Contact */
  .contact-grid .item {
    grid-gap: 0 0;
    width: 100%;
    margin: 0 auto
  }
  .contact-grid .item:nth-child(1) {
    padding: 1% 0 5%;
  }
  .contact-options .item {
    padding: 5%;
  }
  .right-sidebar {
    display: none
  }
  .services-grid {
    grid-template-columns: repeat(1, calc(100%/1));
    grid-gap: 5px 0;
    margin: 5px auto 20px;
    width: 98%;
    clear: both
  }
 
  .nav-themes {
    display: none
  }
  .three-grid.points {
    grid-gap: 0 10px;
    margin-bottom: 10px
  }
  .four-grid.work-buttons {
    display: none;
  }
  .one-grid.all-work .item {
    padding: 5%;
  }
	  .one-grid.all-work .item li {
    padding: 0 10px 5px 0;
  }
  .portfolio-grid {
    grid-gap: 5px 0;
    margin-bottom: 50px
  }
  .search-forms {
    margin: 0 auto;
    width: 70%;
    clear: both;
  }
  .sub-banner-grid {
    width: 100%;
    margin-top: 30px;
    grid-template-columns: 40% 60%;
  }
  p.statement, h1.statement {
    padding: 0 5% 3%; 
  }

.quoted {
  padding: 10%;
}
	hr {
  padding: 10px 0;
}
/* Close link, slide down transition */
a.lightbox-close {
  width: 40px;
  height: 40px;
  top: -80px;
  right: 20px;
}
/* "X" to eliminate an image from the close link */
a.lightbox-close:before, a.lightbox-close:after {
  height: 25px;
  width: 1px;
  left: 20px;
  top: 7px;
}	
}