/* UNIVERSAL */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    font-family: "nudista-web", "Helvetica";
    color: #537874;
    letter-spacing: 1px;
    background-color: #fff;
/*
    overflow-x: hidden;
    overflow-y: auto;
*/
/*   	overflow-y: scroll; */
    transform: translate3d(0,0,0);
}

.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;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
ol {
    padding: 10px 20px;
}
ol li {
    list-style: decimal;
    margin: 5px auto;
    color: #87a29f;
    font-size: 17px;
    line-height: 24px;
    padding: 10px;
}
.two_thirds ul {
    padding: 10px 20px;
}
.two_thirds ul li {
    list-style: circle;
    margin: 5px auto;
    color: #87a29f;
    font-size: 17px;
    line-height: 24px;
    padding: 10px;
}

a,
p a {
	text-decoration: none;
    color: #87a29f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
a:hover,
a:focus,
p a:hover,
p a:focus  {
    color: #537874;
}

.two_thirds a {
	color: #537874;
	font-weight: 600;
}

.two_thirds a:hover,
.two_thirds a:focus {
	color: #f37564;
}

p {
    margin: 5px auto;
    color: #87a29f;
    font-size: 17px;
    line-height: 24px;
}
.txt_C {
    text-align: center;
    text-indent: 0;
}
.txt_J {
    text-align: justify;
    text-indent: 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.txt_L {
    text-align: left;
}
.txt_R {
    text-align: right;
}
.ofHidden {
    overflow: hidden;
}
.hide {
    display: none;
}
.upper {
    text-transform: uppercase;
}
.lower {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.case_norm {
    text-transform: none;
}
.hand {
    cursor: pointer;
}
.img_100 img {
    width: 100%;
}
p img {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-bottom: 2rem;
}

.sponsors p img {
	max-width: inherit;
}

.bg_img {
    background-size: cover;
}
.underline.dark {
    background-color: #D6D6D6;
}
.iblock {
    display: inline-block;
}
.center_block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.ta {
    display: table;
}
.tr {
    display: table-row;
}
.ta .tc {
    display: table-cell;
}
.ta .tc.m {
    vertical-align: middle;
}
.ta .tc.t {
    vertical-align: top;
}
.vATT {
    vertical-align: text-top;
}
.vAT {
    vertical-align: top;
}
.vAS {
    vertical-align: sub;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.hide {
    display: none;
}
.inherit {
    display: inherit;
}
.txt_cont {
    text-align: center;
    width: 100%;
    padding-right: 15%;
    padding-left: 15%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    display: table;
    z-index: 1;
    position: relative;
}
.txt_cont_sidebar {
    text-align: left;
    width: 100%;
    padding-right: 15%;
    padding-left: 15%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    position: relative;
}
.txt {
    display: table-cell;
    vertical-align: middle;
}

.hero .txt_cont .txt_white {
	padding-right: 15%;
    padding-left: 15%;
}

.hashtag_sm {
    height: 130px;
}
.hashtag_md {
    height: 220px;
}
.hashtag.txt_cont {
	padding: 0;
	z-index: 0;
}

.hashtag.txt_cont .hashtag_md {
    margin-bottom: 200px;
}

@media (max-width: 1150px) {
	.main_map .p21 p {
		font-size: 17px;
		line-height: 24px;
	}

	.main_map .mT_50 {
		margin-top: 40px;
	}

}

@media (max-width: 1100px) {

	.main_map .mT_50 {
		margin-top: 30px;
	}

}

@media (max-width: 991px) {


    .hashtag_md {
        height: 180px;
    }
    .ta .tc.w50 {
        width: 100%;
        float: left;
    }
/*

	.main_map .tc:first-of-type {
		display: table-footer-group;
		float: none;
	}

	.main_map .tc:nth-of-type(2) {
		display: table-header-group;
		margin-bottom: 50px
	}
*/

    .sec_home #map {
	    height: 600px;

    }
}
@media (max-width: 768px) {
    .hashtag_md {
        height: 160px;
    }
    .hashtag_sm {
        height: 100px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 650px) {
    .hashtag_md {
        height: 130px;
    }
    .hashtag_sm {
        height: 85px;
    }
    .sec_home #map {
	    height: 300px;
    }

}
@media (max-width: 550px) {
    .hashtag_md {
        height: 100px;
    }
    .hashtag_sm {
        height: 75px;
    }
    ol li {
        font-size: 14px;
        line-height: 22px;
    }
    .two_thirds ul li {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 414px) {
    .hashtag_md {
        height: 80px;
    }
    .hashtag_sm,
    .business_hashtag {
        height: 60px;
    }
}


@media (max-width: 380px) {
    .hashtag_md {
        height: 70px;
    }
    .hashtag_sm,
    .business_hashtag {
        height: 55px;
    }
}


.w100,.w95,.w90,.w85,.w80,.w75,.w70,.w65,.w60,.w55,.w50,.w48,.w47,.w46,.w45,.w40,.w35,.w33,.w30,.w25,.w20,.w15,.w10,.w5,.w0 {
    width: 100%;
}
.wGutter {
    padding-right: 0;
}
.wGutterPort:nth-of-type(odd) {
    margin-right: 4%;
}
.wGutterSquare:nth-of-type(1) {
    margin-right: 5%;
}
.wGutterSquare:nth-of-type(3) {
    margin-left: 5%;
}
.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%;}
    .w75 {width: 75%;}
    .w70 {width: 70%;}
    .w65 {width: 65%;}
    .w64 {width: 64%;}
    .w60 {width: 60%;}
    .w55 {width: 55%;}
    .w50 {width: 50%;}
    .w48 {width: 48%;}
    .w47 {width: 47%;}
    .w46 {width: 46%;}
    .w45 {width: 45%;}
    .w40 {width: 40%;}
    .w36 {width: 36%;}
    .w35 {width: 35%;}
    .w33 {width: 33%;}
    .w30 {width: 30%;}
    .w25 {width: 25%;}
    .w20 {width: 20%;}
    .w15 {width: 15%;}
    .w10 {width: 10%;}
    .w5 {width: 5%;}
    .w0 { width: 0%;}
    .wGutter.left {
        padding-right: 2.5%;
    }
    .wGutter.right {
        padding-left: 2.5%;
    }
    .wMblHide {
        display: block;
    }
    .wMblShow {
        display: none;
    }
}
.mAuto {
    margin: 0 auto;
}
#master {
    width: 100%;
    height: auto;
    position: relative;
}
@media (max-width: 650px) {
    img.w35 {
        width: 35%;
    }
}
/* FONTS */

.h1 {
    font-size: 27px;
    line-height: 31px;
    letter-spacing: 2px;
    color: #86a4a2;
    font-weight: 300;
}
.h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .15em;
    color: #fff;
}
.h2.green {
    color: #67807e;
}
.h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .15em;
    color: #86a4a2;
}
.h4 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    color: #4b5f5d;
    padding-bottom: 6px;
    border-bottom: solid 2px #eff9fa;
    margin-bottom: 20px;
}
.h15 {
    font-size: 15px;
    text-transform: uppercase;
    color: #537874;
}
.h18 {
    font-weight: 600;
    color: #537874;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
}
.h19 {
    font-size: 19px;
}
.h24 {
    font-size: 24px;
    color: #77a6a5;
}
.h30 {
    font-size: 30px;
    line-height: 36px;
    color: #537874;
    letter-spacing: 2px;
}
.desc,
.desc p {
    color: #686868;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 24px;
}
.upper {
    text-transform: uppercase;
}
.bold {
    font-weight: 600;
}
.normal {
    font-weight: 400;
}
.light {
    font-weight: 300;
}
.letS1 {
    letter-spacing: 1px;
}
.letS2 {
    letter-spacing: 2px;
}
.letS3 {
    letter-spacing: 3px;
}
p strong,
p b {
    font-weight: 600;
}
.top_desc p strong,
.bottom_desc p strong {
    font-size: 23px;
    line-height: 30px;
    color: #537874;
    font-weight: 300;
}
.top_desc p em,
.bottom_desc p em {
    font-size: 15px;
    color: #537874;
    font-weight: 600;
    text-transform: uppercase;
    font-style: inherit;
    letter-spacing: 2px;
}
.p12,
.p12 p {
    font-size: 12px;
    line-height: 15px;
}

