/*	PROJECT :: CHAPMAN'S PEAK DRIVE
	2021.07
	CUSTOM.CSS
===========================================================================*/
@import url("/templates/shaper_helix3/css/css_partners.css");
/*===============================================================
	>>> HIDE STUFF <<<
===============================================================*/
.mapprint, /* googlemap */
.ltabs-tabs-container,/*responsive content */
.ltabs-loadmore,
.sp-dropdown.sp-dropdown-sub.sp-menu-right,
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after,
.itemid-790 h2.itemTitle,
.itemBackToTop,
.itemid-1454 .back_overview, /* 100 years wonder */
.itemid-1455 .back_overview, /* competition prizes terms */
.itemid-1456 .back_overview  /* partners */ {
	display: none!important;
}
/*===============================================================
	>>> BODY & PAGEBUILDER <<<
===============================================================*/
#sp-main-body {
	padding: 64px 0 !important;
}
.com-sppagebuilder #sp-main-body {
	padding: 0 !important;
}
/*===============================================================
	>>> TYPOGRAPHY <<<
===============================================================*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #0a0a0a;
}
h1 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 43px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
}
h1, h2 {
	color: #00587f;
	margin-top: 0px;
	font-weight: 300 !important;
}
h3 {
	color: #004165;
	font-size: 22px;
	line-height: 29px;
	font-weight: 600 !important;
	margin-bottom: 15px;
}
h4 {
	font-size: 18px;
	line-height: 29px;
	font-weight: 600 !important;
}
h4, h5 {
	color: #3eafc2;	
}
h5, h6 {
	font-size: 16px;
	line-height: 29px;
	font-weight: 300 !important;
}
p {
	margin-bottom: 24px;
}
a {
	color: #004165;
}
a:hover,
a:focus {
	color: #0e9cd1;
}
.form_intro h3 {
	margin-top: 0px;
}

.text-shadow {
	text-shadow: 3px 3px 4px #333;
}
/* horizontal menus - top & footer section
============================================*/
ul.nav.menu.horizontal li {
	border: 0;
	display: inline-block;
	list-style-type: none;
	padding-right: 15px;
}
ul.nav.menu.horizontal > li > a {
	line-height: 100%;
}
ul.nav.menu.horizontal > li > a:before {
	display: none;
}
/* - HELPERS
==================*/
.spacer25 {
	margin:25px 0 !important;
}
.radius5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.radius3{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.text-center,
.sppb-text-center {
	text-align: center;
}
/*===============================================================
	>>> TOP SECTION <<<
===============================================================*/
#sp-top-bar {
	background-color: #004165;
	color: #fff;
	border-top: 3px solid #079ee3;
}
#sp-top-bar a {
	color: #fff;
}
#sp-top-bar a:hover,
#sp-top-bar li.active a {
	color: #0e9cd1;
}
#sp-top-bar li.active a {
	font-weight: 600;
}
#sp-top-bar .sp-module {
	display: block !important;
	margin: 0px !important;
}
/* - STATUS
==================*/
#sp-top-bar .status-top {
	font-weight:bold;
}
#sp-top-bar .status-top span {
	margin: 0 0 0 15px;
}
#sp-top-bar span.road_open {
	color: #60FF21;
}
#sp-top-bar span.road_closed {
	color: #fff;
	background-color: #ff0000;
	border-radius: 15px;
	padding: 3px 10px;
}
/* - TOP SOCIAL ICONS
==========================*/
#sp-top2 {
	text-align: right;
}
#sp-top2 .social_icons i {
	margin: 0 6px;
	font-size: 18px;
}
/* - TOP MENU
==================*/
#sp-top-bar .menu-top {
	float: right;
}
#sp-top-bar .menu-top ul.nav.menu.horizontal li {
	padding: 0 15px;
}
#sp-top-bar .menu-top ul.nav.menu.horizontal li:last-child {
	padding-right: 0px;
}
/*	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	shaper_helix3 :: TABLET ( 768 - 991 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :768px) and (max-device-width :991px) {
	#sp-top-bar {
		text-align: center;
	}
	#sp-top-bar .menu-top {
		float: none;
	}
}
/*	shaper_helix3 :: MOBILE ( 320 - 424 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :767px) {
	#sp-top-bar .status-top {
		text-align: center;
	}
}
/*===============================================================
	>>> HEADER | LOGO | MENU SECTION <<<
===============================================================*/
/* - HEADER
==================*/
#sp-header {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
#sp-header,
#sp-logo,
#sp-menu {
	height: 125px;
}
/* - LOGO & SLOGAN
=======================*/
#sp-logo {
	align-items: center;
	display: flex;
}
#sp-logo .logo {
	height: inherit;
}
#sp-logo .sp-module {
	margin: 0;
}
#sp-logo .tagline {
    text-align: center;
}
#sp-logo .tagline h4 {
    color: #004165;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.07em;
    margin: 0;
}
/* - MENU
==================*/
div#sp-menu {
	-ms-flex-align: center!important;
	align-items: center!important;
	display: inline-grid;
	display: grid;
}
#sp-menu .sp-megamenu-parent > li > a {
	font-size: 18px;
	text-transform: inherit;
	line-height: 124px;
}
#sp-menu .sp-megamenu-parent > li:last-child a {
	padding-right: 0;
}
#sp-menu .sp-megamenu-parent > li:hover > a,
#sp-menu .sp-megamenu-parent > li.active > a {
	/*color: #004165;*/
	color: #0e9cd1;
}
#sp-menu .sp-megamenu-parent li.sp-menu-item.social a {
	padding: 0 5px;
}
/* sub-menu */
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 0!important;
}
#sp-menu .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
#sp-menu .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	left: 10px !important;
}
#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	background-color: #004165;
	color: #fff;
}
/*	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	SHAPER_HELIX3 :: DESKTOP ( 992 - 1199 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :992px) and (max-device-width :1199px) {	
	#sp-menu {
		padding: 0;
	}
	#sp-menu .sp-megamenu-parent > li > a {
		font-size: 16px;
	}
	#sp-menu .sp-megamenu-parent > li > a,
	#sp-menu .sp-megamenu-parent > li:last-child a {
		padding: 0 13px;
	}
}
/* - OFFCANVAS
==================*/
body.ltr #offcanvas-toggler {
	margin: 0px !important;
}
/* icon burger */
#offcanvas-toggler {
	font-size: 24px;	
	line-height: 125px;
}
#offcanvas-toggler > .fa {
	color: #333;
}
#offcanvas-toggler > .fa:hover,
#offcanvas-toggler > .fa:focus {
	color: #004165;
}
/* menu */
.offcanvas-overlay {
	background: rgb(0 0 0 / 91%);
}
.offcanvas-menu {
	width: 85%;
	background-color: rgb(0 52 81);
	padding: 0 0 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
	/*padding: 30px;*/
	padding: 0px 30px;
	margin: 0px;
	border-bottom: 0px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.nav {
	margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
	margin-top: 60px;
	padding: 0px 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
	text-transform: inherit;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {	
	font-size: 14px !important;
	padding: 4px 0px !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active .menu-toggler {
	color: #0e9cd1;
	background: transparent !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
	font-weight: 600;
}
/* sub-menu */
.offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
	padding-left: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
	/*font-size: 12px !important;*/
	padding: 4px 0 !important;
	line-height: 20px;
	color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul li.active ul li a {
	color: #fff;
	background: transparent;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
	color: #0e9cd1;
	background: transparent !important;
}
li.item-186.deeper.parent span.offcanvas-menu-toggler,
li.item-187.deeper.parent span.offcanvas-menu-toggler {
	display: none;
}
/* social icons */
.offcanvas-menu .social_icons {
	text-align: center;
	border-top: 2px solid #079ee3;
	margin-top: 20px;
	padding-top: 20px;
}
.offcanvas-menu .social_icons a {
	color: #fff;
	font-size: 18px;
	margin: 0 6px;
}
.offcanvas-menu .social_icons a:hover {
	color: #079ee3;
}
/*===============================================================
	>>> SP-TITLE BANNER <<<
===============================================================*/
.itemid-101 #sp-page-title {
	display: none;
}
.sppb-section {
	z-index: 1;
	position: relative;
}
.sppb-row-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#mytitletop {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: inherit !important;
	background-position: 50% 50% !important;
	background-image: url(/images/assets_title/banner_default.jpg);
	background-color: #004165;
	color: #fff;
	height: 500px;
	text-align: center;
}
#sp-title #mytitletop .sppb-section-title {
	background: linear-gradient(224.8deg,rgba(0,82,121,.85) 0,rgba(0,17,32,.85) 100%);
	/*width: 90%;*/
	width: 65%;
	display: inline-block;
	padding: 30px 42px;
	position: relative;
	top: 73px;
	z-index: 1;
}
#sp-title .my1strow a {
	color: #0e9cd1;
}
#sp-title .my1strow a:hover {
	color: #fff;
}
#sp-title .my1strow h2 {
	font-size: 44px !important;
	line-height: 50px !important;
	margin-bottom: 10px !important;
	color: #fff;
}
#sp-title .my1strow p {
	font-size: 18px !important;
	line-height: 24px !important;
}
#sp-title .sppb-section-title .sppb-title-subheading {
	display: inline-block;
	max-width: 80%;
}
/* bkg position */
.itemid-162 #mytitletop /* contact & thanks */,
.itemid-163 #mytitletop {
	background-position: 50% 70% !important;
}
.itemid-177 #mytitletop /* blog */ {
	background-position: 50% 10% !important;
}
.itemid-186 #mytitletop /* things to do */ {
	background-position: 50% 80% !important;
}
.itemid-201 #mytitletop /* who's involved */ {
	background-position: 50% 90% !important;
}
.itemid-202 #mytitletop /* terms */ {
	background-position: 50% 60% !important;
}
/*	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	shaper_helix3 :: MOBILE ( 768 - 991 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :768px) and (max-device-width :991px) {	
	#sp-title #mytitletop .sppb-section-title {
		width: 90%;
	}
}
/*	shaper_helix3 :: MOBILE ( 425 - 767 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :425px) and (max-device-width :767px) {	
	#mytitletop {
		height: 660px;
	}
	#sp-title .my1strow h2 {
		font-size: 40px !important;
		line-height: 45px !important;
	}
	#sp-title .my1strow p {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	#sp-title #mytitletop .sppb-section-title {
		width: 80%;
	}
	#sp-title .sppb-section-title .sppb-title-subheading {
		max-width: 95%;
	}
	/* bkg position  */
	.itemid-162 #mytitletop /* contact & thanks */,
	.itemid-163 #mytitletop {
		background-position: 77% 70% !important;
	}
	.itemid-185 #mytitletop /* drive */ {
		background-position: 40% 50% !important;
	}
	.itemid-188 #mytitletop /* engineering */ {
		background-position: 42% 50% !important;
	}
	.itemid-194 #mytitletop /* about */ {
		background-position: 77% 50% !important;
	}
	.itemid-203 #mytitletop, /* privacy, disclaimer */
	.itemid-204 #mytitletop {
		background-position: 70% 50% !important;
	}
	.itemid-775 #mytitletop /* history */ {
		background-position: 25% 50% !important;
	}
}
/*	shaper_helix3 :: MOBILE ( 425 - 500 ) - Engineering
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :425px) and (max-device-width :500px) {
	.itemid-188 #sp-title #mytitletop .sppb-section-title {
		padding: 30px;
		width: 90%;
	}
	.itemid-188 #sp-title .my1strow h2 {
		font-size: 30px !important;
		line-height: 38px !important;
	}
	.itemid-188 #sp-title .my1strow p {
		font-size: 14px !important;
		line-height: 20px !important;
	}
}
/*	shaper_helix3 :: MOBILE ( 320 - 424 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :424px) {
	#mytitletop {
		height: 660px;
	}
	#sp-title #mytitletop .sppb-section-title {
		padding: 30px;
		width: 90%;
	}
	#sp-title .my1strow h2 {
		font-size: 30px !important;
		line-height: 38px !important;
	}
	#sp-title .my1strow p {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	#sp-title .sppb-section-title .sppb-title-subheading {
		max-width: 100%;
	}
	/* bkg position  */
	.itemid-162 #mytitletop /* contact & thanks */,
	.itemid-163 #mytitletop {
		background-position: 82% 70% !important;
	}
	.itemid-185 #mytitletop /* drive */ {
		background-position: 30% 50% !important;
	}
	.itemid-188 #mytitletop /* engineering */ {
		background-position: 40% 50% !important;
	}
	.itemid-194 #mytitletop /* about */ {
		background-position: 77% 50% !important;
	}
	.itemid-203 #mytitletop, /* privacy, disclaimer */
	.itemid-204 #mytitletop {
		background-position: 80% 50% !important;
	}
	.itemid-775 #mytitletop /* history */ {
		background-position: 26% 50% !important;
	}
}
/*===============================================================
	>>> BLOG / NEWS CATEGORY <<<
===============================================================*/
/* - main css
==================*/
#news .grid_overlay {
	/*margin: 10px 0;*/
	margin: 15px 0;
}
#news .grid_overlay .img_bkg {
	width: 100%;
	height: 400px;
	position: relative;
	vertical-align: middle;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: inherit !important;
	background-position: 50% 50% !important;
}
#news .grid_overlay .img_bkg,
.itemImageBlock img {
	border: 1px solid #f1f1f1;
}
#news .grid_overlay .img_bkg .overlay {
	color: #fff;
	/*background-color: rgb(107 107 107 / 48%);*/
	overflow: hidden;
	position: absolute;
	bottom: 0;
	top: 0;
	/* z-index: 99; */
	width: 100%;
}
#news .grid_overlay .img_bkg a {
	color: #fff;
}
#news .grid_overlay .img_bkg a:hover {
	color: #22b8f0;
}
#news .grid_overlay h3 {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	text-shadow: 1px 1px 1px #000;
	padding: 0 20px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.04em;
	margin: 0px;
}
#news .grid_overlay .footer_left,
#news .grid_overlay .footer_right {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-shadow: 1px 1px 1px #000;
}
#news .grid_overlay .footer_left {
	position: absolute;
	bottom: 8px;
	left: 16px;
	padding-right: 16px;
}
#news .grid_overlay .footer_right {
	position: absolute;
	bottom: 8px;
	right: 16px;
	padding-left: 16px;
}
/* - category_item_leading
================================*/
#news .grid_overlay.leading h3 {
	font-size: 28px;
	line-height: 32px;
}
/* - category_item_primary
================================*/
#news .grid_overlay.primary .img_bkg {
	height: 255px;
}
#news .grid_overlay.primary h3 {
	font-size: 18px;
}
/* - PAGINATION
==================*/
.k2Pagination {
	text-align: center;
	margin: 60px 0 20px 0;
}
.k2Pagination ul.pagination {
	display: -webkit-inline-box;
	display: inline-flex;
	margin: 0px;
	display: inline-block;
}
.pagination > li {
	display: inline-grid;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
	border-radius: 0px;	
}
.k2Pagination ul li a {
	background: transparent;
	text-decoration: none;
	color: #444;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 8px;
}
.k2Pagination ul li.active a {
	background: #004165 !important;
	border-color: #004165 !important;
	color: #fff;
}
.k2Pagination ul li a:focus,
.k2Pagination ul li a:hover {
	background: #004165;
	border-color: #004165;
	color: #fff !important;
}
.k2Pagination ul li a:focus {
	box-shadow: 0 0 0 0.2rem rgb(0 65 101 / 48%);
}
/* >>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	HELIX_ULTIMATE :: TABLET (768 - 991))
-----------------------------------------------------------------------------------*/
@media only screen and (min-device-width :768px) and (max-device-width :991px) {
	#news .grid_overlay.leading h3 {
		font-size: 24px;
		line-height: 28px;
	}
}
/*	HELIX_ULTIMATE :: MOBILE (320 - 767)
-----------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :767px) {
	#news .grid_overlay {
		margin: 10px 0;
	}
	#news .grid_overlay.leading h3 {
		font-size: 24px;
		line-height: 28px;
	}
	#news .grid_overlay .footer {
		font-size: 10px;
	}
}
/*===============================================================
	>>> BLOG / NEWS ARTICLE <<<
===============================================================*/
.news_article .heading {
	margin-bottom: 14px;
}
.news_article .date {
	font-size: 12px;
	font-weight: 600;
	margin: 2px 0;
}
.news_article .img {
	float: right;
	width: 40%;
	margin-bottom: 12px;
	margin-left: 12px;
}
.news_article .img_caption {
	background: #e8e8e8;
	color: #000;
	font-size: 12px;	
	letter-spacing: 0.03em;
	text-align: center;
	padding: 4px 6px;
}
.news_article .itemVideoBlock {
	margin: 25px 0;
	text-align: center;
	display: block;
}
/* - BLOG BOX
==================*/
/* main  */
.news_article .blog_box {
	/*background: #eee;
	color: #656565;
	text-align: center;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	font-size: 14px;
	margin: 10px 0;
}
.news_article .blog_box h4 {
	margin-top: 0px;
	font-weight: 600;
}
.news_article .blog_box p:last-child {
	margin-bottom: 0;
}
.news_article .blog_box a {
	text-decoration: underline;
}
.news_article .blog_box a:hover {
	text-decoration: none;
}
/* toll plaza */
.news_article .blog_box.tollplaza {
	text-align: center;
	background: #eee;
	border: 1px solid #dcdcdc;
}
.news_article .blog_box.tollplaza,
.news_article .blog_box.tollplaza h4 {
	color: #656565;
}
/* terms  */
.news_article .blog_box.terms {
	text-align: left;
	background: #fcf8e3;
	border: 1px solid #faebcc;	
}
.news_article .blog_box.terms,
.news_article .blog_box.terms h4 {
	color: #8a6d3b;
}
/*	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	shaper_helix3 :: MOBILE ( 320 - 424 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :767px) {
	.news_article .img {
		float: none;
		width: 100%;
		margin-left: 0px;
	}
}
/*===============================================================
	>>> BACK TO OVERVIEW - BLOG / TRAFFIC STATS <<<
===============================================================*/
.back_overview {	
	border-top: 1px solid rgb(21 119 160 / 24%);
	margin-top: 30px;
	padding-top: 10px;
}
.back_overview a {
	color: rgb(21 119 160 / 64%);
}
.back_overview a:hover {
	color: #004165;
}
/*===============================================================
	>>> TRAFFIC STATS <<<
===============================================================*/
.itemid-347 .itemContainer.itemContainerLast:first-child h3 {
	margin-top: 0px;
}
.traffic_stats .block {
	border-bottom: 1px solid #5ec4bc;
}
.traffic_stats .attachments {
	margin-top: 30px;
	background: #eee;
	padding: 20px;
}
.traffic_stats .attachments h4 {
	display: inline;
	margin-top: 0px;
	margin-right: 4px;
}
/*	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	SHAPER_HELIX3 :: MOBILE ( 320 - 424 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :767px) {
	.catItemView.traffic_stats h3 {
		font-size: 20px;
		line-height: 26px;
	}
}
/*===============================================================
	>>> GALLERY <<<
===============================================================*/
.speasyimagegallery-album-description {
	color: #757575;
	font-size: 14px;
	line-height: inherit;
	margin-bottom: 20px;
	text-align: center;
}
.speasyimagegallery-album-description h3 {
	font-size: 30px;
	font-weight: 300 !important;
	line-height: 36px;
	margin: 0 0 15px;
}
.speasyimagegallery-album-description p {
	width: 80%;
	display: inline-block;
}
/* - GALLERY - 100 YEARS HISTORY MOD-210
---------------------------------------------*/
#mod-speasyimagegallery-210 .speasyimagegallery-gallery-item-content {
	background: rgba(0,0,0,.8);
}
#mod-speasyimagegallery-210 .speasyimagegallery-gallery-item-title {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.speasyimagegallery-image-content {
	padding: 6px 12px;
	text-align: center;
}
.speasyimagegallery-image-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.06em;
}
/*	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	SHAPER_HELIX3 :: MOBILE ( 320 - 767 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :767px) {
	.speasyimagegallery-image-content {
		bottom: 60%;
		line-height: 30px;
		display: contents;
	}
	.speasyimagegallery-image-title {
		font-size: 13px;
		padding: 10px;		
		background: rgba(0,0,0,.8);
	}
}
/*===============================================================
	>>> POPUP FANCY BOX/MODULE <<<
===============================================================*/
.mod_fancy .grid_column {
	z-index: 0;
	position: relative;
	background: #fff;
	box-shadow: 0 0 0 1px #E2E9ED;
	/*padding: 10px;*/
	padding: 20px;
	box-sizing: border-box;
	-webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
	transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.mod_fancy .grid_column:before {
	content: "";
	display: block;
	/*padding-top: 100%;*/
	padding-top: 115%;
}
.mod_fancy .grid_column:hover {
	z-index: 1;
	box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
	/*-webkit-transform: scale(1.05);
	/*transform: scale(1.05);*/
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
	transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
.mod_fancy .grid_column:hover .readmore {
	/*margin: 16px 0 0;
	height: 44px;*/
	opacity: 1;
	height: 0px;
}
.mod_fancy .card {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	padding: 20px;
	border: 0px;
	border-radius: 0;
}
.mod_fancy .img {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	overflow: hidden;	
}
.mod_fancy .img img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.mod_fancy .display {	
	/*padding: 0 20px;*/
	padding: 0;
}
.mod_fancy .title {
	margin-bottom: 6px;
}
.mod_fancy .title h3 {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	font-family: "Montserrat", sans-serif !important;
	margin: 0px 
}
.mod_fancy .snippet {
	font-family: "Montserrat", sans-serif;
	color: #6F808A;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
.mod_fancy .readmore {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	-webkit-transition: margin 0.2s ease, opacity 0.2s ease;
	transition: margin 0.2s ease, opacity 0.2s ease;
	opacity: 0;
	display: inline-block;
	margin: 0 10px;
}
/* - 1x (about)
=======================*/
.mod_fancy.grid_1 .grid_column:before {
	padding-top: 100%;
}
/* - 3x
=======================*/
.mod_fancy.grid_3 .title h3 {	
	line-height: 20px;
}
/* - 4x
=======================*/
.mod_fancy.grid_4 .grid_column:before {
	padding-top: 138%;
}
.mod_fancy.grid_4 .title h3 {
	font-size: 14px;
	line-height: 18px;
}
.mod_fancy.grid_4 .snippet {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.06em;
}
.mod_fancy.grid_4 .img {
	margin-bottom: 12px;
}
/*	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	SHAPER_HELIX3 :: DESKTOP ( 992 - 1199 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :992px) and (max-device-width :1199px) {
	.mod_fancy.grid_1 .grid_column:before {
		padding-top: 110%;
	}
	.mod_fancy.grid_3 .grid_column:before {
		padding-top: 140%;
	}
	.mod_fancy.grid_4 .grid_column:before {
		padding-top: 170%;
	}
	.toll_fancy.mod_fancy.grid_3 .grid_column:before {
		padding-top: 118%;
	}
}
/*	SHAPER_HELIX3 :: TABLET ( 768 - 991 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :768px) and (max-device-width :991px) {
	.mod_fancy.grid_1 .grid_column:before {
		padding-top: 128%;
	}
	.mod_fancy.grid_3 .grid_column:before {
		padding-top: 190%;
	}
	.mod_fancy.grid_4 .grid_column:before {
		padding-top: 240%;
	}
	.toll_fancy.mod_fancy.grid_3 .grid_column:before {
		padding-top: 150%;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 530 - 767 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :576px) and (max-device-width :767px) {
	.mod_fancy.grid_1 .grid_column:before,
	.mod_fancy.grid_4 .grid_column:before {
		padding-top: 150%;
	}
	.mod_fancy.grid_3 .grid_column:before {
		padding-top: 280%;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 425 - 529 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :425px) and (max-device-width :575px) {
	.mod_fancy.grid_1 .grid_column:before,
	.mod_fancy.grid_3 .grid_column:before,
	.mod_fancy.grid_4 .grid_column:before {
		padding-top: 110%;
	}
	.mod_fancy .p-0 {
		padding: 0 10px !important;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 320 - 424 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :424px) {
	.mod_fancy .p-0 {
		padding: 0 10px !important;
	}
	.mod_fancy.grid_1 .grid_column:before,
	.mod_fancy.grid_4 .grid_column:before,
	.mod_fancy.grid_3 .grid_column:before {
		padding-top: 130%;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 320 - 374 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :374px) {
	.mod_fancy.grid_1 .grid_column:before {
		padding-top: 150%;
	}
	.mod_fancy.grid_3 .grid_column:before {
		padding-top: 146%;
	}
	.toll_fancy.mod_fancy.grid_3 .grid_column:before {
		padding-top: 116%;
	}
}
/*===============================================================
	>>> STANDARD TARIFFS <<<
===============================================================*/
.btn_tariffs {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
/* - BUTTON
=======================*/
.btn_tariffs .btn {
    margin: 4px 2px;
}
/* - MODAL
=======================*/
.modal_tariffs {
	/*margin: 20px 0;*/
	display: inline-block;
}
.modal_tariffs .modal-dialog {
	top: 180px;
}
.modal_tariffs .modal-body {
	padding: 0;
}
.modal_tariffs .modal-content {
	border-radius: 0px;
	border: 0px;
	background: #004165;
}
.modal_tariffs .modal-footer {
	text-align: center;
	border-top: 0px solid #e5e5e5;
	width: 100%;
	display: grid;
	padding: 2px;
}
.modal_tariffs .modal-footer .btn {
	letter-spacing: 0.1em;
	font-size: 12px;
}
/*===============================================================
	>>> FREQUENT USER BENEFITS <<<
===============================================================*/
.btn_frequent_users {
	margin-bottom: 30px;
	text-align: center;
}
.box_terms {
	padding: 20px;	
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.box_terms,
.box_terms h3,
.box_terms h4 {
	color: #a94442;
}
.box_terms h3,
.box_terms h4 {
	margin-top: 0;
}
.box_terms p:last-child {
	margin-bottom: 0px;
}
/*===============================================================
	>>> TARIFFS TABLES <<<
===============================================================*/
/* - STANDARD TARIFFS
=======================*/
.standard_tariffs {
	font-size: 12px;
}
.standard_tariffs th {
	font-size: 13px;
}
.standard_tariffs th.TNT_01,
.standard_tariffs th.TNT_03 {
	width: 10%;
}
.standard_tariffs th.TNT_02 {
	/*width: 20%;*/
	width: 16%;
}
.standard_tariffs th.TNT_04,
.standard_tariffs th.TNT_05,
.standard_tariffs th.TNT_06 {
	width: 20%;
}
.standard_tariffs th.inside-table {
	width: 50%;
}
/* - FREQUENT USERS
=======================*/
td.TFU-01 {
	width: 14%;
}
td.TFU-02, td.TFU-03, td.TFU-04 {
	width: 25%;
}
/*===============================================================
	>>> SURROUNDING AREAS <<<
===============================================================*/
#sp-section-areas {
	background-image: url(/images/assets_background/bkg_areas.jpg);
}
.areas.bkg_img h1 {
	color: #fff;
}
.mod_areas .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;	
}
.mod_areas .card {
	box-shadow: 0px 3px 9.3px 0.7px rgb(255 255 255 / 35%);	
	margin: 10px 0px;
	color: #fff;	
}
.mod_areas .card .img:hover {
	opacity: 0.8;
}
.mod_areas .card .info {
	background-color: rgba(51, 51, 51, 0.66);
	padding: 16px;
	text-align: center;
}
.mod_areas .card .info a,
.mod_areas .card .info a:visited {
	color: #fff;
}
.mod_areas .card .info a:hover {
	color: #0e9cd1;
}
.mod_areas .card h4 {
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 24px;
	margin-top: 0px;
}
.mod_areas .card .snippet {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.04em;
}
/* article */
.article_areas h1.itemTitle {
	text-align: center;
}
.article_areas .itemImageBlock {
	margin-bottom: 20px;
}
/*===============================================================
	>>> PAGEBUILDER <<<
===============================================================*/
.bkg,
.bkg_grey {
	padding: 64px 0px !important;
}
.bkg_top {
	padding: 64px 0 0 0 !important;
}
.bkg_bottom {
	padding-bottom: 0 0 64px 0 !important;
}
.bkg {
	background-color: transparent !important;
}
.bkg_grey {
	background-color: #edf0f5 !important;
}
#sp-page-builder .page-content .sppb-section { /* check  */
	margin-top: 0px;
	z-index: 1;
}
.bkg.line,
.bkg_grey.line {
	border-top: 10px solid;
	border-image: linear-gradient(45deg, rgb(0 98 219 / 59%), rgb(0 176 135 / 64%)) 10;
}
.bkg_img,
#sp-section-areas {
	padding: 100px 0px !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}
/* introduction  */
.section_intro h4 {
	color: #004165;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 24px;
	text-align: center;
}
/* extras  */
.no_padding {
	padding: 0px !important;
}
.padding_bottom_100 {
	padding-bottom: 100px !important;
}
.centenary_gallery.bkg {
	padding: 34px 0 64px !important;
}
.surrounding.areas.bkg_img {
	background-image: url(/images/assets_banners/2200x700_chappies.jpg) !important;
}
/*===============================================================
	>>> 100 years <<<
===============================================================*/
.bkg_100years {
	height: 720px;
	padding: 50px 0 !important;
	/*padding: 355px 0 150px !important;*/
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: inherit !important;
	background-position: 50% 50% !important;
}
.bkg_100years h1,
.bkg_100years h2 {
	color: #fff !important;
	text-shadow: 1px 1px 4px #000;
}
.centenary.bkg_top {
    padding-top: 25px !important;
}
/*	>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	SHAPER_HELIX3 :: TABLET ( 991 - 1199 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :992px) and (max-device-width :1199px) {
	.bkg_100years {
		height: 580px;
	}
}
/*	SHAPER_HELIX3 :: TABLET ( 768 - 991 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :768px) and (max-device-width :991px) {
	.bkg_100years {
		height: 560px;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 425 - 767 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :574px) and (max-device-width :767px) {
	.bkg_100years {
		height: 520px;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 320 - 424 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :573px) {
	.bkg_100years {
		height: 460px;
	}
}
/*===============================================================
	>>> HOMEPAGE <<<
===============================================================*/
.home_banner h1 {
	margin-bottom: 10px;
}
/* video popup */
.mfp-container {
    background: rgb(0 0 0 / 69%) !important;
}
/*	>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	SHAPER_HELIX3 :: TABLET ( 768 - 991 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :768px) and (max-device-width :991px) {
	.home_banner h1 {
		font-size: 60px !important;
		line-height: 70px !important;
	}
	.home_banner h2 {
		font-size: 44px !important;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 425 - 767 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :425px) and (max-device-width :767px) {
	.home_banner h1 {
		font-size: 48px !important;
		line-height: 58px !important;
	}
	.home_banner h2 {
		font-size: 32px !important;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 320 - 424 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :424px) {
	.home_banner h1 {
		font-size: 44px !important;
		line-height: 52px !important;
	}
	.home_banner h2 {
		font-size: 28px !important;
	}
}
/*===============================================================
	>>> STATUS & WEATHER STATUS SHORT <<<
===============================================================*/
.box_status {
	background-image: linear-gradient(90deg,rgba(0,17,32,.85) 0,rgba(0,82,121,.85) 100%);
	color: #fff;
}
.box_status .section {
	padding: 20px;
}
.box_status .section.status {
	border-bottom: 1px solid rgba(255,255,255,.25);	
}
.box_status .section h2,
.box_status .section h4 {
	text-align: center;
}
.box_status .section h2 {
	font-size: 48px;
	font-weight: 600 !important;
	line-height: 48px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.box_status .section h2.open {
	color: #25d42b;
}
.box_status .section h2.closed {
	color: #ff0000;
}
.box_status .section h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-top: 0px;
}
.box_status .section.status h4 {
	margin-bottom: 0;
}
/*===============================================================
	>>> WEATHER STATUS SHORT <<<
===============================================================*/
#status_short {
	background-color: rgba(51, 51, 51, 0.69);
	padding: 10px 20px;
	color: #fff;
}
.box_status .status_message,
#status_short .status_message {
	text-transform: capitalize!important;
	font-size: 16px;
	font-weight: 400 !important;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}
