@charset "UTF-8";
/*
	css
	~ by a ninja
	!haiyah
	------------
	(c) INDRANIL / Updated Tigerchick Nov 21
*/
@font-face {
  font-family: "CriqueGrotesk-Italic";
  src: url("../fonts/2CDAE3_0_0.eot");
  src: url("../fonts/2CDAE3_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2CDAE3_0_0.woff2") format("woff2"), url("../fonts/2CDAE3_0_0.woff") format("woff"), url("../fonts/2CDAE3_0_0.ttf") format("truetype"), url("../fonts/2CDAE3_0_0.svg#wf") format("svg");
}
@font-face {
  font-family: "CriqueGrotesk-Regular";
  src: url("../fonts/2CDAE3_1_0.eot");
  src: url("../fonts/2CDAE3_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2CDAE3_1_0.woff2") format("woff2"), url("../fonts/2CDAE3_1_0.woff") format("woff"), url("../fonts/2CDAE3_1_0.ttf") format("truetype"), url("../fonts/2CDAE3_1_0.svg#wf") format("svg");
}
@font-face {
  font-family: "CriqueGrotesk-MediumItalic";
  src: url("../fonts/2CDAE3_2_0.eot");
  src: url("../fonts/2CDAE3_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2CDAE3_2_0.woff2") format("woff2"), url("../fonts/2CDAE3_2_0.woff") format("woff"), url("../fonts/2CDAE3_2_0.ttf") format("truetype"), url("../fonts/2CDAE3_2_0.svg#wf") format("svg");
}
@font-face {
  font-family: "CriqueGrotesk-Light";
  src: url("../fonts/2CDAE3_3_0.eot");
  src: url("../fonts/2CDAE3_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2CDAE3_3_0.woff2") format("woff2"), url("../fonts/2CDAE3_3_0.woff") format("woff"), url("../fonts/2CDAE3_3_0.ttf") format("truetype"), url("../fonts/2CDAE3_3_0.svg#wf") format("svg");
}
@font-face {
  font-family: "CriqueGrotesk-Medium";
  src: url("../fonts/2CDAE3_4_0.eot");
  src: url("../fonts/2CDAE3_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2CDAE3_4_0.woff2") format("woff2"), url("../fonts/2CDAE3_4_0.woff") format("woff"), url("../fonts/2CDAE3_4_0.ttf") format("truetype"), url("../fonts/2CDAE3_4_0.svg#wf") format("svg");
}
img {
  max-width: 100%;
}

::-moz-selection {
  background: #695e4a;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #695e4a;
  color: #ffffff;
  text-shadow: none;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  transition: color 0.4s;
  color: #ff8400;
  text-decoration: none;
}
a img {
  border: none;
}

body {
  text-align: center;
  color: #787a7f;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  font-family: "CriqueGrotesk-Regular", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
body strong {
  font-weight: normal;
  font-family: "CriqueGrotesk-Medium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
body em {
  font-style: normal;
  font-family: "CriqueGrotesk-MediumItalic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.wrap {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}

header#header .wrap {
  padding: 12px 0;
}
header#header .logo {
  height: 63px;
  width: 275px;
  background: url(../i/colin-mark-logo-21.svg) 0 0 no-repeat;
  float: left;
}
header#header .logo a {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  width: 100%;
  height: 100%;
  display: block;
}
header#header nav {
  float: right;
}
header#header nav ul {
  list-style: none;
}
header#header nav ul li {
  float: left;
  padding: 35px 30px 7px;
  position: relative;
}
header#header nav ul li a {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  color: #695e4a;
  font-size: 14px;
}
header#header nav ul li a:hover {
  color: #ff8400;
}
header#header nav ul li ul {
  display: none;
  position: absolute;
  top: 61px;
  left: 40px;
  background: #ffffff;
  border: 2px solid #d2c73e;
  width: 321px;
  padding: 16px 0;
}
header#header nav ul li ul:after, header#header nav ul li ul:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
header#header nav ul li ul:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
header#header nav ul li ul:before {
  border-color: rgba(210, 199, 62, 0);
  border-bottom-color: #d2c73e;
  border-width: 8px;
  margin-left: -8px;
}
header#header nav ul li ul li {
  padding: 0;
}
header#header nav ul li ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 321px;
  display: block;
  padding: 0 19px;
  line-height: 43px;
}
header#header nav ul li ul li a:hover {
  background: #f1f1f1;
  color: #b9b309;
}

