body,html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: interstate, sans-serif;
	}

	p{
		font-size:16px;
		line-height:1.6em;
		font-weight:300;
	}

@-ms-viewport{
  width: device-width;
}

.center,
.cli-bar-container{
	max-width:1200px;
	width:90%;
	margin:0 auto;
}

#cookie-law-info-bar{
	padding:15px 0!important;
	margin:0!important;
}

.wp-block-media-text__content{
	padding:0!important;
}

@media(max-width:900px){
	.wp-block-media-text{
		display:block!important;
	}
}

a{
	text-decoration:none;
	display:block;
}

.btn{
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	background-color:#fff;
	color:#003C73;
	padding:15px 25px;
	text-decoration:none;
	border:0;
	cursor:pointer;
	margin:20px 0;
	text-align:center;
}

.btn img{
	height:11px;
	width:auto;
	display:block;
}

.grey-bg{
	background-color:#FAFAFA;
}

.btn:hover,
.btn:focus,
.btn:active{
	background-color:#003C73;
	color:#fff;
	border:none;
}

.btn-alt{
	font-weight:500;
	font-size:16px;
	text-transform:uppercase;
	background-color:#008FD6;
	color:#fff;
	padding:15px 25px;
	text-decoration:none;
	border:0;
	cursor:pointer;
	margin:20px 0;
	text-align:center;
}

.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active{
	background-color:#fff;
	color:#008FD6;
	border:none;
}

.btn-trans{
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	background-color:transparent;
	color:#008FD6;
	padding:0;
	text-decoration:none;
	border:0;
	cursor:pointer;
	margin:20px 0;
	text-align:center;
}

.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active{
	background-color:transparent;
	color:#fff;
	border:none;
}

.btn-border{
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	background-color:transparent;
	color:#003C73;
	padding:15px 25px;
	text-decoration:none;
	border:2px solid #008FD6;
	cursor:pointer;
	margin:20px 0;
	text-align:center;
}

.btn-border:hover,
.btn-border:focus,
.btn-border:active{
	color:#008FD6;
}

.content{
	margin:30px 0;
}

.content a{
	color:#2E3192;
}

.content a:hover,
.content a:focus,
.content a:active{
	text-decoration:underline;
}

.content h3{
	margin-top:30px;
}

.content li{
	margin-bottom:10px;
}

.content-home li {
	font-size:20px;
    margin-bottom: 10px;
}

.content li::before {
    display: table-cell;
    width: 30px;
    content: "\f00c";
    float: left;
    font-family: FontAwesome;
	color:#2E3192;
}

.content-home-grid{
	display:flex;
}

.content-home-grid img{
	width:100%;
	height:auto;
	margin:auto 0;
}

.content-home-grid-box{
	width:50%;
}

.content-home-grid-box:first-of-type{
	margin-right:20px;
}

.content-home-grid-box:last-of-type{
	margin-left:20px;
}

.content h2{
	text-align:left;
	font-family:'Nanum Gothic', sans-serif;
	font-weight:600;
	font-size:28px;
}

.content h3{
	text-align:left;
	font-family:'Nanum Gothic', sans-serif;
	font-weight:600;
	font-size:20px;
}

.service-update{
	margin-bottom:40px;
}

.wp-block-image{
	width:100%!important;
}

.wp-block-image img{
	width:100%!important;
	height:auto;
}

.content-home{
	padding:50px 0 60px 0;
}

.content-home h2{
	margin-top:0;
	text-align:center;
}

.content-home p{
	font-size:20px;
}

.areas-list{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
}

@media(max-width:800px){
	.areas-list{
		display:grid;
		grid-template-columns:1fr 1fr;
	}
}

@media(max-width:400px){
	.areas-list{
		display:grid;
		grid-template-columns:1fr;
	}
}

.areas-list li{
	font-size:20px;
}

.areas-list li::before{
    display: table-cell;
    width: 30px;
    content: "\f00c";
    float: left;
    font-family: FontAwesome;
	color:#fff;
}

.blue-section{
	background-color:#2E3192;
	padding:60px 0;
}

.blue-section h2,
.blue-section p,
.blue-section li{
	color:#fff;
}

.blue-section a{
	color:#fff;
	text-decoration:underline;
}

.content-home-btn-container{
	display:flex;
	justify-content:center;
	padding-top:20px;
}

.blue-section .btn-alt{
	color: #fff;
    border: 2px solid #fff;
	text-decoration:none;
	margin:0 auto;
}

.blue-section .btn-alt:hover,
.blue-section .btn-alt:focus,
.blue-section .btn-alt:active{
	background-color:#fff;
	color:#000;
}

.short-code p:last-of-type{
	margin-bottom:30px;
}

.content-title{
	margin:50px 0;
}

.content-title h2{
	font-size:30px;
}

i{
	font-style:normal;
}

ul{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

figure{
	margin:0;
}

i{
	font-family:FontAwesome;
}

h2{
	font-weight:400;
	font-size:38px;
	text-transform:uppercase;
}

h3{
	font-size:30px;
}

@media(max-width:550px){
	h2{
		font-size:30px;
	}
	h3{
		font-size:26px;
	}
}

#content{
	margin-top:250px;
}

/* Main Navbar */

#big-nav{
	position:fixed;
	width:100%;
	z-index:2;
	top:0;
	z-index:4;
	transition:.2s;
	overflow: visible;
	background-color:#fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#navbar{
	width:100%;
	display:flex;
	align-items:center;
	background-color:transparent;
}

#big-nav, #resp-links{
	font-weight:400;
	font-size:14px;
	color:#003C73;
}

#resp-links .phone-nav{
	position:absolute;
	bottom:0;
	margin:0 0 20px 30px;
	color:#2E3192;
	font-size:24px;
	text-align:center;
	white-space: nowrap;
	font-weight:600;
}

/* Nav Top */

.topnav{
	height:140px;
}

@media(max-width:700px){
	.topnav{
		height:100px;
	}
}

.topnav .center{
	position:relative;
	height:100%;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
}

/* Nav Bottom */

.bottomnav{
	height:40px;
	position:absolute;
	top:50px;
	right:0;
}

.bottomnav .center{
	height:100%;
}

.bottomnav .menu-main-navigation-container{
	width:100%;
}

.bottomnav .menu{
	width:100%;
}

.bottomnav ul{
	width:100%;
	display:flex;
}

.bottomnav a{
	color:#003C73;
	font-size:18px;
}

#big-nav .bottomnav ul a:hover,
#big-nav .bottomnav ul a:focus,
#big-nav .bottomnav ul a:active{
	color: #008FD6;
}

/* Nav Brand */

#nav-brand{
	height:57px;
	font-size:25px;
	font-family: 'Noto Sans SC', sans-serif;
	display:block;
	margin:auto 0;
}

#nav-brand img{
	height:100%;
	width:auto;
	display:block;
}

@media(max-width:370px){
	#navbar #nav-brand{
		font-size:22px;
	}
	#navbar #nav-brand{
		height:32px;
	}
}

#nav-links{
	display:flex;
	align-items:center;
	overflow:visible;
	z-index:1;
	background-color:transparent;
	transition:.6s;
	justify-content:flex-end;
	align-items:center;
}

/* Nav Contact */

.cart_content {
    margin-top: 12px;
	display:flex;
	text-transform:uppercase;
}

.cart_content a{
	margin-left:4px;
	text-transform:uppercase;
	color:#003C73;
	font-weight:700;
	font-size:18px;
	display:flex;
}

.cart_content img{
	width:auto;
	height:23px;
	display:block;
}

.woo-cart-count{
	margin:0 5px;
}

@media(max-width:450px){
	.woo-cart-count-text{
		display:none;
	}
	#phone-mobile-link{
		right: calc(4% + 45px)!important;
	}
}

#nav-contact{
	position:absolute;
	right:15px;
	top:0;
}

#nav-contact i{
	margin:0 7px 2px 0;
	color:#2E3192;
}

#nav-contact i.fa-phone{
	margin-right:10px;
}

@media(max-width:950px){
	#nav-contact{
		flex-direction:column;
		align-items:flex-start;
		justify-content:center;
	}
}

/* Nav Links */

.navLinks{
	height:100%;
}

#navbar #nav-links ul{
	margin:0;
	padding:0;
}

#navbar li{
	list-style:none;
}

#navbar h1{
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

#navbar .bottomnav li{
	margin:0 3px;
	box-sizing:border-box;
}

#navbar .bottomnav a{
	padding:0 12px;
	padding-bottom:7px;
	box-sizing:border-box;
}

#navbar #nav-links li:first-of-type a{
	margin:0;
}

/* Sub Menu */

/* Nav Mobile */

#resp-links{
	top:0;
	right:0;
	height:100%;
	z-index:6;
	position:fixed;
	overflow:hidden;
	transition:.6s;
	display:flex;
	justify-content:flex-start;
	background-color:#fff;
}

#resp-links li{
	margin:30px 0;
}

#resp-links ul{
	box-sizing:border-box;
	padding:100px 0 0 30px;
}

#resp-links ul a{
	font-size:18px;
	text-transform:uppercase;
	color:#000;
	overflow:hidden;
	white-space: nowrap;
	font-weight:600;
	color:#2E3192;
}

