.calendar.container * {
	box-sizing: border-box;
}

.calendar.container {
	width: 100%;
	position: relative;
}

.calendar ol, .calendar ul {
	margin: 0;
	padding: 0;
}	

.calendar li {
	list-style: none;
}

.calendar ol>li>ul>li {
	width: calc(14.28% - 5px);
	height: 15vh;
	float: left;
	padding: 0px;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}

.calendar ol>li>ul>li:last-of-type {
	margin-right: 0px;
	width: 14.28%;
}

.calendar li li p {
	font-size: 10px;
	display:block;
}

.calendar li li ol {
	width: auto;
}

.calendar li.event {
	display: block;
	height: auto;
	width: auto;
	background: none;
	border: 0px;
	padding-left: 22px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: none;
	cursor: pointer;
	min-height: 30px;
	padding-top: 7px;
}

.calendar li li.holiday {	
}

.calendar li li.this_month {
	overflow: hidden;
	border: 1px solid rgba(216, 220, 226, 1);
	background-color: rgba(216, 220, 226, .4);
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.calendar li li .day_digit {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: rgba(70, 86, 93, 1);
	padding: 5px;
	opacity: .8;
}

.calendar li li.off_month {
	overflow: hidden;
	border: 1px solid rgba(216, 220, 226, .4);
	background-color: rgba(216, 220, 226, .2);
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.calendar li li.off_month .day_digit {
	color: rgba(70, 86, 93, .2);
}

.calendar li li.today {
	overflow: hidden;
	border: 1px solid rgba(70, 86, 93, 0.2);
	background-color: rgba(1, 188, 255, 0.3);
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.calendar li li.weekday {
	height: 15px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
}

.calendar .cal_day {
	width: 100%;
	height: calc(100% - 32px);
}

.calendar .cal_day:focus {
	outline: none;
}

.calendar .cal_day ul {
	padding: 5px 15px 5px 5px;
}

.calendar .cal_day ul li {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 5px;
}

.calendar .cal_day .label_dot {
	display: inline-block;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	margin-right: 5px;
}

.calendar .today_jump {
	position: absolute;
	top: 0px;
	left: 0px;
}/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError * {
	box-sizing: border-box;
}

.formError {
	position: absolute;
	cursor: pointer;
	width: 200px;
	
}

.comments_listing .row_body .formError {
	display: none!Important;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.formError .formErrorContent {
	background: #01d1ff;
	position: relative;
	color: #46565d;
	font-size: 14px;
	padding: 15px;
	line-height: 14px;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
	text-transform: none;
}

.formError .formErrorArrow {
	width: 21px;
	margin: 0px auto;
}

.formError .formErrorArrow div {
	font-size: 0px;
	height: 1px;
	background: #01d1ff;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrow .line10 {
	width: 19px;
}

.formError .formErrorArrow .line9 {
	width: 17px;
}

.formError .formErrorArrow .line8 {
	width: 15px;
}

.formError .formErrorArrow .line7 {
	width: 13px;
}

.formError .formErrorArrow .line6 {
	width: 11px;
}

.formError .formErrorArrow .line5 {
	width: 9px;
}

.formError .formErrorArrow .line4 {
	width: 7px;
}

.formError .formErrorArrow .line3 {
	width: 5px;
}

.formError .formErrorArrow .line2 {
	width: 3px;
}

.formError .formErrorArrow .line1 {
	width: 1px;
}

@media screen and (max-width: 480px) {
	.formError {
	}
	.formError .formErrorContent {
	}
	
	.formError .formErrorArrow {
	}
}.jspContainer {
	overflow: hidden;
	position: relative;
	outline: none;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
}

.jspHorizontalBar {
	display: none;
}

.jspCap {
	display: block;
	height: 4px;
}

.jspVerticalBar * {
	margin: 0;
	padding: 0;
}

.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspTrack {
	position: absolute;
	cursor: pointer;
	right: 4px;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	background: #ffffff;
	border: 1px #acc4e2 solid;
}

.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #acc4e2;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border: 1px #ffffff solid;
	width: 8px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}/* NOTIFICATIONS CSS */

#notification_window {
	font: 10px Arial, Helvetica, sans-serif;
}

#notification_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 8888;
}

#notification_window {
	position: fixed;
	z-index: 9999;
	color: #000000;
	display: none;
	text-align: left;
	top: 50%;
	left: 50%;
}

#notification_ajax_content {
	clear: both;
	text-align: left;
}

#notification_hide_select {
	z-index: 7777;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#ffffff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

.notification_box {
	box-sizing: border-box;
	position: relative;
	float: left;
	background-color: #f2f2f2;
	padding: 20px;
	border: solid 1px #ffffff;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	min-width: 60px;
	min-height: 60px;
	width: 100%;
}

.notification_box .btn {
	width: 100%;
	margin: 0px;
}

.notification_contents_zone {
	position: relative;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.notification_contents_zone.success {

}

.notification_contents_zone.warning, .notification_contents_zone.error {
}

.notification_contents_zone.attention {
}

.notification_contents_zone .contents {
	text-shadow: 0px 1px 0px #ffffff;
}

.notification_contents_zone .contents h4 {
	margin-top: 0px;
}

.notification_contents_zone .contents label {
	display: inline;
	margin-left: 5px;
}

.notification_contents_zone ul, .notification_contents_zone ol {
	list-style: none;
	padding-left: 10px;
}

/* NOTIFICATIONS CSS */body * {
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
}

b, strong {
	font-weight: 800;
}

/*
STYLE OVERRIDES
*/

body, .adv-img p, .caption-bottom p, .adv-circle .caption p, .advs-box p, .list-blog p {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin-top: 0px;
}

ul, ol {
	margin-bottom: 20px;
}

@media (max-width:540px) {
	.section .advs-box h1, .section .advs-box h2, .section .advs-box h3, .section .advs-box h4, .section .advs-box h5, .section .advs-box h6, .section .advs-box h7 {
		text-align: center;
	}
}

hr {
	border-top: 1px solid rgba(70, 86, 93, 0.2);
	margin: 0px 0px 30px 0px;
}

hr.row-divider {
	margin: 20px 0px 30px 0;
}

p:empty:last-of-type {
	display: none;
}

.header-video, .section-slide, .header-title:after {
	background-color: transparent;
}

.header-title.dark:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.4);
}

.header-title.light:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(255,255,255,0.6);
}

a {
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
	color: #01d1ff;
	text-decoration: none;
	font-weight: 500;
}

.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ACCORDION */

.accordion-list {
	border-top: none;
	width: 100%;
	margin: 0px;
}

.accordion-list .list-group-item {
	 border: none;
	 border-bottom: none;
	 border-radius: 0;
	 margin-bottom: 20px;
	 text-align: left;
}

.accordion-list .list-group-item:last-of-type {
	margin-bottom: 0px;	
}

.accordion-list .list-group-item > a.text-l {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 24px;
	color: #01d1ff;
}

.accordion-list .list-group-item:last-child {
	border-bottom: none;
}

.accordion-list .list-group-item > a {
	text-transform: uppercase;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-size: 18px;
	text-align: center;
}	

.accordion-list .list-group-item > a.active, .accordion-list .list-group-item > a.active:hover {
	background-color: transparent;
	border: none;
	margin: 0px;
	font-weight: 800;
}

.accordion-list .list-group-item > a:after {
	font-family: "FontAwesome";
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	content: '\f107';
	color: #46565d;
	height: 24px;
	width: 100%;
}

