/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/


body {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
    line-height: 1.5;
}

.header {
	background: url(../img/header_bg-01.jpg) no-repeat center center;
    background-size: cover;
	height: 668px;
	width: 100%;
}

.header--content {
	padding: .5rem 1rem;
	color: #fff;
	font-size: 1.5rem;
	text-align: right;
}

.breadcrumb {
	margin-bottom: 0;
}

.single .header, .category .header, .archive .header {
	height: 100px;
}

.header__inner {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
}

.page--content {
	padding-top: 1em;
	position: relative;
}

.page--comments {
	padding-top: 1em;
}

.page--breadcrumbs {
	padding-top: 1em;
}

.page-body__container-400 {
	height: 400px;
}

.page-body {
	font-size: 18px;
}

.bg-white {
	background-color: #fff;
}

.bg-grey {
	background-color: #e7ebed;
}

.bg-dark-grey {
	background-color: #50586c;
}

.bg-blue {
	background: #0747a6;
}

.nav-top {
	padding-top: 1em;
}

.skv1991-logo {
	background: url(../img/skv1991_logo.svg) no-repeat;
	background-size: contain;
    height: 90px;
    width: 108px;
}

.single .skv1991-logo, .category .skv1991-logo, .archive .skv1991-logo {
	height: 80px;
}

footer {
	padding: 1em 0;
	background-color: #352531;
	color: #fff;
}

.code-token {
	color: #405615;
    font-weight: bold;
}


/*
 * jquery.tocify.css 1.9.0
 * Author: @gregfranko
 */

/* The Table of Contents container element */
.tocify {
    min-width: 200px;
    max-height: 90vh;
	width: 100%;
	/*overflow-y: auto;*/
    /*overflow: auto;*/
    margin-left: -220px;
    position: absolute;
    border: 1px solid #ccc;
    webkit-border-radius: 6px;
    moz-border-radius: 6px;
    border-radius: 6px;
	background: #fff;
	z-index: 1;
	/*top: -3.3em;*/
	padding: 1em;
	
	max-width: 260px;
	top: 1.5em;
    right: inherit;
	margin-right: 15px;
	    right: inherit;
    /* top: 0%; */
    transform: translateX(82%);
}
@media screen and (max-width: 1200px) {
	.tocify {
		transform: translateX(65%);
	}
}
@media screen and (max-width: 992px) {
	.tocify {
		display: none;
	}
}
.tocify.scrolled {
	position: fixed;
	top: 2.5em;
}

/* The Table of Contents is composed of multiple nested unordered lists.  These styles remove the default styling of an unordered list because it is ugly. */
.tocify ul, .tocify li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    /*line-height: 30px;*/
	line-height: 1.5em;
    padding-bottom: 0.4em;
}

.tocify li.active {
	color: #007bff;
}

/* Top level header elements */
.tocify-header {
    text-indent: 0px; /*10*/
}

/* Top level subheader elements.  These are the first nested items underneath a header element. */
.tocify-subheader {
    text-indent: 20px;
    display: none;
}

/* Makes the font smaller for all subheader elements. */
.tocify-subheader li {
    font-size: 12px;
}

/* Further indents second level subheader elements. */
.tocify-subheader .tocify-subheader {
    text-indent: 30px;
}

/* Further indents third level subheader elements. You can continue this pattern if you have more nested elements. */
.tocify-subheader .tocify-subheader .tocify-subheader {
    text-indent: 40px;
}

.tocify-item-toc {
	font-weight: bold;
}

#toc {
    padding-bottom: 1.5em;
}

#tocify-prev-next .tocify-item > a {
	padding: 0.5em 1em;
    border: 1px solid #dcdcdc;
    border-radius: 0.4em;
    position: absolute;
    bottom: 0;
}

.tocify-item-toc-prev > a {
	left: 0;
}

.tocify-item-toc-next > a {
	right: 0;
}

/* Twitter Bootstrap Override Style */
.nav-list > li > a, .nav-list .nav-header {
    margin: 0px;
}

/* Twitter Bootstrap Override Style */
.nav-list > li > a {
    padding: 0px;
}

/* END jquery.tocify.css 1.9.0 */


/* Highlightjs */