#resp-links ul a:hover,
#resp-links ul a:focus,
#resp-links ul a:active{
	color:#008FD6;
}

#resp-links #nav-brand{
	position:absolute;
	bottom:0;
	margin:0 0 50px 30px;
	width:200px;
	height:auto;
}

#resp-links #nav-brand img{
	width:100%;
	height:auto;
}

#resp-links #footer-brand h2{
	font-size:22px;
}

#resp-links #footer-brand h3{
	font-size:15px;
	color:#A9A9A9;
}

#resp-links #footer-brand h4{
	font-size:15px;
	color:#000;
}

.respOverlay{
	width:100vw;
	height:100vh;
	z-index:5;
	background-color:rgba(0, 0, 0, 0.8);
	position:fixed;
	opacity:1;
	transition:.0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
}

#resp-overlay.resp-overlay-display{
	opacity:1;
	display:block;
}

.respLinks{
	width:0;
}

#big-nav .page_item li,
#big-nav .current-page-ancestor,
#big-nav .current-menu-item{
    border-bottom: 3px solid #008FD6;
	font-weight:600;
}

#big-nav .page_item .sub-menu li{
	border:none;
}


}
#resp-links li,
#resp-links a{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Nav Hamburger */

.hamburger{
	position:fixed;
	right:4%;
	top:40px;
	z-index:7;
	background-color:transparent;
	display:none;
	transition:.5s;
}

.hamburger a.icon{
	display:block;
	padding:0;
	cursor:pointer;
}

.hamburger a.icon div{
	width:35px;
	height:3px;
	background-color:#2E3192;
	margin:7px 0;
	transition:0.4s;
}

.hamburger a.icon .bar1,
.hamburger a.icon .bar3{
	width:30px;
}

.change .bar1{
	-webkit-transform:
	rotate(-45deg)
	translate(-6px, 8px);
	transform:
	rotate(-45deg)
	translate(-6px, 8px);
}

.change .bar2{
	opacity:0;
}

.change .bar3{
	-webkit-transform:
	rotate(45deg)
	translate(-6px, -9px);
	transform:
	rotate(45deg)
	translate(-6px, -9px);
}

.change a.icon div{
	background-color:#2E3192;
}

.shrink{
	background-color:#fff!important;
}

.shrink .topnav a{
	color:#000!important;
}

.alt a.icon div{
	background-color:#2E3192;
}

#phone-mobile-link{
	display:none;
}

@media(min-height:550px){
	.navbar{
		overflow:hidden;
	}
	#navBrand{
		position:absolute;
		bottom:70px;
		margin-bottom:0;
	}
}

/* Responsive Navbar */

.responsive{
	width:325px;
}

@media(max-width:675px){
	.woo-cart-count-text{
		display:none;
	}
}

@media(min-width:1000px){
	#resp-links{
		display:none!important;
	}
	.respOverlay{
		display:none!important;
	}
}

@media(max-width:1000px){
	.hamburger{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:flex-end;
	}
	#nav-brand{
		height:42px;
	}
	#nav-contact{
		display:none;
	}
	.big-nav{
		height:100px;
		box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	.hamburger{
		top:34px;
	}
	#phone-mobile-link{
		display:block;
		position:fixed;
		z-index: 7;
		top: 30px;
		right: calc(4% + 80px);
	}
	#phone-mobile-link i{
		font-size:40px;
	}
	.bottomnav{
		display:none;
	}
	.topnav .center{
		justify-content:flex-start;
	}
	.topnav{
		height:100px;
	}
	.remove{
		height:0;
	}
	.header-home{
		background-attachment:scroll;
	}
}

/* Homepage Header */

.header-home{
	display:flex;
	margin:140px 0 40px 0;
	height:calc(100% - 300px);
	min-height:400px;
	width:100%;
	position:relative;
	background-size:cover;
	background-position:25% 0%;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

@media(max-width:1000px){
	.header-home{
		margin-top:100px;
	}
}

.header-home .header-text-container{
	width:100%;
	height:100%;
	background-color:transparent;
}

.header-home .center{
	height:100%;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}

.header-home .header-text{
	width:100%;
	z-index:1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	text-align:center;
}

.header-home .header-text img{
	width:400px;
	height:auto;
	margin:0 auto;
}

.header-home .header-text h3{
	color:#fff;
	font-size:28px;
	font-weight:400;
	margin:0;
	margin-top:30px;
}

.header-home .header-text h1{
	color:#fff;
	font-size:40px;
	font-weight:200;
	margin:0;
	font-family: interstate, sans-serif;
	font-weight:600;
}

.header-home .header-text h2{
	color:#fff;
	margin:0;
	font-size:20px;
	font-family: 'Noto Sans SC', serif;
	text-transform:uppercase;
	font-weight:600;
}

.header-home .header-text p{
	color:#fff;
	margin:0;
	font-size:26px;
	font-weight:700;
	font-family: 'Sarabun', sans-serif;
	max-width:600px;
}

@media(max-width:800px){
	.header-text .container{
		width:100%;
	}
	.header-home .header-text h1{
		font-size:36px;
	}
}

@media(max-width:650px){
	.header-home .header-text h1{
		font-size:30px;
	}
}

@media(max-width:550px){
	.header-home .header-text h1{
		font-size:26px;
	}
}

@media(min-width:400px){
	br.mobile-br{
		display:none;
	}
}

@media(max-width:500px){
	br.desktop-br{
		display:none;
	}
}

.tank-form{
	margin-top:50px;
}

#searchform{
	margin:0;
	padding:0;
	height:60px;
	display:block;
	position:relative;
	width:570px;
}

.tank-form input#s{
	display:block;
	width:510px;
	height:100%;
	box-sizing:border-box;
	padding:20px 20px;
	margin:0;
	color:#B2B2B2;
	font-family:interstate;
	font-weight:400;
	border:none;
	background:#fff;
	font:400 16px interstate;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
}

@media(max-width:800px){
	#searchform{
		width:100%;
	}
	.header-home .tank-form input#s{
		width:calc(100% - 60px)!important;
	}
}

.tank-form .search{
	height:100%;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
}

.tank-form input#searchsubmit{
	display:block;
	width:60px;
	height:60px;
	border:none;
	margin:0;
	padding:0;
	cursor:pointer;
	background-position:50% 50%;
	border-radius:initial;
}

.tank-search-form{
	background-size:cover;
	background-position:100% 0%;
	background-repeat:no-repeat;
	position:relative;
	box-sizing:border-box;
	padding:40px;
}

.tank-search-overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#008FD6;
	opacity:0.8;
}

.tank-search-form-container{
	position:relative;
}

.tank-search-form .tank-form{
	margin:0;
}

.tank-search-form strong{
	font-size:32px;
	font-weight:600;
	color:#fff;
}

#about-content-sidebar .tank-search-form p{
	color:#fff;
	margin:20px 0 30px 0;
}

.tank-search-form-container .tank-form input#s{
	width: calc(100% - 56px)!important;
}

#history-stock .tank-search-form p{
	color:#fff;
	margin:20px 0 30px 0;
}

/* Page Header */

.header-page{
	display:flex;
	width:100%;
	position:relative;
	background-size:cover;
	background-position:80% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin-top:140px;
	height:350px;
}

@media(max-width:1000px){
	.header-page{
		margin-top:100px;
	}
}

.header-overlay{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	opacity:0.7;
	background-color:#163C6F;
}

@media(max-width:750px){
	.header-page{
		background-attachment:scroll;
	}
}

.header-page .header-text-container{
	width:100%;
	height:100%;
	background-color:transparent;
}

.header-page .center{
	height:100%;
	position:relative;
}

.header-page .header-text{
	width:100%;
	height:100%;
	z-index:1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
}

.header-page .header-text h1{
	color:#fff;
	font-size:50px;
	font-weight:600;
	margin:0 0 30px 0;
	text-transform:uppercase;
	text-align:center;
}

.header-page .header-text a{
	color:#fff;
	margin:0;
}

.header-page .header-text p{
	color:#fff;
	font-size:16px;
	font-weight:300;
	margin:15px 0 0 0!important;
	max-width:800px;
	text-align:center;
}

p.category_description{
	margin:0!important;
}

@media(max-width:600px){
	.header-page .header-text h1{
		font-size:36px;
	}
}

.header-page.header-page-small{
	height:150px;
	background-color:#003C73;
}

.header-page.header-page-category {
	height:auto!important;
	min-height: 15px;
	background-color:#003C73;
	padding: 40px 0;
}

.header-page.header-page-small h2,
.header-page.header-page-small h1{
	color:#fff;
	font-size:50px;
	font-weight:600;
	margin:0;
	text-transform:uppercase;
	text-align:center;
}

/* Page Header Small */

#header-page-small{
	margin-top:160px;
	padding:40px 0 0;
}

@media(max-width:700px){
	#header-page-small{
		margin-top:100px;
	}
}

#header-page-small h1{
	margin:10px 0 0;
}

#header-page-small h3{
	color:#2E3192;
	margin:0;
}

/* New Vessels */

img.alignright{
	float:right;
	display:block;
	margin:0 0 0 20px;
	max-width:250px;
	height:auto;
}

