/*
Theme Name: Slow Road
Theme URI: http://think33.ca
Author: Mher Amirkhanyan
Version: 1.0
Author URI: http://think33.ca
*/
@font-face {
	font-family:"Rockwell W01 Extra Bold";
	src:url("fonts/0a0a3b6d-c6d4-4867-b940-2fc5a433345f.eot?iefix");
	src:url("fonts/5c3157e8-1685-449b-8e7d-ea65660cdffc.woff") format("woff"), url("fonts/7c244623-7559-4bf4-b3c4-bb6874d2acfa.ttf") format("truetype"), url("fonts/f0aba0f2-7ae4-47f0-94aa-6d62a938e55f.svg#f0aba0f2-7ae4-47f0-94aa-6d62a938e55f") format("svg");
}
@font-face {
	font-family:"WisdomScriptAJ";
	src:url("fonts/WisdomScriptAJ.eot");
	src:url("fonts/WisdomScriptAJ.woff") format("woff"), url("Fonts/WisdomScriptAJ.ttf") format("truetype");
}
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body, input, textarea {
	color: #333333;
	font-weight: 400;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-size: 100%;
	font-style: inherit;
	-webkit-appearance: none;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
th,
td {
	font-weight: normal;
	vertical-align: middle;
	padding: 5px;
	font-size: 14px;
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: #00abeb;
	outline: 0;
	font-weight: 500;
}
a:hover {
	text-decoration: none;
	color: #33ccff;
}
hr {
	border: 0;
	background: 0;
	border-bottom: 2px dotted #cccccc;
	margin-bottom: 32px;
}
p {
	font-size: 16px;
	line-height: 1.6em;
	color: #000000;
	margin-bottom: 36px;
	font-weight: 400;
}
em {
	font-style: italic;
}
ul {
	list-style: none;
}
h1 {
    font-size: 38px;
    line-height: 1.2em;
    margin-bottom: 26px;
	font-weight: 500;
}
h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}
h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 14px;
}
h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 14px;
}
h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}
h2 span,
h3 span,
h4 span,
h5 span {
	color: #ff5819;
}
strong {
	font-weight: 700;
}
.alignnone {
	margin: 0 0 14px;
	float: none;
	max-width: 100%;
	display: block;
}
.alignright  {
	margin: 7px 0 14px 30px;
	float: right;
	max-width: 100%;
	display: block;
}
.alignleft  {
	margin: 7px 30px 14px 0;
	float: left;
	max-width: 100%;
	display: block;
	max-width: 960px;
}
.aligncenter {
	margin: 0 0 14px 0;
    display: block;
    left: 50%;
	max-width: 960px;
    position: relative;
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	height: auto;
}
.page .hfeed.site {
	overflow: hidden;
}
.wp-caption .wp-caption-text {
	font-family: Georgia, Bitter, serif;
    font-style: italic;
    color: #888888;
    font-size: 15px;
    margin: 5px 0 10px;
    line-height: 1.5em;
}
blockquote, blockquote p {
    color: #999999;
	font-family: Georgia, Bitter, serif;
    font-size: 26px;
    font-style: italic;
    line-height: 1.5em;
    margin: 0 20px;
    text-align: center;
}
.button {
	display: inline-block;
	height: 41px;
	background-color: #00abeb;
	position: relative;
	padding: 0 37px 0 26px;
	font-size: 16px;
	line-height: 41px;
	font-weight: 700;
	color: #ffffff;
}
.button:hover {
	background-color: #33ccff;
	color: #ffffff;
}
.button:after {
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 19px;
    height: 41px;
    right: 16px;
    line-height: 41px;
    position: absolute;
    top: 0;
    z-index: 0;
}
.site-header {
	background: url(images/black_bg.jpg) #272727;
	height: 53px;
	z-index: 2;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s ease-in-out 0s, top 0.5s ease-in-out 0s;
	-moz-transition: opacity 0.3s ease-in-out 0s, top 0.5s ease-in-out 0s;
 	transition: opacity 0.3s ease-in-out 0s, top 0.5s ease-in-out 0s;
	opacity: 1;
}
.site-header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(images/black_bg.jpg) #272727;
	z-index: -1;
}
.logged-in .site-header {
	margin-top: 32px;
}
.site-header.animate-hide {
	opacity: 0;
    top: -120px;
    -webkit-transition: opacity 0.4s ease-in-out 0s, top 1s ease-in-out 0s;
    -moz-transition: opacity 0.4s ease-in-out 0s, top 1s ease-in-out 0s;
    transition: opacity 0.4s ease-in-out 0s, top 1s ease-in-out 0s;
}
.site-content,
.post-content {
	margin-top: 53px;
	overflow: hidden;
}
.wrapper {
	width: 100%;
	max-width: 1154px;
	margin: 0 auto;
}
.home-link {
	width: 192px;
	display: block;
	margin-left: -3px;
	float: left;
	position: relative;
	z-index: 1;
}
.home-link img {
	width: 100%;
	display: block;
}
.main-navigation {
	float: left;
	margin-top: 18px;
}
.main-navigation ul li {
	float: left;
	padding: 0 13px 0 12px;
	background: url(images/menu_divider.png) no-repeat center right;
}
.main-navigation ul li:last-child {
	background: none;
}
.main-navigation ul li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a {
	color: #33ccff;
}
.destination-menu {
	float: left;
}
.destination-menu span {
	display: block;
	height: 53px;
	width: 150px;
	line-height: 1.2em;
	padding: 20px 40px 0 20px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	background: url(images/destinations.jpg) #33ccff;
	background-position: center top;
	background-size: 100% auto;
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 0 -5px 8px 2px #222222;
	-moz-box-shadow: 0 -5px 8px 2px #222222;
	box-shadow: 0 -5px 8px 2px #222222;
	margin-left: 5px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.destination-menu span:hover {
	background-position: center bottom;
}
.destination-menu span:after {
	color: #ffffff;
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 12px;
    top: 16px;
    width: 14px;
}
.destination-menu.active span:after {
	color: #ffffff;
    content: "\f0d8";
}
.to-main {
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 20px;
	padding-right: 20px;
	margin-right: 24px;
	position: relative;
	z-index: 1;
	float: right;
}
.to-main:hover {
	color: #33ccff;
}
.to-main span {
	color: #33ccff;
	font-weight: 500;
}
.to-main:hover span {
	color: #ffffff;
}
.to-main:after {
	color: #33ccff;
    content: "\f061";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 14px;
    line-height: 1.2em;
	margin-left: 10px;
}
.to-main:hover:after {
	color: #ffffff;
}
.main-banner {
	height: 920px;
	position: relative;
	background-position: center;
	background-size: cover;
	display: block;
	max-height: calc(100vh - 33px);
	padding-bottom: 20px;
}
.main-banner.main-banner-mobile {
	display: none;
}
.post-banner {
	height: 900px;
	position: relative;
	background-position: center;
	background-size: cover;
	display: block;
	max-height: calc(100vh - 53px);
	padding-bottom: 20px;
}
.small-banner.post-banner {
	height: 600px;
	max-width: 960px;
	margin: 0 auto;
}
.magazine-banner {
	height: 600px;
	position: relative;
	background-position: center;
	background-size: cover;
	display: block;
	max-height: calc(100vh - 53px);
	padding-bottom: 20px;
}
.top-title {
	position: relative;
	width: 100%;
	margin-bottom: 35px;
	overflow: hidden;
}
.top-title:after {
    background: #00abeb;
    content: "";
    display: block;
    height: 58px;
    left: 0;
    margin-right: 577px;
    position: absolute;
    right: 50%;
    width: auto;
}
.top-title h3 {
    background: #00abeb;
    padding-right: 18px;
    display: block;
    height: 58px;
    float: left;
    position: relative;
    font-size: 36px;
    line-height: 58px;
    margin-bottom: 0;
    color: #ffffff;
}
.top-title h3:before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 32px solid #00abeb;
    right: -32px;
    top: 0;
}
.features {
	background: #272727 url(images/black_bg.jpg);
	overflow: hidden;
}
.features h3 {
	color: #ffffff;
}
.features .story-top h3,
.features .story-top .info span,
.features .story-top .info a,
.features .story-top p {
	color: #ffffff;
}
.features .button,
.column .button {
	display: none;
}
.column .alm-reveal {
    margin: 0 -1%;
}
.column .story-top article {
    width: 48%;
    float: left;
    margin: 0 1%;
    border: 10px solid #ccc;
    background: #ccc;
    margin-bottom: 30px;
    cursor: pointer;
}
.column .story-top article:hover {
	background: #00abeb;
	border-color: #00abeb;
}
.column .story-img {
    float: left;
    margin-right: 0;
    margin-bottom: 26px;
    width: 100%;
}
.column .story-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.column .story-top h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    height: 90px;
    overflow: hidden;
   	width: 100%;
	margin: 0 0 20px;
}
.column .story-top:hover h3 {
	color: #ffffff;
}
.column .story-top p,
.column .story-top .info  {
	display: none;
}
.trip_video {
	width: 100%;
	height: 800px;
	max-height: calc(100vh - 53px);
	position: relative;
	overflow: hidden;
}
.wistia_embed {
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	position: relative;
	width: 100%;
}
.wistia_romulus_visible {
	display: none;
}
.youtube-video-content {
    position: absolute;
	bottom: 25px;
	width: 100%;
	height: 38px;
}
.youtube-video {
	float: right;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    padding-right: 45px;
	position: relative;
}
.youtube-video i {
	font-size: 20px;
	position: absolute;
	right: 0;
	color: #fffff;
	line-height: 38px;
	height: 38px;
	width: 38px;
	text-align: center;
	background: #00abeb;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding-left: 4px;
	top: 0;
}
.youtube-video:hover {
	color: #00abeb;
}
.youtube-video:hover i {
	color: #00abeb;
	background: #ffffff;
}
.youtube-popup {
	position: fixed;
	left: 50%;
	top: 15%;
	display: none;
	z-index: 9999;
	margin-left: -640px;
	width: 1280px;
	height: 720px;
}
.youtube-popup:before {
	content: "";
	position: absolute;
	left: -1000px;
	top: -1000px;
	right: -1000px;
	bottom: -1000px;
	background: #000000;
	opacity: 0.8;
}
.youtube-popup iframe {
	display: block !important;
	position: absolute;
	width: 100%;
	height: 100%;
}
.youtube-close {
	background: #00abeb;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -28px;
    width: 78px;
 	cursor: pointer;
	color: #ffffff;
}
.youtube-close:hover {
	background: #33ccff;
}
.main-banner:after {
	content: "";
	height: 20px;
	background: url(images/divider_dots.png) #ffffff;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
}
.author-banner:after {
	display: none;
}
.main-banner article {
	position: absolute;
	bottom: 75px;
	width: 100%;
}
.main-banner .region {
	display: inline-block;
	font-size: 16px;
	height: 31px;
	line-height: 31px;
	padding: 0 28px;
	background: rgba(0, 0, 0, 0.75);
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.main-banner h2 {
	font-size: 44px;
	line-height: 1.1em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 16px;
	text-shadow: 5px 5px 9px #000000;
}
.main-banner .author {
	font-size: 18px;
	line-height: 1em;
	color: #33ccff;
	font-weight: 500;
	margin-bottom: 12px;
	display: block;
}
.main-banner p {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5em;
	margin: 0;
	width: 605px;
	text-shadow: 3px 3px 5px #000000;
}
.site-header .search-box {
	background: #00abeb;
	position: absolute;
	right: 0;
	top: 53px;
	height: 43px;
}
.site-header .search-box i {
	display: inline-block;
	color: #ffffff;
	font-size: 21px;
	line-height: 40px;
	width: 43px;
	height: 43px;
	text-align: center;
	cursor: pointer;
}
.site-header .search-box input {
    background: #00abeb;
    border: 0 none;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 18px;
    height: 43px;
    margin: 0;
    padding: 0;
    width: 1px;
}
.site-header .search-box #searchsubmit {
	display: none;
}
.site-header .search-box input::-webkit-input-placeholder {
    color: #fff;
	opacity: 1;
}
.site-header .search-box input::-ms-input-placeholder {
    color: #fff;
	opacity: 1;
}
.site-header .search-box input::-moz-placeholder {
    color: #fff;
	opacity: 1;
}
.story-top {
	margin: 50px auto 10px;
	overflow: hidden;
}
.story-top article {
	margin-bottom: 50px;
	overflow: hidden;
}
.site-header .search-box {

}
.story-img {
	float: left;
	margin-right: 34px;
}
.story-img img {
	display: block;
	width: 640px;
}
.story-top h3 {
	font-size: 32px;
	line-height: 1.25em;
	color: #333333;
	margin-bottom: 12px;
	margin-top: -7px;
	font-weight: 700;
	float: left;
    width: 478px;
}
.story-top a:hover h3 {
	color: #00abeb;
}
.story-top .info {
	margin-bottom: 16px;
}
.story-top .info a {
	font-size: 19px;
	line-height: 1em;
	font-weight: 500;
}
.story-top .info span {
	display: inline-block;
	padding: 0 2px;
	font-size: 18px;
	font-weight: 500;
}
.story-top p {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 24px;
}
.story-mid {
	background: #ececec;
	padding: 72px 0;
	overflow: hidden;
}
.story-mid .big {
	width: 746px;
	text-align: center;
	float: left;
}
.story-mid .big img {
	display: block;
	width: 100%;
}
.story-mid .big h3 {
	font-size: 38px;
	line-height: 1.4em;
	font-weight: 500;
	margin: 10px 0;
	color: #333333;
}
.story-mid .big a:hover h3 {
	color: #00abeb;
}
.story-mid .info a {
	font-size: 22px;
	line-height: 1em;
	font-weight: 500;
}
.story-mid .info span {
	display: inline-block;
	padding: 0 4px;
	font-size: 24px;
}
.story-mid .small {
	width: 370px;
	float: right;
	text-align: center;
}
.story-mid .small img {
	display: block;
	width: 100%;
}
.story-mid .small h3 {
	font-size: 18px;
	line-height: 1.4em;
	margin: 10px 0 35px;
	font-weight: 500;
	color: #333333;
}
.story-mid .small a:hover h3 {
	color: #00abeb;
}
.form-logo {
	width: 405px;
	padding-top: 225px;
	position: relative;
	float: left;
}
.form-logo:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -140px;
	top: 15px;
	width: 280px;
	height: 220px;
	background: url(images/logo_white.png) no-repeat center;
	background-size: 100% auto;
}
.form-logo h2 {
	font-size: 21px;
	line-height: 1em;
	font-family: "WisdomScriptAJ",cursive;
	text-align: center;
	font-weight: 300;
	margin-top: 15px;
}
.home-form {
	height: 300px;
	background: url(images/blue_bg.jpg) #00abeb;
	margin: 14px 0;
	position: relative;
}
.home-form:after {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	left: 50%;
	height: 300px;
	top: 0;
	background: url(images/map.jpg) no-repeat center;
	background-size: cover;
	 margin-left: -172px;
	 z-index: 0;
}
.form-content {
	float: left;
	width: 748px;
	position: relative;
	z-index: 1;
	padding: 25px 50px 0 74px;
}
.form-content h2 {
	font-size: 26px;
	line-height: 1em;
	color: #33ccff;
	font-family: "Rockwell W01 Extra Bold";
	font-weight: normal;
	color: #33ccff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.form-content p {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.gform_wrapper .gform_body .top_label .gfield_label {
	display: none;
}
.gform_wrapper div.charleft {
	display: none;
}
.gform_wrapper .gform_body .top_label input.medium,
.gform_wrapper .top_label select.medium,
.gform_wrapper .ginput_complex input {
    border: 1px solid #999999;
    font-size: 17px;
	font-weight: 400;
	color: #555555;
    height: 41px;
    margin-bottom: 15px;
    padding: 12px 15px;
    width: 100%;
}
.gform_body ul li {
	padding: 0 19px 0 0 !important;
	width: 100%;
}
.gform_body ul li:first-child,
.gform_body ul li:first-child+li {
	width: 50% !important;
	float: left;
	clear: none;
}
.gform_body ul li:first-child+li+li {
	width: 100% !important;
	float: left;
	clear: both;
}
#choice_1_4_1,
#choice_3_4_1 {
	-webkit-appearance: checkbox;
}
#field_1_4 .gfield_label,
#field_1_4 .ginput_container_checkbox label,
#field_1_4 .validation_messag,
#field_3_4 .gfield_label,
#field_3_4 .ginput_container_checkbox label,
#field_3_4 .validation_messag {
	display: none !important;
}
#field_1_4.gfield_error + li,
#field_3_4.gfield_error + li {
	color: #f00 !important;
}
#field_3_4 {
    float: left;
    width: auto !important;
}
#field_3_5 {
	line-height: 1.4em;
    width: 350px !important;
    position: relative;
    float: left;
    clear: none;
    top: -2px;
    left: 10px;
}
#field_1_5 {
    color: #fff;
    max-width: 350px;
    position: relative;
    left: 30px;
    top: -38px;
    line-height: 1.4em;
    float: left;
}
#gform_wrapper_1 .gform_footer {
    float: right;
    position: relative;
    top: -30px;
    right: 20px;
}
.gform_wrapper .ginput_complex input{
    padding-left:1em !important;
    color: #333333 !important;
}
.gform_wrapper .ginput_complex label{
    display:none !important;
}
.gform_wrapper .gform_body textarea.medium {
    border: 1px solid #c3c3c3;
    font-size: 20px;
	font-weight: 300;
    height: 200px;
    padding: 5px 10px;
    width: 100%;
}
.gform_wrapper .ginput_complex.ginput_container{
	width:102% !important;
}
.gform_button {
	font-family: "Gotham SSm A", "Gotham SSm B";
	border: none;
	display: block !important;
	padding: 0 37px 0 26px !important;
	cursor: pointer;
	-webkit-appearance: none;
}
.gform_wrapper div.validation_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	display: none;
}
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required {
	margin: 0 0 15px !important;
	border: none;
}
.ginput_container {
	margin: 0 !important;
	max-width: inherit !important;
}
.gform_wrapper .top_label .gfield_error {
	background: none !important;
}
.gform_wrapper .top_label .gfield_error input.medium {
	background: #ffdfe0;
	color: #ff0000;
}
.gform_wrapper .gform_footer {
	float: left;
	clear: none !important;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
}
.gform_wrapper {
	max-width: inherit !important;
}
.gform_confirmation_wrapper > div {
	color: #33ccff;
	font-size: 18px;
	font-weight: 500;
}
.bio {
	display: block;
	width: 100%;
	margin-bottom: 14px;
}
.bio.bio-mobile {
	display: none;
}
.home-title {
	font-family:"Rockwell W01 Extra Bold";
	font-weight: normal;
	font-size: 48px;
	line-height: 75px;
	height: 75px;
	background: #000000;
	color: #ffffff;
	text-align: center;
	margin: 0;
}
.pop-posts img {
	display: block;
	width: 555px;
}
.pop-posts article {
	float: left;
	position: relative;
	margin-bottom: 43px;
}
.pop-posts article a {
	display: block;
	position: relative;
}
.pop-posts article h3 {
	position: absolute;
	float: left;
	background: rgba(0, 0, 0, 0.65);
	bottom: 0;
	left: 0;
	font-size: 23px;
	color: #ffffff;
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	padding: 0 25px;
	overflow: hidden;
	transition: all 0.2s linear 0s;
	margin: 0;
}
.pop-posts a div {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	display: block;
	background: rgba(0, 0, 0, 0.65);
	z-index: 1;
	transition: all 0.5s linear 0s;
	overflow: hidden;
}
.pop-posts a:hover div {
	height: 347px;
}
.pop-posts a:hover h3 {
	height: 0;
}
.pop-posts article p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	margin: 0;
	text-align: center;
	font-size: 36px;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: 500;
	padding: 0 90px;
}
.pop-posts article:nth-child(even) {
	float: right;
}
.pop-posts {
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.pop-posts .home-title {
	margin-bottom: 50px;
}
.pop-posts:after {
    background: url(images/divider_dots.png);
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 100%;
}
.editor-picks {
	background: #ececec;
	padding: 38px 0 55px;
	overflow: hidden;
}
.editor-picks h1 {
	font-size: 36px;
	line-height: 1em;
	color: #333333;
	margin-bottom: 34px;
	font-weight: 900;
}
.editor-row {
	float: left;
	width: 100%;
	margin-bottom: 38px;
}
.editor-row article {
	width: 250px;
	float: left;
	margin-right: 42px;
}
.editor-row article img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.editor-row article a {
	text-transform: uppercase;
}
.editor-row article h3 {
	font-size: 18px;
	line-height: 1.2em;
	color: #333333;
	font-weight: 500;
	margin-bottom: 8px;
	text-transform: none;
}
.editor-row article a:hover h3 {
	color: #00abeb;
}
.editor-row article .editor-region {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
}
.editor-lft {
	float: left;
	margin-right: 8px;
	width: 876px;
}
.editor-rgt {
	float: right;
	width: 292px;
	margin-right: -23px;
	text-align: center;
}
.editor-rgt a {
	margin-bottom: 35px;
	display: inline-block;
}
.editor-rgt img {
	display: block;
	width: 200px;
}
#home_finder {
	width: 100%;
	text-align: left;
}
#mini_finder {
	width: 100%;
	padding: 20px;
	float: left;
	background: #ffffff;
	border: 1px solid #e1e1e1;
}
#content #mini_finder h2 {
	font-family:"Rockwell W01 Extra Bold";
