html {
  overflow-y: scroll;
}
html {
  background-color: #202331;
}
/* lato-regular - latin */
/* lato-700 - latin */
/* rajdhani-500 - latin */
/* rajdhani-600 - latin */
/* rajdhani-700 - latin */
/* Clearfix & Clear
-------------------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  width: 0;
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* Global styles
-------------------------------------------------------------------------------*/
html {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8em;
  color: #d9d9d9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  /*text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;*/
}
body {
  min-width: 300px;
  position: relative;
  padding-top: 65px;
}
body.admin-bar {
  margin-top: 28px;
}
/* Links */
a,
a * {
  color: #ff005b;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #b30040;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #888;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
/* Custom text-selection colors */
::-moz-selection {
  background: #808080;
  color: white;
  text-shadow: none;
}
::selection {
  background: #808080;
  color: white;
  text-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
}
strong,
b {
  text-shadow: 0 0 0 black;
}
/* Links */
a {
  color: #ff005b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #b30040;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #ff005b;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
.btn {
  font-family: 'Montserrat', 'Poppins', Arial, Helvetica, sans-serif;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 33px 10px 17px;
  display: inline-block;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.gform_button {
  position: relative;
}
.gform_button:before,
.btn:before {
  content: ' \2192';
  width: 16px;
  height: 18px;
  position: absolute;
  top: 9px;
  right: 12px;
  font-size: 15px;
  transition: all .5s;
  font-family: 'Poppins';
  /*
	background-color: #fff;
	-webkit-mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
	mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	transform: rotate(-90deg);
	*/
}
.btn:hover {
  border: 2px solid #00ccff;
  color: #00ccff;
}
.gform_button:hover:before,
.btn:hover:before {
  right: 10px;
  transition: all .1s;
}
.btn--small {
  font-size: 12px;
  padding: 9px 32px 9px 14px;
}
.btn--small:before {
  top: 8px;
}
.btn--large {
  font-size: 18px;
  padding: 15px 38px 15px 20px;
}
.btn--large:before {
  width: 16px;
  height: 18px;
  top: 16px;
  right: 15px;
}
.btn--large:hover:before {
  right: 12px;
  transition: all .1s;
}
form .gform_button {
  background-color: #ff005b;
  padding: 15px 22px;
  border: none;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
form :hover.gform_button {
  background-color: #ff005b;
}
.icon-ul {
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  margin-right: 7px;
  width: 11px;
  height: 11px;
  background-image: url(../../img/icon-li.png);
  background-size: 11px 11px;
  background-position: 0 0;
}
/* Custom text-selection colors */
::-moz-selection {
  background: #ff005b;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ff005b;
  color: #fff;
  text-shadow: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  /* 	margin-top: -15px; */
}
.main-content ul {
  margin-bottom: 20px;
}
.main-content ul li {
  background-image: url(../../img/icon-li.png);
  background-size: 10px 9px;
  background-position: 0px 8px;
  background-repeat: no-repeat;
  /* list-style: none; */
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.main-content ul.list-contact-items li,
.main-content form ul li {
  padding-left: 0;
  background-image: none;
}
.main-content ul.list-contact-items li a {
  text-decoration: none;
}
.main-content p a {
  text-decoration: none;
  position: relative;
}
.main-content p a:before {
  content: '';
  height: 1px;
  background-color: #ff4f8e;
  width: 0%;
  position: absolute;
  bottom: -1px;
  transition: all .2s;
}
.main-content p a:hover {
  color: #ff4f8e;
}
.main-content p a:hover:before {
  width: 100%;
}
.main-content .alignright,
.main-content .alignleft {
  border: 1px solid #4f4f4f;
  display: block;
  margin-bottom: 15px;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
h1 {
  line-height: 1.6em;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', 'Poppins', Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
h1.page-title {
  font-size: 30px;
}
.content--page .main-content h1,
.content--page .main-content h2,
.content--page .main-content h3,
.content--page .main-content h4,
.content--page .main-content h5 {
  color: #00aeda;
  margin-top: 40px;
  word-wrap: break-word;
}
.content--page .main-content h1.page-title,
.content--page .main-content h2.page-title,
.content--page .main-content h3.page-title,
.content--page .main-content h4.page-title,
.content--page .main-content h5.page-title {
  margin-top: 0;
}
.block-title {
  font-size: 36px;
  line-height: 1.1em;
  margin: 0 0 25px 0;
}
.block-subtitle {
  font-size: 22px;
  margin: 0 0 8px 0;
  position: relative;
  display: inline-block;
}
.main-color {
  color: #ff005b;
}
.secondary-color {
  color: #00ccff;
}
.effect--pattern {
  position: relative;
}
.effect--pattern:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  background-image: url(../../img/pattern-diamond.png);
  background-repeat: repeat;
  background-size: 58px 89px;
  background-position: center center;
}
.effect--gradient {
  background: #b93a58;
  background: radial-gradient(circle, #b93a58 0%, #212b4b 100%);
  color: #fff !important;
}
.effect--gradient-gray {
  background: #111111;
  background: radial-gradient(circle, #34384b 0%, #151721 100%);
}
.wrapper-block--max-width {
  max-width: 850px;
  margin: 0 auto;
}
.ss-pika,
.ss-social {
  color: #ff005b;
  font-size: 19px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.ss-social {
  top: 0;
}
.ss-facebook,
.ss-instagram {
  top: 3px;
}
.ss-pinterest {
  top: 4px;
}
.ss-youtube {
  top: 4px;
}
.ss-mail {
  top: 3px;
}
.hide-mobile,
#masthead #main-navigation .hide-mobile {
  display: none !important;
}
.hide-tablet-portrait,
#masthead #main-navigation .hide-tablet-portrait {
  display: none;
}
.page404 {
  padding: 80px 0 70px 0;
}
/* Header
-------------------------------------------------------------------------------*/
.absolute-header {
  display: none;
}
.wrapper-masthead {
  position: relative;
}
#masthead {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  top: 0;
  backdrop-filter: saturate(180%) blur(3px);
  -webkit-backdrop-filter: saturate(180%) blur(3px);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
#masthead #logo-holder {
  float: left;
  margin: 0;
  display: block;
  width: 100%;
}
#masthead #logo-holder a img {
  width: auto;
  height: 36px;
  margin-top: 15px;
  margin-left: 15px;
  display: block;
}
#masthead #logo-holder a.link-logo {
  float: left;
}
#masthead #logo-holder .logo-white {
  display: none;
}
#masthead #logo-holder .logo-black {
  display: inline-block;
}
#masthead #logo-holder .company-name {
  font-size: 19px;
  display: inline-block;
  margin-top: 20px;
  margin-left: 5px;
}
#masthead #logo-holder #link-mobile-menu {
  float: right;
  height: 65px;
  width: 65px;
  /* 	background-color: #2e367e; */
  display: inline-block;
  text-decoration: none;
}
#masthead #logo-holder #link-mobile-menu i {
  width: 60px;
  color: #ff005b;
  font-size: 28px;
  display: block;
  text-align: center;
  margin-top: 19px;
  right: -2px;
}
#masthead #logo-holder #link-mobile-menu.mobile-menu-appear i:before {
  content: '␡' !important;
  font-size: 34px;
}
#masthead #mobile-navigation {
  display: none;
  font-size: 16px;
  text-align: left;
  /*text-transform: uppercase;*/
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  float: left;
  width: 100%;
  /* background-color: #2e367e; */
}
#masthead #mobile-navigation ul {
  margin: 0;
  list-style: none;
  border-top: 1px solid #262626;
}
#masthead #mobile-navigation ul li {
  margin: 0px;
  display: block;
  position: relative;
}
#masthead #mobile-navigation ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 0 12px 15px;
  border-bottom: 1px solid #262626;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