.accordion-list .list-group-item:after {

}

.accordion-list .list-group-item > a:hover {
	background: transparent;
}

.accordion-list .list-group-item:before {

}

.accordion-list .list-group-item:hover {

}

.accordion-list .list-group-item .panel {
	background: transparent;
}

.accordion-list .list-group-item > .panel > .inner {
	text-align: left;
	padding: 0px;
}

.collapse-box .panel, .accordion-list .panel {
	margin: 0px;
	border: none;
}

.accordion-list.contact-list .list-group-item .panel .inner {
	text-align: center;
}

.align-center .accordion-list .list-group-item .panel .inner {
	text-align: center;
}

.img-box.i-bottom i:before, .pricing-table .pricing-price span, .btn-text, .dropdown-menu > li > a:before, .navbar-nav > li.dropdown > a:after, .nav-pills > li > a:hover, .fa-li, i.icon, i.square, i.circle, .niche-box-testimonails > h5 span, .timeline small, .comment-list .name span, a.collapse-button:hover, li.panel-item .fa-li, .fullpage-menu li.active i, .fullpage-menu li.active span, .fullpage-menu li:hover i, .fullpage-menu li:hover span, .social-group i.circle, .icon-list .list-item i, .adv-img i, .side-menu > li.active > a > i, .adv-img-full-content p.sub {
	color: #01d1ff;
}

.pricing-table .pricing-price, .list-group-item.pricing-price:hover, .list-group-item:not(.active):hover > a:not(.btn), .icon-menu .navbar-collapse ul.nav > li > a:hover i, header .btn-search:hover, .nav.ms-minimal > li.active > a, .icon-background.boxed-inverse:not(.bg-color) .i-background, .icon-box-cell > i, .advs-box.boxed a.btn, .advs-box.boxed a i, .dropdown.btn-group .active > a, .bootgrid-header .dropdown-item:hover, .white .box-side-icon-small .icon-box i, .btn-text:hover, .side-menu .active > a, .advs-box-top-icon .icon, .advs-box-top-icon.boxed .btn, .advs-box-multiple.boxed div i, .footer-minimal .footer-title, .advs-box-top-icon.boxed .circle-button, .white .text-color, .text-color, .boxed .circle-button:hover i, .btn-text i, .boxed .circle-button, .pagination > .active > a, .pagination > li > a:hover, .datepicker-panel > ul > li:hover, .adv-img-button-content .caption i, .social-line .social-group i.circle:hover, .white .icon-box-cell > i.square, .white .icon-box-cell > i.circle, .white .pagination > li > a:hover, .white .pagination > .active > a, .white.advs-box-blog .tag-row span:after, .white.niche-box-post, .white.niche-box-post .tag-row span:after, header.bg-transparent .navbar-default .navbar-nav > li.active > a, .btn-border {
	color: #748088 !important;
}

[class*="col-md-"].boxed, .fa-angle-up.scroll-top, .call-action-box, .white .img-box.adv-img-half-content .caption, .ul-dots li:before, .flex-control-paging li a.flex-active, .flex-control-paging li a:hover, .progress-bar, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .block-infos p.bd-day {
	border-color: #01d1ff !important;
	background-color: #01d1ff !important;
	color: #fff!important;
}

.social-group i.circle, .social-button i.circle, .bg-color, .home-fullpage p, .home-fullpage a:hover, ul.side-menu li.active:before, #twosides-menu, .advs-box-multiple div.circle, .advs-box.boxed .advs-box-content, .advs-box.boxed, .box-social-page, .advs-box-top-icon-img .icon, .circle-button .navbar-inner .nav:not(.ms-rounded) li a:before {
	background-color: #01d1ff;
}

div.adv-img-side-content .btn:hover, .nav-pills > li.active > a, .mega-menu .nav-tabs li.active, .list-items .list-item span, div.adv-img-side-content .btn:hover i, .nav.inner.ms-rounded li a:hover, .nav.inner.ms-rounded li.active a, .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
	border-color: #01d1ff !important;
	color: #01d1ff !important;
}

.white .btn:hover, .niche-box-post.boxed .block-infos {
	border-color: #01d1ff !important;
}

.btn-border, .social-group i.circle, .social-button i.circle {
	border-color: #01d1ff;
}

.circle-button {
	border-color: #01d1ff;
	color: #01d1ff;
}

.multimedia_group-block .multimedia-attachments .multimedia_file-block .circle-button {
	border-color: rgba(70, 86, 93, 0.2) !important;
	color: rgba(70, 86, 93, 0.2) !important;
}

.multimedia_group-block .multimedia-attachments  .multimedia_file-block h5 {
	margin: 0;
	line-height: 24px;
}

.multimedia_group-block .multimedia-attachments .advs-box.multimedia_file-block {
	margin-bottom: 10px;
}

.multimedia_group-block .multimedia-attachments .advs-box.multimedia_file-block .description p, .multimedia_group-block .multimedia-attachments .advs-box.multimedia_file-block .details p {
	font-size: 12px;
	line-height: 14px;
}

.multimedia_group-block .multimedia-attachments .advs-box.multimedia_file-block:last-of-type {
	margin-bottom: 30px;
}

.tab-box > .panel, .tab-box > .panel-box > .panel, .niche-box-team .content-box hr, hr.e, .datepicker-top-left, .datepicker-top-right {
	border-top-color: #01d1ff !important;
}

.tab-box.right .panel-box {
	border-right-color: #01d1ff !important;
}

.tab-box.left .nav-tabs, .mi-menu .sidebar-nav, .tab-box.left .panel-box, .img-box.adv-img-half-content .caption, .title-base.text-left p, .adv-img-half-content .sub-text {
	border-left-color: #01d1ff !important;
}

.list-items .list-item:hover, .title-modern h2, .tab-box.inverse .panel, .datepicker-top-left:before, .datepicker-top-right:before, .navbar .nav > li.active {
	border-bottom-color: #01d1ff !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: rgba(70, 86, 93, 0.2);
}

.navbar-default .navbar-toggler {
	display: block;
	position: absolute;
	width: 45px;
	height:  80px;
	border: none;
	background-color: transparent;
	top: 0px;
	right: 30px;
	margin: 0px;
	
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}

.navbar-default .navbar-toggler .navbar-togglerburger span, .navbar-default .navbar-toggler .navbar-togglerburger span:before, .navbar-default .navbar-toggler .navbar-togglerburger span:after {
	background: #748088;
}

.scroll-css .navbar-default .navbar-toggler {
	height:  50px;
}

.header-base .breadcrumb.b a, .header-base .breadcrumb > .active {
	color: #01d1ff !important;
}

.btn-border:hover {
	color: #01d1ff !important;
	border-color: #01d1ff !important;
}

.advs-box-top-icon.boxed .icon {
	background-color: #01d1ff !important;
	border-color: #01d1ff !important;
}

.navbar-default {
	background-color: transparent;
}

.navbar-nav li:hover, .sidebar-nav ul a:hover, .panel-item > span:hover, .sidebar-nav .panel-item > span:hover, .bg-transparent li.active {
	background: transparent;
	color: #01d1ff !important;
}

.sidebar-nav {
	margin-top: 32px;
}

.sidebar-nav hr {
	margin-bottom: 10px;
}

