#nav > ul, #nav li ul {
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
#nav {
	width: 48em;
	position: absolute;
	top: 0;
	margin: 6px 0 0 -24em;
	z-index: 999;
	font: 600 14px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	right: 80px;
}
#nav > a {
	display: none;
}
#nav li	{
    position: relative;
}
#nav li a {
	color: #08019F;
	display: block;
	box-shadow: inset #13B4EF 0 -1px 1px, inset 0 1px 1px #13B4EF, #13B4EF 0 0 0 1px, #000 0 10px 15px -10px;
  transition: 0.2s;
}

#nav li a:active {
	background-color: #10C4E9 !important;
	color: #E1F9FF;
}
#nav span:after {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: none;
	border-top-color: #CDF0F5;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -6px;
}
#nav > ul > li {
	width: 16.65%;
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	line-height: 2.4em;
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
border-right: 1px solid #91E8F7;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: #10C4E9;
	color: #FFF;
}
#nav li ul {
	background-color: #3693F4;
	display: none;
	position: absolute;
	top: 100%;
	width: 12em;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size: 13px;
	border-top: 1px solid #91E8F7;
	padding: 0.67em 0.7em;
	color: #FFF;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a	{
	background-color: #10C4E9;
}
.tabs {
	position: relative;
	margin: 20px auto;
}
.tabs label {
	margin: 0 8px;
	float: left;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	top: 0;
	width: 47%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	z-index: 1;
	background-color: #000000;
	color: #FFFFFF;
}
.krcena {
	font-size: 28px;
	font-weight: 800;
	color: #B00002;
	margin-left: 115px;
	width: 35%;
	line-height: 82px;
}
.krref {
	font-size: 22px;
	font-weight: 700;
	color: #013546;
	margin-left: 105px;
	width: 30%;
}
#rating {
    position: absolute;
    top: 120px;
    right: 8%;
}

th {
	font-size: 18px;
	border-bottom: 1px solid #fff;
	padding: 9px 0 21px 0;
	text-align: center;
}
td {
  padding: 0 7px;
  height: 26px;
  background: #D6ECF2;
  border-bottom: 2px solid #fff;
  border-top: 1px solid transparent;
}
.tbs, .tbs:hover {
	background-color: rgba(242,249,255,1.00);
}
tr:nth-child(odd) {
  background: white;
}
tr:nth-child(even) {
	background-color: #E5FBF5;
}
.tab-rt {
	text-align: right;
	font-weight: bold;
}
@media only screen and (max-width : 1100px),
only screen and (max-device-width : 1100px){
#nav {
	width: 44em;
	margin: 6px 0 0 -22em;
	font-size: 13px;
}
		}
		
@media only screen and (max-width : 920px),
only screen and (max-device-width : 920px){
#nav {
	width: 44em;
	margin: 6px 0 0 -22em;
	right: 50px;
}
#nav > ul > li > a {
	font-size: 12px;
	line-height: 2.2em;
}
#nav li ul a {
	font-size: 12px;
	padding: 0.65em;
}

		}
		
@media only screen and (max-width : 720px),
only screen and (max-device-width : 720px){
#nav {
	width: 42em;
	margin: 4px 0 0 -21em;
}
#nav > ul > li > a {
	font-size: 12px;
	line-height: 2.2em;
}
#nav li ul a {
	font-size: 11px;
	padding: 0.63em;
}
}
@media only screen and (max-width : 700px),
only screen and (max-device-width : 700px){
#rating {
    right: 3%;
}
}			
@media only screen and (max-width : 640px),
only screen and (max-device-width : 640px){
#nav {
	position: static;
	margin: 0 0 0 20px;
}
#nav li a {
	background-color: #10C4E9;
	color: #FFF;
}

		}
		
		@media only screen and (max-width : 639px),
only screen and (max-device-width : 639px){
#nav {
	position: relative;
	width: 200px;
	top: auto;
	left: 15px;
	font-size: 14px;
}
#nav > a {
	width: 5.5em;
	height: 2.4em;
	text-align: left;
	text-indent: -9999px;
	background-color: #00A9CC;
	position: relative;
}
#nav li ul a {
	font-size: 13px;
}
#nav > a:before, #nav > a:after	{
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
display: block;
}
#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
#nav:target > ul {
    display: block;
}
#nav > ul > li {
	width: 200px;
	float: none;
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding: 0 0.833em;
	font-size: 14px;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #91E8F7;
}
#nav li ul {
	position: static;
	padding: 1.25em;
	padding-top: 0;
}

		}
		@media only screen and (max-width : 520px),
only screen and (max-device-width : 520px){

#rating img  {
	display: none;
}

}
	