.p14,
.p14 p {
    font-size: 14px;
    line-height: 17px;
}
.p15 {
    color: #77a6a5;
    font-size: 15px;
    line-height: 24px;
}
.p17 {
    font-size: 17px;
    line-height: 23px;
}
.p18 {
    font-size: 18px;
    line-height: 26px;
    color: #77a6a5;
}
.p19 {
    font-size: 19px;
    line-height: 27px;
}
.p20 {
    font-size: 20px;
    line-height: 28px;
    color: #537874;
    letter-spacing: 2px;
}
.p21,
.p21 p {
    font-size: 21px;
    line-height: 30px;
    color: #77a6a5;
    letter-spacing: 2px;
}
.p23,
.p23 p {
    font-size: 23px;
    line-height: 30px;
}
.p24 {
    font-size: 24px;
    line-height: 32px;
}
.p26 {
    font-size: 26px;
    line-height: 34px;
}
@media (max-width: 1150px) {
    .news_articles.land_row .p24 {
        font-size: 19px;
        line-height: 27px;
    }
}

@media (max-width: 991px) {
	.p23,
	.p23 p {
	    font-size: 20px;
	    line-height: 25px;
	}
}

@media (max-width: 768px) {

    .top_desc p strong,
    .bottom_desc p strong {
        font-size: 17px;
        line-height: 26px;
    }
    .h30 {
        font-size: 26px;
        line-height: 32px;
    }

	.p21 {
	    font-size: 17px;
	    line-height: 27px;
	}

    .p19 {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 550px) {
    /* 	.top_desc p strong,  */

    .bottom_desc p strong {
        font-size: 15px;
        line-height: 23px;
    }
    .h30 {
        font-size: 24px;
        line-height: 28px;
    }
    .p26 {
        font-size: 20px;
        line-height: 27px;
    }
    .p24 {
        font-size: 19px;
        line-height: 26px;
    }

    .p23,
    .p23 p {
	    font-size: 18px;
		line-height: 24px;
    }

	.p17 {
	    font-size: 15px;
	    line-height: 20px;
	}
}
.sos {
    box-sizing: border-box;
    border: solid 2px red !important;
}
.wide {
    width: 100% !important;
}
.clearer {
    clear: both;
    height: 0;
}
.buff_page {
    min-height: 200px;
}

.txt_white,
.txt_white p {
    color: #fff;
}
.txt_grey {
    color: #686868;
}
.txt_green2 {
    color: #537874;
}
.txt_green3 {
    color: #87a29f;
}
.txt_red {
    color: #f37564;
}
.bg_white {
    background-color: #ffffff;
}
.bg_red {
    color: #fff;
    background-color: #e8513d;
}
.bg_green {
    background-color: #CBE8E4;
}
.bg_green2 {
    background-color: #E5F3F3;
}
.bg_green3 {
    background-color: #f1f9f8;
}
.bg_blue {
    background-color: #dff1ef;
}
.bg_blue2 {
    background-color: #e6f4f4;
}
.bar_left {
    border-left: 2px solid #dff1ef;
    margin: 15px 0 0 7px;
}
.bar_left > p,
.bar_left > div {
    padding-left: 20px;
}
.icon_sm {
    width: 17px;
}
.bgFadeImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
	opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.bgFadeImage.loaded {
    opacity: 1;
}

.bgFadeImage:after  {
	content: " ";
	padding-bottom:100%;
	display: block;
}

.bgFadeImage.bgCatMap:after  {
	content: " ";
	padding-bottom:90%;
	display: block;
}


.sm_img_height {
	height: 240px;
}

.vert-prep {
    display: block;
    position: relative;
    height: inherit;
}
.vert {
    text-align: center;
    display: block;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.valign:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.valigned2 {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.valigned {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.valigned.mobile_cats {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    left: 48%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.valignbox {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.vprep {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.valign2 {
    display: block;
    text-align: center;
    vertical-align: middle;
}
.horz {
    position: relative;
    -webkit-font-smoothing: antialiased;
    left: 50%;
    -ms-transform: translateX(-50%);
    /* IE 9 */

    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */

    transform: translateX(-50%);
}
.submit_button {
    cursor: pointer;
}
.img_100 {
    width: 100%;
}
.img_100 img {
    width: 100%;
}
.img_sm img {
    width: 265px;
    height: 175px;
}
.bg_center {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.mT_10 {
    margin-top: 10px;
}
.mT_20 {
    margin-top: 20px;
}
.mT_30 {
    margin-top: 30px;
}
.mT_40 {
    margin-top: 40px;
}
.mT_50 {
    margin-top: 50px;
}
.mT_60 {
    margin-top: 60px;
}
.mT_70 {
    margin-top: 70px;
}
.mT_90 {
    margin-top: 90px;
}
.mT_100 {
    margin-top: 100px;
}
.mT_140 {
    margin-top: 140px;
}
.mB_10 {
    margin-bottom: 10px;
}
.mB_20 {
    margin-bottom: 20px;
}
.mB_30 {
    margin-bottom: 30px;
}
.mB_40 {
    margin-bottom: 40px;
}
.mB_50 {
    margin-bottom: 50px;
}
.mB_60 {
    margin-bottom: 60px;
}
.mB_70 {
    margin-bottom: 70px;
}
.mB_110 {
    margin-bottom: 120px;
}
.mB_120 {
    margin-bottom: 120px;
}
.mR_5 {
    margin-right: 5px;
}
.mR_10 {
    margin-right: 10px;
}
.mR_20 {
    margin-right: 20px;
}
.mR_70 {
    margin-right: 70px;
}
.mR_110 {
    margin-right: 110px;
}
.mL_5 {
    margin-left: 5px;
}
.mL_10 {
    margin-left: 10px;
}
.mL_20 {
    margin-left: 20px;
}
.mL_70 {
    margin-left: 70px;
}
.mL_110 {
    margin-left: 110px;
}
.pT_5 {
    padding-top: 5px;
}
.pT_10 {
    padding-top: 10px;
}
.pT_20 {
    padding-top: 20px;
}
.pT_30 {
    padding-top: 30px;
}
.pT_40 {
    padding-top: 40px;
}
.pT_45 {
    padding-top: 45px;
}
.pT_50 {
    padding-top: 50px;
}
.pT_60 {
    padding-top: 60px;
}
.pT_70 {
    padding-top: 70px;
}
.pT_80 {
    padding-top: 80px;
}
.pT_90 {
    padding-top: 90px;
}
.pT_100 {
    padding-top: 100px;
}
.pB_5 {
    padding-bottom: 5px;
}
.pB_10 {
    padding-bottom: 10px;
}
.pB_20 {
    padding-bottom: 20px;
}
.pB_30 {
    padding-bottom: 30px;
}
.pB_40 {
    padding-bottom: 40px;
}
.pB_45 {
    padding-bottom: 45px;
}
.pB_50 {
    padding-bottom: 50px;
}
.pB_60 {
    padding-bottom: 60px;
}
.pB_70 {
    padding-bottom: 70px;
}
.pB_80 {
    padding-bottom: 80px;
}
.pB_90 {
    padding-bottom: 90px;
}
.pB_100 {
    padding-bottom: 100px;
}
.pB_110 {
    padding-bottom: 110px;
}
.pR_10 {
    padding-right: 10px;
}
.pR_15 {
    padding-right: 15px;
}
.pL_20 {
    padding-right: 20px;
}
.pL_5 {
    padding-left: 5px;
}
.pR_5 {
    padding-right: 10px;
}
.pL_10 {
    padding-left: 10px;
}
.pL_15 {
    padding-left: 15px;
}
.pL_20 {
    padding-left: 20px;
}
.pR_45 {
    padding-right: 45px;
}
.pL_45 {
    padding-left: 45px;
}
.pL_245 {
    padding-left: 245px;
}
.def_padding {
    padding: 70px 110px 110px 70px;
}
.sidebar ul.accord,
.directory_sidebar {
    padding: 70px 50px 70px 100px;
    margin: 0 auto;
    width: 100%;
}
.promo_txt {
    padding: 30px 50px 80px 100px;
}
/* SEARCH  */

.search_bar {
    height: 100%;
    width: 100%;
    padding: 26px 100px;
    display: table;
}
.search_bar input {
    width: 90%;
    color: #fff;
    background-color: #e8513d;
    padding-left: 0;
	font-family: "nudista-web", "Helvetica";
    font-size: 18px;
    border: 0;
}
.search_bar input::-webkit-input-placeholder, .search_input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: white;
}
.search_bar input::-moz-placeholder, .search_input::-moz-placeholder {
    /* Firefox 19+ */

    color: white;
}
.search_bar input::-ms-input-placeholder, .search_input::-ms-input-placeholder {
    /* IE 10+ */

    color: white;
}
.search_bar input::-moz-placeholder, .search_input::-moz-placeholder {
    /* Firefox 18- */

    color: white;
}
.search_bar .icon {
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
}
.search_bar .icon.search_events,
.search_bar .icon.search_page {
    position: relative;
    float: right;
    top: 5px;
    color: #fff;
}

.search_input {
	float: right;
    background-color: transparent;
    font-family: "nudista-web", "Helvetica";
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    letter-spacing: 2px;
    border: 0;
    border-bottom: 2px solid #8fc8c5;
    height: 23px;
}

.events_side {
    padding: 0 50px 70px 100px;
    margin: 0 auto;
    width: 100%;
}
@media (max-width: 1150px) {
    .sidebar ul.accord,
    .events_side,
    .directory_sidebar {
        padding: 70px 50px 70px 70px;
    }
    .promo_txt {
        padding: 30px 50px 80px 70px;
    }
    .search_bar {
        padding: 26px 70px;
    }
}
@media (max-width: 991px) {
    .promo .img.img_100 img {
        margin: 0 auto;
        width: auto;
        padding: 0 70px;
    }
}
@media (max-width: 550px) {
    .def_padding {
        padding: 50px 90px 90px 50px
    }
    .sidebar ul.accord,
    .events_side,
    .directory_sidebar {
        padding: 50px 50px 70px 50px;
    }
    .promo_txt {
        padding: 30px 50px 80px 50px;
    }
    .search_bar {
        padding: 26px 50px;
    }
    .promo .img.img_100 img {
        padding: 0;
        width: 100%;
    }
	.mT_20 {
	    margin-top: 5px;
	}
}
@media (max-width: 450px) {
    .def_padding,
    .sidebar ul.accord,
    .directory_sidebar {
        padding: 50px;
    }
    .promo_txt {
        padding: 30px 50px;
    }
}
.text_block {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 360px;
    height: auto;
}
.uGreen {
    margin-top: 40px;
    background-color: #eef8f9;
    margin-bottom: 40px;
    height: 2px;
}
.parking .uDarkGreen:not(:last-child) {
    margin-top: 40px;
    background-color: #C3E0DC;
    margin-bottom: 40px;
    height: 2px;
}
/*
	----Col 50-----
*/

.col50 {
    width: 50%;
    float: left;
    text-align: center;
}
.col50.txt_L {
    text-align: left;
}
.col50.pad {
    /* 	padding:20px; */
}
.col50.pad:nth-child(odd) {
    padding-right: 40px;
}
.col50.pad:nth-child(even) {
    padding-left: 40px;
}
.col50.pad2 {
    padding: 30px;
}
.col50.pad2:nth-child(1) {
    padding-right: 30px;
}
.col50.pad2:nth-child(2) {
    padding-left: 30px;
}
.col40 {
    width: 40%;
    float: left;
    text-align: left;
}
.col60 {
    width: 60%;
    float: left;
    text-align: left;
}
.col40.pad {
    padding-right: 20px;
}
.col60.pad {
    padding-left: 20px;
}
.reverseRight {
    float: right;
}
.reverseLeft {
    float: left;
}
/*
Page Center Blocks
*/

.page_center {
	font-weight: normal;
    height: auto;
    width: 90%;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
    /* 	text-align: center; */
}
.page_center.inherit {
    height: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

textarea {
    border: none;
    resize: none;
}
/*
Slides
*/

.slides {
    overflow: hidden;
}
.swiper-wrapper {
    width: inherit;
    /* 	position: absolute !important; */
}
.dots {
    list-style: none;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
/*
	Form Styles
*/

.form input,
.form textarea {
    font-family: "nudista-web", "Helvetica";
    letter-spacing: 2px;
    font-size: 15px;
    border-radius: 0;
    border: none;
    padding: 15px;
    color: #87a29f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    background-color: #fff;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #87a29f;
    font-size: 16px;
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder  {
    color: #87a29f;
    font-size: 16px;
}
.form input::-o-placeholder,
.form textarea::-o-placeholder  {
    color: #87a29f;
    font-size: 16px;
}
.form input::-ms-input-placeholder,
.form textarea::-ms-placeholder  {
    color: #87a29f;
    font-size: 16px;
}

.big {
    padding: 18px;
    padding-left: 20px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fefcf5;
    /* 	z-index: 2002; */

    position: relative;
}
.form select {
    padding: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-background-size: 14px 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    width: calc(50% - 20px);
    float: left;
    background-color: #f6f2ec;
    border: none;
    color: #8d8d8d;
    font-size: 16px;
    box-sizing: border-box;
}
.select {
    position: relative;
    height: inherit;
}
.select .arrow {
/*     pointer-events: none; */
    font-size: 11px;
    color: #999;
    position: absolute;
    right: 14px;
    top: 20px;
}
.form .validateError {
    border-bottom: solid 2px #246e63 !important;
}
/* wrap half fields in split */

.form .splitter input,
.form .splitter textarea {
    width: calc(50% - 5px);
    box-sizing: border-box;
}
.form .splitter:nth-child(1) {
    margin-right: 5px;
}
.form .splitter:nth-child(2) {
    margin-left: 5px;
}
#footer .form input,
#footer .form textarea,
#footer .form select,
.newsletter .form input,
.newsletter .form textarea,
.newsletter .form select {
    float: left;
    width: 75%;
    margin-bottom: 10px;
}
.form.business_registry_form input,
.form.event_submission_form input {
    float: none;
    width: 50%;
    margin-bottom: 10px;
    font-family: "nudista-web", "Helvetica";
}
.form.business_registry_form textarea,
.form.event_submission_form textarea {
    float: none;
    width: 50%;
    margin-bottom: 10px;
    font-family: "nudista-web", "Helvetica";
}
.form input {
    width: 100%;
}
.validate-error {
    border: solid 2px #ed5b24;
}
.form .obutt {
    float: right;
}
.fcheck {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: sub;
    background-color: white;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.activeCheck {
    background-color: #537874;
}
.form.business_registry_form label,
.form.event_submission_form label {
    font-size: 19px;
    font-family: "nudista-web", "Helvetica";
    color: #537874;
    font-weight: 400;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
}
#uploadFile {
    width: 325px;
    float: left;
    padding: 15px;
}
img.white_arrow {
    width: 26px;
}
.filtersubmit {
    color: #c0d9d5;
    cursor: pointer;
    width: 0;
    position: relative;
    right: -40%;
    bottom: 65px;
    -webkit-transition: all 120ms ease-in-out;
    -moz-transition: all 120ms ease-in-out;
    -o-transition: all 120ms ease-in-out;
    -ms-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
}
.filtersubmit:hover,
.filtersubmit:focus {
    color: #537874;
}
.filtersubmit2 {
    color: #c0d9d5;
    cursor: pointer;
    width: 0;
    position: relative;
    right: -80%;
    bottom: 65px;
	-webkit-transition: all 120ms ease-in-out;
    -moz-transition: all 120ms ease-in-out;
    -o-transition: all 120ms ease-in-out;
    -ms-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
}
.filtersubmit2:hover,
.filtersubmit2:focus {
    color: #537874;
}
.max_8 {
    width: 80%;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
.max_7 {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
}
.left_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: inherit;
}
.right_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: inherit;
}
.form.event_submission_form label{
	font-size: 15px;
}
.form.event_submission_form .wf100{
	width: 200px;
}
.form.event_submission_form .wf100 input{
	width: 90%;
}

@media(max-width: 991px) {
    .form.business_registry_form input,
    .form.event_submission_form input,
    .form.event_submission_form textarea,
    .form.business_registry_form textarea {
        width: 100%;
    }
    .form.business_registry_form label,
    .form.event_submission_form label
     {
        font-size: 15px;
    }
}
@media(max-width: 768px) {
    #uploadFile {
        width: calc(100% - 46px);
    }
}
@media(max-width: 650px) {
    .form.search {
        width: 80%;
        margin: 40px auto 0;
    }
    .form.event_submission_form .wf100{
			width: 150px;
		}
}
/*
Burger
*/

#burger {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 13;
    cursor: pointer;
}
body.sec_home #burger {
    position: fixed;
}
body.sec_home #burger span,
body.sec_home #burger span:before,
body.sec_home #burger span:after {
    background: #fff;
}
.burger {
    cursor: pointer;
    padding: 10px 35px 16px 0;
}
.burger span,
.burger span:before,
.burger span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 40px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}
.burger span:before {
    top: -14px;
}
.burger span:after {
    bottom: -14px;
}
.burger span,
.burger span:before,
.burger span:after {
   	-webkit-transition: all 120ms ease-in-out;
    -moz-transition: all 120ms ease-in-out;
    -o-transition: all 120ms ease-in-out;
    -ms-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
}

.burger.active {
	margin-right: 10px;
}
.burger.active span {
    background-color: transparent !important;
}
.burger.active span:before,
.burger.active span:after {
    top: 0;
    background: #6f8885;
}
.burger.active span:before {
    transform: rotate(45deg);
}
.burger.active span:after {
    transform: rotate(-45deg);
}
/*
Nav and Logos
*/

#mobile_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    background-color: #c3f0eb;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    padding-top: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3f0eb+0,fce3b7+99 */
    background: #c3f0eb;
    background: -moz-linear-gradient(top, #9ee0d9 0%, #efd3a3 99%);
    background: -webkit-linear-gradient(top, #9ee0d9 0%, #efd3a3 99%);
    background: linear-gradient(to bottom, #9ee0d9 0%, #efd3a3 99%);
/*     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c3f0eb', endColorstr='#fce3b7', GradientType=0); */
}
#mobile_nav.active {
    overflow-y: scroll;
    opacity: 1;
    pointer-events: all !important;
}
#mobile_nav ul {
    font-size: 23px;
    text-align: center;
}
#mobile_nav li {
    color: #fff;
    margin-bottom: 15px;
}
#mobile_nav .logo_hold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#mobile_nav .cnt {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
#mobile_nav .logo {
    background-color: #2babb8;
}
ul.mobile_kids li {
    font-size: 16px;
}
#nav {
    height: auto;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    z-index: 4;
    -webkit-transition: all 200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}
#nav .holder {
    width: 90%;
    max-width: 1300px;
    min-height: 140px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
#nav.active {
    background-color: #62b1ab;
}
#nav.active .holder {
    min-height: 430px;
    /* 	height: 100%; */
}
.logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 198px;
    z-index: 3;
    margin-top: 20px;
}
.logo img {
    width: 100%;
}
#nav .links {
    text-align: right;
    right: 0px;
    top: 20px;
    position: absolute;
}
#nav .links .tiny {
    height: 50px;
    padding-top: 20px;
}
#nav .links .tiny div {
    color: #fff;
    display: inline-block;
}
#nav .links .tiny a {
    display: block;
    float: right;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    letter-spacing: 2px;
}
#nav .links .tiny a.ss-search {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#nav .links .tiny a:hover {
    color: #ccc;
}
/*
	Have seperate colors when nav is active/green background
*/

