/* ----------------------------------------------
:: Template Name: F-plus Portfolio Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Version: v1.0.0
:: Last Updated: 12-04-2017
---------------------------------------------- */


/* ***** Fonts ***** */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');


/* ***** Import CSS ***** */
@import 'css/bootstrap/bootstrap.min.css';
@import 'css/others/animate.css';
@import 'css/others/magnific-popup.css';
@import 'css/others/owl.carousel.min.css';

@import url('https://use.fontawesome.com/releases/v5.15.0/css/all.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');

/* --------------------
:: 1.0 Base CSS
-------------------- */

a{color:#F29B30;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects; outline: 0; border: none; -moz-outline-style:none;}
a:hover{color:#F7C280;text-decoration:underline;}
a:visited {outline: none;}
a:not([href]):not([tabindex]){color:#FFFFFF;text-decoration:none;}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:#17594A;text-decoration:none;}
a:not([href]):not([tabindex]):focus{outline:0;}
.footer-nav-widget ul > li > a {
    color: #F29B30;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0;
    display: inline;
}

.footer-nav-widget ul > li > a:hover {
    color: #F7C280;
}



/* Scrollbar */
::-webkit-scrollbar {
    width: 1em;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 5px 0 5px rgba(0,0,0,0.25);
    box-shadow: inset 5px 0 5px rgba(0,0,0,0.25);
}
 
::-webkit-scrollbar-thumb {
  background-color: #F29B30;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -8px 0px inset;
}
/* Scrollbar End */

/* WEATHER WIDGET */
.weatherwidget-io {
	pointer-events:none;
	cursor: default;
}


/* Front Page Address and Phone */

.front-page-p {
	line-height:normal;
	padding-bottom: 25px;
	text-align: center;
}


/* MOBILE MENU - updated july 2020 */
.mobile-menu {
	background:#023f64;
	display:none;
	width:100%;
	z-index: 9999;
}
.mobile-menu ul {
	font-family: 'Merriweather', serif;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.mobile-menu ul li {
	color:#FFFFFF;
	font-size:24px;
	letter-spacing: 1px;
	padding:20px 0;
	border-bottom: 3px solid #01263D;
	text-transform:uppercase;
	z-index: 9999;
}

.mobile-menu ul li i {
    font-size: 20px;
}

.mobile-menu ul li:hover {
	background:#cc8000;
}
.mobile-menu a {
  text-decoration:none;
	color: #FFF;
}
.mobile-menu-toggle {
	background:#01263D;
    color: #333;
	width:100%;
	text-align:center;
	padding:25px 0;
	font-size:32px;
	z-index:9999;
}
.mobile-menu-toggle a {
	text-decoration:none;
	display:block;
	color: #FFF;
}

@media only screen and (min-width: 991px) {
	.mobile-menu ul {
		display: none;
		visibility: hidden;
	}
	
	.mobile-menu-toggle {
		display: none;
		 visibility: hidden;
	}
}

.index-subannounce {
    font-weight: bold; 
    font-size: 16px; 
    background-color: white;
    max-width: 25%; 
    margin: 0 auto; 
    display: block; 
    margin-bottom: 30px; 
    border-radius: 10px; 
    border: 2px solid #000; 
    padding: 15px;
}

@media only screen and (max-width: 768px) {
    .index-subannounce {
        max-width: 75%; 
    }
    
}




.submenu {
    display: none; /* Ensure it is hidden initially */
    list-style: none;
    padding: 0;
    margin: 0;
    background: #01304B;
}

.submenu li {
    padding: 10px;
    border-bottom: 1px solid #000;
}

.submenu a {
    text-decoration: none;
    color: white;
    display: block;
    padding: 10px;
}

.submenu a:hover {
    background: #cc8000;
}

/* Fix submenu-toggle (+/-) button */
.has-submenu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    color: white;
}

.submenu-toggle {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    color: #ffffff;
}






/* Misc Box Shadows */
.bs-bot-1 {
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}


/* Main Navigation - Updated April 2026 */

.nav-cursor-text {
    cursor: none;
}

/* Desktop nav wrapper */
#nav {
    position: absolute !important;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    max-width: 1140px;
    display: block;
    z-index: 9999;
    margin: 0 auto;
}

/* Main nav list */
ul#navigation {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Top-level nav items */
ul#navigation > li {
    position: relative;
    flex: 1 1 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Top-level nav links */
ul#navigation > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    width: 100%;
    padding: 14px 10px;
    color: #023859;
    background: rgba(255, 255, 255, .92);
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.15;
    border-left: 1px solid rgba(2, 56, 89, .16);
    box-shadow: rgba(2, 56, 89, .18) 0px 4px 14px;
    transition: color .2s linear, background .2s linear;
}

ul#navigation > li:first-child > a {
    border-left: 0;
    border-radius: 10px 0 0 10px;
}

