._left-wrap ul li .expanded{
	display: none;
}

.language{
	position: absolute;
    right: 62px;
    border: 1px solid black;
    padding: 6px;
    border-radius: 5px;
	margin-bottom: 2px;
	background-color: unset;
}

.language:focus{
	outline: none;
}

.langwhite{
	border: 1px solid white;
	color: white;
	background: none;
}

.langwhite option{
	color: black;
}

.bg-landing .cv-landing .landing-title{
	justify-content: flex-start !important;
}

.menu-caption ._side-fixed .side_menu ._side-wrap{
	display: block;
    text-align: left;
}

._sub-list ul li{
	margin-bottom: 10px;
}

._left-wrap ul li.active a{
	color: #000 !important;
}

._left-wrap ul li.active .expanded{
	display: block !important;
}

.block-info-km{
	margin-right: 58px;
}

._left-content ._left-wrap .font-p ._big{
	font-size: 20vw;
    margin-bottom: 42px;
}

._left-content ._left-wrap .big.mb{
	padding-bottom: 90px !important;
}

._left-content ._left-wrap .big ._big{
	line-height: 0;
}

._left-content ._left-wrap .big{
	line-height: 0;
	height: 22rem;
	margin-top: 60px;
	display: flex;
	align-items: center;
}

.blogChar ._big{
	transform: translateY(40px);
}

