/* FONTS */

/* UNIVERSAL */

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	font-size: 20px;
	line-height: 25px;
	font-family: "nudista-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color: #66b4af;
	background-repeat: repeat-y;
	background-size: cover;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	transform: translate3d(0,0,0);
}

.light {
	font-weight: 300;
}

.medium {
	font-weight: 400;
}

.bold {
	font-weight: 600;
}

.EXIT_DEV{
	position: absolute;
	height: 36px;
	width: 130px;
	line-height: 36px;
	top: 0px;
	right: -135px;
	text-align: left;
	font-size: 10px;
	color: #969696;
}
.EXIT_DEV .ss-delete{
	line-height: 41px;
}

.IS_DEV_SANDBOX{
	font-family: monaco;
	position: fixed;
	background-color: rgba(245,245,245,0.95);
	z-index: 9999999;
	padding: 4px 30px 4px 30px;
	font-size: 11px;
}


.off {
    overflow: hidden !important;
}

.o_scroll {
    overflow: scroll !important;
}
*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
  position: relative;
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  .container {
    width: 96%;
  }
}

body {
  display: flex;
  flex-direction: column;
}

#page {
  flex: 1 0 auto;
	position: relative;
}

.page_center {
	width: 85%;
	max-width: 1300px;
	margin: 0 auto;
	height: auto;
}

p {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 17px;
	line-height: 23px;
	text-transform: initial;
}
p img {
	width: 100%;
	height: auto;
	margin-bottom: 32px;
}

