@charset "utf-8";
body[class*="page-blog"] #aroundpage {
	min-height: 60vh;
}

body[class*="page-blog"] .header_slider > div::before, body[class*="page-blog"] .jave_bg::before {
	background-color: transparent;
	background-image: url("../../images/headbg_colored.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.84;
	position: absolute;
	top: 22%;
	transform: skewY(0deg);
	width: 100%;
	z-index: -1;
	filter: none;
	display: inline-block;
}

body[class*="page-blog"] .blog-container h1 {
	font-size: 125px;
	margin-bottom: 30px;
	padding: 0;
	color: black;
	font-weight: 900;
	opacity: 0.9;
	text-align: left;
}

body[class*="page-blog"] #wherei a {
	background: white;
	padding: 0px 15px;
	color: #3a3a3a;
	border-radius: 4px;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	float: right;
}

body.not-home[class*="page-blog"] .jave_bg {
	height:27vw;
}

body.not-home[class*="page-blog"] #page_background  .article-detail p {
	font-weight: 500;
}

body[class*="page-blog"] .blog-container #wherei {
	font-size: 13px;
	margin: 0 0 1.5em;
	text-align: left;
}

body[class*="page-blog"] .blog-eshop {
	display: none;
}

body[class*="page-blog"] .blog-container .tags {
	margin: 0px 0 29px 0px;
}

body.not-home[class*="page-blog"] .header_slider > div::before{
	background: none;
}

.myfooter .footer-boxes p {
	color: white;
}

body.not-home[class*="page-blog"] .navbar-top-icons {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.jave_bg::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../images/bg/geometry_bg.svg") transparent;
	z-index: -1;
	background-size: 28%;
	background-position: 0;
	transform: skewY(12deg);
	right: 0;
	filter: grayscale(1) invert(1);
	opacity: 0.2;
}

body[class*="page-blog"] .jave_bg {
	background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#a6ffcb 94%);
	transform: skewY(-12deg);
	transform-origin: 0;
	height: 37vw;
	position: absolute;
	top: 0px;
	left: 0;
	display: inline-block;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

body[class*="page-blog"]  #page_background {
	background-image: none;
	background: transparent !important;
}

body[class*="page-blog"] .perex {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #2b2936;
	border-radius: 12px;
	position: static;
	display: inline-block;
	top: 50%;
	width: 100%;
}
body[class*="page-blog"] .blog-main.blog-main-col2 p {
	margin:0px;
}

body[class*="page-blog"] .article p.date {
	height: 0;
}
body[class*="page-blog"] .blog-main .article {
	float: none;
	max-width: 75%;
	margin: auto;
	display: inline-block;
}
body[class*="page-blog"] .blog-main.blog-main-col2 h3 {
	margin: 10px 0 15px;
	border-radius: 14px;
}
body[class*="page-blog"] .blog-main .article-detail .image img {
	max-width: 60%;
	float: right;
}

.article-detail p, .article-detail img {
	margin-bottom: 15px;
	text-align: left;
}

body[class*="page-blog"] .article-detail p:nth-child(1)::first-letter {
	font-size: 500% !important;
	float: left;
	margin-top: 8px;
	margin-right: 7px;
}

body[class*="page-blog"] .blog-main-col2 .article .image {
	margin-bottom: 0px;
}

body[class*="page-blog"] .blog-container .blog-menu {
	width: 100%;
	float: none;;
}

body[class*="page-blog"] .blog-container .blog-main {
	width: 100%;
	max-width: 1240px;
	text-align: center;
}

body[class*="page-blog"] #und_footer {
	background-color: transparent;
	width: 100%;
	position: relative;
}
/*
body[class*="page-blog"] .new_footer_box .item-content p {
	color: black;
}

body[class*="page-blog"] .myfooter .content .new_footer_box p {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 25px;
	text-align: justify;
	width: 100%;
}
*/
body[class*="page-blog"] .blog-main .article-detail .image img {
	max-width: 330px;
	float: right;
	height: auto;
	margin: 50px;
}

body[class*="page-blog"] .blog-container p {
	line-height: 31px;
	margin-bottom: 25px !important;
	color: #201f33;
	font-weight: normal;
}

body[class*="page-blog"] .blog-container a {
	color: #201f33;
}