#nav.active .links .tiny a:hover {
    color: #5c7576;
}
#nav .weather {
    margin-top: -2px;
}
#nav .weather div {
    float: left;
    display: block;
}
#nav .weather {
    font-size: 26px;
}
#nav .weather .deg {
    font-size: 20px;
}
.weather i {
    font-family: 'weathericons';
    src: inherit;
    font-style: normal;
    font-weight: normal;
}
ul.nav {
    margin-top: 20px;
    height: auto;
    width: 100%;
}
ul.nav li.cat {
    float: left;
    margin-left: 36px;
/*     min-width: 220px; */
    cursor: pointer;
    width: auto;
}
ul.nav div {
    color: #fff;
    letter-spacing: .1em;
    font-size: 24px;
    width: 100%;
    text-align: left;
    display: inline-block;
    padding-bottom: 3px;
    position: relative;
    font-weight: 400;
}
ul.nav div .bord {
    width: 50%;
    height: 2px;
    margin-top: 8px;
    background-color: #8fc8c5;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
ul.nav .cat:hover {
    color: #fff;
}
ul.nav .cat:hover div .bord {
    opacity: 1;
    width: 100%;
}
li.cat .kids {
/*     pointer-events: none; */
}
ul.nav li.cat li {
    cursor: pointer;
    font-size: 16px;
    border-bottom: 0;
    padding-bottom: 4px;
    margin-bottom: 5px;
}
ul.nav li.cat li:hover {
    color: #5c7576;
}
ul.nav li.cat ul {
    margin-top: 10px;
}
ul.nav li ul {
    text-align: left;
    height: 0;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
#nav.active ul.nav li ul {
    opacity: 1;
    height: auto;
}
#nav.active li.cat .kids {
    pointer-events: all;
}
#nav .seclinks a {
    font-size: 22px;
    color: #fff;
    margin-left: 20px;
    padding-bottom: 6px;
}
#nav .seclinks a:hover {
    border-bottom: 2px solid grey;
}
a.navlink {
    color: #fff;
}
ul.accord a.navlink {
    color: #87a29f;
}
/* FOOTER */