ul#navigation > li:last-child > a {
    border-radius: 0 10px 10px 0;
}

ul#navigation > li:hover > a {
    background: #023859;
    color: #ffffff;
}

/* Drop-down Navigation */
ul#navigation li:hover > ul {
    visibility: visible;
    opacity: 1;
}

ul#navigation ul,
ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    width: 220px;
    background: #ffffff;
    transition: opacity .2s linear, visibility .2s linear;
    box-shadow: rgba(2, 56, 89, .18) 0px 8px 20px;
}

ul#navigation ul {
    top: 56px;
    left: 0;
}

ul#navigation ul li ul {
    top: 0;
    left: 220px;
    background: #eeeeee;
}

ul#navigation ul li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
    margin: 0;
    padding: 0;
    text-align: left;
}

ul#navigation ul li a {
    display: block;
    width: 100%;
    padding: 12px 15px;
    color: #616161;
    background: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    box-shadow: none;
}

ul#navigation ul li a:hover,
ul#navigation ul li:hover > a {
    background: #023859;
    color: #ffffff;
}

/* Hide desktop nav on tablet/mobile */
@media screen and (max-width: 992px) {
    #nav {
        display: none !important;
    }
}

/* END NAV */


#hr-tag {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
	width:100%;
	height:auto;
	margin-bottom:15px;
}


/* Mail Chimp Signup Form */
#mc_embed_signup{
	float:left;
	display:inline;
}

.mailchimp-button {
	width: 200px;
    height: 50px;
    background-color: #01263D;
    color: #fff;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 !important;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 0 !important;
    margin-top: 50px;
	transition:ease-in-out;
	transition-duration: 0.5s;
	box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.mailchimp-button:hover {
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}


.link-color {
	color: #cc8000;
}

.video-player {
	width:100%;
	display:inline;
}

.image-frame {
	border:4px solid #01263D;
	margin-bottom: 50px;
    padding: 4px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

::selection {
  background: #f9ead4; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #f9ead4; /* Gecko Browsers */
}

* {
    margin: 0;
    padding: 0;
}


/* MENU top nav text hover */
.header_area > .container > .row > .col-12 > .logo_area > .header_fade:hover {
	background-color:#1b6787;
	color:#D4D4D4;
}


body {
    font-family: 'Libre Baskerville', serif;
    position: relative;
    z-index: auto;
	background-image:url(img/core-img/wood-bg.png);
	background-repeat:repeat;
	scrollbar-face-color: #17594A;
    overflow-x: hidden;
	
}

.justify-text {text-align: justify;}

.bg-gray {
    background-color: #FFFFFF;
}

.underline_txt
{
	text-decoration:underline;
}

strong {
	font-size:18px;
}

.gallery-img {
	margin-top:5px;
	margin-bottom:15px;
	border:1px solid #333;
}


.newsletter-button {
  align-items: center;
  appearance: none;
  background-image: url("img/core-img/arches-bg.png");
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.7) 0px 2px 4px,rgba(45, 35, 66, 0.5) 0px 7px 13px -3px,#D6D6E7 0px -3px 0 inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  height: 75px;
  width: 150px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px;
    margin-left: 30px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 20px;
}

.newsletter-button:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-10px);
 transition: linear 0.25s;
}

.newsletter-button:hover i {transform: translate(40px, -50px); transition: linear 0.20s;}