font-weight: normal;
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 18px;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
}
#mini_finder span.customSelect {
    background: #ececec url(images/downArrow.png) no-repeat right center;
	border: 1px solid #e6e6e6;
    color: #333333;
    height: 41px;
    line-height: 39px;
    padding: 0 13px;
    text-transform: uppercase;
	width: 100%;
}
#mini_finder span {
    font-size: 14px;
    font-weight: 500;
}
.finder_item {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.customSelectInner {
	width: auto !important;
}
.finder_item select {
	width: 250px !important;
}
.finder_item select option {
	background: none;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	line-height: 1;
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
}
#mini_finder #go_mini {
	height: 41px;
	line-height: 39px;
	text-align: center;
	display: inline-block;
	width: 100%;
	border: none;
	background: #00abeb;
	border: 1px solid #e6e6e6;
	cursor: pointer;
	width: 100%;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	position: relative;
}
#mini_finder #go_mini:after {
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
	margin-left: 10px;
}
#mini_finder #go_mini:hover {
	background: #33ccff;
}
.the-blog {
	background: #000000;
	height: 51px;
}
.the-blog h1 {
	font-size: 22px;
	line-height: 46px;
	color: #ffffff;
	font-family: "WisdomScriptAJ",cursive;
	font-weight: 300;
	margin: 0;
}
.the-blog .wrapper {
	position: relative;
}
.the-blog .to-main {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	line-height: 51px;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0;
}
.the-blog-section {
	float: left;
	width: 22%;
	margin-right: 4%;
}
.the-blog-section:last-child {
	margin-right: 0;
}
.the-blog-posts {
	padding: 30px 0 85px;
	overflow: hidden;
	background: url(images/divider.png) no-repeat bottom center;
	margin-bottom: 37px;
}
.the-blog-section h2 {
	font-size: 19px;
	color: #00abeb;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.the-blog-section a:hover h2 {
	color: #33ccff;
}
.the-blog-section h3 {
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;
	font-weight: 500;
	margin-bottom: 6px;
}
.the-blog-section .the-author {
	font-size: 14px;
	line-height: 1em;
	color: #999999;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
.the-blog-section a:hover h3,
.the-blog-section a:hover {
	color: #00abeb;
}
.the-blog-section article {
	margin-bottom: 24px;
}
.footer-top {
	background: #272727 url(images/black_bg.jpg);
	padding: 45px 0 60px;
	overflow: hidden;
}
.footer-lft {
	width: 226px;
	float: left;
	margin-right: 62px;
}
.footer-to-main img {
	display: block;
	width: 210px;
	margin-bottom: 26px;
}
.sm {
	margin-bottom: 50px;
	overflow: hidden;
}
.sm a {
	display: block;
	height: 43px;
	width: 43px;
}
.sm li {
	float: left;
	padding-right: 13px;
}
.sm .f a {
	background: url(images/sm.png) no-repeat;
}
.sm .t a {
	background: url(images/sm.png) -55px 0 no-repeat;
}
.sm .r a {
	background: url(images/sm.png) -110px 0 no-repeat;
}
.sm .p a {
	background: url(images/sm.png) -165px 0 no-repeat;
}
.footer-50 {
	margin: 0 0 0 22px;
	display: inline-block;
}
.footer-50 img {
	display: block;
	width: 167px;
}
.footer-mid {
	float: left;
	width: 574px;
}
.footer-mid h2,
.footer-rgt h2 {
	font-size: 22px;
	line-height: 1em;
	font-weight: 500;
	color: #cccccc;
	margin-bottom: 24px;
}
.footer-mid a {
    display: block;
    float: left;
    height: 72px;
    margin: 0 15px 36px 0;
    width: 175px;
}
.footer-mid a img {
	width: 69px;
	display: block;
	margin-right: 15px;
	float: left;
}
.footer-mid a span {
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 500;
	color: #00abeb;
}
.footer-mid a:hover span {
	color: #33ccff;
}
.footer-rgt {
	float: right;
	width: 260px;
	position: relative;
}
.footer-navigation ul {
	margin-bottom: 124px;
}
.footer-navigation ul li {
	display: block;
	height: 20px;
	padding-left: 18px;
	margin-bottom: 20px;
	position: relative;
}
.footer-navigation ul li:after {
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
	color: #00abeb;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    z-index: 0;
}
.footer-navigation ul li a {
    font-size: 18px;
	color: #ffffff;
    line-height: 20px;
}
.footer-navigation ul li a:hover,
.footer-navigation ul li.current-menu-item a {
	color: #00abeb;
}
.footer-button {
	width: 260px;
	height: 60px;
	display: block;
	background: #00abeb;
	color: #ffffff;
	font-weight: 700;
	line-height: 60px;
	font-size: 17px;
	text-align: center;
	cursor: pointer;
}
.footer-button:hover {
	background: #33ccff;
}
.footer-bottom {
	background: #000000;
	padding-top: 232px;
	position: relative;
	overflow: hidden;
}
.footer-bottom:before {
	content: "";
	background: #ececec url(images/slowdown.png) no-repeat center bottom;
	background-size: 100% auto;
	display: block;
	left: 0;
	top: 0;
	top: 0;
	height: 232px;
	width: 100%;
	position: absolute;
}
.copy-menu {
	float: left;
	padding: 20px 0 25px;
}
.copy-menu a {
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1em;
	color: #ffffff;
	padding: 0 8px;
	display: inline-block;
}
.copy-menu a:hover {
	color: #00abeb;
}
.copy-menu,
.copy-menu p {
	color: #999999;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
	line-height: 1em;
}
.copy-menu p {
	display: inline-block;
	padding-left: 8px;
}
.footer-contact {
	float: right;
	text-align: right;
	padding: 16px 0 25px;
}
.footer-contact a {
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1em;
	color: #ffffff;
	padding-left: 20px;
	display: inline-block;
}
.footer-contact a:hover {
	color: #00abeb;
}
.post-wrapper {
	width: 100%;
	max-width: 752px;
	margin: 0 auto;
}
.post-wrapper:after {
    clear: both;
    content: "";
    display: table;
}
.post-top {
	margin-top: 56px;
}
.no-banner.post-top {
	margin-top: 80px;
}
.post-top h1 {
	font-size: 38px;
	line-height: 1.2em;
	color: #000000;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 26px;
	-moz-transition: color 0.4s ease-in;
	-webkit-transition: color 0.4s ease-in;
	transition: color 0.4s ease-in;
}
.post-top .post-title.sticky {
	position: fixed;
	width: 752px;
	left: 50%;
	margin-left: -376px;
	top: 400px;
	color: #ffffff;
	text-shadow: 2px 2px 5px #333333;
}
.post-top .post-title.black {
	text-shadow: none;
	color: #000000;
}
.post-top .post-title.sticky span {
    color: #dddddd;
}
.post-top h1 span,
.post-top .post-title.black {
	color: #666666;
}
.about-content .post-top h1 {
	font-size: 40px;
}
.post-content.about-content h3,
.post-content.about-content h4 {
	text-transform: none;
}
.about-content .post-top h2 {
	font-size: 36px;
	line-height: 1.2em;
	color: #000000;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.about-content .post-top h1 em,
.about-content .post-top h2 em  {
	color: #666666;
	font-style: normal;
}
.post-top .author-wrapper {
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.post-top .author {
	display: inline-block;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 auto;
}
.post-top .author p {
	color: #666666;
	margin-bottom: 0;
}
.post-top .author-text {
	float: left;
}
.post-top .author a {
	font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    margin-left: 0;
    display: block;
    margin-top: 2px;
}
.post-top .author img {
	width: 85px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}
}
.post-top .region {
	font-size: 18px;
	font-weight: 300;
	line-height: 1em;
	color: #333333;
	text-align: center;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.post-top .region a {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5em;
}
.post-content h3,
.post-content h4 {
	text-transform: uppercase;
}
.the-warmth {
	background: #ececec;
	background-size: cover;
	margin-bottom: 65px;
	padding-bottom: 55px;
}
.the-warmth-wrapper {
	width: 1200px;
	padding: 50px 260px 0 300px;
	margin: 0 auto;
	position: relative;
}
.the-warmth-wrapper:after {
	content: "";
	width: 286px;
	height: 196px;
	position: absolute;
	left: 0;
	top: 46px;
	background: url(images/paper_plane.png) no-repeat center;
}
.the-warmth-wrapper h2 {
	font-size: 31px;
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}
.the-warmth-wrapper p {
	text-align: center;
	margin-bottom: 24px;
}
.the-warmth-wrapper .to-det {
    background: #00abeb;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: 500;
    height: 54px;
    line-height: 54px;
    text-align: center;
    width: 260px;
	margin: 0 auto;
}
.the-warmth-wrapper .to-det:hover {
	background: #33ccff;
}
.the-warmth-wrapper .lft {
    float: left;
    width: 50%;
    padding: 0 130px 0 0;
    position: relative;
    z-index: 1;
}
.the-warmth-wrapper .rgt {
	position: relative;
	z-index: 1;
	float: left;
	width: 50%;
    padding: 0 0 0 130px;
}
.with-cta .the-warmth-wrapper {
    padding: 36px 0 50px 0;
}
.with-cta .the-warmth-wrapper:after {
    width: 230px;
    height: 150px;
    background-size: auto 100% !important;
    left: 50%;
    margin-left: -115px;
    top: 80px;
    z-index: 1;
}
.with-cta {
	position: relative;
	width: 100%;
	float: left;
}
.with-cta:after {
    background: #ffffff url(images/divider_dots.png);
    bottom: -42px;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    width: 100%;
}
.with-cta:before {
	content: "";
	position: absolute;
    background: #0f3d5b;
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
}
.with-cta .the-warmth-wrapper h2 {
    font-size: 27px;
    text-transform: none;
    margin-bottom: 14px;
}
.the-warmth-wrapper .rgt  h2 {
	color: #ffffff;
}
.the-warmth-wrapper .rgt p {
	color: #ffffff;
}
.the-warmth-wrapper .rgt p a {
	color: #33ccff;
}
.the-warmth-wrapper .rgt p a:hover {
	color: #00abeb;
}
.the-warmth-wrapper .rgt .to-det {
	text-transform: uppercase;
	background: #ff5919;
}
.the-warmth-wrapper .rgt .to-det:hover {
	background: #ff6e36;
}
.mid-banner {
	display: block;
	margin: 0 0 35px;
	width: 100%;
}
.tags {
	padding-bottom: 110px;
	background: url(images/divider.png) no-repeat center bottom;
	margin-bottom: 32px;
}
.tags a {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	padding-left: 24px;
	position: relative;
	margin-right: 12px;
	margin-bottom: 10px;
	line-height: 21px;
}
.tags a:before {
	content: "\f138";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 21px;
	line-height: 21px;
    left: 0;
    position: absolute;
    top: 0;
}
.post-author img {
	width: 160px;
	margin-right: 30px;
	float: left;
	display: block;
	border-radius: 50%;
}
.post-author-rgt {
	float: right;
	width: 562px;
	line-height: 1.3em;
}
.post-author-rgt h4 {
	text-transform: inherit;
}
.photo-credits {
	padding-left: 190px;
	margin-bottom: 35px;
	text-align: right;
	float: left;
	width: 100%;
}
.photo-credits h4 {
	font-size: 15px;
}
.photo-credits h4 i {
	margin-right: 10px;
}
.photo-credits ul {
	list-style: none;
}
.photo-credits ul li,
.photo-credits p {
	font-size: 12px;
	line-height: 2em;
	font-weight: 400;
	color: #333333;
	position: relative;
}
.post-editor .editor-row {
	width: 100%;
}
.post-editor .editor-row article:last-child {
	margin-right: 0;
}
.editor-picks.post-editor {
	padding: 72px 0 35px;
	position: relative;
	width: 100%;
}
.editor-picks.post-editor:after {
    background: #ffffff url(images/divider_dots.png);
    top: 0;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 100%;
}
.post-editor h2,
h2.cta-title {
	text-align: center;
	font-weight: 500;
	color: #333333;
	font-size: 28px;
	line-height: 1em;
	margin-bottom: 35px;
	text-transform: uppercase;
}
h2.cta-title {
    font-size: 25px;
    position: relative;
    margin-bottom: 25px;
}
h2.cta-title span {
	color: inherit;
	background: #ffffff;
	display: inline-block;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
h2.cta-title:after {
	background: #ffffff url(images/divider_dots.png);
    bottom: 2px;
    content: "";
    display: block;
    height: 19px;
    position: absolute;
    width: 100%;
}
.join-more {
	padding: 30px 0;
	overflow: hidden;
}
.join-more h3 {
	font-size: 24px;
	line-height: 41px;
	font-weight: 500;
	color: #333333;
	margin: 0 20px 0 0;
	float: left;
}
.join-more .gform_wrapper {
	float: right;
	margin: 0 !important;
	height: 41px !important;
	width: 490px !important;
}
.join-more .gform_body ul li {
	width: 348px !important;
}
.comments-area > :last-child {
	margin-bottom: 0;
}
.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}
.comments-title,
.comment-reply-title {
	font-size: 24px;
	font-weight: 500;
	color: #333333;
}
.comments-title {
	margin-bottom: 1.3333em;
}
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list p {
	margin-bottom: 10px;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}
.comment-form-author {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 16px;
}
.comment-form-email {
	float: left;
	width: 49%;
	margin-bottom: 16px;
}
.comment-form-comment {
	float: left;
	width: 100%;
	margin-bottom: 16px;
}
.comment-form label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 2.2em;
	color: #666666;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
	font-family: "Gotham SSm A", "Gotham SSm B";
    border: 1px solid #999999;
    color: #555555;
    font-size: 17px;
    font-weight: 400;
    height: 41px;
    padding: 12px 15px;
    width: 100%;
}
.comment-form textarea {
	font-family: "Gotham SSm A", "Gotham SSm B";
    border: 1px solid #999999;
    color: #555555;
    font-size: 17px;
    font-weight: 400;
    padding: 12px 15px;
    width: 100%;
}
.form-submit {
	text-align: right;
}
.form-submit .submit {
	-webkit-appearance: none;
	background: #00abeb;
	border: none;
	color: #ffffff;
	height: 51px;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 0 51px;
}
.comments-button {
	background: #00abeb;
	color: #ffffff;
	height: 51px;
	line-height: 51px;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 0 51px;
	width: 100%;
	margin: 20px 0 35px;
	display: block;
	cursor: pointer;
	clear: both;
}
.comments-button:hover {
	background: #33ccff;
}
.comments-button i {
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.comment-list,
.comment-respond {
	display: none;
}
.active .comment-list,
.active .comment-respond {
	display: block;
}
.menu-destination-container {
	/*background: #2f474f url(images/menu_bg.jpg) no-repeat center;
	background-size: 100% auto;
	left: 50%;
	margin-left: -633px;
	top:-850px;
    transition: all 0.6s ease-out;
	overflow: hidden;
	z-index: -2;
	width: 1266px;*/
	display: none;
	background: #000000;
    left: 0;
    position: absolute;
    right: 0;
    top: 53px;
}
.destination-menu.active .menu-destination-container {
	display: block;
}
.menu-destination-container > ul {
	padding: 0 0 0 195px;
}
.destination-menu:hover .menu-destination-container {
	top: 53px;
    transition: all 0.6s ease-in;
}
.menu-destination-container a {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2em;
	color: #ffffff;
}
.menu-destination-container a:hover,
.menu-destination-container .current-menu-item > a,
.menu-destination-container .current-menu-ancestor > a {
	color: #33ccff;
}
.menu-destination-container > ul > li {
    background: url(images/menu_divider.png) no-repeat right 17px;
    float: left;
    padding: 11px 9px 12px 8px;
    position: relative;
}
.menu-destination-container .sub-menu {
	display: none;
	position: absolute;
	padding: 8px 15px;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
    margin: 0;
    top: 43px;
    width: auto;
    height: auto;
}
.menu-destination-container > ul > li:hover .sub-menu {
	display: block;
}
.menu-destination-container > ul > li:last-child {
	background-image: none;
}
.menu-destination-container > ul > li li {
	margin-bottom: 7px;
}
.menu-destination-container > ul > li > .sub-menu a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2em;
    white-space: nowrap;
}
.menu-destination-container > ul > li > .sub-menu a:hover,
.menu-destination-container > ul > li > .sub-menu .current-menu-item > a {
	color: #33ccff;
}
.menu-destination-container > ul > li > a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
}
.about-author {
	padding: 40px 0 62px;
	background: url(images/the_warmth_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.about-author:after {
	content: "";
	height: 20px;
	background: url(images/divider_dots.png) #ffffff;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
}
.author-22 .about-author {
	display: none;
}
.about-author img {
	float: left;
	display: block;
	width: 242px;
	margin-right: 50px;
	-webkit-box-shadow: 0 8px 8px #666666;
	-moz-box-shadow: 0 8px 8px #666666;
	box-shadow: 0 8px 8px #666666;
}
.author-wrapper {
	width: 925px;
	margin: 0 auto;
}
.author-rgt {
    float: left;
    width: 632px;
}
.about-author h2 {
	font-size: 40px;
	font-weight: 700;
	color: #333333;
	line-height: 1em;
	margin-bottom: 28px;
}
.about-author p {
	color: #333333;
	font-size: 18px;
	margin-bottom: 20px;
}
.author-rgt a {
	display: inline-block;
}
.author-rgt a:last-child {
	padding-left: 20px;
	margin-left: 14px;
	border-left: 2px solid #333333;
}
.alm-load-more-btn {
	-webkit-appearance: none;
	background: #00abeb;
	color: #ffffff;
	height: 51px;
	border: none;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin-bottom: 45px;
	display: block;
	cursor: pointer;
}
.alm-load-more-btn:hover {
	background: #33ccff;
}
.alm-load-more-btn.done {
	display: none;
}
.alm-btn-wrap {
	position: relative;
}
.alm-btn-wrap:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 21px;
    right: 16px;
    line-height: 51px;
    position: absolute;
    top: 0;
	width: 10px;
	left: 50%;
	margin-left: 105px;
    z-index: 0;
	color: #ffffff;
	cursor: pointer;
}
.rec-title {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
}
.rec-title h1 {
	background: url(images/title_bg.png);
	padding-right: 18px;
	display: block;
	height: 70px;
	line-height: 67px;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 40px;
	color: #ffffff;
	float: left;
	padding-left: 202px;
	position: relative;
}
.rec-title h1:after {
	content: "";
    background: url(images/title_rgt.png) no-repeat right center;
	width: 34px;
	height: 70px;
	display: block;
	position: absolute;
	right: -34px;
	top: 0;
}
.rec-title:after {
    background: url(images/title_bg.png);
    content: "";
    display: block;
    height: 70px;
    left: 0;
    margin-right: 577px;
    position: absolute;
    right: 50%;
    width: auto;
}
.search-top {
	padding-top: 115px;
}
.search-body {
	padding-bottom: 25px;
}
.search-top .search-box {
	position: relative;
}
.search-top .search-box input[type="text"] {
	width: 602px;
	border: 1px solid #999999;
    color: #333333;
    font-size: 20px;
	height: 41px;
	padding: 0 10px 0 40px;
}
.search-top .search-box i {
	position: absolute;
	left: 12px;
	color: #999999;
	font-size: 23px;
	line-height: 41px;
}
.search-top .search-box #searchsubmit {
	-webkit-appearance: none;
	background: #00abeb;
	border: none;
	color: #ffffff;
	height: 41px;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	 padding: 0 28px;
	 float: right;
}
.search-top h2 {
	margin: 36px 0;
	line-height: 64px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
.search-body article {
	overflow: hidden;
	margin-bottom: 40px;
}
.search-body article .story-img {
	margin-right: 24px;
	margin-top: 3px;
}
.search-body article .info {
	display: none;
}
.search-body article img {
	display: block;
	width: 250px;
	float: left;
}
.search-body article h3 {
	margin-bottom: 8px;
}
.search-body article p {
	margin-bottom: 12px;
	overflow: hidden;
}
.search-body article .button {
	background: none;
    color: #00abeb;
    float: right;
	margin-right: 338px;
    font-weight: 500;
    height: auto;
    line-height: 1.2em;
    padding: 0 25px 0 0;
}
.search-body article .button:after {
    height: auto;
    line-height: inherit;
    position: relative;
    right: -6px;
    top: 1px;
}
.search-item-rgt {
	float: left;
	width: 477px;
}
.search-item-rgt p {
	margin-bottom: 12px;
}
.post-link {
	font-size: 16px;
	clear: both;
}
.post-link i {
	font-size: 18px;
}
.subscribe {
	color: #fff;
    background: #00abeb;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    z-index: 100;
    position: fixed;
    bottom: 0;
    font-family: 'Gotham SSm A','Gotham SSm B';
    cursor: pointer;
    border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    transition: right 1s ease-in-out 0s;
    right: -150px;
}
.subscribe i {
    margin-right: 5px;
}
.show.subscribe {
	right: 0;
}
.newsletter-box {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
	display: none;
}
.newsletter-body {
	position: absolute;
	top: 50%;
	left: 50%;
	top: 15%;
	margin: 0 auto;
    width: 850px;
    margin-left: -425px;
    padding: 20px 50px 40px;
	z-index: 12;
	background: #f1f1f1 url(images/popup_bg.jpg);
}
.newsletter-body h2 {
	color: #333333;
	font-family: "WisdomScriptAJ", cursive;
	font-weight: 300;
	font-size: 20px;
	display: block;
	width: 310px;
	margin: 40px 0 10px 50px;
	padding-top: 180px;
	position: relative;
}
#colophon .newsletter-body .gform_wrapper .gfield_label {
	display: none;
}
#colophon .newsletter-body .gform_wrapper ul li.gfield,
#colophon .newsletter-body .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required {
	margin-bottom: 20px !important;
    padding: 0 !important;
    margin-top: 0;
}
#colophon .newsletter-body .gform_wrapper ul li.gfield,
#colophon .newsletter-body .gform_wrapper ul li.gfield input,
#colophon .newsletter-body .gform_wrapper ul li.gfield div {
	width: 100%;
	max-width: 100% !important;
	height: auto;
}
#colophon .newsletter-body .gform_wrapper ul li.gfield:nth-child(1),
#colophon .newsletter-body .gform_wrapper ul li.gfield:nth-child(2) {
    float: left;
    clear: none;
    width: 195px !important;
    margin-right: 16px !important;
}
#colophon .newsletter-body .gform_wrapper ul li.gfield:nth-child(3) {
    margin-right: 0 !important;
    width: 328px !important;
    clear: none;
}
#colophon .newsletter-body .gform_wrapper ul li.gfield .validation_message {
	display: none !important;
}
#colophon .newsletter-body .gform_wrapper ul li.gfield input {
    border: 1px solid #cccccc;
    padding: 12px;
    font-size: 18px;
    margin: 0 !important;
}
#colophon .newsletter-body .gform_wrapper ul li.gfield_error input {
    border: 2px solid #790000;
    color: #790000;
}
#colophon .newsletter-body .gform_footer {
	margin: 0;
    padding: 0;
    background: #00abeb;
    float: right;
    width: 328px;
    position: relative;
    margin-top: -65px;
}
#colophon .newsletter-body .gform_footer img {
	display: none !important;
}
#colophon .newsletter-body .gform_footer .gform_button {
	background: none;
    width: 100%;
    color: #fff;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: uppercase;
    height: 50px;
    position: relative;
    z-index: 1;
}
.newsletter-body h2:after {
	content: "";
	background: url(images/logo_blue.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 180px;
}
.newsletter-body p {
    line-height: 1.4em;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    margin-bottom: 18px;
}
.newsletter-close {
	color: #fff;
    font-size: 15px;
    line-height: 30px;
    top: -30px;
    right: 0;
    font-weight: bold;
    cursor: pointer;
    text-align: right;
    display: block;
    float: right;
    padding: 0 10px;
    position: absolute;
    background: #00abeb;
}
.newsletter-close:hover {
	background: #33ccff;
}
.slow-logo {
    display: inline-block;
    width: 665px;
    margin-bottom: 5px;
}
.mob-contact,
.menu-tog {
	display: none;
}
.mobile-main-post {
	display: none;
}
.page.et_monarch .et_social_sidebar_networks li {
	float: left;
	margin-left: 5px;
	max-width: 40px !important
}
.page.et_monarch .et_social_sidebar_networks {
	position: absolute;
	right: 94px;
	left: auto;
	width: 185px;
	top: 845px !important;
	z-index: 0;
}
.page.et_monarch .et_social_hide_sidebar {
	display: none !important;
}
.video-banner {
	display: none;
}
.not-found h1 {
	text-align: center;
	margin-top: 50px;
	font-size: 50px;
}
.not-found p {
	text-align: center;
}
.et_monarch .et_social_mobile_overlay {
	z-index: 0 !important;
}
.et_monarch .et_social_mobile {
	z-index: 1 !important;
}
#content .post-banner > a {
	position: absolute !important;
	right: 25px !important;
	bottom: 25px !important;
	z-index: 1;
}
.cta {
	position: fixed;
	bottom: 0;
	width: 575px;
	height: 200px;
	background: url(images/cta.png) no-repeat center;
	background-size: 100% auto;
	z-index: 4;
	right: -575px;
	padding: 55px 20px 0 70px;
    transition: right 1s ease-in-out 0s;
    display: none !important;
}
.cta.cta-show {
    right: 0;
    transition: right 1s ease-in-out 0s;
}
.ctaclose {
    background: #00abeb;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    width: 85px;
	font-weight: 500;
}
.cta p {
	font-size: 26px;
	line-height: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	color: #ff5819;
	margin-bottom: 14px;
}
.cta p span {
	display: block;
	color: #ffffff;
}
.cta input[type="text"] {
    border: 1px solid #999999;
    color: #555555;
    font-size: 17px;
    font-weight: 400;
    height: 41px;
    padding: 12px;
    width: 305px;
    float: left;
    margin-right: 12px;
}
.cta-submit {
	float: left;
	position: relative;
}
.cta-submit:after {
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 19px;
    height: 40px;
    right: 16px;
    line-height: 40px;
    position: absolute;
    top: 1px;
    z-index: 0;
	color: #ffffff;
}
.post-author {
	margin-bottom: 25px;
}
#gform_wrapper_3 .ge-hide-field {
display: none;
}
p iframe {
	height: 460px;
    width: 100%;
}
.gallery-slider .item {
	height: 600px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.gallery-slider .owl-prev,
.gallery-slider .owl-next {
    color: #fff;
    background: #00abeb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 289px;
    left: 15px;
    display: none !important;
}
.gallery-slider:hover .owl-prev,
.gallery-slider:hover .owl-next {
	display: block !important;
}
.gallery-slider .owl-next {
	left: auto;
	right: 15px;
}
.gallery-slider .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #00abeb;
    border-radius: 50%;
    margin: 0 5px;
}
.gallery-slider .owl-dot.active {
	background: #00abeb;
}
.gallery-slider .owl-dots {
	text-align: center;
    padding: 20px;
}
#insightera_widget_button {
	background: #00abeb !important;
	font-weight: 400 !important;
	font-family: "Gotham SSm A", "Gotham SSm B" !important;
}
.insightera-widget-right {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background: #f1f1f1 !important;
}
.insightera-widget-content {
    padding: 10px 5px;
}
.mktoForm .mktoLabel {
    line-height: 1.4em !important;
    padding-top: 0.3em !important;
    width: 90px !important;
	font-family: "Gotham SSm A", "Gotham SSm B" !important;
	font-size: 14px;
}
.mktoForm .mktoAsterix {
    color: #790000 !important;
    left: -5px;
    position: relative;
}
.mktoForm input[type=text],
.mktoForm input[type=email] {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-color: #ccc !important;
    color: #333 !important;
    font-weight: 500 !important;
    padding: 5px 7px !important;
    font-size: 14px !important;
	font-family: "Gotham SSm A", "Gotham SSm B" !important;
	font-weight: 400 !important;
	width: 160px !important;
}
.mktoForm input[type=text].mktoInvalid,
.mktoForm input[type=email].mktoInvalid {
    border-color: #790000 !important;
}
.mktoButtonWrap {
	margin-left: 100px !important;
}
.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
    background: #00abeb !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    padding: 6px 15px !important;
    border-color: #00abeb !important;
	font-family: "Gotham SSm A", "Gotham SSm B" !important;
	font-weight: 400 !important;
}
.mktoForm .mktoOffset {
	height: 0 !important;
}
@media (max-height: 900px) {
	.page.et_monarch .et_social_sidebar_networks {
		top: calc(100vh - 100px)!important;
	}
}
@media (max-width : 1600px) {
	.youtube-popup {
		margin-left: -426px;
		width: 853px;
		height: 480px;
	}
}
@media (max-width : 1450px) {
	.trip_video {
		height: 650px;
	}
}
@media (max-width: 1180px) {
	.top-title:after {
    	margin-right: 462px;
	}
	p iframe {
	    height: 510px;
    	width: 100%;
	}
	.search-body article .button {
		margin-right: 488px;
	}
	.page.et_monarch .et_social_sidebar_networks {
		right: 60px;
		top: 480px !important;
	}
	.site-header .wrapper {
		max-width: 980px;
	}
	.wrapper {
		max-width: 924px;
	}
	.hfeed.site {
		min-width: 925px;
		width: 100%;
	}
	.main-navigation ul li {
		padding: 0 9px 0 8px;
	}
	.site-header .to-main {
		display: block;
		font-size: 0;
		margin-right: 10px;
		padding-right: 5px;
	}
	.site-header .to-main {
		font-size: 0;
	}
	.site-header .to-main span {
		font-size: 14px;
	}
	.destination-menu span {
		width: 140px;
		padding: 20px 30px 0 15px;
		background: url(images/blue_bg.jpg) #33ccff;
	}
	.menu-destination-container > ul {
	    padding: 0 0 0 183px;
	}
	.tab-menu.destination-menu:hover .menu-destination-container {
		display: none;
	}
	.home-link {
		width: 186px;
	}
	.main-banner {
		height: 540px;
	}
	.main-banner article {
		bottom: 50px;
	}
	.story-img img {
		width: 540px;
	}
	.story-top h3 {
		font-size: 25px;
		width: 353px;
		margin-bottom: 4px;
		margin-top: 0;
	}
	.story-img {
		margin-right: 30px;
	}
	.story-mid .big {
		width: 590px;
	}
	.story-mid .small {
		width: 300px;
	}
	.story-mid .big h3 {
		font-size: 30px;
	}
	.story-mid .small h3 {
		font-size: 16px;
	}
	.story-mid {
		padding: 50px 0;
	}
	.story-top {
		margin-bottom: 0;
	}
	.story-top .info {
		margin-bottom: 10px;
	}
	.story-top p {
		margin-bottom: 15px;
	}
	.form-logo {
		width: 290px;
		padding-top: 235px;
	}
	.form-logo:after {
	    margin-left: -120px;
	    width: 240px;
	    height: 180px;
	    top: 45px;
	}
	.form-logo h2 {
		font-size: 18px;
		margin-top: 0;
	}
	.form-content {
		width: 630px;
		padding: 30px 5px 0 35px;
	}
	.form-content p {
		font-size: 17px;
	}
	.home-title {
		font-size: 44px;
		line-height: 60px;
		height: 60px;
	}
	.pop-posts img {
		width: 442px;
	}
	.pop-posts a:hover div {
		height: 276px;
	}
	.pop-posts article p {
		font-size: 28px;
	}
	.editor-lft {
		width: 100%;
		margin: 0;
	}
	.editor-row article {
		width: 278px;
		margin-right: 45px;
	}
	.editor-row article:last-child {
		margin-right: 0;
	}
	.editor-rgt {
		width: 100%;
		margin: 0;
	}
	#home_finder {
		width: 288px;
		float: right;
	}
	.editor-rgt a {
		float: left;
		display: block;
		margin-bottom: 0;
		margin-right: 40px
	}
	.editor-rgt img {
		width: 230px;
		margin: 0 24px;
	}
	.the-blog-section {
		width: 47%;
		margin-right: 6%;
		margin-bottom: 20px;
	}
	.the-blog-section:nth-child(2),
	.the-blog-section:last-child {
		margin-right: 0;
	}
	.the-blog-posts {
		padding-bottom: 55px;
		background-size: 924px auto;
	}
	.the-blog-section h3 {
		font-size: 16px;
	}
	.the-blog-section h2 {
		font-size: 20px;
	}
	.footer-bottom:before {
		height: 125px;
	}
	.footer-bottom {
		padding-top: 125px;
	}
	.copy-menu p {
		height: 15px;
		overflow: hidden;
		position: relative;
		top: 3px;
		width: 275px;
	}
	.footer-top {
		padding-bottom: 20px;
		padding-top: 35px;
	}
	.footer-top .wrapper {
		position: relative;
	}
	.footer-lft {
		width: 450px;
		position: relative;
	}
	.sm {
		float: left;
		margin-bottom: 75px;
	}
	.footer-50 {
		position: absolute;
		right: 0;
		top: 0;
	}
	.footer-mid {
		width: 100%;
	}
	.footer-mid a {
		margin-right: 56px;
	}
	.footer-rgt {
		position: absolute;
		right: 0;
		top: 0;
		width: 400px;
	}
	.footer-navigation ul {
		float: left;
		margin-bottom: 10px;
	}
	.footer-navigation ul li {
		float: left;
		width: 50%;
	}
	.footer-button {
		float: left;
		width: 340px;
	}
	.post-banner {
		height: 600px;
	}
	.trip_video {
		height: 500px;
	}
	.small-banner.post-banner {
		height: 460px;
	}
	.post-top {
		margin-top: 45px;
	}
	.post-wrapper {
		max-width: 902px;
	}
	.post-top .post-title.sticky {
		width: 902px;
		margin-left: -451px;
		top: 310px;
	}
	.post-content p {
		font-size: 18px;
	}
	.alignnone.size-full {
		width: 100%;
		height: auto;
	}
	.the-warmth-wrapper {
		width: 924px;
		padding: 50px 30px 50px 190px;
	}
	.the-warmth {
		height: auto;
		min-height: 310px;
	}
	.the-warmth-wrapper:after {
		width: 200px;
		background-size: 100% auto;
	}
	.post-author-rgt {
		width: 712px;
	}
	.post-editor .editor-row article:nth-child(3) {
		display: none;
	}
	.join-more {
		padding: 30px 0 15px;
	}
	.join-more h3 {
		width: 100%;
		margin: 0 0 20px;
		font-size: 28px;
		text-align: center;
	}
	.join-more .gform_wrapper {
		float: none;
		margin: 0 auto !important;
	}
	.rec-title:after {
		margin-right: 462px;
	}
	.rec-title h1 {
		padding-left: 164px;
	}
	.search-top .search-box input[type="text"] {
		width: 752px;
	}
	.search-item-rgt {
		width: 628px;
	}
	.story-top p {
		font-size: 14px;
	}
	.story-top .info a {
		font-size: 12px;
	}
}
@media (max-width : 860px) {
	.youtube-popup {
		margin-left: -320px;
		width: 640px;
		height: 360px;
	}
}
@media (max-width: 740px) {
	.home .main-banner,
	.bio {
		display: none;
	}
	.main-banner.main-banner-mobile,
	.bio.bio-mobile {
		display: block;
	}
	.cta {
		display: none;
	}
	p iframe {
	    height: 240px;
    	width: 100%;
	}
	.youtube-video-content {
		display: none;
	}
	.to-main {
		display: none;
	}
	p {
		font-size: 14px;
		margin-bottom: 16px;
	}
	h3, h4 {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.button {
		font-size: 12px;
		height: 27px;
		line-height: 27px;
		padding: 0 25px 0 12px;
	}
	.button:after {
		font-size: 13px;
		height: 27px;
		line-height: 27px;
		right: 13px;
	}
	.site-header {
		height: 38px;
	}
	.post-wrapper {
		overflow: hidden;
	}
	.wp-caption  {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
	.wp-caption img {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.site-content,
	.post-content {
		margin-top: 38px;
	}
	.destination-menu {
		position: absolute;
		top: 235px;
		width: 100%;
		display: none;
	}
	.main-navigation {
		position: absolute;
		background: #000000;
		margin: 0;
		padding: 44px 0 20px 20px;
		top: 38px;
		height: 207px;
		width: 100%;
		display: none;
	}
	.active-menu .destination-menu,
	.active-menu .main-navigation {
		display: block;
	}
	.site-header .to-main {
		font-size: 13px;
		left: 151px;
		margin-top: 10px;
		position: absolute;
		top: 0;
		display: none;
	}
	.site-header .to-main span {
		font-size: 13px;
	}
	.to-main:after {
		font-size: 12px;
		margin-left: 8px;
	}
	.site-header .wrapper,
	.wrapper,
	.hfeed.site {
		min-width: inherit;
		width: auto;
	}
	.home-link {
		width: 128px;
		margin-left: 12px;
	}
	.site-header .search-box {
		top: 38px;
		height: 30px;
	}
	.site-header .search-box i {
		font-size: 17px;
		height: 30px;
		line-height: 28px;
		width: 30px;
	}
	.site-header .search-box input {
		font-size: 15px;
		height: 30px;
		max-width: 140px;
	}
	.mob-contact {
		display: block;
		float: left;
		margin: 6px 0 0 10px;
	}
	.mob-contact a {
		font-weight: 500;
		font-size: 11px;
		line-height: 1em;
		color: #ffffff;
	}
	.mob-contact i {
		color: #00abeb;
		display: inline-block;
		font-size: 14px;
		position: relative;
		text-align: center;
		top: 1px;
		width: 18px;
	}
	.menu-tog {
		color: #ffffff;
		cursor: pointer;
		display: block;
		float: right;
		font-size: 24px;
		padding: 6px 15px 6px 0;
	}
	.main-navigation ul li {
		width: 50%;;
		padding-right: 20px;
		padding-left: 0;
		float: left;
		background: none;
		overflow: hidden;
	}
	.main-navigation ul li a {
		border-bottom: 1px solid #555555;
		font-size: 13px;
		color: #ffffff;
		line-height: 35px;
		display: block;
		padding-left: 10px;
	}
	.footer-menu li:nth-child(3) a,
	.footer-menu li:nth-child(4) a {
		border: none;
	}
	.destination-menu span {
		display: block;
		height: 35px;
		line-height: 35px;
		padding: 0 0 0 20px;
		text-transform: uppercase;
		width: 100%;
		margin: 0;
		box-shadow: none;
	}
	.destination-menu span:after {
		font-size: 16px;
	    margin-left: 8px;
    	right: auto;
    	top: 8px;
		color: #333333;
		display: none;
	}
	.menu-destination-container {
		display: none;
		left: 0;
		padding: 10px 0 10px 20px;
		right: 0;
		height: 650px;
	}
	.menu-destination-container > ul {
		margin: 0;
		padding: 0;
	}
	.destination-menu .menu-destination-container {
		display: block;
		position: static;
		width: auto;
		margin: 0;
		background: #2f474f url(images/menu_bg.jpg) no-repeat center;
		background-size: cover;
	}
	.destination-menu.active span:after {
		content: "\f0d8";
	}
	.menu-destination-container .sub-menu,
	.menu-destination-container > ul > li:hover .sub-menu {
		display: none;
	}
	.menu-destination-container > ul > li {
		margin: 0;
		background: none;
		position: static;
    	width: 50%;
    	padding: 0 20px 0 0;
    	float: left;
    	overflow: hidden;
	}
	.menu-destination-container > ul > li > a {
		margin: 0;
		width: 100%;
		position: relative;
		height: auto;
	    border-bottom: 1px solid #ffffff;
	    font-size: 13px;
	    color: #ffffff;
	    line-height: 35px;
	    display: block;
	    padding-left: 10px;
	}
	.menu-destination-container > ul > li:nth-child(7) > a,
	.menu-destination-container > ul > li:nth-child(8) > a {
		border-bottom: none;
	}
	/*.menu-destination-container > ul > li > a:before {
		color: #00abeb;
		content: "\f0da";
		display: inline-block;
		font-family: FontAwesome;
		font-size: 13px;
		height: 33px;
		left: 0;
		line-height: 30px;
		position: absolute;
		top: 0;
		z-index: 0;
	}
	.menu-destination-container .menu-item-has-children.current-menu-item > a,
	.menu-destination-container .current-menu-ancestor > a,
	.menu-destination-container .active > a {
		background: #00abeb;
		margin-left: -20px;
		padding-left: 32px;
		position: relative;
		z-index: 10;
		width: 212px;
		color: #ffffff;
	}
	.menu-destination-container .menu-item-has-children.current-menu-item > a:after,
	.menu-destination-container .current-menu-ancestor > a:after,
	.menu-destination-container .active > a:after {
		display: block;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		height: 0;
		border-bottom: 16px solid #000000;
		border-left: 16px solid  #00abeb;
		border-top: 17px solid  #000000;
	}*/
	.menu-destination-container .current-menu-item .sub-menu,
	.menu-destination-container .current-menu-ancestor .sub-menu,
	.menu-destination-container .active .sub-menu {
		display: none !important;
		position: absolute;
		background: #000000;
		left: 196px;
		top: 40px;
		right: 0;
		padding: 10px 0 15px 20px;
		height: 500px;
	}
	.menu-destination-container > ul > li li {
		margin: 0;
	}
	.menu-destination-container .sub-menu a {
		border-bottom: 1px solid #555555;
		color: #ffffff;
		display: block;
		font-size: 13px;
		line-height: 22px !important;
		padding: 5px 5px 5px 10px;
	}
	.menu-destination-container > ul > li li:last-child a {
		border: none;
	}
	.menu-destination-container .sub-menu .current-menu-item a {
		color: #33ccff;
	}
	.main-banner article {
		bottom: 0;
	}
	.main-banner {
		height: 240px;
	}
	.main-banner h2,
	.main-banner .author,
	.main-banner p,
	.main-banner:after {
		display: none;
	}
	.mobile-main-post {
		display: block;
		position: relative;
	}
	.main-banner .region {
		padding: 0 15px 0 20px;
		font-size: 13px;
		line-height: 25px;
		height: 25px;
		margin-bottom: 0;
	}
	.mobile-main-post {
		padding-bottom: 30px;
		margin: 14px 20px 27px;
	}
	.mobile-main-post h2 {
		font-size: 24px;
		margin-bottom: 6px;
		line-height: 1.2em;
		color: #333333;
	}
	.mobile-main-post .author {
		display: inline-block;
		font-size: 13px;
		margin-bottom: 6px;
	}
	.mobile-main-post p {
		margin-bottom: 10px;
	}
	.mobile-main-post:after {
		background: #ffffff url(images/divider_dots.png);
		bottom: 0;
		left: -20px;
		right: -20px;
		content: "";
		display: block;
		height: 10px;
		position: absolute;
	}
	.story-top {
		margin: 0 20px;
	}
	.story-img {
		margin: 0 0 10px;
	}
	.story-img img {
		width: 100%;
		height: auto;
	}
	.story-top article {
		margin-bottom: 28px;
	}
	.story-top h3 {
		font-size: 20px;
		width: auto;
		margin: 0 0 4px;
		display: block;
		float: none;
	}
	.story-top .info a,
	.story-mid .info a {
		font-size: 13px;
	}
	.story-top .info span,
	.story-mid .info span {
		font-size: 13px;
		padding: 0;
	}
	.story-top .info {
		margin-bottom: 6px;
	}
	.story-top p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.story-mid {
		padding: 28px 20px;
	}
	.story-mid .big {
		width: 100%;
	}
	.story-mid .big h3 {
		font-size: 18px;
		margin: 8px 0 2px;
	}
	.story-mid .small {
		float: left;
		margin-right: 6%;
		width: 47%;
		margin-top: 18px;
	}
	.story-mid .small:last-child {
		margin-right: 0;
	}
	.story-mid .small h3 {
		font-size: 12px;
		margin: 5px 0 0;
	}
	.home-form {
		height: 460px;
		margin: 10px 0;
	}
	.form-logo {
		width: 100%;
		height: 192px;
		padding-top: 152px;
	}
	.home-form:after {
	    height: 268px;
		left: 0;
		margin: 0;
		right: 0;
		top: 192px;
	}
	#field_1_5 {
		font-size: 14px;
	}
	#gform_1 .gform_button {
    	padding: 0 25px 0 20px !important;
	}
	.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required {
    	margin: 0 !important;
	}
	.form-logo:after {
	    margin-left: -88px;
	    top: 5px;
	    width: 176px;
	    height: 140px;
	}
	.form-logo h2 {
		font-size: 15px;
	}
	.form-content {
		padding: 35px 20px;
	}
	.form-content {
		height: 268px;
		overflow: hidden;
		padding: 30px 20px;
		width: auto;
	}
	.form-content h2 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.form-content p {
		font-size: 14px;
		margin-bottom: 14px;
	}
	.form-content .gform_body ul li:first-child,
	.form-content .gform_body ul li:first-child + li {
		width: 50% !important;
		padding-right: 12px !important;
	}
	.form-content .gform_body ul li:first-child + li + li {
		padding-right: 0 !important;
	}
	.form-content .gform_body ul li:first-child + li {
		padding-right: 0 !important;
	}
	.form-content .gform_wrapper .gform_body .top_label input.medium,
	.form-content .gform_wrapper .top_label select.medium,
	.form-content .gform_wrapper .ginput_complex input {
		font-size: 13px;
		height: 30px;
		margin-bottom: 12px;
		padding: 4px 8px;
		width: 100%;
	}
	.form-content .gform_button {
		font-size: 13px !important;
		height: 30px;
		line-height: 30px;
		padding: 0 20px 0 10px;
		width: 100% !important;
	}
	.form-content .gform_footer {
		width: 30% !important;
	}
	.form-content .gform_wrapper .gform_footer:after {
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		right: 14px;
	}
	.home-title {
		font-size: 22px;
		line-height: 34px;
		height: 34px;
	}
	.pop-posts .home-title {
		margin-bottom: 22px;
	}
	.bio {
		margin-bottom: 10px;
	}
	.pop-posts .wrapper {
		margin: 0 20px;
	}
	.pop-posts img {
		width: 100%;
	}
	.pop-posts a div {
		max-height: 100%;
	}
	.pop-posts article {
		margin-bottom: 12px;
		width: 48%;
	}
	.pop-posts article p {
		font-size: 13px;
		padding: 0 20px;
	}
	.pop-posts article h3 {
		font-size: 12px;
		font-weight: 500;
		height: 21px;
		line-height: 21px;
		padding: 0 8px;
	}
	.pop-posts {
		padding-bottom: 20px;
	}
	.pop-posts:after {
		height: 10px;
	}
	.editor-picks {
		padding: 20px 10px 30px;
	}
	.editor-picks h1 {
		font-size: 22px;
		margin-bottom: 22px;
		text-align: center;
	}
	.editor-row {
		width: auto;
	    margin-bottom: 5px;
	    display: inline;
	    float: none;
	}
	.editor-row article,
	.editor-row article:last-child {
		width: calc(50% - 20px);
		margin: 0 10px 25px;
		float: left;
	}
	.editor-row article h3 {
		font-size: 13px;
		margin-bottom: 5px;
		overflow: hidden;
		min-height: 30px;
	}
	.editor-row article a {
		font-size: 11px;
	}
	.editor-row article img {
		margin-bottom: 6px;
	}
	.editor-rgt a {
		width: 40%;
		margin: 15px 5% 20px;
	}
	.editor-rgt img {
		margin: 0;
		width: 95%;
		float: left;
	}
	.editor-rgt a:last-of-type img {
		float: right;
	}
	#home_finder {
		width: 100%;
	}
	.the-blog {
		padding: 0 20px;
		height: 33px;
	}
	.the-blog h1 {
		font-size: 13px;
		line-height: 31px;
	}
	.the-blog .to-main {
		display: block;
		font-size: 0;
		line-height: 35px;
		height: 33px;
	}
	.the-blog .to-main span {
		font-size: 11px;
		text-transform: uppercase;
	}
	.the-blog-posts {
		padding: 20px 0 40px;
		margin: 0 20px 15px;
		background-size: 200% auto;
	}
	.the-blog-section {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
	}
	.the-blog-section h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.the-blog-section h3 {
		font-size: 13px;
		margin-bottom: 0;
	}
	.the-blog-section .the-author {
		font-size: 11px;
	}
	.the-blog-section article {
		margin-bottom: 16px;
	}
	.footer-rgt {
		left: 20px;
		right: 20px;
		top: 145px;
		width: auto;
	}
	.footer-rgt * {
		display: none;
	}
	.footer-button {
		width: 100%;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
	}
	.footer-rgt span {
		display: block;
	}
	.footer-lft {
		width: 100%;
		padding: 0 20px;
	}
	.footer-to-main img {
		width: 146px;
		margin-bottom: 15px;
	}
	.sm {
		margin-bottom: 125px;
	}
	.sm a {
		width: 30px;
		height: 30px;
	}
	.sm li {
		padding-right: 9px;
	}
	.sm .f a {
		background: url(images/sm.png) no-repeat;
		background-size: auto 30px;
	}
	.sm .t a {
		background: url(images/sm.png) -35px 0 no-repeat;
		background-size: auto 30px;
	}
	.sm .r a {
		background: url(images/sm.png) -70px 0 no-repeat;
		background-size: auto 30px;
	}
	.sm .p a {
		background: url(images/sm.png) -107px 0 no-repeat;
		background-size: auto 30px;
	}
	.footer-50 {
		right: 20px;
		top: -12px;
	}
	.footer-50 img {
		width: 130px;
	}
	.footer-mid h2 {
		font-size: 17px;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-mid a {
		width: 45%;
		margin-right: 5%;
		margin-bottom: 5px;
	}
	.footer-mid {
		padding: 0 20px;
	}
	.footer-mid a img {
		width: 50px;
		margin-right: 10px;
	}
	.footer-mid a span {
		font-size: 14px;
	}
	.footer-bottom {
		padding-top: 72px;
	}
	.footer-bottom:before {
		height: 72px;
	}
	.footer-contact {
		bottom: 36px;
		left: 0;
		padding: 0;
		position: absolute;
		text-align: center;
    	width: 100%;
	}
	.footer-contact a {
		color: #ffffff;
		display: inline-block;
		font-size: 12px;
		font-weight: 500;
		line-height: 1em;
		padding: 0 6px;
	}
	.copy-menu {
		font-size: 9px;
		text-align: center;
		width: 100%;
		padding: 38px 0 15px;
	}
	.copy-menu p {
		font-size: 9px;
		height: 9px;
		padding-left: 5px;
		position: relative;
		top: 2px;
		width: 170px;
	}
	.copy-menu a {
		font-size: 9px;
	}
	.rec-title {
		display: none;
	}
	.join-more {
		padding: 15px 20px 2px;
	}
	.join-more h3 {
		font-size: 12px;
		line-height: 1.3em;
		margin: 0 0 15px;
	}
	.alm-load-more-btn {
		font-size: 14px;
		height: 35px;
		margin-bottom: 25px;
	}
	.alm-btn-wrap::after {
		font-size: 16px;
		line-height: 35px;
		margin-left: 86px;
	}
	.join-more .gform_body ul li {
		padding-right: 6px !important;
		width: 65% !important;
	}
	.join-more .gform_wrapper {
		height: 25px !important;
		width: auto !important;
	}
	.join-more .gform_wrapper .gform_body .top_label input.medium {
		font-size: 13px;
		height: 30px;
		margin-bottom: 15px;
		padding: 4px 8px;
		width: 100%;
	}
	.join-more .gform_button {
		font-size: 13px !important;
		height: 30px;
		line-height: 30px;
		padding: 0 20px 0 10px;
		width: 100% !important;
	}
	.join-more .gform_footer {
		width: 35% !important;
	}
	.join-more .gform_wrapper .gform_footer:after {
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		right: 14px;
	}
	.gform_confirmation_wrapper > div {
		font-size: 13px;
		margin-bottom: 10px;
		text-align: center;
	}
	.post-banner,
	.small-banner.post-banner {
		height: 240px;
	}
	.video-banner {
		display: block;
	}
	.trip_video {
		display: none;
	}
	.post-wrapper {
		padding: 0 20px;
	}
	.post-top {
		padding: 0 20px;
	}
	.post-top {
		margin-top: 25px;
	}
	.no-banner.post-top {
		margin-top: 40px;
	}
	.post-top h1,
	.about-content .post-top h1 {
		font-size: 22px;
		margin-bottom: 14px;
		line-height: 1.3em;
	}
	.about-content .post-top h2 {
		font-size: 20px;
		margin-bottom: 12px;
		line-height: 1.3em;
	}
	.about-content .post-top .alignleft {
		width: 100% !important;
		height: auto !important;
		margin: 0 0 14px;
	}
	.post-top .author {
		font-size: 12px;
		margin-bottom: 13px;
	}
	.post-top .author a {
		font-size: 14px;
		line-height: 14px;
		margin-left: 2px;
	}
	.post-top .region {
		font-size: 12px;
		margin-bottom: 18px;
	}
	.post-top .region a {
		font-size: 12px;
	}
	.post-content p {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.the-warmth-wrapper {
		padding: 135px 20px 0;
		width: auto;
	}
	.the-warmth-wrapper:after {
		background-size: 100% auto;
		height: 150px;
		left: 50%;
		margin-left: -75px;
		top: 5px;
		width: 160px;
	}
	.the-warmth-wrapper h2 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.the-warmth-wrapper .to-det {
	    font-size: 14px;
	    height: 40px;
	    line-height: 40px;
	    width: 222px;
	}
	.mid-banner {
		margin-bottom: 23px;
	}
	.tags {
		background-size: 200% auto;
		margin: 0 20px 25px;
		padding: 0 0 50px;
		width: auto;
	}
	.tags a {
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 5px;
	}
	.tags a:before {
		font-size: 17px;
		line-height: 17px;
	}
	.post-author img {
		width: 80px;
		margin-right: 12px;
	}
	.post-author-rgt {
		width: calc(100% - 95px);
	}
	.post-author-rgt h4 {
		font-size: 15px;
		margin-bottom: 10px;
		line-height: 1em;
	}
	.photo-credits h4 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.photo-credits {
		margin-bottom: 20px;
		padding: 0;
		text-align: left;
	}
	.photo-credits h4 i {
		margin-right: 5px;
	}
	.photo-credits ul li,
	.photo-credits p {
		font-size: 11px;
		line-height: 1.8em;
	}
	.comments-button {
		margin-bottom: 20px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.comments-button i {
		margin-left: 5px;
	}
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 0.5em 0;
	}
	.comments-title,
	.comment-reply-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.comment-form-author,
	.comment-form-email {
		width: 100%;
		margin: 0 0 14px !important;
	}
	.comment-form label {
		font-size: 14px;
		line-height: 2em;
	}
	.comment-form input[type="text"],
	.comment-form input[type="email"] {
		font-size: 13px;
		height: 30px;
		padding: 5px 8px;
	}
	.comment-form textarea {
		height: 100px;
	}
	.form-submit .submit {
		font-size: 11px;
		height: 31px;
		padding: 0 22px;
		margin-bottom: 10px;
	}
	.comment-form-comment {
		margin-bottom: 15px;
	}
	.comment-list * {
		font-size: 14px;
	}
	.editor-picks.post-editor {
		padding: 30px 10px 20px;
	}
	.editor-picks.post-editor:after {
		height: 10px;
		left: 0;
	}
	.post-editor h2,
	h2.cta-title {
		font-size: 16px;
		line-height: 1.3em;
		margin-bottom: 23px;
	}

	h2.cta-title {
	    margin-bottom: 20px;
	}
	h2.cta-title span {
		padding: 0 10px;
	}
	h2.cta-title:after {
	    bottom: 4px;
	    height: 14px;
	}
	.with-cta:after {
		bottom: -25px;
	}
	.post-editor .editor-row article:nth-child(3) {
		display: block;
	}
	.post-content img {
		max-width: 100%;
		height: auto !important;
	}
	.author-wrapper {
		width: auto;
	}
	.about-author {
		margin: -25px 0 25px;
		padding: 30px 20px 35px;
	}
	.about-author img {
		width: 80px;
		margin-right: 15px;
		-webkit-box-shadow: 0 2px 2px #666666;
		-moz-box-shadow: 0 2px 2px #666666;
		box-shadow: 0 2px 2px #666666;
	}
	.author-rgt {
		width: calc(100% - 95px);
	}
	.about-author h2 {
		font-size: 16px;
		line-height: 1.2em;
		margin-bottom: 6px;
	}
	.about-author:after {
		left: 0;
	}
	.about-author p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.author-rgt a {
		display: block;
		float: left;
		font-size: 14px;
		line-height: 1.5em;
		clear: both;
	}
	.author-rgt a:last-child {
		border: none;
		margin: 0;
		padding: 0;
	}
	.search-top {
		padding-top: 70px;
	}
	.search-top .search-box input[type="text"] {
		font-size: 13px;
		height: 30px;
		margin-right: 2%;
		padding: 0 5px 0 30px;
		width: 73%;
	}
	.search-top .search-box #searchsubmit {
		width: 25%;
		padding: 0;
		font-size: 13px;
		height: 30px;
	}
	.search-top .search-box i {
		font-size: 18px;
		left: 8px;
		line-height: 28px;
	}
	.search-top h2 {
		font-size: 16px;
		line-height: 1.6em;
		margin: 20px 0 25px;
		padding: 5px 0;
	}
	.search-body article img {
		margin: 0 0 12px;
		width: 100%;
	}
	.search-body article .story-img {
		margin: 0;
	}
	.search-body article .button {
		margin-right: 0;
		float: left;
	}
	.post-link {
		font-size: 14px;
	}
	.post-link i {
		font-size: 15px;
	}
	.search-body article {
		margin-bottom: 30px;
		overflow: hidden;
	}
	.search-body article h3 {
		margin-bottom: 8px;
	}
	.search-body {
		padding-bottom: 10px;
	}
	.newsletter-body {
	    left: 10px;
	    margin: 0 !important;
	    right: 10px;
	    top: 50px;
	    width: auto;
	    padding: 30px 20px 20px;
	}
	.slow-logo {
		width: 100%;
    	margin-bottom: 10px;
	}
	#colophon .newsletter-body .gform_wrapper,
	#colophon .newsletter-body .gform_confirmation_wrapper {
		position: static;
	    width: 100%;
	}
	#colophon .footer-top .newsletter-body .gform_wrapper ul li.gfield {
	    width: 100% !important;
	    margin: 0 0 15px !important;
	}

	#colophon .footer-top .newsletter-body .gform_wrapper ul li#field_3_5 {
	    width: calc(100% - 20px) !important;
	    margin-top: -36px !important;
	    margin-left: 15px !important;
    	font-size: 15px;
	}
	#colophon .newsletter-body .gform_wrapper ul li.gfield input {
	    border-width: 1px;
	    padding: 10px;
	    font-size: 15px;
	}
	#colophon .newsletter-body .gform_footer .gform_button {
	    font-size: 16px !important;
	    height: 52px;
	}
	#colophon .newsletter-body .gform_footer {
		width: 100%;
	}
	#colophon .newsletter-body .gform_footer:after {
	    left: 4px;
	    top: 4px;
	    bottom: 4px;
	    right: 4px;
	    border: 2px solid #ffffff;
	}
	#colophon .newsletter-body h2 {
	    margin: 10%;
	    width: 80%;
	    text-align: center;
	    font-size: 17px;
	    margin-bottom: 5px;
	    padding-top: 120px;
	}
	#colophon .newsletter-body h2:after {
		background-size: auto 100%;
	    height: 130px;
	    width: 100%;
	    top: -20px;
	}
	#colophon .newsletter-body p {
	    width: 100%;
	    text-align: center;
	    font-size: 14px;
	}
	.newsletter-close {
		padding: 0;
		top: 10px;
		right: 10px;
		z-index: 99;
		font-size: 0;
		width: 25px;
		height: 25px;
	}
	.newsletter-close:after {
		content: "X";
		color: #ffffff;
		font-size: 18px;
		line-height: 25px;
		height: 25px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 25px;
		text-align: center;
	}
	.finder_item select {
		width: calc(100vw - 80px) !important;
	}
	.search-item-rgt {
		width: auto;
	}
	.gallery-slider .item {
		height: 300px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.gallery-slider .owl-prev,
	.gallery-slider .owl-next {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 25px;
	    top: 130px;
	    left: 10px;
	}
	.gallery-slider .owl-next {
		right: 10px;
		left: auto
	}
	.gallery-slider .owl-dot {
	    display: inline-block;
	    margin: 0 4px;
	}
	.gallery-slider .owl-dots {
	    padding: 12px;
	}
	.with-cta {
		background: none;
	}
	.with-cta .the-warmth-wrapper {
		padding: 0;
	}
	.the-warmth-wrapper .lft,
	.the-warmth-wrapper .rgt {
		width: 100%;
		padding: 35px;
	}
	.the-warmth-wrapper .lft {
		background: #ececec;
	}
	.the-warmth-wrapper .rgt {
		background: #0b3d5b;
	}
	.with-cta .the-warmth-wrapper:after,
	.with-cta:before {
		display: none;
	}
	.with-cta.the-warmth {
		padding-bottom: 15px;
	}
	.with-cta:after {
		height: 15px;
	}
	.with-cta .the-warmth-wrapper h2 {
	    font-size: 22px;
	    margin-bottom: 12px;
	}
	.top-title h3 {
	    font-size: 25px;
	    margin-top: 0;
	    margin-bottom: 0;
	    margin-left: 0;
	    padding-left: 20px;
	}
	.magazine-banner {
		height: 280px;
	}
	.column .alm-reveal {
	    margin: 0;
	}
	.column .story-top article {
	    width: 100%;
	    margin: 0 0 25px;
	    border: 5px solid #ccc;
	}
	.column .story-top h3 {
		font-size: 24px;
		height: inherit;
	}
}
@media (max-width: 580px) {
	#gform_wrapper_1 .gform_footer {
    	clear: both !important;
	}
	.form-content {
    	height: 298px;
    	padding: 25px 20px;
	}
	.home-form:after {
    	height: 298px;
	}
	.home-form {
		height: 490px;
	}
}
@media (max-width: 370px) {
	#colophon .newsletter-body h2:after {
	    height: 100px;
	    top: -5px;
	}
	#colophon .newsletter-body h2 {
	    text-align: center;
	    font-size: 15px;
	    margin-bottom: 2px;
	    padding-top: 102px;
	}
	#colophon .newsletter-body p {
	    font-size: 13px;
	}
	#colophon .newsletter-body h2 {
		margin-top: 25px;
	}
	.menu-destination-container > ul > li {
		width: 148px;
	}
	.home-link {
		width: 105px;
		margin-left: 5px;
	}
	.mob-contact a {
    	font-size: 10px;
	}
	.menu-tog {
		padding: 6px 10px;
	}
	.copy-menu * {
		margin: 5px 0;
	}
	.footer-contact {
		bottom: 44px;
	}
	.main-navigation {
		padding-left: 10px;
	}
	.main-navigation ul li a {
		font-size: 11px;
	}
	.menu-destination-container .current-menu-item .sub-menu,
	.menu-destination-container .current-menu-ancestor .sub-menu,
	.menu-destination-container .active .sub-menu {
		left: 160px;
		padding: 10px 0 10px 15px;
	}
	.menu-destination-container .menu-item-has-children.current-menu-item > a,
	.menu-destination-container .current-menu-ancestor > a,
	.menu-destination-container .active > a {
		width: 177px;
	}
	.menu-destination-container > ul > li > a {
		font-size: 11px;
	}
	.menu-destination-container .sub-menu a {
		font-size: 11px;
		line-height: 26px;
	}
	.main-navigation {
		padding: 34px 0 20px 20px;
		height: 297px;
	}
	.destination-menu {
		top: 225px;
	}
	.main-navigation {
		height: 188px;
	}
	.form-content .gform_footer {
    	width: 40% !important;
	}
	.form-content p {
    	font-size: 13px;
    	margin-bottom: 10px;
	}
	.form-content {
	    padding: 18px 20px;
	}
	.form-content h2 {
	    font-size: 14px;
	    margin-bottom: 6px;
	}
	#field_1_5 {
    	font-size: 13px;
	}
}
@media (max-height: 420px) {
	.newsletter-body {
		padding-top: 10px;
	}
	.newsletter-body:after {
		display: none;
	}
	.destination-menu,
	.active-menu .destination-menu {
		display: none;
	}
	.the-blog h1,
	.the-blog .to-main span {
		font-size: 10px;
	}
	#colophon .newsletter-body h2,
	#colophon .newsletter-body p {
		display: none;
	}
	#colophon .newsletter-body .gform_wrapper,
	#colophon .newsletter-body .gform_confirmation_wrapper {
		margin-top: 45px;
	}
}

/*FLOATING CTA BUTTON*/
.blog-floating-cta {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.blog-floating-cta ul {
    margin: 0;
    list-style: none;
    background-color: #00abeb;
    padding:10px 5px;
}

.blog-floating-cta ul li {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 12px;
    max-width: 70px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.blog-floating-cta ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration:none;
    margin:10px 0;
    transition: transform 1s;
}

.blog-floating-cta ul li a:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.blog-floating-cta ul li span {
    display: block;
    width: 100%;
}

.blog-floating-cta ul li span i {
    font-size:32px;
    margin-bottom:10px;
    font-weight:100;
}

.blog-floating-cta ul li em {
    font-style: normal;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
    display:block;
}

@media (max-width: 740px) {
	.blog-floating-cta {
	    display:none;
	}
}

.to-main{
	margin-top:0 !important;
}

.scroll-hide li:last-child a {
    margin-bottom:0 !important;
}

.scroll-hide em {
    display:none !important;
}

/*FLOATING CTA BUTTON*/
