@charset "utf-8";
/*!
 * OWIC Custom Theme Build on CleanBlog
 * Start Bootstrap - Clean Blog v5.0.2 (https://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-clean-blog/blob/master/LICENSE)
 */
@font-face {
    font-family: 'encode_sansregular';
    src: url('../fonts/stylish-regular-webfont.woff2') format('woff2'),
         url('../fonts/stylish-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'encode_sansregular';
    src: url('../fonts/encodesans-regular-webfont.woff2') format('woff2'),
         url('../fonts/encodesans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merriweatherregular';
    src: url('../fonts/merriweather-regular-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'loraregular';
    src: url('../fonts/lora-regular-webfont.woff2') format('woff2'),
         url('../fonts/lora-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
  font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
	text-align: left;
	color: #212529;
	font-family: 'loraregular', Georgia, "Times New Roman", Times, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
h1 {
	font-size:30px;
	margin: 20px 0 10px;
}
h2 {
	color: #2a80b9;
    font-size: 25px;
    margin: 20px 0;
}
h3 {
    font-size: 20px;
	border-bottom: 2px solid #2a80b9;
	display: table;
	text-transform: none !important;
	color: #000;
	margin: 20px 0px;
	padding-bottom: 5px;
}
.articleBody h2 {
	border-bottom: 2px solid #2a80b9;
	display: table;
	text-transform: uppercase;
	color: #000;
	margin: 20px 0px;
	padding-bottom: 5px;
}
ul {
	list-style-type: none;
}
.articleBody ul li::before, ul.falist li::before, .contact ul li::before, ul.falist li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	margin-left: -1.3em;
	color: #2a80b9;
	font-size: 15px;
	padding-right:5px;
}
ul.falist li::before {
	color: #000;
}
.articleBody ul li li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	margin-left: -1.3em;
	color: #2a80b9;
	font-size: 15px;
	padding-right:5px;
}
.author .mod-auth-title, .author .mod-auth-btn {
	display: none;
}
.author .mod-auth p {
	margin-top: 30px;
}
ul.social-menu {
	list-style-type:none;
}
ul.social-menu li::before, ul.social-menu li li::before {
	content: none;
}
hr {
    border-color: #2a80b9;
    border-width: 3px;
    max-width: 50px;
}
p {
  margin-bottom: 1rem;
    margin-top: 0;
}
a {
  color: #2a80b9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

a:focus, a:hover {
  color: #ccc;
  text-decoration: none;
}
.btn {
  font-size: 14px;
  padding: 10px 20px;
  letter-spacing: 1px;
  border-radius: 0px;
  line-height: 20px;
    border: 1px solid #fff;
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 10px;
}

.btn-primary {
  background-color: #2a80b9;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #3496d7 !important;
  border-color: #3496d7 !important;
}
.btn-white {
	border: 1px solid #2a80b9;
	color: #2a80b9;
	background: #fff;
	margin-top: 10px;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
}
.btn-white-sm {
	border: 1px solid #2a80b9;
	color: #2a80b9;
	background: #fff;
	margin-top: 5px;
	font-size: 12px;
	padding: 5px 10px;
}
.btn-white-sm:hover, .btn-white-sm:focus, .btn-white-sm:active {
  color: #000;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}
#mainNav img {
	-webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}
blockquote {
  color: #555;
  font-size: 13.5px;
  padding: 0 20px;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}
.img-shadow {
	border-radius: 5px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}
.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
a#totop {position: fixed;right: 30px;bottom: 30px;display: none;outline: none;font-size: 20px;}
a#totop {color: #2a80b9;}
a#totop:hover {color: #6094b7;}
#totop {right: 10px;}

::-moz-selection {
  color: #fff;
  background: #2a80b9;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #2a80b9;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  position: absolute;
  border-bottom: 1px solid #e9ecef;
  background-color: white;
  font-family: 'encode_sansregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  font-weight: 800;
  color: #343a40;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: #343a40;
}

#mainNav .navbar-nav > li.nav-item > a, #mainNav .navbar-nav a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.title-bar {
	background: #2a80b9;
	color: #fff;
	margin-top: 100px;
}
.title-bar h1.page-title {
	margin-top: 32px;
	margin-bottom: 32px;
	text-transform: uppercase;
}
.ml-auto, .mx-auto {
	float: right;
}
.moduletable_menu {
	width: 100%;
}
.articleBody {
	margin-bottom: 20px;
	margin-top: 30px;
}
.article-img {
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}
.head-mod {
	float: right;
    position: absolute;
    right: 15px;
    top: -35px;
}
/*Search*/
.navbar-collapse {
	position: relative;
	flex-grow: 0;
}
.searchf {
	position: relative;
}
.searchf .btn {
	border-radius: 0 5px 5px 0;
	height: 1px;
	padding: 0 8px;
	background: transparent;
	color: #fff;
}
.searchf .form-control {
	border-radius: 50px;
    font-family: "Font Awesome 5 Free";
    height: 35px;
    padding: 8px;
	padding-right: 0;
    position: absolute;
    right: 0px;
    transition: all 0.7s ease-in-out 0s;
    width: 45px;
	font-weight: 900;
	font-size: 12px;
	border: none;
	top: -9px;
		
}
 .searchf:hover input, .searchf input:focus {
            width: 200px;
			padding: 0.375rem 0.75rem;
			border: 1px solid #999;
        }
.badge-info {
	background: #6c757d;
}
.search-results a {
	color: #6c757d;
	text-decoration: underline;
}
.result-category, .result-text {
	margin-left: 35px;
}
.mod-articles-category-readmore {
	margin-top: 10px;
}

.alert-info {
    background-color: #2a80b9;
    border-color: #bee5eb;
    color: #fff;
	margin-top: 25px;
}


/*Home*/

h1.featured-title {
  margin: 30px;
}
.fancy {
  text-align: center;
  overflow:hidden;
  margin: 30px;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 10px;
  border-bottom: 1px solid #2b80b9;
  border-top: 1px solid #2b80b9;
  top: 14px;
  width: 600px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.featured-mod {
	min-height: 250px;
}
.homespace {
	margin-bottom: 25px;
}
.home-title {
	text-align: center;
}
.home-subtitle {
	border-bottom: 3px solid #2a80b9;
    color: #000;
    margin-top: 10px;
    padding: 15px 0 10px;
    text-transform: uppercase;
	font-size: 25px;
}
.embed-responsive-16by9 {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	background: #2a80b9;
	color: #fff;
	font-weight: bold;
}
.nav-tabs .active a {
	color: #fff;
	background: #2a80b9;
}
.nav-tabs .nav-link:hover {
    border-color: #2a80b9 #2a80b9 #dee2e6;
	color: #2a80b9;
	font-weight: bold;
}
 .nav-tabs .nav-link:focus {
	border-color: #2a80b9 #2a80b9 #dee2e6;
	font-weight: bold;
 }
nav-tabs .nav-link.active:active, .nav-tabs .nav-link.active:focus, .nav-link.active:hover {
	color: #fff;
}
.tab-content {
	background: #eef8ff;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #ccc;
	border-top: none;
}
.tab-content p {
	margin-top: 0;
}
.tab-content ul {
	list-style-type: none;
    padding-left: 15px;
}
/*Book Styles*/
.book-list-title{text-align:center;font-size:18px;margin-top:20px;height:50px;border-bottom:2px solid #2a80b9;}
.book-list-title a{color:#333;}
.book-list-title a:hover{color:#666;}
.booklink-title {
	font-size: 16px;
}
.book-img {
    border-radius: 5px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
}
h3.book-header, h3.mod-auth-title {
	font-size: 18px;
	color: #2a80b9;
	border-bottom: 2px solid #666;
	font-weight: bold;
}
.cards-gallery {
	background: transparent none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 25px;
}
#BookTab, #BookTabContent {
	font-size: 14px;
}
.back-button {
	font-size: 14px;
}
/*Page Parralax*/
.parallax-prep {
	padding: 90px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.lt-parallax {
    background-attachment: fixed;
    background-clip: padding-box !important;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/default-paralax.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    color: #ffffff;
	text-shadow: 1px 1px 1px #212529;
    padding: 90px;
	margin: 0 -15px;
}
.noparallax {
	color: #212529;
	text-shadow: none;
}
.lt-parallax ul, .noparallax ul {
	list-style-type: none;
}
.lt-parallax ul li::before, .noparallax ul li::before {
  content: none;
}

/*Tags*/
.tag-form {
	padding: 20px;
}
.btn-group .btn {
	color: #fff;
	background: #2a80b9;
}
.btn-group .btn-secondary, .btn-secondary {
	background: #fff;
	color: #2a80b9;
	border-radius: 5px;
	border: 1px solid #fff;
}
.btn-secondary:hover, .btn-secondary:active {
	background: #fff;
	color: #666;
}


/*Blog Pages*/
.blog-img {
	border-radius: 5px;
	width: 100%;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

ul.categories-module {
	list-style: none;
}
ul.categories-module li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  margin-left: -1.3em;
}


.page-img {
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 10px;
}
.book-title {
	margin: 30px 0 10px;
	font-size: 20px;
}
.card {
	display: block;
	text-align: center;
}
.pull-left {
	float: left;
}
figure {
    display: table;
	width: 1px;
	margin: 30px 20px;
}
figcaption, figcaption img, {
    display: table-cell;
    vertical-align: bottom;
}
figcaption {
    padding: 8px;
	font-size: 12px;
	background: #2a80b9;
	color: #fff;
	border-radius: 0 0 10px 10px;
}
figure img {
	border-radius: 5px;
}
figure.pull-left {
	margin-left: 0;
}
figure.pull-right {
	margin-right: 0;
	float: right;
}
.dropdown-menu {
	padding: 10px;
	min-width: 17rem;
}
.dropdown-item.active, .dropdown-item:active {
	background: #2a80b9;
}
.divider {
	padding: 4px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #2a80b9;
}
#v-pills-tabContent p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h2.blog-title {
	margin-top: 20px;
	border-bottom: 3px solid #2a80b9;
	font-size: 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
h2.blog-title a {
	color: #000;
	text-transform: uppercase;
}
h2.blog-title a:hover, h2.blog-title a:active {
	color: #333;
}
.blog-list p {
	margin: 0;
	text-align: justify;
}
.blog-list a {
	text-decoration: none;
}
.blog-spacer {
	margin-top: 15px;
}
.blogpost h2 {
	font-size: 20;
	color: #2a80b9;
	margin: 0;
	padding: 0;
}
.blogpost h3 {
	font-size: 18;
	color: #2a80b9;
	margin: 0;
	padding: 0;
}
.blogpost p {
	margin: 20px 0;
}
.hr-space {
	margin-bottom: 50px;
}


.cat-header {
    border-bottom: 3px solid #2a80b9;
    color: #000;
    margin-top: 10px;
    padding: 15px 0 5px;
    text-align: left;
    text-transform: uppercase;
	font-size: 20px;
}
dl.article-info dd {
	padding: 0 5px;
	float: left;
	font-size: 11.5px;
	margin-top: 10px;
}
dl.article-info a {
	color: #777;
}
dl.article-info a:hover {
	color: #000;
}
dl.article-info i {
	color: #2a80b9;
	padding-right: 5px;
}
ul.tags {
	list-style-type: none;
	padding: 0;
	font-size: 11.5px;
}
ul.tags a {
	color: #777;
}
ul.tags a:hover {
	color: #000;
}
ul.tags i {
	color: #2a80b9;
}
ul.tags li {
	float: left;
	padding: 0 3px;
}
.content-links {
	font-size: 11.5px;
}
.content-links .nav-tabs {
	border-bottom: 0;
}
.content-links ul li {
	padding: 0 3px;
}
.content-links i {
	color: #2a80b9;
}
.content-links a {
	color: #777;
}
.content-links a:hover {
	color: #000;
}
.readmore {
	margin-top: 20px !important;
}
.pagination {
	display: block;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
}
.pagination ul {
	list-style-type: none;
	
}
.pagination ul li{
	float: left;
	border: 1px solid #2a80b9;
    padding: 1px 6px;
	margin: 0 2px;
}
span.pagenav {
	color: #000;
	padding-left: 3px;
    padding-right: 1px;
}
.pagination-start span.pagenav, .pagination-prev span.pagenav, .pagination-end span.pagenav, .pagination-next span.pagenav {
	background: transparent;
	color: #000;
}
ul.pagenav {
	list-style-type: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-bottom: 20px;
	font-size: 12px;
}
ul.pagenav i {
	color: #2a80b9;
}
ul.pagenav li.previous {
	float: left;
}
ul.pagenav li.next {
	float: right;
}




/*Products*/
.eshop-container {
	margin-bottom: 30px;
}
.product-title {
	border-bottom: 3px solid #2a80b9;
    color: #000;
    font-size: 25px;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
	margin-bottom: 30px;
}
.product-extra-information h3 {
	border-bottom: 2px solid #2a80b9;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
	margin-top: 15px;
}
.eshop-image-block {
	margin-top: 20px;
}
.eshop-product-price p {
	margin-bottom: 10px;
}
.product-extra-information strong {
	color: #2a80b9;
}

.product-desc strong {
	color: #2a80b9;
}
.prod-price {
	color: #2a80b9;
}
.prod-qty {
	clear: both;
}
.product-cart .input-group > .form-control {
	flex: none;
}
.input-group-prepend a.input-group-text, .input-group-append a.input-group-text {
	background: #2a80b9;
	color: #fff;
	cursor: pointer;
}
.eshop-cart-area .input-group-prepend, .eshop-cart-area .input-group-append {
	display: inline-block;
}
.eshop-quantity {
	margin-bottom: 15px;
}
.eshop-info-block h5 {
	height:60px;
}
#add-to-cart {
	margin-top: 25px;
	border-radius: 5px;
}
.add-to-cart {
	border-radius: 5px !important;
}
.cart-info .table th, .quote-info .table th, .product-info .table-bordered thead th {
	background: #2a80b9 !important;
	color: #fff;
}
.cart-info .eshop-quantity .btn, .quote-info .eshop-quantity .btn {
	background: #2a80b9 !important;
	color: #fff !important;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #eef8ff !important;
}
.checkout-heading a {
	color: #990000 !important;
	font-weight: bold;
}
.slick-slide{height:auto;padding-left:10px;padding-right:10px;}
.slick-list{margin-left:8px;margin-right:8px;}
.slick-next{right:-8px;}
.slick-prev, .slick-next{background:none;}
.slick-prev:after{font-family:"Font Awesome 5 Free";font-weight:900;color:#2a80b9;font-size:16px;content:"\f104";}
.slick-next:after{font-family:"Font Awesome 5 Free";font-weight:900;color:#2a80b9;font-size:16px;content:"\f105";}

.footer-menu {
	margin-top: 100px;
}
header.masthead .footer-menu p {
	font-size: 12px;
}
.footer-menu a {
	color: #fff;
}
.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #2a80b9;
  border-radius: 1rem;
  border-color: #2a80b9 !important;
}
.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
  margin-left: 5px;
}
.divider-custom .divider-custom-icon {
  color: #2a80b9 !important;
  font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}
.divider-custom.divider-light .divider-custom-icon {
  color: #fff !important;
}
.doctrine-modal .close, .privacy-modal .close, .toc-modal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 25px;
  line-height: 3rem;
  color: #2a80b9;
  opacity: 1;
}
#header-inside {
	background-image:url(../images/header-inner.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100px;
    width: 100%;
}
#footer {
	background: transparent;
}
#footerframe {
	text-align: center;
}
#footer img {
	border: 2px solid #2a80b9;
    width: 32px;
	margin-left: 3px;
	margin-right: 3px;
}
html {
  position: relative;
  min-height: 100%;
}
/* Cont Form */
#contact-form label {
	border-bottom: 1px solid #2a80b9;
	font-size: 14px;
}
#contact-form span.optional {
	font-size: 12px;
}
#contact-form fieldset.radio label {
	margin: 5px;
	margin-right: 15px;
	border-bottom: none;
}
.btn-group, .btn-group-vertical {
	display: block;
}
/*Footer*/
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  line-height: 100px; /* Vertically center the text there */
  background-color: #363636;
  font-size: 12px;
  background-image:url(../images/footer.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.social img {
	border: 2px solid #2a80b9;
	width: 32px;
	margin-left: 3px;
	margin-right: 3px;
}
.footer a {
	color: #fff;
}

@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: #fff;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-nav > li.nav-item > a {
    padding: 10px 12px;
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover, #mainNav .navbar-nav > li.active a {
    color: #2a80b9;
	text-decoration: none;
  }
}