.hljs.highlightjs {
	overflow-x: auto;
    background-color: #f8f8f8;
    padding: 1em;
    line-height: 1.1em;
    border-radius: 2px;
    position: relative;
}
.highlightjs.html:before, .highlightjs.js:before, .highlightjs.bash:before, .highlightjs.css:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    text-align: right;
    font-size: 0.75em;
    padding: 5px 10px 0;
    line-height: 15px;
    height: 15px;
    font-weight: 600;
}

.highlightjs.html:before {
    content: "HTML";
}
.highlightjs.css:before {
    content: "CSS";
}
.highlightjs.js:before {
    content: "JS";
}
.highlightjs.bash:before {
    content: "BASH";
}
/* END Highlightjs */

#sidebar {
	position: relative;
}

#sidebar ul {
	list-style: none;
	padding-left: 0;
}
#sidebar ul.children li:before {
	content: '- ';
}
/*#sidebar [role=navigation] ul.children li:before {
	content: '- ';
}
#sidebar [role=navigation] ul.children > ul.children li:before {
	content: '-- ';
}*/

.front-page--categories {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.front-page--categories > .col,
.front-page--categories > [class*="col-"] {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    top: 0;
    transition: top 500ms ease;
    cursor: pointer;
}

.front-page--categories > .col:hover, .front-page--categories > [class*="col-"]:hover {
    top: -0.5rem;
}

.categories--3d .categories--item-inner {
	background: url('/wp-content/uploads/2014/12/BTR90Rostok002.jpg') no-repeat 50% 50%;
	background-size: cover;
}

.categories--2d .categories--item-inner {
	background: url('/wp-content/uploads/2014/11/hokage.jpg') no-repeat 50% 50%;
}

.categories--photo .categories--item-inner {
	background: url('/wp-content/uploads/2014/05/pb1SzZu6OWY.jpg') no-repeat 87% 50%;
	background-size: cover;
}

.categories--video-editing .categories--item-inner {
	background: url('/wp-content/uploads/2018/01/videos3.png') no-repeat 50% 50%;
	background-size: cover;
}

.categories--articles .categories--item-inner {
	background: url('/wp-content/uploads/2018/01/articles2c.png') no-repeat 50% 50%;
	background-size: cover;
}

.categories--webdes .categories--item-inner {
	background: url('/wp-content/uploads/2018/01/bluenaused01.jpg') no-repeat 50% 50%;
	background-size: cover;
}

.categories--item-inner {
	background-size: cover;
	height: 0;
	padding-bottom: 100%;
	background: #29212e; /*#0747a6*/
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 1px 1px rgba(23,43,77,0.2), 0 0 0.5px 0 rgba(23,43,77,0.25);
}

.item-inner--heading {
	line-height: 2rem;
	width: 100%;
	text-align: center;
	background: rgba(234, 234, 234, 0.5);
	color: #fff;
}

@media (min-width: 320px) {
	.navbar-collapse {
		z-index: 1;
		position: absolute;
		background: #352531;
		left: 0;
		top: 0;
		width: 100%;
		padding: 1rem;
		font-size: 1.5rem;
		padding-top: 100px;
		border-radius: 0 0 5px 5px;
		opacity: 0;
		transition: all 150ms ease;
	}
	.navbar-collapse.show {
		opacity: 1;
	}
	.navbar-toggler {
		position: relative;
    	z-index: 2;
	}
	.navbar-nav .dropdown-menu {
		background-color: transparent;
		font-size: 1.5rem;
		border: none;
	}
	.navbar-nav .dropdown-menu .dropdown-item {
    	color: rgba(255,255,255,.5);
	}
	.navbar-nav .dropdown-item:focus,
	.navbar-nav .dropdown-item:hover {
		color: #fff;
    	background-color: transparent;
	}
	.single .skv1991-logo, .category .skv1991-logo, .archive .skv1991-logo {
		position: relative;
		z-index: 2;
	}
}

@media (min-width: 762px) {
	.navbar-collapse {
		z-index: 1;
		position: initial;
		background: none;
		width: initial;
		padding: 0;
		font-size: 1rem;
		border-radius: 0;
		opacity: 1;
	}
	.navbar-nav .dropdown-menu {
		background-color: #fff;
		font-size: 1rem;
    	color: #212529;
		border: 1px solid rgba(0,0,0,.15);
	}
	.navbar-nav .dropdown-menu .dropdown-item {
    	color: #212529;
	}
	.navbar-nav .dropdown-item:focus,
	.navbar-nav .dropdown-item:hover {
		color: #16181b;
    	background-color: #f8f9fa;
	}
}