.newsletter-col {
	display:block;
	position:relative;
	float:left;
	width:45%;
	margin-right:25px;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}

/* SITEMAP */

.sitemap-accordion {
	margin:0px;
}

.static-content > dl > a {
	color:#FFFFFF;
}

.sitemap-accordion dd {
	padding: 10px;
	margin-bottom:10px;
	
}

.sitemap-accordion dt {
	margin-bottom:25px;
	padding: 10px;
    border: 1px solid #000000;
	background-color:#01263D;
	transition: ease-in-out;
	transition-duration:0.5s;
}

.sitemap-accordion > a > dt:hover {
	background-color:#1b6787;
	color:#EEEEEE;
	
}


/* FISHING TABLE */
#fishing-table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#fishing-table tr > td > a {
	width:100%;
	height:100%;
	display:inline;
}

#fishing-table td, #fishing-table th {
    border: 1px solid #333;
    padding: 8px;
}

#fishing-table tr:nth-child(even){background-color: #f7f7f7;}

#fishing-table tr:hover {background-color: #f9ead4;}

#fishing-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #01263D;
    color: white;
}

/* LJS CAFE TABLE */
.ljs-table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.ljs-table tr > td > a {
	width:100%;
	height:100%;
	display:inline;
}

.ljs-table td, .ljs-table th {
    border: 1px solid #01263D;
    padding: 8px;
}

.ljs-table tr:nth-child(even){background-color: #f7f7f7;}

.ljs-table tr:hover {background-color: #f9ead4;}

.ljs-table th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #01263D;
    color: white;
}



/* DOCUMENTS TABLE */
#doc-table {
    font-family: 'Montserrat', sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 20px;
}


#doc-table tr > td > a {
	width:100%;
	height:100%;
	display:inline;
}

#doc-table td, #doc-table th {
    border: 1px solid #333;
    padding: 12px;
}

#doc-table tr:nth-child(even){background-color: #f7f7f7;}

/* #doc-table tr:hover {background-color: #f9ead4;} */

#doc-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #01263D;
    color: white;
}

#doc-table .light-grey {
	color: #666666;
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
    #doc-table {
        font-size: 18px;
    }
    
}



.font-12px {
	font-size:12px;
}




/* If On Current Page for TOC Bluebook Redbook */
.current-page {
	font-style:italic;
}

.current-page a:visited {color:#474747;}
.current-page a:active {color:#474747;}

.current-page:after {
	font-size:10px;
	color:#606060;
	content:" | current page";
}

/* Customized for the Home Page LWA Header Banner */
.hero-text h2 {
	/* font-family: 'Montserrat', sans-serif; */
	font-family: 'Abril Fatface', cursive;
	font-weight:400;
	color:#222222;
	text-shadow: 0px 3px 3px #888888;
	letter-spacing:2px;
	
}


h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Montserrat', sans-serif; */ /* original */
	font-family: 'Patua One', cursive;
    color: #D97B29;
    line-height: 1.3;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }
    
    strong {
        font-size: 18px;
    }
    
}

p {
    color: #202020;
    font-size: 18px;
    line-height: 1.35;
}

.light-grey {
	color:#999999;
}

.section-padding-120 {
    padding-top: 40px;
    padding-bottom: 120px;
}

.section-padding-120-0 {
    padding-top: 120px;
    padding-bottom: 0;
}

.section-padding-0-120 {
    padding-top: 0;
    padding-bottom: 120px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-margin-bottom {
	margin-bottom:25px;
}

img {
    max-width: 100%;
    height: auto;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

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


#scrollUp {
    bottom: 10%;
    font-size: 15px;
    right: 0;
    width: 40px;
    background-color: #F29B30;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 2px 0 0 2px;
    display: none !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
    outline: none;
}

li {
    list-style: none;
}

.fplus-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.fplus-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.section-heading h4 {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 25px;
    line-height: 1;
}

.section-heading-line {
    width: 50px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
}

#preloader {
    overflow: hidden;
    background-color: rgba(249, 249, 249, 0.97);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16.5px;
    margin-left: -14px;
    z-index: 8;
}

