﻿
 body {margin:0;font-family:Calibri;				}
        .auto-style1 {
            width: 100%;
    height: 115px;
}
        .auto-style3 {
            text-align: left;
        }

.btn .label {
	top: -1px; position: relative;
}
.btn .badge {
	top: -1px; position: relative;
}
.btn-mini .label {
	top: 0px;
}
.btn-mini .badge {
	top: 0px;
}
.btn {
	border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(179, 179, 179); padding: 4px 12px; border-radius: 4px; border-image: none; text-align: center; color: rgb(51, 51, 51); line-height: 20px; font-size: 14px; margin-bottom: 0px; vertical-align: middle; display: inline-block; cursor: pointer; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230)); background-repeat: repeat-x; background-color: rgb(245, 245, 245); -webkit-border-radius: 4px; -moz-border-radius: 4px; -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);
}
.btn:hover {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn:focus {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn:active {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn.active {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn.disabled {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
[disabled].btn {
	color: rgb(51, 51, 51); background-color: rgb(230, 230, 230);
}
.btn:active {
	
}
.btn.active {
	
}
:first-child.btn {
	
}
.btn:hover {
	background-position: 0px -15px; transition:background-position 0.1s linear; color: rgb(51, 51, 51); text-decoration: none; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear;
}
.btn:focus {
	background-position: 0px -15px; transition:background-position 0.1s linear; color: rgb(51, 51, 51); text-decoration: none; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear;
}
.btn:focus {
	outline: rgb(51, 51, 51) dotted thin; outline-offset: -2px;
}
.btn.active {
	outline: 0px; box-shadow: inset 0px 2px 4px rgba(0,0,0,0.15), 0px 1px 2px rgba(0,0,0,0.05); 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);
}
.btn:active {
	outline: 0px; box-shadow: inset 0px 2px 4px rgba(0,0,0,0.15), 0px 1px 2px rgba(0,0,0,0.05); 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);
}
.btn.disabled {
	cursor: default; opacity: 0.65; box-shadow: none; background-image: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
[disabled].btn {
	cursor: default; opacity: 0.65; box-shadow: none; background-image: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.btn-large {
	padding: 11px 19px; border-radius: 6px; font-size: 17.5px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
}
.btn-large [class^='icon-'] {
	margin-top: 4px;
}
.btn-large [class*=' icon-'] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px; border-radius: 3px; font-size: 11.9px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.btn-small [class^='icon-'] {
	margin-top: 0px;
}
.btn-small [class*=' icon-'] {
	margin-top: 0px;
}
.btn-mini [class^='icon-'] {
	margin-top: -1px;
}
.btn-mini [class*=' icon-'] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0px 6px; border-radius: 3px; font-size: 10.5px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.btn-block {
	width: 100%; padding-right: 0px; padding-left: 0px; display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type='submit'].btn-block {
	width: 100%;
}
input[type='reset'].btn-block {
	width: 100%;
}
input[type='button'].btn-block {
	width: 100%;
}
.btn-primary.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-warning.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-danger.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-success.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-info.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 68, 204)); background-repeat: repeat-x; background-color: rgb(0, 109, 204);
}
.btn-primary:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.btn-primary:focus {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.btn-primary:active {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.btn-primary.active {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.btn-primary.disabled {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
[disabled].btn-primary {
	color: rgb(255, 255, 255); background-color: rgb(0, 68, 204);
}
.btn-primary:active {
	
}
.btn-primary.active {
	
}
.btn-warning {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(251, 180, 80), rgb(248, 148, 6)); background-repeat: repeat-x; background-color: rgb(250, 167, 50);
}
.btn-warning:hover {
	color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.btn-warning:focus {
	color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.btn-warning:active {
	color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.btn-warning.active {
	color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.btn-warning.disabled {
	color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
[disabled].btn-warning {
	color: rgb(255, 255, 255); background-color: rgb(248, 148, 6);
}
.btn-warning:active {
	
}
.btn-warning.active {
	
}
.btn-danger {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(238, 95, 91), rgb(189, 54, 47)); background-repeat: repeat-x; background-color: rgb(218, 79, 73);
}
.btn-danger:hover {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.btn-danger:focus {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.btn-danger:active {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.btn-danger.active {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.btn-danger.disabled {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
[disabled].btn-danger {
	color: rgb(255, 255, 255); background-color: rgb(189, 54, 47);
}
.btn-danger:active {
	
}
.btn-danger.active {
	
}
.btn-success {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(98, 196, 98), rgb(81, 163, 81)); background-repeat: repeat-x; background-color: rgb(91, 183, 91);
}
.btn-success:hover {
	color: rgb(255, 255, 255); background-color: rgb(81, 163, 81);
}
.btn-success:focus {
	color: rgb(255, 255, 255); background-color: rgb(81, 163, 81);
}
.btn-success:active {
	color: rgb(255, 255, 255); background-color: rgb(81, 163, 81);
}
.btn-success.active {
	color: rgb(255, 255, 255); background-color: rgb(81, 163, 81);
}
.btn-success.disabled {
	color: rgb(255, 255, 255); background-color: rgb(81, 163, 81);
}
[disabled].btn-success {
	color: rgb(255, 255, 255); background-color: rgb(81, 163, 81);
}
.btn-success:active {
	
}
.btn-success.active {
	
}
.btn-info {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(91, 192, 222), rgb(47, 150, 180)); background-repeat: repeat-x; background-color: rgb(73, 175, 205);
}
.btn-info:hover {
	color: rgb(255, 255, 255); background-color: rgb(47, 150, 180);
}
.btn-info:focus {
	color: rgb(255, 255, 255); background-color: rgb(47, 150, 180);
}
.btn-info:active {
	color: rgb(255, 255, 255); background-color: rgb(47, 150, 180);
}
.btn-info.active {
	color: rgb(255, 255, 255); background-color: rgb(47, 150, 180);
}
.btn-info.disabled {
	color: rgb(255, 255, 255); background-color: rgb(47, 150, 180);
}
[disabled].btn-info {
	color: rgb(255, 255, 255); background-color: rgb(47, 150, 180);
}
.btn-info:active {
	
}
.btn-info.active {
	
}
.btn-inverse {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); color: rgb(255, 255, 255); text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-image: linear-gradient(rgb(68, 68, 68), rgb(34, 34, 34)); background-repeat: repeat-x; background-color: rgb(54, 54, 54);
}
.btn-inverse:hover {
	color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}
.btn-inverse:focus {
	color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}
.btn-inverse:active {
	color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}
.btn-inverse.active {
	color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}
.btn-inverse.disabled {
	color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}
[disabled].btn-inverse {
	color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}
.btn-inverse:active {
	
}
.btn-inverse.active {
	
}
button.btn {
	
}
input[type='submit'].btn {
	
}
button.btn.btn-large {
	
}
input[type='submit'].btn.btn-large {
	
}
button.btn.btn-small {
	
}
input[type='submit'].btn.btn-small {
	
}
button.btn.btn-mini {
	
}
input[type='submit'].btn.btn-mini {
	
}
.btn-link {
	box-shadow: none; background-image: none; background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.btn-link:active {
	box-shadow: none; background-image: none; background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none;
}
[disabled].btn-link {
	box-shadow: none; background-image: none; background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.btn-link {
	border-color: transparent; border-radius: 0px; color: rgb(0, 136, 204); cursor: pointer; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.btn-link:hover {
	color: rgb(0, 85, 128); text-decoration: underline; background-color: transparent;
}
.btn-link:focus {
	color: rgb(0, 85, 128); text-decoration: underline; background-color: transparent;
}
[disabled].btn-link:hover {
	color: rgb(51, 51, 51); text-decoration: none;
}
[disabled].btn-link:focus {
	color: rgb(51, 51, 51); text-decoration: none;
}

.label {
	padding: 2px 4px; color: rgb(255, 255, 255); line-height: 14px; font-size: 11.84px; font-weight: bold; vertical-align: baseline; display: inline-block; white-space: nowrap; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-color: rgb(153, 153, 153);
}
.badge {
	padding: 2px 4px; color: rgb(255, 255, 255); line-height: 14px; font-size: 11.84px; font-weight: bold; vertical-align: baseline; display: inline-block; white-space: nowrap; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); background-color: rgb(153, 153, 153);
}
.label {
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.badge {
	border-radius: 9px; padding-right: 9px; padding-left: 9px; -webkit-border-radius: 9px; -moz-border-radius: 9px;
}
:empty.label {
	display: none;
}
:empty.badge {
	display: none;
}
a.label:hover {
	color: rgb(255, 255, 255); text-decoration: none; cursor: pointer;
}
a.label:focus {
	color: rgb(255, 255, 255); text-decoration: none; cursor: pointer;
}
a.badge:hover {
	color: rgb(255, 255, 255); text-decoration: none; cursor: pointer;
}
a.badge:focus {
	color: rgb(255, 255, 255); text-decoration: none; cursor: pointer;
}
.label-important {
	background-color: rgb(185, 74, 72);
}
.badge-important {
	background-color: rgb(185, 74, 72);
}
[href].label-important {
	background-color: rgb(149, 59, 57);
}
[href].badge-important {
	background-color: rgb(149, 59, 57);
}
.label-warning {
	background-color: rgb(248, 148, 6);
}
.badge-warning {
	background-color: rgb(248, 148, 6);
}
[href].label-warning {
	background-color: rgb(198, 118, 5);
}
[href].badge-warning {
	background-color: rgb(198, 118, 5);
}
.label-success {
	background-color: rgb(70, 136, 71);
}
.badge-success {
	background-color: rgb(70, 136, 71);
}
[href].label-success {
	background-color: rgb(53, 102, 53);
}
[href].badge-success {
	background-color: rgb(53, 102, 53);
}
.label-info {
	background-color: rgb(58, 135, 173);
}
.badge-info {
	background-color: rgb(58, 135, 173);
}
[href].label-info {
	background-color: rgb(45, 105, 135);
}
[href].badge-info {
	background-color: rgb(45, 105, 135);
}
.label-inverse {
	background-color: rgb(51, 51, 51);
}
.badge-inverse {
	background-color: rgb(51, 51, 51);
}
[href].label-inverse {
	background-color: rgb(26, 26, 26);
}
[href].badge-inverse {
	background-color: rgb(26, 26, 26);
}
.btn .label {
	top: -1px; position: relative;
}
.btn .badge {
	top: -1px; position: relative;
}
.btn-mini .label {
	top: 0px;
}
.btn-mini .badge {
	top: 0px;
}

table {
	border-collapse: collapse; max-width: 100%; border-spacing: 0; background-color: transparent;
}



.table {
	width: 100%; margin-bottom: 0px;
}




.table th {
	padding: 8px; text-align: left; line-height: 20px; vertical-align: bottom; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.table td {
	padding: 8px; text-align: left; line-height: 20px; vertical-align: bottom; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.table th {
	font-weight: bold;
}
.table thead th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table caption + thead tr:first-child td {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table colgroup + thead tr:first-child th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table colgroup + thead tr:first-child td {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table thead:first-child tr:first-child th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table thead:first-child tr:first-child td {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table tbody + tbody {
	border-top-color: rgb(221, 221, 221); border-top-width: 2px; border-top-style: solid;
}
.table .table {
	background-color: rgb(255, 255, 255);
}
.table-condensed th {
	padding: 4px 5px;
}
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border-width: 1px 1px 1px 0px; border-style: solid solid solid none; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) currentColor; border-radius: 4px; border-image: none; border-collapse: separate; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.table-bordered th {
	border-left-color: rgb(221, 221, 221); border-left-width: 1px; border-left-style: solid;
}
.table-bordered td {
	border-left-color: rgb(221, 221, 221); border-left-width: 1px; border-left-style: solid;
}
.table-bordered caption + thead tr:first-child th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table-bordered caption + tbody tr:first-child th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table-bordered caption + tbody tr:first-child td {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table-bordered colgroup + thead tr:first-child th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table-bordered colgroup + tbody tr:first-child th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table-bordered colgroup + tbody tr:first-child td {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table-bordered thead:first-child tr:first-child th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table-bordered tbody:first-child tr:first-child th {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table-bordered tbody:first-child tr:first-child td {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table-bordered thead:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;
}
.table-bordered tbody:first-child tr:first-child > td:first-child {
	border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;
}
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px;
}
.table-bordered tbody:first-child tr:first-child > td:last-child {
	border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px;
}
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px;
}
.table-bordered tbody:last-child tr:last-child > td:first-child {
	border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px;
}
.table-bordered tbody:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px;
}
.table-bordered tfoot:last-child tr:last-child > td:first-child {
	border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px;
}
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px;
}
.table-bordered tbody:last-child tr:last-child > td:last-child {
	border-bottom-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px;
}
.table-bordered tbody:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot:last-child tr:last-child > td:last-child {
	border-bottom-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0px; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0px; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0;
}
.table-bordered caption + thead tr:first-child th:first-child {
	border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;
}
.table-bordered caption + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;
}
.table-bordered colgroup + thead tr:first-child th:first-child {
	border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;
}
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child {
	border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px;
}
.table-bordered caption + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px;
}
.table-bordered colgroup + thead tr:first-child th:last-child {
	border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px;
}
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px;
}
.table-striped tbody > tr:nth-child(2n+1) > td {
	background-color: rgb(249, 249, 249);
}
.table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: rgb(249, 249, 249);
}
.table-hover tbody tr:hover > td {
	background-color: rgb(245, 245, 245);
}
.table-hover tbody tr:hover > th {
	background-color: rgb(245, 245, 245);
}
table td[class*='span'] {
	margin-left: 0px; float: none; display: table-cell;
}
table th[class*='span'] {
	margin-left: 0px; float: none; display: table-cell;
}
.row-fluid table td[class*='span'] {
	margin-left: 0px; float: none; display: table-cell;
}
.row-fluid table th[class*='span'] {
	margin-left: 0px; float: none; display: table-cell;
}
.table td.span1 {
	width: 44px; margin-left: 0px; float: none;
}
.table th.span1 {
	width: 44px; margin-left: 0px; float: none;
}
.table td.span2 {
	width: 124px; margin-left: 0px; float: none;
}
.table th.span2 {
	width: 124px; margin-left: 0px; float: none;
}
.table td.span3 {
	width: 204px; margin-left: 0px; float: none;
}
.table th.span3 {
	width: 204px; margin-left: 0px; float: none;
}
.table td.span4 {
	width: 284px; margin-left: 0px; float: none;
}
.table th.span4 {
	width: 284px; margin-left: 0px; float: none;
}
.table td.span5 {
	width: 364px; margin-left: 0px; float: none;
}
.table th.span5 {
	width: 364px; margin-left: 0px; float: none;
}
.table td.span6 {
	width: 444px; margin-left: 0px; float: none;
}
.table th.span6 {
	width: 444px; margin-left: 0px; float: none;
}
.table td.span7 {
	width: 524px; margin-left: 0px; float: none;
}
.table th.span7 {
	width: 524px; margin-left: 0px; float: none;
}
.table td.span8 {
	width: 604px; margin-left: 0px; float: none;
}
.table th.span8 {
	width: 604px; margin-left: 0px; float: none;
}
.table td.span9 {
	width: 684px; margin-left: 0px; float: none;
}
.table th.span9 {
	width: 684px; margin-left: 0px; float: none;
}
.table td.span10 {
	width: 764px; margin-left: 0px; float: none;
}
.table th.span10 {
	width: 764px; margin-left: 0px; float: none;
}
.table td.span11 {
	width: 844px; margin-left: 0px; float: none;
}
.table th.span11 {
	width: 844px; margin-left: 0px; float: none;
}
.table td.span12 {
	width: 924px; margin-left: 0px; float: none;
}
.table th.span12 {
	width: 924px; margin-left: 0px; float: none;
}
.table tbody tr.success > td {
	background-color: rgb(223, 240, 216);
}
.table tbody tr.error > td {
	background-color: rgb(242, 222, 222);
}
.table tbody tr.warning > td {
	background-color: rgb(252, 248, 227);
}
.table tbody tr.info > td {
	background-color: rgb(217, 237, 247);
}
.table-hover tbody tr.success:hover > td {
	background-color: rgb(208, 233, 198);
}
.table-hover tbody tr.error:hover > td {
	background-color: rgb(235, 204, 204);
}
.table-hover tbody tr.warning:hover > td {
	background-color: rgb(250, 242, 204);
}
.table-hover tbody tr.info:hover > td {
	background-color: rgb(196, 227, 243);
}
form {
	margin: 0px 0px 20px;
}


select {
	margin: 0px; font-size: 100%; vertical-align: middle;
    cursor: pointer;
}
select {
	padding: 4px 6px; border-radius: 4px; height: 20px; color: rgb(85, 85, 85); line-height: 20px; font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
select {
	height: 30px; line-height: 30px;
}

select {
	border: 1px solid rgb(204, 204, 204); border-image: none; width: 220px; background-color: rgb(255, 255, 255);
}
select[multiple] {
	height: auto;
}
select[size] {
	height: auto;
}
select:focus {
	outline: rgb(51, 51, 51) dotted thin; outline-offset: -2px;
}
textarea {
	height: auto;
}
textarea {
	border: 1px solid rgb(204, 204, 204); transition:border 0.2s linear, box-shadow 0.2s linear; border-image: none; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075); background-color: rgb(255, 255, 255); -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); -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;
}
input[type='text'] {
	border: 1px solid rgb(204, 204, 204); transition:border 0.2s linear, box-shadow 0.2s linear; border-image: none; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075); background-color: rgb(255, 255, 255); -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); -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;
}

textarea {
	padding: 4px 6px; border-radius: 4px; height: 20px; color: rgb(85, 85, 85); line-height: 20px; font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
input[type='text'] {
	padding: 4px 6px; border-radius: 4px; color: rgb(85, 85, 85); line-height: 20px; font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}

input[type='password'] {
	padding: 4px 6px; border-radius: 4px; height: 20px; color: rgb(85, 85, 85); line-height: 20px; font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
input[type='password'] {
	border: 1px solid rgb(204, 204, 204); transition:border 0.2s linear, box-shadow 0.2s linear; border-image: none; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075); background-color: rgb(255, 255, 255); -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); -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;
}
        
        .auto-style5 {
    }
        .auto-style6 {
            text-align: left;
            }
        .auto-style8 {
    }
    .auto-style9 {
        width: 676px;
    }
    .auto-style10 {
        text-align: left;
        width: 676px;
    font-weight: 700;
}
    .auto-style12 {
        width: 62px;
        text-align: left;
    }
    .auto-style13 {
        width: 40px;
    }
       ::-webkit-input-placeholder { /* Edge */
  color: silver;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: silver;
}


.wall-item {
  display: block;
  margin: 0 0 2px 0;
  /*padding: 12px;*/
  background: #ffffff;
  background-image: linear-gradient(rgb(255,255,255), rgb(246,246,246)); 
  border-radius: 3px;
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.36);
  transition: all 220ms;
  border: 1px solid rgba(6,152,217, 0.045); 
}

.wall-item:hover {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.45);
  transform: translateY(-5px);
  transition: all 220ms;
}
            .back
        {
        	 margin-left:45px; 
        	}

      /*          
       a {color:#666666; text-decoration:none; font-weight:normal ; font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px;
           
                
           
           }
a:hover {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;

    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(0, 136, 204);

background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 119, 179)); 
}
*/

        sa {color:#000000 !important; text-decoration:none; font-weight:normal ; font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px;
           
           
           
           }
sa:hover 
{
	text-decoration:none; 
	font-weight:normal;
	font-family: calibri;	
	font-size: 12px;
	text-shadow:0px 0px 1px silver; 
	padding:2px 7px; 
    text-decoration:none;
    color:#000000;
    box-shadow:0px 0px 5px #333;
    background-color:rgb(0, 136, 204);
    border-radius :2px 2px 2px 2px;    
    background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 119, 179)); 
}
.NA{ color:#ffffff; font-family: calibri;	font-size: 14px;text-shadow:0px 0px 1px silver;}
.NA:Hover{ color:#ffffff;background-image:none;  font-family: calibri;	font-size: 14px;text-shadow:0px 0px 1px silver;}
.JaiHo {
     text-decoration:none; 
     font-weight:normal;
     font-family: calibri;	
     font-size: 12px;
     text-shadow:0px 0px 1px silver; 
     padding:2px 7px;
     text-decoration:none;
     color:#ffffff !important  ;
     box-shadow:0px 0px 5px #333;
     background-color:rgb(0, 136, 204) !important ;

     background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 119, 179));
     }  


    .JaiHo0 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;

    color:#ffffff;
    box-shadow:0px 0px 5px #333;
height:75px;
  background-color:rgb(112,211,198);

background-image: linear-gradient(rgb(112,211,198), rgb(43,136,124)); 
}  
.JaiHo0:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}


    .JaiHo1 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;

    color:#ffffff;
    box-shadow:0px 0px 5px #333;height:75px;
  background-color:rgb(74,98,73);
background-image: linear-gradient(rgb(74,98,73), rgb(55,62,47)); 
}  

.JaiHo1:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}

    .JaiHo2 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
 height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
  background-color:rgb(222,186,154);
background-image: linear-gradient(rgb(222,186,154), rgb(174,113,57)); 
}  
.JaiHo2:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}


    .JaiHo3a {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
  background-color:rgb(90,188,196);
background-image: linear-gradient(rgb(90,188,196), rgb(51,136,142)); 
}  
<%--.JaiHo3a:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}--%>

    .JaiHo3 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
  background-color:rgb(90,188,196);