@media(max-width:550px){
	img.alignright{
		width:160px;
	}
}

img.aligncenter,
img.alignnone{
	width:100%!important;
	height:auto!important;
	display:block;
	margin:0;
	padding:0;
}

/* Page Breadcrumbs */

#page-breadcrumb{
	width:100%;
	background-color:#E5EBF1;
}

#page-breadcrumb .center{
	padding:25px 0;
	display:flex;
	justify-content:center;
	align-items:center;
}

#page-breadcrumb a,
#page-breadcrumb p{
	margin:0 5px;
	font-weight:400;
	font-size:16px;
	color:#003C73;
}

#page-breadcrumb strong{
	margin:0 5px;
	font-weight:600;
	font-size:16px;
	color:#003C73;
}

/* Home Products Grid */

.products-grid-box{
	z-index:2;
}

#products-grid-container .center{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap:20px;
}

.products-grid-box{
	width:100%;
	height:380px;
	position:relative;
}

.products-grid-image{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:25% 0%;
}

.products-grid-overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#001338;
	opacity:0.6;
}

.products-grid-text{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.products-grid-text h3{
	color:#fff;
	margin:20px;
	font-size:30px;
	text-transform:uppercase;
}

.image-arrow-right{
	position:absolute;
	bottom:0;
	right:0;
	width:50px;
	height:50px;
	display:block;
}

@media(max-width:1100px){
	#products-grid-container .center{
		display:flex;
		flex-direction:column;
	}
	#products-grid-container .products-grid-box{
		margin-bottom:20px;
	}
}

/* Who We Are */

#who-we-are{
	position:relative;
	margin:-100px 0 0 0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 0%;
}

.who-overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#000E34;
	opacity:0.6;
	z-index:1;
}

#who-we-are .center{
	padding:180px 0 100px 0;
	z-index:3;
}

#who-we-are .who-we-are-center{
	max-width:800px;
	margin:0 auto;
}

#who-we-are .who-title{
	z-index:3;
	position:relative;
}

.title-bar-top{
	position:absolute;
	top:0;
	left:0;
	height:5px;
	width:50px;
	background-color:#008FD6;
}

.title-bar-top h3{
	padding:15px 0 0 0;
}

.who-title h2{
	color:#fff;
	font-weight:700;
	margin:0;
	padding:15px 0 0 0;
}

#who-we-are .paragraph-split{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:20px;
	margin:20px 0 30px 0;
	z-index:3;
}

#who-we-are p{
	color:#fff;
	z-index:3;
	font-weight:300;
	font-size:16px;
}

#who-we-are .who-btn{
	position:relative;
	z-index:3;
	display:flex;
}

#who-we-are .btn-alt{
	margin:0;
	z-index:3;
	align-items:flex-start;
	justify-content:flex-start;
}

@media(max-width:800px){
	#who-we-are .paragraph-split{
		display:flex;
		flex-direction:column;
		margin:30px 0 30px 0;
	}
	#who-we-are p{
		margin-top:0;
	}
}

/* Latest News */

#latest-news{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 0%;
}

#latest-news .latest-overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#04051E;
	opacity:0.6;
	z-index:1;
}

#latest-news .center{
	padding:75px 0 40px 0;
}

.latest-news-title{
	position:relative;
	z-index:3;
}

.latest-news-container{
	width:70%;
}

.latest-news-grid{
	margin:60px 0 0 0;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:20px;
	box-sizing:border-box;
	padding-right:20px;
}

@media(max-width:750px){
	.latest-news-grid{
		margin:60px 0 0 0;
		display:grid;
		grid-template-columns:1fr;
		grid-gap:20px;
		box-sizing:border-box;
		padding-right:0;
	}
}

.latest-news-grid-box{
	position:relative;
	z-index:3;
	padding:40px;
}

#latest-news .latest-box-overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#000E1B;
	opacity:0.8;
	z-index:1;
}

.latest-news-text{
	position:relative;
	z-index:3;
	opacity:1;
}

a.latest-news-grid-box{
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	color:#008FD6;
	text-decoration:none;
	cursor:pointer;
}

.latest-news-text a:hover,
.latest-news-text a:focus,
.latest-news-text a:active{
	background-color:transparent;
	color:#fff;
	border:none;
}

#latest-news h2{
	color:#fff;
	font-weight:700;
	margin:0;
	padding:0;
	z-index:3;
}

#latest-news h3{
	color:#008FD6;
	font-weight:700;
	margin:0;
	padding:0;
	text-transform:uppercase;
	z-index:3;
	opacity:1;
}

#latest-news .latest-news-text p{
	color:#fff;
	z-index:3;
	font-weight:300;
	font-size:16px;
	line-height: 1.4;
	text-transform:none;
}

#latest-news .btn-trans{
	margin:0;
}

.latest-news-twitter{
	position:relative;
	z-index:3;
	width:30%;
	box-sizing:border-box;
	padding-left:20px;
}

.ctf-tweet-text{
	position:relative;
}

.latest-news-twitter a,
.latest-news-twitter h4,
.latest-news-twitter p{
	font-size:16px;
	font-weight:300;
}

.latest-news-twitter h4,
.latest-news-twitter a{
	color:#008FD6;
	margin:0;
}

.latest-news-twitter p{
	color:#fff;
}

.latest-news-twitter .fa-twitter{
	color:#fff;
	font-size:40px;
}

.latest-news-twitter-title{
	margin-bottom:60px;
	z-index:3;
}

.latest-news-twitter-text{
	z-index:3;
}

.news-and-twitter-box{
	display:flex;
}

#ctf{
	width:100%!important;
}

.ctf-header{
	display:none!important;
}

.ctf-author-box{
	display:none!important;
}

/*.ctf-tweet-media{
	display:none!important;
}*/
#ctf.ctf-narrow .ctf-tweet-content{margin-left:0px;}
#ctf .ctf-item { border-top: 1px solid rgb(255 255 255 / 40%);}

@media(max-width:1200px){
	#latest-news .latest-news-container{
		width:75%;
	}
	#latest-news .latest-news-twitter{
		width:25%;
	}
}

@media(min-width:1000px){
	#latest-news-twitter-mobile{
		display:none;
	}
}

@media(max-width:1000px){
	#latest-news .latest-news-container{
		width:100%;
	}
	.latest-news-grid{
		padding-right:0;
	}
	#latest-news .latest-news-twitter{
		display:none;
	}
	#latest-news-twitter-mobile{
		display:block;
		background-color:#04051E;
		padding:60px 0 50px 0;
	}
	#latest-news-twitter-mobile .latest-news-twitter{
		width:100%;
		display:flex;
	}
	#latest-news-twitter-mobile .fa-twitter{
		color:#008FD6;
	}
	#latest-news-twitter-mobile .latest-news-twitter-text{
		box-sizing:border-box;
		padding-left:40px;
	}
}

@media(max-width:550px){
	#latest-news-twitter-mobile .latest-news-twitter{
		flex-direction:column;
	}
	#latest-news-twitter-mobile .latest-news-twitter-text{
		padding-left:0;
	}
	#latest-news-twitter-mobile .latest-news-twitter-title{
		margin-bottom:20px;
	}
	#latest-news-twitter-mobile{
		padding:40px 0;
	}
	/*.latest-news-twitter #ctf a{
		max-width:100%;
		position:absolute;
		bottom:-40px;
		left:0;
		right:0;
		overflow:hidden;
		margin-top:20px;
	}*/
}

/* Latest Products */

#latest-products{
	background-color:#E5EBF1;
	padding:75px 0 40px 0;
}

#latest-products h2{
	margin:0 0 0 15px;
	color:#003C73;
	font-weight: 700;
}

#latest-products .center{
	position:relative;
	width: 84%;
}

#latest-products .latest-products-btn{
	position:absolute;
	right:15px;
	top:0;
}

#latest-products .btn-border{
	margin:0;
}

#latest-products .btn-alt{
	margin:0;
}

.latest-products-btn-mobile{
	display:none;
}

.latest-products-btn-mobile .center{
	display:flex;
	align-items:center;
	justify-content:center;
}

@media(max-width:650px){
	.latest-products-btn{
		display:none;
	}
	.latest-products-btn-mobile{
		display:block;
		margin-top:20px;
	}
}

/* About Us */

#about-content{
	color:#131A28;
	font-size:18px;
	font-weight:400;
}

#about-content .center{
	max-width:800px;
	padding:60px 0;
}

#about-content p{
	font-size:18px;
	color:#131A28;
}

/* About Grid */

.about-grid-container{
	margin-bottom:60px;
}

.about-grid-container .center{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

@media(max-width:1100px){
	.about-grid-container .products-grid-box{
		height:300px;
	}
}

@media(max-width:800px){
	.about-grid-container .center{
		grid-template-columns: 1fr 1fr;
	}
	.about-grid-container .products-grid-box{
		height:300px;
	}
	.about-grid-container .products-grid-box:last-of-type{
		grid-column:1/3;
	}
}

@media(max-width:500px){
	.about-grid-container .center{
		grid-template-columns: 1fr;
	}
	.about-grid-container .products-grid-box:last-of-type{
		grid-column:1/2;
	}
}

/* History */

#about-content-sidebar{
	padding:60px 0;
	color: #131A28;
}