.sidebar-nav .parent {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar-nav a:not(.parent) {
	font-weight: 100;
}

.sidebar-nav span.on:not(.parent) {
	font-weight: normal;
}

.sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:active {
	background: transparent;
}

.navbar-default .navbar-header {
	float: none;
	height: 80px;
	text-align: center;
	margin: 0px;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}

.scroll-css .navbar-default .navbar-header {
	height: 50px;
}

.navbar-default .navbar-nav > li {
	float: none;
}

.navbar-primary {
	display: inline-block;
	float: none;
	margin-left: -300px;
	margin-right: -100px;
}

.navbar-primary.navbar-nav.subline-menu > li > ul {
	position: fixed;
	top: 80px;
	z-index: 999;
	background-color: #f5f5f5;
	padding: 10px 0px;
	text-align: left;
}

.navbar-primary.navbar-nav.subline-menu > li > ul > li a span {
	line-height: 40px;
	font-weight: 100;
}

@media (max-width:992px) {
	.navbar-primary {
		display: none;
	}
}

.navbar-default .navbar-primary.navbar-nav > li {
	float: left;
}

.navbar-default .navbar-primary.navbar-nav > li a {
	padding: 0px 10px;
}

.navbar-default .navbar-nav > li.user-menu ul.dropdown-menu > li {
	text-align: center;
}

.navbar-nav.navbar-right > li.user-menu a:hover, .navbar-nav.navbar-right > li.user-menu.open > a {
	color: #46565d!Important;
	box-shadow: none;
	background-color: transparent;
}

@media (max-width:992px) {
	.navbar-nav > li.user-menu ul a {
		line-height: 30px;
	}
	
	.navbar-default .navbar-nav > li.wrap a {
		max-width: 85px;
	}
}

@media (max-width:767px) {
	.navbar-nav .user-menu a, .navbar-default .navbar-nav > li.wrap a {
		width: 100%;
		max-width: none;
		padding: 0px;
		line-height: 40px;
		font-size: 12px;
		margin: 0px;
	}
}

.navbar-nav > li.user-menu a {
	width: auto;
	background-color: transparent!Important;
	color: #46565d;
	line-height: 30px;
	padding: 10px 15px;
}

.navbar-nav > li.user-menu a:hover, .navbar-nav > li.user-menu.open > a {
	color: #46565d!Important;
	box-shadow: none;
}

.navbar-nav > li.user-menu ul a {
	padding: 0px;
	margin-right: 0px;
}

.navbar-nav > li.user-menu ul a:hover {
	background-color: transparent;
	color: #01d1ff!Important;
}

.navbar-default .navbar-primary.navbar-nav > li a span {
	line-height: 50px;
	font-weight: 300;
	font-size: 16px;
	padding: 0px 10px;
}

.scroll-css .navbar-default .navbar-primary.navbar-nav > li a span {
	font-size: 12px;
}

.navbar-default .navbar-nav li a span {
	line-height: 50px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
}

.navbar-default .navbar-nav li a.on span {
	color: #46565d;
	font-weight: 800;
}

.navbar-default .navbar-collapse li a.on span {
	color: #46565d;
	font-weight: 800;
}

.navbar-default .navbar-nav ul.child-nav li a.on span {
	color: #46565d;
}

.navbar-default .navbar-nav > li a span {
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

.navbar-default li a span {
	-webkit-transition: line-height 0.3s ease-in-out;
	-moz-transition: line-height 0.3s ease-in-out;
	-ms-transition: line-height 0.3s ease-in-out;
	-o-transition: line-height 0.3s ease-in-out;
	transition: line-height 0.3s ease-in-out;
}

.scroll-css .navbar-default .navbar-primary.navbar-nav > li a span {
	line-height: 50px;
}

.navbar-default .navbar-primary.navbar-nav > li a span {
	line-height: 80px;
}


.navbar-default .navbar-nav > li > a.on, .navbar-default .navbar-nav > li > a.on:hover, .navbar-default .navbar-nav > li > a.on:focus {
	background: #01d1ff;
}

.navbar-default .navbar-nav > li > a.on.gohome span, .navbar-default .navbar-nav > li > a.on.gohome, .navbar-default .navbar-nav > li > a.on.gohome:hover, .navbar-default .navbar-nav > li > a.on.gohome:focus {
	color: #46565d;
	background: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	color: #46565d;
	background: rgba(70, 86, 93, 0.19);
}

.navbar-collapse .navbar-nav > .active > a, .navbar-collapse .navbar-nav > .active > a:hover, .navbar-collapse .navbar-nav > .active > a:focus {
	background: rgba(70, 86, 93, 0.2);
}

.navbar-collapse .navbar-nav > .active a.on, .navbar-collapse .navbar-nav > .active a.in {
	background: #01d1ff;
	color: #46565d;
}

.navbar-collapse .navbar-nav > .active .active a.on {
	background: #e7e7e7;
	color: #46565d;
}

.navbar-default .navbar-nav > li.sublined > a.on, .navbar-default .navbar-nav > li.sublined > a.in {
	box-shadow: none;
}

.navbar-default .navbar-nav > li.sublined a.type-section {
	cursor: default;
}

.navbar-nav.navbar-nav > li a, .navbar-default .navbar-nav > li a, .navbar-default .navbar-nav > li.wrap a, .navbar-nav .user-menu a, .navbar-default .navbar-nav > li.wrap a {
	width: 100%;
	max-width: none;
	padding: 0px;
	line-height: 40px;
	font-size: 12px;
	margin: 0px;
	display: block;
	color: #46565d;
}

.navbar-default .navbar-nav > li a:hover {
	color: #01d1ff;
	box-shadow: none;
}

@media (pointer:coarse) {
	.navbar-default .navbar-nav > li > a:hover {
		color: #46565d;
	}
}

.navbar-collapse {
	margin: 0px;
	-webkit-box-shadow: none;
	border-top-width: 1px;
	border-top-style: solid;
}

.navbar-collapse .navbar-nav {
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
	float: none!Important;
}

@media (min-width:992px) {
	.navbar-duplicate {
		display: none;
	}
}

.navbar .navbar-main .container {
	width: auto;
	margin: 0px -15px;
}

.subline-bar {
	background-color: #f5f5f5;
	box-shadow: 0px 0px 35px 0px rgba(70, 86, 93, 0.35);
}

.subline-bar a {
	color: #46565d;
}

.subline-bar li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.subline-bar li a:hover {
	background-color: #01d1ff;
	color: #46565d;
}

.subline-bar li a.on:hover {
	background-color: transparent;
	color: #46565d;
}

.subline-bar li a > span {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
}

.subline-bar li a:not(.on):not(.in):hover {
	color: #46565d;
}

.subline-bar li a.on {
	box-shadow: inset -0px -4px 0px 0px #01d1ff;
}

.sublined.active.current-active {
	background: #f5f5f5;
}

.navbar-nav li.current-active > ul {
	width: 100%;
	background-color: rgba(116, 128, 136, 0.1);
}

.navbar-brand {
	position: relative;
	margin: 0px!Important;
	padding: 0px;
	line-height: 50px;
	top: 5px;
	left: 10px;
	height: calc(100% - 10px);
	width: 300px;
}

@media (max-width:992px) {
	.navbar-brand {
		width: calc(100% - 85px);
	}
}

header > .navbar {
	border: none;
}

.navbar-main {
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 35px 0px rgba(70, 86, 93, 0.35);
	border-color: #fff !Important;
}

.navbar-main {
	height: auto;
}


.section-slide .container-inner {
	height: auto;
	width: 100%;
	line-height: normal;
}

.slides li.text-top .section-slide .container-inner {
	padding-bottom: 25%;
}

.slides li.text-bottom .section-slide .container-inner {
	padding-top: 25%;
}

.slides li.text-left .section-slide .container-inner {
	padding-right: 50%;
}

.slides li.text-right .section-slide .container-inner {
	padding-left: 50%;
}

.section-slide .container-inner h1.text-xl {
	font-family: marydale,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 72px;
	line-height: 60px;
	margin-bottom: 40px;
}

.section-slide .container-inner .btn {
	display: inline-block;
	background-color: rgba(0,0,0,0.85);
	border: none;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 18px;
	margin: 0px;
	color: #46565d;
	padding: 15px 25px;
	background-color: #01d1ff;
}

.section-slide .container-inner .btn:hover {
	background-color: #01bcff;
}


.section-slide .container-inner p {
	font-size: 28px;
	margin-bottom: 40px;
}

.section-slide .container-inner i.circle {
	background-color: #01d1ff;
	color: #46565d;
}

.section-slide .container-inner span.label {
	font-size: 16px;
	font-weight: 600;
}

.overlaybox .btn {
	background-color: #01d1ff;
	border: 1px solid #01d1ff;
	text-transform: uppercase;
	font-weight: 800;
	color: #46565d;
}

.hero-logo {
	width: 143px;
	height: auto;
}

.sections-container {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
	min-height: 200px;
	padding-top: 80px;
}

header.sublined + .sections-container > .section-first:not(.section-backgrounded):not(.parallax-bg) {
	padding-top: 50px;
}

.header-container {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.scroll-css .header-container {
	margin-top: 50px;
}

@media (max-width:540px) {
	.header-container {
		margin-top: 0px;
	}
}

@media (max-width:540px) {
	header.sublined + .sections-container > .section-first:not(.section-backgrounded):not(.parallax-bg) {
		padding-top: 0;
	}
}

.section-slider+.sections-container {
	margin: 0;
	padding: 0;
}

.section-slider+.sections-container .section-first {
	padding: 0;
}

.section.section-padded .row.inner-padding {
	padding: 60px 0px 20px 0px;
}

@media (max-width:768px) {
	.section.section-padded .row.inner-padding {
		padding: 30px 0px 15px 0px;
	}
}

.section.footer .inner-padding {
	padding: 0px;
}

.section .background-container {
	background-repeat: no-repeat;
	height: 100%;
}

.section .background-cover {
	background-position: center;
	background-size: cover;
}

@media (max-width:992px) {
	.section-slide .container-inner p {
		font-size: 16px;
	}
}

.section.section-backgrounded {
	min-height: 350px;
	-webkit-transition: min-height 0.3s ease-in-out;
	-moz-transition: min-height 0.3s ease-in-out;
	-ms-transition: min-height 0.3s ease-in-out;
	-o-transition: min-height 0.3s ease-in-out;
	transition: min-height 0.3s ease-in-out;
}

@media (max-width:992px) {
	.section.section-backgrounded {
		min-height: 250px;
	}
}

@media (max-width:768px) {
	.section.section-backgrounded {
		min-height: 200px;
	}
}

@media (max-width:540px) {
	.section.section-backgrounded {
		min-height: 150px;
	}
}

.section.background-dark-grey, .background-dark-grey {
	background-color: #dbdbdb;
}

.section.background-grey, .background-grey {
	background-color: #e8e8e8;
}

.section.background-lt-grey, .background-light-grey {
	background-color: #f5f5f5;
}

.section.background-grey hr, .background-grey hr {
	border-top: 1px solid #888;
}

.section.background-lighten hr, .background-lighten hr {
	border-top: 1px solid rgba(70, 86, 93, 0.2);
}

.section.background-darken hr, .background-darken hr, .text-light hr {
	border-top: 1px solid rgba(255,255,255,0.6);
}

.section.background-darken:before, .section.background-darken .parallax-wrapper:before, .section-slider .background-darken .section-slide:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.4);
}

.section.background-lighten:before, .section.background-lighten .parallax-wrapper:before, .section-slider .background-lighten .section-slide:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(255,255,255,0.6);
}

