@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	position: fixed;
	background: #000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}
.loader {
	position: absolute;
	border-left: 2px solid #0094CD;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
	border-right: 2px solid rgba(255, 255, 255, 0.1);
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	height: 200px;
	width: 200px;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	-moz-animation: load 0.8s infinite linear;
	ms-animation: load 0.8s infinite linear;
	o-animation: load 0.8s infinite linear;
	animation: load 0.8s infinite linear;
}
.loader, .loader:after {
	border-radius: 50%;
	width: 200px;
	height: 200px;
}
 @-webkit-keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*--- body styles ---*/
html {
	height: 100%;
	position: relative;
	-webkit-font-smoothing:antialiased !important;
}
body {
    height: 100%;
    color: #f0f0f0;
    background-color: #92a6b5;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    padding-top: 155px;
	position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
	color: #044862;
}
h1 {
	font-size: 2.2em;
	font-weight: 600;
	padding-bottom: 10px;
}
h2 {
	font-size: 2em;
	font-weight: 600;
	padding-bottom: 10px;
}
.row {
	margin: 50px 10px;
}
a {
	transition: all .5s ease;
	text-decoration: none;
	color: #0094CD;
}
p {
	line-height: 150%;
	margin: 0 0 20px;
}
a:hover, a:focus {
	text-decoration: none;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	padding: 5px 10px 5px 12px;
	font-size: 14px;
	line-height: 1;
	border-radius: 4px;
	background-color: rgba(52, 52, 101,.5);
	border: 1px #52789C solid;
}
hr {
	min-width: 100%;
	margin: 20px -15px;
}
img {
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.textblock {
	position: relative;
	top: 100px;
	left: 200px;
	background-color: #439bdb;
	width: fit-content;
	padding: 10px;
	font-weight: bold !important;
}
img.ckFloatRight {
    float: right;
    max-width: 45%;
    margin-left: 5%;
}
img.ckFloatLeft {
    float: left;
    max-width: 45%;
    margin-right: 5%;
}
.hero_image {
	padding: 0px !important;
}
.hero_image img {
	margin-bottom: 0px;
}
.hero_image .col-sm-12 {
	padding: 0px;
}
.hero_image p {
	margin-bottom: 0px;
}
.container {
	background-color: #e6ebf0;
	color: black;
	max-width: 90%;
	border-radius: 10px;
	border: solid 1px black;
}
.downboy {
    margin-bottom: 10px;
    margin-top: 10px;
}
/*
.tagchanger ul {
	padding: 0;
}
.rangarow {
	background-color: #0094CD;
	min-height: 100px;
}
.containersubpages {
	margin-top: 50px;
} */
.navbar .container {
      width: 100%;
	  background-color: inherit;
  }
.navbar-nav {
  
  }
  
.carousel-inner h1 {
	font-
}
.btn-danger {
	color: #fff;
	background-color: #0094CD;
}
.btn-OK {
	color: #fff;
	float: right;
	background-color: #0094CD;
	margin: 20px;
}
.parallax-window {
    background: transparent;
}
.tagchanger h3 {
    border-bottom: 1px solid;
    padding: 25px 0px;
    text-align: center;
}
.modal-header {
background-color: #0094CD;
}
.modal-header h1{
color: #fff;
}

.modal-footer {
background-color: #0094CD;
color: #fff;
}
.homecta {

}
.homecta ul {
  padding: 0;
}
.homecta ul li {
    min-height: 100%;
    height: 100%;
    display: table;
    width: 100%;
    padding: 100px 20%;
}
		.homecta ul li .ckListTextBlock {
			width: 50%;
			float: left;
}
		.homecta ul li:nth-child(even) .ckListTextBlock {
			width: 50%;
			float: right;
}
	.homecta ul li .ckListTextBlock h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin: 0 0 15px;
    line-height: 1;
}
	.homecta ul li .ckListTextBlock h2 {
    text-transform: uppercase;
	font-size: 20px;
    margin: 0 0 30px;
}
	.homecta ul li .ckListTextBlock p {
    line-height: 150%;
    margin: 0;
}
.menubox {
    padding: 1% 0%;
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.menubox hr {
    border-top: 5px solid;
    margin-top: 5%;
    margin-bottom: 5%;
}
.menubox table td, .menubox table th {
    padding: 5px;
    text-align: right;
}
.menubox table tr td:first-child{
	text-align: left;
}
.current_menu {
	background-color: #439bdb;
}
.ckRevealMenu {
	background-color: #0f1e16ad;
	padding: 30px 0px;
}
.ck5menuItem {
	width: fit-content;
	font-size: 1.2em;
	margin: 0px 5px;
	padding: 2px 24px;
}
.homepageintro {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 46px;
    text-transform: uppercase;
    padding: 0px !important;
}		
footer p strong {
			color: #0094CD;
		}
.parallax-window {
    background: transparent;
    min-height: 100%;
    display: table;
    width: 100%;
}
.parallax-window .parallaxwrapper {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.servicecta {
    background-color: #439bdbb2;
}
.servicecta h3 {
    font-size: 2.5em;
	text-align: center;
	color: white;
	margin:20px;
}
.servicecta p.top {
    max-width: 50%;
    float: right;
    margin-left: 5%;
    margin-top: -40px;
}
.servicecta li {
	border: solid 2px black;
	margin-bottom: 30px;
}
.servicecta h1.ckMainTitle {
    border: 1px solid #0094CD;
    display: inline-block;
    padding: 25px;
    color: #fff;
			margin: 0;
}

a.homelink {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    font-size: 20px;
    border: 1px solid;
    padding: 10px;
}
.paddifier {
	padding: 30px 0px;
}
.alternate1 {
	background-color: #1a9bcd73;
	padding: 12px;
	margin: 0px -16px;
}
/*--productcategory--*/
.pakeha {
    background: #fff;
		    padding: 50px 0px;
    color: #333;
}
	.topbanner {
    background: #0094CD;
    padding: 5px 0px;
    color: #fff;
}
	.topbanner a {
    color: #ccc;
    text-transform: uppercase;
}
	.catarticle {
}
	.catarticle p.top {
		margin: 0px -65px 30px;
}
	.catarticle h1.ckMainTitle {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
}
	.catarticle p:last-child {
		margin-bottom: 50px;
	}
	.categorytree {
    padding: 25px;
}
	.products_list {
    padding: 25px 0px;
}
	.products_list h3 {
    padding: 10px 15px;
	margin-bottom: 2px;
		text-align: left;
}
	.products_list ul {
    padding: 0;
    margin: 0 -.5%;
}
	.products_list ul li {
    list-style: none;
    width: 32.3%;
    display: inline-block;
    margin: .5%;
    padding: 25px;
    vertical-align: top;
    background: #0094CD;
}
	.products_list ul li a {
    width: 100%;
    vertical-align: top;
    display: block;
    margin-bottom: 2px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
	.products_list ul li a:hover, .products_list ul li a:focus {
		background: #212125;
		
	}
		.products_list img {
		margin: 0;
		padding: 15px 15px 0px;
	}
	.prod_cat_list li {
 padding: 3px 0;
}
	.prod_cat_list a {
    color: #333;
}
.prod_cat_list ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.prod_cat_list ul li{
 padding-left: 6px;
}
.prod_cat_list ul li ul li{
 padding-left: 12px;
}
.prod_cat_list ul li ul li ul li{
 padding-left: 18px;
}
.prod_cat_list .toplevel {
 font-weight: bold;
 padding: 4px 0;
 font-size: 1.1em;
}
.lowerlevel {
 display: none;
}
.lowerlevel ul li {
 font-weight: normal;
}
.prod_cat_list .toplevel ul li:before {
 content: '';
}
.prod_cat_list .toplevel:before {
    position: absolute;
    font-family: 'Glyphicons Halflings';
    content: "\e260";
    border: 0;
    color: #1e1833;
    font-size: 0.9em;
    margin-top: 0;
    right: 11.6px;
}
.prod_cat_list .closed:before {
 position: absolute;
 font-family: 'Glyphicons Halflings';
 content:"\e259";
 border: 0;
 color: #1e1833;
 font-size: 0.9em;
 margin-top: 0px;
 right: 11.6px;
}
.icon-plus-squared:before {
 position: absolute;
 content: '+';
 font-style: normal;
 font-weight: bold;
 font-size: 17px;
 right: 11.6px;
}
.icon-minus-squared:before {
 position: absolute;
 content: '-';
 font-style: normal;
 font-weight: bold;
 font-size: 17px;
 right: 11.6px;
}
	.filtered_prod_cat_list .toplevel {
 display: none;
}
.filtered_prod_cat_list .lowerlevel {

}
	.filtered_prod_cat_list .lowerlevel ul li {
 display: block;
		font-weight: bold;
}
	.filtered_prod_cat_list .lowerlevel ul li ul li {
 display: block;
		font-weight: normal;
}

/*---I had this but your structure would still show "Categories"--*/
.filtered_prod_cat_list:before{
 content:'Sub-Categories';
 font-weight: bold;
 font-size: 1.2em;
 margin-bottom: 10px;
}
	@media (max-width:1200px) {
		.products_list ul li {
    width: 31.3%;
}
	}
	@media (max-width:992px) {
		.products_list ul li {
    width: 48%;
}
	}
	@media (max-width:768px) {
		.categorytree {
    padding: 25px;
}
	}
/*--- Articles---*/
.jetarticle {
	color: #11104e;
}

/*-- NAV -- */
.navbar-default {
	background-color: #02022c;
	padding: 0% 15%;
    margin-bottom: 0px;
    z-index: 20;
    transition: all ease .5s;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #2E3A41;
	border-top: 0;
	margin-top: -80px;
	box-shadow: none;
}
.nav-item {
  font-size: 1em;
  font-weight: 400;
  padding-right: 30px;
}
.nav-item.a{
    color: white;
}
ul.nav.navbar-nav {
    margin-left: 10%;
    padding-bottom: 20px;
	margin-top:40px;
}
.dropdown-menu{
  background-color: #5e6063;
}

.navbar-brand {
	padding: 0px;
	z-index: 100;
}
.navbar-brand img {
    max-width: 100px;
    margin-bottom: -60px;
    box-shadow: 2px 2px 7px rgba(0,0,0,.25);
    background-color: #0094CD;
    transition: all .5s ease;
    border: 1px solid #0094CD;
    padding: 9px;
}
.navbar-brand img:hover, .navbar-brand img:focus {
    background-color: #212125;
    border: 1px solid;
}
.navbar-toggler {
  display: none;
}
#navbar-menu {
  margin-top: -80px;
  float: right;
}
.navbar-default .navbar-toggler {
	border-color: #0094CD;
}
.navbar-default .navbar-toggler .icon-bar {
	background-color: #0094CD;
}
ul.nav.navbar-nav {
	transition:all ease .5s;
}
.navbar-default .navbar-nav>li>a {
	color: white;
	font-weight: 400;
	font-size: 1em;
}
.navbar-nav>li>a:before {
	content: url(images/cropicon_blue.png);
	margin-right: 7px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #0094CD;
}
/*--navshrink--*/
nav.shrink .navbar-brand img {
    padding: 5px;
    max-width: 65px;
    margin: 0;
    box-shadow: none;
}
nav.shrink {
     box-shadow: 0px 2px 4px rgba(0,0,0,.15);
}
nav.shrink ul.nav.navbar-nav {
	margin-top: 10px;
}
nav.shrink .navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 15px;
}
/*--NAV SCROLL TOP--*/
.scroll_nav {
	box-shadow: 0 2px 8px rgba(0,0,0,.25);
	top: 0;
}
.scroll_nav ul.nav.navbar-nav {
	margin-top: 0px;
}
.scroll_nav .nav {
	padding-top: 7px;
	padding-bottom: 7px;
}
.scroll_nav .navbar-brand img {
	width: 80px;
	padding: 5px;
}
.scroll_nav .nav_image img, .scroll_nav .nav_color {
	display: none;
}
/*-- FOOTER --*/
footer {
    background-color: #02022c;
	color: #b3c1ca;
    padding-top: 60px;
    min-width: 100%;
	font-size: .8em;
}
footer .container {
	 background-color: #02022c;
}
footer p strong {
	color: #0094CD;
}
footer p a:hover, footer p a:focus {
	color: #0094CD;
}
footer img {
	margin-bottom: 0;
}
footer img.left {
	max-height: 100px;
	width: auto;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.sitebyjet {
	background-color: #000;
	padding: 20px;
	color: #fff;
	font-size: 10px;
}
.sitebyjet a {
	color: #ddd;
}
.sitebyjet a:hover, .sitebyjet a:focus {
	color: #fff;
}

.fancy_list ul {
    padding: 0;
    margin: 0 -.5% 20px;
}
.fancy_list ul li {
    list-style: none;
    width: 32%;
    display: inline-block;
    margin: .5%;
    vertical-align: top;
    background: #0094CD;
}
.fancy_list ul li a{
        display:block;
        padding: 25px;
        text-align:center;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
}
.fancy_list ul li a:hover{
        background: #212125;
}

input[name^="but_start"] {
	padding: 15px;
	font-size: 2em;
	background-color: #0094CD;
	border-color: #0094CD;
}
@media (max-width: 1200px) {
	.navbar-default {
		margin: 0px;
   }
   .fancy_list ul li {
        width: 32%;
   }
}
@media (max-width: 992px) {
   .navbar-header {
	margin-top: 20px;
   }
   .navbar-toggler {
      display: block;
   }
   .navbar-brand {
	margin: 0 auto;
	min-width: 100%;
	text-align: center;
   }
   .navbar-brand img {
      margin-bottom: 10px;
      max-width: 100px;
      padding: 10px;
   }
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-top: 0px;
   }
   .navbar-nav>li {
	display: inline-block;
   }
   .fancy_list ul li {
      width: 48%;
   }
}

@media (max-width: 767px) {
	.container {
		width: 90%;
	}
	.navbar-default {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
	}
	.navbar .container {
      width: inherit;
	}
	.navbar-brand {
		margin: 0 auto;
		min-width: 100%;
		text-align: left;
		margin-top: -50px;
	}
	.navbar-brand img {
		margin-bottom: 10px;
		max-width: 50px;
		padding: 10px;
	}
	ul.nav.navbar-nav {
		float: none;
	}
	ul.nav.navbar-nav {
		text-align: right;
		padding: 0;
	}
	.navbar-nav>li {
		float: none;
		display: block;
	}
	.navbar-nav>li:last-child {
		padding-bottom: 25px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-top: 0px;
		background: rgba(0,0,0,.8);
		transition: all .5s ease;
		border-bottom: 2px solid #0094CD;
	}
	.containersubpages {
		margin-top: -60px;
		max-width: 100%;
		display: block;
	}
	.textblock {
		left: 20px;
	}
	.textblock  h1 {
		margin-top: 2px;
		font-size:1.5em;
	}
	.fancy_list ul li {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 6px;
    }
	.paddifier {
		padding: 10px 0px;
	}
	.row {
		margin: 20px 0px;
	}
	.hero_image {
		margin-top: -60px;
	}
}
