/* ------------------------------------------------------------------
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 #ffffff;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	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: 46px;
	height: 46px;
}
 @-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;
}
body {
	height: 100%;
	background-color: #ccd5dfb0;
	background-image: url(images/handmadepaper.png);
	background-attachment: fixed;
	font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	font-family: 'Quando', serif;
}
h1.ckMainTitle {
	font-size: 28px;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
body > div.row {
	margin-right: 0px;
	margin-left: 0px;
}
a {
	transition: all ease .5s;
	color: #444;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #777;
}
img.left {
	float: left!important;
}
img.right {
	float: right!important;
}
body > div.row {
	margin-right: 0px;
	margin-left: 0px;
}
table {
	background-color: #2f73a4a1;
}
.header {
	position:sticky;
	top: 0;
}
.ck5-compositelist ul {
	padding: 0;
}
.ck5-compositelist ul li {
	list-style: none;
}
.ck5menuItem {
	width: 18%;
}
.hero-image {
	width : 100%;
	background-color: #586c9165;
}
.hero-image img {
	margin: 0 auto;
	width: 100%;
}
article p.top {
	margin: -20px -20px 20px;
}

.ckContentReveal {
	margin: 5%;
}
.ckContentReveal a {
	width: 25%;
	margin: 15px;
	float: left;
}

.ckContentReveal h1, .ckMainArticle h1 {
	position: relative;
	top: -300px;
  font-size: 2em;
  font-weight: 600;
  margin: 5px;
  color: #333e53;
}
.ckContentReveal h2, .ckMainArticle h2{
  font-size: 1.8em;
  margin: 5px;
  color: #333e5390;
}

/*--ckMainArticle--*/
.ckMainArticle {
}
.ckMainArticle img {
	max-width: 50%;
	float: right;
	margin-left: 50px;
	border: 20px #fff solid;
	box-shadow: 1px 1px 3px rgba(0,0,0,.15);
}
.ckContentReveal h4 {
	font-size: 14px;
}
.ckContentReveal input[type=button] {
	font-size: 2em;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #043559d4;
	color: #d7dfe2;
}
.modal-content {
	background-color: #b8bcc0;
}
.modal-content .container {
	width: 100%;
}
/*--Nav--*/
#navbar-menu {
	float: right;
	width: 80%;
	position: absolute;
	bottom: 20px;
	right: 100px;
}
.navbar {
	border: 0px;
	background-color: #586c9194;
	height: auto;
	margin-bottom: 0px;
}
.navbar-brand {
	float: left;
	height: auto;
}
.navbar-brand img {
	max-height: 130px;
	margin-bottom: 0;
	transition: all 0.5s ease;
}
.ckRevealMenu {
	padding-left : 200px;
}
.navbar-toggle {
	border: 1px solid #fff;
	border-radius: 0px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 0px;
	background-color: #fff;
}
.nav button {
	margin-left: 20px;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #333;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #fff;
}
.navbar-collapse {
	text-align:center;
	padding-top: 100px;
}
.collapse.in {
    border: 0px;
}
/*--navshrink--*/
nav.shrink .navbar-brand img {
	max-height: 50px;
}
nav.shrink {
	height: 80px;
}
nav.shrink .navbar-collapse {
	text-align:center;
	padding-top: 20px;
}
/*--Footer--*/
footer {
	width:100%;
}
footer h2 {
	font-size: 1.2em;
	margin-top: 20px;
}
footer .ckRevealMenu {
	padding-left : 20px;
}

@media (max-width:992px) {
.prod-list ul {
	-webkit-column-count: 3;
}
}

@media (max-width:768px) {
  .ckContentReveal h1, .ckMainArticle h1 {
	  position: relative;
	  top: -100px;
	  font-size: 1.2em;
	  color: white;
  }
  .ckRevealMenu {
	padding-left : 100px;
}
  #navbar-menu {
	float: inherit;
	width: 100%;
	position: relative;
	top: 0px;
	right: inherit;
  }
  .navbar-collapse {
	text-align:center;
	padding-top: 10px;
  }
  .ckRevealMenu {
	width: 90%;
	margin: auto;
  }
  .ck5menuItem {
	width: 90%;
	margin: 0px;
  }
  .navbar-brand img {
    max-height: 60px;
  }

}