.fplus-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running fplus-load;
    animation: 2000ms linear 0s normal none infinite running fplus-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #17594A;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    height: 80px;
    position: relative;
    width: 80px;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

@-webkit-keyframes fplus-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fplus-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Header & Menu Area CSS */

.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100px;
    top: 0;
    left: 0;
    overflow-x: hidden;
}

.header_fade {
	-webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.logo_area > a {
    width: 100px;
    height: 100px;
    background-color: #01263D;
    position: relative;
    z-index: 2;
	border-radius: 0px 0px 15px 0px;
}

.logo_area > a:before {
    width: 9000px;
    height: 100px;
    background-color: #01263D;
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    right: 100px;
	-moz-box-shadow: 2px 0px 25px 1px #333;
	-webkit-box-shadow: 2px 0px 25px 1px #333;
	box-shadow: 2px 0px 25px 1px #333;
}

.menu-open-close {
    width: 100px;
    background-color: #ebebeb;
    height: 100px;
}

/*
.fplus-menu-area {
    position: fixed;
    width: 100%;
    background-color: transparent;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
*/

.fplus-main-menu {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: -55%;
    top: 0;
    padding-left: 15%;
    z-index: 999;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
}

.header-social-info {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    right: -55%;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 999;
    padding-right: 15%;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
}

.fplus-menu-area.menu-open .fplus-main-menu {
    left: 0;
}

.fplus-menu-area.menu-open .header-social-info {
    right: 0;
}

.fplus-menu-area .navbar {
    padding: 0;
}

.fplus-menu-area ul.navbar-nav {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.fplus-menu-area .nav-item .nav-link {
    color: #959595;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 10px 0;
}

.fplus-menu-area .nav-item .nav-link:hover,
.fplus-menu-area .nav-item.active .nav-link {
    color: #000;
    font-weight: 500;
}

.fplus-menu-area .nav-item .dropdown-toggle {
    color: #959595;
}

.fplus-menu-area .dropdown-item {
    padding: 5px 15px;
    font-weight: 500;
    color: #959595;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header-social-info .h-social-icon > a {
    color: #959595;
    margin-bottom: 30px;
    display: block;
}

.header-social-info .h-social-icon > a:hover {
    color: #01263D;
}

#nav-icon {
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #000;
    border-radius: 9px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 12.5px;
}

#nav-icon span:nth-child(3) {
    top: 25px;
}

#nav-icon.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -100px;
}

#nav-icon.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Hero Area CSS */

.fplus-hero-area {
    width: 100%;
	height: 725px;
    background-size: cover;
    background-position: top;
    position: relative;
	border-top: 15px solid #01263D;
	border-bottom: 15px solid #01263D;
	box-shadow: rgba(0, 0, 0, 0.75) 0px 25px 20px -20px;
    z-index: 1;
}
@media screen and (max-width: 992px) {
	.fplus-hero-area {border-top: 5px solid #01263D; border-bottom: 5px solid #01263D;}	
}


/*
.hero-content-area {
    width: calc(50%);
	background-image:url(img/core-img/bg-pattern.png);
	background-repeat:repeat;
    padding: 30px 0 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
	border-radius:0px 35px 0px 0px;
	background-clip:padding-box;
}
*/

.hero-content-area .hero-text h2 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content-area .hero-text > a,
.load-more-btn {
    font-size: 12px;
    text-transform: uppercase;
    color: #01263D;
    letter-spacing: 4px;
}

.hero-content-area .hero-text > a:hover,
.load-more-btn:hover {
    color: #000000;
}

.hero-content-area .hero-text {
    width: 540px;
}

/* About Us Area */

.fplus-about-us-area .about-us-content {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.5) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 15px;
}

.fplus-about-us-area .about-us-thumb > img {
    border-radius: 2px 0 0 2px;
}

.fplus-about-us-area .about-us-text {
    padding: 15px 40px;
	text-align: justify;
}

.fplus-about-us-area .about-us-text p {
    margin-bottom: 0;
}