#about-content-sidebar .center{
	display:grid;
	grid-template-columns:180px auto 180px;
	grid-gap:50px;
}

#about-sidebar{
	display:flex;
	flex-direction:column;
	padding-top:20px;
}

#about-sidebar strong{
	color:#008FD6;
	font-size:20px;
	font-weight:600;
	margin-bottom:15px;
}

#about-sidebar a{
	margin:5px 0;
	font-size:18px;
	color:#003C73;
	font-weight:400;
}

#about-sidebar a.active{
	font-weight:600;
}

#about-content-sidebar p{
	font-size:16px;
	color:#131A28;
	line-height:1.6em;
}

@media(max-width:1200px){
	#about-content-sidebar .center{
		grid-template-columns:180px auto;
		grid-gap:30px;
	}
	#about-sidebar{
		margin-bottom:40px;
	}
}

@media(max-width:700px){
	#about-content-sidebar .center{
		display:flex;
		flex-direction:column-reverse;
	}
}

/* Meet The Team */

#team-section{
	margin:80px 0 -40px 0;
}

.team-grid-container{
	margin-top:-20px;
}

.team-grid-box{
	display:none;
}

.team-grid-box.enable{
	display:block;
}

.team-grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:20px;
}

.team-grid img{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:4px;
	cursor:pointer;
}

.team-grid-box .border-bottom{
	height:36px;
	display:flex;
	justify-content:center;
	overflow:hidden;
}

.team-grid-box .border-bottom img{
	height:100%;
	width:auto;
	display:block;
	margin:0;
	z-index:0;
	display:none;
}

.team-grid-box.show-team-member .border-bottom img{
	display:block;
}

.team-grid-description-container{
	width:100%;
	background-color:#E5EBF1;
	box-sizing:border-box;
	padding:40px;
	margin:-18px 0 40px 0;
	z-index:1;
	position:relative;
	display:none;
}

.team-description{
	display:flex;
	flex-direction:column;
}

.team-grid-description-container.show-team-member{
	display:block;
}

.team-grid-description-container h3{
	font-size:30px;
	font-weight:600;
	color:#003C73;
	margin:0;
}

.team-grid-description-container h4{
	font-size:15px;
	font-weight:300;
	color:#003C73;
	margin:5px 0 0 0;
}

.team-grid-description-container p{
	font-size:16px;
	font-weight:300;
	color:#131A28;
	margin:20px 0;
}

.team-grid-description-container a{
	font-size:16px;
	font-weight:300;
	color:#2B2E31;
	text-decoration:none;
	margin-bottom:5px;
	display:flex;
	align-items:center;
}

.team-grid-description-container a p{
	color:#008FD6!important;
	font-size:16px;
	font-weight:300;
	margin:0 5px 0 0;
}

/* Careers */

.careers-grid-container{
	margin-top:40px;
}

.careers-grid{
	display:flex;
	flex-direction:column;
}

.careers-grid-box{
	position:relative;
	background-color:#003C73;
	box-sizing:border-box;
	padding:30px;
	margin:10px 0;
	display:block;
}

.careers-grid-box-text div{
	display:flex;
	align-items:flex-start;
	margin-top:10px;
}

.careers-grid-box-text h3{
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 20px 0;
}

.careers-grid-box-text strong{
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	display:inline-block;
	white-space:nowrap;
}

.careers-grid-box-text p{
	font-size:16px;
	color:#fff!important;
	text-transform:none;
	font-weight:300;
	margin:0 0 0 5px;
	line-height:1.2em!important;
}

/* Careers Single */

#careers-content{
	box-sizing:border-box;
	padding-bottom:20px;
	border-bottom:1px solid #809DB9;
}

#careers-content h2{
	margin:20px 0;
	font-size:18px;
	font-weight:600;
	text-transform:none;
	color:#003C73;
}

.careers-single-text{
	margin-top:40px;
}

.careers-single-text .careers-grid-box-text strong,
.careers-single-text .careers-grid-box-text p{
	color:#131A28!important;
}

.careers-single-link-box{
	background-color:#E5EBF1;
	box-sizing:border-box;
	padding:30px;
	margin-top:50px;
}

.careers-link-text p{
	margin:20px 0 30px 0;
}

.careers-link-text strong{
	color:#003C73;
	font-size:26px;
	font-weight:500;
}

.careers-link-text .btn-alt{
	margin:0;
}

/* New Vessels */

.new-vessels-content{
	clear:both;
}

.new-vessels-content img{
	margin-bottom:20px;
}

.new-vessels-content h2{
	margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    color: #003C73;
}

.new-vessels-ul{
	margin:40px 0;
}

.new-vessels-img{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:40px;
}

.new-vessels-img img{
	width:100%;
	height:auto;
	display:block;
}

.new-vessels-content ul{
	margin: 20px 0;
}

.new-vessels-ul p{
	font-size:18px;
}

.new-vessels-content li{
	color: #131A28;
    font-weight: 300;
    margin: 10px 0;
    list-style: none;
	font-size:16px;
	display:flex;
}

.new-vessels-content li::before {
    display: table-cell;
    font-size:8px;
    content: "\f0c8";
    float: left;
    font-family: FontAwesome;
	color:#008FD6;
	padding:5px 10px 0 0;
}

.new-vessel-categories{
	padding:10px 0;
}

.new-vessel-categories-grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap:20px;
}

.new-vessel-categories-grid-box{
	width:100%;
	position:relative;
}

.new-vessels-overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	background-color:rgba(0, 0, 0, 0.4);
	opacity:1;
}

.new-vessel-categories-grid-box img{
	display:block;
	width:100%;
	height:auto;
}

.new-vessel-categories-title{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	padding:10px;
}

.new-vessel-categories-title h3{
	text-align:center;
	color:#fff;
	font-size:24px;
	z-index:3;
}

@media(max-width:1000px){
	.new-vessel-categories-grid{
		grid-template-columns:1fr 1fr;
		grid-gap:20px;
	}
}

.new-vessel-gallery{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:20px;
	padding:10px 0 0 0;
}

.new-vessel-gallery img,
.swipebox img{
	display:block;
	width:100%;
	height:auto;
	transform-style: preserve-3d;
}

a.swipebox{
	position:relative;
}

a.swipebox:after{
	content: '\f065';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: .25em .5em;
    font-family: FontAwesome;
    font-size: 1.5em;
    color: #fff;
    background: rgba(17, 17, 17, 0.5);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    opacity: 0;
}

a.swipebox:hover:after{
	opacity:1;
}

.swipebox img:hover{
	opacity:0.6;
}

.contact-new-vessels{
	padding:50px 0 0 0;
}

.contact-new-vessels #newsletter h3{
	color:#003C73;
}

.contact-new-vessels #newsletter p{
	color:#131A28;
}

.contact-new-vessels .contact-page-form{
	width:100%;
	padding-bottom:50px;
}

#new-vessel-search{
	margin-top:40px;
	clear:both;
}

#new-vessel-search #searchform{
	width:100%;
}

#new-vessel-search .tank-search-form-container .tank-form input#s{
	width:100%!important;
}

/* Slideshow */

.slideshow{
	width:100%;
}

/* slideshow container */

.slideshow-container{
	position:relative;
	margin:60px auto 0 auto;
}

.slideshow-container img{
	width:100%;
	height:auto;
	max-width:none;
}

/* hide the images by default */

.mySlides{
    display: none;
	position:relative;
}

/* next & previous buttons */

.slideshow-container .prev, .slideshow-container .next{
  cursor:pointer;
  position:absolute;
  bottom:35%;
  width:auto;
  padding:16px;
  font-family:fontawesome;
  font-size:80px;
}

.slideshow-container a{
	color:#fff;
}

.slideshow-container a:hover,
.slideshow-container a:focus,
.slideshow-container a:active{
	color:#2D2D2D;
	text-decoration:none;
}

.slideshow-container .next{
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* caption text */

.slideshow-container .text{
  color: #f2f2f2;
  font-size: 15px;
  padding:0;
  position: absolute;
  bottom:5%;
  width: 100%;
  text-align: center;
}

.pump-slider {
	max-width: 285px;
}

/* dots/bullets/indicators */

.dots-container{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.dots-container .dots{
	margin-bottom:20px;
}

.slideshow-container .dot{
  cursor:pointer;
  width: 8px;
height: 8px;
  margin: 0 2px;
  background-color: #E5EBF1;
  border-radius: 0;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-container .active, .dot:hover{
  background-color:#fff;
}

/* fading animation */

.fade{
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: 0.4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.4}
  to {opacity: 1}
}

/* History Quote */

#history-quote{
	height:400px;
	width:100%;
	background-size:80%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#003C73;
	position:relative;
	overflow:hidden;
}

#history-quote img{
	height:100%;
	width:auto;
	overflow:hidden;
}

#history-quote-text{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

#history-quote-text .center{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:100%;
	max-width:700px;
}

#about-further-content{
	margin:40px 0;
	color: #131A28;
}

#about-further-content p {
    font-size: 18px;
    color: #131A28;
}