#footer {
    height: 20vh;
    min-height: 240px;
    height: auto;
    padding-top: 60px;
    background-color: #5c7576;
    position: relative;
    color: #fff;
}
#footer .page_center {
    height: inherit;
}
#footer a {
    color: #fff;
}

#footer .col {
    display: block;
    float: left;
    text-align: left;
}
#footer .col1 {
    vertical-align: top;
    width: calc(50% - 130px);
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
#footer .col1 a {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
#footer .col1 a:hover {
    color: #333;
}
#footer .col2 {
    width: 180px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    border-left: 2px #aecbc9 solid;
    border-right: 2px #aecbc9 solid;
}
#footer .col2 a {
    color: #aecbc9;
    width: 50%;
    float:left;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#footer .col2 a:hover {
    color: #333;
}
#footer .col2b {
    display: none;
}
#footer .col3 {
    padding-left: 30px;
    width: calc(50% - 100px);
    padding-top: 5px;
    font-size: 16px;
    letter-spacing: .14em;
}
#footer .newsletter {
    padding-top: 20px;
    position: relative;
    height: 40px;
}
#footer .newsletter input {
    width: calc(100% - 140px);
    height: 58px;
    font-family: "nudista-web", "Helvetica";
}
#footer .newsletter .submit_button {
    position: absolute;
    right: 0;
    color: #537874;
    width: 141px;
    padding: 18px;
    height: 58px;
    margin-top: 0;
    font-size: 15px;
    text-align: center;
    background-color: #dff1ef;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#footer .newsletter .submit_button:hover, #footer .newsletter .submit_button:active, #footer .newsletter .submit_button:focus {
	background-color: #e8513d;
	color: #ffffff;
}


#footer .social_links {
    display: none;
    width: 100%;
    padding-top: 20px;
    text-align: right;
}
#footer .col3 .social_links a {
    width: 30px;
    display: inline-block;
}

.site_by {
	color: #aecbc9;
}

a .site_by:hover {
	color: #333333;
}




/* --------------------- */

@media (max-width: 1060px) {
    #footer {
        height: auto;
        padding-bottom: 50px;
    }
    #footer .social_links {
        display: block;
    }
    #footer .col1,
    #footer .col3 {
        width: 50%;
    }
    #footer .col2 {
        display: none;
    }
}

@media (max-width: 900px) {
    #mobile_nav.active {
/*         display: none; */
    }
}

@media (max-width: 550px) {
    .burger.active {
		margin-right: 0;
    }

	.logo img {
		width: 75%;
	}

	.logo {
		margin-left: -20px;
	}
}



