/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 26.10.15 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700&subset=latin,cyrillic);
@import url("modals/rotate_bottom.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: #fff;
	height: 100%;
	color: #565656;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #576e83;
	text-decoration: underline;
}
a:hover, a:hover:visited {
	text-decoration: none;
}
.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;
	font-family: 'Cuprum', sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #3c474d;
	margin: 0 0 16px;
	padding: 0 0 5px;
	line-height: 1.1;
}
.h1:before {
	content: "";
	border-top: 2px solid #60a9e8;
	width: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main_page .h2 {
	margin: 0 0 36px;
	padding: 0 0 6px;
	font-family: 'Arimo', sans-serif;
	color: #3c474d;
}
.h2 {
	position: relative;
	font-family: 'Cuprum', sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #4376a5;
	margin: 0 0 41px;
	padding: 0 0 5px;
	line-height: 1.1;
}
.h2:before {
	content: "";
	border-top: 2px solid #60a9e8;
	width: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.h3 {
	position: relative;
	font-family: 'Cuprum', sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #3c474d;
	margin: 0 0 27px;
	padding: 0 0 5px;
	line-height: 1.1;
}
.h3:before {
	content: "";
	border-top: 2px solid #60a9e8;
	width: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.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*/
.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 {
	background: #edf1f3;
	border-radius: 3px;
	border: none;
	padding: 11px 13px;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}
.field:focus {
	border-color: #51cbee;
	-webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
	box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}
 .field:-moz-placeholder {
 opacity: 1;
 font-size:14px;
 color: #767e81;
 font-style: italic;
}
 .field::-moz-placeholder {
 opacity: 1;
 font-size:14px;
 color: #767e81;
 font-style: italic;
}
 .field::-webkit-input-placeholder {
 opacity: 1;
 font-size:14px;
 color: #767e81;
 font-style: italic;
}
 .field:-ms-input-placeholder {
 opacity: 1;
 font-size:14px;
 color: #767e81;
 font-style: italic;
}
.field.placeholder {
	font-size: 14px;
	color: #767e81;
	font-style: italic;
}
.field.invalid {
	background: #f2dddd;
	border: 2px solid #da5555;
}
.parent_field {
	display: inline-block;
	vertical-align: top;
}
.invalid_message {
	display: block;
	color: red;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
.valid_message {
	display: none;
	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;
	box-sizing: content-box;
	border: 0;
	margin: 0 0 10px;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 1px solid #a5b136;
}

::-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 {
	min-width: 1000px;
	min-height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.main_page .promo_fig {
	height: 564px;
}
.promo_fig {
	background: url(../images/pic10.jpg) no-repeat;
	width: 2000px;
	height: 224px;
	margin-left: -1000px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -3;
}
.inner {
	width: 1000px;
	margin: auto;
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
	padding: 80px 0 0;
	position: relative;
}
.contacts {
	background: #fff;
	padding: 4px 19px 7px;
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
}
.contacts .phone {
	background: url(../images/pic2.png) no-repeat;
	display: inline-block;
	padding: 0 0 0 41px;
	font-size: 20px;
	color: #434343;
	line-height: 1.8;
}
.contacts .link {
	background: url(../images/pic1.png) no-repeat;
	display: inline-block;
	padding: 0 0 0 44px;
	font-size: 16px;
	color: #5699d1;
	line-height: 2.2;
}
.main_page .nav {
	margin: 0 0 468px;
}
.nav {
	height: 30px;
	margin: 0 0 127px;
	padding: 0 0 0 417px;
	position: relative;
	z-index: 10;
}
.nav:before {
	content: "";
	background: #fff;
	position: absolute;
	top: -32px;
	right: -10000px;
	bottom: -32px;
	left: -10000px;
	z-index: -1;
}
.nav> .list {
	display: table;
	width: 623px;
	position: relative;
	z-index: 1;
}
.nav> .list:before, .nav> .list:after, .nav> .list> .item:before, .nav> .list> .item:after {
	display: none;
}
.nav> .list> .item {
	display: table-cell;
	vertical-align: top;
	position: relative;
	padding: 0 9px 0 0;
	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.nav> .list> .item> .link {
	border: 2px solid #fff;
	border-radius: 2px;
	display: table;
	width: 100%;
	height: 30px;
	position: relative;
	color: #414141;
	text-decoration: none;
	z-index: 2;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.nav> .list> .item:hover> .link, .nav> .list> .active> .link {
	border: 2px solid #5fa9e8;
}
.nav .punkt {
	background: url(../images/pic14.png) no-repeat 0 10px;
	width: 10px;
	height: 10px;
}
.nav .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px;
	text-align: center;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 350px;
	height: 83px;
	position: absolute;
	top: 55px;
	left: -1px;
	z-index: 12;
}
.logo .link {
	display: block;
	width: 203px;
	height: 83px;
}
.main_page .address {
	background: url(../images/pic3.png) no-repeat;
	height: auto;
	padding: 2px 0 0 93px;
	top: 315px;
	font-size: 24px;
	line-height: 1.1;
}
.address {
	background: url(../images/pic16.png) no-repeat;
	height: 45px;
	padding: 0 0 0 54px;
	position: absolute;
	top: 156px;
	left: 0;
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #eaeaee;
	text-shadow: 1px 1px 2px #000;
	line-height: 1.2;
}
.main_page .form_box {
	padding: 16px 23px 19px;
	top: 184px;
}
.form_box {
	background: #fff;
	border-radius: 5px 5px 0 0;
	padding: 11px 11px 19px;
	position: absolute;
	top: 152px;
	right: 0;
}
.form_box .h3 {
	border-bottom: 1px solid #dce4e8;
	color: #435057;
	margin: 0 -23px 11px;
	padding: 0 0 11px;
	font-size: 22px;
	color: #435057;
	text-align: center;
}
.form_box .h3:before {
	border: none;
}
.button {
	background: url(../images/button.png) repeat-x;
	border: none;
	border-radius: 3px;
	width: 280px;
	height: 46px;
	padding: 0 10px;
	font-family: 'Cuprum', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 46px;
}
.captcha {
	display: inline-block;
	padding-left: 70px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha .fig {
	background: #FFFFFF;
	border-radius: 3px 0 0 3px;
	width: 70px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.captcha .fig img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.captcha .field {
	width: 100%;
}
.h-70 {
	height: 70px;
}
.btn_1 {
	background: url(../images/button.png) repeat-x;
	border-radius: 3px;
	display: block;
	width: 258px;
	height: 46px;
	padding: 0 10px;
	font-family: 'Cuprum', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
	width: 208px;
	margin: 43px 40px 0 0;
	position: relative;
	float: left;
}
.services_list_2 .item {
	margin: 0 0 13px;
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
.services_list_2 .link {
	background: url(../images/pic18.png) no-repeat 0 2px;
	display: inline-block;
	padding: 0 0 0 27px;
	color: #576e83;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.services_list_2 .item:hover .link, .services_list_2 .active .link {
	background: url(../images/pic19.png) no-repeat 0 2px;
	color: #9c9c9c;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/

.content {
	position: relative;
}
.side + .content {
	float: left;
	width: 752px;
}
.more {
	border: 2px solid #5fa9e8;
	border-radius: 2px;
	display: inline-block;
	height: 27px;
	padding: 0 22px;
	font-size: 13px;
	color: #4c7896;
	text-decoration: none;
	line-height: 27px;
}
.services_box {
	margin: 0 0 15px;
	padding: 24px 0;
	position: relative;
}
.services_box:before {
	content: "";
	background: #e8ecf0 url(../images/pic15.png);
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.services_list_1 {
	margin: 0 0 0 -39px;
}
.services_list_1 .item {
	width: 209px;
	margin: 0 0 0 39px;
	font-family: 'Cuprum', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.services_list_1 .link {
	position: relative;
	top: 0;
	color: #576e83;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.services_list_1 .link:hover {
	top: -3px;
	text-decoration: underline;
}
.services_list_1 .fig {
	border: 6px solid #fff;
	border-radius: 110px;
	display: block;
	width: 208px;
	height: 208px;
	margin: 0 0 11px;
	position: relative;
	overflow: hidden;
}
.services_list_1 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.news_list_1 {
	margin: 0 0 15px -22px;
}
.news_list_1 p {
	margin: 0 0 9px;
}
.news_list_1 .item {
	border-left: 1px solid #eaebec;
	width: 302px;
	margin: 0 0 0 22px;
	padding: 8px 0 0 24px;
	font-size: 13px;
	line-height: 1.4;
}
.news_list_1 .item:first-child {
	border: none;
	padding: 8px 0 0 0;
}
.news_list_1 .title {
	margin: 0 0 9px;
}
.news_list_1 .link {
	color: #599ed8;
}
.news_list_1 .date {
	margin: 21px 0 2px;
	font-style: italic;
	color: #a6a6a6;
}
.news_list_1 .fig {
	float: left;
	margin: 0 8px 0 0;
}
.news_list_1 .img {
	border-radius: 2px;
	vertical-align: top;
}
.news_list_1 .arrow {
	background: #60a9e8 url(../images/pic11.png) no-repeat 50% 50%;
	border-radius: 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
}
.all {
	border: 2px solid #5fa9e8;
	border-radius: 2px;
	display: inline-block;
	height: 27px;
	padding: 0 17px;
	font-size: 13px;
	color: #4c7896;
	text-decoration: none;
	line-height: 27px;
}
.promo {
	padding: 13px 0 18px;
	position: relative;
	font-size: 13px;
	color: #515151;
}
.promo:after {
	content: "";
	background: url(../images/pic12.png) no-repeat;
	width: 2000px;
	height: 247px;
	margin-left: -1000px;
	position: absolute;
	top: -71px;
	left: 50%;
	z-index: -1;
}
.promo:before {
	content: "";
	background: #f1f3f5;
	width: 2000px;
	margin-left: -1000px;
	position: absolute;
	top: 85px;
	bottom: 0;
	left: 50%;
	z-index: -1;
}
.crumbs {
	margin: 0 0 22px;
}
.crumbs:before, .crumbs:after {
	display: none;
}
.crumbs:after {
	clear: both;
}
.crumbs .item {
	background: url(../images/pic17.png) no-repeat 4px 3px;
	display: inline;
	padding: 0 0 0 16px;
	font-size: 13px;
	color: #a1a1a1;
	line-height: 1.6;
}
.crumbs .item:first-child {
	background: none;
	padding-left: 0;
}
.crumbs .item:before, .crumbs .item:after {
	display: none;
}
.crumbs .item:after {
	clear: both;
}
.crumbs .link {
	color: #60a9e8;
}
.news_list_2 {
	margin: 0 0 15px;
}
.news_list_2 p {
	margin: 0 0 9px;
}
.news_list_2 .item {
	margin: 0 0 12px;
	font-size: 13px;
}
.news_list_2 .title {
	margin: 0 0 4px;
}
.news_list_2 .link {
	color: #599ed8;
}
.news_list_2 .date {
	margin: 0 0 1px;
	font-style: italic;
	color: #a6a6a6;
	line-height: 1;
}
.news_list_2 .fig {
	float: left;
	margin: 0 8px 0 0;
}
.news_list_2 .img {
	border-radius: 2px;
	vertical-align: top;
}
.pages {
	margin: 0 0 40px;
}
.pages .item {
	margin: 0 10px 0 0;
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.pages .link {
	border-radius: 2px;
	display: block;
	width: 23px;
	height: 23px;
	color: #60a9e8;
	line-height: 23px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pages .item:hover .link, .pages .active {
	background: #60a9e8;
	border-radius: 2px;
	width: 23px;
	height: 23px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 23px;
}
.fig_1 {
	float: left;
	margin: 0 29px 10px 0;
}
.fig_1 .img {
	border-radius: 1px;
	vertical-align: top;
}
.btn_2 {
	background: url(../images/pic21.png) no-repeat 10px 3px;
	border: 2px solid #5fa9e8;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	padding: 0 13px 0 50px;
	font-family: 'Cuprum', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
	line-height: 36px;
    margin-right: 175px;
}
.back {
	color: #60a9e8;
}
.services_list_3 {
	margin: 0 0 38px -31px;
}
.services_list_3 .item {
	width: 467px;
	margin: 0 0 29px 31px;
	font-family: 'Cuprum', sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
}
.services_list_3 .link {
	position: relative;
	top: 0;
	color: #576e83;
	text-decoration: none;
}
.services_list_3 .fig {
	border: 6px solid #fff;
	border-radius: 110px;
	display: block;
	float: left;
	width: 208px;
	height: 208px;
	margin: 0 4px 0 0;
	position: relative;
	overflow: hidden;
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.services_list_3 .link:hover .fig {
	transform: scale(1.03);
}
.services_list_3 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.services_list_3 .text {
	background: url(../images/pic18.png) no-repeat 0 4px;
	overflow: hidden;
	display: block;
	margin: 11px 0 0;
	padding: 0 0 0 29px;
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.services_list_3 .link:hover .text {
	transform: scale(1.03);
}
.star {
	background: url(../images/pic24.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 7px;
	height: 6px;
	margin: 17px 0 0;
}
.modal {
	position: fixed;
	z-index: 1000;
}
.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;
	-webkit-perspective: 1300px;
	perspective: 1300px;
}
.modal__bg {
	background: #000;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.show .modal__bg {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.75;
}
.modal__content {
	background: #fff url(../images/pic23.png) repeat-x;
	border-radius: 3px;
	padding: 25px 24px 27px;
	position: relative;
}
.modal__content .h3 {
	border-bottom: 1px solid #dce4e8;
	color: #435057;
	margin: 0 -16px 11px;
	padding: 0 16px 11px;
	font-size: 22px;
	color: #435057;
}
.modal__content .h3:before {
	border: none;
}
.box_form .modal__content {
	background: #fff;
	padding: 16px 16px 27px;
}
.box_thanks .modal__content {
	background: #fff;
	width: 278px;
	padding: 16px 23px 36px;
	color: #4c4c4c;
}
.box_thanks .modal__content .h3 {
	margin: 0 -23px 22px;
	padding: 0 23px 11px;
}
.modal__close_btn {
	background: url(../images/pic25.png) no-repeat 50% 50%;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 29px;
	z-index: 2;
}
.modal_lightbox__title {
	margin: 21px 0 0;
	color: #4c4c4c;
}
.modal_lightbox__image img {
	vertical-align: top;
}
.modal_lightbox__prev, .modal_lightbox__next {
	cursor: pointer;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.modal_lightbox__next {
	left: auto;
	right: 0;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	width: 1000px;
	height: 70px;
	margin-left: -500px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.footer:before {
	content: "";
	background: #e0e4e7;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.company_footer {
	position: absolute;
	top: 22px;
	left: 109px;
	font-size: 13px;
	color: #838e98;
}
.developer {
	position: absolute;
	top: 22px;
	right: 0;
	font-size: 13px;
}
.developer .link {
	color: #828d97;
}
.counter {
	position: absolute;
	top: 16px;
	left: 0;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* 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;
}
}