.fplus-single-feature {
    padding: 30px 30px 25px;
    background-color: #fff;
    margin-top: 70px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.5) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	border-radius: 15px;
}

.feature-title > img {
    max-width: 35px;
    margin-right: 20px;
}

.feature-title {
    margin-bottom: 25px;
}

.feature-title > h5 {
    margin-bottom: 0;
    color: #01263D;
}

.fplus-single-feature > p {
    margin-bottom: 0;
    font-size: 16px;
    text-align: justify;
}

/* Projects Area CSS */

.fplus-projects-menu {
    padding: 35px 15px;
    background-color: #fff;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
}

.fplus-projects-menu button.btn {
    font-size: 12px;
    font-weight: 600;
    background-color: transparent;
    color: #959595;
    text-transform: uppercase;
    border: none;
    padding: 0 20px;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.fplus-projects-menu button.btn:hover,
.fplus-projects-menu button.btn:focus,
.fplus-projects-menu button.btn.active {
    color: #000000;
    box-shadow: none;
}

.fplus-portfolio {
    margin-left: -15px;
    margin-right: -15px;
}

.fplus-portfolio .single_gallery_item {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fplus-portfolio .single_gallery_item img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.gallery-hover-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 50px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.gallery-hover-overlay .port-more-view > a {
    font-size: 26px;
    color: #01263D;
    width: 40px;
    height: 40px;
    display: block;
}

.gallery-hover-overlay .port-hover-text > a {
    font-size: 12px;
    color: #959595;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px;
}

.gallery-hover-overlay .port-hover-text > h3 {
    color: #01263D;
    margin-bottom: 0;
}

.fplus-portfolio .single_gallery_item:hover .gallery-hover-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.fplus-portfolio .single_gallery_item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Method Area CSS */

.fplus-method-text {
    margin-top: 80px;
}

.fplus-method-text h4 {
    margin-bottom: 40px;
}

.fplus-method-text p {
    margin-bottom: 0;
}

.fplus-method-video {
    width: 100%;
    height: 500px;
    background-color: #5b5454;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    margin-top: 80px;
    background-size: cover;
    background-position: center center;
}

.fplus-method-video:after {
    background-color: rgba(255, 108, 0, 0.9);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    border-radius: 3px;
    z-index: -1;
}

.video-play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-play-btn > a {
    color: #fff;
    font-size: 70px;
}

/* Clients Area CSS */

.fplus-clients-logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-clients-logo {
    -ms-flex-preferred-size: 16.66666666666667%;
    flex-basis: 16.66666666666667%;
    height: 130px;
    width: 16.66666666666667%;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin-right: -1px;
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
	-webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.single-clients-logo:hover {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
	padding:10px;
	-webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



/* Blog Area CSS */

.fplus-single-blog-area {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.fplus-single-blog-area > img {
    width: 100%;
}


.fplus-blog-content {
    padding: 30px;
}

.fplus-blog-content h5 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.post-author-img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.post-author-name-date h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.post-author-name-date p {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 300;
}

.post-author-name-date p > a {
    color: #cc8000;
}

.post-author-name-date p > a:hover {
    color: #f8cb99;
}

/* Contact Area CSS */

.fplus-contact-area {
    position: relative;
    z-index: 1;
    min-height: 237.5px;
}

.contact_from {
    background-color: #fff;
    padding: 80px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.5) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    position: absolute;
    z-index: 99;
    top: 0;
}

#googleMap {
    width: 100%;
    height: 600px;
}

.contact_input_area .form-group .form-control {
    padding: 10px 0;
    line-height: 1;
    border: none;
    border-bottom: 1px solid #959595;
    border-radius: 0;
    font-size: 12px;
    color: #959595;
    font-weight: 300;
}

.contact_input_area .form-group textarea.form-control {
    height: 100px;
}

.contact_input_area .form-group .form-control:active,
.contact_input_area .form-group .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.contact_input_area button {
    width: 200px;
    height: 50px;
    background-color: #D97B29;
    color: #fff;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 !important;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 0 !important;
    margin-top: 50px;
	transition:ease-in-out;
	transition-duration: 0.5s;
	box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.contact_input_area button:hover {
	box-shadow: inset 10px 10px 15px rgba(0, 0, 0, 0.5);
}

/*Footer Area CSS */

.fplus-footer-area {
    padding: 60px 0;
    background-color: #01263D;
	border-top: 15px solid #D97B29;
    position: relative;
    z-index: 1;
}

.fplus-footer-area hr {
	border-top:1px solid #FFFFFF;
}

.fplus-footer-area small {
	font-size:12px;
}

.footer-nav-widget ul {
	text-align: center;
}

.footer-nav-widget ul > li {
	display:inline;
	color: #ffffff;
}


.subscribe-widget p {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0;
    margin-bottom: 0;
}

.subscribe-widget form {
    position: relative;
    z-index: 1;
}

.subscribe-widget input {
    border: none;
    background-color: transparent;
    padding: 10px 0;
    font-size: 12px;
    width: 100%;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
}

.subscribe-widget form button {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    padding: 10px 0;
    right: 0;
    font-size: 12px;
    top: 0;
    z-index: 9;
}

.footer-social-widget {
    margin-top: 30px;
}

.footer-social-widget > a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 30px;
}

.footer-social-widget > a:hover,
.footer-social-widget > a:focus {
    color: rgba(255, 255, 255, 1);
}

.footer-social-widget > a:last-child {
    margin-right: 0;
}

/* Single Portfolio Area CSS */

.fplus-single-portfolio-area {
    position: relative;
    z-index: 1;
}

.fplus-portfolio-share > a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    padding: 30px;
    border: 1px solid #ebebeb;
    float: left;
    margin-right: -1px;
    letter-spacing: 1px;
}

.fplus-portfolio-share > a:hover {
    color: #fff;
    border: 1px solid #01263D;
    background-color: #01263D;
}

.fplus-portfolio-share > a:first-child {
    color: #000;
    background-color: #ebebeb;
    cursor: default;
}

.fplus-portfolio-share > a:hover:first-child {
    color: #000;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
}

.fplus-portfolio-content-area {
    width: calc(50% - 15px);
    position: absolute;
    background-color: #fff;
    right: 0;
    bottom: 100px;
    z-index: 99;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.15);
}

.single-portfolio-text {
    padding: 80px 0 80px 80px;
    width: 540px;
}

.single-portfolio-text p {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: 1px;
}

.single-portfolio-text h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 130px;
    line-height: 1;
}