body[class*="page-blog"] .blog-main .article {
	float: none;
	max-width: 32%;
	position: relative;
	border: 0px solid;
	margin: 10px 10px 72px;
	list-style: none;
	display: inline-block;
	transition: all 300ms ease;
	padding: 1%;
	background: #fafafa;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
	min-height: 429px;
}

body[class*="page-blog"] .article:hover .image {
	transform: scale(1);
	transition: all 300ms linear;
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}

body[class*="page-blog"]  #page h3 a {
	color: #03111a;
	text-decoration: none;
}
.page-footer, #page .header_slider, #page #page_background {
	transition: all 300ms linear;
}

body[class*="page-blog"] .blog-main div.article:nth-child(2) {
	border:none;
}

body[class*="page-blog"] .blog-main .article:hover {
	transition: all 300ms ease;
	box-shadow:0 13px 25px 0 rgba(0, 0, 0, 0.3)
}

body[class*="page-blog"]  .blog-container .blog-main {
	width: 1240px;
	float: none;
	margin: auto;
}

html body .blog-main-col1 .article h3 a, html body .blog-main-col2 .article h3 a, html body .blog-main-col3 .article h3 a {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
}

body[class*="page-blog"] .blog-main div.article:nth-child(2) h3 {
	text-align: center;
	font-size: 1.7em;
	border-bottom: 0px solid black;
	display: inline-block;
}

body[class*="page-blog"] .blog-main.blog-main-col2 h3 {
	overflow: hidden;
	background: transparent;
	position: static;
	bottom: 35%;
	z-index: 9;
	padding: 10px 10px 0px 0px !important;
	margin: 0px !important;
	text-align: left;
	display: unset;
}

body[class*="page-blog"]  .article .image {
	width: auto;
	display: block;
	background-size: 100%;
	max-height: 250px;
	float: left;
	vertical-align: middle;
	overflow: hidden;
	box-shadow: 0px 0px 0px 2px #e8e8e8;
}

body[class*="page-blog"] .blog-main .article .image img {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	height: auto;
}

body[class*="page-blog"] .date {
	position: absolute;
}
body[class*="page-blog"] .article i {
	font-size: 14px;
	font-style: initial;
	font-weight: normal;
	position: relative;
	z-index: 1;
	right: -230px;
	color: white;
	width: auto;
	padding: 10px;
	border-radius: 11px;
	background: darkslateblue;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
	top: -46px;
}

body[class*="page-blog"] .blog-main div.article:nth-child(2) {
	width: 100%;
	max-width: 70%;
	text-align: center;
	box-shadow: none;
	background: transparent;
}

body[class*="page-blog"] .clear {
	display: none;
}

body[class*="page-blog"] .article .image {
	display: block;
	background-size: 100%;
	max-height: 228px;
	float: left;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	top: -70px;
	left: 0;
	width: 100%;
	margin: auto;
	background: white;
	right: 0;
	border: 0;
	box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3);
	transform: scale(0.98);
	transition: all 300ms linear;
}

body[class*="page-blog"] .blog-main div.article:nth-child(2) .image {
	box-shadow: none;
	background: transparent;
	max-height: inherit;
}

body[class*="page-blog"] .news-box, .blog-eshop {
	max-width: 30%;
	padding: 60px 50px;
	background-color: #756de7;
	border-radius: 10px;
	opacity: 1;
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	margin: 2%;
	display: none;
}

#und_footer .footer_link {
	color: white;
	opacity: 0.5;
}

body[class*="page-blog"] .news-box p {
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
}

body[class*="page-blog"] .in-news-box p {
	color: #c0bbf9;
	font-size: 17px;
	margin-bottom: 20px;
}

body[class*="page-blog"] #und_footer .footer_link {
	color: black !important;
	opacity: 0.5;
	font-weight: bold !important;
}

body[class*="page-blog"] .blog-container h1 {
	font-size: 5em;
	margin-bottom: 30px;
	padding: 0;
	color: black;
	font-weight: 900;
	opacity: 0.9;
	text-align: left;
	width: 55%;
}
.page-blog .blog-main.blog-main-col2 .btn a {
	float: none;
	margin: 30px 0 0;
	text-align: right;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	font-size: 0px;
	background: transparent;
}

.blog-main.blog-main-col2 .btn:hover {
	cursor: pointer;
}

.blog-container .tags a:link, .blog-container .tags a:visited {
	display: inline-block;
	margin: 0 5px 5px 0;
	border-radius: 2px;
	color: #FFFFFF;
	background-color: white;
	text-decoration: none;
	padding: 4%;
	float: left;
}

