* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
	vertical-align: baseline
}
:focus {
	outline: none
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none
}
.clear {
	clear: both
}
.table {
	display: table
}
.middle {
	vertical-align: middle
}
.top{
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.center {
	text-align: center
}
.right {
	float: right
}
.left {
	float: left
}
.white{
	color: #fff;
}

.whitebg {
	background: #fff;
}

.inline {
	display: inline-block;
}

@font-face {
	font-family: "Poiret One";
	src: local("Poiret One"), url(../fonts/PoiretOne-Regular.ttf);
}

@font-face {
	font-family: "Open Sans";
	src: local("Open Sans"), url(../fonts/opensans.ttf);
}

html {
	text-rendering: optimizelegibility;
	font: normal 16px/1.5 "Open Sans", sans-serif;
	overflow-x: hidden;
	min-height: 100%;
	background: url(../images/bg.png) fixed;
	color: #4e4e4e;
}

body {
	margin: auto;
	height: 100%;
	min-height: 100%;
}

table {
	border-collapse: collapse;
}

b, strong {
	font-weight: bold;
}

th {
	text-align: center;
	font-weight: bold;
	border: 1px solid #fff;
}

.noborder, .noborder td {
	border: none !important;
}

.catalog {
	text-align: center;
}

.catalog a {
	text-decoration: none;
	border: none !important;
}

.catalog img {
	width: 160px;
	height: 160px;
	box-shadow: 0 0 3px #000;
}

.catalog td {
	border-right: 1px solid #945B1D !important;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
	font-size: 16px;
	padding: 5px !important;
}

.catalog td:last-child {
	border-right: none !important;
}

.catalog tr:nth-child(4n+4) {
	border-bottom: 1px solid #945B1D !important;
	padding: 0 0 20px 0;
	box-shadow: 0 4px 5px #000;
}

.catalog tr:nth-child(4n+4)+tr td {
	padding: 30px 5px 5px 5px !important;
}

.readmore, .readmore a {
	text-align: right !important;
	font-style: italic;
	font-size: 16px;
}

.readmore a:hover {
	text-shadow: 0 0 5px #fff;
	transition: text-shadow .5s;
}

.back {
	color: #000;
	padding: 0 30px;
	float: right;
	cursor: pointer;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	border-radius: 10px;
	font-style: italic;
	font-size: 14px;
	box-shadow: 0 0 4px #000;
}

.bgvideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -9999;
}

.heading {
	width: 600px;
/*	border: 3px solid #bfffdc;*/
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin: 10px auto 20px auto;
	text-align: center;
	padding: 30px;
	text-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
	font-family: "Poiret One";
	background: rgba(245,158,14,.3);
}

.block {
	padding: 20px;
	margin: 0 0 20px 0;
}

.shadow {
	box-shadow: 1px 1px 5px #000, inset 1px 1px 1px #000;
}

.tshadow {
	text-shadow: 1px 1px 5px #000;
}
.blackbg {
	background: rgba(255,255,255,.7);
}
.whitebg {
	background: rgba(255,255,255,.4);
}
.content h1 {
	font-family: "Poiret One";
	font-size: 40px;
	font-weight: bold;
	background: #fff;
	text-align: center;
/*	position: fixed;*/
	width: 100%;
	border-top: 5px solid #00bfff;
	color: #00bfff;
/*	min-height: 160px;*/
}
.content ul {
	margin: 10px 0 0 30px;
	list-style: none;
}

.content ul li:before {
	content: "✅";
	font-size: 20px;
	margin: 0 10px 0 0;
	font-weight: bold;
}

content i {
	font-style: italic;
}

ol {
	list-style: none;
	counter-reset: li; 
}

ol li:before {
	counter-increment: li; 
	content: counters(li,".") ". "; 
}

li ol {
	position: relative;
  left: 20px;
}

.article-info {
	padding: 0 0 20px 0;
	color: #fff;
}

