@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('fonts/MonoSocialIconsFont-1.10.eot');
    src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/webfont/flexslider-icon.eot');
  src: url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/flexslider-icon.woff') format('woff'), url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'), url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, div {
	vertical-align: top;
	font-family: Arial;
}
* {
	outline: none;
}
li, ol {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}
img {
	border: 0px;
}
textarea {
	resize: none;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
a {
	color: #00a5b4;
}
/************************************* Website Styles ********************************/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 13;
}
.header::before {
 content: '';
 background: rgba(255, 255, 255, 0.85);
 position: absolute;
 top: 50px;
 left: 0;
 right: 0;
 margin: auto;
 width: 1080px;
 height: 110px;
 opacity: 0;
 z-index: 12;
}
.noSubMenu.header::before {
	height:78px;
}
.sticky.insidePages .header::before {
 opacity: 1;
 top: 0px;
}
.logo {
	float: left;
	margin-top: 45px;
	display: block;
	background: url(../images/Logo.png) no-repeat 0 0;
	width: 180px;
	height: 53px;
	background-size: 100% auto;
	position: relative;
	z-index: 13;
}
.sticky.insidePages .logo {
	margin-top: 10px;
	width: 80px;
	background-size: 165px auto;
}
.logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.blueBody .logo {
	background: url(../images/Logo-white.png) no-repeat 0 0;
	background-size: 100% auto;
}
.rightHeading {
	float: right;
	font-size: 16px;
	color: #00a5b4;
	text-align: right;
	padding-top: 80px;
	z-index: 13;
	position: relative;
}
.sticky.insidePages .rightHeading {
	padding-top: 30px;
}
.burgerIcon {
	display: none;
}
.mainMenu li {
	display: inline-block;
	margin-left: 20px;
}
.mainMenu li a {
	color: #69786e;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:2px;
}
.mainMenu li a:hover {
	border-bottom: 1px dotted #00a5b4;
}
.mainMenu li a.active {
	color: #00a5b4;
}
.blueBody .mainMenu li a:hover {
	border-bottom: 1px dotted #fff;
}
.footer {
	position: fixed;
	bottom: 20px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.insidePages .footer {
	position: relative;
	bottom: inherit;
	margin-bottom: 50px;
}
.stickyFooter.footer{
	position: fixed;
	bottom: 20px;
	width: 100%;
}
.scrollArrow {
	width: 32px;
	height: 32px;
	background-position: -359px 0;
	position: fixed;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
	right: 60px;
	cursor: pointer;
}
.scrollTop {
	transform: rotate(-180deg);
	width: 32px;
	height: 32px;
	background-position: -359px 0;
	position: fixed;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
	right: 60px;
	display: none;
	cursor: pointer;
}
.blueBody .scrollArrow {
	background-position: -359px 100%;
}
.blueBody .rightHeading, .blueBody .rightHeading a {
	color: #fff;
}
.socialLinks {
	float: right;
}
.socialLinks li {
	display: inline-block;
}
.socialLinks a {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	margin-right: 2px;
	background:none !important;
}
.socialLinks a span {
  display: block;
  font-size: 30px;
  height: 24px;
  width: 24px;
  color:#415046;
  line-height: 20px;
}
.socialLinks a.fbIcon {
	background-position: 0px 0;
}
.socialLinks a.instagramIcon {
	background-position: -35px 0;
}
.socialLinks a.twitterIcon {
	background-position: -70px 0;
}
.socialLinks a.linkedinIcon {
	background-position: -104px 0;
}
.blueBody .socialLinks a.fbIcon {
	background-position: 0px 100%;
}
.blueBody .socialLinks a.instagramIcon {
	background-position: -35px 100%;
}
.blueBody .socialLinks a.twitterIcon {
	background-position: -70px 100%;
}
.blueBody .socialLinks a.linkedinIcon {
	background-position: -104px 100%;
}
.dropUsEmail {
	float: right;
	margin-right: 20px;
}
.dropUsEmail a {
	background-position: -228px 0;
	display: block;
	height: 25px;
	text-decoration: none;
	width: 24px;
}
.credit {
	float: left;
	color: #69786e;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
}
.credit strong {
  font-weight: 700 !important;
  font-family: "PT Sans",sans-serif;
}
.blueBody .credit {
	color: #fff;
}
.blueBody .dropUsEmail a {
	background-position: -228px 106%;
}
.blueBody .socialLinks a span {
	color:#fff;
}
.section {
	position: relative;
}
#section2 {
	background: url(../images/bg-blue.jpg) no-repeat 0 0 / cover;
}
.centeredText {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	opacity: 1;
	width: 970px;
}
.centeredText.hidden {
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	opacity: 0;
}
.interactiveText {
	color: #415046;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 25px;
}
.interactiveText span {
	color: #00a5b4;
}
.highlightedBlue {
	font-size: 22px;
	color: #00a5b4;
	margin-bottom: 25px;
}
.greyText {
    color: #415046;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 20px;
}
.highlightedWhite {
	color: #fff;
	font-size: 32px;
	line-height: 35px;
}
.highlightedWhite span {
	font-size: 12px;
	margin: 10px 0 40px;
	display: block;
	color: #fff;
}
.recruitingListing h2, #section2 h2 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 25px;
}
#section2 h2 span {
	background-color: #fff;
	color: #00a5b4;
	padding: 0 5px;
	margin-left:-10px;
}
#section2 h2 {
	line-height: 100%;
}
.withTopBorder {
	position: relative;
	padding-top: 35px;
}
.withTopBorder::before {
 position: absolute;
 top: 5px;
 left: 0;
 width: 32px;
 background-color: #fff;
 height: 2px;
 content: '';
}
.recruitingListing {
	margin-bottom: 70px;
}
.recruitingListing li {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding-right: 10%;
	width: 48%;
}
.recruitingListing li span {
	background-color: #fff;
	color: #00a5b4;
	display: inline-block;
	font-size: 24px;
	padding: 0 4px;
	text-decoration: none;
	line-height: 24px;
}
.applyWhite {
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-family: "PT Sans",sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}
.mapImage, .mapInfos {
	display: inline-block;
}
.mapImage {
	margin-right: 40px;
}
.mapText {
	color: #415046;
	margin: 0 0 150px 0;
	font-size: 16px;
}
.blueButton {
	display: inline-block;
}
.blueButton a {
	display: block;
	color: #00a5b4;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	border: 1px solid #00a5b4;
	text-decoration: none;
}
.blueButton a:hover {
	background-color: #00a5b4;
	color: #fff;
}
.scrollButtons {
	position: fixed;
	height: 50px;
	width: 25px;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
}
.scrollButtons::after {
 width: 19px;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 content: '';
 position: absolute;
 height: 1px;
 background: #00a5b4;
}
.scrollingArrows {
	cursor: pointer;
	width: 25px;
	height: 13px;
	background: url(../images/arrows.png) no-repeat 0 0;
	position: absolute;
}
.scrollPrevious {
	background-position: 100% 0;
	top: 0;
}
.scrollNext {
	background-position: 100% 100%;
	bottom: 0;
}
.blueBody .scrollPrevious {
	background-position: 0 0;
}
.blueBody .scrollNext {
	background-position: 0 100%;
}
.blueBody .scrollButtons::after {
 background-color: #fff;
}
.featuresList .innerHolder {
	border-bottom: 1px dotted #69786e;
	border-top: 1px dotted #69786e;
	margin-left: -60px;
	padding: 20px 60px;
	width: 100%;
	position: relative;
}
.featuresList .listItem:last-child .innerHolder {
	border-bottom: 1px dotted #69786e;
}
.innerContent .featuresList .innerHolder{
	border-bottom:0px;
}
.listItem .plusIcon, .listItem .catTitle, .listItem .infoHolder {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 11;
}
.featureLink {
	position: absolute;
	background: red;
	width: 100%;
	left: 0;
	top: 0;
	text-decoration: none;
	background: transparent;
	height: 100%;
	z-index: 12;
}
.listItem .plusIcon {
	background: rgba(0, 0, 0, 0) url("../images/plus-icon.png") no-repeat scroll 0 100%;
	height: 9px;
	width: 50px;
}
.listItem .catTitle {
	width: 140px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #69786e;
	letter-spacing:1px;
}
.listItem .infoHolder {
	width: 700px;
	position: relative;
	z-index: 11;
}
.listItem .infoTitle {
	font-family: 'PT Serif', serif;
	font-size: 20px;
	color: #415046;
	position: relative;
	z-index: 11;
}
.listItem .infoDesc {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #91a096;
	position: relative;
	z-index: 11;
}
.featuresList .listItem {
	position: relative;
	width: 100%;
}
.featuresList .listItem::before {
 content: "";
 height: 0;
 left: 0;
 position: absolute;
 right: 0;
 width: 100%;
 z-index: 0;
 top: 0;
 transition: all linear 200ms;
 -webkit-transition: all linear 200ms;
 -moz-transition: all linear 200ms;
}
#section1 .featuresList {
	position: absolute;
	bottom: 15%;
	width: 100%;
	left: 0;
}
#section1 .centeredText {
	top: 45%;
}
.active.listItem .infoDesc, .active.listItem .infoTitle, .active.listItem .catTitle {
	color: #fff;
}
.active.listItem .plusIcon {
	background-position: 0 0;
}
.listItem .infoDesc, .listItem .infoTitle, .listItem .catTitle, .listItem .plusIcon {
	transition: all linear 200ms;
	-webkit-transition: all linear 200ms;
	-moz-transition: all linear 200ms;
}
.innerContent {
	margin: 150px 0 70px;
}
.innerContent.withSubMenu {
	margin: 200px 0 70px;
}
.productImage img {
	height: 100%;
	transform: scale(1)
}
.productItem:hover .productImage img {
	transform: scale(1.1)
}
.productImage::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
}
.productItem:hover .productImage::after {
 opacity: 0.9;
}
.productInfos {
	color: #fff;
	position: absolute;
	bottom: 45px;
	left: 20px;
	opacity: 0;
	transform: translateY(30px);
}
.productLink {
	position: absolute;
	display: block;
	text-decoration: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.productCategory {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing:2px;
}
.productTitle {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 38px;
	padding-top: 20px;
	margin-top: 20px;
	position: relative;
	line-height: 100%;
}
.productItem:hover .productInfos {
	opacity: 1;
	transform: translateY(0px);
}
.productTitle::before {
 width: 33px;
 height: 2px;
 background: #fff;
 content: '';
 position: absolute;
 left: 0;
 top: 0;
}
.gutter-sizer {
	width: 25px;
}
.productItem {
	overflow: hidden;
	width: 585px;
}
.productItem.smallProduct {
	width: 280px;
	height: 287px;
	box-sizing: border-box;
}
.productItem.largeProduct {
	height: 600px;
}
.productItem.mediumProduct {
	height: 290px;
}
.gutter-sizer {
	width: 24px;
}
.submenuHolder {
	position: fixed;
	top: 140px;
	width: 100%;
	text-align: right;
	z-index: 111;
}
.submenuHolder button {
	font-size: 12px;
	text-transform: uppercase;
	color: #69786e;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	background: none;
	box-shadow: none;
	border: 0px;
	cursor: pointer;
	padding: 0 0 0 10px;
	letter-spacing:1px;
}
.submenuHolder button.is-checked, .submenuHolder button:hover {
	color: #00a5b4;
}
.sticky.insidePages .submenuHolder {
	top: 60px;
}
.scrollButtons.backTop {
  display:none;
  cursor: pointer;
}
/************************************* Common Styles ********************************/
.ptSerifRegular, .interactiveText, .recruitingListing h2, #section2 h2, #section2 h2 span {
	font-family: 'PT Serif', serif;
	font-weight: 400;
}
.ptSerifBold, .interactiveText span {
	font-family: 'PT Serif', serif;
	font-weight: 700;
}
.ptSansRegular, .rightHeading a, .recruitingListing li, .mapText {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}
.ptSansBold, .highlightedWhite, .highlightedBlue, .rightHeading, .highlightedWhite span, .recruitingListing li span, .blueButton a {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
}
.transitionAll, .header::before, .rightHeading, .submenuHolder, .productImage img, .productInfos, .productImage::after, .blueButton a, .centeredText, body, .logo {
 transition: all linear 300ms;
 -webkit-transition: all linear 300ms;
 -moz-transition: all linear 300ms;
}
.boxSizing {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.websiteSprite, .socialLinks a, .dropUsEmail a, .scrollArrow, .scrollTop {
	background-image: url(../images/sprite-icons.png);
	background-repeat: no-repeat;
	background-size: 282px auto;
}
.fullWidth {
	width: 100%;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.posRelative {
	position: relative;
}
.absolutePos {
	position: absolute;
}
.textDecorationNone {
	text-decoration: none;
}
.textDecorationUnderline {
	text-decoration: underline;
}
.clearBoth {
	clear: both;
}
::-webkit-input-placeholder {
opacity:1;
}
:-moz-placeholder {
opacity:1;
}
::-moz-placeholder {
opacity:1;
}
:-ms-input-placeholder {
opacity:1;
}
.safeArea {
	width: 970px;
	margin: 0 auto;
}
.bigSafeArea, .bigSafeArea .centeredText {
	width: 1200px;
}
.outerImagesSafearea {
	width: 1080px;
}
.table {
	display: table;
}
.tableCell {
	vertical-align: middle;
	display: table-cell
}
.preloader {
	position: fixed;
	z-index: 10000000;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.preloader img {
/*	width: 41px;*/
/*	height: 41px;*/
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
}
.tagsHolder {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.tagsHolder::after {
 width: 32px;
 height: 2px;
 position: absolute;
 left: 0;
 bottom: 0;
 content: '';
 background-color: #91a096;
}
.tagsHolder a {
	color: #69786e;
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 100%;
}
.tagsHolder li {
	display: inline-block;
	margin-right: 25px;
}
.tagsHolder a.blueTag {
	color: #00a5b4;
}
.featureInside h1 {
	color: #415046;
	font-size: 40px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
}
.featureInside h2 {
	color: #91a096;
	font-size: 24px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}
.closeBtn {
	float: right;
	z-index: 3;
	position: relative;
}
.shareLinks {
	margin-bottom: 60px;
}
.shareLinks li {
	display: inline-block;
	margin-right: 4px;
}
.shareLinks li a{text-decoration:none; color:#415046; font-size:30px;}
.detailsText {
	color: #415046;
	font-size: 20px;
	margin-bottom: 50px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}
.detailsText p{
	color: #415046;
	font-size: 20px;
	margin-bottom: 50px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}
.detailsText .imageHolder {
	margin-bottom: 30px;
}

.detailsText img{
	max-width:100%;
}

@media (max-width:760px){
	.detailsText img{
		height:auto;
	}
}

.detailsImage {
	margin-bottom: 25px;
	cursor: pointer;
}
.detailsImage img {
	width: 100%;
}
.productInside h1 {
	color: #91a096;
	font-size: 40px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	margin-bottom: 40px;
}
.productTypes {
	margin-bottom: 30px;
}
.productTypes li {
	display: inline-block;
	color: #91a096;
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	background-color: #e1f0e6;
	line-height: 100%;
	padding: 6px 10px;
	margin-right: 6px;
}
.productInside .detailsText {
	margin-bottom: 30px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}
.productsArrows {
	float: right;
}
.productsArrows li a {
	display: block;
	width: 6px;
	height: 11px;
	position: relative
}
.productsArrows li a.nextArrow {
	background: url(../images/right-arrow.png);
	margin: -20px 0 10px;
}
.productsArrows li a.prevArrow {
	background: url(../images/left-arrow.png);
}
.productsArrows li a.nextArrow:hover {
	background: url(../images/right-arrow-hover.png);
}
.productsArrows li a.prevArrow:hover {
	background: url(../images/left-arrow-hover.png);
}
.productsArrows li a span {
	position: absolute;
	color: #91a096;
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	white-space: nowrap;
	top: -4px;
	width: 0px;
	overflow: hidden;
	padding: 0;
}
.productsArrows li a.nextArrow span {
	left: 0px;
}
.productsArrows li a.prevArrow span {
	right: 0px;
}
.productsArrows li a:hover span {
	width: 83px;
}
.productsArrows li a.nextArrow:hover span {
	padding-left: 15px;
}
.productsArrows li a.prevArrow:hover span {
	padding-right: 15px;
}
/****************************** COLORS *******************************/
.listItem.active .catTitle {color:#fff!important;}
.active.red-color::before {
 background: #f00000;
 height: 100%;
}
.red-color .catTitle {
	color: #f00000
}
.active.green-color::before {
 background: #00a5b4;
 height: 100%;
}
.green-color .catTitle {
	color: #00a5b4
}
.active.orange-color::before {
 background: #f07800;
 height: 100%;
}
.orange-color .catTitle {
	color: #f07800
}
.active.yellow-color::before {
 background: #ffaa00;
 height: 100%;
}
.yellow-color .catTitle {
	color: #ffaa00
}
.red-color .productImage::after {
 background-color: #f00000
}
.green-color .productImage::after {
 background-color: #00a5b4
}
.orange-color .productImage::after {
 background-color: #f07800
}
.yellow-color .productImage::after {
 background-color: #ffaa00
}
.viteColor {
	color:#00a5b4;
}
.interactiveText {
	display:block !important;
}
.sliderTextResponsive {
	display:none !important;
}
.sliderTextResponsive .slides li{
	color: #415046;
	font-size: 25px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
}
.sliderTextResponsive .slides li span{
	color:#00A5B4;
	font-size: 25px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
}