@font-face {
	font-family: GothamPro-Medium;
	src: url("../fonts/GothamPro-Medium.ttf");
}

@font-face {
	font-family: GothamPro;
	src: url("../fonts/GothamPro.ttf");
}

@font-face {
	font-family: GothamPro-Black;
	src: url("../fonts/GothamPro-Black.ttf");
}

* {
	margin: 0;
	padding: 0;
}

body {
	max-width: 1920px;
	margin: 0 auto;
	font-family: GothamPro;
}

/* NAVIGATION + */
.header-box {
	display: block;
	width: 100%;
	height: 695px;
	border-top: 6px solid;
	background: url(../img/bg-1.jpg) no-repeat;
	z-index: 1;
}

.header-box::before {
	content: '';
	background-image: -moz-linear-gradient( 9deg, rgb(2,129,233) 0%, rgb(26,212,255) 100%);
	background-image: -webkit-linear-gradient( 9deg, rgb(2,129,233) 0%, rgb(26,212,255) 100%);
	background-image: -ms-linear-gradient( 9deg, rgb(2,129,233) 0%, rgb(26,212,255) 100%);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 6px;
	z-index: 2;
}

nav.navigation-box {
	display: flex;
	margin-top: 21px;
}

nav.navigation-box > ul.logotype-project > img {
	display: inline-flex;
}

.all-links {
	display: flex;
    width: 100%;
    justify-content: flex-end;
}

nav.navigation-box > .all-links > ul.links {
	display: inline-flex;
	align-items: center;
}

nav.navigation-box > .all-links > ul.links > li {
	list-style-type: none;
}

nav.navigation-box > .all-links > ul.links > li > a {
	font-size: 14px;
	line-height: 3.143;
	font-family: GothamPro-Medium;
	text-decoration: none;
	color: rgb(255, 255, 255);
	padding: 13px 10px 10px;
	margin: 5px;
	transition: 0.3s;
}

nav.navigation-box > .all-links > ul.links > li > a:hover {
    color: #fff;
    border-radius: 4px;
    border-bottom: 4px solid rgb(2,129,233);
    background-color: rgb(2,129,233, 0.5);
}

nav.navigation-box > .all-links > ul.another-links {
	display: inline-flex;
	align-items: center;
	margin: 0px 20px;
}

nav.navigation-box > .all-links > ul.another-links > li {
	list-style-type: none;
}

nav.navigation-box > .all-links > ul.another-links > li > a {
	font-size: 14px;
	line-height: 3.143;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 10px 4px 10px;
    margin: 6px;
    transition: 0.3s;
}

nav.navigation-box > .all-links > ul.buttons {
	display: inline-flex;
	align-items: center;
}

nav.navigation-box > .all-links > ul.buttons > li {
	list-style-type: none;	
}

nav.navigation-box > .all-links > ul.buttons > li > a {
	text-align: center;
	color: #fff;
	display: block;
	background-image: -moz-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(26,212,255) 100%);
	background-image: -webkit-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(26,212,255) 100%);
	background-image: -ms-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(26,212,255) 100%);
	text-decoration: none;
	padding: 10px 35px;
    font-weight: 600;
    border-bottom: 3px solid #18cdfd;
    border-radius: 2px;
}
/* NAVIGATION - */


/* SCROLL + */
::-webkit-scrollbar-button {    
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
}
    
::-webkit-scrollbar-track {
    background-color:#ecedee
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#318ad1
    }

::-webkit-scrollbar-thumb:hover {
    background-color:#318ad1
}

::-webkit-resizer {
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px
}

::-webkit-scrollbar {
    width: 4px;  
}
/* SCROLL - */

/* SLIDER + */
.carousel-indicators .active {
	background-color: unset;
}

.carousel-indicators li {
    display: inline-block;
    border: 2px solid #0386ea;
    border-radius: unset;
}

.carousel {
    position: relative;
    height: 550px;
}

.slider::before {
    content: '';
    background: url(../img/after_slider.png) no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

.slider-box {
	display: flex;
	flex-direction: column;
	margin-top: 105px;
}

.slider-box > h2 {
	line-height: 1.021;
	font-size: 68px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 22px;
}

.slider-box > h2.slide-2 {
	font-size: 46px;
}

.slider-box > p {
	font-size: 14px;
	color: rgb(131, 169, 202);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.slider-box > p.p2 {
    font-size: 12px;
    line-height: 2;
    color: rgb(131, 169, 202);
    text-align: left;
    text-transform: lowercase;
    margin-bottom: 30px;
    font-weight: 800;
}

.slider-box > a {
	text-align: center;
	color: #fff;
	display: block;
	background-image: -moz-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(26,212,255) 100%);
	background-image: -webkit-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(26,212,255) 100%);
	background-image: -ms-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(26,212,255) 100%);
	text-decoration: none;
	padding: 10px 35px;
    font-weight: 600;
    border-bottom: 3px solid #18cdfd;
	border-radius: 2px;
	width: max-content;
}

