/*
CSS Structure
CSS Grid by cssgrid.co
-------------------------------------------------------------
01. Normalise
02. Fonts
03. Header + Menu + Footer
04. Website Styles
05. Mobile, below 767 width
-------------------------------------------------------------
*/
/* 01. Normalise */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  font-family: filson-pro, sans-serif;
  color: #74797e;
  font-weight: normal;
  width: 100%;
  /* height: 100%;
	overflow-x: hidden; */
  margin: 0 auto;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 1.1em;
    line-height: 1.6;
}
html {
  margin: 0 auto;
  overflow-x: hidden;
}
img.scalable {
  height: auto !important;
  width: auto !important;
  max-width: 100%;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.floatleft {
  margin-right: 10px;
  float: left;
}
.floatright {
  margin-left: 10px;
  float: right;
}
a {
  color: #03A1F3;
  text-decoration: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1.0;
}
a:hover {
  color: #febf01;
  text-decoration: underline;
}
a.selected {
  color: #ff6600;
  background-color: #f8f8f9;
}
.telephone a {
  color: #02636f;
}
.telephone a:hover {
  color: #febf01;
}
.artsure {
  font-size: 14px;
  line-height: 22px;
  background-color: #f2f3f3;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
/* .embed-responsive-item {
	position: relative !important;
} 
.embed-responsive-16by9::before {
	padding-top: 0%;
} */
.navbar-toggler {
  width: 37px;
  height: 37px;
  border: none;
}
.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
.navbar-brand {
  padding-left: 25px !important;
  padding-right: 50px !important;
}
    .divider {
    border-right: 1px solid;
    color: white;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
.jumbotron {
  background-color: #222;
  padding: 6px 6px !important;
        border-radius: 0;
}
.page-header__button-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  fill: #B1B3B6;
  -webkit-transition: fill 0.15s ease-in;
  transition: fill 0.15s ease-in;
}
.page-header__button {
  font-size: 10px;
  font-weight: 700;
  color: black;
  padding: 20px;
}

 .side {
    font-weight: bold;
    font-family: filson-pro, sans-serif;
    font-size: 14px;
    z-index: 0;
    position: relative;
}
    .side a {
    color: #fff;
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1.0;
}
    .side a:hover {
    color: #febf01;
}
    .head {
    color: #fff;
    font-size: 18px;
    right: 5px;
    top: 0px;
    transition: all 0.4s ease-in-out 0s;
    z-index: 102;
    display: block;
}
    .head a {
    color: #fff;
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1.0;
}
    .head a:hover {
    color: #febf01;
 }    
    .mobile {
    display: none; /* or inline, or whichever style you prefer*/
  }
.token {
  width: 258px;
  height: 100px;
   /* Center horizontally*/
  margin: 0 auto;
}   
  @media only screen and (max-width: 991px) {
.side {
    display: none;
}
      .head {
    display: none;
}
      .mobile {
    display: block; /* or inline, or whichever style you prefer*/
  }
      
    }


.headsup {
  color: #fff;
  font-size: 18px;
  right: 5px;
  top: 0px;
  transition: all 0.4s ease-in-out 0s;
  z-index: 102;
  display: block;
}
.headsup a {
  color: #fff;
  text-decoration: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1.0;
}
.headsup a:hover {
  color: #febf01;
}
.headsup a.selected {
  color: #ff6600;
  background-color: #f8f8f9;
}
.sidecart {
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
  font-family: filson-pro, sans-serif;
  font-size: 14px;
  z-index: 0;
  position: relative;
  float: right;
}
.sidecart a {
  color: #fff;
  text-decoration: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1.0;
}
.sidecart a:hover {
  color: #febf01;
}
.sidecart a.selected {
  color: #ff6600;
  background-color: #f8f8f9;
}
@media (max-width: 992px) {
  .sidecart {
    display: none;
  }
  .jumbotron {
    padding: 20px 20px !important;
  }
}
.mobileheader {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobileheader {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0; 
     z-index: 10002; 
     text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
  }
  .desktoplogo {
    display: none;
  }
  .ca {
    display: none;
  }
  .mobileheadsup {
    color: #fff;
    font-size: 18px;
    right: 5px;
    top: 0px;
    transition: all 0.4s ease-in-out 0s;
    z-index: 102;
    padding: 4px 4px;
    display: block;
  }
  .mobileheadsup a {
    color: #fff;
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1.0;
  }
  .mobileheadsup a:hover {
    color: #febf01;
  }
  .mobileheadsup a.selected {
    color: #ff6600;
    background-color: #f8f8f9;
  }
  .headsup {
    display: none;
  }
  .callusbtn {
    color: #fff;
    /* font-size: 21px; */
    position: absolute;
    right: 5px;
    top: 0px;
    transition: all 0.4s ease-in-out 0s;
    z-index: 102;
    padding: 8px 10px;
    font-size: 16px;
  }
  .callusbtn a {
    color: #fff;
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1.0;
  }
  .callusbtn a:hover {
    color: #febf01;
  }
  .callusbtn a.selected {
    color: #ff6600;
    background-color: #f8f8f9;
  }
  .mobileheader .smllogo {
    display: inline-block;
    margin-top: 12px;
    margin-right: 100px;
  }
}
.Certified {
  background: url(../images/cert-bg.png) left top no-repeat;
}
.FineArt {
  background: url(../images/fine-art-bg.png) left top no-repeat;
}
.certificate {
  padding-left: 70px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  line-height: 200%;
}
.sectionhero {
  font-size: 14px;
  line-height: 22px;
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
}
.sectionheromobile {
  font-size: 14px;
  line-height: 22px;
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
}
.sectionlearn {
  font-size: 14px;
  line-height: 22px;
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.sectionlearnmobile {
  font-size: 14px;
  line-height: 22px;
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.section404 {
  font-size: 14px;
  line-height: 22px;
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-left: 150px;
  padding-right: 0;
  padding-bottom: 40px;
}
.sectioncard {
  font-size: 14px;
  line-height: 22px;
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.sectionmap {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.sectionphoto {
  font-size: 14px;
  line-height: 22px;
  background-color: #f8f8f8;
  padding-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
}
.sectionmedia {
  font-size: 14px;
  line-height: 22px;
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
}
.sectionsample {
  font-size: 14px;
  line-height: 22px;
  background-color: #000;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
}
.sectionprice {
  font-size: 14px;
  line-height: 22px;
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.sectioncovid {
  line-height: 22px;
  background-color: #e6e6e6;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.Dark h2, .Dark h4 {
  color: #ffffff;
}
.SampleOrderBlock h2 {
  text-align: center;
}
.Dark p {
  color: #c7c7c7;
}
.SampleOrderBlock p {
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
}
.SampleOrderBlock a.button {
  display: table;
  margin: 0px auto;
  float: none;
}
.contentcentre {
  padding-bottom: 10px;
  text-align: center;
}
img.contentcentre {
  height: auto !important;
  width: auto !important;
  max-width: 80%;
}
.ProdTitle {
  display: block;
  color: #212121;
  font-size: 16px;
  padding-bottom: 2px;
}
p.ProdDescr {
  padding-bottom: 16px;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
}
a.LinkBtn {
  display: block;
  font-size: 1.2em;
}
a span {
  padding-bottom: 1px;
  display: inline-block;
  border-bottom: 0px solid #f0f0f0;
}
a:hover span {
  border-color: transparent;
}
.sectionpapers {
  font-size: 14px;
  line-height: 22px;
  background-color: #f2f3f3;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0px;
}
.TextArea {
  width: 80%;
  padding-top: 70px;
  line-height: 200%;
  padding-left: 70px;
}
.ContentArea {
  line-height: 1.5em;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ContentTitleArea h1.Center {
  margin: 0px auto;
  width: 100%;
  max-width: 750px;
  text-align: left !important;
}
.ContentTitleArea h2.Center {
  margin: 0px auto;
  width: 100%;
  max-width: 750px;
  text-align: left !important;
}
.Breadcrumb a {
  color: #212121;
  font-weight: 500;
  display: block;
  float: left;
  background: url(../images/back-ico.png) left center no-repeat;
  padding-left: 20px;
}
.Breadcrumb {
  position: relative;
  top: 31px;
  left: 0px;
}
/* figure img {
    padding: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 15px #999999;
    box-shadow: 1px 1px 15px #999999;
}	
figcaption {
    text-align: center;
    font-size: 0.9em !important;
} */
.windowmount {
  max-width: 100%;
  height: auto;
}
/* 02. Logo - two versions */
.logo {
  float: left;
  padding: 5px 20px 5px 30px;
  position: relative;
  z-index: 3;
}
a.button {
  background: #00616d;
  display: block;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 20px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 600;
}
#start-order {
  margin-top: 20px;
}
.PriceCalcForm {
  padding: 44px 0px 24px;
  z-index: 30;
}
.MainArea {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 50px;
}
.sectionprice {
  font-size: 14px;
  line-height: 22px;
  background-color: #f8f8f8;
  padding-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
}
ul.ContentList li {
  background: url(../images/bullet.png) left center no-repeat;
  padding-left: 28px;
  list-style-type: none;
}
/* hide mobile version by default */
.logo .mobile {
  display: none;
}
.sectionheromobile {
  display: none;
}
/* when screen is less than 767px wide show mobile version */
@media (max-width: 991px) {
  .sectionhero {
    display: none;
  }
  .houzz {
    display: none;
  }
  .sectionheromobile {
    display: block;
  }
}
/* when screen is less than 600px wide show mobile version */
@media (max-width: 600px) {
  .logo .mobile {
    display: block;
  }
  .logo .desktop {
    display: none;
  }
}
.cart {
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-weight: bold;
  font-family: filson-pro, sans-serif;
  font-size: 14px;
  z-index: 0;
  position: relative;
  float: right;
}
a.cart {
  background: url(../images/cart-ico.png) center bottom no-repeat;
  width: 20px;
}
@media (max-width: 600px) {
  .cart {
    padding-top: 18px;
  }
}
/* hide mobile version by default */
.cartmobile {
  display: none;
}
/* when screen is less than 992px wide show mobile version and hide desktop */
@media (max-width: 600px) {
  .cartmobile {
    display: block;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 8px;
    font-weight: bold;
    font-family: filson-pro, sans-serif;
    font-size: 16px;
    z-index: 3;
    position: relative;
    float: right;
  }
  .cart {
    display: none;
  }
}
@media (max-width: 600px) {
  .cartmobile {
    font-size: 0.9em;
  }
}
/* hide guarantee version by default */
.guarantee {
  display: none;
}
/* when screen is less than 992px wide show mobile version and hide desktop */
@media (max-width: 600px) {
  .guarantee {
    display: block;
  }
}
/* 04. Website Styles */
/* Animation timing for sliding mobile nav, 0.5 secs */
.wrapper a:hover, .footer a:hover {
  border-bottom-color: #74797e;
}
/* img,
img a {
	font-size:14px;
	color:#999;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
} */
/* .wrapper {
	padding-top:5px;
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
	line-height: 1.5em;
} */
.wrapper {
  padding-top: 5px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  line-height: 1.5em;
}
.wrappermap {
  padding-top: 5px;
  width: 100%;
  height: auto;
  z-index: 1;
  line-height: 1.5em;
}
.wrapper-padding {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
}
/* when screen is less than 767px wide show mobile version */
@media (max-width: 767px) {
  .wrapper-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.max-width {
  max-width: 1200px;
  margin: 0 auto;
}
.max-width2 {
  max-width: 1400px;
  margin: 0 auto;
}
.max-width3 {
  max-width: 1200px;
  margin: 0 auto;
}
.welcome {
  padding-bottom: 30px;
  font-size: 1.2em;
}
h1 {
  font-family: filson-pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #545b62;
  margin-bottom: .5rem;
}
h2 {
  font-family: filson-pro, sans-serif;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
  color: #02636f;
}
h3 {
  font-family: filson-pro, sans-serif;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 15px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 20px;
  color: #212121;
}
h4 {
  color: #212121;
  font-family: filson-pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  padding: 10px 0px 10px 0px;
}
h5 {
  margin: 0 auto;
  font-size: 18px;
  color: #212121;
}
h6 {
  color: #212121;
  font-family: filson-pro, sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding: 10px 0px 10px 0px;
}
h7 {
  margin: 0px 0px 0px 0px;
  color: #205692;
  font-family: filson-pro, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
}
select, input {
  font-size: 14px;
  line-height: 200%;
  text-align: left;
  color: #424242;
}

.btn {
  text-decoration: none !important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  opacity: 0.8;
}
.btn:hover {
  opacity: 1
}
.btn-primary2 {
  color: #fff !important;
  background-color: #067DD2;
  border-color: #2e6da4;
}
.btn2 {
  text-decoration: none !important;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary4 {
  color: #fff !important;
  background-color: #453c90;
  border-color: #2e6da4;
}
.btn-primary8 {
  color: #fff !important;
  background-color: #1ABC9C;
  border-color: #2e6da4;
}
.btn8 {
  text-decoration: none !important;
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 18px !important;
  font-weight: 400;
  /* line-height: 1.42857143; */
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  margin-left: 0px;
}
        .button_f {
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    /* text-transform: uppercase; */
    text-decoration: none;
    background: #ed228e;
    padding: 5px;
    border: 4px solid #ed228e;
    display: inline-block;
    transition: all 0.4s ease 0s;
    margin-top: 20px;
    margin-bottom: 30px;
}
            .button_f:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.bootstrap-iso .btn {
  font-weight: bold !important;
}
.bootstrap-iso .formden_header h2, .bootstrap-iso .formden_header p, .bootstrap-iso form {
  font-family: Arial, Helvetica, sans-serif;
  color: black
}
.bootstrap-iso form button, .bootstrap-iso form button:hover {
  color: white !important;
}
.asteriskField {
  color: red;
}
.bootstrap-iso form .input-group-addon {
  color: #555555;
  background-color: #f2f0f0;
  border-radius: 4px;
  padding-left: 12px
}
.bootstrap-iso {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}
.bootstrap-iso .col-md-6 {
  width: 100% !important;
}
.bootstrap-iso .col-sm-6 {
  width: 100% !important;
}
.bootstrap-iso .form-control {
  height: 34px !important;
  font-size: 18px !important;
}
.fa-check-square {
  color: #ff7200;
}
.fa-ul li {
  margin-bottom: 10px;
}
.fa-ul {
  padding-bottom: 5px;
  padding-left: 20px !important;
}
.fa-arrow-right {
  color: #999999;
}
.fa-info-circle {
  color: #0066cc;
  text-shadow: 2px 2px 2px #ccc;
}
.fa-2x {
  font-size: 1.5em;
}
.fa-stack-2x {
  font-size: 1.8em;
}
.fa-stack-1x {
  color: #949494;
}
.fa-question-circle {
  color: #ff7200;
}
.fa {
  vertical-align: middle;
}
.greybase {
  background-color: #f2f3f3;
  padding: 0px 20px 0px 80px;
}
/* Footer */
footer a {
  color: #bfffff;
}
footer h4 {
  color: #fff;
}
footer a:hover {
  color: white;
}
.footer-bottom {
  background: #3d6277;
  padding: 2em;
}
.footer-top {
  background: #2d4958;
}
.footer-middle {
  background: #3d6277;
  padding-top: 2em;
  color: white;
}
.footer {
  color: white;
  line-height: 22px;
  background-color: #464646;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.footer h3 {
  font-size: 20px;
  color: #f4cb42;
  padding-bottom: 10px;
  text-align: left;
}
.footertop {
  background-color: #232635;
  color: #CECECE;
  padding: 0px 20px 0px 80px;
}
.footertop h2 {
  padding-bottom: 5px;
  padding-left: 18px;
  margin: 0 auto;
  font-size: 16px;
  color: #f4cb42;
  text-align: left;
}
.footerbottom {
  background-color: #000;
  color: #CECECE;
  padding: 0px 20px 0px 80px;
}
.fsc {
  font-size: 12px !important;
  line-height: 1.2em;
  padding-left: 20px;
}
.copyright {
  padding-top: 10px;
}
.megacard {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px
}
.datatable {
  border-collapse: collapse;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.datatable th {
  border: 1px solid #828282;
  background-color: #666666;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
}
.datatable td {
  border: 0px solid #D6DDE6;
  padding: 0.3em;
}
.datatable tr.altrow {
  background-color: #EDEDFF;
  color: #000000;
}
.maptable {
  border-collapse: collapse;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.maptable th {
  border: 1px solid #828282;
  background-color: #666666;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
}
.maptable td {
  border: 0px solid #D6DDE6;
  padding: 0.3em;
}
.maptable tr.altrow {
  background-color: #EDEDFF;
  color: #000000;
}
.maptable td.label {
  font-family: filson-pro, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 700;
}
.maptable td {
  vertical-align: middle;
}
.obtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 14px 6px 14px;
  text-decoration: none;
}
.obtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
*.ee102 {
  color: windowtext;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  padding: 4px;
}
*.ee104 {
  color: windowtext;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  border: 2px solid #000000 !important;
}
.update {
  width: 90px;
  background-color: #0066CC;
  color: #FFFFFF;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
}
.telephone {
  font-weight: 800;
}
.telephonemast {
  padding-top: 25px;
  font-family: filson-pro, sans-serif;
  z-index: 3;
  position: relative;
  float: right;
  margin-right: 5%;
  font-size: 20px;
  font-weight: 800;
  color: black;
}
.footerlist a {
  color: #FFFFFF;
  text-decoration: none;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.footerlist a:hover {
  color: #f4cb42;
  text-decoration: none;
}
ul.footerlist li {
  width: auto;
  list-style: none;
  padding-right: 15px;
  margin-bottom: 0.5em;
}
ul.policylist li {
  width: auto;
  float: left;
  list-style: none;
  padding-right: 15px;
}
.footerleft {
  padding-top: 50px;
  font-size: 14px;
}
.footer p {
  padding-left: 0px;
}
.footerright {
  padding-top: 15px;
  font-size: 14px;
}
.footer ul.list li {
  width: auto;
  float: left;
  list-style: none;
  padding-right: 15px;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.footer a:hover {
  color: #f4cb42;
  text-decoration: none;
}
.footer-social ul li {
  padding-right: 25px;
  display: inline-block;
}
/* 05. Mobile, below 767 width */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .wrapper {
    opacity: 1;
  }
  .wrapper-push {
    opacity: 0.2;
  }
  h1 {
    font-size: 24px;
    line-height: 40px;
  }
  h2 {
    font-size: 20px;
    line-height: 40px;
  }
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 17px;
  }
  h3 {
    font-size: 17px;
  }
}
/* 06. Scroll to top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #777777;
  color: white;
  cursor: pointer;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  border-radius: 8px;
}
#myBtn:hover {
  background-color: #555;
}
/* START NOTIFICATION BAR */
/* space between the bar and your content */
#barwrap {
  margin-bottom: 50px;
}
.bar {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffbe03;
  /*  background-color: #537c92;  */
  /* set it at will according to your message's length in small devices */
  max-height: 85px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  color: #453c90;
  /* border-bottom: thick ridge rgba(0, 0, 0, 0.5); */
  -webkit-box-shadow: 0px 2px 13px 0.5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 13px 0.5px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 3008;
  font-size: 18px;
  font-weight: 600;
}
#head-image {
  margin-right: 1%;
  position: relative;
  top: 8px;
}
#text { position: relative;
}
#text a:link { color: white; }
#text a:visited {color: white;}
#text a:hover { color: #03A1F3; }
#home a:active { color: white; }

#ok {
  float: right;
  margin-top: 0px;
  margin-right: 10px;
  font-size: 20px;
}
#ok a {
  color: #464646;
  text-decoration: none;
}
/* END NOTIFICATION BAR */
@media only screen and (max-width: 991px) {
  .bar {
    margin-top: 55px;
  }
}
.footercontact {
  font-weight: 600;
  font-size: 1.0em;
  color: #00616D;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.CenteredContent {
  margin: 0px auto;
  width: 100%;
  max-width: 750px;
  padding: 20px 0px;
}
.CenteredContent h2 {
  font-family: filson-pro, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #212121;
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: left;
}
.CenteredContent h1 {
  line-height: 26px;
  padding-top: 0px;
  padding-bottom: 25px;
  margin: 0 auto;
  font-size: 30px;
  text-align: left;
  font-weight: 400;
  color: #212121;
}
.CenteredContent h3 {
  line-height: 22px;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 20px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 20px;
  color: #00616D;
  text-align: left;
}
.ContentTitleArea h4.Center {
  margin: 0px auto;
  width: 100%;
  max-width: 750px;
  text-align: left !important;
}
#fc .fc-cart__item__options {
  color: #DC1E03;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content {
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 25px;
  padding-top: 15px;
  text-align: center;
  background-color: #eff0f5;
}
/* -------------------------------- 

Components for FAQ Primary - see separate CSS file

-------------------------------- */
@media (max-width: 1416px) {
.MainArea {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 50px;
    }
}
.PriceCalcForm .FormArea {
  padding-left: 144px;
  padding-right: 144px;
  padding-bottom: 21px;
}
.ContactFormArea .FormArea, .PriceCalcForm .FormArea {
  position: relative;
  z-index: 30;
}
.FormArea {
  background: #ffffff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24), 0 0 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24), 0 0 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24), 0 0 8px rgba(0, 0, 0, 0.16);
  width: 696px;
  margin: 0px auto;
  padding: 84px 168px 128px;
}
.PriceCalcForm .CalcResults {
  padding: 15px 0px 6px 0px;
}
.PricesList {
  margin-top: -184px;
  z-index: 10;
}
.RightLight {
  background: linear-gradient(90deg, transparent 50%, #f8f8f8 50%);
}
.SplitBg .MainArea {
  background: #f8f8f8;
}
.PricesListBlock {
  padding: 180px 120px 0px;
}
.TableArea {
  padding: 51px 0px 60px 0px;
}
table {
  border-collapse: collapse;
}
* {
  box-sizing: border-box;
}
.Cols4 > div {
  width: 25%;
  float: left;
}
.PriceGroupsBlock > div {
  padding-bottom: 20px;
}
.PriceGroupsBlock li {
  padding: 4px 10px 12px 0px;
}
.ColTitle {
  color: #212121;
  line-height: 36px;
}
.FormControl select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/open-arrow.png) right 20px no-repeat;
}
.FormControl input[type=text], .FormControl input[type=email], .FormControl input[type=number], .FormControl textarea, .FormControl select {
  height: 48px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.FormControl input, .FormControl textarea, .FormControl select {
  border: 1px solid #dcdcdc;
  margin: 0px;
}
.Cols2, .Cols3 {
  overflow: auto;
}
.Cols3 .FormField {
  width: calc((100% - 48px)/3);
}
.Cols3 > div {
  width: 33.33%;
  float: left;
}
.Cols3 div.FormField + .FormField {
  margin-left: 24px;
}
.Cols3 .FormField {
  width: calc((100% - 48px)/3);
}
.Cols3 > div {
  width: 33.33%;
  float: left;
}
.FormControl {
  padding: 0px 0px 0px 0px;
}
.PriceCalcForm .CalcResults {
  padding: 15px 0px 6px 0px;
}
.PriceCalcForm .CalcResults .Label {
  float: left;
  clear: left;
}
.PriceCalcForm .CalcResults .Label, .PriceCalcForm .CalcResults .Value {
  color: #212121;
  font-family: Butler;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 16px;
}
.PriceCalcForm .CalcResults .Value {
  text-align: right;
}
.PriceCalcForm .CalcResults .Label, .PriceCalcForm .CalcResults .Value {
  color: #212121;
  font-family: Butler;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 16px;
}
select, input {
  font-size: 14px;
  line-height: 200%;
  text-align: left;
  color: #424242;
}
hr {
  color: #dcdcdc;
  background-color: #dcdcdc;
  height: 1px;
  border-width: 0px;
  margin: 10px 0px;
}
.PriceCalcForm p {
  color: #757575;
}
.PriceCalcForm .FormArea h2 {
  padding-bottom: 55px;
}
.FormArea h2 {
  padding-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.PriceGroupsBlock li a {
  color: #424242;
  text-decoration: underline;
}
#mc_embed_signup input.email {

    height: 50px !important;

}
.e111 {  
	font-size: 0.85em;
    font-family: p22-underground-pc, sans-serif;
	font-style: normal;
	font-weight: 600;
	float: right;
	padding-top: 5px;
	 }
.FormButton {
    line-height: 48px;
    border-radius: 3px;
    background: #00616d;
    color: #ffffff;
    border: none;
    width: 100%;
    text-align: center;
    font-size: 22px;
}
    .FormButtonArea {
    padding: 32px 0px;
}
.FormField {
    padding: 0px 0px 16px 0px;
}	
.FormControl textarea {
    height: 126px;
    font-size: inherit;
}	    
.modal-content {
    padding-left: 10px;
    padding-right: 10px;
}    
.navbar:not(.fixed-bottom) .navbar-collapse {
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 5px;
    /* margin: -1px 0 0 0; */
}    
#banc {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px 10px 0 10px;
    min-height: 45px;
    color: #fff;
    background-color: #01b1dd;
    cursor: pointer;
    border-top: 1px solid #fff;
    font-size: 22px;
   
    transition: background .5s linear;
    -moz-transition: background .5s linear;
    -o-transition: background .5s linear;
    -webkit-transition: background .5s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}    
    @media only screen and (max-width: 991px){
.offer {
    display: none;
}}