background-image: linear-gradient(rgb(90,188,196), rgb(51,136,142)); 
}  
.JaiHo3:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}

    .JaiHo4 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(238,165,143);
background-image: linear-gradient(rgb(238,165,143), rgb(228,114,80)); 
}  
.JaiHo4:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}


    .JaiHo5 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(0,129,110);
background-image: linear-gradient(rgb(0,129,110), rgb(0,94,80)); 
}  
.JaiHo5:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}

    .JaiHo5a {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(0,129,110);
background-image: linear-gradient(rgb(0,129,110), rgb(0,94,80)); 
}  



    .JaiHo6 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(140,184,228);
background-image: linear-gradient(rgb(140,184,228), rgb(43,113,183)); 
}  
.JaiHo6:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}

    .JaiHo6a {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;

    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(140,184,228);
background-image: linear-gradient(rgb(140,184,228), rgb(43,113,183)); 
} 



    .JaiHo7 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(32,95,131);
background-image: linear-gradient(rgb(32,95,131), rgb(173,39,106)); 
}  
.JaiHo7:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}

    .JaiHo8 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(210,54,131);
background-image: linear-gradient(rgb(210,54,131), rgb(173,39,106)); 
}  
.JaiHo8:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}
    .JaiHo8a {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;

    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(210,54,131);
background-image: linear-gradient(rgb(210,54,131), rgb(173,39,106)); 
}  
    .JaiHo9 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(0, 136, 204);
