@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h1 > a {
	display: block;
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 20px;
	text-transform: uppercase;
	color: #2e3133;
}

h1 > a:hover {
	text-decoration: none;
	color: #72787a;
}

h2 {
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.header {
	padding-top: 10px;
	text-align: center;
}

.header-img {
	max-width: 120px;
}

.header-subtitle {
	display: block;
	font-size: 14px;
	padding-top: 5px;
	color: #9f9f9f;
	text-transform: uppercase;
}

.logo-link {
	display: block;
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 1.5s ease;
	background-color: #ffffff;
}

.logo-link:hover .overlay {
	opacity: 1;
}

.text {
	color: #9f9f9f;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.hp-carousel {
	padding: 0px;
}

.hp-carousel-image {
	min-width: 100%;
	min-height: 300px;
	max-height: 600px;
}

.overbanner {
	margin-top: 0px;
	margin-bottom: 0px;
}
.hp-carousel-container {
	background-repeat: no-repeat;
	background-position: center;
}

.navbar-light {
	background-color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-nav {
	margin-left: auto;
	margin-right: auto;
}

.nav-link {
	font-size: 18px;
	font-weight: normal;
}

.nav-link:hover {
	animation: bounce 1s;
}

.hp-articles {
	margin-top: 50px;
}

.hp-article-container {
	margin-bottom: 30px;
	padding: 20px;
	padding-bottom: 40px;
}

.hp-article-container > header {
	height: 200px;
	padding: 0px;
}

.hp-article-container > header > div {
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	padding: 11px;
	transition: 1s ease;
	text-shadow: 0px 0px 5px #ffffff;;
}

.hp-article-container > header > div:hover {
	background-color: rgba(255,255,255,1);
	width: 100%;
	padding: 11px;
	transition: 1s ease;
}

.hp-article-container h1 {
	line-height: 20px !important;
}

.hp-article-container h1 > a {
	color: #2e3133;
	font-size: 20px;
	line-height: 23px !important;
	margin-top: 0;
	margin-bottom: -10px;
}

.hp-article-container h1 > a:hover {
	text-decoration: none;
	color: #72787a;
}

.hp-article-container small {
	font-size: 11px;
	color: #72787a;
	letter-spacing: 0.3px;
	display: block;
	margin-top: 16px;
	margin-bottom: 10px;
}

.hp-article-container section {
	margin-top: 12px;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.attachment-post-thumbnail {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	max-width: 50%;
	height:auto;
}

.article-date {
	margin-top: -17px;
	display: block;
	color: #72787a;
}

.article-container header {
	margin-bottom: 29px;
}

.footer-container {
	border-top: 1px solid rgba(0,0,0,.1);;
	background-color: rgba(209, 209, 209, 0.27);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}

.footer-social i {
	font-size: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -14px;
	margin-bottom: 20px;
}

.footer-social a {
	color: #000000;
}

.footer-social i:hover {
	color: #9f9f9f;
	transition: 0.5s ease;
	text-shadow: 0px 0px 2px #000000;
}

.sp-article-container {
	margin-bottom: 30px;
	padding: 20px;
}

.sp-article-container > header {
	height: 200px;
	padding: 0px;
}

.sp-article-container > header > div {
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	padding: 11px;
	transition: 1s ease;
	text-shadow: 0px 0px 5px #ffffff;
}

.sp-article-container > header > div:hover {
	background-color: rgba(255,255,255,1);
	width: 100%;
	padding: 11px;
	transition: 1s ease;
}

.sp-article-container h1 {
	line-height: 20px !important;
}

.sp-article-container h1 > a {
	color: #2e3133;
	font-size: 20px;
	line-height: 23px !important;
	margin-top: 0;
	margin-bottom: -10px;
}

.sp-article-container h1 > a:hover {
	text-decoration: none;
	color: #72787a;
}

.sp-article-container small {
	font-size: 11px;
	color: #72787a;
	letter-spacing: 0.3px;
	display: block;
	margin-top: 16px;
	margin-bottom: 10px;
}

.sp-article-container section {
	margin-top: 12px;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.sp-article-header h1 {
	text-align: center;
	margin-top: 31px;
	font-size: 37px;
	letter-spacing: 3px;
}

.book-article {
	margin-top: 30px;
	margin-bottom: 30px;
}

.book-article small {
	font-size: 11px;
	color: #72787a;
	letter-spacing: 0.3px;
	display: block;
	margin-top: -15px;
	margin-bottom: 10px;
}

.book-button > img {
	width: 140px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.book-button > img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.book-button:hover {
	background: #72787a;
	text-decoration: none;
}

.book-article-img {
	max-width: 300px;
	float: left;
	margin-bottom: 25px;
}

.container-book {
	max-width: 900px
}

.book-article header {
	text-align: right;
}

.price-main {
	color: #1e7e34;
	font-size: 25px;
	font-weight: 700;
}

.book-article section {
	display: block;
	margin-top: 20px;
	clear: both;
}

@media screen and (max-width: 768px) {
	.book-img-container {
		text-align: center;
	}

	.book-img-container > img {
		margin-left: auto;
		margin-right: auto;
		float: inherit;
	}

	.book-det-container {
		text-align: center;
	}
}

.page-nav {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.page-nav > p > a {
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	color: #72787a;
	font-weight: bolder;
	margin-bottom: 20px;
	transition: 1s;
}

.page-nav > p > a:hover {
	text-decoration: none;
	color: black;
	transition: 1s;
}

.more-button {
	background-color: #cccccc;
	color: #000000;
	font-size: 17px;
	padding: 10px 27px;
	transition: 1s;
	position: absolute;
	bottom: 0;
	right: 20px;
}

.more-button:hover {
	background-color: #282828;
	color: #ffffff;
	transition: 1s;
	text-decoration: none;
}

img {
	max-width: 100%;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.wp-caption img {
	-webkit-transition: 2s;
	transition: 2s;
}

.wp-caption img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 2s;
	transition: 2s;
}

.wp-caption-text {
	font-style: italic;
	text-align: center;
	padding-top: 7px;
	font-size: 15px;
	color: #737373;
}

#canvas {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
}

.fc {
	background-color: white;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.over-static {
	display: block;
	background-color: white;
	position: relative;
	padding: 30px;
	margin: 40px 25%;
	text-align: center;
	box-shadow: 0px 0px 33px -2px black;
}

@media only screen and (max-width: 900px) {
	.fc {
		display: none;
	}

	.over-static {
		margin: 40px 0%;
	}
}

.dropdown-toggle {
	color: black !important;
}

.blocks-gallery-item {
    display: inline-block !important;
}

.side-banner {
	position: fixed;
	top: 160px;
	right: 0;
	z-index: 1100;
	display: block;
	float: right;
	cursor: pointer;
}

.side-banner a {
	border: 4px solid rgba(220,220,220,0.85);
	display: block;
	float: right;
}

.hide-me {
	display: block;
	float: left;
	background-color: rgba(220,220,220,0.85);
	padding: 5px 10px;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
}

.microbanners > div {
	margin-bottom: 25px;
}