/* =================================================================================
                                 HELPERS                 
================================================================================= */
.menu > li:last-child {
    margin-right: 40px;
}
#payment-errors,
#card-errors{
    color: #333;
	background-color: #f18800;
	font-size: 20px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight:600;
	margin-bottom:30px;
}
.red {
	color: #c52026 !important;
}
.white {
	color: #fff !important;
}
.gray {
	color: #363636 !important;
}
.light-gray {
	color: #dbdbdb !important;
}
.white-bg {
	background: #fff !important;
	border: 1px solid #ccc !important;
}
.ls0 {
	letter-spacing: normal !important;
}
.ls1 {
	letter-spacing: 1px !important;
}
.f13 {
	font-size: 13px !important;
	line-height: 18px !important;
}
.f14 {
	font-size: 14px !important;
	line-height: 20px !important;
}
.f16 {
	font-size: 16px !important;
}
.f18 {
	font-size: 18px !important;
}
.f20 {
	font-size: 20px !important;
}
.f25 {
	font-size: 25px !important;
}
.f30 {
	font-size: 30px !important;
}
.f32 {
	font-size: 32px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb24 {
	margin-bottom: 24px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mt12{
	margin-top: 12px !important;
}
.mt24{
	margin-top: 24px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.ml30 {
	margin-left: 5px !important;
}
.ml80 {
	margin-left: 80px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.ls1 {
	letter-spacing: 1px !important;
}
.lh5 {
	line-height: 5px !important;
}
.lh10 {
	line-height: 10px !important;
}
.lh20 {
	line-height: 20px !important;
}
.lh26 {
	line-height: 26px !important;
}
.w400 {
	font-weight: 400!important;
}
.w500 {
	font-weight: 500!important;
}
.w600 {
	font-weight: 600!important;
}
.w700 {
	font-weight: 700!important;
}
.ml25 {
	margin-left: 25px !important;
}
.form-mid {
	line-height: 50px !important;
	vertical-align: middle !important;
}
.membership-rates {
	text-align: left;
}
.member-radio {
	float: right;
}
.mt-options {
	margin-top: 12px;
}




/* =================================================================================
                                 NAVIGATION                 
================================================================================= */
.nav-bar {
    height: 80px;
    max-height: 80px;
    line-height: 78px;
    border-bottom: 1px solid #ccc;
}
.nav-bar .module, .nav-bar .module-group {
    height: 80px;
}
.logo {
    max-height: 100%;
}
.menu > li ul, .widget-handle .function {
    margin-top: 2px;
}

@media (max-width: 990px) {
	.mobile-toggle i {
		line-height: 78px !important;
		font-size: 24px !important;
	}
	.menu li {
		line-height: 30px;
		float: none;
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.menu a {
		height: auto;
		line-height: 30px;
		padding: 4px 0;
	}
	.mobile-toggle {
		border-left: 0px solid #ccc !important;
	}
	.module.widget-handle {
		border-top: 0px solid #ccc;
	}
	.nav-bar, .nav-bar .module-group, .nav-bar .module {
		height: auto;
		overflow: hidden;
	}
}


/* =================================================================================
                                 CALENDAR                 
================================================================================= */
#month_calendar {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#month_calendar table, #month_calendar tr, #month_calendar td {
	padding: 0px;
}
#month_calendar_outer {
	width: 100%;
	margin: 0;
	padding: 0;
	table-layout: fixed;
}
#month_calendar_inner {
	width: 100%;
	table-layout: fixed;
}
#month_calendar #month_calendar_inner td {
	width: 14%;
	height: 130px;
	padding: 5px;
}
#month_calendar .event {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	color: #7f7f7f;
	padding: 2px 0 0 0;
}
#month_calendar .event a {
	color: #565656;
	text-decoration: underline;
}
#month_calendar .day_cell .all_day, #month_calendar .day_cell .multi_day {
	padding: 0 6px;
	line-height: 20px;
	color: #7f7f7f;
}
#month_calendar .day_cell .all_day {
	margin-bottom: 2px;
	background-color: #f2f2f2;
	border: 1px solid;
	border-color: #c6c6c6;
}
#month_calendar .day_cell .multi_day {
	margin-bottom: 2px;
	background-color: #f2f2f2;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: none;
	border-right: none;
	border-color: #c6c6c6;
	margin-left: -5px;
	margin-right: -5px;
}
#month_calendar .day_cell .all_day a, #month_calendar .day_cell .multi_day a {
	color: #565656;
	text-decoration: none;
}
#month_calendar .day_cell .all_day a:hover, #month_calendar .day_cell .multi_day a:hover {
	color: #565656;
	text-decoration: underline;
}
#month_calendar .first_day {
	margin-left: 0 !important;
	border-left: 1px solid !important;
}
#month_calendar .last_day {
	margin-right: 0 !important;
	border-right: 1px solid !important;
}
#month_calendar .day_cell .date {
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0 0 3px 0;
}
#month_calendar .day_cell .date a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#month_calendar .day_cell .has_events a {
	color: #d75452;
	font-weight: bold;
}
#month_calendar .day_cell .date .num {
	font-size: 15px;
	color: #8a8a8a;
}
#month_calendar .day_cell .date a:hover {
	color: #000000;
	text-decoration: underline;
}
#month_calendar .day_cell .has_events a:hover {
	color: #000000;
}
#month_calendar .day_cell hr {
	margin-top: 7px;
	margin-bottom: 7px;
}
#month_calendar td.day_cell {
	padding-top: 30px;
}
#month_calendar .out_of_range {
	background: #fbfbfb;
}
#month_calendar .out_of_range .date {
	color: #aeaeae;
}
#month_calendar td.today {
	background-color: #fcf8e4;
}
#month_calendar #days_of_week th {
	padding: 5px 0;
	text-align: center;
}
#month_calendar #month_year th {
	padding: 5px;
	color: #000;
}
#month_calendar #month_year th.left {
	text-align: left;
}
#month_calendar #month_year th.center {
	text-align: center;
}
#month_calendar #month_year th.right {
	text-align: right;
}
#month_calendar .popover-title span.event_time {
    display: block;
    color: #4f4f4f;
    font-size: 85%;
    margin-top: 5px;
}
#month_calendar .calendar-color {
	background-color: #9f9f9f;
	position: relative;
	top: 0;
	display: inline-block;
	height: 8px;
	width: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9000px;
}