#mast {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #695e4a;
}
#mast .mast-wrapper {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}
#mast .wrap {
  text-align: center;
  padding: 70px 0 10px;
}
#mast.home-mast .wrap {
  font: 0/0 a;
  padding: 0;
  height: 100%;
}
#mast.home-mast .wrap:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#mast.home-mast .wrap .mast-content {
  display: inline-block;
  vertical-align: middle;
}
#mast h1 {
  font-weight: normal;
  font-style: normal;
  font-family: "CriqueGrotesk-Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.6;
  padding-bottom: 50px;
  padding-top: 20px;
}
#mast h1 em {
  font-style: normal;
  font-family: "CriqueGrotesk-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
#mast h1 a {
  border-bottom: 1px solid rgb(255, 195.225862069, 161.3);
  padding-bottom: 5px;
}
#mast h1 a:hover {
  border-bottom-color: #ff8400;
}
#mast h1 em {
  color: #b9b309;
}
#mast .tags {
  color: rgb(136.3659793814, 131.9432989691, 6.6340206186);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 20px;
}
#mast .tags strong {
  font-weight: 500;
}
#mast .tags span {
  padding: 0 5px;
}

.services-thumbs {
  background: #d2c73e;
  height: 157px;
}
.services-thumbs ul {
  list-style: none;
}
.services-thumbs ul li {
  float: left;
  width: 235px;
  height: 157px;
  position: relative;
}
.services-thumbs ul li img {
  display: block;
}
.services-thumbs ul li span.tcont {
  transition: color 0.4s;
  padding-top: 55px;
  text-shadow: 0px 0px 30px rgb(0, 0, 0);
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(66, 65, 48, 0.1);
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.services-thumbs ul li span.tcont strong {
  font-weight: 500;
}
.services-thumbs ul li span.tcont strong {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.services-thumbs ul li a:hover span.tcont {
  background: rgba(66, 65, 48, 0.8);
  text-shadow: none;
}

.content {
  padding: 40px 0;
}
.content .container .contact-form {
  float: left;
  width: 460px;
}
.content .container .contact-form p {
  padding-bottom: 15px;
  position: relative;
}
.content .container .contact-form p label {
  display: block;
  color: #695e4a;
  padding-bottom: 3px;
}
.content .container .contact-form p textarea, .content .container .contact-form p input {
  background: #fff5f0;
  border: 1px solid #b9b309;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  font-family: inherit;
  outline: none;
}
.content .container .contact-form p textarea.error, .content .container .contact-form p input.error {
  border-color: #e20000;
}
.content .container .contact-form p .error-icon {
  color: #e20000;
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 24px;
}
.content .container .contact-form p.submitter {
  text-align: right;
}
.content .container .contact-form p.submitter .thank-you {
  padding-right: 10px;
  line-height: 40px;
}
.content .container .contact-form p.submitter button {
  float: right;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  width: 220px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 400;
  background: rgb(255, 181.2, 102);
  font-size: 14px;
  text-transform: uppercase;
  border: none;
}
.content .container .contact-form p.submitter button strong {
  font-weight: 500;
}
.content .container .contact-details {
  float: right;
  width: 380px;
}
.content .container .contact-details h3.colin-mark {
  margin-bottom: 30px;
  background: url(../i/colin-mark-logo-21.svg) 0 0 no-repeat;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  height: 93px;
  width: 457px;
}
.content .container .contact-details p {
  padding-bottom: 30px;
  line-height: 1.5;
  font-size: 20px;
  color: #695e4a;
}
.content .container .contact-details p a {
  color: #695e4a;
}
.content .container .contact-details p.addr {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #b9b309;
}
.content .container .contact-details p.addr strong {
  font-weight: 500;
}
.content article p {
  padding-bottom: 15px;
  line-height: 1.6;
  font-size: 16px;
}
.content article ul {
  list-style: none;
}
.content article ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -0.7em;
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
}
.content article ul li:before {
  content: "• ";
  color: #b9b309;
}
.content article .column {
  width: 460px !important;
}
.content article .column.last {
  float: right !important;
}
.content h1, .content h2 {
  font-size: 16px;
  padding-bottom: 25px;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  color: #b9b309;
}
.content h1 strong, .content h2 strong {
  font-weight: 500;
}
.content h1.pt, .content h2.pt {
  font-weight: normal;
  font-style: normal;
  font-family: "CriqueGrotesk-Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 36px;
  padding-bottom: 30px;
}
.content h1.pt em, .content h2.pt em {
  font-style: normal;
  font-family: "CriqueGrotesk-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
.content h3, .content h4, .content h5 {
  color: #b9b309;
  padding-bottom: 20px;
  font-weight: normal;
}
.content .sitemap {
  padding-left: 20px;
}
.content .sitemap li {
  padding-bottom: 5px;
  font-size: 20px;
}
.content .sitemap li ul {
  padding-top: 5px;
  padding-left: 20px;
}
.content .entry {
  line-height: 1.6;
}
.content .entry p, .content .entry ul, .content .entry ol {
  padding-bottom: 20px;
}
.content .entry ul, .content .entry ol {
  padding-left: 20px;
}
.content.cream {
  background-color: #f8f7ed;
}

.service-keywords {
  background: #ffdac5;
  padding: 55px 0;
}
.service-keywords ul {
  list-style: none;
  width: 460px;
}
.service-keywords ul li p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
  width: 460px;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -0.7em;
  font-size: 16px;
  transition: color 0.4s;
}
.service-keywords ul li p span {
  text-transform: uppercase;
  color: #695e4a;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.service-keywords ul li p span:before {
  content: "• ";
  color: #ffffff;
}
.service-keywords ul li p span a:hover {
  text-decoration: underline;
  color: #695e4a;
}
.service-keywords ul.right {
  float: right;
}
.service-keywords ul.left {
  float: left;
}
.service-keywords.right {
  float: right;
}
.service-keywords.left {
  float: left;
}

.cta {
  font-weight: normal;
  font-style: normal;
  font-family: "CriqueGrotesk-Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  padding: 50px 0;
  font-size: 28px;
}
.cta em {
  font-style: normal;
  font-family: "CriqueGrotesk-Italic", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
.cta p {
  text-align: center;
}
.cta em {
  color: #b9b309;
}

.galleries {
  background: #f8f7ed;
  padding: 50px;
}
.galleries .gallery {
  padding-bottom: 30px;
}
.galleries .gallery h4 {
  text-transform: uppercase;
  color: #695e4a;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
}
.galleries .gallery h4 strong {
  font-weight: 500;
}
.galleries .gallery ul {
  list-style: none;
  width: 960px;
  margin-left: -10px;
  margin-right: -10px;
}
.galleries .gallery ul li {
  float: left;
  height: 140px;
  width: 140px;
  padding: 0 10px 10px;
}

#footer {
  background: #434549;
  padding: 50px 0 30px;
  color: #ffffff;
}
#footer .footer-area a {
  color: #d2c73e;
}
#footer .footer-area a:hover {
  text-decoration: underline;
}
#footer .footer-area .footer-contact {
  float: left;
  width: 460px;
  line-height: 1.6;
}
#footer .footer-area .footer-contact p {
  padding-bottom: 5px;
}
#footer .footer-area .footer-contact p.tel {
  padding-top: 10px;
  font-size: 32px;
}
#footer .footer-area .footer-links {
  float: right;
  width: 460px;
}
#footer .footer-area .footer-links ul {
  color: #d2c73e;
}
#footer .footer-area .footer-links ul li {
  padding-bottom: 15px;
  width: 220px;
  float: left;
}
#footer .footer-meta {
  border-top: 1px solid #6b6b6b;
  padding: 10px 0;
  margin-top: 25px;
}
#footer .footer-meta .legal-links {
  font-size: 14px;
  float: left;
}
#footer .footer-meta .legal-links a {
  color: #ffffff;
}
#footer .footer-meta .legal-links a:hover {
  color: #d2c73e;
}
#footer .footer-meta .tigerchick {
  float: right;
  font-size: 10px;
  color: #a5a5a6;
  width: 182px;
}
#footer .footer-meta .tigerchick a {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  height: 35px;
  width: 182px;
  display: inline-block;
  background: url(../i/tigerchick.png) 0 0 no-repeat;
}

