@charset "utf-8";
/*!
 * CowboyBrad 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/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;
}
body {
  font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
	text-align: left;
	color: #212529;
	font-family: 'open_sansregular', Georgia, "Times New Roman", Times, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color:#555;
}
h1 {
	font-size:30px;
	margin: 20px 0 10px;
}
h2 {
	color: #555;
    font-size: 25px;
    margin: 20px 0;
}
.articleBody h2 {
	border-bottom: 2px solid #555;
	display: table;
	text-transform: uppercase;
	color: #000;
	margin: 20px 0px;
	padding-bottom: 5px;
}
h3.vid-title {
	text-align:  center;
	border-bottom: 4px solid #000;
	padding: 10px;
	background-color: #555;
	color: #fff;
}
ul {
	list-style-type: none;
}
li.nav-item {
	padding:15px;}
nav ul {
	list-style-type:none;
}
nav ul li::before, nav ul li li::before {
	content: none;
}
a.nav-link {
	font-size: 24px;
	font-weight: bold;
	color: #555;
}
hr {
    border-color: #555;
    border-width: 3px;
    max-width: 50px;
}
p {
  margin-bottom: 1rem;
    margin-top: 0;
}
a {
  color: #555;
  -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_sansregular","Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
	margin-bottom: 10px;
}

.btn-primary {
  background-color: #555;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #333 !important;
  border-color: #333 !important;
}
#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: #999;
  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);
	margin: 10px;
}
.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;
}
.contact-page p {
	margin: 50px;
}
a#totop {position: fixed;right: 30px;bottom: 30px;display: none;outline: none;font-size: 20px;}
a#totop {color: #555;}
a#totop:hover {color: #6094b7;}
#totop {right: 10px;}

/*album images*/
.thumbnail {
  position:relative;
  margin:0 auto;
  /*width: 100%;
  height: 500px;*/
}
.thumbnail img.top {
	position: absolute;
}
.thumbnail img {
  /*position:absolute;*/
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.thumbnail img.top:hover {
  opacity:0;
}
/*end album images*/
.purchase-links {
	padding: 35px;
}
.album-title {
	background:#555;
	color:#fff;
	padding:10px;
	border-bottom: 4px solid #000;
}
.album-title a {
	color:#fff;
}
.album-meta {
	padding-top:20px;
	padding-bottom: 10px;
}
h3.shop-title {
	background: #555;
	border-bottom: 3px solid #000;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
}
.intro {
	padding:15px;
	background:#efefef;
	margin-top:20px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}
::-moz-selection {
  color: #fff;
  background: #555;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #555;
  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;
}
.page-header {
	background: #555;
	color: #fff;
	padding: 30px;
	text-align: center;
}
.page-header h1 {
	text-transform: uppercase;
	color: #fff;
}
.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;
}
/*Home*/

h1.featured-title {
  margin: 30px;
}

.homespace {
	margin-bottom: 25px;
}
.home-title {
	text-align: center;
}
.home-subtitle {
	border-bottom: 3px solid #555;
    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);
	border-radius: 10px;
	border: solid 1px #555;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	background: #555;
	color: #fff;
	font-weight: bold;
}
.nav-tabs .active a {
	color: #fff;
	background: #555;
}
.nav-tabs .nav-link:hover {
    border-color: #555 #555 #dee2e6;
	color: #555;
	font-weight: bold;
}
 .nav-tabs .nav-link:focus {
	border-color: #555 #555 #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;
}

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

.page-img {
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 10px;
}
.card {
	display: block;
	text-align: center;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
figure {
    display: table;
	width: 1px;
	margin: 30px 20px;
}
figcaption, figcaption img, {
    display: table-cell;
    vertical-align: bottom;
}
figcaption {
    padding: 8px;
	font-size: 12px;
	background: #555;
	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: #555;
}
.divider {
	padding: 4px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #555;
}
#v-pills-tabContent p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.hr-space {
	margin-bottom: 50px;
}


.cat-header {
    border-bottom: 3px solid #555;
    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: #555;
	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: #555;
}
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: #555;
}
.content-links a {
	color: #777;
}
.content-links a:hover {
	color: #000;
}
.readmore {
	margin-top: 20px !important;
}
.pagination {
	display: block;
	margin: 10px;
}
.pagination ul {
	list-style-type: none;
	
}
.pagination ul .page-link {
	color: #555;
	line-height: 1;
}
.pagination ul .page-item.active .page-link {
	background: #555;
	border-color: #000;
}
.pagination ul li{
	float: left;
	padding: 0 3px;
}
.icon-angle-double-left::before {
  font-family: "Font Awesome 5 Free";
  font-weight: var(--fa-style,900);
  content: "\f100";
}
.icon-angle-double-right::before {
  font-family: "Font Awesome 5 Free";
  font-weight: var(--fa-style,900);
  content: "\f101";
}
span.pagenav {
	background: #555;
	color: #fff;
	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: #555;
}
ul.pagenav li.previous {
	float: left;
}
ul.pagenav li.next {
	float: right;
}




.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: #555;
  border-radius: 1rem;
  border-color: #555 !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: #555 !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: #555;
  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 #555;
    width: 32px;
	margin-left: 3px;
	margin-right: 3px;
}
html {
  position: relative;
  min-height: 100%;
}
/*Footer*/
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 135px;
  background-color: #555;
  font-size: 12px;
}
.footer img {
	border: 2px solid #555;
	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: #555;
	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: #555;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #555;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #555;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #555;
  }
  #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);
  }
}


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

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

.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: #555;
}

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

@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: #555;
}

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

footer {
  padding: 30px 0 65px;
  background-color: #444;
  color: #888;
  font-size: 12px;
}
footer h3 {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 3px solid #555;
	padding-bottom: 5px;
}
footer p {
	line-height: 1.8;
}
footer a {
	color: #ccc;
	font-size: 16px;
}
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: #555
}
ul.social-menu img:hover {
	background: #3496d7;
}


.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;
}
.thumbnail {
  position:relative;
  margin:0 auto;
  width: 100%;
}
.contact-page p {
	margin: 5px;
}
}