/*.content h1:after, hr:after {
	content: url(../images/hright.png);
}

.content h1:before, hr:before {
	content: url(../images/hleft.png);
}*/

hr {
	margin: 20px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.content h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 10px auto 20px auto;
	text-align: center;
	font-family: "Poiret One";
	line-height: 1.5;
	background: #00bfff;
	color: #fff;
}

.content h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0 30px 0;
	color: #707070;
}

.content p {
	text-indent: 30px;
}

.content a {
	text-decoration: none;
	border-bottom: solid 1px;
	transition: border .5s;
}

.content a:hover {
	border: none;
}

.content img {
	padding: 10px;
}

.content img+p {
	margin: 0 0 0 20px;
}

/*.content table, .content table tr {
	width: 100%;
}*/
.content table td {
	border: 1px solid #fff;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
}

.content table th {
	vertical-align: middle;
}

.menu {
	margin: 15px 0 0 0;
}

.menu a {
	border-top: 2px solid #00bfff;
	color: #00bfff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 20px 5px;
	font-family: "Poiret One", sans-serif;
	background: transparent;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

/*.menu a:hover {
	background: #F59E0E;
	color: #000;
	text-shadow: 1px 1px 5px #fff;
}*/

.current a, .menu a:hover {
	box-shadow: inset -7px 0 0 #00bfff;
}

.left-col {
	width: 20%;
	min-height: 100%;
	height: 100%;
	float: left;
	text-align: center;
	background: #fff;
	border-top: 5px solid #00bfff;
}

.left-content {
	min-height: 100%;
	height: 100%;
}

.logo {
	display: inline-block;
	background: url(../images/logo.png) no-repeat;
	width: 210px;
	height: 181px;
	margin: 20px 0 0 14%;
	background-size: cover;
}

.label {
	background: url(../images/label.png) no-repeat;
	width: 150px;
	height: 89px;
	position: absolute;
	top: 0;
	right: 0;
}

.left-col p {
	font-size: 20px;
	font-style: italic;
	font-family: "Poiret One", sans-serif;
	font-weight: bold;
}

.contacts {
	font-size: 20px;
	font-weight: bold;
	font-family: "Poiret One", sans-serif;
	padding: 20px 10px;
	text-align: left;
	margin: 10px 0 0 0;
}

.contacts a {
	text-decoration: none;
	color: #4e4e4e;
}

.callback {
	margin: 20px 0 0 0;
}

.callback button {
	border: 1px solid #000 !important;
	color: #fff !important;
	padding: 10px !important;
	text-transform: none !important;
	font-size: 20px;
	border: none !important;
}

.callback button:hover {
	background: #00bfff !important;
	border-color: transparent !important;
	color: #000 !important;
}

.right-col {
	float: left;
	min-height: 100%;
	width: 80%;
}

.advantages {
	text-align: center;
	width: 100%;
}

.advantage {
	float: left;
	width: 18%;
	margin: 0 10px 0 0;
}

.advantage:nth-child(5) {
	margin: 0;
}

.advantage p {
	text-indent: 0;
	margin: 10px 0 0 0;
}

.advantages-icon-1, .advantages-icon-2, .advantages-icon-3, .advantages-icon-4, .advantages-icon-5 {
	width: 200px;
	height: 200px;
	text-align: center;
	display: inline-block;
}

.advantages-icon-1 {
	background: url(../images/advantages/01.png) no-repeat;
}

.advantages-icon-2 {
	background: url(../images/advantages/02.png) no-repeat;
}

.advantages-icon-3 {
	background: url(../images/advantages/03.png) no-repeat;
}

.advantages-icon-4 {
	background: url(../images/advantages/04.png) no-repeat;
}

.advantages-icon-5 {
	background: url(../images/advantages/05.png) no-repeat;
}

footer {
	background: #00bfff;
	height: 25px;
	text-align: center;
	color: #fff;
	padding: 1px 0 0 0;
	position: fixed;
	width: 100%;
	bottom: 0;
	font-size: 12px;
}

.footer {
	height: 27px;
}

@keyframes stock {
	0% {
				color: #fff
		}
		25% {
			color: #1ab895
		}
		75% {
				color: #fff
		}
		100% {
				color: #1ab895
		}
}
@-webkit-keyframes stock {
	0% {
				color: #fff
		}
		25% {
			color: #1ab895
		}
		75% {
				color: #fff
		}
		100% {
				color: #1ab895
		}
}
.stock {
		color: #bf0f0f;
		font-weight: bold;
		text-align: center;
		animation: stock 5s;
		-webkit-animation: stock 5s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		animation-delay: .5s;
		-webkit-animation-delay: .5s;
		padding: 30px 0;
}

.edit-icon {
	bottom: 100px;
	right: 100px;
	cursor: pointer;
	list-style: none;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		background-color: #fff;
		border: 1px solid #ccc;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		-webkit-transition: border linear .2s, box-shadow linear .2s;
		-moz-transition: border linear .2s, box-shadow linear .2s;
		-o-transition: border linear .2s, box-shadow linear .2s;
		transition: border linear .2s, box-shadow linear .2s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		display: inline-block;
		height: 18px;
		padding: 4px 6px;
		margin-bottom: 9px;
		font-size: 13px;
		line-height: 18px;
		color: #555;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		vertical-align: middle;
}
.input-xxlarge {
		width: 530px;
}

.control-label {
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

.controls {
	display: inline-block;
}

.btn a {
	color: #3071a9;
	text-decoration: none;
	border: none;
	display: inline-block;
}

.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 11px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0 6px;
	font-size: 9.75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #1d6cb0;
	background-image: -moz-linear-gradient(top,#2384d3,#15497c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#2384d3),to(#15497c));
	background-image: -webkit-linear-gradient(top,#2384d3,#15497c);
	background-image: -o-linear-gradient(top,#2384d3,#15497c);
	background-image: linear-gradient(to bottom,#2384d3,#15497c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2384d3', endColorstr='#ff15497c', GradientType=0);
	border-color: #15497c #15497c #0a223b;
	*background-color: #15497c;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #15497c;
	*background-color: #113c66;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #0e2f50 \9;
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #e48806;
	background-image: -moz-linear-gradient(top,#f89406,#c67605);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f89406),to(#c67605));
	background-image: -webkit-linear-gradient(top,#f89406,#c67605);
	background-image: -o-linear-gradient(top,#f89406,#c67605);
	background-image: linear-gradient(to bottom,#f89406,#c67605);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#ffc67604', GradientType=0);
	border-color: #c67605 #c67605 #7c4a03;
	*background-color: #c67605;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #fff;
	background-color: #c67605;
	*background-color: #ad6704;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #945904 \9;
}
.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #ad312b;
	background-image: -moz-linear-gradient(top,#bd362f,#942a25);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#bd362f),to(#942a25));
	background-image: -webkit-linear-gradient(top,#bd362f,#942a25);
	background-image: -o-linear-gradient(top,#bd362f,#942a25);
	background-image: linear-gradient(to bottom,#bd362f,#942a25);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ff942a24', GradientType=0);
	border-color: #942a25 #942a25 #571916;
	*background-color: #942a25;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #fff;
	background-color: #942a25;
	*background-color: #802420;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #6b1f1b \9;
}
.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #409740;
	background-image: -moz-linear-gradient(top,#46a546,#378137);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#46a546),to(#378137));
	background-image: -webkit-linear-gradient(top,#46a546,#378137);
	background-image: -o-linear-gradient(top,#46a546,#378137);
	background-image: linear-gradient(to bottom,#46a546,#378137);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46a546', endColorstr='#ff368136', GradientType=0);
	border-color: #378137 #378137 #204b20;
	*background-color: #378137;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #fff;
	background-color: #378137;
	*background-color: #2f6f2f;
}
.btn-success:active,
.btn-success.active {
	background-color: #285d28 \9;
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #2b89a4;
	background-image: -moz-linear-gradient(top,#2f96b4,#24748c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#2f96b4),to(#24748c));
	background-image: -webkit-linear-gradient(top,#2f96b4,#24748c);
	background-image: -o-linear-gradient(top,#2f96b4,#24748c);
	background-image: linear-gradient(to bottom,#2f96b4,#24748c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff24748b', GradientType=0);
	border-color: #24748c #24748c #15424f;
	*background-color: #24748c;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #fff;
	background-color: #24748c;
	*background-color: #1f6377;
}
.btn-info:active,
.btn-info.active {
	background-color: #1a5363 \9;
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top,#444,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image: -webkit-linear-gradient(top,#444,#222);
	background-image: -o-linear-gradient(top,#444,#222);
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222 #222 #000000;
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #fff;
	background-color: #222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #3071a9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
	color: #1f496e;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
	color: #333;
	text-decoration: none;
}
.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	font-size: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-mini {
	font-size: 9.75px;
}
.btn-group > .btn-small {
	font-size: 12px;
}
.btn-group > .btn-large {
	font-size: 16.25px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #15497c;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #c67605;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #942a25;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #378137;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #24748c;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 0;
}
.btn-large .caret {
	margin-top: 6px;
}
.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
	margin-top: 8px;
}
.dropup .btn-large .caret {
	border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.btn-group-vertical {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btn-group-vertical > .btn {
	display: block;
	float: none;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.nav-tabs, .dropdown-toggle, #publishing, #language, #metadata, #editor-xtd-buttons-jform_articletext {
	display: none;
}

.login {
	margin: auto;
	width: 300px;
	background: rgba(18,12,08,.7);
	padding: 30px;
	text-align: center;
}

.profile {
	margin: auto;
	width: 600px;
	background: rgba(18,12,08,.7);
	padding: 30px;
	color: #fff;
}

.login-description {
	color: #fff;
}

.slideplus-caption {
	font-size: 12px;
	line-height: 1;
}

.slideplus-slot a {
	border:none;
}



@media screen and (max-width:1000px) {
	.block {
		width: 100%;
	}

	img.image {
		width: 100%;
	}

	.none {
		display: none;
	}

	.contacts {
		padding: 10px 0;
		font-size: 16px;
	}

}

@media screen and (max-width:1400px) {
.advantages-icon-1, .advantages-icon-2, .advantages-icon-3, .advantages-icon-4, .advantages-icon-5 {
	background-size: 80%;
}
}

@media screen and (max-width:1100px) {
	.label {
		display: none;
	}

	.logo {
		background-size: 75%;
}
	.contacts span {
		font-size: 16px;
	}

	.advantages-icon-1, .advantages-icon-2, .advantages-icon-3, .advantages-icon-4, .advantages-icon-5 {
	background-size: 60%;
}

	.advantage p {
		margin: 0;
	}

}

/*.page-header {
	margin: 0 0 100px 0;
}*/

table#miyazaki { 
	margin: 0 auto;
	border-collapse: collapse;
	font-weight: 100; 
	background: #333;
	color: #fff;
	border-radius: 5px; 
}
table#miyazaki caption { 
	font-size: 2rem;
	color: #444;
}

table#miyazaki tbody td { 
	color: #444;
	background: #eee; 
}

@media screen and (max-width: 600px) {
	table#miyazaki thead { display: none; }
	table#miyazaki tbody td { 
		display: block; padding: .6rem; 
	}
	table#miyazaki tbody tr td:first-child { 
		background: #666;
		color: #fff; 
	}
	table#miyazaki tbody td:before { 
		content: attr(data-th); 
		font-weight: bold;
		display: inline-block;
		width: 6rem;  
	}
	table#miyazaki {
		font-weight: 800;
	}
}
