@font-face {
    font-family: PFDinDisplayPro-Black;
    src: url(../fonts/PFDinDisplayPro-Black.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-BlackItalic;
    src: url(../fonts/PFDinDisplayPro-BlackItalic.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-Bold;
    src: url(../fonts/PFDinDisplayPro-Bold.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-BoldItalic;
    src: url(../fonts/PFDinDisplayPro-BoldItalic.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-ExtraThin;
    src: url(../fonts/PFDinDisplayPro-ExtraThin.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-ExtraThinItalic;
    src: url(../fonts/PFDinDisplayPro-ExtraThinItalic.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-Italic;
    src: url(../fonts/PFDinDisplayPro-Italic.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-Light;
    src: url(../fonts/PFDinDisplayPro-Light.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-LightItalic;
    src: url(../fonts/PFDinDisplayPro-LightItalic.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-Medium;
    src: url(../fonts/PFDinDisplayPro-Medium.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-MediumItalic;
    src: url(../fonts/PFDinDisplayPro-MediumItalic.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-Regular;
    src: url(../fonts/PFDinDisplayPro-Regular.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-Thin;
    src: url(../fonts/PFDinDisplayPro-Thin.ttf);
}
@font-face {
    font-family: PFDinDisplayPro-ThinItalic;
    src: url(../fonts/PFDinDisplayPro-ThinItalic.ttf);
}


body, head {	background: #fff;
	color: #4a4a4a;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: PFDinDisplayPro-Regular;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#header, #navy {	width: 100%;
	display: block;
}
#content {
	width: 100%;
	min-height: 800px;
	display: block;
	font-size: 18px;
}
#footer {	width: 100%;
	display: block;
	height: 450px;
	margin-top: 40px;
}
#header > div > div, #footer > div, #content > div, #navy > div {	display: table;
	height: 100%;
	width: 1000px;
	margin: 0px auto;
}
#header > div > div > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#footer > div > div {
	display: table-cell;
	vertical-align: top;
	background: #f6f6f6;
}
#content > div > div {
	display: table-cell;
	vertical-align: top;
}
#navy > div > div {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	padding-top: 12px;
}
#navy > div > div span.arrow:after {
	content: '〉';
	font-size: 14px;
	color: black;
}
#htopline {	height: 65px;
	background-color: #ffffff;
}
#hmenuline {	height: 60px;
	z-index: 2;
}
#hmenuline > div {
	background-color: #52a304;
	box-shadow: 0px 7px 25px -3px rgba(21, 116, 0, 0.3);
}
#himgline {	height: 400px;
	position: relative;
	z-index: 1;
}
#slider {
	width: 100%;
	height: 400px;
	background: url(../images/background.gif) no-repeat center center;
}

@media screen and (min-device-width: 1280px) {
    #header > div#himgline > div {
		display: table;
		height: 100%;
		width: 100%;
		margin: 0px auto;
	}
	#header > div#hmenuline > div {
		display: table;
		height: 100%;
		width: 100%;
		margin: 0px auto;
	}
	 #footer > div {	 	display: table;
		height: 100%;
		width: 100%;
		margin: 0px auto;
	 }

}

#sshadow {	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	box-shadow: inset 0px 0px 250px 10px rgba(21, 116, 0, 0.1), 0px 0px 150px 10px rgba(21, 116, 0, 0.1);
	box-shadow: inset 0px 0px 175px 10px rgba(0, 0, 0, 0.8), 0px 0px 150px 10px rgba(0, 0, 0, 0.3);
}
#header > div > div > div#tshadow {	vertical-align: top;
	padding: 10px 150px 0px 150px;
	font-size: 26px;
	color: rgb(255, 255, 255);
	font-family: PFDinDisplayPro-Thin;
}

#logo {	background: url(../images/logo.png) no-repeat center center;
	width: 190px;
}
#tel {	min-width: 325px;
}
#tel > span {	padding: 11px 0px 10px 34px;
	background: url(../images/tel.png) no-repeat left center;
	font-size: 24px;
	font-family: PFDinDisplayPro-Medium;
	color: rgb(74, 74, 74);
}

#auth {	width: 99%;
	height: 30px;
	border: 2px solid #5CC000;
	border-radius: 3px;
	display: table;
	font-family: PFDinDisplayPro-Bold;
}
#auth > div {	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#atext {	width: 150px;
	font-weight: bold;
}
#abody a {	color: #52a304;
	text-decoration: none;
	padding: 0px;
	margin-right: 10px;
	margin-top: -3px;
	border-bottom: 1px solid #52a304;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
}
#abody a:hover {
	color: rgb(92, 187, 4);
    border-bottom: 0px;
}