.scratch {
    min-height: 60px;
    background-color: #999;
}
/* HOME PAGE */

#home_header {
    height: auto;
    width: 100%;
}
#home_header .container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
#home_header img.hero_img {
    width: 100%;
}
#home_header:after {
    /*
	content:"";
	display: block;
	padding-bottom: 56%
*/
}
#home_header:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    /* 	background-color: rgba(159, 198, 191,.3); */
}

.hero .txt_cont {
	padding: 0;
}

.slides {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.slide {
    background-size: cover;
    background-position: center center;
}
#home_header .slide {
    /* 	background-image: url('../images/home.jpg'); */
}
.rect_cta {
    height: 300px;
    width: 100%;
/*
    bottom: 0;
    position: absolute;
*/
    background-color: #8abcbb;
    opacity: .9;
    margin-top: -5px;
    z-index: 10;
}
.news_cta.container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.news_cta .txt_cont_r {
    position: absolute;
    height: 100%;
    right: 100px;
    top: 0;
    bottom: 0;
    display: table;
}
.news_cta .txt {
    display: table-cell;
    vertical-align: middle;
}
.background {
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: #8abcbb;
    opacity: .9;
}
.dots li {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: solid 2px white;
    border-color: rgba(255, 255, 255, .7);
    border-radius: 7px;
    float: left;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
}
.dots {
    width: 27px;
}
.dots li.active {
    background-color: white;
}
.dots.hugright {
    position: absolute;
    right: 20px;
    top: 50%;
    /* 	z-index: 900; */
}
.image_pad_center {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.image_pad_center a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.image_pad_center a div:hover {
	color:#aecbc9
}

.grid_insta:nth-of-type(odd) {
	display: inline-block;
	text-decoration: none;
	margin-right: 0;
	margin-left: 0;
	width: calc(30% - 60px);
}

.grid_insta:nth-of-type(even) {
	display: inline-block;
	text-decoration: none;
	margin-right: 60px;
	margin-left: 60px;
	width: calc(30% - 60px);
}

.grid_sm {
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	width: 33.33%;
}

.smcentric .hashtag_sm {
    height: 100px;
}

@media(min-width: 1400px) {
	.rect_cta {
	    height: 300px;
	    width: 100%;
	    bottom: 0;
	    position: absolute;
	    background-color: #8abcbb;
	    opacity: .9;
	    margin-top: -5px;
	    z-index: 10;
	}

	#home_header{
/* 		max-height: 960px; */
	}

	#home_header img.hero_img {
		margin-bottom: -5px;
	}

}

@media(max-width: 991px) {
    .sm_img_height {
        height: 160px;
    }
}

@media(max-width: 768px) {
    .smcentric .hashtag_sm {
        height: 75px;
    }

    .grid_insta:nth-of-type(odd),
    .grid_insta:nth-of-type(even) {
		width: 60%;
		margin: 0 auto 20px auto;
	}

	.grid_sm.txt_C.tc {
		display: block;
		width: 60%;
		margin: 0 auto;
		padding: 0 0 40px 0;
	}

	.sm_img_height {
		height: 240px;
	}
}

@media(max-width: 650px) {
	.grid_sm .w70 {
		width: 70%;
	}

	.grid_sm .w80 {
		width: 80%;
	}

}

@media(max-width: 550px) {
    .smcentric .hashtag_sm {
        height: 50px;
    }

    .grid_insta:nth-of-type(odd),
    .grid_insta:nth-of-type(even) {
		width: 90%;
		margin: 0 auto 20px auto;
	}

	.grid_sm.txt_C.tc {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 0 0 40px 0;
	}
}

@media(max-width: 414px) {
    .smcentric .hashtag_sm {
        height: 40px;
    }
}


#hit {
    color: #537874;
    font-weight: 400;
}
.hit {
    color: #537874;
    font-weight: 400;
}
ul.accord {
    width: 90%;
}
.ta .tc ul.accord {
    width: 80%;
}
.directory_sidebar ul.accord {
    width: 100%;
}
ul.accord li {
    cursor: pointer;
/*     color: #77a6a5; */
	color: #537874;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #C3E0DC;
    font-weight: 200;
}
ul.accord label,
ul.accord li.cat {
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    display: inline-block;
    /* 	padding-bottom: 4px; */
}
ul.accord label:hover,
ul.accord li.cat:hover {
    color: #537874;
    font-weight: 400;
}
ul.accord label:after {
    font-family: "SSGizmo";
    content: "+";
    color: #fff;
    float: right;
    font-size: 38px;
    font-weight: 300;
}

ul.accord label.active:after {
    content: "–";
}

ul.accord li.cat li {
    font-size: 16px;
    border-bottom: 0;
    padding-bottom: 4px;
    margin-bottom: 5px;
}
ul.accord li.cat li:hover {
    color: #537874;
    font-weight: 400;
}
ul.accord li.cat ul {
    margin-top: 20px;
}
ul.accord li ul {
    display: none;
}
/* --------------------- */

@media (max-width: 1315px) {
    #home_header img.hero_img {
/*         width: auto; */
    }
}
@media (max-width: 1200px) {
    .news_cta .txt_cont_r {
        right: 150px;
    }
}
@media (max-width: 1100px) {
    ul.nav div {
	    font-size: 20px;
    }
}
@media (max-width: 1000px) {
    .instagram .images .img {
        margin: 10px;
    }

    ul.nav div {
	    font-size: 18px;
    }
}
@media (max-width: 900px) {
    .news_cta .txt_cont_r {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .txt_cont_r.w30 {
        width: 75%;
    }
}
@media (max-width: 768px) {
    #home_header {
/*         height: 760px; */
    }
    /*
	ul.accord label{
		font-size:16px;
	}
*/
    /*
	ul.accord li.cat li{
		font-size:12px;
	}
*/
}
@media (max-width: 750px) {
    .instagram .images .img {
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width: 650px) {
    .rect_cta {
        opacity: 1;
    }
}
@media (max-width: 550px) {
    /*
	#home_header{
		height: 780px;
		width: 100%;
	}
*/
}
.side_search input {
	font-family: "nudista-web", "Helvetica";
    width: 90%;
    background-color: white;
    color: #79a6a4;
}
.side_search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #79a6a4;
}
.side_search::-moz-placeholder {
    /* Firefox 19+ */

    color: #79a6a4;
}
.side_search::-ms-input-placeholder {
    /* IE 10+ */

    color: #79a6a4;
}
.side_search::-moz-placeholder {
    /* Firefox 18- */

    color: #79a6a4;
}
#img_header {
    width: 100%;
    background-color: #ba666e;
}
#img_header:after {
    padding-bottom: 34%;
    display: block;
    content: "";
}
.img_100 img {
    width: 100%;
}
.bottom_help {
    position: relative;
    z-index: 1;
}
.full_bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
}
.bg_split {
    position: absolute;
    width: 100vw;
    height: 100%;
    min-height: 100%;
    left: 0;
    z-index: 0;
    background-color: #fff;
}
.left_block {
    display: block;
    float: left;
    width: 32%;
    /* 	background-color: #e6f4f4; */
}
.right_block {
    position: relative;
    /* 	z-index: 90; */

    min-height: 600px;
    display: block;
    float: left;
    width: 68%;
    background-color: #fff;
    padding-bottom: 40px;
}
.right_block .holder {
    position: relative;
    /* 	z-index: 1; */
}
.page_pad {
    padding-top: 60px;
    padding-left: 60px;
}
@media (max-width: 740px) {
    .left_block {
        width: 100%;
    }
    .right_block {
        width: 100%;
    }
    .callout {
        display: none;
    }
    .pc_moff {
        width: 100%;
    }
    .page_center_mobile {
        width: 90%;
        margin: 0 auto;
    }
}

.map_container{
  width: 100%;
  margin: 0 auto;
}

#map_container{
  position: relative;
}
#map{
    background-color: #e5f3f2 !important;
/*
    overflow: visible !important;
    height: 100vh !important;
*/
}
/*
.sec_business-directory #map:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}
*/

#map iframe{
    pointer-events: none;
}

.sec_business-directory #map {
	height: 50vh;
	min-height: 200px;
	max-height: 600px;
}