@media(max-width:700px){
	#history-quote{
		height:auto;
	}
	#history-quote img{
		display:none;
	}
	#history-quote-text{
		position:static;
	}
	#history-quote-text .center{
		padding:60px 0;
		box-sizing:border-box;
	}
}

#history-quote p{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	margin:30px 0;
	line-height:1.8em;
	text-align:center;
}

#history-quote strong{
	color:#fff;
	margin:0;
	text-align:center;
}

#history-quote-text img{
	width:40px;
	height:auto;
	display:flex;
}

#history-stock .center{
	height:100%;
	max-width:700px;
	padding:40px 0 60px 0;
}

#history-stock p{
	color:#131A28;
}

#history-stock ul{
	margin:20px 0;
}

#history-stock li{
	color:#131A28;
	font-weight:300;
	margin:5px 0;
	list-style:square inside;
}

#history-stock .tank-search-form{
	margin-top:40px;
}

/* News */

#news{
	margin:60px 0;
}

.news-grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:20px;
}

@media(max-width:1000px){
	.news-grid{
		grid-template-columns:1fr 1fr;
	}
}

@media(max-width:600px){
	.news-grid{
		grid-template-columns:1fr;
	}
}

.news-grid-box{
	width:100%;
	display:flex;
	flex-direction:column;
}

.news-grid-box img{
	width:100%;
	height:auto;
	display:block;
}

.news-grid-text-container{
	box-sizing:border-box;
	padding:25px;
	background-color:#E5EBF1;
	display:flex;
	flex-direction:column;
	height:100%;
}

.news-grid-top-text{
	display:flex;
	flex-direction:column;
}

.btn-container{
	margin-top:auto;
}

.news-grid a{
	display:block;
}

.news-grid-text-container h2{
	margin:0;
	color:#003C73;
	font-size:26px;
	font-weight:600;
}

.news-grid-text-container p{
	color:#131A28;
	font-size:15px;
	margin:20px 0;
}

.news-grid-text-container .btn-trans{
	margin:0;
	display:inline-block;
}

/* News Single */

.news-single-content{
	margin:60px 0;
}

.news-single-content .center{
	max-width:700px;
}

.news-single-featured-image img{
	width:100%;
	height:auto;
	display:block;
}

.news-single-content h3{
	font-size:18px;
	color:#003C73;
}

/* Service Box */

#services-box{
	width:100%;
	padding:30px 0 60px;
	display:flex;
	align-items:center;
	justify-content:center;
}

/* Contact Box */

#contact-box{
	width:100%;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

#contact-box .center{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	box-sizing:border-box;
	padding:40px 0;
}

#contact-box #contact-box-text div{
	display:flex;
	align-items:center;
	justify-content:center;
}

#contact-box h2{
	color:#fff;
	font-size: 35px;
    font-weight: 800;
	margin:0 0 60px;
}

#contact-box p{
	color:#fff;
	font-size: 34px;
	margin:0;
	font-weight:600;
}

#contact-box .btn{
	margin:20px 0 0 0;
}

@media(min-width:900px){
	#contact-box #contact-box-text{
		display:flex;
	}
	#contact-box-text .btn{
		margin:0 0 0 20px;
	}
}

@media(max-width:450px){
	#contact-box h2{
		font-size: 38px;
	}
	#contact-box p{
		font-size: 28px;
	}
	#contact-box{
		height:280px;
	}
}

/* Our Work Main */

#work-grid-container{
	margin:60px 0;
}

#work-grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:30px;
}

.work-grid-box{
	width:100%;
	position:relative;
}

.work-grid-box img{
	width:100%;
	height:auto;
	display:block;
}

.work-overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	background-color:rgba(0, 0, 0, 0.4);
	opacity:1;
}

.overlay-dark .work-overlay{
	background-color:rgba(0, 0, 0, 0.8);
}

.work-text{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	box-sizing:border-box;
	padding:0 20px;
}

.work-text h3{
	color:#fff;
	font-size:24px;
	z-index:3;
}

@media(max-width:900px){
	#work-grid{
		grid-template-columns:1fr 1fr;
	}
}

@media(max-width:550px){
	#work-grid{
		grid-template-columns:1fr;
	}
}

/* Contact */

.contact{
	margin:40px 0;
}

.contact-address{
	float:left;
	width:350px;
	padding-top:20px;
}

.contact-page-form{
	float:right;
	width:calc(100% - 350px);
}

@media(max-width:850px){
	.contact-address{
		float:none;
		width:100%;
	}
	.contact-page-form{
		float:none;
		width:100%;
	}
	.contact .center{
		display:flex;
		flex-direction:column-reverse;
	}
}

.contact-address strong{
	font-size:17px;
	font-weight:600;
	color:#003C73;
	margin:0 0 30px 0;
}

.contact-address p{
	font-size:16px;
	font-weight:400;
	color:#131A28;
	margin:2px 0;
}

.contact-address-info{
	margin:10px 0;
}

.contact-address a{
	font-size: 16px;
    font-weight: 600;
    color: #003C73;
    text-decoration: none;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.contact-address a p{
    color: #008FD6!important;
    font-size: 16px;
    font-weight: 300;
    margin: 0 5px 0 0;
}

/* Sharpspring Form */

.sharpspring_form{
	width:100%;
}

fieldset ul li{
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
    position: relative;
    clear: both;
}

fieldset li label{
	font-size:15px;
	font-weight:600;
	color:#003C73;
	margin:0;
	font-family:interstate;
}

fieldset ul li .field_value{
	margin: 10px 0 0 0;
}

input[type=text], input[type=password], textarea {
    border: none;
    padding: 10px 5px;
    margin: 2px 0;
    width: 100%;
    font-size: 15px;
    transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
	background-color:#EDF1F5;
}

textarea {
	height:150px;
	border:none;
}

.contact-page-form p{
	font-size:14px;
	color:#131A28;
	font-weight:300;
	font-family:interstate;
	line-height:1.6em;
}

.contact-page-form .contact-form-key{
	margin-top:-40px;
}

.contact-page-form .contact-form-key p{
	font-size:16px;
	color:#003C73;
	font-weight:600;
	font-family:interstate;
	line-height:1.6em;
}

.contact-page-form button{
	font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ECAB44;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin: 20px 0;
    text-align: center;
}

.contact-page-form button:hover,
.contact-page-form button:active,
.contact-page-form button:focus{
	font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #008FD6;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin: 20px 0;
    text-align: center;
}

/* Contact Details */

.individual-contact-details{
	margin-bottom:50px;
}

.individual-contact-title{
	margin:50px 0;
}

.individual-contact-title h2{
	text-align:center;
	margin:0;
	font-size:30px;
	font-weight:600;
	color:#003C73;
	text-transform:none;
}

.individual-contact-grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:20px;
}

@media(max-width:1100px){
	.individual-contact-grid{
		grid-template-columns:1fr 1fr;
	}
}

@media(max-width:750px){
	.individual-contact-grid{
		grid-template-columns:1fr;
	}
}

.individual-contact-box{
	box-sizing:border-box;
	padding:30px;
	background-color:#003C73;
}

.individual-text-box{
	display:flex;
	flex-direction:column;
}

.individual-text-box h3{
	color:#fff;
	font-size:18px;
	font-weight:600;
	margin:0;
}

.individual-text-box h4{
	color:#fff;
	font-size:16px;
	font-weight:300;
	margin:10px 0 5px 0;
}

.individual-text-box a{
	font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.individual-text-box a p{
    color: #008FD6!important;
    font-size: 16px;
    font-weight: 300;
    margin: 0 5px 0 0;
}

.individual-text-box .contact-address-info{
	margin:0;
}

/* Footer */

footer{
	box-sizing:border-box;
	padding:50px 0 40px 0;
	width:100%;
	background-color:#000E34;
}

.footer-top{
	display:flex;
	position:relative;
	padding-bottom:30px;
	border-bottom:2px solid #003C73;
}

.footer-left{
	display:flex;
	flex-direction:column;
}

.footer-right{
	position:absolute;
	right:0;
	bottom:0;
	padding-bottom:40px;
}

#footer-social{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}

#footer-social i{
	font-size:30px;
}

#footer-social a:last-of-type{
	margin:0;
}

#footer-contact{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}

#footer-contact a{
	font-weight:600;
	font-size:22px;
	margin-bottom:7px;
}

@media(max-width:500px){
	#footer-contact a{
		font-weight:600;
		font-size:20px;
		margin-bottom:7px;
	}
}

#footer-logo #nav-brand{
	width:250px;
	margin-top:20px;
	position:relative;
	justify-content:flex-start;
}

#footer-logo #nav-brand img{
	width:180px;
	height:auto;
}

#footer-logo-text{
	width:170px;
}

#footer-logo-text p{
	text-align:center;
	margin-top:10px;
	font-weight:700;
}

#footer-logo .fa-phone{
	font-size:20px;
	margin-top:5px;
}

#footer-logo a{
	display:block;
}

.footer-grid-box{
	display:block;
	flex-direction:column;
}

#footer-button{
	display:flex;
	align-items:flex-end;
}

#footer-button .btn-alt{
	margin:0;
	align-self:flex-start;
}

.contact-container{
	display:flex;
	flex-direction:column;
}

.footer-grid-box i{
	font-family:fontawesome;
	margin:0 12px 0 0;
	font-size:22px;
}