#hmenuline ul {	display: table;
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	font-family: PFDinDisplayPro-Regular;
	font-size: 18px;
}
#hmenuline ul li {
	display: table-cell;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 16.5%;
}
#hmenuline ul li:hover {
	background: #326F1D;
}
#hmenuline ul li > a {
	color: white;
	text-decoration: none;
	border: 0px;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 9px;
}
li.showmenu:after {
	content: '▼';
	position: absolute;
	margin-left: 70px;
	margin-top: -40px;
	font-size: 14px;
	color: #EAEAEA;
}
div.submenu {
	position: absolute;
	z-index: 3;
	background: #E9FCEA;
	box-shadow: 0px 0px 25px 3px rgba(21, 116, 0, 0.3);
	border: 1px solid rgba(21, 116, 0, 0.3);
	border-radius: 0px 0px 3px 3px;
	width: 450px;
	text-align: left;
	margin-top: -10px;
}
div.submenu a {
	color: #4A4A4A;
	text-decoration: none;
	border: 0px;
	font-size: 18px;
	display: block;
	height: 100%;
	width: 100%;
	font-family: PFDinDisplayPro-Medium;
}
div.submenu div {	font-size: 14px;
	color: #868686;
	padding: 5px 5px 5px 15px;
	font-family: PFDinDisplayPro-Regular;
}
div.submenu div:hover {
	background: rgba(21, 116, 0, 0.1);
}


table {	width: 100%;
 	margin: 0px;
}
table td {
 	margin: 0px;
 	vertical-align: top;
	text-align: left;
}
ul.decimal {	list-style-type: decimal;
}
ul.decimal > li {	margin-bottom: 5px;
}

img {	vertical-align: middle;
	margin-top: -2px;
}

a {	color: #52a304;
	text-decoration: none;
	border-bottom: 1px solid #52a304;
	font-family: PFDinDisplayPro-Medium;
	font-size: 16px;
}
a:hover {
	color: #4c9704;
    border-bottom: 0px;
}
a:visited {
	color: #56ab05;
}

a.fill {	display: block;
	width :100%;
	height: 100%;
	padding: 0px;
	text-decoration: none;
	border: 0px;
}
#menu1 {
	padding-right: 15px;
}
#menu2 {	padding: 5px 10px 5px 10px;
	vertical-align: top;
	width: 280px;
	background: #F6F6F6;
}
#menu2 .itemhead {	padding: 15px 0px 30px 0px;
}
.itemhead h2 {	width: 100px;
	float: left;
	margin: 0px;
	font-size: 20px;
}

div.bnews {
	font-size: 16px;
	padding-bottom: 10px;
	letter-spacing: 0px;
}
div.bnews > div:nth-child(2) {
	padding-bottom: 3px;
}
div.btitle > div:nth-child(1) {
	color: #868686;
	padding-bottom: 3px;
	font-size: 14px;
}
div.btitle > div:nth-child(2) {
	padding-bottom: 3px;
}

a.fmenu {	font-size: 18px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: PFDinDisplayPro-Medium;
}
div.fmenu > div {	padding: 5px 0px 5px 0px;
}
div.fmenu > div a {
	font-family: PFDinDisplayPro-Light;
	font-size: 16px;
}

a.info {	color: #9D9D9D;
	border-bottom: 1px solid #9D9D9D;
}
a.info:hover {
	color: #9D9D9D;
	border-bottom: 0px;
}

p {	padding: 1px;
	margin: 5px 0px 5px 0px;
}

h1 {	font-size: 24px;
	font-family: PFDinDisplayPro-Bold;
}
h2 {
	font-size: 20px;
	font-family: PFDinDisplayPro-Bold;
}
h3 {
	font-size: 18px;
	font-family: PFDinDisplayPro-Bold;
}
h4 {
	font-size: 14px;
	color: #757575;
	font-family: PFDinDisplayPro-Bold;
}
h5 {
	font-family: PFDinDisplayPro-Bold;
	margin: 6px;
}