.display-img-slide-right {
    float: right;
}

.display-img-slide-left {
    float: left;
}

.display-img-slider-right > img {
	width: 80%;
    float: right;
}

.display-img-slider-left > img {
	width: 80%;
    float: left;
}

/* SLIDER - */


/* CONTENT + */
.content-box {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/bg-2.jpg) repeat-y;
}

.col-md-4 > .form-block {
	color: rgb(138, 149, 187);
	box-sizing: border-box;
	padding: 20px;
	background-color: rgb(15, 21, 44);
	box-shadow: 0px 20px 51px 0px rgba(23, 202, 252, 0.19);
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.583;
	margin-bottom: 35px;
}

.col-md-4 > .form-block > .block-header {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.188;
    text-align: left;
    margin-bottom: 16px;
    border-left: 4px solid rgb(2,129,233);
    margin-left: 0px;
    padding-left: 11px;
    font-weight: 300;
}  


.col-md-8 > .form-block {
	color: rgb(138, 149, 187);
	box-sizing: border-box;
	padding: 20px;
	background-color: rgb(15, 21, 44);
	box-shadow: 0px 20px 51px 0px rgba(23, 202, 252, 0.19);
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.583;
	border-bottom: 6px solid rgb(2,129,233);
	margin-bottom: 35px;
}

.col-md-8 > .form-block > .block-header {
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 1.188;
	text-align: left;
	margin-bottom: 16px;
}  

.col-md-8 > .breadcrumb {
	color: rgb(138, 149, 187);
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
	background-color: rgb(15, 21, 44);
	box-shadow: 0px 20px 51px 0px rgba(23, 202, 252, 0.19);
	border-radius: unset;
	font-size: 14px;
}

.breadcrumb > li > a {
	color: rgb(158, 170, 215);
}

.breadcrumb > li.active {
	color: rgb(138, 149, 187);
}

.breadcrumb> li+li::before {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #2c5778;
    content: "/";
}

h2.name-block {
	font-family: GothamPro-Black;
	font-size: 30px;
	color: rgb(255, 255, 255);
	line-height: 1.467;
	text-align: left;
    margin-bottom: 8px;
    font-weight: 900;
}

p.description-block {
	font-size: 14px;
	color: rgb(124, 152, 222);
	line-height: 1.5;
	text-align: left;	  
}
/* CONTENT - */


/* FORMS + */
.input-group-addon {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: rgb(138, 149, 187);
    text-align: center;
    background-color: rgb(27, 33, 56);
    border: 1px solid rgb(27, 33, 56);
    border-radius: .25rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(138, 149, 187);
    background-image: none;
    border: 1px solid rgb(22, 28, 51);
    border-radius: .25rem;
    background-color: rgb(22, 28, 51);
}

.form-control::placeholder {
	color: rgb(138, 149, 187);
}

.checkbox {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 2;
    cursor: pointer;
}

.checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0;
    min-height: 20px;
}

.checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #0386ea;
    background-color: rgb(22, 28, 51);
    border-radius: 3px;
    transition: all 0.2s ease;
}

.checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 9px;
    border: solid #0386ea;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox input[type="checkbox"]:checked + label .checkmark::after {
    opacity: 1;
}

.checkbox input[type="checkbox"]:checked + label .checkmark {
    background-color: rgba(3, 134, 234, 0.2);
}

.auth-restore {
	display: inline-block;
    vertical-align: middle;
    float: right;
    color: rgb(138, 149, 187);
}
/* FORMS - */


/* NEWS + */
.news-block {
	display: block;
	background-image: -moz-linear-gradient( 16deg, rgb(15,21,44) 0%, rgb(19,27,56) 40%, rgb(23,32,67) 100%);
	background-image: -webkit-linear-gradient( 16deg, rgb(15,21,44) 0%, rgb(19,27,56) 40%, rgb(23,32,67) 100%);
	background-image: -ms-linear-gradient( 16deg, rgb(15,21,44) 0%, rgb(19,27,56) 40%, rgb(23,32,67) 100%);
	box-shadow: 0px 20px 51px 0px rgba(23, 202, 252, 0.19);
	word-wrap: break-word;
	border-bottom: 6px solid rgb(2,129,233);
	height: 370px;
	overflow: hidden;
	margin-bottom: 35px;
}