.footer-grid-box .fa-phone{
	font-size:26px;
	color:#008FD6;
}

.footer-grid-box .fa-envelope{
	color:#008FD6;
}

.footer-grid-box .fa-facebook-f{
	font-size:19px;
	margin-right:17px;
}

#footer-privacy{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #fff;
}

#footer-privacy a{
	width:100%;
}

footer h3{
	margin:20px 0;
	font-size:18px;
	color:#000;
}

footer ul{
	margin:0;
	padding:0;
	display:flex;
	flex-direction:column;
	align-items:left;
}

footer li{
	list-style:none;
}

footer a, footer p, footer li{
	text-decoration:none;
	color:#fff;
	font-size:15px;
	margin:0 0 10px 0;
}

footer p.copyright-text{
	margin:20px 0 0 0;
	color:#7E8699;
}

footer a:hover{
	color:#0254A6;
}

/* Micro Footer */

#footer-bottom{
	padding-top:40px;
}

.footer-bottom-center{
	display:flex;
	flex-direction:column;
	max-width:100%;
}

#footer-bottom .center{
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	padding:70px 0 0;
}

#menu-footer-navigation{
	display:flex;
}

#footer-bottom-tom a:hover{
	color:#4c4c4c;
}

#footer-links ul{
	flex-direction:row;
}

#footer-links li{
	display:flex;
	align-items:center;
	margin:0 25px 0 0;
}

footer #tom-link{
	align-content:flex-end;
}

/* Footer Responsive */

footer #nav-brand{
	height:60px;
	margin-bottom:40px;
}

#footer-mobile-logo #nav-brand a{
	height:100%;
	margin:0 auto;
}

#footer-mobile-logo #nav-brand img {
    height: 100%;
	width: auto;
}

.footer-middle{
	display:none;
}

.footer-middle p{
	display:none;
}

.footer-left #footer-address{
	display:none;
}

.footer-left #footer-links{
	display:none;
}

@media(min-width:1200px){
	.footer-left #footer-contact{
		display:none;
	}
	.footer-middle{
		display:block;
		margin:0 auto;
	}
	#footer-bottom{
		display:none;
	}
	.footer-middle p{
		display:block;
	}
	.footer-left #footer-address{
		display:block;
	}
	.footer-left #footer-links{
		display:flex;
	}
	.footer-top{
		border-bottom:none;
		padding:0;
	}
	#footer{
		padding:70px 0 40px 0;
	}
	footer ul{
		flex-direction:row;
	}
	.footer-right{
		bottom:auto;
		top:0;
		position:static;
		margin-left:auto;
	}
	.footer-right a{
		margin-bottom:15px;
	}
	#footer-contact p{
		margin:10px 0 0 0;
		font-size:15px;
	}
	footer #nav-brand{
		margin:0 0 35px 0;
	}
	#footer-address p{
		margin:0 0 5px 0;
	}
}

@media(max-width:500px){
	.footer-top{
		flex-direction:column;
	}
	.footer-right{
		position:relative;
		padding:0;
	}
	#footer-social{
		flex-direction:row;
		justify-content:flex-start;
		margin-top:20px;
	}
	#footer-social i{
		margin-right: 20px;
	}
	#footer-bottom ul{
		flex-direction:column;
	}
}

/* 404 Page */

#page-missing-links{
	margin-bottom:60px;
}

#page-missing-links li{
	margin:10px 0;
}

#page-missing-links a{
	color:#000;
}

#page-missing-links a:hover,
#page-missing-links a:focus,
#page-missing-links a:active{
	color:#2E3192;
}

/* Privacy Page */

#privacy-content-container{
	margin:40px 0 60px 0;
}

#privacy-content-container h2{
	font-size:30px;
	font-weight:600;
}

#privacy-content-container h3{
	font-size:22px;
}

#privacy-content-container h4{
	font-weight:600;
}

/* Map */

#map-container{
	margin:0 0 60px 0;
}

#map-container .center{
	display:flex;
}

#map{
	height: 400px;
	width: calc(100% - 400px);
	background-color: grey;
	margin:40px auto 0;
}

@media(max-width:850px){
	#map{
		width:100%;
	}
}

.img-double{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:20px;
}

.img-double img{
	display:block;
	width:100%;
	height:auto;
}

@media(max-width:500px){
	.img-double{
		display:grid;
		grid-template-columns:1fr;
		grid-gap:20px;
	}
}

/* Newsletter */

#newsletter-container{
	display:flex;
}

#newsletter{
	background-color:#003C73;
	width:70%;
	box-sizing:border-box;
	padding:60px 5% 40px 5%;
}

.newsletter-title{
	position:relative;
}

.newsletter-title h3{
	padding:15px 0 0 0;
	margin-top:0;
	color:#003C73;
	font-size:38px;
	text-transform:uppercase;
}

#newsletter h3{
	padding:15px 0 0 0;
	color:#fff;
	font-size:38px;
	text-transform:uppercase;
}

#newsletter p{
	color:#fff;
}

#newsletter fieldset li label{
	color:#fff;
	font-weight:600;
	font-size:16px;
}

#newsletter input{
	color:#003C73;
}

#newsletter-image{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 0%;
	width:30%;
}

@media(max-width:1000px){
	#newsletter-container{
		flex-direction:column;
	}
	#newsletter{
		width:100%;
	}
	#newsletter-image{
		width:100%;
		height:400px;
		background-position:50% 50%;
	}
}

@media(max-width:500px){
	#newsletter-image{
		width:100%;
		height:300px;
		background-position:50% 50%;
	}
}

/* Products */

ul.products{
	width:100%!important;
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap:20px;
	margin-bottom:40px;
}

@media(max-width:1250px){
	ul.products{
		grid-template-columns:1fr 1fr 1fr;
	}
}

@media(max-width:1000px){
	ul.products{
		grid-template-columns:1fr 1fr;
	}
}

@media(max-width:650px){
	ul.products{
		grid-template-columns:1fr;
	}
}

li.product{
	width:100%;
	position: relative;
}

li.product img{
	width:100%;
	height:auto;
	display:block;
}

li.product h2{
	color:#003C73;
	font-size:18px;
	font-weight:600;
	height:55px;
	margin:0;
	padding-top:15px;
	background-color:#fff;
}

li.product .addtocartbutton{
	height:50px;
}

.woocommerce-LoopProduct-link{
	display:flex;
	flex-direction:column-reverse;
}

.product-attribute-capacity{
	display:none;
}

.woocommerce-message{
	margin-top:20px;
}

.addtocartbutton{
	font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #008FD6;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin: 0;
    text-align: center;
	box-sizing:border-box;
	width:100%;
}

/* .woocommerce-product-page-container .add_to_cart_button{
	display:none;
} */

.woocommerce-product-page-container .added_to_cart {
	display: none!important;
}

.tanks_add_to_cart {
	position: absolute;
	right: 0;
	bottom: 120px;
	width: 38px!important;
	height: 38px!important;
}

.cart-plus-image{
	position:absolute;
	right:0;
	bottom:0;
}

.cart-plus-image:before{
	content: "";
	background-image:url('https://tanks.staging.wpengine.com/wp-content/themes/LATEST-tanks/img/cart-icon.jpg');
	background-size: 100% 100%;
    display: block;
	height: 38px;
	width:38px;
}

/*
.add_to_cart_button{
	font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ECAB44;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
	box-sizing:border-box;
	width:100%;
}
*/

/* Product Single */

.product-single-container .center{
	max-width:700px;
}

.product-single-container .images{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:20px;
}

/*.product-single-container .images img{
	width:100%;
	height:auto;
	display:block;
}*/
.product-single-container .images img{
	display:block;
	margin:0 auto;
}

.product-single-container .woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper{ width:100% !important; }
.product-single-container .woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{display:block; margin:0 auto;}
.woocommerce-product-gallery-thumbnails__wrapper .woocommerce-product-gallery-thumb{width:auto !important;}


/* Woocommerce Breadcrumbs */

.woocommerce-breadcrumb{
	width:100%;
	background-color:#E5EBF1;
	height:100%;
	max-height:100px;
	padding:25px 0;
	display:flex;
	justify-content:center;
	align-items:center;
}

.woocommerce-breadcrumb a{
	margin:0 5px;
	font-weight:400;
	font-size:16px;
	color:#003C73;
}

.breadcrumb-container #main{
	width:100%;
	background-color:#E5EBF1;
}

/* Woocommerce Page Numbers */

.woocommerce-product-page-container{
	margin-bottom:50px;
}

.page-numbers{
	display:flex;
}

.page-numbers li{
	padding:0 10px;
}

.page-numbers li{
	display:flex;
	align-items:center;
}

.page-numbers li:first-of-type{
	padding:0 10px 0 0;
}

.page-numbers li a{
	color:#003C73;
}

.page-numbers li a:hover,
.page-numbers li a:active,
.page-numbers li a:focus{
	color:#008FD6;
}

.page-numbers .next,
.page-numbers .prev {
	font-size:30px;
}

/* Woocommerce Product Single */

.product h1{
	color:#008FD6;
	font-size:32px;
	font-weight:600;
}