#fmenu {
	padding: 12px 0px 0px 25px;
	width: 700px;
}
#contacts {	width: 300px;
	padding: 12px 25px 0px 0px;
	letter-spacing: 1px;
}
#contacts div.phn {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	padding: 2px 0px 10px 26px;
	background: url(../images/tel.png) no-repeat left 3px;
	background-size: 20px;
	letter-spacing: 3px;
}
#contacts div.addr {	color: #4C4C4C;
	margin-top: 10px;
	font-size: 16px;
}
.rcontact {	width: 50%;
}
.rcontact > div {	padding: 5px;
	margin-bottom: 10px;
}
.rdocs {
	width: 50%;
}
.rdocs > div {
	display: inline-block;
}

input[type="checkbox"].other {
    display: none;
}
input[type="checkbox"].other + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 2px 4px 0 0;
    vertical-align: middle;
    background: url(/i/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}
input[type="checkbox"].other:checked + label span {
    background: url(/i/check_radio_sheet.png) -19px top no-repeat;
}

button,select,textarea,input,a.button {
	margin: 0;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
	padding: 1px 15px 2px 15px;
	vertical-align: baseline;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
}
button, a.button, input[type="submit"] {
	width: auto;
	border-color: transparent;
	cursor: pointer;
	text-align: center;
	color: white;
	background: #377431;
	background: rgba(31, 100, 25, 0.6);
	background: -webkit-linear-gradient(top, #54BE40 0%, #377431 100%);
	background: linear-gradient(to bottom, #54BE40 0%, #377431 100%);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
button[disabled], a.button[disabled],input[type="submit"][disabled] {
	cursor: default;
	opacity: 0.5;
}
button:hover, a.button:hover,input[type="submit"]:hover {
	text-decoration: none;
	box-shadow: 0 0 16px 4px rgba(187, 91, 91, 0.8);
}
button::-moz-focus-inner, a.button::-moz-focus-inner,input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button._land:not([disabled]):hover, a.button._land:not([disabled]):hover,input[type="submit"]:not([disabled]):hover {
	box-shadow: 0 0 16px 4px rgba(187, 91, 91, 0.8);
}
button._med, a.button._med {
	height: auto;
	padding: 7px 20px 5px 20px;
}
button._big, a.button._big {
	height: auto;
	padding: 10px;
	font-size: 20px;
}
button._pad, a.button._pad{
	margin-top: 20px;
}
input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
	vertical-align: 1px;
	cursor: pointer;
	width: auto;
}
textarea {
	height: auto;
	padding-top: 3px;
}
label {
	cursor: pointer;
}
select[multiple], select[size] {
	height: auto;
}


div.tests a {
	border-bottom: 1px dashed #52A304;
	font-size: 22px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	font-family: PFDinDisplayPro-Bold;
}
div.tests a.now {
	border-bottom: 0px dashed #52A304;
	color: black;
}


div.table {	display: table;
	width: 100%;
}

div.table > div.header {	display: table-row;
	background: #f7f7f7;
}
div.header > div {
	display: table-cell;
	text-align: center;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	padding: 5px;
	color: #4a4a4a;
	font-family: PFDinDisplayPro-Thin;
	font-size: 18px;
}
div.table > div.tr  {	display: table-row;
}

div.tr > div {	display: table-cell;	text-align: left;
	padding: 5px;
}
div.td {
	display: table-cell;
	text-align: left;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	padding: 5px;
}
div.tr > div.th, div.th {
	display: table-cell;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	padding: 5px;
	font-family: PFDinDisplayPro-Bold;
	font-size: 18px;
}

.tdark {	background: #ffffff;
}
.tlite {
	background: #E6EEE8;
}

span.good {	display: inline-block;
	font-weight: bold;
	background: url(../images/good.png) no-repeat left center;
	color: #06B906;
	padding-left: 30px;
	height: 22px;
	padding-top: 1px;
	margin-right: 10px;
}

span.bad {
	display: inline-block;
	font-weight: bold;
	background: url(../images/bad.png) no-repeat left center;
	color: #800000;
	padding-left: 30px;
	height: 22px;
	padding-top: 1px;
	margin-right: 10px;
}

.bold {
	font-family: PFDinDisplayPro-Bold;
}

select[name=d],select[name=dlivetime] {	width: 75px;
}
select[name=m],select[name=mlivetime] {
	width: 125px;
}
select[name=y],select[name=ylivetime] {
	width: 100px;
}

input[name=dayadd] {	width: 35px;
	cursor: pointer;
	height: 28px;
	background: #C4C4C4;
	border: 1px outset #CCC;
	padding: 4px 5px 4px 5px;
}
input[name=dayadd]:hover {
	border: 1px inset #CCC;
}