.article-detail i {
	font-size: 15px;
	color: black;
	font-weight: bold;
}

#page a {
	color: #3F3D59;
	text-decoration: none;
}
.blog-eshop-title a {
	color: white;
}
.blog-title, .blog-eshop-title {
	box-sizing: border-box;
	display: inline-block;
	font-size: 20px;
	height: 51px;
	line-height: 51px;
	padding-left: 10px;
	text-decoration: none;
	width: 100%;
	max-width: 280px;
	color: white !important;
	text-shadow: none;
}

body[class*="page-blog"] .blog-main.blog-main-col3 .btn a {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 999;
	background: transparent;
	opacity: 0;
	top: 0px;
	left: 0;
}

html body[class*="page-blog"]  #page #page_background h3 {
	padding: 0px;
	margin-bottom: 2vh;
	display: block;
	position: relative;
	top: 0px;
	width: 100%;
}

body[class*="page-blog"] .blog-main div.article:nth-child(2) .perex {
	text-align: center;
}

#back-top:hover {
	background-color: #3843A7;
}

html body #page #page_background h3 {
	padding: 0px;
	margin-top: 15px;
}

html body .news-box {
	display: table;
	height: auto;
	text-align: center;
	vertical-align: middle;
	margin: 15px 0px;
	position: fixed;
	z-index: 105;
	left: calc(100vw - 65px);
	width: auto;
	top: 50%;
	bottom: 0px;
	transform: translateY(-50%);
}

#page #description p, body, #page {
	color: #201f33;
	font-size: 14px;
}

html body #page .news-box:last-child {
	display: none;
	height: auto !important;
	text-align: center;
	vertical-align: middle;
	margin: 15px 0px;
	position: fixed;
	z-index: 105;
	left: calc(0vw - 65px);
	width: auto;
	top: 50%;
	bottom: 0px;
	transform: translateY(-50%);
	background: #219bff;
	padding: 22px 22px 22px 32px;
	min-height: 20%;
	max-height: 50% !important;
}
.news-box-title {
	position: absolute;
	background: transparent;
	transform: rotate(90deg);
	top: 160px;
	bottom: 0;
	right: -57%;
	z-index: 0;
	height: 35px;
	width: 100%;
	display: inline-block;
	color: #060b1a !important;
	border: 0px solid transparent !important;
}

.in-news-box.tags {
	width: 180px;
}

body[class*="page-blog"] .tags {
	display: inline-block;
	width: auto;
	text-align: left;
	float: none;
}

.blog-container .tags a:link, .blog-container .tags a:visited {
	display: inline-block;
	margin: 0 5px 5px 0;
	background-color: black;
	text-decoration: none;
	float: none;
	border: 0;
	color: white !important;
	border-radius: 7px;
}

/*resize */
@media only screen  and (max-width: 1200px)
{
	html body[class*="page-blog"] .blog-container .blog-main {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
}

@media only screen  and (max-width: 760px){
	body[class*="page-blog"] .blog-main .article {
		width: 100%;
		max-width: 350px;
		margin: 0 0 20px;
	}

	body[class*="page-blog"] .blog-main .article {
		min-height: inherit;
	}

	body[class*="page-blog"] .blog-container h1 {
		font-size: 3em;
		margin-bottom: 30px;
		padding: 0;
		color: black;
		font-weight: 900;
		opacity: 0.9;
		text-align: left;
		width: 100%;
	}
}

/*resizer menu animation*/
html body[class*="page-blog"] #page .myheader {
	max-width: 100%;
	transition: all 300ms linear;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 0px 0px 10px 10px;
}

.navbar-top-icons .navbar-icon.left {
	display: inherit;
	float: none;
	text-align: center;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	padding: 0;
	background-color: transparent;
	margin: 0 0 8px 0;
	position: relative;
	left: 5px;
	transition: all 300ms ease;
}

html body .navbar-right-icons .navbar-icon .right a  {
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 2px 3px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	float: none;
	background: white;
	transition: box-shadow 500ms ease 0ms;
	color: black;
	border-radius: 6px;
	font-size: 10px !important;
	text-transform: lowercase;
	padding: 15px;
	min-width: 82px;
	text-align: center;
}