.quote p {
	margin-bottom: 10px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.fixed {
	position: fixed;
}

.mAuto {
	margin: 0 auto;
}

.clearer {
  content: "";
  display: table;
  clear: both;
}

.inline{
	display: inline;
}

.block {
	display: block;
}

.iblock {
	display: inline-block;
}

.inherit {
	display: inherit;
}

.flex {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
 -ms-box-orient: horizontal;
}

.flex_col_33 {
	box-sizing: border-box; /* 2 */
	max-width: 100%; /* 1 */      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */          /* Chrome */              /* IE 10 */
	flex:  0 0 calc(33.33% - 10px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex_col_33_w {
	box-sizing: border-box; /* 2 */
	max-width: 100%; /* 1 */      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */          /* Chrome */              /* IE 10 */
	flex:  0 0 calc(33.33% - 15px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex_col_50 {
	box-sizing: border-box; /* 2 */
	max-width: 100%; /* 1 */      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */          /* Chrome */              /* IE 10 */
	flex:  0 0 calc(50% - 30px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex_col_47 {
	box-sizing: border-box; /* 2 */
	max-width: 100%; /* 1 */      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */          /* Chrome */              /* IE 10 */
	flex:  0 0 calc(47% - 30px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex_col_53 {
	box-sizing: border-box; /* 2 */
	max-width: 100%; /* 1 */      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */          /* Chrome */              /* IE 10 */
	flex:  0 0 calc(53% - 30px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex_col_25 {
	box-sizing: border-box; /* 2 */
	max-width: 100%; /* 1 */      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */          /* Chrome */              /* IE 10 */
	flex:  0 0 calc(25% - 15px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-moz-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex_col_100 {
	box-sizing: border-box; /* 2 */
	max-width: 100%; /* 1 */      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */          /* Chrome */            /* IE 10 */
	flex:  1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.flex_col {
    box-sizing: border-box;
    max-width: 100%;
    flex: 1 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.flex_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}

.flex_row .child {
  order: 0;
  flex: 0 1 auto;
  align-self: stretch;
 }

.flex .flex_col_47 {
	margin-right: 30px;}

.flex .flex_col_53 {
	margin-left: 30px;}
.iflex{
	display: inline-flex;
}

.justify_center {
	-moz-justify-content: center;
	justify-content: center;
}

.align_items_center {
	-moz-align-items: center;
	align-items: center;
}


.justify_between {
	-moz-justify-content:space-between;
	justify-content: space-between;
}

.justify_start {
	-moz-justify-content:flex-start;
	justify-content: flex-start;
}


.flex_start{
	align-self: flex-start;
}

.flex_wrap{
	flex-wrap: wrap;
}


hr {
	border-top: 1px solid #e7e9ed;
  margin: 52px 0;
}

hr.dark {
	border-top: 1px solid #bfbebf;
  margin: 40px 0;
}

.hand{
	cursor: pointer;
}

.h100 {
	height: 100%;
}

.valign {
	position: absolute;
	top: 50%;
	left: 50%;
  transform:  translate(-50%, -50%);
}

.valign.box {
	position: absolute;
	top: 0;
	/* bottom: 50%; */
	transform: translate(-50%, -100%);
}

.valign.box_sm {
	position: absolute;
  top: 60%;
  bottom: 0;
  transform:  translate(-50%, 0%);
}

.valign.share_txt {
  transform:  translate(-50%, 100%);
}

.share_desc p:last-of-type {
	margin-bottom: 0;
}

.vAT {
	vertical-align: top;
}
.vAM {
	vertical-align: middle;
}

.vATT {
	vertical-align: text-top;
}

@media(max-width: 1200px){
	.valign.box {
		width: 65%;
		padding: 40px;
	}
}

@media(max-width: 1100px){
	.valign.box_sm.w30 {
		width: 45%;
	}
}

@media(max-width: 1050px){
	.flex_col_47,
	.flex_col_53 {      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */          /* Chrome */              /* IE 10 */
		flex:  0 0 100%;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.flex .flex_col_53 {
		margin-left: 0;
	}

	.flex_col_53 .ta {
		margin-bottom: 30px;
	}
}

@media(max-width: 850px){
	.valign.box.w45 {
		width: 75%;
	}
}


@media(max-width: 991px){
	.flex_col_25 {      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */          /* Chrome */              /* IE 10 */
		flex:  0 0 calc(50% - 15px);
		margin-bottom: 30px;
	}
}


@media(max-width: 550px){
	.flex_col_25 {      /* OLD - iOS 6-, Safari 3.1-6 */          /* OLD - Firefox 19- */           /* Chrome */               /* IE 10 */
		flex:  0 0 100%;
	}
}


/* COLORS */

.txt_teal1 { color: #66b4af;}
.txt_teal2 {color: #9aded8;}
.txt_teal3 {color: #83cdc9;}
.txt_gray1 {color: #bfbebf;}
.txt_gray2 {color: #707070;}
.txt_gray3 {color: #f4f4f4;}
.txt_black {color: #2f3538;}
.txt_red {color: #ec4925;}
.txt_white {color: #fff;}

.bg_teal1 { background-color: #66b4af;}
.bg_teal2 {background-color: #9aded8;}
.bg_gray1 {background-color: #bfbebf;}
.bg_gray2 {background-color: #707070;}
.bg_gray3 {background-color: #f4f4f4;}
.bg_gray4 {background-color: #fcfcfc;}
.bg_black {background-color: #202020;}
.bg_red {background-color: #ec4925;}
.bg_white {background-color: #fff;}

.bg_stories {
	background: url('/images/bg.png');
  background-repeat: repeat-y;
  background-position: center center;
	background-color: #fcfcfc;
}

.bg_stories2 {
	background: url('/images/bg2.png');
  background-repeat: repeat-y;
  background-position: center center;
	background-color: #fcfcfc;
}


@media(max-width: 1300px){
	.bg_stories,
	.bg_stories2 {
	  background-position: 45% 0;
	}
}


@media(max-width: 1050px){
	.bg_stories {
	  background-position: 41% 0;
	}
	.bg_stories2 {
	  background-position: 44% 0;
	}
}

@media(max-width: 991px){
	.bg_stories2 {
	  background: #FCFCFC;
	}
}

@media(max-width: 768px){
	.bg_stories {
	  background: #FCFCFC;
	}
}

/* SPACING */

.pad0{	padding: 6px;	}
.pad1{	padding: 10px;	}
.pad2{	padding: 18px;	}
.pad3{	padding: 26px;	}
.pad4{ 	padding: 72px;	}

.padT{ padding-top: 	4px; 	}

.padT0{ padding-top: 	6px; 	}
.padB0{ padding-bottom: 6px; 	}
.padL0{	padding-left: 	6px;	}
.padR0{	padding-right: 	6px;	}

.padT1{ padding-top: 	10px;	}
.padB1{	padding-bottom: 10px;	}
.padL1{	padding-left: 	10px;	}
.padR1{	padding-right: 	10px;	}

.padT2{	padding-top: 	18px;	}
.padB2{	padding-bottom: 18px;	}
.padL2{	padding-left: 	18px;	}
.padR2{	padding-right: 	18px;	}

.padT3{ padding-top: 	26px;	}
.padB3{ padding-bottom:	26px;	}
.padL3{ padding-left: 	26px;	}
.padR3{ padding-right: 	26px;	}

.padT4{ padding-top: 	44px;	}
.padB4{ padding-bottom:	44px;	}
.padL4{ padding-left: 	44px;	}
.padR4{ padding-right: 	44px;	}

.padT5{ padding-top: 	58px;	}
.padB5{ padding-bottom:	58px;	}
.padL5{ padding-left: 	58px;	}
.padR5{ padding-right: 	58px;	}

.padT6{ padding-top: 	65px;	}
.padB6{ padding-bottom:	65px;	}
.padL6{ padding-left: 	65px;	}
.padR6{ padding-right: 	65px;	}

.padT7{ padding-top: 	80px;	}
.padB7{ padding-bottom:	80px;	}
.padL7{ padding-left: 	80px;	}
.padR7{ padding-right: 	80px;	}

.padT8{ padding-top: 	120px;	}
.padB8{ padding-bottom:	120px;	}
.padL8{ padding-left: 	120px;	}
.padR8{ padding-right: 	120px;	}

.padT9{ padding-top: 	140px;	}
.padB9{ padding-bottom:	140px;	}
.padL9{ padding-left: 	140px;	}
.padR9{ padding-right: 	140px;	}

.padT10{ padding-top: 	180px;	}
.padB10{ padding-bottom:	180px;	}
.padL10{ padding-left: 	180px;	}
.padR10{ padding-right: 	180px;	}

@media (max-width: 991px) {
	.padT8{ padding-top: 	80px;	}
	.padB8{ padding-bottom:	80px;	}
	.padL8{ padding-left: 	80px;	}
	.padR8{ padding-right: 	80px;	}
}

@media (max-width: 768px) {

	.pad0{	padding: 4px;	}
	.pad1{	padding: 6px;	}
	.pad2{	padding: 12px;	}
	.pad3{	padding: 22px;	}
	.pad4{ 	padding: 56px;	}

	.padT0{ padding-top: 	4px; 	}
	.padB0{ padding-bottom: 4px; 	}
	.padL0{	padding-left: 	4px;	}
	.padR0{	padding-right: 	4px;	}

/*
	.padT1{ padding-top: 	6px;	}
	.padB1{	padding-bottom: 6px;	}
	.padL1{	padding-left: 	6px;	}
	.padR1{	padding-right: 	6px;	}
*/

	.padT2{	padding-top: 	12px;	}
	.padB2{	padding-bottom: 12px;	}
	.padL2{	padding-left: 	12px;	}
	.padR2{	padding-right: 	12px;	}
	.holder.padT2 {	padding-top: 	18px;	}

	.padT3{ padding-top: 	22px;	}
	.padB3{ padding-bottom:	22px;	}
	.padL3{ padding-left: 	22px;	}
	.padR3{ padding-right: 	22px;	}

	.padT4{ padding-top: 	36px;	}
	.padB4{ padding-bottom:	36px;	}
	.padL4{ padding-left: 	36px;	}
	.padR4{ padding-right: 	36px;	}

	.padT5{ padding-top: 	40px;	}
	.padB5{ padding-bottom:	40px;	}
	.padL5{ padding-left: 	40px;	}
	.padR5{ padding-right: 	40px;	}

	.padT6{ padding-top: 	45px;	}
	.padB6{ padding-bottom:	45px;	}
	.padL6{ padding-left: 	45px;	}
	.padR6{ padding-right: 	45px;	}

	.padT7{ padding-top: 	50px;	}
	.padB7{ padding-bottom:	50px;	}
	.padL7{ padding-left: 	50px;	}
	.padR7{ padding-right: 	50px;	}

/*
	.padT8{ padding-top: 	90px;	}
	.padB8{ padding-bottom:	90px;	}
	.padL8{ padding-left: 	90px;	}
	.padR8{ padding-right: 	90px;	}
*/
}

.bar { padding: 4px 14px; }

/* FONTS - TYPES, SIZING */

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}
.case_norm{
	text-transform: none;
}


.italic {
	font-style: italic;
}

.normal {
	font-style: normal;
}

.letS1, .letS1 p{
	letter-spacing: 1px;
}

.letS2, .letS2 p{
	letter-spacing: 2px;
}

.letS3, .letS3 p{
	letter-spacing: 3px;
}

.letS4, .letS4 p{
	letter-spacing: 4px;
}

.letS7, .letS7 p{
	letter-spacing: 7px;
}

.txt_C {
	text-align: center;
	text-indent: 0;
}
.txt_J {
	text-align: justify;
	text-indent: 0;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	    hyphens: auto;
}
.txt_L {
	text-align: left;
}
.txt_R {
	text-align: right;
}


.txt_8, .txt_8 p{ font-size: 8px; }
.txt_9, .txt_9 p{ font-size: 9px; }
.txt_10, .txt_10 p{ font-size: 10px; line-height: 15px;}
.txt_11, .txt_11 p{ font-size: 11px; line-height: 16px;}
.txt_12, .txt_12 p{ font-size: 12px; line-height: 17px;}
.txt_13, .txt_13 p{ font-size: 13px; line-height: 20px;}
.txt_14, .txt_14 p{ font-size: 14px; line-height: 21px;}
.txt_15, .txt_15 p{ font-size: 15px; line-height: 23px;}
.txt_16, .txt_16 p{ font-size: 16px; line-height: 23px;}
.txt_17, .txt_17 p{ font-size: 17px; line-height: 25px;}
.txt_18, .txt_18 p{ font-size: 18px; line-height: 24px;}
.txt_19, .txt_19 p{ font-size: 19px; line-height: 28px;}
.txt_20, .txt_20 p{ font-size: 20px; line-height: 27px;}
.txt_21, .txt_21 p{ font-size: 21px; line-height: 32px; }
.txt_22, .txt_22 p{ font-size: 22px; line-height: 28px; }
.txt_23, .txt_23 p{ font-size: 23px; }
.txt_24, .txt_24 p{ font-size: 24px; line-height: 32px;}
.txt_25, .txt_25 p{ font-size: 25px; line-height: 35px;}
.txt_26, .txt_26 p{ font-size: 26px; line-height: 35px;}
.txt_28, .txt_28 p{ font-size: 28px; }
.txt_30, .txt_30 p{ font-size: 30px; line-height: 35px;}
.txt_31, .txt_31 p{ font-size: 31px; line-height: 36px;}
.txt_34, .txt_34 p{ font-size: 34px; line-height: 37px;}
.txt_38, .txt_38 p{ font-size: 38px; line-height: 47px;}
.txt_40, .txt_40 p{ font-size: 40px; line-height: 48px;}
.txt_45, .txt_45 p{ font-size: 45px; line-height: 52px;}
.txt_61, .txt_61 p{ font-size: 61px; line-height: 70px;}
.txt_70, .txt_70 p{ font-size: 70px; line-height: 75px;}

@media(max-width: 1450px){
	.features .txt_38, .features .txt_38 p{ font-size: 30px; line-height: 35px;}
	.features .txt_34, .features .txt_34 p{ font-size: 26px; line-height: 34px;}
}


@media(max-width: 1350px){
	.valign.box .txt_38, .valign.box .txt_38 p{ font-size: 34px; line-height: 37px;}
}

@media(max-width: 1200px){
	.features .txt_38, .features .txt_38 p{ font-size: 26px; line-height: 34px;}
	.features .txt_34, .features .txt_34 p{ font-size: 22px; line-height: 28px;}
}

@media(max-width: 1100px){
	.valign.box .txt_38, .valign.box .txt_38 p{ font-size: 30px; line-height: 35px;}
}

@media(max-width: 1050px){
	.features .txt_38, .features .txt_38 p{ font-size: 38px; line-height: 47px;}
	.features .txt_34, .features .txt_34 p{ font-size: 34px; line-height: 37px;}
}

@media(max-width: 991px){
	.valign.box .txt_38, .valign.box .txt_38 p{ font-size: 26px; line-height: 35px;}
	.txt_38, .txt_38 p, .features .txt_38, .features .txt_38 p{ font-size: 34px; line-height: 37px;}
	.txt_34, .txt_34 p, .features .txt_34, .features .txt_34 p { font-size: 30px; line-height: 35px;}
	.txt_31, .txt_31 p{ font-size: 26px; line-height: 35px;}
	.txt_19, .txt_19 p{ font-size: 17px; line-height: 25px;}
}

@media(max-width: 768px){
	.txt_38, .txt_38 p, .features .txt_38, .features .txt_38 p{ font-size: 30px; line-height: 35px;}
	.txt_34, .txt_34 p, .features .txt_34, .features .txt_34 p{ font-size: 26px; line-height: 35px;}
	.txt_31, .txt_31 p{ font-size: 25px; line-height: 34px;}
	.txt_19, .txt_19 p{ font-size: 16px; line-height: 23px;}
}

@media(max-width: 550px){
	.txt_38, .txt_38 p, .features .txt_38, .features .txt_38 p{ font-size: 24px; line-height: 32px;}
	.txt_34, .txt_34 p, .features .txt_34, .features .txt_34 p{ font-size: 22px; line-height: 28px;}
	.txt_31, .txt_31 p{ font-size: 19px; line-height: 28px;}
	.txt_19, .txt_19 p{ font-size: 15px; line-height: 22px;}
}


/* TABLES */

.ta{
	display: table;
}
.tr{
	display: table-row;
}
.ta .tc{
	display: table-cell;
}
.ta .tc.m{
	vertical-align: middle;
}
.ta .tc.t{
	vertical-align: top;
}
.ta .tc.b{
	vertical-align: bottom;
}
.vAT{
	vertical-align: top;
}

.vAS{
	vertical-align: sub;
}


.ofHidden{
	overflow: hidden;
}
.hide{
	display: none;
}
.show {
	display: block;
}
/* MULTIPLY, ROUNDING, OPACITY */

.multiply{
	mix-blend-mode: multiply;
}
.shadow{
	box-shadow: 0 4px 9px 0px rgba(0,0,0,0.14);
}

.circle_shadow {
	 box-shadow: rgba(0,0,0,0.5) 0 0 7px;
}

.circle_shadow_light {
	 box-shadow: rgba(0,0,0,0.3) 0 0 7px;
}

.circle_shadow_light:hover {
	 box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}

.circle_shadow:hover {
	 box-shadow: rgba(0,0,0,0.8) 0 0 10px;
}

.rounded{
	border-radius: 3px;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
}

.opac0{ opacity: 0; }
.opac1{ opacity: .1; }
.opac2{ opacity: .2; }
.opac3{ opacity: .3; }
.opac4{ opacity: .4; }
.opac5{ opacity: .5; }
.opac6{ opacity: .6; }
.opac7{ opacity: .7; }
.opac8{ opacity: .8; }
.opac9{ opacity: .9; }
.opac10{ opacity: 1; }


.flip {
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
}

/* NEWSPAPER */

.newspaper {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
}


@media (max-width: 991px) {
	.newspaper {
	  -webkit-column-count: 2;
	  -moz-column-count: 2;
	  column-count: 2;
	}
}

@media (max-width: 650px) {
	.newspaper {
	  -webkit-column-count: 1;
	  -moz-column-count: 1;
	  column-count: 1;
	}

}

/* LISTS */

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* INPUTS, TEXT AREAS */

input,
textarea,
.input_outline {
	background-color: #fff;
	border-radius: 0;
	width: 100%;
	font-size: 15px;
	line-height: 21px;
	font-family: "nudista-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 3px;
	padding: 17px;
	border: none;
	color: #66b4af;
	margin-bottom: 18px;
	height: inherit;
	text-transform: uppercase;
}

.footer input {
	background-color: #f4f4f4;
	text-transform: inherit;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;
}

input[type="text"],
input[type="email"] {
	border-radius: 0;
}

textarea {
  resize: none;
  min-height: 200px;
  max-height: 800px;
}

input.white_input {
	border: none;
	background-color: #fff;
}

::-webkit-input-placeholder {
	color: #66b4af;
	letter-spacing: 3px;
}

:-moz-placeholder { /* Firefox 18- */
	color: #66b4af;
	letter-spacing: 3px;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #66b4af;
	letter-spacing: 3px;
}

:-ms-input-placeholder {
	color: #66b4af;
	letter-spacing: 3px;
}


.footer input::-webkit-input-placeholder {
	letter-spacing: 1px;
}

.footer input:-moz-placeholder { /* Firefox 18- */
	letter-spacing: 1px;
}

.footer input::-moz-placeholder {  /* Firefox 19+ */
	letter-spacing: 1px;
}

.footer input:-ms-input-placeholder {
	letter-spacing: 1px;
}


.search_input::-webkit-input-placeholder::before,
.search_input:-moz-placeholder::before,
.search_input::-moz-placeholder::before,
.search_input:-ms-input-placeholder::before {
	content: "\f002";
}



.white_txt::-webkit-input-placeholder {
	color: #fff;
}

.white_txt:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

.white_txt::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
}

.white_txt:-ms-input-placeholder {
	color: #fff;
}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-text-fill-color: #66b4af !important;
}

input.email:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
	-webkit-text-fill-color: #66b4af !important;
}

@media(max-width: 650px){
	input {
		margin-bottom: 6px;
	}

	.form .padB1 {
		padding-bottom: 0;
	}
}

/* LINKS */
a,
p a,
li a {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s;
	cursor: pointer;
}

p a,
p strong {
	font-weight: inherit;
	text-transform: uppercase;
	letter-spacing: 3px;
}


a:hover,
p a:hover,
.site_by:hover {
    color: #707070;
}

a.white-link:hover,
p a.white-link:hover {
	color: #707070;
}

.subnav a:hover li {
	color: #ec4925;
}



/* BUTTONS */

.button,
input[type="submit"].button {
	display: inline-block;
	width: 100%;
	height: 55px;
	padding: 17px 0;
	background-color: transparent;
	color: #66b4af;
	border: 1px solid #9aded8;
	text-align: center;
	font-size: 17px;
	line-height: 21px;
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0px 0px;
	-moz-border-radius: 0px 0px;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.5s ease;
	cursor: pointer;
}

.button:hover,
input[type="submit"].button:hover {
	background-color: #9aded8;
	color: #fff;
	border: 1px solid #9aded8;

}

.button.inherit {
	display: inherit;
}

.button_small {
	max-width: 220px;
}

.button_xsmall {
	max-width: 160px;
}

input[type="submit"].button.w35 {
	width: 35%;
}

@media(max-width: 768px){
	.button.w20 {
		width: 30%;
		margin-bottom: 0;
	}
}

@media(max-width: 650px){
	.button.w20 {
		width: 85%;
		margin-bottom: 0;
	}
}

/*!---------------------*/
/*! Underline           */
/*!---------------------*/

.underline{
	width: 65px;
	height: 1px;
	background-color: #707070;
	margin: 30px 0;
}

.underline_gray {
	width: 65px;
	height: 1px;
	background-color: #bfbebf;
	margin: 40px 0;
}


.underline_gray_w {
	width: 100%;
	height: 1px;
	background-color: #bfbebf;
	margin: 40px 0;
}

.mTall {
	margin: 60px 0;
}

.underline.mAuto{
	margin: 30px auto;
}

.underline_w {
	width: 100%;
	height: 1px;
	background-color: #707070;
	margin: 30px 0;
}

.underline_cat {
	width: 100%;
	height: 1px;
	background-color: #bfbebf;
	margin: 15px 0;
}


.vert_line {
	width: 130px;
	height: 1px;
	background-color: #0a1319;
	margin: 0 auto;
	margin-top: -12px;
	transform: rotate(90deg);
}

.borderB {
	border-bottom: 1px solid #bfbebf;
}

@media(max-media: 650px){
/*
	.vert_line {
		width: 130px;
	}

	.vert_line_l {
		width: 165px;
	}
*/
}

/* SOCIAL ICONS */

.ss-icon {
	font-size: 15px;
}

.header .fa-search {
	color: #707070
}

.header .fa-search.teal {
	color: #66b4af
}

/*
.ss-icon:hover, .ss-icon:active, .ss-icon:focus  {
	color: #0a1319;
}
*/

.search_div:hover {
	color: #0a1319;
	cursor: pointer;
}

#mobile_nav .ss-icon:hover,
mobile_nav .ss-icon:active,
mobile_nav.ss-icon:focus  {
	color: #cfbcaf;
}

.pointer-none {
	pointer-events: none;
}

/* ICON */

/* IMAGES */

img { display: block; }

.img_100 img{
	width: 100%;
}

img.imgSrcLoad{
	opacity: 0;
}
img.imgSrc50{
	opacity: 0;
}
img.imgSrcLoadOn{
	opacity: 1;
	height: auto;
	transition: opacity 1s ease-out;
}


img.imgSrcLoadOn {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
            animation: fadein 2s;
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/*

div.imgSrc50{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	position:absolute;
	opacity:0;
	-webkit-transition:opacity .3s;
	transition:opacity .3s
}
div.imgSrc50.loaded{
	opacity:1
}
*/

.bgFadeImage{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s;
}

.bgFadeImage.loaded{
    opacity: 1;
/*     min-height: 240px; */
}
.bgFadeHero {
	padding-bottom: 37%;
}

.bgFadeHero50 {
	padding-bottom: 50%;
}

.bgFadeHero25 {
	padding-bottom: 25%;
}
.fade100 {
	padding-bottom: 100%;
}
.fade90 {
	padding-bottom: 90%;
}
.fade45 {
	padding-bottom: 45%;
}
.fade30 {
	padding-bottom: 30%;
}
.fade25 {
	padding-bottom: 25%;
}
.fade23 {
	padding-bottom: 23%;
}
.fade19 {
	padding-bottom: 19%;
}
/* WIDTHS */

.w100,.w95,.w90,.w85,.w80,.w77,.w75,.w72,.w70,.w65,.w62,.w60,.w59,.w57,.w56,.w55,.w50,.w49, .w48,.w47,.w46,.w45,.w44,.w43,.w40,.w39,.w38, .w35,.w32,.w30,.w25,.w22,.w20,.w15,.w10,.w5,.w0{ width: 100%;}

.wGutter{
	padding-right: 0;
}

.wMblHide{
	display: none;
}
.wMblShow{
	display: block;
}


@media (min-width: 650px) {
	.w100{ width: 100%; }
	.w95{ width: 95%; }
	.w90{ width: 90%; }
	.w85{ width: 85%; }
	.w80{ width: 80%; }
	.w77{ width: 77%; }
	.w75{ width: 75%; }
	.w72{ width: 72%; }
	.w70{ width: 70%; }
	.w66{ width: 66.66%; }
	.w65{ width: 65%; }
	.w62{ width: 62%; }
	.w60{ width: 60%; }
	.w59{ width: 59%; }
	.w57{ width: 57%; }
	.w56{ width: 56%; }
	.w55{ width: 55%; }
	.w50{ width: 50%; }
	.w49{ width: 49%; }
	.w48{ width: 48%; }
	.w47{ width: 47%; }
	.w46{ width: 46%; }
	.w45{ width: 45%; }
	.w44{ width: 44%; }
	.w43{ width: 43%; }
	.w40{ width: 40%; }
	.w39{ width: 39%; }
	.w38{ width: 38%; }
	.w35{ width: 35%; }
	.w33{ width: 33.33%; }
	.w32{ width: 31.33%; }
	.w30{ width: 30%; }
	.w25{ width: 25%; }
	.w22{ width: 22%; }
	.w20{ width: 20%; }
	.w15{ width: 15%; }
	.w10{ width: 10%; }
	.w5{ width: 5%; }
	.w0{ width: 0%; }

	.wGutterLeft{
		padding-left: 5.5%;
	}
	.wGutterRight{
		padding-right: 5.5%;
	}
	.wMblHide{
		display: block;
	}
	.wMblShow{
		display: none;
	}

}


/* Ratio Content */
.sixteen-nine {
    position: relative;
}

.sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.15%;
}

.content, .video_content {
    width: 100%;
}

.sixteen-nine > .content,
.sixteen-nine > .video_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content iframe {
    width: 100%;
    height: 100%;
}
/*********  NORMAN & BLAKE SPECIFIC **********/
.header .holder {
	padding: 54px 0 28px;
}


/*
Burger
*/

.burger {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1002;
	display: none;
	cursor: pointer;
}

.burger {
  cursor: pointer;
  padding: 35px;
}
.burger span,
.burger span:before,
.burger span:after {
  cursor: pointer;
  height: 1px;
  width: 30px;
  background: #0a1319;
  position: absolute;
  display: block;
  content: '';
}

.burger_white .burger span,
.burger_white .burger span:before,
.burger_white .burger span:after {
  background: #fff;
}

.burger span:before {
	top: -12px;
}
.burger span:after {
	bottom: -12px;
}
.burger span,
.burger span:before,
.burger span:after {
	transition: all 120ms ease-in-out;
}

.burger.active span {
	background-color: transparent !important;
}
.burger.active span:before,
.burger.active span:after {
  left: 0;
  top: 0;
  background: #fff;
}

.burger.active span:before {
  transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.burger.active span:after {
  transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

/*
Nav and Logos
*/

#mobile_nav {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1001;
	pointer-events: none;
	transition: all 0.3s;
	opacity: 0;
	padding-top: 100px;
}
#mobile_nav.active {
    overflow-y: scroll;
    opacity: 1;
    pointer-events: all !important;
}
#mobile_nav li a {
    margin-bottom: 15px;
}

@media(max-width: 991px){

	.holder ul.nav {
		display: none;
	}

	.burger {
		display: block;
	}
}

@media(max-width: 550px){

	.logo img {
/* 		width: 85%; */
	}
	.holder .w50 {
		width: 100%;
	}
}

/* FOOTER NAVIGATION */

.footer {
  padding:54px 0;
  position: relative;
}

.header .logo{
	top: 130%;
	z-index: 1000;
	max-width: 180px;
}

.head_L {
	width: calc(50% - 150px);
	float: left;
}

.head_R{
	width: calc(50% - 150px);
	float: right;
}


.head_LB {
	width: calc(50% - 120px);
	text-align: right;
	float: left;
	border-bottom: 1px solid #bfbebf;
	line-height:0.1em; margin:10px 0 20px
}

.head_RB{
	width: calc(50% - 120px);
	text-align: left;
	float: right;
	border-bottom: 1px solid #bfbebf;
	line-height:0.1em; margin:10px 0 20px
}

.head_RB span {
	background:#fff;
	padding:0 30px 0 0;
}

.head_LB span {
	background:#fff;
	padding:0 0 0 30px;
}

.foot_L {
	padding-right: 90px;
}
.foot_R {
	padding-left: 90px;
}


.header_nav_item {
	padding: 4%;
}

.head_L .header_nav_item {
	border-right: 1px solid #bfbebf;
}

.head_R .header_nav_item {
	border-left: 1px solid #bfbebf;
	margin-bottom: -1px;
}

.footer .col1 {
  width: 27%;
}

.footer .col2 {
  width: 50%;
  padding-left: 6%;
  padding-right: 6%;
  border-left: 1px solid #bfbebf;

}

.footer .col3 {
  border-left: 1px solid #bfbebf;
  width: 23%;
}

.footer .col3 .sm:not(:last-of-type) {
	border-bottom: 1px solid #bfbebf;
}

.footer .colmedia {
	display: none;
}

.mobile_footer {
	display: none;
}


@media(max-width: 1300px) {
	.head_L,
	.head_R {
		width: calc(50% - 100px);
	}

}

@media(max-width: 1200px) {
	.head_L,
	.head_R {
		width: calc(50% - 75px);
	}

	.head_L .header_nav_item:last-of-type{
		border-right: none;
	}

	.head_R .header_nav_item:first-of-type{
		border-left: none;
	}


}

@media(max-width: 991px) {
	.head_L,
	.head_R {
		display: none;
	}

	.header .borderB {
		border-bottom: none;
	}


	.header {
		padding: 20px 0;
	}

	.header .logo{
		top: 0;
		bottom: 0;
    max-width: 130px;
	}

	.head_LB,
	.head_RB {
	  width: calc(50% - 90px);
	  border-bottom: none;
	}

	.head_RB span,
	.head_LB span{
		background: transparent;
		padding: 0;
	}

	.footer .col1,
	.footer .col2 {
		width: 50%;
/* 		display: block; */
		float: left;
	}


	.footer .col1 .logo {
    padding-right: 25%;
    padding-left: 25%;
	}

	.footer .logo img {
		width: 100%;
		margin: 0 auto;
	}

	.footer .col3 .sm {
		width: 100%;
	}

	.footer .col3 .sm:not(:last-of-type) {
		border-bottom: none;
	}

	.footer .col2 {
		padding-bottom: 6px;
	}

	.footer .col3 {
		width: 100%;
		display: block;
		float: left;
		border-left: none;
		text-align: center;
	}

	.footer .col3 a{
		padding-left: 0;
	}

	.footer .col3 .sm {
		border-top: none;
		border-bottom: none;
	}


	.footer .col3 .sm:first-of-type {
		border-top: 1px solid #bfbebf;
	}

	.footer .col3 .sm {
		padding: 4px 0;
	}

	.footer .col3 .sm:first-of-type {
		padding-top: 24px;
	}

	.footer .col3 .sm:last-of-type {
		padding-bottom: 34px;
	}

}

@media(max-width: 900px) {
	.slogan.txt_18 {
		font-size: 16px;
	}

	.head_LB, .head_RB {
    width: calc(50% - 75px);
   }
}

@media(max-width: 850px) {
	.slogan.txt_18 {
		font-size: 15px;
	}
}

@media(max-width: 800px) {
	.slogan.txt_18 {
		font-size: 14px;
	}
}

@media(max-width: 768px) {

	.slogan {
		display: none;
	}

	.header {
	    padding: 0 0 12px;
	}

	.header .logo.valign {
		position: relative;
    transform: none;
    left: 0;
	}

	.header .logo {
	  max-width: 90px;
	}

	.header .logo.valign img {
		margin: 0;
	}

	.footer .col1,
	.footer .col2,
	.footer .col3 {
		width: 100%;
		display: block;
		float: left;
		border-left: none;
	}

	.footer .col1 {
		padding-bottom: 24px;
		text-align: center;
	}

	.footer .col1 .logo {
		display: inline-block;
		width: 35%;
    padding-right: 0;
    padding-left: 0;
	}

	.footer .logo img {
		width: 100%;
		margin: 0 auto;
	}

	.footer .col2 {
		border-top: 1px solid #bfbebf;
		padding-top: 24px;
	}

}

@media(max-width: 550px) {
	.footer {
		text-align: center;
	}
	.footer .sm {
		padding-left: 0;
		padding-right: 0;
	}
	.footer .col2 {
		border-top: 1px solid #bfbebf;
	}

	.footer .col3 .sm {
		border-top: none;
		border-bottom: none;
	}

	.footer .col3 .sm {
		padding: 4px 0;
	}

	.footer .col3 .sm:first-of-type {
		padding-top: 24px;
	}

	.footer .col3 .sm:last-of-type {
		padding-bottom: 34px;
	}


}

.error,
.success,
.processing {
	display: none;
}

/* STORIES */

li.cats.active {
	color: #ec4925
}

.land_row {
  display:none;
}

.toTop {
  position: fixed;
  bottom: 250px;
  right: 20px;
}
.toTop a{
  display: none;
}

.more {
	display: none;
}

#loadMore {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.deactivate {
	pointer-events: none;
}

.cats_name:after,
.tags_name:after,
.bullet:after {
	content: "•";
	padding: 0 4px 0 10px;
	font-size: 8px;
	vertical-align: middle;
}

.cats_name:last-child::after,
.tags_name:last-child::after,
.bullet:last-child::after {
	content: "";
	padding: 0;
	font-size: 8px;
	vertical-align: middle;
}

/*
.tags .tag:not(:last-of-type):after {
  content: '';
  color: black;
}
*/

.author_desc p:last-of-type {
	margin-bottom: 0;
}

.search_txt {
  position: absolute;
  width: 150px;
  top: 20%;
}

.search_txt.active {
	display: block;
}

@media(max-width: 1250px){
	.land_row .w50 {
		display: block;
		width: 100%;
		padding: 0;
	}

	.land_row .w50 img {
		display: block;
		width: 50%;
		margin: 0 0 30px 0;
	}
}

.hide768,
.hide991 {
	display: block;
}

.show768,
.show991{
	display: none;
}

@media(max-width: 991px){
	.show991{
		display: block;
	}
	.hide991{
		display: none;
	}

	.article {
		width: 100%;
	}

	.landing_hero img {
		width: 60%;
	}
	.features_img {
		width: 35%;
	}

	.land_row .w30,
	.land_row .w70 {
		width: 50%
	}
}

@media(max-width: 768px){
	.show768{
		display: block;
	}
	.hide768{
		display: none;
	}

	.stories .w70,
	.stories .w30,
	.blog_nav.subnav {
		width: 100%;
	}

	.labelPlus:after {
		content: '+';
    float: right;
    font-size: 34px;
    font-weight: 300;
	}

	.labelPlus.active:after {
		content: '–';
    float: right;
    font-size: 34px;
    font-weight: 300;
	}

	.blog_nav {
		display: none;
	}

	.blog_nav.active {
		display: block;
	}

}

@media(max-width: 650px){
	.swiper-slide .show768.w65 {
		width: 85%;
	}

	.land_row .w50 img {
		display: block;
		width: 100%;
	}

	.w75.insta_txt {
		width: 85%;
	}

	.land_row .ta,
	.land_row .tc {
		display: block;
		width: 100%;
	}

	.features .ta,
	.features .tc {
		display: block;
		width: 100%;
	}

	.features .tc.bg_white {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.land_row .w70.tc {
		padding-left: 0;
		padding-top: 24px;
	}

	input[type="submit"].button.w35 {
		width: 100%;
	}

}
@media(max-width: 550px){
	.landing_hero img {
		width: 85%;
	}

	.features_img {
		width: 65%;
	}
}
.min240 {
	min-height: 240px;
}

#mc_embed_signup div.mce_inline_error {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff !important;
  font-weight: normal !important;
  z-index: 1 !important;
  color: inherit !important;
	font-size: 17px;
	line-height: 23px;
	text-transform: initial;
}

form {
	margin-bottom: 0
}

.img_caption{
	font-size: 11px !important;
	letter-spacing: 0.1em;
	line-height: 17px !important;
	font-style: italic;
}
p.img_caption img{
	margin-bottom: 10px;
}


.swiper-container.max1900{
	max-width: 1900px;
}

.homeLoad:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 51.75%;
}

.homeLoadAbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.storiesLoad:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 36.75%;
}

.storiesLoadAbs  {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.eapps-instagram-feed-posts-item:hover.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image {
    transform: scale(1.1) translate(-50%, -50%);
    transform-origin: 0 0;
    filter: unset !important;
		cursor: pointer;
}
