
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.70 06.08.13
Num:      703
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #02000a;
	height: 100%;
	color: #747378;
	font-size: 12px;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #05C;
	text-decoration: underline;
}
a:visited {
}
a:hover, a:hover:visited {
	text-decoration: none;
}
a:active {
}
.nu a:hover, a.nu:hover {
	text-decoration: underline;
}
.nu a, a.nu {
	text-decoration: none;
}
a.link_dashed, .link_dashed a {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.link_dashed:hover, .link_dashed a:hover {
	border: 0;
	text-decoration: none;
}
.h1 {
	position: relative;
	background: #900 url(../images/pic3.png) repeat-x;
	font-family: 'play-regular';
	font-size: 17px;
	font-size: 1.7rem;
	color: #f8f8f8;
	margin: 0 0 41px;
	padding: 7px 22px;
	display: inline-block;
}
.h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 0.83em;
}
.h3 {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	margin: 0 0 1em;
}
.h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1.33em;
}
.h5 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 1.67em;
}
.h6 {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 2.33em;
}
/*colors*/
/*end colors*/
/*fonts*/

@font-face {
	font-family: 'play-bold';
	src: url('../fonts/play-bold.eot');
	src: url('../fonts/play-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/play-bold.svg') format('svg'), url('../fonts/play-bold.woff') format('woff'), url('../fonts/play-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'play-regular';
	src: url('../fonts/play-regular.eot');
	src: url('../fonts/play-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/play-regular.svg') format('svg'), url('../fonts/play-regular.woff') format('woff'), url('../fonts/play-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.f-10 {
	font-size: 10px;
	font-size: 1rem;
}
.f-11 {
	font-size: 11px;
	font-size: 1.1rem;
}
.f-12 {
	font-size: 12px;
	font-size: 1.2rem;
}
.f-13 {
	font-size: 13px;
	font-size: 1.3rem;
}
.f-14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.f-15 {
	font-size: 15px;
	font-size: 1.5rem;
}
.f-16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.f-17 {
	font-size: 17px;
	font-size: 1.7rem;
}
.f-18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.f-20 {
	font-size: 20px;
	font-size: 2rem;
}
/*end fonts*/
/*forms fields*/
.field {
	border: 1px solid #ddd;
	padding: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.field:focus {
	border-color: #51cbee;
	-webkit-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
	-moz-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
	box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
}
.field:-moz-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
.field::-moz-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
.field::-webkit-input-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
.field:-ms-input-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
.field.placeholder {
	color: gray;
	font-style: italic;
}
.field.field_error {
	border-color: red;
}
.parent_field_error {
	display: inline-block;
	padding: 0 1px;
	vertical-align: top;
}
.error_message {
	display: block;
	color: red;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
.correct_message {
	display: block;
	color: green;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
/*end forms fields*/
/*over blocks*/
.o {
	overflow: hidden;
}
.cx:before, .cx:after {
	content: "";
	display: table;
}
.cx:after {
	clear: both;
}
.ct {
	display: table;
}
.ct:after {
	content: '. . . . . . . . . . .';
	display: block;
	word-spacing: 99in;
	height: 0;
	overflow: hidden;
	font-size: 0.05em;
	line-height: 0.05em;
}
/*end over blocks*/
/*other*/
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	margin: 0 0 20px;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 1px solid #ffffff;
	border-color: rgba(255, 255, 255, 0.39);
}
::-moz-selection {
 background-color: rgba(255, 0, 0, 0.5);
 color: #fff;
 text-shadow: none;
}
::selection {
	background-color: rgba(255, 0, 0, 0.5);
	color: #fff;
	text-shadow: none;
}
img::-moz-selection {
 background-color: transparent;
 -moz-box-shadow: none;
}
img::selection {
	background-color: transparent;
	box-shadow: none;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
	position: relative;
	min-width: 1000px;
	margin: auto;
	min-height: 100%;
	z-index: 1;
	overflow: hidden;
}
.mbg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -800px;
	width: 1900px;
	height: 1334px;
	background: url(../images/bg.jpg) no-repeat;
	z-index: -1;
}
.inner {
	width: 1000px;
	margin: 0 auto 110px;
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.main_page .header {
	height: 644px;
}
.header {
	position: relative;
	height: 320px;
}
.main_page .logo {
	top: 211px;
	left: 24px;
	background: url(../images/logo.png) no-repeat;
}
.main_page .logo .link {
	width: 478px;
	height: 330px;
}
.logo {
	position: absolute;
	top: 34px;
	left: 0;
	background: url(../images/logo_1.png) no-repeat;
}
.logo .link {
	width: 141px;
	height: 99px;
	display: block;
}
.box_1 {
	position: absolute;
	top: 255px;
	left: 574px;
	padding: 100px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.19);
	border-top-color: rgba(255, 255, 255, 0.19);
}
.box_1 .slogan {
	padding: 0 0 0 14px;
	width: 414px;
	border-left: 2px solid #b60002;
	font-family: 'play-regular';
	font-size: 23px;
	color: #fafafa;
}
.main_page .contacts {
	left: 0;
}
.contacts {
	position: absolute;
	top: 50px;
	left: 227px;
	background: url(../images/pic1.png) no-repeat 0 5px;
	padding-left: 41px;
	font-family: 'play-regular';
	font-size: 24px;
	color: #fefefe;
	line-height: 1.3;
}
.contacts .link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #fefefe;
}
.nav ul.list {
	text-align: right;
}
.nav ul.list li.item {
	border-left: 1px solid #4a454c;
}
.nav ul.list li.item:first-child {
	border: 0;
}
.nav ul.list li.item .link {
	color: #fefefe;
	display: block;
	padding: 60px 25px 8px 25px;
	text-decoration: none;
	margin-left: -1px;
}
.nav ul.list li.item:hover .link, .nav ul.list li.active .link {
	background: url(../images/pic2.png) repeat-x;
	margin-left: -1px;
}
ul.list_1 {
	margin-top: 114px;
	padding: 26px 0 26px 55px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.19);
	border-top-color: rgba(255, 255, 255, 0.19);
}
ul.list_1 li.item {
	padding: 0 23px;
	border-left: 2px solid #b60002;
	line-height: 2;
}
ul.list_1 li.item:first-child {
	border: 0;
}
ul.list_1 li.item .link {
	font-family: 'play-regular';
	font-size: 23px;
	color: #fafafa;
	text-decoration: none;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
	width: 281px;
	position: relative;
	float: left;
	margin-right: 86px;
}
.box_7 {
	margin-top: 40px;
	font-size:11px;
}
.box_7 ul.list li.item {
	margin-bottom: -30px;
}
.box_7 ul.list .link {
	color: #fefefe;
	text-decoration: none;
	display: table;
	width: 180px;
	height: 208px;
}
.box_7 ul.list .link:hover {
	text-decoration: underline;
}
.box_7 ul.list .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.box_7 ul.list li.item_1 {
	background: url(../images/pic14.png) no-repeat;
	width: 180px;
	height: 208px;
}
.box_7 ul.list li.item_2 {
	margin-left: 100px;
	background: url(../images/pic15.png) no-repeat;
	width: 180px;
	height: 208px;
}
.box_7 ul.list li.item_3 {
	background: url(../images/pic17.png) no-repeat;
	width: 180px;
	height: 208px;
}
.box_7 ul.list li.item_4 {
	margin-left: 100px;
	background: url(../images/pic18.png) no-repeat;
	width: 180px;
	height: 208px;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
	position: relative;
	overflow: hidden;
}
.main_page .content {
	overflow : visible;
}
.main_page .content:before, .main_page .content:after {
	content: "";
	display: table;
}
.main_page .content:after {
	clear: both;
}
.box_2 {
	width: 456px;
	padding: 53px 0;
	margin-top: 78px;
	border-top: 1px solid #6e6371;
	border-bottom: 1px solid #646369;
	border-bottom-color: rgba(255, 255, 255, 0.39);
	border-top-color: rgba(255, 255, 255, 0.39);
	float: left;
}
.h1 .fig {
	position: absolute;
	bottom: -15px;
	left: 0;
	background: url(../images/pic4.png) no-repeat;
	width: 15px;
	height: 15px;
}
.more {
	display: inline-block;
	margin-top: 15px;
	padding: 7px 16px;
	background: #29051e;
	color: #fefdfd;
	text-decoration: none;
}
.box_3 {
	position: relative;
	width: 463px;
	float: right;
}
.box_3 .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.box_3 .link {
	font-size:11px;
	color: #fefefe;
	text-decoration: none;
	display: table;
	width: 180px;
	height: 208px;
}
.box_3 .link:hover {
	text-decoration: underline;
}

.box_3 ul.list li.item_logo {

    background: url(../images/pic16.png) no-repeat;
    width: 170px;
    height: 196px;
    margin-left: 105px;
    margin-right: 40px;
}

.box_3 ul.list {
}

.box_3 ul.list li.item_1 {

    background: url(../images/pic17.png) no-repeat;
    width: 180px;
    height: 208px;
    margin-top: -37px;
    margin-left: 0;
}
.box_3 ul.list li.item_2 {
	background: url(../images/pic14.png) no-repeat;
	width: 180px;
	height: 208px;
    margin-top: -37px;
    margin-left: 19px;
}


.box_3 ul.list li.item_3 {
    background: url(../images/pic15.png) no-repeat;
	width: 180px;
	height: 208px;
    margin-top: -37px;
    margin-left: 103px;
}
.box_3 ul.list li.item_4 {
	background: url(../images/pic17.png) no-repeat;
	width: 180px;
	height: 208px;
    margin-top: -37px;
    margin-left: 19px;
    margin-right: -20px;
}
.box_3 ul.list li.item_5 {
	background: url(../images/pic18.png) no-repeat;
	width: 180px;
	height: 208px;
    margin-top: -37px;
    margin-left: 0;
}

.box_3 ul.list li.item_6 {
    background: url(../images/pic14.png) no-repeat;
    width: 180px;
    height: 208px;
    margin-top: -37px;
    margin-left: 19px;
}
ul.crumbs {
	margin-bottom: 20px;
}
ul.crumbs li.item {
	padding: 0 0 11px 17px;
	background: url(../images/pic13.png) no-repeat 7px 1px;
	line-height: 1;
	font-size: 11px;
	color: #937377;
}
ul.crumbs li.item:first-child {
	padding-left: 0;
	background: none;
}
ul.crumbs .link {
	color: #937377;
}
ul.list_2 {
	font-size:11px;
	margin: 57px 0 104px 0;
    text-align: center;
}
ul.list_2 li.item {
	margin-left: 15px;
}
ul.list_2 li.item:first-child {
	margin-left: 0;
}
ul.list_2 .link {
	color: #fefefe;
	text-decoration: none;
	display: table;
	width: 180px;
	height: 208px;
}
ul.list_2 .link:hover {
	text-decoration: underline;
}
ul.list_2 .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
ul.list_2 li.item_1 {
	background: url(../images/pic14.png) no-repeat;
	width: 180px;
	height: 208px;
}
ul.list_2 li.item_2 {
	background: url(../images/pic15.png) no-repeat;
	width: 180px;
	height: 208px;
}
ul.list_2  li.item_logo {
    background: url(../images/pic16.png) no-repeat;
    width: 170px;
    height: 196px;
}
ul.list_2 li.item_3 {
	background: url(../images/pic15.png) no-repeat;
	width: 180px;
	height: 208px;
}
ul.list_2 li.item_4 {
	background: url(../images/pic17.png) no-repeat;
	width: 180px;
	height: 208px;
}
ul.list_2 li.item_5 {
	background: url(../images/pic18.png) no-repeat;
	width: 180px;
	height: 208px;
}
.box_4 {
	width: 456px;
	padding: 52px 0 33px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.39);
	border-top-color: rgba(255, 255, 255, 0.39);
	float: left;
}
.box_4 .h1 {
	padding-right: 73px
}
.box_4 li.item {
	margin-top: 32px;
}
.box_4 li.item:first-child {
	margin-top: 0;
}
.box_4 .date {
	margin-bottom: 9px;
}
.box_4 .link {
	color: #ffffff;
}
.box_5 {
	border-top: 1px solid #ffffff;
	border-top-color: rgba(255, 255, 255, 0.39);
	padding: 52px 0 0 0;
	width: 466px;
	float: right;
	color: #747378;
}
.box_6 {
	position: relative;
	margin-top: 32px;
}
.fig_1 {
	position: absolute;
	
	right: -75px;
}
.fig_1 .fig_2 {
	position: absolute;
	top: 6px;
	right: 237px;
	background: url(../images/pic20.png) no-repeat;
	width: 42px;
	height: 67px;
}
.box_6 .btn {
	position: absolute;
	top: 37px;
	left: 0;
	padding: 11px 21px;
	background: #29051e;
	font-family: 'play-regular';
	font-size: 23px;
	color: #f8f8f8;
	z-index: 1;
	text-decoration: none;
}
.box_6 .btn:hover {
	text-decoration: underline;
}
ul.list_4 {
	margin-top: 6px;
	color: #967378;
}
ul.list_4 li.item {
	margin-bottom: 18px;
}
ul.list_4 .fig {
	float: left;
	margin-right: 19px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #02000a;
}
ul.list_4 .fig .img {
	border: 1px solid #a88c91;
	vertical-align: top;
}
ul.list_4 .price {
	float: right;
	padding: 3px 26px;
	background: url(../images/pic22.png) repeat-x;
	font-family: 'play-regular';
	font-size: 17px;
	color: #f8f8f8;
	margin-bottom: 11px;
}
ul.list_4 .link {
	font-size: 15px;
	color: #ffffff;
	margin: 11px 0 16px 0;
	display: block;
}
ul.pages {
	margin-bottom: 50px;
}
ul.pages li.item {
	margin-right: 2px;
	font-size: 15px;
	color: #ffffff;
}
ul.pages li.item a.link {
	color: #ffffff;
	padding: 5px 8px;
	display: block;
}
ul.pages li.active {
	background: url(../images/pic23.png) repeat-x;
	padding: 5px 8px;
	text-decoration: none;
}
.fig_3 {
	float: left;
	margin: 0 19px 17px 0;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #02000a;
}
.fig_3 .img {
	border: 1px solid #a88c91;
	vertical-align: top;
}
.price_1 {
	padding: 3px 26px;
	background: #ae0002;
	background: rgba(174, 0, 2, 0.30);
	font-family: 'play-regular';
	font-size: 17px;
	color: #f8f8f8;
	display: inline-block;
}
.btn_1 {
	float: right;
	padding: 3px 43px 3px 26px;
	background: url(../images/pic22.png) repeat-x;
	font-family: 'play-regular';
	font-size: 17px;
	color: #f8f8f8;
	text-decoration: none;
	display: inline-block;
}
.back {
	padding: 9px 28px;
	background: #29051e;
	text-decoration: none;
	color: #fefdfd;
	display: inline-block;
	margin-bottom: 66px;
}
.field {
	line-height: 1;
	padding: 6px 5px;
	border-radius: 4px;
}
.h-90 {
	height: 90px;
}
.captcha {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.captcha img {
	max-width: 100%;
	vertical-align: middle;
}
.label {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}
.star {
	background: url(../images/pic26.png) no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
}
.button {
	border: 0;
	margin: 6px 0 0 261px;
	text-decoration: none;
	background: url(../images/pic22.png) repeat-x;
	border-radius: 4px;
	padding: 7px 14px;
	color: #ffffff;
}
.modal {
	position: fixed;
	z-index: 1000;
	color: #767676;
}
.modal__inner {
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.modal, .modal__bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.modal__horisontal_inner {
	display: table;
	height: 100%;
	margin: auto;
}
.modal__vertical_inner {
	display: table-cell;
	vertical-align: middle;
}
.modal__bg {
	background: #000;
	opacity: 0.5;
	position: absolute;
	z-index: -1;
}
.ie8 .modal__bg {
	filter: alpha(opacity= 50 );
}
.modal__content {
	background: #fff;
	padding: 25px 25px 25px 25px;
	position: relative;
}
.modal__close_btn {
	position: absolute;
	top: 32px;
	right: 17px;
	line-height: 24px;
	font-size: 11px;
	color: #888888;
}
.modal__content .h1 {
	margin: 0 0 20px 0;
	padding-left: 0;
	font-size: 17px;
	color: #3f261e;
	background: none;
}
.modal__content .label {
	text-align: right;
	vertical-align: middle;
}
.lightbox__title {
	font-size: 17px;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding-right: 70px;
	color: #3f261e;
}
.lightbox__prev, .lightbox__next {
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.lightbox__next {
	left: auto;
	right: 0;
}
.line_1 {
	clear: both;
	border-top: 1px solid #ffffff;
	border-color: rgba(255, 255, 255, 0.39);
	width: 460px;
}
.promo {
	clear: both;
	padding: 38px 97px 46px 0;
	font-size: 11px;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 110px;
	background: #02000a;
	border-top: 1px solid #ffffff;
	border-top-color: rgba(255, 255, 255, 0.25);
}
.footer .in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
}
.company {
	position: absolute;
	top: 50px;
	left: 0;
}
.developer {
	position: absolute;
	top: 43px;
	left: 332px;
}
.developer .link {
	color: #ffffff;
	text-decoration: none;
	background: url(../images/pic11.png) no-repeat 100% 0;
	padding-right: 86px;
	line-height: 3;
	display: block;
}
.counter {
	position: absolute;
	top: 45px;
	right: 0;
	overflow: hidden;
}
.counter .item {
	float: left;
	padding-left: 16px;
}
/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 480px) {
}
/* small screens (landscape) */
@media only screen and (min-width: 321px) {
}
/* small screens (portrait) */
@media only screen and (max-width: 320px) {
}
/* medium small screens */
@media only screen and (max-width: 480px) {
}
/* medium screens (excludes iPad & iPhone) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
}
/* ipads (portrait and landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}
/* ipads (landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}
/* ipads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}
/* medium large screens */
@media only screen and (min-width: 1444px) and (max-width: 1824px) {
}
/* large screens */
@media only screen and (min-width: 1824px) and (max-width: 2224px) {
}
/* extra large screens */
@media only screen and (min-width: 2224px) {
}
/* iphone 4 and high pixel ratio (1.5+) devices */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
}
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
}
/* print media */
@media print {
* {
	color: black !important;
	background: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	float: none !important;
	clear: none !important;
}
html,  body,  article,  header,  section,  footer,  aside,  div {
	width: 100% !important;
}
a,  a:link,  a:visited,  a:hover,  a:active,  abbr,  acronym {
	text-decoration: none;
	border-bottom: 0 none;
}
h1,  h2,  h3,  h4,  h5,  h6,  p,  li {
	page-break-inside: avoid;
	orphans: 3;
	widows: 3;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	page-break-after: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
nav {
	display: none;
}
}