#status_short .status_value {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}
#status_short .status_update {
	font-style: italic;
	text-align: center;
	border-top: 1px solid rgb(255 255 255 / 22%);
	margin-top:  0;
	padding-top: 6px;
}
#status_short .small {
	font-size: 11px;
	letter-spacing: 0.06em;
}
/* status images */
.status_gfx {
	background-color: #328640;
	border: 3px solid #fff;
	color: #fff;
	margin-bottom: 15px;
}
.status_open {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#80c984+0,61c419+50,8bcc82+100 */
	background: #80c984; /* Old browsers */
	background: -moz-linear-gradient(top,  #80c984 0%, #61c419 50%, #8bcc82 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #80c984 0%,#61c419 50%,#8bcc82 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #80c984 0%,#61c419 50%,#8bcc82 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c984', endColorstr='#8bcc82',GradientType=0 ); /* IE6-9 */
}
.status_closed {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}
.status_gfx div {
	margin: 20px 10px;
	overflow: hidden;
}
.status_gfx div h4 {
	margin: 10px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}
.status_gfx div p {
	font-size: 48px;
	font-weight: 500;
}
/*	>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	SHAPER_HELIX3 :: DESKTOP ( 992 - 1199 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :992px) and (max-device-width :1199px) {
	#status_short .status_value {
		font-size: 18px;
	}
}
/*	SHAPER_HELIX3 :: DESKTOP ( 768 - 991 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :768px) and (max-device-width :991px) {
	#status_short .status_value {
		font-size: 16px;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 510 - 767 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :450px) and (max-device-width :767px) {
	#status_short {
		padding: 10px 60px;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 510 - 767 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :449px) {
	#status_short .status_value {
		font-size: 16px;
	}
}
/*===============================================================
	>>> FABRIK FOMRS <<<
===============================================================*/
/* - FIELDS
==================*/
label.fabrikLabel {
	display: inline-block !important;
}
label.fabrikLabel.control-label.fabrikTip {
	font-weight: 600;
	letter-spacing: 0.04em;
}
.control-group.fabrikElementContainer {
	margin-bottom: 12px;
}
textarea.fabrikinput {
	width: 100%;
	margin-bottom: 0px;
	border-radius: .25rem;
	padding: .375rem .75rem;
	border: 1px solid #ced4da;
}
.form-control:focus,
textarea.fabrikinput:focus,
.fabrikgrid_checkbox input[type='checkbox']:checked:focus {
	color: #495057;
	background-color: #fff;
	border-color: #000;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 44%);
}
/* - GDPR
==================*/
/*.fabrikgrid_gdpr_ok.checkbox span,*/
label.fabrikLabel.control-label.fabrikEmptyLabel {
	display: none !important;
}
.fb_el_app_contact___GDPR_html p:last-child {
	margin: 0;
}
.fabrikgrid_checkbox input[type="checkbox"] {
	/*transform: scale(2, 2)!important;
	-webkit-transform: scale(2, 2)!important;*/
	/*-ms-transform: scale(2); /* IE */
	/*-moz-transform: scale(2); /* FF */
	/*-webkit-transform: scale(2); /* Safari and Chrome */
	/*-o-transform: scale(2); /* Opera */
	width:30px;
	height:30px;
	background: white;
	border-radius: .25rem;
	border:1px solid #ccc;
	-webkit-appearance: none;
	margin: 0 !important;
	margin-right: 10px !important;
	float: left;
}
.fabrikgrid_checkbox input[type='checkbox']:checked {
	border: 1px solid #333;
	transition: all .2s;
	background-image: url(/images/assets/icon_checkbox_tick.png);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
.fabrikgrid_gdpr_ok.checkbox {
	padding-bottom: 0px;
}
label.fabrikgrid_gdpr_ok.checkbox span {
	position: relative;
	top: -4px;
}
/*	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
@media only screen and (min-device-width :320px) and (max-device-width :767px) { /* 320 - 767 */
	label.fabrikgrid_gdpr_ok.checkbox span {
		top: -4px;
	}
}
/* - FORM-BUTTON
==================*/
.form-actions {
	background-color: transparent;
	border-top: 0px solid #e5e5e5;	
	padding: 0;
	margin: 0;	
}
.form-actions button {
	padding: 10px 60px;
}
/* - ALERTS
==================*/
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-message {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
/*	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	SHAPER_HELIX3 :: MOBILE ( 320 - 767 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :767px) {
	.form_intro {
		text-align: center;
	}
}
/*===============================================================
	>>> CONVERT FORMS <<<
===============================================================*/
.convertforms { background: transparent; }
.convertforms .cf-content-wrap,
.convertforms .cf-form-wrap {
padding: 18px 9px;
}
.convertforms .cf-control-group {
padding: 5px;
}
.convertforms .cf-input,
.convertforms button.cf-btn {
border-radius: 0px !important;
}
.convertforms input,
.convertforms select {
height: 38px !important;
}
.convertforms input,
.convertforms select,
.convertforms textarea {
color: #495057 !important;
font-size: 14px !important;
letter-spacing: 0.02em !important;
border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.convertforms input::placeholder,
.convertforms select::placeholder,
.convertforms textarea::placeholder {
color: #000 !important;
}
.convertforms input:focus,
.convertforms select:focus,
.convertforms textarea:focus {
border-color: #2e65ab !important;
}
/* GDPR */
.convertforms a {
display: contents;
}
.convertforms .gdpr_info .cf-control-input,
.convertforms .gdpr_checkbox label.cf-label {
color: inherit;
font-size: 13px !important;
font-weight: 300 !important;
font-style: italic;
letter-spacing: 0.03em;
}
.convertforms .gdpr_info .cf-control-input {
line-height: 20px;
}
.cf-control-group.gdpr_checkbox {
padding-top: 4px;
}
.convertforms .gdpr_checkbox input[type=checkbox] {
width: 24px;
height: 24px !important;
margin-right: 3px;
}
@media (max-width: 575.98px) {
	.cf-control-group.cf-one-half { width: 100% !important; }
}
/* THANKS / SUCCESS MESSAGE  */
.convertforms.cf-success.cf-success-hideform .cf-response {
color: #fff;
padding: 30px;
align-items: center;
}
.convertforms.cf-success.cf-success-hideform .cf-response h3 {
color: #fff;
line-height: 30px;
margin: 0;
}
.convertforms.cf-success.cf-success-hideform .cf-response p:last-child {
margin-bottom: 0;
}
@media (max-width: 575.98px) {
	.convertforms.cf-success.cf-success-hideform .cf-response { padding: 30px 22px; }
	.convertforms.cf-success.cf-success-hideform .cf-response h3 { font-size: 18px; line-height: 22px; }
}
/*===============================================================
	>>> ALL BUTTONS INCLUDING FOMRS <<<
===============================================================*/
.btn-primary,
.sppb-btn-primary {
	background-color: #004165;
	border-color: #004165;
	color: #fff;
	border-radius: 0px;
}
.btn-primary:hover, .btn-primary:focus,
.sppb-btn-primary:hover, .sppb-btn-primary:focus {
	background-color: #0e9cd1 !important;
	border-color: #0d8ab9 !important;
	color: #fff !important;
}
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle {	
	box-shadow: 0 0 0 0.2rem rgba(2, 2, 2, 0.44) !important;
	background-color: #0e9cd1 !important;
	border-color: #0d8ab9 !important;
}
/*===============================================================
	>>> CALL TO ACTION (CTA) SECTION <<<
===============================================================*/
#sp-call-to-action {
	background: linear-gradient( 45deg, rgb(0 98 219 / 59%), rgb(0 176 135 / 64%));
	color: #fff;
}
#sp-call-to-action .row.align-items-center,
#sp-call-to-action .box a {
	-ms-flex-align: center!important;
	align-items: center!important;
	display: -ms-flexbox;
	display: flex;
}
#sp-call-to-action .box {
	padding: 10px;
}
#sp-call-to-action .box a,
#sp-call-to-action .box h4 {
	color: #fff;
}
#sp-call-to-action .box a:hover {
	opacity: 0.6;
}
#sp-call-to-action .box h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
	margin-left: 6px;
}
#sp-call-to-action .box .fa-inverse {
	font-size: 20px;
}
#sp-call-to-action .box .fa-stack-2x { /* circle size */
	font-size: 38px;
}
#sp-call-to-action .box .fa-stack {
	width: 38px;
	height: 38px;
	line-height: 38px;
	display: inline-table;
}
#sp-call-to-action .box.one .fa-inverse {
	color: #67a7e3;
}
#sp-call-to-action .box.two .fa-inverse {
	color: #00203c;
}
#sp-call-to-action .bkg_dark {
	background: #00203c;
	color: #fff;
	overflow: hidden;
}
/*===============================================================
	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	SHAPER_HELIX3 :: MOBILE ( 425 - 767 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :767px) {
	#sp-call-to-action .row.align-items-center {
		display: block;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 320 - 424 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :433px) {
	#sp-call-to-action .box .fa-stack {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	#sp-call-to-action .box .fa-stack-2x { /* circle size */
		font-size: 36px;
	}
	#sp-call-to-action .box .fa-inverse {
		font-size: 18px;
	}
	#sp-call-to-action .box h4 {
		font-size: 18px;
	}
}
/*===============================================================
	>>> BOTTOM & FOOTER SECTION <<<
===============================================================*/
#sp-bottom,
#sp-footer {
	background-color: #004165;
	color: #fff;
}
#sp-bottom .sp-module,
#sp-footer .sp-module {
	margin:0;
}
#sp-bottom a,
#sp-footer a {
	color: #fff;
}
#sp-bottom a:hover, #sp-bottom li.active a,
#sp-footer a:hover, #sp-footer li.active a {
	color: #0e9cd1;
}
#sp-bottom li.active a,
#sp-footer li.active a {
	font-weight: 600;
}
/* - SOCIAL ICONS
==================*/
#sp-bottom .social_icons .fa-stack {
	width: 48px;
	height: 48px;
	line-height: 48px;
}
#sp-bottom .social_icons .fa-stack-2x { /* circle size */
	font-size: 48px;
}
#sp-bottom .social_icons .fa-inverse {
	color: #004165;
	font-size: 26px;
}
/* - BOTTOM
==================*/
#sp-bottom {
	padding: 50px 0 0 0;
}
#sp-bottom.menus {
	padding: 0px;
	font-size: 14px;
	letter-spacing: 0.03em;
}
#sp-bottom .sp-column {
	margin: 10px 0;
}
#sp-bottom,
.sp-module ul > li {
	border-bottom: 0px !important;
}
#sp-bottom .sp-module .sp-module-title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 12px;
}
#sp-bottom .sp-module ul > li > a {
	line-height: 25px;
	padding: 0;
	display: inline-block;
}
#sp-bottom .sp-module ul > li > a:before {
	display: none;
}
#sp-bottom .bottom-about p:last-child {
	margin-bottom: 0px;
}
#sp-bottom .bottom_logo {
    padding-top: 12px;
    display: inline-block;
}
/* - menu
==================*/
#sp-bottom li.active a {
	color: #fff !important;
	font-weight: 400 !important;
}
#sp-bottom li.active a:hover,
#sp-bottom li.current a,
#sp-bottom li.current.active a {
	color: #0e9cd1 !important;
}
/* - FOOTER
==================*/
#sp-footer {
	font-size: 12px;
	padding: 10px 0 50px 0;
	text-align: left;
}
/*	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	shaper_helix3 :: MOBILE ( 320 - 767 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :767px) {
	#sp-bottom2 .sp-column, #sp-bottom3 .sp-column, #sp-bottom4 .sp-column, #sp-bottom5 .sp-column {
		margin: 18px 0;
		height: 200px;
	}
	#sp-footer {
		padding-top: 30px;
	}
}
/*===============================================================
	>>> COUNTDOWN MODULE <<<
===============================================================*/
.smartcountdown {
	background: linear-gradient(45deg, rgb(0 98 219 / 59%), rgb(0 176 135 / 64%));
	color: #fff;
	display: grid;
}
/* - TYPOGRAPHY
==================*/
.smartcountdown .countdown h1,
.smartcountdown .countdown h3 {
	margin-top: 0px;
}
.smartcountdown .countdown h1 {	
	margin-bottom: 30px;
	border-bottom: 1px solid;
	display: inline-block;
	font-weight: 400 !important;
}
.smartcountdown .countdown h3 {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	/*font-family: 'Font Awesome 5 Brands';*/
}
.smartcountdown .countdown h4,
.smartcountdown .countup h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.03em;
	margin: 0px;
}
.smartcountdown .scd-digits-col {
	padding: 16px 12px;
	line-height: 0px;
	background: #fff;
	color: #000;
	border-radius: 10px;
}
/* after countdown message */
.smartcountdown .countup h1 {
	border: 0px;
	margin: 0px;
}
/* - inline - fluid row
==========================*/
/*div#smartcountdown-182 {
	padding: 10px;
}*/
div#smartcountdown-182 .scd-title-row,
div#smartcountdown-182 .scd-counter-row,
div#smartcountdown-182 .scd-title-row {
	float: none;
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
	margin: 9px 0;
}
div#smartcountdown-182 .scd-counter-row {
	padding: 0 10px;
}
div#smartcountdown-182 .scd-unit.scd-unit-horz {
	font-size: 10px;
}
div#smartcountdown-182.smartcountdown .scd-digits-col {
	padding: 6px 8px;
	margin-right: 4px;
}
div#smartcountdown-182.smartcountdown .scd-digits-col,
div#smartcountdown-182.smartcountdown .scd-label-col {
	display: inline-block;
	vertical-align: middle;
}
div#smartcountdown-182-hours-digits,
div#smartcountdown-182-days-digits {
	margin: 0 !important;
}
div#smartcountdown-182 .scd-label.scd-label-col {
	letter-spacing: 0.04em;
}
div#smartcountdown-182.smartcountdown .countdown {
	display: flex;
	justify-content: center;
}
div#smartcountdown-182.smartcountdown .countdown h1 {
	color: #fff;
	font-size: 31px;
	border: 0px;
	margin: 0px;
}
/* - BODY
==================*/
div#smartcountdown-181 {
	padding: 30px 20px;
	margin: 20px 0;
}
div#smartcountdown-181-title-after {
	margin-top: 20px;
}
/*	>>> RESPONSIVE FILE - Non-Mobile First Method <<<
===============================================================*/
/*	SHAPER_HELIX3 :: MOBILE - TABLET ( 320 - 775 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :775px) {
	div#smartcountdown-182.smartcountdown .scd-digits-col {
		font-size: 10px;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 320 - 573 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :573px) {
	div#smartcountdown-182 .scd-counter.scd-counter-horz.scd-counter-col {
		align-items: center;
		align-content: center;
		align-self: center;
		vertical-align: middle;
		display: flex;
		display: inline-flex;
	}
	div#smartcountdown-182 .scd-counter.scd-counter-horz.scd-counter-col .scd-label-col {
		text-align: left;
	}
	div#smartcountdown-182.smartcountdown .scd-digits-col {
		margin-right: 0px;
		margin-left: 4px;
	}
}
/*	SHAPER_HELIX3 :: MOBILE ( 320 - 439 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :439px) {
	div#smartcountdown-182 .scd-counter.scd-counter-horz.scd-counter-col .scd-label-col {
		text-align: center;
	}
/*	SHAPER_HELIX3 :: MOBILE ( 320 - 424 )
--------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :474px) {
	div#smartcountdown-181 .scd-unit.scd-unit-horz {
		float: none;
	}
	div#smartcountdown-182.smartcountdown .countdown h1 {
		display: inline-block;
	}
}