.section p, .text-block p, .teaser p {
	font-size: 20px;
	font-weight: 100;
	line-height: 30px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.section p:empty, .text-block p:empty, .teaser p:empty {
	display: none;
}

.text-block p:last-of-type {
	margin: 0;
}

.section p a {
	color: #01d1ff;
}

.section p a:hover {
	color: #01d1ff;
}

p.disclaimers {
	font-size: 85%;
	line-height: 120%;
}

.section ul li, .section ol li {
	color: #46565d;
	font-size: 18px;
	font-weight: 100;
}

@media (max-width:540px) {
	.section p {
		font-size: 16px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
	}
	
	.section ul li, .section ol li {
		font-size: 14px;
	}
}

@media (max-width:540px) {
	.section .col-md-6 h1, .section .col-md-5 h1, .section .col-md-4 h1 {
		text-align: center;
	}
}

.section h1:last-child, .section h2:last-child, .section h3:last-child {
	margin: 0px;
}

.section h1:first-child, .section h2:first-child, .section h3:first-child {
	margin-bottom: 20px;
}

.section h1, .text-block h1, .teaser h1 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 36px;
	text-align: center;
}

.section>h1, .section>h2, .section>h3 {
	text-align: center;
}

.home .text-block h1 {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 64px;
	text-align: left;
}


@media (max-width:540px) {
	.home .text-block h1 {
		font-size: 36px;
	}
	
	.home .text-block h2 {
		font-size: 24px;
	}
	
	.home .text-block h3 {
		font-size: 18px;
	}
}

.section h2, .text-block h2, .teaser h2 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 24px;
}

.section h3, .text-block h3, .teaser h3 {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 24px;
}

.section h4, .text-block h4, .teaser h4 {
	font-weight: 100;
	font-size: 24px;
}

.section .page-header, .section .block-header, .section.title-box {
	border-bottom: 1px solid rgba(70, 86, 93, 0.2);
	margin: 0px 0px 40px 0px;
	text-align: center;
}

.section .page-header h1, .section .block-header h1, .section.title-box h1 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 36px;
}

.section .page-header h2, .section .block-header h2, .section.title-box h2 {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 24px;
	margin-bottom: 20px;
}

@media (max-width:540px) {
	.section .page-header, .section .block-header {
		margin: 0px 0px 30px 0px;
		padding: 0px;
	}
}

.section.section-uncontained .block-header:first-of-type {
	margin-top: 60px;
}

.section.section-uncontained .col.map-block:last-child {
	margin: 0;
}

.section .text-block a {
	color: #01d1ff;
}

.section strong, .section b {
	font-weight: 500;
}

.section table th {
	vertical-align: top;
	padding: 5px;
	font-weight: normal;
}

.section table td {
	vertical-align: top;
	padding: 10px;
}

.section table td.data {
	white-space: nowrap;
	font-size: 14px;
	text-align: left;
}

.section table strong {
	text-transform: uppercase;
}

.section .intro {
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}

.pagination-box > p {
	margin: 0px;
	color: #d8dce2;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
}


hr.dotted {
	border-top: 2px dotted #748088;
}

hr.faint {
	border-top: 1px solid #d8dce2;
}

.nav > li > a {
	padding: 10px 5px;
	line-height: 30px;
}