#masthead #mobile-navigation ul li.current-page-ancestor > a,
#masthead #mobile-navigation ul li.current-menu-item > a {
  color: #ff005b;
}
#masthead #mobile-navigation ul li a:hover {
  color: #ff005b;
}
/* Sub menu (on content pages)
-------------------------------------------------------------------------------*/
/*.sub-menu {
	margin: 18px 0 25px 0;

	h1 {
		font-size: 20px;
		margin-bottom: 7px;
		margin-left: 3px;
		padding-bottom: 5px;

		a {
			text-decoration: none;
			color: #333;
			text-rendering: optimizeLegibility;
			-webkit-font-smoothing: antialiased;
			-moz-font-smoothing: antialiased;
			-o-font-smoothing: antialiased;
			line-height: 1em;

			&:hover {
				color: @mainColor;
			}
		}
	}
	ul {
		list-style: none;
		border-top: 1px solid #b7b7b7;
		margin-top: 10px;

		li {
			display: block;

			a {
				margin: 0;
				display: block;
				padding: 11px 0 15px 25px;
				border-bottom: 1px solid #b7b7b7;
				text-decoration: none;
				//text-transform: uppercase;
				color: #4f4f4f;
				font-family: @menuFontFamily;
				//font-size: 14px;
				font-size: 18px;
				//font-weight: 600;
				font-weight: 500;
				text-rendering: optimizeLegibility;
				-webkit-font-smoothing: antialiased;
				-moz-font-smoothing: antialiased;
				-o-font-smoothing: antialiased;
				position: relative;

				&:before {
					content: '\25CF';
					padding-right: 20px;
					font-size: 17px;
					top: 11px;
					left: 3px;
					position: absolute;
				}
				span {
					color: #aaa;
					display: block;
					font-style: italic;
					font-size: 14px;
				}
			}
		}
	}
	h1 a.current-menu-item,
	ul li.current-page-ancestor a,
	ul li.current-menu-item a,
	ul li a:hover {
		color: @mainColor;
	}
}*/
/* Dropdown menu (child pages)
-------------------------------------------------------------------------------*/
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-menu {
  display: none;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-menu a {
  padding-left: 30px !important;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-cat-link {
  border-left: 1px solid #424242;
  border-right: none;
  transition: all .3s ease;
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-cat-link:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 11px;
  transition: all .2s ease;
  transform: rotate(0deg) scale(1);
  background-color: #fff;
  -webkit-mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
  mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  width: 32px;
  height: 32px;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-cat-link:hover {
  cursor: pointer;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-cat-link:hover:after {
  transition: all .2s ease;
  color: #ff005b;
  background-color: #ff005b;
}
#masthead #mobile-navigation > ul li.menu-item-has-children .sub-cat-link.open-sub-category:after {
  transform: rotate(180deg);
  transition: all .3s ease;
  top: 9px;
}
/* Cover
-------------------------------------------------------------------------------*/
/*
.cover-home .gallery-cell:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 1;
}
 */
.gallery-cell,
.cover {
  height: 150px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.gallery-cell .gallery-cell-content {
  color: #fff;
  padding: 65px 15px;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.gallery-cell .gallery-cell-content h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 29px;
  line-height: 1.3em;
  color: #fff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
.gallery-cell .gallery-cell-content p {
  margin: 0 auto 15px auto;
  max-width: 350px;
  text-shadow: 1px 1px 2px #000;
}
.gallery-cell,
.cover-home {
  min-height: 150px;
  height: auto;
}
.gallery-cell {
  width: 100%;
  height: auto;
  counter-increment: gallery-cell;
}
.flickity-prev-next-button {
  display: none;
}
.flickity-page-dots {
  bottom: 20px;
}
.flickity-page-dots .dot {
  border-radius: 0;
  width: 20px;
  height: 4px;
  background: transparent;
  border: 1px solid #ff005b;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background: #ff005b;
}
/* Youtube BG video in Hero image
-------------------------------------------------------------------------------*/
.video-background {
  background: #000;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.video-foreground,
.video-background iframe {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  pointer-events: none;
}
.youtube-wrapper iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
.youtube-wrapper {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
}
.video-background,
.youtube-wrapper {
  height: 100%;
}
/* Content
-------------------------------------------------------------------------------*/
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* Content pages */
.wrapper-main-content {
  padding: 0 15px;
}
/* SETTING PADDING ON ALL BLOCKS */
/* Blocks home */
.wrapper-block--home {
  border-top: 1px solid #494949;
}
.wrapper-block--content {
  padding: 70px 15px;
}
.wrapper-block--content p:last-child {
  margin-bottom: 0;
}
/* Square blocks (2 next to each other)
-------------------------------------------------------------------------------*/
.style--square-blocks .block__bg-image {
  padding-bottom: 100%;
}
.block__bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
/* Center block */
.wrapper-block--center {
  text-align: center;
}
/* Breadcrumb block */
.wrapper-block--breadcrumb {
  padding: 10px 15px 0 15px;
  margin-bottom: -20px;
  font-size: 15px;
}
.wrapper-block--breadcrumb a {
  color: #ccc;
  text-decoration: none;
}
.wrapper-block--breadcrumb a:hover {
  color: #00ccff;
}
.wrapper-block--breadcrumb p {
  margin: 0;
}
/* Read more block */
.wrapper-block--read-more {
  padding-top: 10px;
}
/* Footer page block */
.wrapper-block--footer-page {
  margin-top: 30px;
}
/* Block USPs (home)
-------------------------------------------------------------------------------*/
.wrapper-usps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper-usps .block__content {
  margin-bottom: 50px;
  text-align: center;
  max-width: 350px;
  font-size: 15px;
}
.wrapper-usps .block__content:last-child {
  margin-bottom: 0;
}
.wrapper-usps .block__content img {
  max-height: 60px;
  margin-bottom: 10px;
}
.wrapper-usps .block__content .block-title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.wrapper-usps .block__content .read-more {
  text-decoration: none;
  font-size: 17px;
  position: relative;
}
.wrapper-usps .block__content .read-more:before {
  content: '';
  height: 1px;
  background-color: #fff;
  width: 0%;
  position: absolute;
  bottom: 0;
  transition: all .2s;
}
.wrapper-usps .block__content .read-more:hover {
  color: #fff;
}
.wrapper-usps .block__content .read-more:hover:before {
  width: 100%;
}
/* Block HOW & REQUEST (home)
-------------------------------------------------------------------------------*/
.wrapper-block--how,
.wrapper-block--request-quote {
  padding: 0 !important;
}
.wrapper-block--how .block__content,
.wrapper-block--request-quote .block__content {
  padding: 70px 15px 70px 15px;
}
/* References slider (home)
-------------------------------------------------------------------------------*/
.wrapper-block--references {
  padding-top: 90px;
  padding-bottom: 90px;
}
.wrapper-block--references header,
.wrapper-block--references h2 {
  text-align: center;
}
.wrapper-block--references .flickity-page-dots {
  bottom: -30px;
}
.cover--references {
  height: auto !important;
}
.cover--references .gallery {
  margin-top: 15px;
  margin-bottom: 30px;
}
.cover--references .gallery .gallery-cell {
  height: auto;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  width: 50%;
  vertical-align: middle;
  display: table-cell;
  line-height: 110px;
}
.cover--references .gallery .gallery-cell img {
  max-height: 100%;
  width: auto;
  vertical-align: middle;
}
/* Instagram block (home)
-------------------------------------------------------------------------------*/
.instagram-feed .sbi_photo {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: filter .4s;
  -moz-transition: filter .4s;
  -o-transition: filter .4s;
  -ms-transition: filter .4s;
  transition: filter .4s;
}
.instagram-feed .sbi_photo:hover {
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}
.instagram-feed .sbi_photo:hover:before {
  opacity: 0;
}
/* Instagram feed block */
/* Request quote footer block (pages)
-------------------------------------------------------------------------------*/
.wrapper-block--request-quote-footer {
  padding: 40px 15px;
  position: relative;
  overflow: hidden;
  text-shadow: 1px 1px 3px #545454;
}
.wrapper-block--request-quote-footer:before {
  content: '';
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.wrapper-block--request-quote-footer .quote-footer__content {
  text-align: center;
}
.wrapper-block--request-quote-footer .quote-footer__content .btn {
  margin-top: 20px;
}
/*
!* Special block *!
.wrapper-block-special {
	padding-top: 20px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}*/
.wrapper-blocks--request-quote {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.wrapper-blocks--request-quote .wrapper-block-home {
  background-color: #333;
  color: #fff;
  padding: 45px 20px 60px 20px;
  margin-top: -60px;
}
.wrapper-blocks--request-quote .wrapper-block-home .block-subtitle {
  color: #fff;
}
.wrapper-blocks--request-quote .wrapper-block-home form {
  float: none;
  margin-bottom: 0;
  padding-right: 0;
}
.wrapper-blocks--request-quote .wrapper-block-home form input[type="text"],
.wrapper-blocks--request-quote .wrapper-block-home form input[type="email"],
.wrapper-blocks--request-quote .wrapper-block-home form textarea {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
}
.wrapper-blocks--request-quote .wrapper-block-home form input[type="text"]:focus,
.wrapper-blocks--request-quote .wrapper-block-home form input[type="email"]:focus,
.wrapper-blocks--request-quote .wrapper-block-home form input:focus,
.wrapper-blocks--request-quote .wrapper-block-home form textarea:focus {
  outline: 0;
  background-color: #eee;
}
.wrapper-blocks--request-quote .wrapper-block-home form .gform_button {
  background-color: #eee;
  color: #2e367e;
  border-radius: 0;
  padding: 13px 22px;
  max-width: 130px;
  text-transform: uppercase;
  font-size: 14px;
}
.wrapper-blocks--request-quote .wrapper-block-home form .gform_button:hover {
  background-color: #fff;
  color: #000;
}
.wrapper-blocks--archives {
  padding-top: 50px;
}
.main-content--archives .wrapper-block-text {
  position: relative;
  width: calc(80%);
  margin: 0 auto;
  z-index: 10;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.main-content--archives .wrapper-block-text h1 {
  margin: 0 0 10px 0;
}
.wrapper-block--single {
  padding-bottom: 50px;
}
.wrapper-block--single .single-image {
  margin-bottom: 20px;
}
/* Team block */
/*
.wrapper-block-team p {
	margin-bottom: 45px;
}
.wrapper-block-team p.text-team {
	margin-top: -10px;
	margin-bottom: 10px;
	color: #1e7b91;
	font-weight: bold;
}
	.wrapper-block-team figure img {
		border-radius: 400px;
	}
 */
/* Google maps
-------------------------------------------------------------------------------*/
.googlemaps {
  margin-top: 0;
  position: relative;
}
.googlemaps iframe {
  display: block;
  filter: grayscale(80%);
  transition: all .5s;
}
.googlemaps iframe:hover {
  filter: grayscale(0%);
  transition: all .3s;
}
#nametag_googlemaps {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  background-color: #00ccff;
  padding: 7px 22px 4px 31px;
  color: #fff;
  text-decoration: none;
  font-style: italic;
  font-size: 16px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#nametag_googlemaps:hover {
  background-color: #333;
}
/* Locations (on contact page)
-------------------------------------------------------------------------------*/
.contact--location {
  outline: 1px solid #cce2f4;
  background-color: #fbfdff;
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0 5px 16px -6px rgba(0, 0, 0, 0.2), 0 16px 16px -14px rgba(0, 0, 0, 0.1);
}
.contact--location .location-title {
  padding-left: 15px;
}
.contact--location .location-title h2 {
  margin-top: 17px;
  margin-bottom: 10px;
  font-size: 27px;
}
.contact--location .location-info {
  padding-left: 15px;
  margin-bottom: 30px;
}
.contact--location .location-info h2,
.contact--location .location-info h3,
.contact--location .location-info h4,
.contact--location .location-info h5,
.contact--location .location-info h6 {
  font-size: 20px;
  margin-bottom: 0;
}
.contact--location .location-map iframe {
  display: block;
  filter: grayscale(80%);
  transition: all 1.3s;
}
.contact--location .location-map iframe:hover {
  filter: grayscale(0%);
  transition: all .3s;
}
/* Forms
-------------------------------------------------------------------------------*/
.form_wrapper {
  text-align: left;
}
.form_wrapper .icon-form {
  color: #a4a4a4;
  font-size: 69px;
}
.form_wrapper h2 {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 24px;
  margin-top: 0px;
  font-weight: normal;
}
form {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  clear: both;
  padding: 0;
  float: left;
  margin-top: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
form .gform_body {
  float: left;
  width: 100%;
  display: block;
  border: 0 solid pink;
}
form ul {
  padding: 0;
  margin: 0;
  float: left;
}
form ul li {
  margin-bottom: 20px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding-right: 0;
  list-style: none;
}
form ul li.input_wide {
  width: 100%;
  padding-right: 0px;
}
form ul li.input_right {
  margin-right: -10px;
}
form input,
form textarea,
form select {
  border: none;
  border-bottom: 1px solid #414348;
  background-color: #212331;
  color: #ccc;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  width: 100%;
}
form input[type="text"],
form input[type="email"] {
  margin-bottom: 25px;
}
form input[type="checkbox"],
form input[type="radio"] {
  width: auto;
}
form textarea {
  height: 110px;
}
form input:focus,
form textarea:focus,
form select:focus {
  outline: none;
  color: #fff;
  background-color: #43485d;
  border-bottom: 1px solid #00ccff;
}
form label {
  font-size: 18px;
  margin-bottom: 1px;
  display: inline-block;
}
form .gfield--type-product .gfield_description {
  margin-bottom: 12px;
}
form .gfield--type-product .ginput_container_singleproduct .ginput_product_price_label,
form .gfield--type-product .ginput_container_singleproduct .ginput_product_price,
form .gfield--type-product .ginput_container_singleproduct .ginput_quantity_label {
  border: 1px solid red;
  display: none;
}
form .gfield--type-total {
  margin-bottom: 30px !important;
}
form .gfield--type-total .gfield_label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #00ccff;
}
.validation_message,
.validation_error {
  display: none !important;
}
.gfield_error input,
.gfield_error textarea {
  border: red 1px solid !important;
  background-color: #3f2020 !important;
}
.gfield_contains_required.gfield_error label.gfield_label {
  color: #ff0000;
}
.captcha-field {
  margin-top: 30px;
}
.captcha-field label {
  margin-bottom: 8px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #ccc;
}
/* All blocks
-------------------------------------------------------------------------------*/
.content-block {
  padding: 70px 0 60px 0;
  text-align: left;
  position: relative;
}
.content-block .block-title {
  font-size: 30px;
  margin-top: 0 !important;
}
.content-block.content-block--padding-top-normal {
  padding-top: 80px;
}
.content-block.content-block--padding-top-medium {
  padding-top: 40px;
}
.content-block.content-block--padding-top-small {
  padding-top: 20px;
}
.content-block.content-block--padding-top-none {
  padding-top: 0;
}
.content-block.content-block--padding-bottom-normal {
  padding-bottom: 80px;
}
.content-block.content-block--padding-bottom-medium {
  padding-bottom: 40px;
}
.content-block.content-block--padding-bottom-small {
  padding-bottom: 20px;
}
.content-block.content-block--padding-bottom-none {
  padding-bottom: 0;
}
.content-block .block-title {
  margin: 0 0 20px 0;
}
.content-block__image {
  position: relative;
}
/* Text block
-------------------------------------------------------------------------------*/
.content-block--text-block .text-block__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 25px;
}
.content-block--text-block .text-block__image img {
  border-radius: 3px;
  display: inline-block;
}
.content-block--text-block .text-block__text {
  box-sizing: border-box;
}
.content-block--text-block .text-block__text p:last-child {
  margin-bottom: 0;
}
.content-block--text-block.content-block--text_only .text-block-width-small {
  max-width: 850px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  /* Text block
	  -------------------------------------------------------------------------------*/
  .content-block--text-block .text-block__image {
    margin-bottom: 0;
  }
  .content-block--text-block .text-block__image,
  .content-block--text-block .text-block__text {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
  }
  .content-block--text-block.content-block--text_only {
    text-align: center;
  }
  .content-block--text-block.content-block--image_left .text-block__image {
    padding-right: 15px;
    text-align: right;
  }
  .content-block--text-block.content-block--image_left .text-block__text {
    padding-left: 15px;
    float: right;
  }
  .content-block--text-block.content-block--image_right .text-block__image {
    padding-left: 15px;
    float: right;
  }
  .content-block--text-block.content-block--image_right .text-block__text {
    padding-right: 15px;
  }
  .content-block--text-block.content-block--text-only {
    text-align: center;
  }
  .content-block--text-block.content-block--text-only .text-block__text {
    text-align: center;
    width: 100%;
    max-width: 800px;
  }
}
@media only screen and (min-width: 1000px) {
  /* All blocks
	  -------------------------------------------------------------------------------*/
  .content-block.content-block--padding-top-normal {
    padding-top: 100px;
  }
  .content-block.content-block--padding-top-medium {
    padding-top: 60px;
  }
  .content-block.content-block--padding-top-small {
    padding-top: 30px;
  }
  .content-block.content-block--padding-bottom-normal {
    padding-bottom: 100px;
  }
  .content-block.content-block--padding-bottom-medium {
    padding-bottom: 60px;
  }
  .content-block.content-block--padding-bottom-small {
    padding-bottom: 30px;
  }
  /* Text block
	  -------------------------------------------------------------------------------*/
  .content-block--text-block.content-block--image_left .text-block__image {
    padding-right: 20px;
  }
  .content-block--text-block.content-block--image_left .text-block__text {
    padding-left: 20px;
    float: right;
  }
  .content-block--text-block.content-block--image_right .text-block__image {
    padding-left: 20px;
  }
  .content-block--text-block.content-block--image_right .text-block__text {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* Text block
	  -------------------------------------------------------------------------------*/
  .content-block--text-block.content-block--image_left .text-block__image {
    padding-right: 25px;
  }
  .content-block--text-block.content-block--image_left .text-block__text {
    padding-left: 25px;
    float: right;
  }
  .content-block--text-block.content-block--image_right .text-block__image {
    padding-left: 25px;
  }
  .content-block--text-block.content-block--image_right .text-block__text {
    padding-right: 25px;
  }
}
/* Footer
-------------------------------------------------------------------------------*/
#footer {
  padding: 90px 0 60px 0;
  font-size: 17px;
  border-top: 1px solid #555;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer.effect--bg:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(10, 10, 10, 0.7);
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
#footer.effect--gradient-gray {
  background-image: inherit;
  background: #111111;
  background: radial-gradient(circle, #34384b 0%, #151721 100%);
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #666;
}
#footer .footer__logo:hover {
  border-bottom: 1px solid #ff005b;
}
#footer .footer__logo img {
  max-width: 260px;
}
#footer .block__content {
  z-index: 1;
  position: relative;
}
#footer .block__content a,
#footer .block__content .ss-pika,
#footer .block__content .ss-social {
  font-size: 23px;
  color: #fff;
  margin-right: 0;
}
#footer .block__content a:hover,
#footer .block__content .ss-pika:hover,
#footer .block__content .ss-social:hover {
  color: #ff005b;
}
#footer .block__content a {
  font-size: 17px;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  word-break: break-all;
}
#footer .block__content h1 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  text-shadow: 1px 2px 1px #000000;
}
#footer .block__content ul {
  margin-top: 0;
  width: 100%;
}
#footer .block__content ul li {
  margin-bottom: 10px;
  list-style: none;
  display: block;
  position: relative;
}
#footer .footer__socials ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer .footer__socials ul li:last-child {
  margin-right: 0;
}
#footer .footer__menu {
  margin-top: 60px;
}
#footer .footer__menu ul li {
  margin-bottom: 5px;
}
#footer .footer-block-pages ul li a {
  padding-left: 20px;
}
#footer .footer-block-pages ul li a:before {
  /*
content: '▹';
	font-family: "SSPika";
	font-feature-settings: "liga";
	font-size: 13px;
	position: relative;
	top: 1px;
	left: 0;
	margin-right: 8px;
 */
  /* 				a:before { */
  content: '';
  width: 22px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: -5px;
  background-color: #464646;
  -webkit-mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
  mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform: rotate(-90deg);
  /* 				} */
}
#footer .footer-block-contact ul li {
  padding-left: 32px;
}
#footer .footer-block-contact ul li i {
  position: absolute;
  left: 0;
  top: 0px;
}
#footer .copyright-info,
#footer .copyright-info a {
  color: #333;
  font-size: 15px;
}
#footer .copyright-info a:hover {
  color: #ff005b;
}
/*
#footer form {
  margin-top: 0;
}
#footer form input {
  border-radius: 65px;
  padding: 11px 19px 13px 19px;
  border: none;
  max-width: 250px;
  background-color: #b1b1b1;
}
#footer form .gform_button {
  padding: 12px 15px;
  max-width: 250px;
  background-color: #2e367e;
}
 */
.absolute-footer {
  background-color: #ff005b;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
}
.absolute-footer a {
  color: #fff;
  text-decoration: none;
}
.absolute-footer a:hover {
  color: #111;
}
ul.info-page li {
  margin-bottom: 18px;
  list-style: none;
  display: block;
  position: relative;
}
ul.info-page li a {
  text-decoration: none;
  padding-left: 15px;
  display: inline-block;
}
ul.info-page li a i {
  position: absolute;
  left: 0;
  top: 2px;
}
/* Content
-------------------------------------------------------------------------------*/
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* grid */
/* @2x
-------------------------------------------------------------------------------*/
.sprite {
  background-image: url(/img/sprite.png);
}
.icon-circle {
  background-image: url(../../img/icon-circle.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  .sprite {
    /* Reference the @2x Sprite */
    background-image: url(/img/sprite@2x.png);
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 290px 187px;
  }
  .icon-circle {
    background-image: url(../../img/icon-circle@2x.png);
    background-size: 10px 9px;
  }
}