._right-content article._article-vr section .furBlog{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

._right-content article._article-vr section .furBlog h1{
	font-size: calc(21px + (24 - 8) * ((100vw - 300px) / (1920 - 300))) !important;
	width: 33rem;
	line-height: 1.2 !important;
	margin-bottom: 0 !important;
}

._right-content article._article-vr section .furBlog p{
	margin-bottom: unset !important;
	font-size: 36px !important;
	line-height: 1.2 !important;
	font-weight: 800 !important;
	color: #323232;
}

.furDetailArticle{
	width: 100%;
	overflow: hidden;
}

.furDetailArticle h1{
	float: left;
}

.furDetailArticle .geonDate{
	position: absolute;
	right: 0;
	bottom: 0;
}

.readmore-btn{
	border: 0;
	background: #BCBBB6;
	font-size: 17px;
	color: white;
	text-transform: uppercase;
	margin-top: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 12rem;
}

.readmore-btn:focus,
.readmore-btn:hover{
	box-shadow: none;
	outline: none;
	text-decoration: none;
	color: white;
}

.blogRadiantRow{
	margin-left: -25px;
}

.group-HdGlock,.group-smrGlock{
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	padding-top: .5rem;
}

.group-HdGlock ._img-left > img,
.group-smrGlock ._img-left > img{
	object-fit: cover;
	object-position: center;
	height: 450px;
	min-height: unset !important;
	width: 100%;
}

.glockLines:after{
	content: '';
	display: block;
	background-color: black;
	height: 1px;
	width: 20%;
}

.glockLines {
	margin-top: 4rem;
}

.pug-heading{
	margin-bottom: 2.6rem;
}

div.pug-heading p{
	font-weight: 700 !important;
	margin: 0;
	color: #6B6C62;
	font-size: calc(12px + (24 - 8) * ((100vw - 300px) / (1920 - 300))) !important;
}

.smGlockstms{
	margin-top: 50px;
}

.absInfo{
	display: flex;
}

.absInfo > ._info{
	margin-right: 20px;
}

.container-flush{
	padding-left: 40px;
	padding-right: 40px;
}

.hide-dekstop{
	display: none;
}

.flexBlog{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.pregionShare{
	display: flex;
	justify-content: flex-end;
	height: 30px;
}

.pregionShare > .flexis_{
	font-size: 13px !important;
	font-weight: 300 !important;
	background: teal;
	display: flex;
	align-items: center;
}

.pregionShare > .flexis_ button{
	padding: 0;
	background: none;
	border: 0;
	line-height: 0 !important;
	margin-bottom: 0 !important;
	height: 23px;
}

.pregionShare > .flexis_ button:focus{
	box-shadow: none;
	outline: none;
}

.pregionShare > .flexis_ button img{
	height: 20px;
	margin-left: 10px;
}

.fa{
	font-family: FontAwesome !important;
}

div#share {
	position: absolute;
	margin-top: 25px;
	display: none;
}

.jssocials-share{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 8px !important;
	height: 33px;
}

.jssocials-share:nth-last-child(1){
	margin-right: 0 !important;
}

.jssocials-share > a .fa{
	margin-bottom: 0 !important;
	font-size: 17px !important;
}

.jssocials-share > a{
	height: 5px;
	width: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	line-height: 0 !important;
	padding: 13px;
	margin-bottom: 0 !important;
	filter: invert(1);
}

.jssocials-share > a:hover{
	text-decoration: none;
}

.jssocials-share-link { 
	border-radius: 50%; 
}

.overscroll{
	height: 100vh;
	overflow-y: auto;
}

.overscroll::-webkit-scrollbar {
	width: 10px;
}
.overscroll::-webkit-scrollbar-thumb {
	background: #888;
}
.overscroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.grayscalingImg img{
	/*filter: grayscale(1);*/
}

.paginate-site {
	margin-bottom: 50px;
	margin-top: 87px;
	display: flex;
	justify-content: flex-end;
}

.paginate-site a{
	height: 25px;
	width: 25px;
	border: 2px solid #acacac;
	color: #acacac;
	border-radius: 100px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	filter: invert(1);
}

.paginate-site a:hover{
	text-decoration: none;
}

@media screen and (max-width: 1023px){   
	
	.swap{
		overflow: hidden;
	}

	.hide-dekstop{
		display: block;
	}

	.absInfo > ._info{
		margin-right: 0;
		margin-bottom: 15px;
	}

	.absInfo > ._info:nth-last-child(1){
		margin-bottom: 0;
	}

	.container-flush{
		padding-left: 15px;
		padding-right: 15px;
	}

	.flexBlog{
		display: unset !important;
	}

	.flexBlog h1{
		width: 100% !important;
	}

	.pregionShare{
		display: unset;
	}

	.pregionShare > .flexis_{
		background: none;
		justify-content: flex-end;
		align-items: center;
		margin-top: 22px;
    	margin-bottom: 12px !important;
	}

	.overscroll{
		overflow-x: hidden;
	}

	.overscroll::-webkit-scrollbar {
		width: 0px;
	}

	.swap ._right-content article section.entryBlog{
		margin-left: 10px !important;
    	margin-bottom: 50px !important;
	}

	.swap ._right-content article section.entryBlog .furBlog{
		display: flex;
    	flex-direction: column;
    	margin-bottom: 22px;
	}

	._right-content article._article-vr section .furBlog h1{
		width: 100%;
	}

	._right-content article._article-vr section .furBlog .geonDate{
		position: relative;
		margin-top: 10px;
    	overflow: hidden;
	}

	.paginate-site{
		padding-right: 20px;
		margin-top: 0;
	}

	div#share{
		position: relative;
		width: 100%;
    	justify-content: flex-end !important;
    	margin-top: 0 !important;
    	text-align: right;
	}

	.jssocials-shares{
		margin-bottom: 1.2rem !important;
	}

	.insideEntryBlog{
		padding-right: 0 !important;
	}

	.group-HdGlock, .group-smrGlock{
		overflow: unset;
	}

	.group-HdGlock ._img-left > img, .group-smrGlock ._img-left > img{
		height: 190px;
	}

	.jssocials-share > a .fa{
		font-size: 14px !important;
		margin-left: -14px;
	}

	.readmore-btn{
		height: 39px;
	    width: 9rem;
	    font-size: 13px;
	}
}

@media screen and (max-width: 1440px){
	._left-content ._left-wrap .big{
		height: 17rem;
	}
}