.input-group {
	width: 100%;
	margin-bottom: 10px;
}

@media (min-width:1200px) {
	.nav > li > a {
		padding: 10px 15px;
	}
}

.section-slider {
	margin-top: 50px;
}

.section-slider .container-middle {
	padding-top: 30px;
}

.section-slider > .flexslider, .section-slider, .advanced-slider, .section-slide, .section-slide .container-middle {
	height: calc(100vh - 50px);
	position: relative;
	top: auto;
	bottom: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (pointer:coarse) {
	.section-slider > .flexslider, .section-slider, .advanced-slider, .section-slide, .section-slide .container-middle {
		height: calc(100vh - 113px);
	}
}

@media (max-width:1700px) and (min-height : 1100px) {
	.section-slider > .flexslider, .section-slider, .advanced-slider, .section-slide, .section-slide .container-middle {
		height: 1040px;
	}
}

@media (max-width:1024px) {
	.section-slide .container-inner h1.text-xl {
		font-size: 72px;
		line-height: 62px;
		margin: 5px 0px;
	}
	
	.section-slide .container-inner p {
		margin: 10px 0px;
	}
	
	.section-slide .container-inner .btn {
		font-size: 14px;
		margin: 5px;
	}
}

@media (max-width:768px) {
	.section-slider > .flexslider, .section-slider, .advanced-slider, .section-slide, .section-slide .container-middle {
		height: 840px;
	}
}

.title-base h1 {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 64px;
}

.title-base h2 {
	font-size: 36px;
}

.title-base h1 strong {
	font-weight: 800;
}

.title-base hr, .white .title-base hr {
	background-color: #01d1ff;
}

@media (max-width:992px) {	
	.section-slider > .flexslider, .section-slider, .advanced-slider, .section-slide, .section-slide .container-middle {
		height: 650px;
	}

	.title-base h1 {
		font-size: 56px;
		line-height: 56px;
	}
	
	.title-base h2 {
		font-size: 33px;
	}
}

@media (max-width:767px) {	
	.section-slider > .flexslider, .section-slider, .advanced-slider, .section-slide, .section-slide .container-middle {
		height: 450px;
	}
	
	.section-slide .container-inner h1.text-xl {
		font-size: 48px;
		line-height: 44px;
	}
	
	.title-base h1 {
		font-size: 48px;
		line-height: 48px;
	}
	
	.title-base h2 {
		font-size: 24px;
	}
}

@media (max-width:540px) {	
	.navbar-nav.navbar-left, .navbar-nav.navbar-right {
		margin: 0 -15px;
	}
	
	.section-slider > .flexslider, .section-slider, .advanced-slider, .section-slide, .section-slide .container-middle {
		height: 350px;
	}
	
	.section-slide .container-inner h1.text-xl {
		font-size: 36px;
		line-height: 30px;
		margin: 0px;
	}
	
	.section-slide .container-inner p {
		font-size: 12px;
		line-height: 18px;
		padding: 0px 40px;
		margin: 5px 0px;
	}
	
	.section-slide .container-inner .btn {
		font-size: 12px;
		margin: 5px;
		padding: 10px 15px;
	}
	
	.title-base h1 {
		font-size: 32px;
		line-height: 32px;
	}
	
	.title-base h2 {
		font-size: 18px;
	}
}

@media (max-width:320px) {	
	.section-slider > .flexslider, .section-slider, .advanced-slider, .section-slide, .section-slide .container-middle {
		height: 300px;
	}
	
	.section-slide .container-inner h1.text-xl {
		font-size: 28px;
		line-height: 28px;
	}
	
	.section-slide .container-inner p {
		font-size: 12px;
		line-height: 16px;
		padding: 0px 30px;
	}
	
	.slides li.text-left .section-slide .container-inner p, .slides li.text-right .section-slide .container-inner p {
		padding: 0px;
	}
	
	.section-slide .container-inner .btn {
		font-size: 10px;
		padding: 5px 10px;
	}
}

.parallax-container .title-base h1 {
	display: none;
}

.title-base hr, .white .title-base hr {
	background-color: #01d1ff;
}

.adv-img h2 {
	font-weight: 800;
	font-size: 24px;
	line-height: 36px;
	background-color: rgba(0,0,0, 0.7);
	display: inline-block;
	padding: 12px 15px 10px 15px;
	border: 1px solid #fff;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.adv-img:hover h2 {
	background-color: rgba(70, 86, 93, 0.9);
	border: 1px solid #01d1ff;
	color: #01d1ff;
}

@media (max-width:767px) {
	.adv-img h2 {
		font-size: 24px;
		line-height: 24px;
	}
}



.section-slider > .flexslider .flex-control-nav {
	bottom: 20px;
	z-index: 11;
}

.adv-img-full-content .caption-bg {
	background-color: rgba(0, 0, 0, 0.0);
}

.fixed-top {
	height: 80px;
	
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}

.scroll-css.fixed-top {
	height: 50px;
}

.header-parallax, .layer-parallax {
	height: 550px;
}

@media (max-height:768px) {
	.header-parallax, .layer-parallax {
		height: 350px;
	}
	
	.bg-cover {
		background-position: center -100px;
	}
}

@media (max-width:992px) {
	.header-title, .header-animation, .header-slider .layer-parallax, .header-parallax, .layer-parallax, .header-slider .flexslider .slides {
		height: 350px;
	}
}

@media (max-width:767px) {
	.header-title, .header-animation, .header-slider .layer-parallax, .header-parallax, .layer-parallax, .header-slider .flexslider .slides {
		height: 350px;
	}
}

@media (max-width:540px) {
	.bg-cover {
		background-position: center center;
	}
	
	.header-title, .header-animation, .header-slider .layer-parallax, .header-parallax, .layer-parallax, .header-slider .flexslider .slides {
		height: 250px;
	}
	
	.menugroupselector.header-parallax.header-slider .layer-parallax, .menugroupselector.header-parallax.header-slider, .menugroupselector.header-parallax.header-slider .flexslider .slides {
		height: 105px;
	}
	
	.header-slider .flexslider .slides, .header-slider .flexslider .slides li {
		min-height: auto;
	}
}

.header-parallax.menugroupselector h1 {
	display: none;
}

/*
* ===================
* FIXED COLORS
* ===================
*/

.text-light p, .text-light label, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light h7 {
	color: #fff!Important;
}

.text-dark p, .text-dark label, .text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark h7 {
	color: #46565d;
}

p, label, h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
	color: #46565d;
}

a {
	color: #46565d;
}

.adv-img h2 {
	color: #fff;
}