.news-block > .image-news {
	display: block;
	width: 360px;
    height: 218px;
	background-image: url(../img/news-picture.jpg);
	text-decoration: none;
	transition: 0.3s;
}

.news-block > .content {
	display: block;
	padding: 16px;
}

.news-block > .content > .group {
	display: flex;
    justify-content: space-between;
}

.news-block > .content > .group > h3 {
	width: 50%;
	font-size: 16px;
	font-family: GothamPro;
	color: rgb(255, 255, 255);
	line-height: 1.188;
	margin-bottom: 15px;
	font-weight: bold;
}

.news-block > .content > .group > h3::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f1ea";
}

.news-block > .content > .group > .time {
	font-size: 12px;
	color: rgb(138, 149, 187);
	line-height: 1.583;
}

.news-block > .content > .text {
	font-size: 12px;
	color: rgb(138, 149, 187);
	line-height: 1.583;
}

.image-news-description {
	display: none;
}

.image-news:hover .image-news-description {
    display: block;
    font-size: 24px;
    line-height: 8.70;
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(2,129,233, 0.8);
    width: 350px;
    height: 218px;
    font-weight: 900;
}
  
/* NEWS - */


/* FOOTER + */
.footer {
	display: block;
	background-color: rgb(9, 16, 37);
}

.footer-left-text {
	font-size: 12px;
	color: rgb(99, 116, 165);
	line-height: 1.667;
	text-align: left;
	margin-bottom: 0px;
}
 
.row.display-footer-item {
    display: flex;
    align-items: center;
}

ul.links-footer {
	display: block;
	align-items: center;
}

ul.links-footer > li {
	list-style-type: none;
	float: right;
	padding: 0px 6px;
}

ul.links-footer > li > a {
	font-size: 12px;
	color: rgb(99, 116, 165);
	line-height: 1.667;
}

.col-md-4.img-footer-center {
	text-align: center;
}

.img-footer {
	margin-top: 15px;
}
/* FOOTER - */


/* BUTTONS + */
.btn {
	border-radius: 2px;
	moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-primary {
	background-image: -moz-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(23, 136, 225) 100%);
	background-image: -webkit-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(23, 136, 225) 100%);
	background-image: -ms-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(23, 136, 225) 100%);
}

.btn-primary:hover {
	color: #d7edfc;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-primary:active {
	color: #d7edfc;
	background-image: -moz-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(23, 136, 225) 100%);
	background-image: -webkit-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(23, 136, 225) 100%);
	background-image: -ms-linear-gradient( 19deg, rgb(2,129,233) 0%, rgb(23, 136, 225) 100%);
	moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* BUTTONS - */

/* ALERT + */
.alert-warning {
	color: #f6f6f6;
    background-color: #F44336;
    border-color: #F44336;
}

.form-block.block-notify.alert-error {
	border-bottom: 6px solid #F44336;
}

.form-block.block-notify.alert-success {
	border-bottom: 6px solid #8bc34a;
}

.form-block.block-notify.alert-info {
	border-bottom: 6px solid #2196f3;
}

.form-block.block-notify.alert {
	border-bottom: 6px solid #2196f3;
}

.form-block.block-notify.alert-error > .block-header {
	margin-bottom: 10px;
	font-size: 15px;
    line-height: 1.0;
    font-weight: 100;
}

.form-block.block-notify.alert-error > .block-header > #close-notify {
	color: #fff;
}

.form-block.block-notify.alert > .block-header > #close-notify {
	color: #fff;
}

.form-block.block-notify.alert-success > .block-header > #close-notify {
	color: #fff;
}

.form-block.block-notify.alert-info > .block-header > #close-notify {
	color: #fff;
}
/* ALERT - */