.woocommerce-tabs{
	margin:30px 0;
	padding-bottom:30px;
	border-bottom:1px solid #7D9DB9;
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce-tabs ul.tabs li, .woocommerce-tabs ul.tabs li, .woocommerce-tabs ul.tabs li, .woocommerce-tabs ul.tabs li {
    display: inline-block;
}

.woocommerce-tabs ul.tabs li {
    border: 1px solid #7D9DB9;
    background-color: #F2F5F8;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 -5px 0 0;
    padding: 0;
}

.woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 15px 25px;
    font-weight: 700;
    color: #003C73;
    text-decoration: none;
	font-size:18px;
	box-sizing:border-box;
}

@media(max-width:475px){
	.woocommerce-tabs ul.tabs li a {
		font-size:15px;
		padding: 10px 10px;
	}
}

.woocommerce-tabs a {
    background: transparent;
}

.woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}

.woocommerce-tabs h2{
	font-size:32px;
	font-weight:600;
	color:#003C73;
}

.summary .cart{
	margin:20px 0 10px 0;
}

/* Woocommerce Button */

.product form.cart div.quantity {
    float: left;
    margin: 0 10px 0 0;
}

.product .quantity{
	position:relative;
}

.product .quantity .qty {
    padding: 0;
    text-align: center;
    margin: 0;
    height: 48px;
	width: 48px;
	box-sizing:border-box;
	border:1px solid #7D9DB9;
}

.cart button{
	font-weight:500;
	font-size:16px;
	text-transform:uppercase;
	background-color:#ECAB44;
	color:#fff;
	height: 48px;
	box-sizing:border-box;
	padding:15px 25px;
	text-decoration:none;
	border:0;
	cursor:pointer;
	margin:0;
	text-align:center;
}

.posted_in{
	display:flex;
}

.posted_in a{
	margin-left:5px;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button{
	font-weight:500;
	font-size:16px;
	text-transform:uppercase;
	background-color:#008FD6;
	color:#fff;
	height: 48px;
	box-sizing:border-box;
	padding:15px 25px;
	text-decoration:none;
	border:0;
	cursor:pointer;
	margin:0;
	text-align:center;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button{
	margin-left:20px;
}

@media(max-width:600px){
	.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button{
		float:none;
		width:100%;
		margin:20px 0 0 0;
	}
	.woocommerce-message{
		display:flex;
		flex-direction:column-reverse;
	}
}

.product_meta{
	margin-top:2px;
}

.product_meta span:first-of-type{
	margin-right:4px;
}

.woocommerce-product-attributes th{
	text-align:left;
}

.woocommerce-product-attributes p,
.woocommerce-product-attributes a{
	color:#003C73;
}

.single-product #secondary{
	display:none;
}

.back-button{
	color:#003C73;
	background-color:transparent;
	font-family:interstate;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	border:none;
	outline:none!important;
	cursor:pointer;
	padding:0;
	margin:0 0 30px 0;
}

/* Woocommerce Filter */

.woof_products_top_panel{
	display:none!important;
}

.widget-woof h1{
	display:none;
}

.woocommerce-info{
	margin-top:20px;
}

#secondary #text-3{
	display:none;
}

#secondary{
	width:100%;
	background-color:#F2F5F8;
}

#secondary .widget{
	width:100%;
}

#secondary .sidbar-search{
	max-width: 1200px;
    width: 90%;
    margin: 0 auto;
	padding-top:30px;
	display:none;
}

.sidbar-search #searchform{
	height:auto;
	border-bottom:1px solid #7D9DB9;
	width:calc(33% - 10px);
	display:flex;
}

@media(max-width:900px){
	.sidbar-search #searchform{
		width:calc(66% - 5px);
	}
}

@media(max-width:600px){
	.sidbar-search #searchform{
		width:100%;
	}
}

#secondary .sidbar-search input{
	background-color:transparent;
	margin:0;
	padding:5px 0;
	outline:none;
}

#secondary .sidbar-search .search input{
	width:100%;
	border:none;
	font-family:interstate;
	font-weight:500;
	color:#003C73;
	font-size:15px;
	cursor:pointer;
	padding-left:20px;
	box-sizing:border-box;
}

#secondary .sidbar-search .search input:before{
	content:"\f002";
	font-family: "FontAwesome";
}

.woof{
	background-color:#F2F5F8;
}

.woof_redraw_zone{
	max-width: 1200px;
    width: 90%;
    margin: 0 auto;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:20px;
	padding:30px 0 20px 0;
}

@media(max-width:600px){
	.woof_redraw_zone{
		grid-template-columns:1fr 1fr;
		padding-bottom:10px;
	}
}

@media(max-width:450px){
	.woof_redraw_zone{
		display:block;
		width: 85%;
	}
	.woof .woof_container{
		margin-bottom:20px;
	}
}

@media(max-width:350px){
	.woof_redraw_zone{
		width: 80%;
	}
}

.woof .woof_container{
	width:100%;
	display:inline-block;
}

.woof .chosen-container{
	width:100%!important;
}

/*
.woof .woof_container h4{
	display:none;
}
*/

.woof .woof_container .chosen-search{
	display:none;
}

.woof .woof_container{
	font-family:interstate;
	font-weight:600;
	color:#003C73;
	font-size:15px;
	display:block!important;
}

/*
.woof .woof_container:first-of-type{
	grid-column:1/4;
}
*/

.chosen-container-single .chosen-single span{
	font-family:interstate;
	font-weight:500;
	color:#003C73;
	font-size:15px;
}

.chosen-container-single .chosen-single{
	box-shadow:none!important;
	border:none!important;
	background:none!important;
	border-bottom:1px solid #7D9DB9!important;
	border-radius:0!important;
	padding:0!important;
}

.chosen-container .chosen-results{
	margin:0!important;
	padding:0!important;
}

.woof_submit_search_form_container button{
	border:none;
	padding:0;
	margin:0;
	background:none;
	font-size:15px;
	font-family:interstate;
	font-weight:500;
	color:#003C73;
	cursor:pointer;
	text-transform:uppercase;
	margin-bottom: 6px;
}

.woof .woof_container h4{
	font-weight: 500;
	border-bottom: 1px solid #7D9DB9!important;
    padding-bottom: 9px;
	margin:0;
	position:relative;
}

a.woof_front_toggle{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
}

.woof_container_checkbox h4::after{
	content: '\f0d7';
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 5px;
	color:#003C73;
}

.woof_block_html_items {
	margin-top: 10px;
}

.woof label{
	font-size: 14px;
	font-weight: 500;
}



/*

.woof .irs-from{
	left:0!important;
	right:auto!important;
}

.woof .irs-from::before{
	left:8px!important;
}

.woof .irs-to{
	right:0!important;
	left:auto!important;
}

.woof .irs-to::before{
	right:5px!important;
}

*/

/* Woocommerce Cart */

.entry-header{
	display:none;
}

.woocommerce-cart-form{
	margin:60px 0;
}

.woocommerce table.shop_table{
	margin-top:40px;
	border-radius:0;
	border:1px solid #7C9DB9;
}

.woocommerce table.shop_table th{
	color:#003C73;
	font-family:interstate;
	font-weight:600;
	font-size:19px;
}

.woocommerce table.shop_table tr{
	border:1px solid #7C9DB9;
}

.woocommerce table.shop_table thead tr{
	background-color:#E5EBF1;
}

.product-name a{
	color:#000;
	font-weight:300;
	font-size:15px;
}

.woocommerce table.shop_table .quantity{
	width:50px;
	height:50px;
	box-sizing:border-box;
}

.woocommerce table.shop_table .quantity input{
	width:100%;
	height:100%;
	border:1px solid #7C9DB9;
	font-family:interstate;
	color:#000;
	font-weight:300;
	font-size:15px;

}

/* Woocommerce Cart Buttons */

.woocommerce button[name='update_cart']{
	font-weight:600!important;
	font-size:16px!important;
	text-transform:uppercase!important;
	background-color:#E5EBF1!important;
	color:#003C73!important;
	padding:15px 25px!important;
	text-decoration:none!important;
	border:0!important;
	border-radius:0!important;
	cursor:pointer!important;
	margin:20px 0!important;
	text-align:center!important;
	font-family:interstate!important;
}

.woocommerce .checkout-button{
	font-weight:500!important;
	font-size:16px!important;
	text-transform:uppercase!important;
	background-color:#008FD6!important;
	color:#fff!important;
	padding:15px 25px!important;
	text-decoration:none!important;
	border:0!important;
	border-radius:0!important;
	cursor:pointer!important;
	margin:20px 0 20px 10px!important;
	text-align:center!important;
	font-family:interstate!important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	font-weight:500!important;
	font-size:16px!important;
	text-transform:uppercase!important;
	background-color:#008FD6!important;
	color:#fff!important;
	padding:15px 25px!important;
	text-decoration:none!important;
	border:0!important;
	border-radius:0!important;
	cursor:pointer!important;
	margin:20px 0 20px 10px!important;
	text-align:center!important;
	font-family:interstate!important;
}

.cc-grower{
	display:none!important;
}

.grecaptcha-badge{
	z-index:3;
}

.woof_text_search_container img{
	display:none!important;
}