.btn {
	border-radius: 48px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-primary {
	color: #46565d !important;
	text-transform: uppercase;
	font-weight: 800;
	background-color: #01d1ff !important;
	border-color: #01d1ff !important;
	padding: 15px 25px;
}

.btn-primary:hover, .btn-primary:active {
	color: #46565d !important;
	background-color: #01bcff !important;
	border-color: #01bcff !important;
}

.btn-primary i {
	color: #fff;
}

.btn-secondary {
	text-transform: uppercase;
	font-weight: 800;
	padding: 15px 25px;
	background-color: #d8dce2 !important;
	border: none !important;
}

.btn-secondary:hover, .btn-secondary:active {
	background-color: #748088 !important;
	border: none !important;
}

.btn-secondary i {
	color: #fff;
}

.btn-default.btn-xs {
	white-space: nowrap;
}

.social-group i.circle, .social-button i.circle, .advs-box-top-icon.boxed .icon, .boxed .btn-text:hover {
	color: #fff;
}

.btn-search, .btn-search:hover, .btn-border, .btn-border:hover {
	background-color: rgba(255, 255, 255, 0.00) !important;
}

footer {
	width: 100%;
	float: left;
	position: relative;
	border: none;
	background-color: transparent!Important;
}

footer, footer p, footer .tag-row span, footer a, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer h7 {
	color: #fff;
}

footer .social-group i.circle {
	color: #46565d;
}

footer .social-group .fa:hover {
	background: #46565d;
}

footer h4 {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

footer .social-group, .section footer .social-group {
	margin: 0px;
}

footer p, .section footer p {
	font-size: 12px;
}

footer .content {
	background-color: #748088;
	padding: 40px 0px;
}

footer .container {
	padding: 0px;
}

@media screen and (max-width: 768px) {
	footer .container {
		padding: 0px 15px;
	}
	
	.btn-primary {
		padding: 10px 15px;
	}
}

.partners-bar .banner_ad_box {
	display: inline-block;
	margin: 0px 20px;
	vertical-align: middle;
	max-width: 200px;
	max-height: 100px;
}

.partners-bar {
	margin-top: 10px;
}

.partners-bar .banner_ad_box {
	margin: 0px 5px;
}

.partners-bar .banner_ad_box:first-of-type {
	margin-left: 0;
}

.partners-bar .banner_ad_box:last-of-type {
	margin-right: 0;
}

.partners-bar .banner_ad_box img {
	max-width: 200px;
	max-height: 100px;
	width: inherit;
	height: inherit;
}

footer .bottom-bar, .section footer .bottom-bar {
	background-color: #46565d;
	text-align: center;
}

footer .bottom-bar p, .section footer .bottom-bar p {
	display: inline;
	margin: 0px 10px;
	padding: 0px;
}

footer .bottom-bar hr, .section footer .bottom-bar hr {
	display: inline-block;
	width: 33%;
	border-top: 1px solid rgba(255,255,255, 0.3);
	margin: 10px 0px;
}

footer .bottom-bar .row, footer .bottom-bar .row p {
	font-size: 14px;
	font-weight: 400;
}

footer .bottom-bar .row.tertiary-nav {
	font-size: 10px;
	margin-bottom: 20px;
	line-height: 12px;
}

footer .bottom-bar .row.copyright-block {

}

footer .bottom-bar .row.copyright-block p {
	font-size: 10px;
}

footer .bottom-bar .row .text_nav_menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

footer [class*="col-md"] p {
	margin-bottom: 10px;
}

.text_nav_menu:before {
	display: none;
}

.text_nav_menu li {
	display: inline-block;
	white-space: nowrap;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid rgba(255,255,255, 0.3);
}

.text_nav_menu li:last-of-type {
	border: none;
	margin-right: 0px;
}

.text_nav_menu li.on span {
	font-weight: 800;
}

a.text_nav:link, a.text_nav:visited, a.text_nav:active {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: inherit;
	font-weight: inherit;
	background-color: transparent!Important;
	line-height: 1;
}

a.text_nav:hover {
	color: #01d1ff!Important;
	font-family: inherit;
	font-weight: inherit;
	background-color: transparent!Important;
}

.grid-table.border-grid, .form-control {
	border: 1px solid #D2D2D2;
	border-radius: 48px;
}

.section-border .content > .row > [class*="col-md"] {
	border-right: 1px solid #D2D2D2;
}

.section-border {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}

.block-quote.quote-1:before, .block-quote.quote-2:before {
	color: rgba(113, 130, 138, 0.34);
}

.quote-author, .nav-tabs > li a {
	color: #8b9092;
}

/*
* ===================
* FONTS
* ===================
*/

body, p, .adv-img p, .caption-bottom p, .adv-circle .caption p {
	font-size: 16px;
}

.advs-box p {
	font-size: 18px;
	color: #46565d;
	line-height: 1.5em;
}

.advs-box hr, .article hr {
	margin: 15px 0;
}

@media (max-height:992px) {
	.advs-box hr, .article hr {
		margin: 15px auto;
	}
}

.news-carousel-block .advs-box hr, .news-carousel-block .advs-box hr, .events-carousel-block .advs-box hr, .events-listing-block .advs-box hr {
	display: block;
}

.adv-img-half-content .sub-text, .advs-box-side-img h2 a, .step-number, .font-2, .block-quote, .niche-box-post h2, .home-slider li p, .title-base p, .box-menu-inner .icon-box-cell p, .pricing-table h3, .adv-img-down-text .caption-bottom p, .tweets_txt span, .comment-list .name span, .tag-row a, .tag-row.icon-row span, .niche-box-team h4, .niche-box-testimonails-cloud .name-box .subtitle .subtxt, .adv-img-full-content p, .quote-author, .niche-box-testimonails > h5 span, .adv-img-classic-box .caption-inner p.sub-text {
	font-weight: 400;
}

.pricing-price, .text-black {
	
}

.nav > li > a {
	font-weight: 400;
}

.google-map {
	height: 450px;
}

@media (max-height:768px) {
	.google-map {
		height: 300px;
	}
}

@media (max-width:540px) {
	.google-map {
		height: 300px;
	}
}

/*
* ===================
* MOBILE - RESPONSIVE
* ===================
*/

@media (max-width:992px) {
	header.bg-transparent .navbar-default .navbar-nav > li.active > a {
		color: #01d1ff !important;
	}
	
	.navbar-fixed-top {
		position: fixed !important;
	}
	
	.navbar-header {
		background: transparent;
	}
}

/*FORMS*/

.form-block {
	position : relative;
}

.section .form-block.col .col {
	margin: 0px 0px 40px 0px;
}

.section .form-block.col .section.footer-box .col {
	margin: 0;
} 

.form-block h1 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 36px;
	text-align: center;
}

.form-block .form-group {
	margin-bottom: 0px;
	position: relative;
}

@media (max-width:540px) {
	.form-block .form-group {
		margin-bottom: 15px;
	}
}

.form-block .form-group:not(.radio):not(.checkbox) label {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
}


.form-block .form-group.radio, .form-block .form-group.checkbox {
	padding-left: 20px;
	background-color: #edeeee;
	margin-top: 0px;
	padding: 10px 20px;
}

.form-block .form-group.radio>label, .form-block .form-group.checkbox>label, .form-block .order_summary-box label {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 40px;
	vertical-align: middle;
}

.form-block .form-group.radio>label:first-of-type, .form-block .form-group.checkbox>label:first-of-type {
	width: 100%;
	margin-left: -10px;
}

.form-block .order_summary-box .line_item {
	display: block;
}

.form-block .order_summary-box label {
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.form-block .order_summary-box .amount {
	float: right;
	width: 50%;
	text-align: right;
}

.form-block .order_summary-box .amount .currency_symbol {
	position: absolute;
	right: 25%;
}

.form-block .form-group.radio>label.radio-option, .form-block .form-group.checkbox>label.checkbox-option {
	text-transform: none;
	font-weight: normal;
	font-weight: 100;
	font-size: 15px;
	padding-left: 10px;
}

.form-block .form-group.radio>label.radio-maxwidth, .form-block .form-group.checkbox>label.checkbox-maxwidth {
	width: 100%;
	padding-left: 40px;
}

.form-block .form-group.text.required_flag, .form-block .form-group.select.required_flag, .form-block .form-group.textarea.required_flag, .form-block .form-group.radio.required_flag, .form-block .form-group.checkbox.required_flag {
	border-right: 4px solid #01d1ff;
}

.form-block .form-group input:not([type='submit']):not([type='radio']):not([type='checkbox']):not([type='file']) {
	width: 100%;
	outline: none;
	padding: 10px;
	padding-bottom: 30px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	font-size: 14px;
	background-color: #edeeee;
	height: 60px;
	font-weight: 100;
}

.form-block .form-group textarea.form-control {
	outline: none;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	padding: 10px;
	height: 100px;
	background-color: #edeeee;
	padding-bottom: 30px;
	font-weight: 100;
}

.form-block .form-group.textarea label {
	width: 100%;
	background-color: #edeeee;
	padding-top: 5px;
}

.form-block .form-group.select {
	background-color: #edeeee;
}

.form-block .form-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0px;
	outline: none;
	color: #555;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	width: 100%;
	cursor: pointer;
	background: transparent;
	height: 60px;
	font-weight: 100;
	position: relative;
	z-index: 1;
}

.form-block .form-group select::-ms-expand {
	 display: none;
}

.form-block .form-group select:focus {

}

.form-block .form-group.select:after, .form-block .form-group.country:after, .form-block .form-group.region:after {
	content: "\f107"; 
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 24px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #46565d;
}

.input-group .form-control {
	padding: 15px 25px;
	height: auto;
	box-shadow: none;
}

@media screen and (max-width: 768px) {
	.input-group .form-control {
		padding: 10px 15px;
	}
}

.form-block .col p {
	font-size: 15px;
	font-weight: 100;
}

.form-block .col p:last-of-type {
	margin-bottom: 0px;
}

.form-block .col>p:first-of-type {
	margin-top: 0px;
	margin-bottom: 30px;
}

.form-block .footer-box, .form-block .legal-box {
	text-align: center;
}

.form-block .footer-box form {
	display: inline;
}

.form-block .footer-box .col {
	width: 100%;
}

.form-block .error-box {
	margin-bottom: 30px;
}

.form-block .thanks p {
	text-align: center;
}

@media (max-width:540px) {	
	.form-block .form-group.radio>label:not(.radio-inline) {
		width: 100%;
	}
}

.form-block .ticket-box {
	text-align: center;
}

.form-block .ticket-box h3 {
	margin: 0px;
}

.form-block .ticket-box .ticket.price {
	font-weight: 800;
	text-transform: uppercase;
}

.form-block .ticket-box h4 .ticket {
	font-weight: 800;
}

.form-block .ticket_option_box {
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.form-block .ticket_option_box h4 {
	display: block;
	height: 72px;
	width: 72px;
	line-height: 72px;
	background-color: #01d1ff;
	color: #fff;
	font-weight: 800;
	position: absolute;
}

 .form-block .ticket_option-row {
	width: 100%;
	padding: 0px 0px 10px 82px;
	text-align: left;
}

.form-block .ticket_option-row .text_field_input {
	padding: 10px;
	line-height: 27px;
	width: 100%;
	border: 1px solid #edeeee;
	border-right: 4px solid #01d1ff;
}
 
.form-block .ticket_option-row .label_box {
 	font-weight: 100;
 	text-transform: uppercase;
}


.loading_spinner_box {
	position: fixed;
	z-index: 9999;
	display: none;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	
	height: 50px;
	width: 50px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
}

#spinner_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color: #fff;
	filter:alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
	z-index: 1000;
}

.slick-slider {
  margin: 0px -15px 30px -15px;
}

.slick-list {
}

.slick-prev, .slick-next {
	width: 45px;
	height: 60px;
}

.slick-prev:before, .slick-next:before {
	font-family: "FontAwesome";
	font-size: 55px;
	line-height: 55px;
	content: '\f104';
	color: #46565d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
	content: '\f105';
}

@media (min-width:1500px) {
	.slick-prev {
		left: -60px;
	}
	
	.slick-next {
		right: -60px;
	}
}

@media (max-width:540px) {
	.slick-prev, .slick-next {
		width: 15px;
		height: 15px;
	}
	
	.slick-prev {
		left: 0px;
	}
	
	.slick-next {
		right: 0px;
	}
	
	.slick-prev:before, .slick-next:before {
		font-size: 25px;
		line-height: 15px;
	}
}

.questions-list > h1 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 20px;
}