@media only screen and (min-width: 992px) {
  #mainNav {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -120px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #2a80b9;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #2a80b9;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #2a80b9;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #2a80b9;
  }
  #mainNav img {
	  -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
	padding: 0;
	width: 100%;
  }
  #mainNav.is-fixed img {
	  padding-top: 15px;
	  width: 75%;
	  -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

header.masthead {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2a80b9;
  opacity: 0.5;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0;
  }
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: 'encode_sansregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 80px;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: 'encode_sansregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: 'open_sansregular', 'Times New Roman', serif;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.post-preview > a {
  color: #2a80b9;
}

.post-preview > a:focus, .post-preview > a:hover {
  text-decoration: none;
  color: #2a80b9;
}

.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}

.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}

.post-preview > .post-meta > a {
  text-decoration: none;
  color: #2a80b9;
}

.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #2a80b9;
}

@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: 'open_sansregular', 'Times New Roman', serif;
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: 'open_sansregular', 'Times New Roman', serif;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #2a80b9;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

footer {
  padding: 50px 0 15px;
  background-color: #444;
  color: #888;
  font-size: 12px;
}
footer h3 {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 3px solid #2a80b9;
	padding-bottom: 5px;
}
footer p {
	line-height: 1.8;
}
footer a {
	color: #ccc;
	font-size: 12px;
}
footer a:hover {
	color: #000;
	text-decoration: none;
}
ul.categories-modulefooter-links {
	margin-top: 10px;
	list-style-type:none;
}
ul.categories-modulefooter-links li {
	text-indent: -1.4em;
}
ul.categories-modulefooter-links li:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f101";
    margin:0 5px 0 -15px;
	font-weight: 900;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