/* =================================================================================
                                 OVERRIDES                 
================================================================================= */
.accordion li.active .content {
    max-height: 1400px;
}
.contact-type>.btn-group>.btn span {
	font-weight: 600;
	letter-spacing: 1px;
}
.contact-type>.btn-group>.btn span i {
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 14px;
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
.contact-type>.btn-group>.btn {
	height: 50px;
	border: 0;
	background: #fff;
    font-size: 11px;
	letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4c4c4c;
	margin-bottom: 0;
}

.contact-type-white>.input-with-label>.btn-group>.btn span {
	font-weight: 600;
	letter-spacing: 1px;
}
.contact-type-white>.input-with-label>.btn-group>.btn span i {
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 14px;
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
.contact-type-white>.input-with-label>.btn-group>.btn {
	height: 50px;
	border: 0;
	background: #ededed;
    font-size: 11px;
	letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4c4c4c;
	margin-bottom: 0;
}

.flex-direction-nav a.flex-prev {
    left: 16px;
	color: #000;
}

.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-hidden {
	overflow-y: hidden;
}

.bootstrap-select>select {
    height: 50px!important;
    border: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4c4c4c;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #4c4c4c;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}
select {
    color: #4c4c4c;
}
.logo-carousel img {
    max-height: 115px;
}
.btn-group>.btn {
	height: 50px;
	border: 0;
	background: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4c4c4c;
	margin-bottom: 0;
	width: 100%;
	text-align: left;
}
.btn-group>.btn span {
	font-weight: 600;
	letter-spacing: 1px;
}
.btn-group>.btn span i {
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 14px;
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

/* ======================= MULTI SELECT FIELD ================== */
span.multiselect-native-select select {
    background: #f5f5f5;
}
span.multiselect-native-select {
    background: #f5f5f5;
	letter-spacing: 1px;
}
.multi span.multiselect-native-select {
    border: 0;
    background: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4c4c4c;
    margin-bottom: 0;
}
.multi span.multiselect-native-select .btn-group {
	width: 100%;
	display: block;
}
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 50px 0 0 0;
    padding: 10px 0;
	max-height: 350px;
}
.btn-group>.grayback {
    background: #ededed;
}
.open>.dropdown-menu::-webkit-scrollbar {
	-webkit-appearance: none;
}
.open>.dropdown-menu::-webkit-scrollbar:vertical {
	width: 12px;
}
.open>.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}
.open>.dropdown-menu {
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	-webkit-appearance: none;
}




/* ======================= MAGIC CHECKBOX ================== */
.magic-label p {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #292929;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    cursor: default;
	margin-bottom: 0;
}
.magic-checkbox:checked+label:before {
    border: #c52026;
    background: #c52026;
}
.magic-checkbox+label:before {
    border-radius: 0px;
}
.magic-checkbox+label:before, .magic-radio+label:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '';
    border: 2px solid silver;
}
.magic-checkbox+label:after {
    top: 15px;
    left: 12px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
}
label.text {
	margin: -5px 0 0 45px;
	vertical-align: middle;
	line-height: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.magic-checkbox-container {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 0 26px;
    height: 50px;
    width: 100%;
    border-radius: 0;
    text-align: left;
	transition: all 0.3s ease;
    margin-bottom: 24px;
}
.magic-checkbox-container span {
	display: inline;
	font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.magic-checkbox-container .options {
	margin: 10px 0 0 0;
}
.magic-checkbox-container .radio-option {
    display: inline;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #c52026;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 24px 10px;
}
.magic-checkbox-container .radio-option .inner {
    border: none;
    width: 15px;
    height: 15px;
    left: 2px;
	top: 2px;
}





.image-square2 {
    height: 50vw;
    max-height: 700px;
    overflow: hidden;
    padding: 0;
}
.image-square2.left .image {
    left: 0;
}
.image-square2.right .image {
    right: 0;
}
.image-square2 .image {
    height: 100%;
}
.image-square2 .image, .image-square2 > .content {
    position: absolute;
}
.image-square2.right > .content {
    left: 0;
}
.image-square2 > .content {
    padding: 0 10%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
}
.image-square2.left > .content {
    right: 0;
}
.image-square2 > .content {
    padding: 0 10%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
}






@media (max-width: 990px) {
	
}
@media (max-width: 768px) {
	
}
@media (min-width: 368px) {
	.link-list {
		font-size: 15px;
	}
	.recent-posts {
		font-size: 14px;
		line-height: 20px;
	}
}

/* =================================================================================
                                 CUSTOM                 
================================================================================= */
ul {
    list-style: square;
	margin-left: 30px;
}
ol {
	margin-left: 30px;
}
ul.none{
	list-style: none;
	margin-left: 0;
}
ul.nav_categories {
	list-style: none;
	margin-left: 0;
}
.bg-red {
    background: #c52026;
}
a.reverse {
    color: #232323;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
a.reverse:hover {
    color: #c52026;
    text-decoration: none;
}
li.active h4 {
	color: #c52026;
	font-weight: 700;
}
.cover h5 {
	font-size: 38px;
}

.error {
	font-size: 14px;
	font-weight: 600;
	color: #c52026;
	font-style: italic;
	margin-top: -20px !important;
	text-align: left !important;
	padding-bottom: 20px;
}
ul.member-bullets {
    list-style: square;
}
ul.member-bullets li {
    text-align: left;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}
ul.panel-links {
	list-style: square;
	margin: 25px 35px;
}
ul.panel-links li a {
	font-weight: 500;
	margin-bottom: 20px;
}
.accordion-1 li {
    margin-bottom: 15px;
}
.pricing-table .price2 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #292929;
    display: inline-block;
    margin-bottom: 24px;
}
.pricing-table h7 {
    font-size: 30px;
    line-height: 24px;
    font-weight: 600;
}

.widget .title.sidebar {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 0px;
	padding: 15px 0;
    border-bottom: 1px dotted #ccc;
	opacity: 1;
	color: #363636;
}
.required {
	font-size: 28px !important;
	vertical-align: bottom !important;
	display: inline !important;
	color: #c52026 !important;
}
.required2 {
	font-size: 40px !important;
	vertical-align: bottom !important;
	display: inline !important;
	color: #c52026 !important;
}
h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}



@media (max-width: 1100px) {
	.menu li a {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 1px;
		color: #292929;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		max-width: 100%;
		white-space: normal;
	}
	.mobile-menu {
		padding-right: 0;
	}
	ul.lead li {
		font-size: 14px;
		line-height: 30px;
	}
}

@media (min-width: 991px) {
	input.col-md-6-left {
		width: 49%;
		float: left;
	}
	input.col-md-6-right {
		width: 49%;
		float: right;
	}
	input.col-md-4-left {
		width: 32%;
		float: left;
	}
	input.col-md-4-center {
		width: 32%;
		float: inherit;
	}
	input.col-md-4-right {
		width: 32%;
		float: right;
	}
	.col-md-6-left {
		width: 49%;
		float: left;
	}
	.col-md-6-right {
		width: 49%;
		float: right;
	}
	.col-md-4-left {
		width: 32%;
		display: inline-block;
		float: left;
	}
	.col-md-4-center {
		width: 32%;
		display: inline-block;
	}
	.col-md-4-right {
		width: 32%;
		display: inline-block;
		float: right;
	}
}


@media (max-width: 1300px) {
	.menu > li {
		margin-right: 20px;
	}
	.menu li a {
    	font-size: 12px;
	}
	.magic-checkbox-container span {
    	font-size: 10px;
 	}
	.magic-checkbox-container .radio-option {
		width: 40px;
		height: 20px;
		border-radius: 20px;
	}
	.pl0 {
		padding-left: 0 !important;
	}
}


@media (max-width: 768px) {
	ul.lead li {
		font-size: 18px;
		line-height: 35px;
	}
	.logo-carousel .slides li {
		width: 325px !important;
	}
}

@media (max-width: 468px) {
	ul.lead li {
		font-size: 16px;
		line-height: 30px;
	}
	.membership-rates {
		text-align: center;
	}
	.member-radio {
		float: none;
		margin: 15px auto 0 auto;
	}
	.mt-options {
		margin-top: -5px;
	}
	.mt-field {
		margin-top: 24px;
	}
}
@media (max-width: 375px) {
	ul.lead li {
		font-size: 14px;
		line-height: 30px;
	}
	h2 {
		font-size: 25px;
		line-height: 30px;
	}
}




hr.red {
	border-top: 1px solid #c52026 !important;
}
hr.foot-dot {
    border: none;
    border-top: 1px dotted #4c4b4b;
    margin: 8px 0;
    width: 100%;
}
.foot-date {
    display: block;
    letter-spacing: 0;
    opacity: .4;
	font-size: 13px;
}
.footer-1 li {
	font-size: 14px;
}