html body[class*="page-blog"].navbar-left-icons .navbar-icon .left a i::before {
	background-color: #756DE7;
	padding: 14%;
	width: 50px;
	height: 50px;
	display: table-cell;
	border-radius: 50em;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-size: 90%;
	position: static;
	transform: inherit;
}

body[class*="page-blog"]  .navbar-left-icons {
	display: inline-block;
	height: auto;
	text-align: center;
	margin: 15px 0px;
	position: fixed;
	z-index: 105;
	right: calc(100vw - 80px);
	width: auto;
	transform: translateY(-50%);
	vertical-align: middle;
	left: 0;
	top: 50%;
}

.fa.fa-arrow-circle-right {
	transform: rotate(90deg) !important;
}

.navbar-icon.left a:hover i:before, .navbar-icon.right a:hover i:before{
	background-color: white;
	color: #756DE7;
}

body[class*="page-blog"]  .navbar-right-icons {
	display: inline-block;
	height: auto;
	text-align: center;
	margin: 15px 0px;
	position: fixed;
	z-index: 105;
	left: calc(100vw - 80px);
	width: auto;
	transform: translateY(-50%);
	vertical-align: middle;
	top: 50%;
}

body[class*="page-blog"] .article-detail .navbar-icon i::before {
	content: "\f0a8";
	display: inline-block;
	font-family: fontawesome;
	font-style: normal;
	margin-right: 5px;
}

html body[class*="page-blog"] #page .myheader.is-fixed.is-visible {
	max-width: 1200px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: none;
	transition: top 300ms linear;
	top: 0;
}
html body[class*="page-blog"] #page .myheader.is-fixed {
	left: 0;
	right: 0;
	margin: auto;
	transition: all 300ms linear;
}
body[class*="page-blog"] #page .myheader.is-fixed.is-visible {
	box-shadow: none;
}

html body[class*="page-blog"] #page .myheader {
	background-color: transparent;
	box-shadow: none;
	transition: all 300ms linear;
}
html body[class*="page-blog"] #page .myheader.is-fixed.is-visible {
	box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}
html body[class*="page-blog"] .myheader #site_logo {
	transition: all 300ms linear;
	width: 200px
}
html body[class*="page-blog"] .myheader.is-fixed #site_logo {
	transition: all 300ms linear;
	width: 170px;
}
/*end resizer*/

html body[class*="page-blog"] .navbar-icon.left a:hover, html body[class*="page-blog"] .navbar-icon.right a:hover {
	transform: scale(1);
	transition: all 300ms linear;
	opacity: 0.95;
	color: white !important;
	box-shadow: 0 2px 20px rgba(50, 50, 93, 0.1), 0 5px 25px rgba(0, 0, 0, 0.07);
	background: #756DE7;
}
html body[class*="page-blog"] .navbar-icon.left a, html body[class*="page-blog"] .navbar-icon.right a {
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 2px 3px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	float: none;
	background: white;
	transition: box-shadow 500ms ease 0ms;
	color: black;
	border-radius: 6px;
	font-size: 10px !important;
	text-transform: lowercase;
	padding:	35px 0px;
	min-width: 82px;
	text-align: center;
}

#wherei span, #wherei a, #wherei p {
	color: #101010;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	margin: 5px;
}

html body[class*="page-blog"] .navbar-icon.left a:hover span, html body[class*="page-blog"] .navbar-icon.right a:hover span  {
	color:white !important;
}

html body[class*="page-blog"] .navbar-icon.left a i::before, html body[class*="page-blog"] .navbar-icon.right a i::before {
	background-color: #756DE7;
	padding: 14%;
	width: 50px;
	height: 50px;
	display: table-cell;
	border-radius: 50em;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-size: 29px;
	position: static;
	transform: inherit;
}

html body[class*="page-blog"] .navbar-icon.left a:hover {
	position: relative;
	left:0px
}
html body[class*="page-blog"] .navbar-icon.right a:hover {
	position: relative;
	right:10px
}

html body[class*="page-blog"] .navbar-icon.left a {
	left: -15px;
	position: relative;
	transition: all 300ms linear;
}

html body[class*="page-blog"] .navbar-icon.right a {
	right: -15px;
	position: relative;
	transition: all 300ms linear;
}

.blog-container .blog-main .article .btn {
	float: none;
	margin: 30px 0 0;
	text-align: right;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border: beige;
	bottom: 0;
}

html body[class*="page-blog"] .navbar-icon a span {
	display: block;
	font-size: 10px;
	line-height: normal;
}