ul.social-menu {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
ul.social-menu li {
	float: left;
	padding: 2px 5px;
}
ul.social-menu img {
	border: 2px solid #efefef;
	width: 32px;
	background: #2a80b9
}
ul.social-menu img:hover {
	background: #3496d7;
}

.btn-checkout {
	background-color: #28a745;
    border-color: #28a745;
	color: #fff;
}
.btn-checkout:hover, .btn-checkout:focus, .btn-checkout:active {
	background-color: #218838;
    border-color: #218838;
	color: #fff;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}


@media only screen and (max-width:1200px) {
	ul.social-menu li {
    float: left;
    padding: 2px 1px;
}

@media only screen and (max-width:768px) {
	.search {
		display: block;
		float: right;
	}
	.searchf {
    border: medium none;
    border-radius: 50px;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    height: 35px;
    padding: 8px 0 8px 8px;
    position: relative;
    right: 0;
	display: block;
	top: 10px;
	}
	.navbar-nav {
		width: 100%;
	}
	.navbar-nav li {
		line-height: 20px;
		border-bottom: 1px solid #999;
		padding: 10px;
}
}



}
@media only screen and (max-width:1199px) {
	.search {
		display: block;
		float: right;
	}
	.searchf {
    border: medium none;
    border-radius: 50px;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    height: 35px;
    padding: 8px 0 8px 8px;
    position: relative;
    right: 0;
	display: block;
	top: 10px;
	}
	.navbar-nav {
		width: 100%;
	}
	.navbar-nav li {
		line-height: 20px;
		border-bottom: none;
		padding: 10px;
}
}
@media only screen and (max-width:767px) {
	.title-bar h1.page-title {
		text-align: center;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.navbar-nav li {
		border-bottom: 1px solid #999;
	}
	.parallax-prep {
    padding: 20px 20px 50px;
	}
	.lt-parallax {
		padding: 50px;
	}
}
@media (min-width: 1650px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		max-width: 1600px;
	}
}
.btn.jmodedit {
	display: none;
}
@media (max-width: 600px) {
.lt-parallax {
    padding: 50px 20px;
}
}
.modal-backdrop.fade {
	display:none;
}
.modal-backdrop.fade.show {
	display:block;
}