/* =============================================================================
   FONT STYLES
   ========================================================================== */
	.nav-font { text-transform: uppercase; font-weight: 600; }
	.font-light { font-weight: 300; }
	.font-semibold { font-weight: 600; }
	.font-bold { font-weight: 900; }

	.bar_wrapper_photo_follow  { font-family: 'Merriweather', serif;   }
	.lead { font-family: 'Merriweather', serif;  }
	.navbar-brand { font-size: 2.5em;  font-family: 'Merriweather', serif; font-weight: 300;  }

	h1, h2, h3, h4, h5, h6 { font-family: 'Merriweather', serif;}

/* =============================================================================
   LAYOUT STYLES
	#5D8FC2 / col-text-site / col-bg-site / col-fade-site
   ========================================================================== */
	body { background: #FFFFFF;  color: #666666;     font-family: 'Open Sans', sans-serif; }
/* Wrappers */
	#page_wrapper { background: #FFFFFF;}
	#header_wrapper { padding: 10px 0px;  }
	.navbar { background: #FFFFFF; -moz-box-shadow:0px 0px 15px rgba(0,0,0,0.1); -webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.1); box-shadow:0px 0px 15px rgba(0,0,0,0.1);}
	#bar_wrapper { background: #F7F7F7; margin-bottom: 0px;  }
	#crumbs_wrapper { background: rgba(0,0,0,0.05);  }
	#tagline_wrapper { background:  url('../layout/slide.png') no-repeat bottom center; 
      background-size: 100% auto;
}
	#base_wrapper { background: #BF955A;}
	#footer_wrapper { line-height: 2; }
/* Grids */
	#header_grid { }
	#nav_grid { }
	#tagline_grid { }
	#base_grid { }
	#footer_grid {border-top: 1px solid rgba(255,255,255,0.2); }
/* Areas */
	#header_area { padding: 10px 0px 10px 0px; }
	#nav_area { padding: 0px 0px 0px 0px; }
	#menu_area { }
	#gutter_area { }
	#tagline_area { padding: 150px 0px 50px 0px; }
	#base_area { padding: 50px 0px 20px 0px; color: #E6D5BD;  }
	#footer_area { padding: 20px 0px 20px 0px; color: #E6D5BD; font-size: 80%; }

	.base_links a:link, .base_links a:visited { color: #FFFFFF; }
	.base_links a:active, .base_links a:hover { color: #FFFFFF; text-decoration: none; }
	.brands.brandsfooter > li > a { background-color: rgba(0,0,0,0.1); color:#FFFFFF; }

	.base_links a:link .fal, .base_links a:visited .fal { color: #E6D5BD; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;}
	.base_links a:active .fal, .base_links a:hover .fal { color: #FFFFFF; text-decoration: none; margin-right: 5px; }

	a.plain_link:link, a.plain_link:visited { }
	a.plain_link:active, a.plain_link:hover { text-decoration: none; }

	#base_area h3 {color: #FFFFFF;}

	#footer_grid a:link, #footer_grid a:visited  { color: rgba(255,255,255,0.5); text-decoration: none;  }
	#footer_grid a:active, #footer_grid a:hover { color: #FFFFFF; }
	.footer_div {border-top: 1px solid rgba(255,255,255,0.2); margin: 50px 0px; }

	#bar_wrapper { background: #F8F8F8; padding: 150px 0px; color: #BF955A; }
	#bar_wrapper:after {top: 0;left: 0;z-index: -1; width: 100%;height: 100%;content: " ";position: absolute;background: rgba(0,0,0,0);}
	#bar_wrapper .lead { color: rgba(255,255,255,0.7); }


	h2.title { margin-top: 0px; text-align: center; } 
	h2.title:after {content:' '; display:block; border:3px solid #BF955A; width: 30px; margin: 10px auto 30px auto; }

	.content_block h1 { margin-top: 0px; color: #BF955A; } 

	.footer_park_pod { border: 1px solid #FFFFFF }

	.col-text-site { color: #BF955A; }
	.col-bg-site { background: #BF955A; }
	.col-bdr-site { border-color: #BF955A; }

	.col-text-alt { color: #E6D5BD; }
	.col-bg-alt { background: #E6D5BD; }
	.col-bdr-alt { border-color: #E6D5BD; }

	.content_pod { padding: 50px; position:relative; }
	.content_block { padding: 50px 0px; position:relative; }
	.content_block_start { padding: 30px 0px 50px 0px; }
	.content_block_light { background: #ECECEC; }
	.content_block_col { background: #5D8FC2; color: #FFFFFF; }
	.content_block_col_light { background: #E6D5BD; }
	.content_block_dark { background: #3A3A3A; color: #FFFFFF; }
	.content_block_alt { background: rgba(2,117,216,0.5); color: #FFFFFF; }
	.content_block_grad { background: linear-gradient(to right, #BF955A, #36A9E1); color: #FFFFFF; }
	.content_block_white { background: #FFFFFF; }

	.btn-primary { border: 0px; border-bottom: 4px solid #E6D5BD; color: #FFFFFF }

	.list_overlay_flag { position: absolute; top: 20px; right: -10px; z-index: 3; text-align: left; font-size: 1.6em }
	.list_overlay_flag_text { background: rgba(0,0,0,0.5); color: #FFFFFF; padding: 5px 10px; }
	.list_overlay_flag .badge { border: 0px;  }

	.view_flag {  font-size: 1.6em  }

	.badge-shortly { background: }

	.contact-list { margin-left: 50px; margin-right: 20px; }
	.contact-list .fal.fa-fw { font-size: 20px; margin-left: -50px; margin-right: 18px; color: #BF955A;  }
	.contact-list h5 { color: #808080; }
	.contact-list .brands { line-height: 1.5; }

	.bar_wrapper_photo { background: url('../layout/banner_home.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; text-align: center; padding: 200px 0px; color: #FFFFFF; position: relative;}

	.bar_wrapper_photo_inner {background: rgba(0,0,0,0.5);  padding: 30px 20px 20px 20px; display: inline-block; max-width: 600px; }
	.bar_wrapper_photo_follow { letter-spacing: 0.05em; color: rgba(255,255,255,0.8); font-size: 1.1em; font-weight: 100;  }
	.bar_wrapper_photo_label { position: absolute; right: 0px; bottom: 0px; display: inline-block; background: rgba(255,255,255,0.8); color: #444444; padding: 1px 5px; font-size: 80%; }

	.home_bar { background: url('../layout/banner-homepage.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; }

	.home_bar_2 { background: url('../layout/banner_home.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  padding: 100px 0px; }

	.home_bar_3 { background: url('../layout/banner-sale.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  padding: 100px 0px; }


	.park_bar { background: url('../../images/bars/above.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; }

	.lifestyle_bar { background: url('../../images/bars/boats.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; }

	.homes_bar { background: url('../../images/bars/home.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; }

	.area_bar { background: url('../../images/bars/beach.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; }

	.contact_bar { background: url('../../images/bars/dolphin.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; }




	.bar_wrapper_home { background: url('../../images/homepage_banner.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  padding: 100px 0px; }

	.bar_wrapper_sunset { background: url('../../images/sunset.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  padding: 200px 0px; }

	.bar_wrapper_boats { background: url('../../images/boats.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  padding: 200px 0px; }

	.bar_wrapper_walking { background: url('../../images/path.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  padding: 200px 0px; }
	.bar_wrapper_wild { background: url('../../images/bird.jpg');  background-position: center;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  padding: 200px 0px; }





	.home_slider_inner {background: rgba(0,0,0,0.5);  padding: 20px 30px; display: inline-block; margin: 30px auto 0px auto; max-width: 600px; }


	.navbar-custom .navbar-brand { z-index: 999; color: rgba(0, 0, 0, 0.9);}
	.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {  color: rgba(0, 0, 0, 0.9);}
	.navbar-custom .navbar-nav .nav-link {  color: #444444; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;}
	.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus {  color: #BF955A;}
	.navbar-custom .navbar-nav .nav-link.disabled {  color: rgba(0, 0, 0, 0.3);}

	.navbar-custom .navbar-nav .show > .nav-link,
	.navbar-custom .navbar-nav .active > .nav-link,
	.navbar-custom .navbar-nav .nav-link.show,
	.navbar-custom .navbar-nav .nav-link.active {  color: #BF955A;}

	.navbar-custom .navbar-toggler {  color: rgba(255, 255, 255, 1); background:  rgba(255, 255, 255, 0.1);  border-color: rgba(0, 0, 0, 1);}

	.navbar-custom .navbar-toggler-icon {  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}



.go-plain-collapse .card {
    border-color: #eaeaea;
    border-radius: 0;
}

.go-plain-collapse .card + .card {
    border-top: 0;
    margin-top: -1px;
}

.go-plain-collapse .card:last-child {
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
}

.go-plain-collapse .card:first-child {
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
}

.go-plain-collapse .card .card-block {
    border-bottom: 1px solid #eaeaea;
  
}

.go-plain-collapse .card-header {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
    background-color: #f7f7f7;
    border-color: #eaeaea;
    padding: 12px 18px;
}

.go-plain-collapse .card-header a {
    position: relative;
    display: block;
    color: #666;
}

.go-plain-collapse .card-header a:hover,
.go-plain-collapse .card-header a:focus {
    color: #111;
}

.go-plain-collapse .card-header a:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0;
    margin-top: -7px;
    font-family: "Font Awesome\ 5 Pro";
    font-size: 16px;
    line-height: 1;
}

.go-plain-collapse .card-header a > i,
.go-plain-collapse .card-header a > span {
    margin-right: 5px;
}

/* =============================================================================
   RESPONSIVE STYLES
   ========================================================================== */
	@media (max-width: 34em)  { /* xs only */
		#logo { margin: 0 auto; }
		.logo_block, .tag_block, .tel_block, .footlinks_block, .credits_block { text-align: center; }
		.navbar-brand {max-width: 200px}


		.bar_wrapper_photo { padding: 100px 0px; }
		.bar_wrapper_photo_inner {min-width: 200px; }
		.bar_wrapper_photo_follow { display: none; }

		.carousel-caption { display: none; }

	} /* END media */
	@media (min-width: 34em) { /* sm md lg */
		#page_wrapper2 { width: 33em; margin: 20px auto 50px auto;  background: #FFFFFF; padding: 0px 0px 0px 0px; border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px; -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.2); -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2); box-shadow:0px 0px 5px rgba(0,0,0,0.2);  }
		.logo_block, .tag_block, .tel_block, .footlinks_block, .credits_block { text-align: center; }
		.tag_block { text-align: center; color: rgba(0,0,0,0.4); font-size: 140%; }
		.tel_block { font-size: 140%; }

		.bar_wrapper_photo { padding: 100px 0px; }
		.bar_wrapper_photo_inner {min-width: 400px;  padding: 15px 10px 15px 10px; }
		.bar_wrapper_photo_follow { display: block; }

	} /* END media */
	@media (min-width: 48em) { /* sm md lg */
		#page_wrapper2 { width: 46em; }
		.tag_block { text-align: center; }
		.tel_block { text-align: right; }
		.logo_block { text-align: left; }
		.footlinks_block { text-align: left; }
		.credits_block { text-align: right; }

		.bar_wrapper_photo { padding: 150px 0px; }
		.bar_wrapper_photo_inner {min-width: 600px;  padding: 30px 20px 20px 20px; }

				.carousel-caption { display: inline-block; }

	} /* END media */
	@media (min-width: 62em) { /* md lg */
		#page_wrapper2 { width: 60em; }
		
		.bar_wrapper_photo { padding: 180px 0px; }
		.bar_wrapper_photo_inner {min-width: 600px; }

	} /* END media */
	@media (min-width: 75em) { /* lg */
		#page_wrapper2 { width: 72em; }

		.bar_wrapper_photo { padding: 200px 0px; }
		.bar_wrapper_photo_inner {min-width: 600px; }

	} /* END media */

/* =============================================================================
   DESIGN STYLES
   ========================================================================== */
	.go_full_back {background: url('../img/pic1.jpg') no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}  

	.social_icon { margin: 0px 10px 10px 0px; }

	.call_out { padding: 20px; margin: 60px 20px; }
	.call_out p { margin: 0px; }
	.call_out_1 { }
	.call_out_2 { border: 2px dotted rgba(0, 0, 0, 0.125); }
	.call_out_3 { background: #FAFAFA; border: 1px solid rgba(0, 0, 0, 0.125); border-left: 2px solid #5D8FC2; }
	.call_out_4 { border: 2px solid #EEEEEE; padding: 20px; }
	.call_out_5 { background:#5D8FC2; color: #FFFFFF; padding: 10px; }

	a:focus {outline:none;}
	::-moz-focus-inner {border:0;}
	body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
	html {height: 101%;}
	a:focus{outline: none}

	.fade2 {position: relative;background-color: #000;display: inline-block;}

	.fade2 div {
	  /* Prevent paragraph from changing .fade size (set position) */
	  margin: 0;
	  padding: 0;
	  display: block;
	  position: absolute;
	  bottom: 15px;
	  left: 15px;
	  /* Set z-index to prevent image covering */
	  z-index: 1;
	  /* Set background */
	  background-color: white;
	}

	.fade2 img {
	  transition: opacity 0.25s;
	  display: block;
	}

	.fade2 img:hover {
	  opacity: 0.7;
	}

/* =============================================================================
   APP STYLES
   ========================================================================== */
	a.scrollup:hover,a.scrollup:active,a.scrollup:focus {text-decoration:none;opacity:1;text-decoration:none;color: #000000;}
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #BF955A; }


/* ==========================================================================
   BOOT STYLES
   ========================================================================== */
	.btn { cursor: pointer; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;} /* border-radius: 0rem; */
	.btn {white-space:normal !important;word-wrap: break-word;}
	.brands > li > a { margin-right: 10px; margin-bottom: 10px; }

	#crumbs_wrapper .breadcrumb { margin: 0px; background: transparent; font-size: 80%; }
	.breadcrumb-item + .breadcrumb-item::before { color: rgba(0,0,0,0.2); content: "/"; }
	.breadcrumb-item.active { color: #000000; }
	.breadcrumb a:link, .breadcrumb a:visited  { color: rgba(0,0,0,0.5); text-decoration: none; }
	.breadcrumb a:active, .breadcrumb a:hover { color: #000000; text-decoration: underline; }

	.col-bg-fade-white-10 { background: rgba(255,255,255,0.1); }
	.col-bg-fade-white-20 { background: rgba(255,255,255,0.2); }
	.col-bg-fade-white-30 { background: rgba(255,255,255,0.3); }
	.col-bg-fade-white-40 { background: rgba(255,255,255,0.4); }
	.col-bg-fade-white-50 { background: rgba(255,255,255,0.5); }
	.col-bg-fade-white-60 { background: rgba(255,255,255,0.6); }
	.col-bg-fade-white-70 { background: rgba(255,255,255,0.7); }
	.col-bg-fade-white-80 { background: rgba(255,255,255,0.8); }
	.col-bg-fade-white-90 { background: rgba(255,255,255,0.9); }

	.col-bg-fade-black-10 { background: rgba(0,0,0,0.1); }
	.col-bg-fade-black-20 { background: rgba(0,0,0,0.2); }
	.col-bg-fade-black-30 { background: rgba(0,0,0,0.3); }
	.col-bg-fade-black-40 { background: rgba(0,0,0,0.4); }
	.col-bg-fade-black-50 { background: rgba(0,0,0,0.5); }

	.col-text-fade-white-10 { color: rgba(255,255,255,0.1); }
	.col-text-fade-white-20 { color: rgba(255,255,255,0.2); }
	.col-text-fade-white-30 { color: rgba(255,255,255,0.3); }
	.col-text-fade-white-40 { color: rgba(255,255,255,0.4); }
	.col-text-fade-white-50 { color: rgba(255,255,255,0.5); }
	.col-text-fade-black-10 { color: rgba(0,0,0,0.1); }
	.col-text-fade-black-20 { color: rgba(0,0,0,0.2); }
	.col-text-fade-black-30 { color: rgba(0,0,0,0.3); }
	.col-text-fade-black-40 { color: rgba(0,0,0,0.4); }
	.col-text-fade-black-50 { color: rgba(0,0,0,0.5); }

	.row-stacked div { margin-bottom: 15px; }
	.row-spaced { margin-bottom: 30px; }
	.mb-default { margin-bottom: 30px; }
	.container.no-bleed,	.container-fluid.no-bleed { padding-left: 0px; padding-right: 0px; }
	.carousel-control { padding-top: 10px;  font-size: 6rem; }
	.carousel-item { width: 100%;  background: #000; }
	.img-stretch {	width: 100%; }

	.display-5 {font-size: 3rem;font-weight: 300;line-height: 1.4;}
	.display-6 {font-size: 2.5rem;font-weight: 300;line-height: 1.4;}
	.display-7 {font-size: 2rem;font-weight: 300;line-height: 1.4;}
	.display-8 {font-size: 1.5rem;font-weight: 300;line-height: 1.4;}

	.btn-trans-light {color: #444444;background-color: rgba(255,255,255,0.5);border: 0px solid rgba(255,255,255,0.5);}
	.btn-trans-light:hover {color: #444444;background-color: #FFFFFF;border-color: #FFFFFF;}
	.btn-trans-light:focus, .btn-trans-light.focus {-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.5);box-shadow: 0 0 0 2px rgba(255,255,255,0.5);}
	.btn-trans-light.disabled, .btn-trans-light:disabled {background-color: rgba(255,255,255,0.5);border-color: rgba(255,255,255,0.5);}
	.btn-trans-light:active, .btn-trans-light.active,.show > .btn-trans-light.dropdown-toggle {color: #444444;background-color: #FFFFFF;background-image: none;border-color: #FFFFFF;}
	
	.btn-outline-trans-light {color: #FFFFFF;background-image: none;background-color: rgba(255,255,255,0.2);border-color: #FFFFFF;}
	.btn-outline-trans-light:hover {color: #FFFFFF;background-color: rgba(255,255,255,0.5);border-color: #FFFFFF;}
	.btn-outline-trans-light:focus, .btn-outline-trans-light.focus {-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.5);box-shadow: 0 0 0 2px rgba(255,255,255,0.5);}
	.btn-outline-trans-light.disabled, .btn-outline-trans-light:disabled {color: #FFFFFF;background-color: transparent;}
	.btn-outline-trans-light:active, .btn-outline-trans-light.active,.show > .btn-outline-trans-light.dropdown-toggle {color: #fff;background-color: #000;border-color: #000;}

	.btn-trans-dark {color: #FFFFFF;background-color: rgba(0,0,0,0.5);border: 0px solid rgba(0,0,0,0.5);}
	.btn-trans-dark:hover {color: #FFFFFF;background-color: #000000;border-color: #000000;}
	.btn-trans-dark:focus, .btn-trans-dark.focus {-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.5);box-shadow: 0 0 0 2px rgba(0,0,0,0.5);}
	.btn-trans-dark.disabled, .btn-trans-dark:disabled {background-color: rgba(0,0,0,0.5);border-color: rgba(0,0,0,0.5);}
	.btn-trans-dark:active, .btn-trans-dark.active,.show > .btn-trans-dark.dropdown-toggle {color: #FFFFFF;background-color: #000000;background-image: none;border-color: #000000;}
	
	.btn-outline-trans-dark {color: #000;background-image: none;background-color:  rgba(0,0,0,0.2);border-color: #000;}
	.btn-outline-trans-dark:hover {color: #fff;background-color: #000;border-color: #000;}
	.btn-outline-trans-dark:focus, .btn-outline-trans-dark.focus {-webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);}
	.btn-outline-trans-dark.disabled, .btn-outline-trans-dark:disabled {color: #444;background-color: transparent;}
	.btn-outline-trans-dark:active, .btn-outline-trans-dark.active,.show > .btn-outline-trans-dark.dropdown-toggle {color: #000;background-color: #fff;border-color: #fff;}

	pre {display: block;padding: 9.5px;margin: 0 0 10px;font-size: 14px;line-height: 1.42857143;word-break: break-all;word-wrap: break-word;color: #333333;background-color: #f5f5f5;border: 1px solid #cccccc;border-radius: 4px;}

	.panel-title > a {	color: #FFFFFF;	display:block;	cursor:pointer;}
	.panel-title > a:hover, .panel-title > a:active {	text-decoration: none;}
	.panel-title > a > i {  margin-right:8px;	text-decoration: none;}
	 body .panel-default .panel-title > a,body .panel-default .panel-title > a:after {	color: #555555;	text-decoration: none;}
	.panel-title a:after {	display: inline-block;    font-family: FontAwesome;    font-style: normal;    font-weight: normal;    line-height: 1;	content:"\f068";	color:#FFFFFF;float:right;margin:2px 0 0;	text-decoration: none;}
	.panel-title a.collapsed:after {	content:"\f067";}
	.panel-group .panel {   /* border-radius: 0; */}
	.panel-group .panel + .panel {    margin-top: 10px;}

	.custom-select {  display: inline-block;  max-width: 100%;  height: calc(2.25rem + 2px);  padding: 0.375rem 1.75rem 0.375rem 0.75rem;	  line-height: 1.25;
	  color: #495057;	  vertical-align: middle;	  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	  background-size: 8px 10px;	  border: 1px solid rgba(0, 0, 0, 0.15);	  border-radius: 0.25rem;	  -webkit-appearance: none;		 -moz-appearance: none;  appearance: none;	}

	fieldset {border: 1px solid #ced4da;border-radius: 0.25rem;	padding: 15px;	margin: 15px 0px 30px 0px;}
	fieldset legend {padding: 0px 10px;margin: 0px;width: auto;color: #c0c0c0;}

	#web-formBLOCK .has-success .control-label,	#web-formBLOCK .has-success .help-block,
	#web-formBLOCK .has-success .form-control-feedback,	#web-formBLOCK .has-success label,
	#web-formBLOCK .has-success .fv-control-feedback {color: #009688;}
	#web-formBLOCK .has-success .form-control { border-color: #009688;	}

	#web-form .has-warning .control-label,	#web-form .has-warning .help-block,	#web-form .has-warning .form-control-feedback,
	#web-form .has-warning label,#web-form .has-warning .fv-control-feedback {color: #ff9800;}
	#web-form .has-warning .form-control { border-color: #ff9800;	}

	#web-form .has-danger .control-label,	#web-form .has-danger .help-block,
	#web-form .has-danger .form-control-feedback,	#web-form .has-danger label,
	#web-form .has-danger .fv-control-feedback {color: #f44336;	}
	#web-form .has-danger .form-control {  border-color: #f44336;}

/* =============================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  #header_wrapper, #nav_wrapper, #tagline_wrapper, #base_wrapper, #footer_wrapper { display: none; }
  #core_area { padding: 0px; }
  #page_wrapper { padding: 0px; width: 100%; box-shadow:none; text-shadow: none; filter:none; -ms-filter: none;  border: 0px solid #FFFFFF; box-shadow: 0px 0px 0px #FFFFFF;-moz-box-shadow: 0px 0px 0px #FFFFFF;-webkit-box-shadow: 0px 0px 0px #FFFFFF;} 
}

.go-hover-effect {transition: all 0.4s ease-in-out;}
.go-hover-effect-kenburn {left:10px; margin-left:-10px; position:relative; transition: all 0.8s ease-in-out;}
.go-hover-effect-kenburn:hover {transform: scale(1.5) rotate(5deg);}

/* Image Hover darken */
.go-img-hover-darken span {display: block;overflow: hidden;position: relative;}
.go-img-hover-darken span:after {top: 0;left: 0;width: 100%;height: 100%;content: " ";position: absolute;}
.go-img-hover-darken:hover span:after {background: rgba(0,0,0,0.4);}
.go-img-hover-darken img,.go-img-hover-darken img,.go-img-hover-darken span:after {transition: all 0.5s ease-in-out;}
.go-img-hover-darken:hover img {-transform: scale(1.1);}

/* Image Hover lighten */
.go-img-hover-lighten span {display: block;overflow: hidden;position: relative;}
.go-img-hover-lighten span:after {top: 0;left: 0;width: 100%;height: 100%;content: " ";position: absolute;}
.go-img-hover-lighten:hover span:after {background: rgba(255,255,255,0.4);}
.go-img-hover-lighten img,.go-img-hover-lighten img,.go-img-hover-lighten span:after {transition: all 0.5s ease-in-out;}
.go-img-hover-lighten:hover img {-transform: scale(1.1);}

/* Image Hover colour */
.go-img-hover-colour span {display: block;overflow: hidden;position: relative;}
.go-img-hover-colour span:after {top: 0;left: 0;width: 100%;height: 100%;content: " ";position: absolute;}
.go-img-hover-colour:hover span:after {background: rgba(141,190,62,0.6);}
.go-img-hover-colour img,.go-img-hover-colour img,.go-img-hover-colour span:after {transition: all 0.5s ease-in-out;}
.go-img-hover-colour:hover img {-transform: scale(1.1);}

/* Image Hover brighten */
.go-img-hover-brighten img {filter: grayscale(100%);-webkit-filter: grayscale(100%);transition: all 0.5s ease-in-out;}
.go-img-hover-brighten:hover img {filter: grayscale(0);-webkit-filter: grayscale(0);}

/* Image Hover zoom */
.go-img-hover-zoom, go-img-hover-zoom-over {  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  box-sizing: border-box;  margin: 0;  padding: 0;}
.go-img-hover-zoom {  position: relative;  overflow: hidden;}
.go-img-hover-zoom img {  max-width: 100%;  -moz-transition: all 0.3s;  -webkit-transition: all 0.3s; transition: all 0.3s;}
.go-img-hover-zoom:hover img {  -moz-transform: scale(1.3) rotate(5deg);  -webkit-transform: scale(1.3) rotate(5deg);  transform: scale(1.3) rotate(5deg);}

/* Image Hover icon */
.go-img-hover-icon {position: relative;display: inline-block;overflow: hidden;}
.go-img-hover-icon img {width:100%;}
.go-img-hover-icon img:hover {opacity: 0.5; }
.go-img-hover-icon:hover a {opacity: 1;top: 0; z-index: 500;transition: all 0.5s ease-in-out;}
.go-img-hover-icon:hover a span {top: 50%;position: absolute;left: 0;right: 0;transform: translateY(-50%);}
.go-img-hover-icon a {display: block; position: absolute;top: -100%;opacity: 0;left: 0;bottom: 0; right: 0; text-align: center; color: rgba(255,255,255,0.7);}


		.part ol ol.sections {font-weight: bold;}
		li.section {font-weight: bold;}
		ol.units {	font-weight: normal;}
		ol.sections li.sectionTitle h3 {color: #000000;}
		.part ol { counter-reset: sectioncounter partcounter; margin: 0px; padding: 0px; }
		ol.sections { counter-reset: sectioncounter;	margin: 0px; padding: 0px; }
		ol.sections li {	list-style: none;	margin-left: 2.5rem;	position: relative;}
		ol.units { counter-reset: unitcounter; margin: 0 0 2rem 0;}
		ol.sections li.partTitle {	list-style: none; counter-increment: none; counter-reset: numberedpart; margin-left: 0; }
		ol.sections li.sectionTitle {	list-style: none; counter-increment: none; counter-reset: numberedsection; margin-left: 0; }
		ol.sections li.unnumberedunit { margin-left: 0; }
		.sections li:before {	position: absolute; left: -2.5rem; color: #000000; }
		.sections li.numberedpart:before { content: counter(partcounter, DECIMAL) ". ";	counter-increment: partcounter; }
		.sections li.numberedsection:before { content: counter(sectioncounter, DECIMAL) ". ";	counter-increment: sectioncounter; }
		.units li.numberedunit:before {	content: counter(sectioncounter, DECIMAL) "." counter(unitcounter, DECIMAL) " "; counter-increment: unitcounter; }
		.unnumberedsection .units li.numberedunit:before {	content: counter(unitcounter, DECIMAL) " ";	counter-increment: unitcounter;}
		ol.sections li.definitionli {	margin-left: 0;}
		li.unit ol,li.unit ol ol ol {	counter-reset: loweralpha;}
		li.unit ol:not(.unnumbered) li:before,li.unit ol ol ol:not(.unnumbered) li:before {	content: "(" counter(loweralpha, lower-alpha) ") ";	counter-increment: loweralpha; }
		li.unit ol ol,li.unit ol ol ol ol { counter-reset: lowerroman; }
		li.unit ol ol:not(.unnumbered) li:before,li.unit ol ol ol ol:not(.unnumbered) li:before {	content: "(" counter(lowerroman, lower-roman) ") ";	counter-increment: lowerroman; }
		li.unit ol.unnumbered ol li:before,li.unit ol ol ol.unnumbered ol li:before {	content: "(" counter(lowerroman, lower-alpha) ") ";	counter-increment: lowerroman; }
		.part dfn { font-weight: bold; font-style: italic; }