/* Debug + */
.mcr-debug { position: fixed; width: 400px; max-width: 400px; box-sizing: border-box; word-wrap: break-word; font-weight: bold; bottom: 50px; left: -400px; background: #9D89BE; color: #fff; border-left: 0px; padding: 20px; z-index: 1000; }
.mcr-debug a,
.mcr-debug a:hover { text-decoration: none; }
.mcr-debug h4 { margin: 0px; padding: 0px; }
.mcr-debug.open { left: 0px; }
.mcr-debug span { color: #fff; font-weight: normal; }
.mcr-debug .action { position: absolute; left: 400px; bottom: 50%; color: #fff; margin-bottom: -10px; display: inline-block; background: #9D89BE; padding: 3px 5px; border-left: 0px; }
/* Debug - */

#js-loader {
	position: fixed;
	bottom: 60px;
	right: 10px;
	display: none;
	background-color: rgba(0,0,0,0.7);
	padding: 10px;
	border-radius: 6px 6px 0px 6px;
}

#js-loader > img {
	display: block;
}

#js-notify {
	display: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 20px;
	word-wrap: break-word;
	border-radius: 0px;
	border: 0px;
}

#js-notify > #close {
	float: right;
	line-height: 10px;
	text-decoration: none;
}

#js-notify > #title {
	display: block;
	line-height: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}

#js-notify > #message {
	clear: both;
}