.section .testimonial-block {
	text-align: center;
}

.section .testimonial-block h1 {
	font-family: marydale,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	margin: 0px 0px 20px 0px;
}

.section .testimonial-block p {
	font-family: marydale,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin: 0px 0px 20px 0px;
}

.tab-box {
	width: 100%;
	text-align: center;
}

.tab-box > .panel, .tab-box > .panel-box > .panel {
	padding: 0px;
	margin: 0px;
	border: none;
	width: 100%;
}

.nav-tabs {
	display: inline-block;
	border-bottom: 1px solid #46565d;
	text-align: center;
	margin: 0px;
	margin-bottom: 30px;
}

.nav-tabs > li {
	margin: 0px;
	border: none;
	float: left;
}

.nav-tabs > li > a, .nav-tabs > li.active > a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0px!Important;
	padding: 10px 30px;
	border: none;
	border-bottom: 4px solid #fff;
	text-align: center;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color: transparent;
	border-bottom: 4px solid #eee;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:visited, .nav-tabs > li.active > a:focus {
	font-weight: 800;
	border: none;
	border-bottom: 4px solid #46565d;
}

@media (max-width:540px) {
	.nav-tabs > li > a, .nav-tabs > li.active > a {
		font-size: 12px;
		padding: 10px 15px;
	}
}

@media (max-width:480px) {
	.nav-tabs > li > a, .nav-tabs > li.active > a {
		font-size: 12px;
		padding: 10px;
	}
}

.flexslider {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-bottom: 0px!Important;
}

.flex-control-nav li {
	line-height: 10px;
}

.section .text-block ol, .section .text-block ul {
	text-align: left;
}

.section .text-block ol li {
	
}

.section .col {
	margin: 0px 0px 40px 0px;
}

@media (max-width:768px) {
	.section .col {
		margin: 0px 0px 15px 0px;
	}
	
	.section .col.teaser.teaser-card:first-of-type {
		margin-top: -15px;
	}
	
	.section .col.teaser.teaser-card:last-of-type {
		margin-bottom: 0px;
	}
}

.section .col .col {
	margin: 0px;
}

.section .slick-slide .col {
	margin-bottom: 20px;
}

.text-block.padded {
	padding: 0px 120px;
}

@media (max-width:992px) {
	.text-block.padded {
		padding: 0px 15px;
	}
}

@media (max-width:540px) {
	.text-block.padded {
		padding: 0px 20px;
	}
}

.section-uncontained .text-block.col {
	padding: 0px 30px;
}

@media (max-width:540px) {
	.section-uncontained .text-block.col {
		padding: 0px 15px;
	}
}

.section .row:empty {
	display: none;
}

.progress-circle .subtitle p.main, .progress-circle .subtitle p.main .counter {
	font-weight: 800;
	font-size: 24px;
	color: #646569;
	margin: 0px;
	text-transform: uppercase;
}

.progress-circle .subtitle p.sub {
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #646569;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.advs-box .img-box img, .base-box .img-box img {
	max-height: 400px;
	max-width: 400px;
	margin: 0px auto;
}