background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 119, 179)); 
}  

.JaiHo9:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}


    .JaiHo10 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(89,197,207);
background-image: linear-gradient(rgb(89,197,207), rgb(0, 119, 179)); 
}  


.JaiHo10:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}


    .JaiHo10a {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;

    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(89,197,207);
background-image: linear-gradient(rgb(89,197,207), rgb(0, 119, 179)); 
}  


.JaiHo10a:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}

    .JaiHo11 
    {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;

    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(192,192,192);
background-image: linear-gradient(rgb(102,102,102),rgb(153,153,153)); 
}  


.JaiHo11:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}

.JaiHo12 
    {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(153,00,51);
background-image: linear-gradient(rgb(223,00,72), rgb(153,00,51)); 
}  
.JaiHo12:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}



    .JaiHo13 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(204,153,00);
background-image: linear-gradient(rgb(204,153,00), rgb(153,102,00)); 
}  


.JaiHo13:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}


    .JaiHo14 {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
height:75px;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(153,153,153);
background-image: linear-gradient(rgb(153,153,153), rgb(102,102,102)); 
}  


.JaiHo14:hover {
  transform: translateY(-5px);
  transition: all 220ms;
}

    .JaiHo14a {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver; padding:2px 7px; 
                 text-decoration:none;
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
background-color:rgb(153,153,153);
background-image: linear-gradient(rgb(153,153,153), rgb(102,102,102)); 
}  
.rmenu {color:rgb(58, 135, 173); text-decoration:none; font-weight:normal ; font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver;}
.rmenu:hover {color:Gray; text-decoration:none; font-weight:normal;font-family: calibri;	font-size: 12px;text-shadow:0px 0px 1px silver;
                 text-decoration:none;
    /*color:rgb(63,170,226);*/
    color:#ffffff;
    box-shadow:0px 0px 5px #333;
	/*background:rgb(0, 129, 194);
    border:1px solid rgb(0, 129, 194);
    width:100%;
    height:Auto;
	padding:2px 6px; 
    clear: both;
    font-weight: normal;

    white-space: normal;
    background-color:rgb(63,170,226) ;*/
background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 119, 179)); 
background-repeat: repeat-x; 
background-color: rgb(0, 129, 194); }
.omenu {color:Olive; text-decoration:none; font-weight:none}
.omenu:hover {color:Olive; text-decoration=underline; font-weight:bold}
.ymenu {color:#ffdf00; text-decoration=underline; font-weight:bold }
.ymenu:hover {color:#ffff00; text-decoration:none; font-weight:bold}
.smenu {color:#555; text-decoration:none; font-weight:none }
.smenu:hover {color:#3f3999; text-decoration:none; font-weight:bold}
.bmenu {color:#000077; text-decoration:none; font-weight:bold }
.bmenu:hover {color:#0099ff; text-decoration:none; font-weight:bold}
.gmenu {color:#177f00; text-decoration:none; font-weight:bold }
.gmenu:hover {color:#1fff00; text-decoration:none; font-weight:bold}
.grmenu {color:#1fff00; text-decoration:none; font-weight:none }
.grmenu:hover {color:#1fff00; text-decoration=underline; font-weight:bold}
.pmenu {color:pink; text-decoration:none; font-weight:bold }
.pmenu:hover {color:Maroon; text-decoration:none; font-weight:bold}
.wmenu {color:#ffffff; text-decoration:none; font-weight:none }
.wmenu:hover {color:#ffffff; text-decoration:underline; font-weight:bold}
.vmenu {color:Gray; text-decoration:none; font-weight:none ;	font-family: calibri;	font-size: 12px;}
.vmenu:hover {color:#000000; text-decoration:none; font-weight:none;	font-family: calibri;	font-size: 12px;}
.zmenu {color:Gray; text-decoration:none; font-weight:none ;	font-family: calibri;	font-size: 12px;}
.zmenu:hover {color:rgb(58, 135, 173); text-decoration:none; font-weight:none;	font-family: calibri;	font-size: 12px;}                     

.alertX {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}                              

::placeholder {
  color: silver;
}
h3 {
	font-size:210%;
	color:#0074D9;
	font-weight:normal;
	letter-spacing:-.05em;
	margin:.6em 0;
	position:relative;
    text-shadow:1px 1px 2px #000;
}

.cloud-text {
	font-family: 'Coiny', cursive;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;	
	background-image: url(src/i6.jpg);
	background-size: auto;
	background-attachment: unset;
	background-position: 0%;
	width: 80%;
	margin: 10%;
	font-size: 134px;
	animation: clouds-moving infinite 220s;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-timing-function: linear;
	text-align: center;
}
.knockout {
  background: url(src/papers.co-vw15-light-line-green-pattern-background-40-wallpaper.jpg); -80px -80px;
 /* color: #000;*/
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
  font-size: 55px;
  font-family: calibri,arial, helvetica;
  width: 600px;
  margin: 50px auto;
  text-align: center;
}


span.example {
 color:#333333;text-shadow:1px 5px 5px #000; text-decoration:bold;
  padding: 20px;
}

@media screen and (min-width: 910px) {
  span.example {
    font-size:4vw;
  }
}

@media screen and (max-width: 900px) {
  span.example {
    font-size: 25px;
  }
}

.headerX{
  width: 45%;
  height: 9% !important;
  min-height:45px;
  left: 52% !important;
  position:relative;
  background: -webkit-linear-gradient(left, #25c481, #25b7c4);
  background: linear-gradient(45deg, #35eb93, #2cacd1);
 /* border-top-left-radius:10px;
  border-top-right-radius:10px;*/
  border-bottom-left-radius: 55px 25px;
  border-bottom-right-radius: 55px 25px;
 box-shadow: 5px 5px 10px rgba(0,0,0,.5);
 color: #fff;
 text-shadow: 1px 5px 5px #000; 
 text-decoration: bold;
 font-family: Calibri;
 font-size: 24px;
 text-align: center;
 vertical-align: middle;
}
.headerXSqr{

            border-radius: 15px !important; 
        background-color: #9aa4ec;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
        text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
       /*background-image:  linear-gradient(rgb(130, 142,232), rgb(154, 164, 236));*/
        color:#fff;
        padding:5px 35px 5px;
        font-family:Calibri;
        box-shadow:5px 5px 10px rgba(0,0,0,.5);
        font-weight:500;font-size:16.5px;
        text-align: left;

background: linear-gradient(45deg,#159957,#155799);
}
     
                   .monk {
            color: #333333;
            text-shadow: 1px 5px 5px #000;
        }
    .block{
        border-radius: 15px !important; 
        background-color: #9aa4ec;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
        text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
       /*background-image:  linear-gradient(rgb(130, 142,232), rgb(154, 164, 236));*/
        color:#fff;
        padding:5px 35px 5px;
        font-family:Calibri;
        box-shadow:5px 5px 10px rgba(0,0,0,.5);
        font-weight:500;font-size:16.5px;
        text-align: left;
     background: linear-gradient(45deg, #243949, #2cacd1);
    }


.blockSqr {
        border-radius: 15px !important; 
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
        color:rgb(0,0,0);
        padding:5px 35px 5px;
        font-family:Calibri;
        box-shadow:5px 5px 10px rgba(0,0,0,.25);
        font-weight:500;font-size:18px;
        text-align: left;
}
.blockSqr1 {
        border-radius: 16px !important; 
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
        color:rgb(0,0,0);
        padding:5px 35px 5px;
        font-family:Calibri;
        box-shadow:5px 5px 10px rgba(0,0,0,.5);
        font-weight:500;font-size:16px;
        text-align: left;
}                                                                                                                                                                                                                                                                                              table .pure-g{display:block}}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}.pure-u{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-g [class*=pure-u]{font-family:sans-serif}.pure-u-1,.pure-u-1-1,.pure-u-1-12,.pure-u-1-2,.pure-u-1-24,.pure-u-1-3,.pure-u-1-4,.pure-u-1-5,.pure-u-1-6,.pure-u-1-8,.pure-u-10-24,.pure-u-11-12,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-2-24,.pure-u-2-3,.pure-u-2-5,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24,.pure-u-3-24,.pure-u-3-4,.pure-u-3-5,.pure-u-3-8,.pure-u-4-24,.pure-u-4-5,.pure-u-5-12,.pure-u-5-24,.pure-u-5-5,.pure-u-5-6,.pure-u-5-8,.pure-u-6-24,.pure-u-7-12,.pure-u-7-24,.pure-u-7-8,.pure-u-8-24,.pure-u-9-24{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-1-24{width:4.1667%}.pure-u-1-12,.pure-u-2-24{width:8.3333%}.pure-u-1-8,.pure-u-3-24{width:12.5%}.pure-u-1-6,.pure-u-4-24{width:16.6667%}.pure-u-1-5{width:20%}.pure-u-5-24{width:20.8333%}.pure-u-1-4,.pure-u-6-24{width:25%}.pure-u-7-24{width:29.1667%}.pure-u-1-3,.pure-u-8-24{width:33.3333%}.pure-u-3-8,.pure-u-9-24{width:37.5%}.pure-u-2-5{width:40%}.pure-u-10-24,.pure-u-5-12{width:41.6667%}.pure-u-11-24{width:45.8333%}.pure-u-1-2,.pure-u-12-24{width:50%}.pure-u-13-24{width:54.1667%}.pure-u-14-24,.pure-u-7-12{width:58.3333%}.pure-u-3-5{width:60%}.pure-u-15-24,.pure-u-5-8{width:62.5%}.pure-u-16-24,.pure-u-2-3{width:66.6667%}.pure-u-17-24{width:70.8333%}.pure-u-18-24,.pure-u-3-4{width:75%}.pure-u-19-24{width:79.1667%}.pure-u-4-5{width:80%}.pure-u-20-24,.pure-u-5-6{width:83.3333%}.pure-u-21-24,.pure-u-7-8{width:87.5%}.pure-u-11-12,.pure-u-22-24{width:91.6667%}.pure-u-23-24{width:95.8333%}.pure-u-1,.pure-u-1-1,.pure-u-24-24,.pure-u-5-5{width:100%}.pure-button{display:inline-block;zoom:1;line-height:normal;white-space:nowrap;vertical-align:middle;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button-group{letter-spacing:-.31em;text-rendering:optimizespeed}.opera-only :-o-prefocus,.pure-button-group{word-spacing:-.43em}.pure-button-group .pure-button{letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-button{font-family:inherit;font-size:100%;padding:.5em 1em;color:#444;color:rgba(0,0,0,.8);border:1px solid #999;border:none transparent;background-color:#e6e6e6;text-decoration:none;border-radius:2px}.pure-button-hover,.pure-button:focus,.pure-button:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.pure-button:focus{outline:0}.pure-button-active,.pure-button:active{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;border-color:#000}.pure-button-disabled,.pure-button-disabled:active,.pure-button-disabled:focus,.pure-button-disabled:hover,.pure-button[disabled]{border:none;background-image:none;opacity:.4;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;pointer-events:none}.pure-button-hidden{display:none}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#0078e7;color:#fff}.pure-button-group .pure-button{margin:0;border-radius:0;border-right:1px solid #111;border-right:1px solid rgba(0,0,0,.2)}.pure-button-group .pure-button:first-child{border-top-left-radius:2px;border-bottom-left-radius:2px}.pure-button-group .pure-button:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px;border-right:none}.pure-form input[type=color],.pure-form input[type=date],.pure-form input[type=datetime-local],.pure-form input[type=datetime],.pure-form input[type=email],.pure-form input[type=month],.pure-form input[type=number],.pure-form input[type=password],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=text],.pure-form input[type=time],.pure-form input[type=url],.pure-form input[type=week],.pure-form select,.pure-form textarea{padding:.5em .6em;display:inline-block;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 3px #ddd;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box}.pure-form input:not([type]){padding:.5em .6em;display:inline-block;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 3px #ddd;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.pure-form input[type=color]{padding:.2em .5em}.pure-form input[type=color]:focus,.pure-form input[type=date]:focus,.pure-form input[type=datetime-local]:focus,.pure-form input[type=datetime]:focus,.pure-form input[type=email]:focus,.pure-form input[type=month]:focus,.pure-form input[type=number]:focus,.pure-form input[type=password]:focus,.pure-form input[type=search]:focus,.pure-form input[type=tel]:focus,.pure-form input[type=text]:focus,.pure-form input[type=time]:focus,.pure-form input[type=url]:focus,.pure-form input[type=week]:focus,.pure-form select:focus,.pure-form textarea:focus{outline:0;border-color:#129fea}.pure-form input:not([type]):focus{outline:0;border-color:#129fea}.pure-form input[type=checkbox]:focus,.pure-form input[type=file]:focus,.pure-form input[type=radio]:focus{outline:thin solid #129fea;outline:1px auto #129fea}.pure-form .pure-checkbox,.pure-form .pure-radio{margin:.5em 0;display:block}.pure-form input[type=color][disabled],.pure-form input[type=date][disabled],.pure-form input[type=datetime-local][disabled],.pure-form input[type=datetime][disabled],.pure-form input[type=email][disabled],.pure-form input[type=month][disabled],.pure-form input[type=number][disabled],.pure-form input[type=password][disabled],.pure-form input[type=search][disabled],.pure-form input[type=tel][disabled],.pure-form input[type=text][disabled],.pure-form input[type=time][disabled],.pure-form input[type=url][disabled],.pure-form input[type=week][disabled],.pure-form select[disabled],.pure-form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input:not([type])[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input[readonly],.pure-form select[readonly],.pure-form textarea[readonly]{background-color:#eee;color:#777;border-color:#ccc}.pure-form input:focus:invalid,.pure-form select:focus:invalid,.pure-form textarea:focus:invalid{color:#b94a48;border-color:#e9322d}.pure-form input[type=checkbox]:focus:invalid:focus,.pure-form input[type=file]:focus:invalid:focus,.pure-form input[type=radio]:focus:invalid:focus{outline-color:#e9322d}.pure-form select{height:2.25em;border:1px solid #ccc;background-color:#fff}.pure-form select[multiple]{height:auto}.pure-form label{margin:.5em 0 .2em}.pure-form fieldset{margin:0;padding:.35em 0 .75em;border:0}.pure-form legend{display:block;width:100%;padding:.3em 0;margin-bottom:.3em;color:#333;border-bottom:1px solid #e5e5e5}.pure-form-stacked input[type=color],.pure-form-stacked input[type=date],.pure-form-stacked input[type=datetime-local],.pure-form-stacked input[type=datetime],.pure-form-stacked input[type=email],.pure-form-stacked input[type=file],.pure-form-stacked input[type=month],.pure-form-stacked input[type=number],.pure-form-stacked input[type=password],.pure-form-stacked input[type=search],.pure-form-stacked input[type=tel],.pure-form-stacked input[type=text],.pure-form-stacked input[type=time],.pure-form-stacked input[type=url],.pure-form-stacked input[type=week],.pure-form-stacked label,.pure-form-stacked select,.pure-form-stacked textarea{display:block;margin:.25em 0}.pure-form-stacked input:not([type]){display:block;margin:.25em 0}.pure-form-aligned .pure-help-inline,.pure-form-aligned input,.pure-form-aligned select,.pure-form-aligned textarea,.pure-form-message-inline{display:inline-block;vertical-align:middle}.pure-form-aligned textarea{vertical-align:top}.pure-form-aligned .pure-control-group{margin-bottom:.5em}.pure-form-aligned .pure-control-group label{text-align:right;display:inline-block;vertical-align:middle;width:10em;margin:0 1em 0 0}.pure-form-aligned .pure-controls{margin:1.5em 0 0 11em}.pure-form .pure-input-rounded,.pure-form input.pure-input-rounded{border-radius:2em;padding:.5em 1em}.pure-form .pure-group fieldset{margin-bottom:10px}.pure-form .pure-group input,.pure-form .pure-group textarea{display:block;padding:10px;margin:0 0 -1px;border-radius:0;position:relative;top:-1px}.pure-form .pure-group input:focus,.pure-form .pure-group textarea:focus{z-index:3}.pure-form .pure-group input:first-child,.pure-form .pure-group textarea:first-child{top:1px;border-radius:4px 4px 0 0;margin:0}.pure-form .pure-group input:first-child:last-child,.pure-form .pure-group textarea:first-child:last-child{top:1px;border-radius:4px;margin:0}.pure-form .pure-group input:last-child,.pure-form .pure-group textarea:last-child{top:-2px;border-radius:0 0 4px 4px;margin:0}.pure-form .pure-group button{margin:.35em 0}.pure-form .pure-input-1{width:100%}.pure-form .pure-input-3-4{width:75%}.pure-form .pure-input-2-3{width:66%}.pure-form .pure-input-1-2{width:50%}.pure-form .pure-input-1-3{width:33%}.pure-form .pure-input-1-4{width:25%}.pure-form .pure-help-inline,.pure-form-message-inline{display:inline-block;padding-left:.3em;color:#666;vertical-align:middle;font-size:.875em}.pure-form-message{display:block;color:#666;font-size:.875em}@media only screen and (max-width :480px){.pure-form button[type=submit]{margin:.7em 0 0}.pure-form input:not([type]),.pure-form input[type=color],.pure-form input[type=date],.pure-form input[type=datetime-local],.pure-form input[type=datetime],.pure-form input[type=email],.pure-form input[type=month],.pure-form input[type=number],.pure-form input[type=password],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=text],.pure-form input[type=time],.pure-form input[type=url],.pure-form input[type=week],.pure-form label{margin-bottom:.3em;display:block}.pure-group input:not([type]),.pure-group input[type=color],.pure-group input[type=date],.pure-group input[type=datetime-local],.pure-group input[type=datetime],.pure-group input[type=email],.pure-group input[type=month],.pure-group input[type=number],.pure-group input[type=password],.pure-group input[type=search],.pure-group input[type=tel],.pure-group input[type=text],.pure-group input[type=time],.pure-group input[type=url],.pure-group input[type=week]{margin-bottom:0}.pure-form-aligned .pure-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.pure-form-aligned .pure-controls{margin:1.5em 0 0 0}.pure-form .pure-help-inline,.pure-form-message,.pure-form-message-inline{display:block;font-size:.75em;padding:.2em 0 .8em}}.pure-menu{-webkit-box-sizing:border-box;box-sizing:border-box}.pure-menu-fixed{position:fixed;left:0;top:0;z-index:3}.pure-menu-item,.pure-menu-list{position:relative}.pure-menu-list{list-style:none;margin:0;padding:0}.pure-menu-item{padding:0;margin:0;height:100%}.pure-menu-heading,.pure-menu-link{display:block;text-decoration:none;white-space:nowrap}.pure-menu-horizontal{width:100%;white-space:nowrap}.pure-menu-horizontal .pure-menu-list{display:inline-block}.pure-menu-horizontal .pure-menu-heading,.pure-menu-horizontal .pure-menu-item,.pure-menu-horizontal .pure-menu-separator{display:inline-block;zoom:1;vertical-align:middle}.pure-menu-item .pure-menu-item{display:block}.pure-menu-children{display:none;position:absolute;left:100%;top:0;margin:0;padding:0;z-index:3}.pure-menu-horizontal .pure-menu-children{left:0;top:auto;width:inherit}.pure-menu-active>.pure-menu-children,.pure-menu-allow-hover:hover>.pure-menu-children{display:block;position:absolute}.pure-menu-has-children>.pure-menu-link:after{padding-left:.5em;content:"\25B8";font-size:small}.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after{content:"\25BE"}.pure-menu-scrollable{overflow-y:scroll;overflow-x:hidden}.pure-menu-scrollable .pure-menu-list{display:block}.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list{display:inline-block}.pure-menu-horizontal.pure-menu-scrollable{white-space:nowrap;overflow-y:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.5em 0}.pure-menu-horizontal .pure-menu-children .pure-menu-separator,.pure-menu-separator{background-color:#ccc;height:1px;margin:.3em 0}.pure-menu-horizontal .pure-menu-separator{width:1px;height:1.3em;margin:0 .3em}.pure-menu-horizontal .pure-menu-children .pure-menu-separator{display:block;width:auto}.pure-menu-heading{text-transform:uppercase;color:#565d64}.pure-menu-link{color:#777}.pure-menu-children{background-color:#fff}.pure-menu-disabled,.pure-menu-heading,.pure-menu-link{padding:.5em 1em}.pure-menu-disabled{opacity:.5}.pure-menu-disabled .pure-menu-link:hover{background-color:transparent}.pure-menu-active>.pure-menu-link,.pure-menu-link:focus,.pure-menu-link:hover{background-color:#eee}.pure-menu-selected>.pure-menu-link,.pure-menu-selected>.pure-menu-link:visited{color:#000}.pure-table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}.pure-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.pure-table td,.pure-table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em}.pure-table thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}.pure-table td{background-color:transparent}.pure-table-odd td{background-color:#f2f2f2}.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}.pure-table-bordered td{border-bottom:1px solid #cbcbcb}.pure-table-bordered tbody>tr:last-child>td{border-bottom-width:0}.pure-table-horizontal td,.pure-table-horizontal th{border-width:0 0 1px 0;border-bottom:1px solid #cbcbcb}.pure-table-horizontal tbody>tr:last-child>td{border-bottom-width:0}