@charset "UTF-8";
/* Reset all browser styles */
/* Reset styles
*******************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
input,
textarea {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
}
/* Form Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  border: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid white;
  height: 16px;
  font-size: 12px;
  padding: 5px;
}
textarea {
  resize: vertical;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.clear {
  clear: both;
}
/* Links
*******************************/
a {
  text-decoration: none;
  cursor: pointer;
}
/* Headers
*******************************/
h1 {
  font-size: 3.75rem;
}
@media (max-width: 420px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Wordpress Typo
*******************************/
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: underline;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.story blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  zoom: 1;
  position: relative;
}
/* Open first post */
.full {
  display: none;
}
#post .full {
  display: block;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* Include fonts */
@font-face {
  font-family: 'UniformCondensedMedium';
  src: url('../fonts/UniformCondensedMedium/UniformCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/UniformCondensedMedium/UniformCondensed-Medium.woff') format('woff'), url('../fonts/UniformCondensedMedium/UniformCondensed-Medium.ttf') format('truetype'), url('../fonts/UniformCondensedMedium/UniformCondensed-Medium.svg#UniformCondensed-Medium') format('svg');
}
@font-face {
  font-family: 'UniformExtraCondensedLight';
  src: url('../fonts/UniformExtraCondensedLight/UniformExtraCondensed-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/UniformExtraCondensedLight/UniformExtraCondensed-Light.woff') format('woff'), url('../fonts/UniformExtraCondensedLight/UniformExtraCondensed-Light.ttf') format('truetype'), url('../fonts/UniformExtraCondensedLight/UniformExtraCondensed-Light.svg#UniformExtraCondensed-Light') format('svg');
}
@font-face {
  font-family: 'UniformExtraCondensed';
  src: url('../fonts/UniformExtraCondensed/UniformExtraCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/UniformExtraCondensed/UniformExtraCondensed.woff') format('woff'), url('../fonts/UniformExtraCondensed/UniformExtraCondensed.ttf') format('truetype'), url('../fonts/UniformExtraCondensed/UniformExtraCondensed.svg#UniformExtraCondensed') format('svg');
}
@font-face {
  font-family: 'UniformExtraCondensedMedium';
  src: url('../fonts/UniformExtraCondensedMedium/UniformExtraCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/UniformExtraCondensedMedium/UniformExtraCondensed-Medium.woff') format('woff'), url('../fonts/UniformExtraCondensedMedium/UniformExtraCondensed-Medium.ttf') format('truetype'), url('../fonts/UniformExtraCondensedMedium/UniformExtraCondensed-Medium.svg#UniformExtraCondensed-Medium') format('svg');
}
@font-face {
  font-family: 'Futura-Normal';
  src: url('../fonts/Futura-Normal.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura-Normal.woff') format('woff'), url('../fonts/Futura-Normal.ttf') format('truetype'), url('../fonts/Futura-Normal.svg#Futura-Normal') format('svg');
}
@font-face {
  font-family: 'FuturaBT-LightCondensed';
  src: url('../fonts/FuturaBT-LightCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-LightCondensed.woff') format('woff'), url('../fonts/FuturaBT-LightCondensed.ttf') format('truetype'), url('../fonts/FuturaBT-LightCondensed.svg#FuturaBT-LightCondensed') format('svg');
}
@font-face {
  font-family: 'Novar';
  src: url('../fonts/Novar.eot?#iefix') format('embedded-opentype'), url('../fonts/Novar.woff') format('woff'), url('../fonts/Novar.ttf') format('truetype'), url('../fonts/Novar.svg#Novar') format('svg');
}
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
}
@font-face {
  font-family: 'GaramondPremrPro-MedItDisp';
  src: url('../fonts/GaramondPremrPro-MedItDisp.eot?#iefix') format('embedded-opentype'), url('../fonts/GaramondPremrPro-MedItDisp.woff') format('woff'), url('../fonts/GaramondPremrPro-MedItDisp.ttf') format('truetype'), url('../fonts/GaramondPremrPro-MedItDisp.svg#GaramondPremrPro-MedItDisp') format('svg');
}
/* Maax Fonts */
@font-face {
  font-family: 'Maax';
  src: url('../fonts/maax/Maax.eot?#iefix') format('embedded-opentype'), url('../fonts/maax/Maax.woff') format('woff'), url('../fonts/maax/Maax.ttf') format('truetype'), url('../fonts/maax/Maax.svg#Maax') format('svg');
}
@font-face {
  font-family: 'MaaxMedium';
  src: url('../fonts/maax/Maax-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/maax/Maax-Medium.woff') format('woff'), url('../fonts/maax/Maax-Medium.ttf') format('truetype'), url('../fonts/maax/Maax-Medium.svg#Maax') format('svg');
}
@font-face {
  font-family: 'MaaxItalic';
  src: url('../fonts/maax/Maax-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/maax/Maax-Italic.woff') format('woff'), url('../fonts/maax/Maax-Italic.ttf') format('truetype'), url('../fonts/maax/Maax-Italic.svg#Maax') format('svg');
}
/* Chronicle Display Fonts */
@font-face {
  font-family: 'ChronicleBlack';
  src: url('../fonts/chronicledisp/ChronicleDisplay-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/chronicledisp/ChronicleDisplay-Black.woff') format('woff'), url('../fonts/chronicledisp/ChronicleDisplay-Black.ttf') format('truetype'), url('../fonts/chronicledisp/ChronicleDisplay-Black.svg#ChronicleDisplay-Black') format('svg');
}
@font-face {
  font-family: 'ChronicleLight';
  src: url('../fonts/chronicledisp/ChronicleDisplay-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/chronicledisp/ChronicleDisplay-Light.woff') format('woff'), url('../fonts/chronicledisp/ChronicleDisplay-Light.ttf') format('truetype'), url('../fonts/chronicledisp/ChronicleDisplay-Light.svg#ChronicleDisplay-Light') format('svg');
}
@font-face {
  font-family: 'ChronicleLightItalic';
  src: url('../fonts/chronicledisp/ChronicleDisplay-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/chronicledisp/ChronicleDisplay-LightItalic.woff') format('woff'), url('../fonts/chronicledisp/ChronicleDisplay-LightItalic.ttf') format('truetype'), url('../fonts/chronicledisp/ChronicleDisplay-LightItalic.svg#ChronicleDisplay-LightItalic') format('svg');
}
@font-face {
  font-family: 'ChronicleRoman';
  src: url('../fonts/chronicledisp/ChronicleDisplay-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/chronicledisp/ChronicleDisplay-Roman.woff') format('woff'), url('../fonts/chronicledisp/ChronicleDisplay-Roman.ttf') format('truetype'), url('../fonts/chronicledisp/ChronicleDisplay-Roman.svg#ChronicleDisplay-Roman') format('svg');
}
@font-face {
  font-family: 'DrukTextWideMedium';
  src: url('../fonts/DrukTextWideMedium/DrukTextWideMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/DrukTextWideMedium/DrukTextWideMedium.woff') format('woff'), url('../fonts/DrukTextWideMedium/DrukTextWideMedium.ttf') format('truetype'), url('../fonts/DrukTextWideMedium/DrukTextWideMedium.svg#DrukTextWideMedium') format('svg');
}
@font-face {
  font-family: 'DrukTextWideBold';
  src: url('../fonts/DrukTextWideBold/DrukTextWideBold.eot?#iefix') format('embedded-opentype'), url('../fonts/DrukTextWideBold/DrukTextWideBold.woff') format('woff'), url('../fonts/DrukTextWideBold/DrukTextWideBold.ttf') format('truetype'), url('../fonts/DrukTextWideBold/DrukTextWideBold.svg#DrukTextWideBold') format('svg');
}
@font-face {
  font-family: 'MontserratMedium';
  src: url('../fonts/MontserratMedium/MontserratMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/MontserratMedium/MontserratMedium.woff') format('woff'), url('../fonts/MontserratMedium/MontserratMedium.ttf') format('truetype'), url('../fonts/MontserratMedium/MontserratMedium.svg#MontserratMedium') format('svg');
}
@font-face {
  font-family: 'PTMonoRegular';
  src: url('../fonts/PTMonoRegular/PTMonoRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/PTMonoRegular/PTMonoRegular.woff') format('woff'), url('../fonts/PTMonoRegular/PTMonoRegular.ttf') format('truetype'), url('../fonts/PTMonoRegular/PTMonoRegular.svg#PTMonoRegular') format('svg');
}
@font-face {
  font-family: 'SixCaps';
  src: url('../fonts/SixCaps/SixCaps.eot?#iefix') format('embedded-opentype'), url('../fonts/SixCaps/SixCaps.woff') format('woff'), url('../fonts/SixCaps/SixCaps.ttf') format('truetype'), url('../fonts/SixCaps/SixCaps.svg#SixCaps') format('svg');
}
@font-face {
  font-family: 'stayclassy';
  src: url('../fonts/stayclassy/StayClassySLDT.eot?#iefix') format('embedded-opentype'), url('../fonts/stayclassy/StayClassySLDT.woff') format('woff'), url('../fonts/stayclassy/StayClassySLDT.ttf') format('truetype'), url('../fonts/stayclassy/StayClassySLDT.svg#StayClassySLDT') format('svg');
}
/* Get site elements */
/* Placeholders
*******************************/
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type="text"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input[type="text"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
/* Image
*******************************/
img {
  max-width: 100%;
  height: auto;
}
.clear-after:after {
  display: block;
  clear: both;
  content: "";
}
.in {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.in > .in {
  display: table-cell;
  vertical-align: middle;
}
/* Popup
*******************************/
html.no-scroll,
html.no-scroll body {
  overflow: hidden;
}
/* Keyframes
*******************************/
@-webkit-keyframes example {
  
}
@-moz-keyframes example {
  
}
@-o-keyframes example {
  
}
@keyframes example {
  
}
@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.5;
  }
}
@-moz-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.5;
  }
}
@-o-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.5;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Include main styles */
html body .block.block-banner .banner-image:before {
  background: url(../img/banner-overlay.png) no-repeat center center / cover;
}
html body .block.block-content .materials-wrapper .item .image:after {
  background: url(../img/slider-overlay.png) no-repeat center center / cover;
}
html body .block.block-banner.video-block:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
html body .block.block-banner.video-block .banner-wrapper {
  z-index: 3;
}
html body .block.block-content .materials-wrapper .item {
  position: relative;
}
html body .block.block-content .materials-wrapper .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
html body .block.block-footer .footer-bottom .copyright p {
  text-align: center;
}
html body .block.block-content .about-wrapper .desc p {
  margin-top: 20px;
}
body.archive .projects-wrapper {
  padding-bottom: 0!important;
}
body.archive .map-container {
  margin-bottom: 0!important;
}
.projects-grid .grid-item .project-item {
  position: relative;
}
.projects-grid .grid-item .project-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.projects-grid .grid-item .project-item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
html body .block.block-content .projects-grid .project-item .image {
  overflow: hidden;
}
html body .block.block-content .projects-grid .project-item .image img {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.pagination.archive-pagi {
  text-align: center;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  font: 400 12px "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 25px;
}
.pagination.archive-pagi .nextpostslink {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pagination.archive-pagi .previouspostslink {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pagination.archive-pagi .page,
.pagination.archive-pagi span {
  margin-left: 10px;
  margin-right: 10px;
}
.pagination.archive-pagi .current {
  text-decoration: underline;
}
html body .block.block-content .project-wrapper .project-details .details li a {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
html body .block.block-content .project-wrapper .project-details .details li a:hover {
  color: #399e81;
}
html body .block.block-content .news-wrapper .large-news .info .title a {
  color: #fff;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
html body .block.block-content .news-wrapper .large-news .info .title a:hover {
  opacity: 0.6;
}
html body .block.block-content .news-wrapper .large-news .info .label a {
  color: #fff;
  padding: 0;
  line-height: 14px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
html body .block.block-content .news-wrapper .large-news .info .label a:hover {
  opacity: 0.6;
}
html body .block.block-content .article-wrapper .article-info .label a {
  color: #fff;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
html body .block.block-content .article-wrapper .article-info .label a:hover {
  opacity: 0.6;
}
html body .block.block-content .article-wrapper .article-info .desc a {
  -webkit-transition: color;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  transition: color;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
html body .block.block-content .article-wrapper .article-info .desc a:hover {
  color: #399e81;
}
html body .block.block-content .news-wrapper .news-container .inner-item .item {
  position: relative;
}
html body .block.block-content .news-wrapper .news-container .inner-item .item a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.about-wrapper.step-by-step .desc ol li {
  list-style-type: none;
  margin-bottom: 10px;
}
.about-wrapper.step-by-step .desc ol li:before {
  display: none;
}
.about-wrapper.step-by-step .desc ol li strong {
  display: inline-block;
  position: relative;
  background: #399E81;
  color: #fff;
  font: 400 14px "Open Sans", arial, sans-serif;
  padding: 5px 8px;
}
.about-wrapper .about-container .about-item form p {
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}
.about-wrapper .about-container .about-item form label {
  text-transform: uppercase;
  font: 400 12px "Open Sans", arial, sans-serif;
  color: #373737;
}
.about-wrapper .about-container .about-item form label input[type="text"],
.about-wrapper .about-container .about-item form label input[type="email"] {
  height: 35px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  width: 100%;
  text-transform: uppercase;
  font: 400 12px "Open Sans", arial, sans-serif;
  color: #373737;
}
.about-wrapper .about-container .about-item form label textarea {
  height: 120px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  width: 100%;
  text-transform: uppercase;
  font: 400 12px "Open Sans", arial, sans-serif;
  color: #373737;
}
.about-wrapper .about-container .about-item form input[type="submit"] {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #208a9b;
  color: #fff;
  font: 600 12px "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  padding: 12px 22px;
  cursor: pointer;
  width: 120px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.about-wrapper .about-container .about-item form input[type="submit"]:hover {
  opacity: 0.6;
}
div.wpcf7-response-output {
  border: 0!important;
  padding: 0;
  text-align: center;
  font: 600 12px "Open Sans", arial, sans-serif;
}
g path {
  fill: #c7d9d4;
}
.mapplic-tooltip-title {
  font-size: 15px;
  line-height: 20px;
  font-family: 'MyriadPro';
}
.mapplic-tooltip hr {
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0;
  border-bottom: 0;
}
.mapplic-popup-link {
  background: #208a9b!important;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.mapplic-popup-link.active {
  opacity: 1;
  visibility: visible;
}
.mapplic-tooltip img {
  max-width: 130px!important;
}
.mapplic-popup-link.hidden {
  display: none!important;
}
.mapplic-tooltip-body {
  min-width: 300px;
}
.mapplic-tooltip-body ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  font: 400 12px/13px "Open Sans", arial, sans-serif;
}
.mapplic-tooltip-body ul li img {
  margin-left: auto;
}
.mapplic-tooltip-description p {
  font: 400 12px/15px "Open Sans", arial, sans-serif;
}
.mapplic-tooltip-description p img {
  margin-left: 20px;
  max-width: 120px;
}
.mapplic-tooltip-description h3 {
  font: 400 15px/15px "Open Sans", arial, sans-serif;
  margin-bottom: 15px;
}
.mapplic-tooltip-description ul.map-tabs {
  margin-top: 0px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mapplic-tooltip-description ul.map-tabs li {
  display: inline-block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.mapplic-tooltip-description ul.map-tabs li a {
  display: block;
  width: 100%;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 2px 8px;
  text-decoration: none;
  background: #208a9b;
  text-align: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.mapplic-tooltip-description ul.map-tabs li a:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}
.mapplic-tooltip-description ul.map-tabs li:first-child {
  display: block;
  max-height: 100px;
  overflow: hidden;
  border: 1px solid #208a9b;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
}
.mapplic-tooltip-description ul.map-tabs li:first-child:after {
  content: '';
  width: 7px;
  height: 2px;
  background: #208a9b;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mapplic-tooltip-description ul.map-tabs li:first-child:before {
  content: '';
  width: 7px;
  height: 2px;
  background: #208a9b;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mapplic-tooltip-description ul.map-tabs li strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mapplic-tooltip-description ul.map-tabs li img {
  max-width: 120px;
  height: auto;
  display: block;
  margin-top: 0;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-left: auto;
}
.mapplic-tooltip-description ul.active li {
  max-height: 500px;
  overflow: visible;
}
.mapplic-tooltip-description ul.active li:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mapplic-tooltip-description ul.active li:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mapplic-popup-link {
  float: none!important;
  display: block!important;
  text-align: center;
  font: 400 12px/20px "Open Sans", arial, sans-serif;
}
html body .block.block-content .materials-wrapper:after {
  display: none!important;
}
html body .block.block-footer .footer-wrapper .footer-menu .menu {
  height: auto;
}
html body .block.block-content .about-wrapper .about-container .btn-box .btn-stl1 span:after {
  display: none;
}
html body .block.block-content .network-wrapper .btn-box .btn-stl1 span:after {
  display: none;
}
html body .block.block-content .projects-wrapper .top-name {
  color: #202020;
  font: 400 37px/55px "MyriadPro", arial, sans-serif;
}
html body .block.block-content .materials-wrapper .title.v2,
html body .block.block-content .news-wrapper .title.v2 {
  color: #202020;
  font: 400 18px/28px "Open Sans", arial, sans-serif;
}
.slider-box .slider-arrow.slide-next {
  right: auto;
  left: calc(100% + 2px);
}
.slider-box .slider-arrow.slide-prev {
  left: auto;
  right: 100%;
}
.fullwidth-slider .slick-list {
  overflow: hidden;
}
html body .block.block-content .materials-wrapper .slider-box {
  max-width: 100%;
}
html body .block.block-content .materials-wrapper .top-line .slider-arrow {
  width: 35px;
  height: 35px;
  top: 40px;
}
html body .block.block-content .materials-wrapper .top-line .slider-arrow.slide-next {
  right: 0;
}
html body .block.block-content .materials-wrapper .top-line .slider-arrow.slide-prev {
  right: 45px;
}
html body .block.block-content .materials-wrapper .top-line .slider-arrow svg {
  width: 14px;
  height: 7px;
}
html body .block.block-footer .footer-wrapper .footer-desc {
  width: 100%;
  color: #bbbbbb;
  font: 400 10px "MyriadPro", arial, sans-serif;
}
html body .block.block-footer .footer-wrapper .footer-menu {
  display: block;
  padding-left: 100px;
}
html body .block.block-footer .footer-wrapper .footer-menu .menu li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  float: none;
  margin-right: 25px;
}
html body .block.block-footer .footer-wrapper .footer-buttons {
  display: none;
}
html body .block.block-footer .footer-wrapper .footer-menu .menu {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.share-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.share-items .share-item {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.share-items .share-item:hover {
  opacity: 0.6;
}
.share-items .share-item.fb {
  background: url('../img/icon-fb.png') no-repeat center center;
  background-size: 98% auto;
}
.share-items .share-item.tw {
  background: url('../img/icon-tw.png') no-repeat center center;
  background-size: 98% auto;
}
.share-items .share-item.in {
  background: url('../img/icon-in.png') no-repeat center center;
  background-size: 98% auto;
}
.mapplic-pin {
  background: #fdc101!important;
}
.about-wrapper .about-container .about-item form .contact-additional-fields p {
  margin-bottom: 0!important;
  margin-top: 0!important;
}
.about-wrapper .about-container .about-item form .nice-select {
  width: 100%;
}
.about-wrapper .about-container .about-item form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}
.about-wrapper .about-container .about-item form label {
  display: block;
  margin-bottom: 10px;
}
.about-wrapper .about-container .about-item form br {
  display: none;
}
.about-wrapper .about-container .about-item form input[type="checkbox"] {
  width: 10px;
  height: 10px;
  border: 1px solid #e2e2e2;
  margin-right: 5px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.about-wrapper .about-container .about-item form input[type="radio"] {
  width: 10px;
  height: 10px;
  border: 1px solid #e2e2e2;
  margin-right: 3px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.about-wrapper .about-container .about-item form textarea {
  height: 120px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  width: 100%;
  text-transform: uppercase;
  font: 400 12px "Open Sans", arial, sans-serif;
  color: #373737;
}
.about-wrapper .about-container .about-item form .wpcf7-form-control-wrap.follow-up {
  line-height: 14px;
}
.about-wrapper .about-container .about-item form .wpcf7-list-item-label {
  text-transform: uppercase;
  font: 400 12px "Open Sans", arial, sans-serif;
  color: #373737;
}
.about-wrapper .about-container .about-item form .wpcf7-form-control.wpcf7-radio span {
  margin-right: 10px;
}
.about-wrapper .about-container .about-item form input[type=radio]:checked {
  background: #208a9b;
}
.about-wrapper .about-container .about-item form input[type=checkbox]:checked {
  background: #208a9b;
}
.about-wrapper .about-container .about-item form span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
html body .block.block-content .projects-wrapper .top-name {
  padding-top: 30px;
}
.select2-search.select2-search--inline {
  margin-bottom: 0!important;
  display: block;
  width: 100%;
}
.select2-search.select2-search--inline:before {
  display: none!important;
}
.select2-container--default .select2-selection--multiple {
  border: 0!important;
  border-radius: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  color: #208a9b;
  margin-right: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100%!important;
  height: 35px;
  margin-top: 0;
  text-transform: uppercase;
  font: 400 12px "Open Sans", arial, sans-serif;
  color: #373737;
  padding: 0px;
  border: 1px solid #e2e2e2;
  padding: 5px;
  box-sizing: border-box;
}
.desc .select2-container--default .select2-selection--multiple li.select2-selection__choice {
  background: #208a9b;
  border: 0;
  color: #fff;
  font: 600 12px "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  padding: 3px;
  margin-top: 0;
  margin-bottom: 5px!important;
  padding-right: 7px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.select2-results__option {
  text-transform: uppercase;
  font: 400 12px "Open Sans", arial, sans-serif;
  color: #373737;
}
.select2-dropdown {
  border: 1px solid #e2e2e2;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #208a9b;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 5px;
  margin-left: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin-bottom: 0px!important;
  text-indent: inherit;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  display: none;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus .select2-search__field {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.about-wrapper .about-container .about-item form .half-fields {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: #373737;
}
.about-wrapper .about-container .about-item form .half-fields .tm-field {
  width: calc(48% - 10px);
  position: relative;
}
.about-wrapper .about-container .about-item form .half-fields .tm-field:after {
  content: '/';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5px;
  top: 67%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.about-wrapper .about-container .about-item form .half-fields .tm-field.start-date:before {
  content: 'Start Date';
  display: block;
  font: 400 10px "Open Sans", arial, sans-serif;
}
.about-wrapper .about-container .about-item form .half-fields .tm-field.end-date:before {
  content: 'End Date';
  display: block;
  font: 400 10px "Open Sans", arial, sans-serif;
}
.about-wrapper .about-container .about-item form .half-fields .tm-field:last-child {
  margin-left: auto;
}
.about-wrapper .about-container .about-item form .half-fields .tm-field span {
  display: inline-block;
  width: 47%;
}
.about-wrapper .about-container .about-item form .half-fields .tm-field span:first-child {
  margin-right: 6%;
}
.about-wrapper .about-container .about-item form .half-fields .tm-field span input {
  border: 1px solid #e2e2e2;
  height: 35px;
  width: 100%;
  font: 400 12px "Open Sans", arial, sans-serif;
  color: #373737;
}
.desc .desc-phase {
  margin-bottom: 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.desc .desc-phase .phase {
  width: 100%;
  color: #fff;
}
.desc .desc-phase .phase:nth-child(even) {
  margin-left: auto;
}
.desc .desc-phase .phase:last-child {
  margin-bottom: 0;
}
.desc .desc-phase .phase.active .phase-top:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.desc .desc-phase .phase.active .phase-top:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.desc .desc-phase .phase-top {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #399E81;
  padding: 5px;
  border-radius: 40px;
  margin-bottom: 10px;
  justify-content: flex-start;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.desc .desc-phase .phase-top:hover {
  background: #66ae94;
}
.desc .desc-phase .phase-top:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.desc .desc-phase .phase-top:before {
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.desc .desc-phase .phase-title {
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 14px;
  font: 400 13px/14px "MyriadPro", arial, sans-serif;
  color: #208a9b;
  width: 50px;
  height: 50px;
  margin-right: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.desc .desc-phase .phase-line {
  width: 1px;
  height: 25px;
  background: #fff;
  margin-right: 25px;
  opacity: 0.3;
}
.desc .desc-phase .phase-desc {
  font: 400 16px "Open Sans", arial, sans-serif;
  width: 80%;
}
.desc .desc-phase .phase-description {
  color: #202020;
  font: 400 18px/28px "Open Sans", arial, sans-serif;
  padding-left: 10px;
  display: none;
}
.desc .desc-phase .phase-description p {
  margin-top: 0!important;
  padding-top: 10px;
}
.rm-block .desc ul li {
  text-indent: unset;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px!important;
}
.rm-block .desc ul li:before {
  background: #208A9B;
  position: absolute;
  right: calc(100% + 10px);
  left: auto;
  top: 23px;
}
.rm-block .desc ul li strong {
  display: block;
}
.rm-block .desc ul li:after {
  content: '';
  background: #FBFAEC;
  position: absolute;
  left: -35px;
  top: 0;
  z-index: -1;
  width: calc(100% + 35px);
  height: 100%;
}
.rm-block {
  overflow: visible;
}
.rm-block.hidden {
  overflow: hidden;
  max-height: 500px;
}
html body .block.block-content .materials-wrapper .materials-container .material-item .image {
  min-height: 270px;
  max-height: 270px;
  align-items: flex-start;
}
html body .block.block-content .materials-wrapper .materials-container .material-item .image img {
  margin-top: 20px;
}
html body .block.block-content .about-wrapper.step-by-step .title.v3.blue {
  font-size: 27px;
}
html body .block.block-content .news-wrapper .item.item2 .title {
  min-height: 75px;
}
html body .block.block-content .materials-wrapper .top-name,
html body .block.block-content .news-wrapper .top-name,
html body .block.block-content .network-wrapper .top-name {
  color: #202020;
  font: 400 37px/55px "MyriadPro", arial, sans-serif;
}
html body .block.block-content .network-wrapper .top-name {
  color: #208a9b;
}
.links-wrapper .desc {
  position: relative;
  z-index: 2;
  margin-top: 25px;
}
.links-wrapper .desc p {
  margin-bottom: 15px;
}
.links-wrapper .desc p:last-child {
  margin-bottom: 0;
}
.links-wrapper .position-url {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.links-wrapper .inner-item {
  position: relative;
}
html body .block.block-banner .banner-image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.open-image {
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 44px;
  border: 1px solid #fff;
  color: #fff;
  font: 600 15px "Open Sans", arial, sans-serif;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.open-image:hover {
  border-color: #399e81;
  background: #399e81;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.rm-block.hidden .btn-box {
  padding-top: 0px;
  position: absolute;
}
.rm-block > .btn-box {
  display: block;
  position: relative;
}
html body .block.block-content .links-wrapper {
  padding-bottom: 75px;
}
html body .block.block-content .links-wrapper.no-bg:after {
  display: none;
}
html body .block.block-content .materials-wrapper .materials-container .material-item .image:before {
  background-size: auto;
  background-position: top center;
}
html body .block.block-content .news-wrapper .tabs .tab-link {
  padding-bottom: 0;
}
html body .block.block-content .news-wrapper .tabs .tab-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.select-box .select-options li:first-child {
  display: none;
}
.filters-group .inner-item .btn {
  margin-bottom: 10px!important;
}
.filters-group .inner-item .reset {
  color: #208a9b;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 10px;
}
html body .block.block-footer .footer-wrapper .footer-menu .menu li a {
  color: #fff;
}
html body .block.block-footer .footer-wrapper .footer-menu .menu li a:hover {
  color: #bbbbbb;
}
.block.block-banner {
  position: relative;
  overflow: hidden;
}
.block.block-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
html body .block.block-content .materials-wrapper .materials-container .material-item .image.video-image:after {
  content: '';
  width: 50px;
  height: 50px;
  background: url('../img/play-button-white.png') no-repeat center center rgba(57, 158, 129, 0.7);
  background-size: 100% auto;
  position: absolute;
  right: 0;
  left: 0;
  margin: -25px auto 0 auto;
  top: 50%;
  z-index: 11;
  border-radius: 50%;
  pointer-events: none;
}
html body .block.block-content .materials-wrapper .item .image img {
  -o-object-fit: unset;
  object-fit: unset;
}
.block.block-banner.sm .image-info {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  max-width: 480px;
  z-index: 1;
}
.block.block-banner.sm .image-info-title {
  font: 400 27px/30px "Open Sans", arial, sans-serif;
  color: #fff;
  margin-bottom: 25px;
  padding-left: 7rem;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 15px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.block.block-banner.sm .image-info-desc {
  font: 400 18px/28px "Open Sans", arial, sans-serif;
  color: #fff;
  padding-left: 7rem;
}
@media (max-width: 420px) {
  .block.block-banner.sm .image-info {
    left: 0;
    top: 0;
    padding: 25px 15px 15px 15px;
    box-sizing: border-box;
    max-width: 100%;
  }
  .block.block-banner.sm .image-info-title {
    text-align: center;
    font-size: 24px;
  }
  .block.block-banner.sm .image-info-desc {
    font-size: 15px;
  }
  .block.block-banner.sm .image-info-desc p {
    text-align: center;
  }
  .block.block-banner.sm .image-info-desc p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 780px) {
  html body .block.block-content .materials-wrapper .slider-box {
    padding-right: 0;
  }
  html body .block.block-footer .footer-wrapper .footer-menu {
    padding-left: 0;
  }
  html body .block.block-footer .footer-wrapper .footer-menu .menu {
    text-align: center;
  }
  html body .block.block-footer .footer-wrapper .footer-desc p {
    text-align: center;
  }
  html body .block.block-footer .footer-wrapper {
    padding-bottom: 10px;
  }
}
/* Include responsiviness */
@media (min-width: 1480px) {
  html {
    font-size: 0.9vw;
  }
}
@media (max-width: 1024px) {
  .layout {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 780px) {
  .block-packages__buttons .grey-button a {
    font-size: 14px;
    padding: 10px 2rem 8px 2rem;
  }
}
@media (max-width: 420px) {
  .layout {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-packages__buttons .grey-button a {
    font-size: 10px;
  }
  .block-wp-content .gform_wrapper {
    width: 100%;
  }
  .block-wp-content .gform_wrapper {
    margin-bottom: 50px;
  }
  .black-button a,
  .black-button button {
    padding: 1rem 1.6875rem;
  }
}
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
}
@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    transform: scale(0.97);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    transform: scale(0.97);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.cf:after {
  display: block;
  clear: both;
  content: "";
}
@-webkit-keyframes blurs {
  from {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  to {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@-moz-keyframes blurs {
  from {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  to {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@-o-keyframes blurs {
  from {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  to {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes blurs {
  from {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  to {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 79%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
/* Navigation arrows */
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  border-radius: 0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 5px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  height: 38px;
  font-family: 'BrownRegularAlt';
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  width: 100%;
  pointer-events: auto;
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
  width: 100%;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
  width: 100%;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  border-radius: 0;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 320px;
  overflow-y: scroll;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 5px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