.project-meta-data > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 33.3333333333333%;
    text-align: center;
}

.project-meta-data > div > p {
    border: 1px solid #ebebeb;
    padding: 20px 10px;
    margin-bottom: 0;
    margin-left: -1px;
    margin-top: -1px;
    color: #959595;
}

.project-meta-data > div > p:first-child {
    background-color: #ebebeb;
    color: #000;
}

.fplus-project-single-thumb {
    position: relative;
    z-index: 1;
}

.fplus-project-single-thumb img {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

/* Static Page Area CSS */

.fplus-static-welcome-area {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 425px;
    position: relative;
	border-top: 10px solid #01263D;
	border-bottom: 10px solid #01263D;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .fplus-static-welcome-area, .fplus-hero-area {
        border-top: 10px solid #D97B29; 
    }
    
}

.static-page-area {
    position: relative;
    z-index: 99;
    padding-bottom: 75px;
}

.static-content {
    padding: 60px 80px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.5) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-top: -75px;
	border-radius: 15px;
    z-index: 9;
}

.static-content h3 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.static-content p:last-of-type {
    margin-bottom: 0;
}

.static-content blockquote {
    margin: 0;
    text-align: center;
    padding: 40px 0;
    margin: 80px 0;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
}

.static-content blockquote h5 {
    margin: 30px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.static-content blockquote p {
    line-height: 1;
    font-size: 18px;
    color: #959595 !important;
}

.triathlonsponsor{ 
	text-align: center;
    background: #ffffff;
    box-shadow: 1px 1px 5px #e7e7e7;
    padding: 15px;
    border-radius: 5px;
    margin-right: 8px;
}

iframe{ width: 100% !important; }