.woof_text_search_container i {
    display:none!important;
}

.woof_text_search_container .woof_text_search_go{
	display:block!important;
}

.woof_text_search_container input[type='search'] {
    margin: 0 !important;
    width: 100% !important;
    line-height: 0 !important;
	font-family: interstate;
    font-weight: 500;
    color: #003C73!important;
    font-size: 15px;
	box-shadow: none!important;
    border: none!important;
    background: none!important;
    border-bottom: 1px solid #7D9DB9!important;
    border-radius: 0!important;
	height: 28px;
	outline:none!important;
	box-sizing:border-box;
	padding: 0 0 5px 0!important;
	font: 500 15px interstate;
	-webkit-appearance:textfield;
}

.woof_text_search_container input::placeholder { /* IOS */
  line-height:normal;
  color: #003C73;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.woof_text_search_container input[type='search']:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #003C73;
}

.woof_text_search_container input[type='search']::-ms-input-placeholder { /* Microsoft Edge */
  color: #003C73;
}

.woof_text_search_container .woof_text_search_go{
	background: url(http://localhost/wp-content/img/search-icon.png) !important;
	width:15px;
	height:15px;
	background-size:50%!important;
	z-index:2!important;
	margin:0!important;
	right:0!important;
}

/* Navbar Dropdown Desktop */

.menu-item-has-children{
	position:relative;
	padding-right:15px;
	cursor:pointer;
}

.menu-item-has-children::after{
	display: table-cell;
    width: 10px;
    content: "\f0dd";
    font-family: FontAwesome;
	color:#1E2156;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	padding-top:2px;
}

ul.sub-menu{
	display:none;
	position:absolute;
	top:calc(100% - 5px);
	left:calc(0px - 10px);
	text-align:center;
	background-color:#fff;
	width:auto;
	height:auto;
	padding:10px 5px!important;
	z-index:600000;
	overflow: visible;
	box-sizing:border-box;
	flex-direction:column;
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
}

.menu-item-has-children.dropdown .sub-menu{
	display:block;
}

.sub-menu li{
	height:auto;
	padding:10px 0;
	color:#fff;
}

#navbar .bottomnav li.menu-item-has-children a{
	padding-right:3px;
}

#navbar .bottomnav li.menu-item-has-children .sub-menu a{
	padding:0;
	font-weight:500;
}

#big-nav .bottomnav ul .menu-item-has-children:hover{
	border-bottom: 3px solid #fff;
	color:#008FD6;
}

/* Navbar Dropdown Mobile */

@media(max-width:950px){
	.menu-item-has-children{

	}
	#resp-links li{
		display:flex;
		position:static;
		align-items:center;
	}
	.menu-item-has-children::after{
		display: table-cell;
		width: 5px;
		font-family: FontAwesome;
		color:#2E3192;
		position:static;
		top:0;
		bottom:0;
		right:0;
		padding:10px 18px 13px 14px;
		margin-left:10px;
		border:2px solid #2E3192;
	}
	.menu-main-menu-container{
		position:relative;
		width:100%;
		height:calc(100% - 200px);
	}
	#resp-links ul.sub-menu{
		border:none;
		top:45px;
		bottom:0;
		left:0;
		padding:0;
		overflow:hidden;
		display:block;
		height:0;
	}
	#resp-links ul.sub-menu li{
		margin:0;
	}
	#resp-links li.dropdownSub{
		position:absolute;
		top:0;
	}
	#resp-links .dropdownSub .sub-menu{
		display:block;
		height:calc(100vh - 330px);
		transition:0.8s;
	}
	.dropdownSubMain .menu-item-has-children::after{
		display:none;
	}
	#resp-links .dropdownSubMain li{
		display:none;
	}
	.menu-item-has-children.dropdownSub::after{
		display:flex;
	}
	#resp-links .dropdownSubMain li.dropdownSub{
		display:flex;
	}
	#resp-links .dropdownSubMain li.dropdownSub li{
		display:flex;
	}
	#resp-links .dropdownSubMain li.dropdownSub a{
		color:#2E3192;
		font-size:20px;
	}
	#resp-links .dropdownSubMain li.dropdownSub .sub-menu a{
		color:#2E3192;
		font-size:16px;
	}
	.dropdownSubMain{
		margin-top:100px;
		background-color:#fff;
		z-index:2;
	}
}

.irs-with-grid .irs-grid,
.irs-bar,
.irs-min,
.irs-max {
	display: none!important;
}

.irs-slider {
    top: 28px!important;
    width: 15px!important;
    height: 15px!important;
    border: none!important;
    background: #0190d8!important;
}

.irs-line {
	background: #cad9e3!important;
	height: 6px!important;
	border: none!important;
	border-radius: 10px!important;
}

.irs-from,
.irs-to {
    font-size: 12px!important;
    line-height: 1!important;
    text-shadow: none!important;
    padding: 3px 5px!important;
    background-color: #ffffff!important;
    color: #3a6e98!important;
    border-radius: 4px!important;
    /*border: 1px solid #3a6e98;*/
    /*opacity: 0;*/
    box-shadow: 0 0 4px #aaa!important;
}

.irs-from:before,
.irs-to:before {
	position: absolute!important;
    display: block!important;
    content: ""!important;
    bottom: -6px!important;

    left: 50%!important;

    width: 0!important;
    height: 0!important;
    margin-left: -3px!important;
    overflow: hidden!important;
    border: 3px solid transparent!important;
    border-top-color: #ffffff!important;
}

.irs-slider:hover .irs-from,
.irs-slider:hover .irs-to {
	opacity: 1!important;
}

.chosen-container-multi ul {
    background: transparent!important;
    border: 0!important;
    border-bottom: 1px solid #7D9DB9!important;
    top: 9px!important;
}

.chosen-container-multi ul li input {
    width: 200px!important;
    font-family: interstate!important;
    font-weight: 500!important;
    font-size: 15px!important;
    color: #003C73!important;
}

.chosen-choices li {
    background: transparent!important;
    border: none!important;
    font-family: interstate!important;
    font-size: 15px!important;
    color: #003C73!important;
    font-weight: 500!important;
}
}

.woocommerce-product-gallery ol {
	padding: 0!important;
	margin: 0!important;
}

.woocommerce-product-gallery li {
	width: 15%;
	display: inline-block;
	padding: 5px;
}
.product-single-container .images {
	grid-template-columns: 1fr!important;
}


/**
 * Item Slider CSS
 */
.woocommerce-product-gallery {
	display: flex;
}

.woocommerce-product-gallery {
	flex-flow: column;
}

#product-thumbnails {
	order: 5;
	position: relative;
	margin-top: 4px;
}

.woocommerce-product-gallery__image > img {
	cursor: pointer;
}

.flex-direction-nav {
	list-style-type: none;
	margin: 0;
}

.flex-direction-nav > li > a {
	font-size: 0;
	position: absolute;
	top: 41%;
}

.flex-direction-nav .flex-prev {
	left: 10px;
}

.flex-direction-nav .flex-next {
	right: 10px;
}

.flex-direction-nav .flex-prev:after,
.flex-direction-nav .flex-next:after {
	font-family: 'Font Awesome 5 Free', 'FontAwesome';
	color: #fff;
	font-size: 20px;
}

.flex-direction-nav .flex-prev:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	top: 40%;
	border: 2px solid rgb(1, 143, 213);
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgb(255, 255, 255);
	background-image: url('./img/arrow-left-solid-blue.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

.flex-direction-nav .flex-next:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	top: 40%;
	border: 2px solid rgb(1, 143, 213);
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgb(255, 255, 255);
	background-image: url('./img/arrow-right-solid-blue.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

.flex-direction-nav .flex-disabled {
	display: none;
}

/* Accreditations */

#accreditations_box{
	padding:60px 0;
}

#accreditations_box img{
	display:block;
	height:55px;
	width:auto;
	margin: 0 auto;
}

#accreditations_box img:last-of-type{
	align-self:flex-end;
}

#accreditations_box .center{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
}

.blank-page-data ul, .news-single-content ul{margin: 20px 0;}
.blank-page-data ul li, .news-single-content ul li{
	color: #131A28;
    font-weight: 300;
    margin: 10px 0;
    list-style: none;
	font-size:16px;
	display:flex;
}

.blank-page-data ul li::before, .news-single-content ul li::before {
    display: table-cell;
    font-size:8px;
    content: "\f0c8";
    float: left;
    font-family: FontAwesome;
	color:#008FD6;
	padding:5px 10px 0 0;
}

.blank-page-data ul li, .blank-page-data ul li a{color:#003C73;}
.blank-page-data ul li a:hover{color:#007cba;}

@media(max-width:750px){
	#accreditations_box .center{
		grid-template-columns:1fr 1fr;
	}
	#accreditations_box img{
		margin-bottom:40px;
	}
	#accreditations_box{
		padding:60px 0 20px 0;
	}
}

@media(max-width:450px){
	#accreditations_box .center{
		display:flex;
		flex-direction:column;
	}
	#accreditations_box img{
		margin-bottom:40px;
	}
	#accreditations_box{
		padding:60px 0 20px 0;
	}
}





@media(max-width:768px){
	#ctf .ctf-tweet-media a:after{display:none;}
}