.list_items .item {
    color: #86a4a2;
    display: none;
    padding-bottom: 50px;
    border-bottom: solid 2px #e5f1f1;
    margin-bottom: 40px;
    height: auto;
}

.business-directory.list_items .item {
	display: block;
}

.business-directory.list_items div:last-of-type .item {
	border: none;
}

.list_items .item .info_item {
    font-size: 18px;
    line-height: 23px;
    color: #54a8b1;
}
.list_items .item a .info_item:hover,
.list_items .item a .info_item:focus {
    color: #f37564;
}
.list_items .item .img {
    margin-right: 20px;
}
.list_items .item .info {
    font-weight: 300;
    font-size: 22px;
    line-height: 29px;
    padding-left: 40px;
}
.item_number {
    color: #54a8b1;
    font-size: 26px;
    line-height: 29px;
    position: relative;
    margin-left: 20px;
}
.item_number img {
    position: absolute;
    width: 50px;
    margin-top: -20px;
}
.item_number .number {
    position: absolute;
    width: 50px;
    text-align: center;
    margin-top: -5px;
}
.placeholder_box {
    background-color: #54a8b1;
    width: 180px;
    height: 121px;
}
@media (max-width: 768px) {
    .list_items .item .img {
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }

	.list_items .item .info {
		margin-bottom: 20px;
        display: block;
        width: 100%;
        padding: 0;
	}

}

.event_items .month .item  {
    float: left;
    display: block;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.event_items .month .item:nth-of-type(1n)  {
    width: calc(33.33% - 10px);
    margin-right: 10px;
    margin-left: 0;
}

.event_items .month .item:nth-of-type(2n)  {
    width: calc(33.33% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}

.event_items .month .item:nth-of-type(3n)  {
    width: calc(33.33% - 10px);
    margin-left: 10px;
    margin-right: 0;
}

.event_items .item .ball {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    max-width: 200px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    background-size: cover;
}
.event_items .orb {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    border-radius: 45px;
    background-color: rgba(162, 212, 209, .9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.event_items .ical {
    border-color: #fff;
    color: #fff;
    position: absolute;
    left: 12px;
    top: 12px;
}
.event_items .item p strong {
    font-weight: 300;
}
.event_items .item .ball:hover .orb {
    background-color: rgba(222, 242, 240, .8);
}
.event_month:not(:first-of-type) {
    margin-top: 50px;
}

@media (max-width: 1315px) {
    .event_items .item .ball {
        width: 180px;
		height: 180px;
    }
}

@media (max-width: 1200px) {
    .event_items .item .ball {
        width: 140px;
		height: 140px;
    }
}

@media (max-width: 991px) {
    .event_items .item .ball {
        width: 200px;
		height: 200px;
    }
}

@media (max-width: 850px) {
    .event_items .item .ball {
        width: 180px;
		height: 180px;
    }
}

@media (max-width: 768px) {
   	.event_items .month .item,
   	.event_items .month .item:nth-of-type(1n),
   	.event_items .month .item:nth-of-type(2n),
   	.event_items .month .item:nth-of-type(3n) {
        width: 100%;
        margin: 20px auto;
    }
}

@media (max-width: 650px) {
    .event_items .item .ball {
        width: 140px;
		height: 140px;
    }
}

.news_items .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 2px #eff9fa;
}
.news_items .item:last-child {
    border-bottom: none;
}
.news_items .ball {
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 40px;
    border-radius: 100px;
    background-color: #333;
    max-width: 200px;
    position: relative;
    background-image: url('../images/testImage.jpg');
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.callout {
    margin-top: 60px;
    width: 100%;
    background-image: url('../images/testImage.jpg');
    background-size: cover;
    height: 300px;
    background-position: center center;
}
.link1 {
    color: #f37564;
    letter-spacing: 2px;
}
.link1:hover {
    color: #d05848;
}
a.link1 {
    color: #f37564;
    letter-spacing: 2px;
}
a.link1:hover {
    color: #d05848;
}
.full {
    width: 100%;
    min-height: 400px;
    height: 100%;
}
.fullsmall {
    width: 100%;
    min-height: 300px;
    height: auto;
}
.split {
    float: left;
    width: 50%;
    height: inherit;
    min-height: 100px;
}
.vslides {
    overflow: hidden;
    /*
	height: 500px;
	max-height: 540px;
*/
}
.vslides .img {
    width: 40%;
}
.vslides .img img {
    width: 100%;
    vertical-align: middle;
}

.vslides .txt {
    color: #77a6a5;
    text-align: left;
    padding-left: 100px;
    width: calc(60% - 100px);
    padding-right: 50px;
}
.vslides .txt .title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px;
    letter-spacing: 2px;
}
.vslides .txt .info {
    margin: 20px 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
}
.vslides .txt .info p strong {
    font-weight: 300;
}
.vslides .holder {
    height: auto;
    padding: 40px 100px 80px;
}
.vslides .dots li {
    border-color: #c1d7d5;
}
.vslides .dots li.active {
    background-color: #c1d7d5;
}

@media(max-width: 991px) {
	.vslides .h18 {
		padding: 20px;
	}

	#map .h1 {
		font-size: 19px;
	    line-height: 25px;
	}

	#map .pT_20 {
		padding-top: 5px;
	}
}

.ical {
    color: #c0d9d5;
    width: 65px;
    height: 65px;
    border-radius: 33px;
    border: solid 2px #c0d9d5;
    text-align: center;
    /* 	font-family: "din-condensed-web"; */
}
.ical .month {
    position: relative;
    margin-left: -20px;
    margin-top: 7px;
    font-size: 14px;
}
.ical .day {
    letter-spacing: -1px;
    margin-top: -6px;
    margin-left: 9px;
    font-size: 28px;
}
.news_hero_swiper,
.events_hero_swiper {
    height: 645px;
    width: 100%;
}
.events_hero_swiper .container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.events_hero_swiper .swiper-pagination {
/*
    width: 38.75% !important;
    right: 0 !important;
    left: inherit !important;
    text-align: left !important;
*/
}

.swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
	margin-left: 5px;
}

.swiper-pagination .swiper-pagination-bullet {
	margin-right: 5px;
}

.news_hero_swiper .container.top35{
	top: 70% !important;
}

.events_hero_swiper .container.top35{
	top: 70% !important;
}

.events_home_swiper {
/* 	min-height: 500px; */
    height: auto;
    width: 100%;
    padding: 20px 0;
}
.events_home_swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
.events_side_swiper {
    height: 300px;
    width: 100%;
}
.news_hero_swiper img,
.events_hero_swiper img,
.events_side_swiper img {
    width: 100%;
}
.events_hero_swiper {
	background-color: #aae2db;
}

@media (max-width: 1315px) {
    .news_hero_swiper img {
        width: auto;
        height: 100%;
    }

    .events_hero_swiper img {
        width: auto;
    }
    .events_side_swiper img {
        width: 300px;
    }
}

@media (max-width:991px) {
	.swiper-container-vertical>.swiper-pagination {
		right: 25px !important;
		bottom: 10px !important;
	}
}

.swiper-pagination.swiper-orange .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #ffffff;
    border: none;
    margin-right: 10px;
}
.swiper-pagination.swiper-orange .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f37564;
    border: none;
}
.swiper-pagination.swiper-teal .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #bfd6d4;
}
.swiper-pagination.swiper-teal .swiper-pagination-bullet-active {
    opacity: 1;
    background: #bfd6d4;
    border: none;
}
@media (max-width: 650px) {
    #home_header .swiper-pagination {
        display: none !important;
    }
}
/*
.swiper-container-vertical>.swiper-pagination {
	width: 100% !important;
    height: 300px !important;
    right: auto !important;
    transform: translate3d(0,0,0) !important;
	background-color: #8abcbb;
    opacity: .9;
}
*/

.slides_letters {
    position: absolute;
    left: -75px;
    width: 300px;
    margin-top: 80px;
}
.slides_script {
    height: auto;
    min-height: 445px;
    max-height: 620px;
    margin: 0 auto;
    overflow: visible;
    width: 160vw;
    margin-left: -30vw !important;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}