.cf::after {
  clear: both;
  content: "";
  display: block;
}

.clearer {
  clear: both;
}

#idcookiemonster {
  position: relative;
  z-index: 8500;
  text-align: left;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
#idcookiemonster .idcm-content {
  overflow: hidden;
  display: none;
  opacity: 0;
  width: 300px;
  position: fixed;
  bottom: 5px;
  left: 0;
  font-size: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#idcookiemonster .idcm-content .idcm-content-close {
  position: absolute;
  top: 3px;
  right: 5px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  width: 25px;
  height: 25px;
  background: url(../i/cross-white.svg) 0 0 no-repeat;
  cursor: pointer;
}
#idcookiemonster .idcm-content h3 {
  border-top-right-radius: 5px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 132, 0, 0.7);
  padding: 10px 15px 4px 10px;
  margin: 0;
  font-size: 1.2em;
}
#idcookiemonster .idcm-content .content-area {
  border-bottom-right-radius: 5px;
  background: #ffffff;
  color: #787a7f;
  padding: 10px 15px 0;
  font-size: 1.05em;
}
#idcookiemonster .idcm-content .content-area p, #idcookiemonster .idcm-content .content-area ul, #idcookiemonster .idcm-content .content-area ol {
  margin: 0;
  padding: 0 0 10px;
}
#idcookiemonster .idcm-content .content-area p a, #idcookiemonster .idcm-content .content-area ul a, #idcookiemonster .idcm-content .content-area ol a {
  color: rgb(70.4453441296, 71.6194331984, 74.5546558704);
}
#idcookiemonster .idcm-content .content-area .more-link {
  text-align: right;
}
#idcookiemonster .idcm-icon {
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 5px;
  left: 0;
  font-size: 10px;
  background: #ff8400;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 47px;
  height: 48px;
  font-size: 10px;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-align: center;
}
#idcookiemonster .idcm-icon span {
  display: block;
  width: 25px;
  height: 28px;
  background: url(../i/cookie-white.svg) 0 0 no-repeat;
  margin: 5px auto 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-zoom {
  cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  padding-top: 10px;
  text-align: center;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

[class^=card-], [class*=" card-"] {
  display: inline-block;
  color: #5f6775;
  fill: currentColor;
}

.card-amex {
  width: 39px;
  height: 26px;
}

#card-amex .path1 {
  fill: rgb(97, 194, 237);
}