@media (max-width:991px) {
	.advs-box .img-box img, .base-box .img-box img {
		margin: 0px auto;
	}
}

.advs-box h4 {
	margin: 0px;
	padding: 0px;
}

.advs-box h4 a {
	font-weight: 800;
}

.advs-box p {
	font-weight: 100;
	padding: 0px;
}

@media (max-width:540px) {	
	.advs-box {
		text-align: center;
	}
}

.advs-box.advs-box-top-icon-img .img-box {
	margin-bottom: 30px;
}

.advs-box.advs-box-top-icon-img .img-box img {
	max-height: 100px;
	max-width: 300px;
	width: auto;
}

.thumbnail {
	border: none;
	border-radius: 0px;
	padding: 0px;
}

.news-listing-block {
	float: left;
	width: 100%;
}

.col.news_group, .col.article, .col.search-tool form {
	margin: 0px 15% 40px 15%;
	width: auto;
	float: none;
}

@media (max-width:540px) {
	.col.news_group, .col.article, .col.search-tool form {
		margin: 0px 15px;
		width: auto;
	}
}

.list-group {
	margin: 0;
}

.col.news_group h1, .col.article h1 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 36px;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(70, 86, 93, 0.2);
}

.col.news_group h2, .col.article h2 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(70, 86, 93, 0.2);
}

.col.article .article-box > h1:first-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.col.article .article-box > h2:first-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.col.news_group .article-box ul, .col.news_group .article-box ol, .col.article .article-box ul, .col.article .article-box ol {
	margin: 30px 0px;
}

.col.news_group .tag-row, .col.article .tag-row {
	text-align: center;
}

.col.news_group .articles_column .row {
	padding-bottom: 40px;
	margin-bottom: 60px;
	border-bottom: 1px solid #D2D2D2;
}

.article-box {
	margin-bottom: 40px;
}

.col.article p.byline {
	text-align: center;
	font-size: 16px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #636569;
	border-color: #636569;
}

ul.pager {
	margin: 0px;
}

.articles_column + .pager-box {
	margin-bottom: 0px;
}

.article.container > .pager-box {
	position: relative;
	top: -15px;
	margin-bottom: 20px;
}

@media (max-width: 540px) {
	.article.container > .pager-box {
		top: 0;
	}
}

.pager li > a:not(.anima-button), .pager li > span {
	background: transparent;
	border: 1px solid #cccccc;
	padding: 5px 15px 3px 15px;
}

.pager li > a.anima-button {
	border: 1px solid #01d1ff;
}

.pager li > a.anima-button:hover {
	background: transparent;
}

.pager .btn {
	background-color: rgba(255, 255, 255, 0.9);
}

.pager .btn, .pager .btn i {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	color: #888;
}

.pager .btn:hover, .pager .btn:hover i {
	color: #46565d;
}

.pager .btn.dir-right {
	float: right;
}

.pager .btn.dir-left {
	float: left;
}

.pager .disabled .btn, .pager .disabled .btn:hover {
	visibility: hidden;
}

.pager .disabled .btn i {
	color: #f5f5f5;
}

.list-group .list-group-item-text {
	font-size: 14px;
	color: #46565d;
	line-height: 1.5em;
	font-weight: 100;
}

.list-group .list-group-item h4 {
	font-weight: 800;
	color: #46565d;
}

.teaser-carousel-block {
	text-align: center;
}

.teaser-carousel-block h3 {
	color: #46565d;
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
	text-transform: none;
	margin: 0px 0px 60px 0px;
}

#login_zone {
	padding-top: 60px;
}

#login_zone .form-block {
	width: 300px;
	margin: 40px auto 50px auto;
	
	border: 1px solid #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 10px #ccc;
	background-color: #f5f5f5;
	padding-top: 25px;
	padding-bottom: 10px;
}

#login_zone .form-block .btn {
	width: 100%;
}

table.list-box {
	width: 100%;
}

table.list-box .col-link a {
	font-size: 20px;
	color: #46565d;
}

table.list-box .col-link a:hover {
	color: #01d1ff;
}

table.list-box .row-odd {
	background-color: #f3f3f3;
}

table.list-box .row-even {
	background-color: #ededed;
}

table.list-box td {
	border-bottom: 1px solid rgba(70, 86, 93, 0.2);
	padding: 20px;
	vertical-align: middle;
}

table.list-box .col-filesize, table.list-box .col-view, table.list-box .col-download {
	vertical-align: top;
}

table.list-box .col-view, table.list-box .col-download {
	width: 50px;
}

table.list-box .col-view {
	padding-right: 10px;
}

table.list-box .col-download {
	padding-left: 10px;
}

table.list-box .col-link {
	padding-right: 0px;
	position: relative;
}

table.list-box .col-link .multimedia-description p {
	font-size: 14px;
	line-height: 1.5;
}

table.list-box .col-link .multimedia-description p:last-of-type {
	margin-bottom: 0px;
}

table.list-box .col-link .multimedia-attribution {
	display: block;
}

table.list-box .col-link .tag-row {
	margin: 0px;
}


@media (max-width: 540px) {
	table.list-box td {
		float: left;
		width: 100%;
		padding: 5px;
	}
	
	table.list-box td.col-link {
		border: none;
		padding-top: 20px;
	}
	
	table.list-box td.col-view, table.list-box td.col-download {
		float: left;
		width: 50%;
		padding-bottom: 20px;
	}
	
	table.list-box td .btn {
		width: 100%;
	}
}

.sharethis-inline-share-buttons {
	margin-bottom: 30px;
}

.sharethis-inline-share-buttons:last-of-type {
	margin: 0px;
}

.faithsourced-attribution {
	line-height: 30px;
}

.faithsourced-attribution a {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNTAgMzUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNTAgMzUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cgkuc3Qxe29wYWNpdHk6MC4yNTt9Cjwvc3R5bGU+CjxnPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxOTMuMiwxNTYuOCAxOTMuMiwxMDkuNSAxNTYuOCwxMDkuNSAxNTYuOCwxNTYuOCAxMjAuNywxNTYuOCAxMjAuNywxNTguNSAxMjAuNywxOTAuNyAxMjAuNywxOTMuMiAKCQkxNTYuOCwxOTMuMiAxNTYuOCwyNDAuNSAxOTMuMiwyNDAuNSAxOTMuMiwxOTMuMiAyMjkuMywxOTMuMiAyMjkuMywxOTAuNyAyMjkuMywxNTguNSAyMjkuMywxNTYuOCAJIi8+Cgk8Zz4KCQk8ZyBjbGFzcz0ic3QxIj4KCQkJPGc+CgkJCQk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEyMC43LDE0Mi43IDk1LjEsMTE3IDM3LjEsMTc1IDk1LjEsMjMzIDEyMC43LDIwNy4zIDg4LjQsMTc1IAkJCQkiLz4KCQkJPC9nPgoJCTwvZz4KCQk8ZyBjbGFzcz0ic3QxIj4KCQkJPGc+CgkJCQk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjIyOS4zLDE0Mi43IDI1NC45LDExNyAzMTIuOSwxNzUgMjU0LjksMjMzIDIyOS4zLDIwNy4zIDI2MS42LDE3NSAJCQkJIi8+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==");	
	background-size: 24px 24px;
	background-position: 0 -6px;
	background-repeat: no-repeat;
	padding-left: 28px;
}