.slides_script .txt {
    position: absolute;
    top: 200px;
    left: -45px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.slides_script .desc {
    position: absolute;
    top: 255px;
    left: -70px;
    font-size: 20px;
    line-height: 23px;
    width: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
}
.slides_script .img {
    height: 445px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    /* 	background-image: url('../images/beach.png'); */
}
.slides_script .img:after {
    padding-bottom: 55%;
    content: "";
    display: block;
}
.slides_script .slide {
    opacity: .4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.slides_script .slide.swiper-slide-active {
    opacity: 1;
}
/*
.swiper-container.slides_script {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}
.slides_script .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slides_script .swiper-slide:nth-child(2n) {
    width: 40%;
}
.slides_script .swiper-slide:nth-child(3n) {
    width: 20%;
}
*/

.swiper-button-next {
    background-image: url("../images/next.png") !important;
}
.swiper-button-prev {
    background-image: url("../images/prev.png") !important;
}
.swiper-button-next,
.swiper-button-prev {
    width: 52px !important;
    height: 52px !important;
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -o-background-size: 100% !important;
    -ms-background-size: 100% !important;
    background-size: 100% !important;
}
.newsletter .title {
    font-size: 24px;
    text-transform: capitalize;
}
.newsletter .slogan {
    width: 80%;
}
.newsletter input {
    height: 58px;
}
.mapTest {
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    background-image: url('../images/mapTest.png');
}
.mapTest:after {
    padding-bottom: 100%;
    content: "";
    display: block;
}
.about {
    text-align: center;
}

.about .tc:nth-of-type(odd) {
	padding-right: 20px;
}

.about .tc:nth-of-type(even) {
	padding-left: 20px;
}

.about .col {
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 40px;
}
.about .col:nth-child(odd) {
    padding-right: 40px;
}
.about .col:nth-child(even) {
    padding-left: 40px;
}
/* --------------------- */

@media (max-width: 760px) {
    .about .col {
        width: 100%;
        margin-bottom: 40px;
    }
    .about .col:nth-child(odd) {
        padding-right: 0;
    }
    .about .col:nth-child(even) {
        padding-left: 0;
    }

	.about .tc {
		display: block;
		width: 100%;
	}

	.about .tc:nth-of-type(odd) {
		padding-right: 0;
	}

	.about .tc:nth-of-type(even) {
		padding-left: 0;
	}

}
/*
Buttons
*/

.button,
.button_green,
.button_option,
.button_upload {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 17px 45px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    border: solid 2px white;
    cursor: pointer;
}
.button:hover {
    /* 	border: 2px solid rgba(255,255,255,.75); */

    color: #5c7576;
    border-color: #5c7576;
}
.button:active {
    color: #333;
    border-color: #333;
}
.events_hero_swiper .button:hover {
    color: #EC9E92;
    border-color: #EC9E92;
}
.button_green {
    width: 100%;
    color: #A2D4D1;
    border: solid 2px #A2D4D1;
}
.button_green_sm {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 17px 25px;
    color: #A2D4D1;
    border: 2px solid #A2D4D1;
}
.button_upload {
    background-color: #537874;
    border: none;
    padding: 10px;
}
.button_upload:hover {
    background-color: #f37564;
}
.button_upload:active {
    background-color: #f37564;
}
.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.arrow img {
    height: 28px;
    margin-right: 10px;
    vertical-align: middle;
}
.button_option {
    padding: 17px 25px;
    color: #5c7576;
    border: solid 2px #5c7576;
}

.button_green:hover,
.button_green:active,
.button_green_sm:hover,
.button_green_sm:active,
.button_green_sm:hover:before,
.button_option:active,
.button_option:hover,
.button_wrapper:hover {
    color: #5c7576;
    border-color: #5c7576;
}

.accept_terms {
	color: #e8513d;
}


.thank_you {
    display: none;
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    padding: 40px 0;
}

.thank_you_updates {
    display: none;
    background-color: #e8513d;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    position: absolute
}

.thank_you_newsletter {
    top: 0;
    height: 100%;
    background: #5c7576;
    position: absolute;
    padding-left: 30px;
    width: calc(50% - 100px);
    padding-top: 5px;
    font-size: 16px;
    letter-spacing: .14em;
}

.thank_you_txt {
	width: 100%;
	height:100%;
}

.land_row {
    display: none;
    max-width: 1300px;
}
.land_row:last-of-type .uGreen {
    display: none;
}

.loadMore,
#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;
    -ms-transition: all 600ms ease-in-out;
}
.newspaper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -o-column-gap: 50px;
    -ms-column-gap: 50px;
    column-gap: 50px;
}


@media (max-width: 1060px) {
	.thank_you_newsletter {
		top: 0;
	    height: 70%;
	    width: 50%;
	    letter-spacing: .14em;
	}
}

@media (max-width: 780px) {

	.thank_you_newsletter {
	    top: 100px;
	    height: 45%;
	    margin-top: 40px;
	    padding-left: 0;
	    width: 100%;
	}

}

@media (max-width: 600px) {

	.thank_you_newsletter {
		top: 240px;
	    height: 30%;
	}

}



/* --------------------- */

@media (max-width: 1100px) {
    ul.nav label {
        font-size: 18px;
    }
    ul.nav li.cat {
        /* 		min-width: 180px; */

        margin-left: 24px;
    }
    ul.nav li.cat li {
        font-size: 14px;
        margin-bottom: 0;
    }
    #nav.active .holder {
        min-height: 360px;
    }
}
@media(max-width: 991px) {
    .vslides .txt .title {
        font-size: 24px;
        line-height: 30px;
    }
    .vslides .txt .info {
        font-size: 17px;
        line-height: 21px;
    }
    .split,
    .split .w90,
    .split ul.accord {
        width: 100%;
    }
    .vslides .holder {
        padding:50px  20px;
    }
    .vslides .txt {
        padding: 0 60px 0 20px;
        width: 50%;
    }
    .vslides .img {
        width: 50%;
        padding: 0 20px;
    }
}
/* --------------------- */

@media (max-width: 900px) {
    #burger {
        display: block;
    }
    #navlinks {
        display: none;
    }
    .seclinks {
        display: none;
    }
}
/* --------------------- */

@media (max-width: 760px) {
    .off_760 {
        display: none;
    }
    .split.break760 {
        width: 90%;
	    margin: 0 auto;
	    float: none;
    }
    .newsletter .slogan {
        width: 100%;
    }
}

@media(max-width: 650px) {
    .vslides .txt .title {
        font-size: 21px;
        line-height: 27px;
    }
    .vslides .txt .info p {
        font-size: 13px;
        line-height: 17px;
    }
    .vslides .txt {
        width: 100%;
        padding: 20px;
        display: block;
    }
    .vslides .img {
        width: 75%;
        display: block;
        padding: 0 20px;
    }

}
/* ---------------------
	FOOTER
*/

@media (max-width: 780px) {
    .newspaper {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        -ms-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        -o-column-gap: 0;
        -ms-column-gap: 0;
        column-gap: 0;
    }
    #footer .col1 {
        width: 100%;
    }
    #footer .col2 {
        width: 100%;
    }
    #footer .col3 {
        margin-top: 40px;
        padding-left: 0;
        width: 100%;
    }
    #footer .social_links {
        text-align: center;
    }

    .site_by {
	    text-align: center;
	    margin-top: 20px;
    }

}
@media (max-width: 600px) {
    #footer .col1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        -ms-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        -o-column-gap: 0;
        -ms-column-gap: 0;
        column-gap: 0;
    }
    #footer .col1 a {
        text-align: center;
    }
}

/* Meetings */