#card-amex .path2 {
  fill: rgb(94, 187, 230);
}

#card-amex .path3 {
  fill: rgb(255, 255, 255);
}

#card-amex .path4 {
  fill: rgb(255, 255, 255);
}

#card-amex .path5 {
  fill: rgb(255, 255, 255);
}

#card-amex .path6 {
  fill: rgb(255, 255, 255);
}

#card-amex .path7 {
  fill: rgb(255, 255, 255);
}

.card-mastercard {
  width: 39px;
  height: 26px;
}

#card-mastercard .path1 {
  fill: rgb(86, 102, 175);
}

#card-mastercard .path2 {
  fill: rgb(255, 255, 255);
  opacity: 0.0399999991;
}

#card-mastercard .path3 {
  fill: rgb(234, 87, 76);
}

#card-mastercard .path4 {
  fill: rgb(234, 87, 76);
}

#card-mastercard .path5 {
  fill: rgb(233, 212, 30);
}

#card-mastercard .path6 {
  fill: rgb(119, 132, 183);
}

.card-visa {
  width: 39px;
  height: 26px;
}

#card-visa .path1 {
  fill: rgb(243, 244, 244);
}

#card-visa .path2 {
  fill: rgb(86, 102, 175);
}

#card-visa .path3 {
  fill: rgb(230, 161, 38);
}

#card-visa .path4 {
  fill: rgb(86, 102, 175);
}

#card-visa .path5 {
  fill: rgb(86, 102, 175);
}

#card-visa .path6 {
  fill: rgb(86, 102, 175);
}

#card-visa .path7 {
  fill: rgb(86, 102, 175);
}

#card-visa .path8 {
  fill: rgb(255, 255, 255);
  opacity: 0.0399999991;
}

#card-visa .path9 {
  fill: rgb(247, 248, 249);
}

.card-stripe {
  width: 116px;
  height: 26px;
}

#card-stripe .path1 {
  fill: currentcolor;
}

#card-stripe .path2 {
  fill: currentcolor;
}

#card-stripe .path3 {
  fill: currentcolor;
}