.block-header {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.block-line {
	margin: 10px 0px;
	border-top: 1px solid #eee;
}

.pagination { text-align: center; margin: 0px; }

.form-block .block-header .btn-group { margin-right: 10px; }
 
.form-block .block-name i { margin-right: 5px; }
.form-block > .block-header > .block-name,
.form-block > .block-header > .block-right {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 50%;
}

.form-block > .block-header > .block-right {
	text-align: right;
}

.form-block > .block-header > .block-right .btn-group {
	text-align: left;
}

button:focus,
input[type="submit"]:focus { outline: none !important; }

.bb-panel {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 3px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.bb-panel > ul {
	display: inline-table;
	border: 1px solid #ccc;
	table-layout: fixed;
	margin-right: 3px;
	padding: 3px;
	margin-bottom: 3px;
}

.bb-panel > ul > li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.bb-panel > ul > li > a {
	display: block;
	height: 18px;
	width: 18px;
	background-color: #fff;
	line-height: 18px;
	vertical-align: middle;
	text-decoration: none;
	box-sizing: border-box;
	color: #333;
}

.bb-panel > .bb-right {
	float: right;
}

.bb-panel > ul > li > a:hover {
	-webkit-box-shadow: inset 0px 0px 0px 1px #333;
	-moz-box-shadow: inset 0px 0px 0px 1px #333;
	box-shadow: inset 0px 0px 0px 1px #333;
}

.file-manager {
	margin-top: 5px;
}

.file-manager .file-input-wrapper {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px dashed #ccc;
	background: transparent;
	padding: 20px;
}

.file-manager .file-input-wrapper .file-inputs {
	display: block;
	width: 100%;
	height: 100%;
}

.file-manager .file-input-wrapper:hover {
	background-color: rgba(0,0,0,0.03);
}

.file-manager > .lastfiles > .file-line > div {
	display: inline-block;
	vertical-align: middle;
	word-wrap: break-word;
}

.file-manager > .lastfiles > .file-line {
	margin-top: 10px;
	padding: 5px;
	background-color: #eee;
}

.file-manager > .lastfiles > .file-line > .line-uniq {
	width: 35%;
}

.file-manager > .lastfiles > .file-line > .line-oldname {
	width: 35%;
}

.file-manager > .lastfiles > .file-line > .line-size {
	width: 10%;
	text-align: center;
}

.file-manager > .lastfiles > .file-line > .line-downloads {
	width: 10%;
	text-align: center;
}

.file-manager > .lastfiles > .file-line > .line-info,
.file-manager > .lastfiles > .file-line > .line-act {
	width: 5%;
	text-align: right;
}

.file-manager > .lastfiles > .file-line .file-edit-input {
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
	width: auto;
	margin-right: 5px;
}

.file-manager > .lastfiles > .file-line .file-edit {
	margin-left: 5px;
}

@media (max-width: 600px){
	.file-manager > .lastfiles > .file-line > .line-oldname {
		display: none;
	}

	.file-manager > .lastfiles > .file-line > .line-info,
	.file-manager > .lastfiles > .file-line > .line-act {
		width: 10%;
	}

	.file-manager > .lastfiles > .file-line > .line-uniq {
		width: 45%;
	}

	.file-manager > .lastfiles > .file-line > .line-size {
		width: 20%;
	}
}

.form-block.block-notify .block-content .alert,
.main-content .alert.ajx { margin-bottom: 0px; }
.main-content .alert.ajx { margin-top: 10px; }
.form-block.block-notify #close-notify { float: right; text-decoration: none; }
.main-content .alert.ajx .close-alert { float: right; text-decoration: none; margin-right: -20px; }

.centered { text-align: center; }
.ajx-l { position: absolute; margin-top: 7px; margin-left: 10px; }

.mcr-404,
.mcr-403 { text-align: center; }
.mcr-404 h3,
.mcr-403 h3 { font-size: 24px; margin-bottom: 20px; }

.form-block.static-page .block-line { margin: 0px; }

.form-block.static-page .block-footer { font-family: Hattori-Hanzo; margin: 0px 5px; font-size: 12px; color: #777; }

.form-block.static-page .block-footer a:hover { text-decoration: none; }

.form-block.static-page .block-footer div { display: inline-block; }

.form-block.static-page .block-footer .date { border-right: 1px solid #fff; padding-right: 10px; }

.form-block.static-page .block-footer .time { border-right: 1px solid #fff; border-left: 1px solid #eee; margin-left: -3px; padding: 0px 10px; }

.form-block.static-page .block-footer .readmore { float: right; border-left: 1px solid #eee; padding-left: 10px; }

.form-block.static-page .static-content { margin: 10px; font-size: 12px; word-wrap: break-word; }

.alert.alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

@media (min-width: 1200px){
	.uploader-forms .skin-uploader,
	.uploader-forms .cloak-uploader { width: 44%; }
}

@media (max-width: 1200px){
	.uploader-forms .skin-uploader,
	.uploader-forms .cloak-uploader { width: 40%; }

	.bb-panel > ul {
		display: block;
		padding: 3px;
		margin-bottom: 3px;
	}

	.bb-panel > ul > li {
		display: inline-block;
	}

}

@media (max-width: 1000px){
	body > .container { padding-bottom: 100px; }
	#js-loader { bottom: 110px; }
}

@media (min-width: 768px) and (max-width: 979px){
	.skin-block { margin: 0px; }
	.uploader-forms { display: inline-block; margin: 0px; width: 60%; }
	.uploader-forms .skin-uploader,
	.uploader-forms .cloak-uploader { margin: 0px; width: 48%; }

	/* bootstrap toolbar fix for mobile platforms */
	.btn-toolbar .btn-group{ white-space: normal; }
	.btn-toolbar .btn-group .btn { border-radius: 0px; }
	.btn-toolbar .btn-group .btn:first-child{ margin-left: -1px; }
}

@media (max-width: 979px){
	
	.mcr-debug { top: 51px; left: -400px; font-size: 12px; }
	.mcr-debug .action { left: 400px; bottom: 50%; }

}

@media (max-width: 767px){
	body > .container { padding-bottom: 80px; }
	#js-loader { bottom: 97px; }

	body > .navbar-fixed-top .form-control {
		width: 140px;
	}

	body > .navbar-fixed-top .navbar-form > .btn[type="submit"]{ display: block; width: 100%; }
}

@media (max-width: 543px){
	#navbar-footer .block-left,
	#navbar-footer .block-right {
		display: block;
		width: 100%;
		text-align: left;
	}

	body > .navbar-fixed-top .nav-item,
	body > .navbar-fixed-top .nav-link,
	body > .navbar-fixed-top .navbar-brand,
	body > .navbar-fixed-top .pull-xs-right {
		display: block;
		width: 100%;
		float: none;
		margin: 0px !important;
	}

	body > .navbar-fixed-top .pull-xs-right .btn,
	body > .navbar-fixed-top .pull-xs-right .btn-group {
		width: 100%;
	}

	body > .navbar-fixed-top .form-control {
		margin: 10px 0px;
		width: 100%;
	}

	.dropdown-submenu > .dropdown-menu {
		top: 100%;
		left: 0px;
	}
}

@media (max-width: 479px){
	
	.mcr-debug { display: block; left: -100%; width: 100%; max-width: 100%; font-size: 12px; }
	.mcr-debug .action { right: -17px; bottom: 50%; left: auto; }
	.mcr-debug.open .action { right: 0px; background-color: #fff; color: #ccc; }

	body > .container { padding-bottom: 130px; }
	#js-loader { bottom: 157px; }

	.jumbotron {
		text-align: center;
	}

	.jumbotron .display-3 {
		font-size: 30px;
	}
}


.spl-body { display: block; margin-bottom: 10px; }
.spl-body.closed { display: none; }

table.table th.action,
table.table td.action { text-align: right; }

table.table th.action input[type="checkbox"],
table.table td.action input[type="checkbox"] { margin-top: 0px; margin-left: 10px; }

.search-block > .search-block-id .search-selected { font-weight: bold; text-decoration: underline; color: #a00; }
.search-block > .search-block-id { margin-top: 10px; padding-top: 10px; border-top: 1px solid #ddd; }
.search-block > .search-block-id > .title { font-size: 14px; margin-bottom: 8px; }

.search-block > .search-block-id > .subinfo { margin-top: 8px; font-size: 12px; color: #666; }

.thumbnails > li.span12 { margin-left: 0px; }
.monitor-id > .progress { position: relative; }
.monitor-id > .progress > .stats { position: absolute; width: 100%; text-align: center; font-size: 12px; }

.monitor-id > .progress .bar {
	position: relative;
}

.qxbb-code {
	display: block;
	line-height: 24px;
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #a00;
	padding: 10px;
	line-height: 16px;
	margin: 10px;
	margin-top: 20px;
	position: relative;
	word-wrap: break-word;
	font-size: 12px;
	font-family: verdana;
}

.qxbb-code:after {
	display: block;
	position: absolute;
	top: -10px;
	right: 10px;
	background-color: #fff3f3;
	border: 1px solid #f3c7c7;
	content: "Код";
	padding: 3px 7px;
	line-height: 10px;
	border-radius: 4px;
	color: #b97676;
}

.qxbb-quote {
	position: relative;
	display: block;
	background-color: #fafafa;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-size: 12px;
	font-family: verdana;
	color: #555;
	margin: 10px;
	margin-top: 20px;
	padding: 10px;
	word-wrap: break-word;
	box-sizing: border-box;
}

.qxbb-quote:after {
	display: block;
	position: absolute;
	top: -10px;
	right: 10px;
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
	content: "Цитата";
	padding: 3px 7px;
	line-height: 10px;
	border-radius: 4px;
	color: #b1b1b1;
}

.qxbb-spoiler > .qxbb-spoiler-body {
	position: relative;
	display: none;
	background-color: #fafafa;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-size: 12px;
	font-family: verdana;
	color: #555;
	margin: 10px;
	padding: 10px;
	word-wrap: break-word;
	box-sizing: border-box;
}

.qxbb-spoiler > .qxbb-spoiler-body:after {
	display: block;
	position: absolute;
	top: -10px;
	right: 10px;
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
	content: "Спойлер";
	padding: 3px 7px;
	line-height: 10px;
	border-radius: 4px;
	color: #b1b1b1;
}

.qxbb-quote > .qxbb-quote-info {
	position: absolute; 
	top: -10px;
	left: 10px;
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
	padding: 3px 7px;
	line-height: 10px;
	border-radius: 4px;
	color: #b1b1b1;
}

.qxbb-code > .qxbb-code-info {
	position: absolute; 
	top: -10px;
	left: 10px;
	background-color: #fff3f3;
	border: 1px solid #f3c7c7;
	padding: 3px 7px;
	line-height: 10px;
	border-radius: 4px;
	color: #b97676;
}

.qxbb-iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.qxbb-iframe-wrapper > .qxbb-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.qxbb-left { text-align: left; }
.qxbb-center { text-align: center; }
.qxbb-right { text-align: right; }

.spl-block > .spl-btn {
	margin: 10px;
	cursor: pointer;
	outline: none;
	padding: 5px 10px;
	background-color: #fffbed;
	border: 1px solid #ebdfb4;
	color: #a5914b;
	border-radius: 4px;
}

.spl-block > .spl-body {
	display: none;
	margin: 0px 10px 10px 10px;
	background-color: #fffbed;
	border: 1px dashed #ebdfb4;
	padding: 10px;
	border-radius: 4px;
	font-size: 12px;
	box-sizing: border-box;
	color: #a5914b;
}

.qxbb-offtop {
	color: #c8c8c8;
	margin: 0px 3px;
}

.qxbb-offtop:before {
	content: "×";
	margin: 0px 3px;
}

.qxbb-line {
	border: 0px;
	margin: 20px 10px;
	display: block;
	height: 1px;
	background-color: #a4a4a4;
	border-bottom: 1px solid #c1c1c1;
}

.qxbb-spoiler > .qxbb-spoiler-body {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 15px;
}

.icon_status_on,
.icon_status_off {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: url('../img/status.png') no-repeat top left;
}

.icon_status_off {
	background-position: top right;
}

.cpp-modal .modal-body {
	overflow-y: visible;
}

.cpp {
	height: 34px !important;
}

.minicolors-swatch {
	top: 8px !important;
}

.input-block-level.bb-input {
	width: 100% !important;
	max-width: 100% !important;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	word-wrap: break-word;
}