.meeting_item .pdf_icon {
    background-image: url(/images/icon_lred.svg);
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.pdf_row:nth-of-type(odd) .meeting_item:nth-of-type(odd) .pdf_icon {
    background-image: url(/images/icon_red.svg);
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.pdf_row:nth-of-type(odd) .meeting_item:nth-of-type(even) .pdf_icon {
    background-image: url(/images/icon_lred.svg);
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.pdf_row:nth-of-type(even) .meeting_item:nth-of-type(even) .pdf_icon {
    background-image: url(/images/icon_red.svg);
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.pdf_row:nth-of-type(even) .meeting_item:nth-of-type(odd) .pdf_icon {
    background-image: url(/images/icon_lred.svg);
    width: 180px;
    height: 180px;
    margin: 0 auto;
}


.meeting_item {
    float: left;
    width: calc(50% - 40px);
}

.meeting_item:nth-of-type(odd) {
    margin-right: 40px;
}

.meeting_item:nth-of-type(even) {
    margin-left: 40px;
}


.left {
    float: left;
}
.right {
    float: right;
}
@media (max-width: 800px) {
    .meeting_item {
        width: 100%;
    }
    .meeting_item:nth-of-type(odd) {
	    margin-right: 0;
    }
    .meeting_item:nth-of-type(even) {
	    margin-left: 0;
    }
	.pdf_row:nth-of-type(odd) .meeting_item:nth-of-type(odd) .pdf_icon {
	    background-image: url(/images/icon_red.svg);
	}
	.pdf_row:nth-of-type(odd) .meeting_item:nth-of-type(even) .pdf_icon {
	    background-image: url(/images/icon_lred.svg);
	}
	.pdf_row:nth-of-type(even) .meeting_item:nth-of-type(even) .pdf_icon {
	    background-image: url(/images/icon_lred.svg);
	}
	.pdf_row:nth-of-type(even) .meeting_item:nth-of-type(odd) .pdf_icon {
	    background-image: url(/images/icon_red.svg);
	}
}


@media (max-width: 650px) {

	.pdf_row:nth-of-type(odd) .meeting_item:nth-of-type(odd) .pdf_icon,
	.pdf_row:nth-of-type(odd) .meeting_item:nth-of-type(even) .pdf_icon,
	.pdf_row:nth-of-type(even) .meeting_item:nth-of-type(even) .pdf_icon,
	.pdf_row:nth-of-type(even) .meeting_item:nth-of-type(odd) .pdf_icon {
	    width: 120px;
	    height: 120px;
	}
}

@media (max-width: 414px) {
    .meeting_item .pdf_icon,
    .meeting_item:nth-of-type(4n-3) .pdf_icon,
    .meeting_item:nth-of-type(4n) .pdf_icon {
        width: 120px;
        height: 120px;
    }
}
.container {
    width: 100%;
}
.page.container {
    overflow: hidden;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flexbox;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}
.hero {
    position: relative;
    overflow: hidden;
    height: 435px;
}
.hero.hero_lg {
    position: relative;
    overflow: hidden;
    height: 645px;
}
.hero .container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.one_third {
   width: 31%;
   float: left;
}
.two_thirds {
    width: 69%;
    float: left;
}
.col_left {
    width: calc(43% - 20px);
    float: left;
}
.col_right {
    width: calc(57% - 20px);
    float: left;
}
@media (max-width: 991px) {
    .page.container {
        display: block;
    }
    .one_third,
    .two_thirds {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .col_left,
    .col_right {
        width: 100%;
    }
    .col_right.mL_20 {
        margin-left: 0;
    }
}

.clip_circle {
    -webkit-clip-path: circle(100px at center);
    -moz-clip-path: circle(100px at center);
    -o-clip-path: circle(100px at center);
    -ms-clip-path: circle(100px at center);
    clip-path: circle(100px at center);
}
img.clip_circle {
    width: 200px;
    height: 200px;
}
img.clip_circle.news_circle {
    width: 375px;
    height: 200px;
    margin-left: -88px;
}
img.clip_circle.search_circle {
    width: 300px;
    height: 170px;
    margin-left: -45px;
}

.clip_circle.search_circle {
    -webkit-clip-path: circle(80px at center);
    -moz-clip-path: circle(80px at center);
    -o-clip-path: circle(80px at center);
    -ms-clip-path: circle(80px at center);
    clip-path: circle(80px at center);
}
.vert_block_child {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    .land_row .left {
        float: none;
    }
    .vert_block_child {
        position: relative;
        top: 0;
        transform: none;
    }
    .pL_245 {
        padding-left: 0;
    }
    img.clip_circle {
        margin-bottom: 40px;
    }

}

.hero .img img {
    width: auto;
    height: auto;
}
.hero.hero_lg .img img {
    width: auto;
    height: auto;
}


@media (min-width: 1315px) {
    .hero .img img,
    .hero.hero_lg .img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 650px) {

	.hero .img img {
	    width: auto;
	    height: 435px;
	}
	.hero.hero_lg .img img {
	    width: auto;
	    height: 645px;
	}

}



@media (max-width: 550px) {
	.hero,
	.hero .img img {
		height:280px;
	}
}

.labels {
    color: #54a8b1;
    font-size: 13px;
}

.gm-bundled-control .gmnoprint {
    display: block;
}
a[href^="http://maps.google.com/maps"] {
    display: none !important
}
a[href^="https://maps.google.com/maps"] {
    display: none !important
}
a[href^="https://www.google.com/maps"] {
    display: none !important
}


/* SEARCH */

.search_results {
	min-height: 500px;
}

ul.accord label.active,
ul.accord li.cat li.active {
	color: #537874;
	font-weight: 400;
}

/* SNAPCHAT */

#snapchat1,
#snapchat2 {
	font-size: 19px;
	vertical-align: top;
}

/* MAP VIEW CATEGORIES */

.accord.mAuto.hide {
	display: block;
}

@media (max-width: 991px) {
	ul.accord.mAuto {
		display: none;
	}
	.accord.mAuto.hide.active {
		display: block;
	}
	.view_cats div {
		display: block;
		width: 80%;
	    margin: 0 auto;
	}

	.business_breadcrumb {
		color: #77a6a5;
		width: 80%;
	    margin: 0 auto;
	}

	.directory_sidebar .view_cats div,
	.directory_sidebar .business_breadcrumb {
		width: 100%;
	}

	ul.accord .p19,
	.view_cats .p19,
	.business_breadcrumb.p19 {
		font-size: 19px;
		line-height: 27px;
	}

	.view_cats div:after,
	.view_subsections:after {
	    font-family: "SSGizmo";
	    content: "+";
	    color: #fff;
	    float: right;
	    font-size: 38px;
	    font-weight: 300;
	}
	.view_cats.active_main  div:after  {
	    content: "–";
	}

	.view_subsections.active:after  {
	    content: "–";
	}

	.view_cats.active_main ul.accord {
		display: block;
	}

	.view_subsections {
		color: #77a6a5;
	}

}

.white-input::-webkit-input-placeholder {
    color: #fff !important;
}
.white-input::-moz-placeholder {
    color: #fff !important;
}
.white-input::-ms-input-placeholder {
    color: #fff !important;
}

.review {
	font-size: 19px;
	font-family: "nudista-web", "Helvetica";
	color: #e8513d;
	font-weight: 400;
}


/* CATEGORY STATIC MAP */

.hots {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: red;
    opacity: .3;
    opacity: 0;
}

.hot1 {
    width: 17%;
    height: 23%;
    background-color: blue;
    position: absolute;
    top: 8%;
    left: 15%;
}

.hot2 {
    width: 17%;
    height: 23%;
    background-color: blue;
    position: absolute;
    top: 7%;
    left: 38%;
}

.hot3 {
	width: 17%;
    height: 23%;
    background-color: blue;
    position: absolute;
    top: 17%;
    left: 58%;
}

.hot4 {
    width: 17%;
    height: 23%;
    background-color: blue;
    position: absolute;
    top: 6%;
    left: 77%;
}

.hot5 {
    width: 17%;
    height: 23%;
    background-color: blue;
    position: absolute;
    top: 34%;
    left: 31%;
}

.hot6 {
	width: 17%;
    height: 23%;
    background-color: blue;
    position: absolute;
    top: 43%;
    left: 52%;
}

.hot7 {
    width: 19%;
    height: 23%;
    background-color: blue;
    position: absolute;
    top: 37%;
    left: 76%;
}

.hot8 {
    width: 19%;
    height: 23%;
    background-color: blue;
    position: absolute;
    top: 66%;
    left: 71%;
}


@media(max-width: 991px){

	.ta.main_map {
		display: block;
	}

	.main_map .tc.catMap {
		position: relative;
	}

	.hots {
	    width: 100%;
	}

}


