html {
	background:#1e2436;
	height:100%;
}
body {
	font-family:'PT Sans', sans-serif;
	color:#fff;
	outline:none;
	margin:0;
	padding:70px 0 0 0;
	height:100%;
}
a:link {
	color:#000;
	text-decoration:none;
	outline:none;
	-webkit-transition:color 0.2s ease-in-out;
	-moz-transition:color 0.2s ease-in-out;
	-o-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#000;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
	outline:none;
}
p {
	font-size:14pt;
	line-height:28px;
	margin:0;
	padding:6px 0;
}
a img {
	border:0;
}
h1 {
	width:100%;
	font-size:34pt;
	line-height:48px;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	font-weight:700;
	border-bottom:1px solid rgba(255,255,255,0.65);
	text-shadow:0 1px 1px rgba(0,0,0,0.75);
	float:left;
}
h2 {
	width:100%;
	font-size:20pt;
	line-height:28px;
	font-weight:700;
	margin:0;
	padding:10px 0 25px 0;
	float:left;
}
h2 span {
	width:100%;
	display:block;
	font-size:13pt;
	line-height:24px;
}
h3 {
	width:100%;
	font-size:23pt;
	line-height:28px;
	font-weight:normal;
	margin:0;
	padding:7px 0 22px 0;
	float:left;
}
.logo {
	background:url(img/logo_new.png) no-repeat;
	width:65px;
	height:51px;
	margin-top:11px;
	float:left;
}
.intro-text {
	width:1200px;
	height:90px;
	margin:25px auto 30px auto;
	color:#fff;
	text-align:center;
	position:relative;
}
.intro-text span {
	font-size:24pt;
	line-height:45px;
	font-style:italic;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(0,0,0,0.75);
}
.intro-text a {
	position:absolute;
	top:0;
	left:0;
	color:#fff;
}
.page-content {
	width:100%;
	min-width:1200px;
	background:rgba(30,36,54,0.8);
	float:left;
}
.page-content-blue {
	width:100%;
	color:#111;
	text-shadow:0 1px 1px rgba(255,255,255,0.25);
	float:left;
}
.page-content-dark {
	width:100%;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.25);
	float:left;
}
.page-content-dark a {
	color:#ddd;
	text-decoration:none;
}
.page-content-dark a:hover {
	color:#fff;
	text-decoration:underline;
}
.header {
	min-width:1200px;
	background:#1e2436 !important;
	height:70px;
	padding:0;
	position:fixed;
	top:0;
	left:0;
	-moz-box-shadow:0 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 4px 4px rgba(0,0,0,0.2);
	box-shadow:0 4px 4px rgba(0,0,0,0.2);
	float:left;
	z-index:99;
}
.header-white {
	background:#f5f5f5 !important;
}
.footer {
	background:#fff !important;
	color:#111;
	padding:20px 0;
}
.header .content {
	background:none;
	width:100%;
	min-width:1200px;
	padding:0;
	min-height:inherit;
}
.menu {
	height:70px;
	float:right;
}
.menu ul {
	width:100%;
	height:70px;
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.menu ul li {
	height:70px;
	margin:0;
	padding:0;
	vertical-align:middle;
	position:relative;
	float:left;
}
.menu ul li a {
	font-size:14pt;
	line-height:26px;
	font-weight:bold;
	color:#fff;
	padding:22px 13px;
	margin-right:9px;
	position:relative;
	text-shadow:0 1px 1px rgba(0,0,0,0.75);
	text-decoration:none;
	float:left;
}
.header-white .menu ul li a {
	color:#000;
	text-shadow:0 0 0 rgba(0,0,0,0);
}
.menu ul li a div, .menu ul li a.current div {
	background:#f30;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	opacity:0;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.menu ul li a:hover div, .menu ul li a.current div {
	opacity:1;
}
.menu ul li a .new {
	color:#fff;
	background-color:#f30;
	font-size:10pt;
	line-height:12px;
	padding:3px;
	font-weight:normal;
	text-shadow:0 0 0 rgba(0,0,0,0);
	position:absolute;
	top:0;
	right:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.container {
	width:1200px;
	margin:0 auto;
}
.content {
	font-size:13pt;
	line-height:24px;
	width:100%;
	position:relative;
	float:left;
}
.content-text {
	min-height:500px;
	padding:35px 0;
}
.content-text img {
	width:auto;
	max-width:100%;
	height:auto;
}
.divider-white {
	background:rgba(255,255,255,0.65);
	width:1px;
	position:absolute;
	top:0;
	left:50%;
	bottom:0;
}
.divider-dark {
	background:rgba(0,0,0,0.65);
	width:1px;
	position:absolute;
	top:0;
	left:50%;
	bottom:0;
}
.info-block {
	width:180px;
	padding-right:15px;
	float:left;
}
.autokross-block {
	width:50%;
	padding:0 20px 40px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.autosprints-block {
	width:50%;
	padding:0 0 40px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.clock-content .autokross-block, .clock-content .autosprints-block {
	padding-bottom:10px;
}
.video-content .autokross-block, .video-content .autosprints-block {
	padding-top:10px;
}
.page-content-blue .autokross-block, .page-content-dark .autokross-block {
	padding-top:20px;
}
.page-content-blue .autosprints-block, .page-content-dark .autosprints-block {
	padding-top:20px;
}
.slides-bg {
	background:url(img/pattern.png) top left;
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
	display:none;
}
.info {
	width:100%;
	padding:10px;
	background-color:#111;
	margin-bottom:20px;
	font-size:13pt;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-shadow:0 1px 1px rgba(0,0,0,0.75);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.info a {
	color:#ddd;
}
.page-content-intro .info {
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.15);
	box-shadow:0 3px 3px rgba(0,0,0,0.15);
}
.info-white {
	background-color:rgba(255,255,255,0.35);
	color:#111;
	text-shadow:none;
	padding:15px;
}
.info-red {
	background-color:#cc0000;
}
.info-orange {
	background-color:#ff6600;
}
.info-yellow {
	background-color:#cccc00;
	color:#111;
}
.info-green {
	background-color:#669900;
}
.info-skyblue {
	background-color:#0099cc;
}
.info-blue {
	background-color:#006699;
}
.info-bluegreen {
	background-color:#009999;
}
.info strong {
	font-size:18pt;
	line-height:26px;
}
input, select {
	font-family:'PT Sans', sans-serif;
	font-size:13pt;
	line-height:24px;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid rgba(30,36,54,0.25);
	padding:7px 20px;
	margin-bottom:10px;
}
.content button {
	font-family:'PT Sans', sans-serif;
	font-size:13pt;
	line-height:24px;
	background:#1e2436;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:0;
	padding:8px 20px;
	font-weight:bold;
	cursor:pointer;
	-webkit-transition:background 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out;
	transition:background 0.2s ease-in-out;
}
.content button:hover {
	background:#353a4a;
}
ol {
	width:100%;
	margin:0;
	padding:8px 0 0 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
ol li {
	width:100%;
	margin:0;
	padding:0;
	font-size:13pt;
	line-height:24px;
}
ol li span {
	color:#777;
}
.class-full {
	width:100%;
	line-height:21px;
	color:#f00;
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #f00;
	font-weight:bold;
}
.atbalstitaji {
	text-align:center;
	margin:50px 0 0 0;
}
.copyrights {
	width:100%;
	background:#1e2436;
	color:#fff;
	text-align:center;
	padding:35px 0 60px 0;
	float:left;
}
.jaunums {
	padding:10px 0;
	border-bottom:1px solid rgba(255,255,255,0.12);
}
.jaunums:last-child {
	border:0;
}
.jaunums a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
.jaunums .new-article {
	font-size:10pt;
	line-height:18px;
	padding:2px 8px;
	margin:0 5px 0 2px;
}
a.draugiem {
	background:url(img/draugiem.png) no-repeat;
	width:48px;
	height:48px;
	position:absolute;
	top:21px;
	right:66px;
	left:auto;
}
a.facebook {
	background:url(img/facebook.png) no-repeat;
	width:48px;
	height:48px;
	position:absolute;
	top:21px;
	right:0;
	left:auto;
}
.list {
	width:100%;
	padding:20px 0 35px 0;
	border-bottom:1px solid #1e2436;
	position:relative;
	float:left;
}
.list-bg {
	background:rgba(255,255,0,0) !important;
	-webkit-transition:background 2s ease-in-out;
	-moz-transition:background 2s ease-in-out;
	-o-transition:background 2s ease-in-out;
	transition:background 2s ease-in-out;
}
.list:last-child {
	border:0;
}
.list .list-img {
	margin-top:10px;
	margin-bottom:0;
}
.list-img {
	width:1220px;
	margin:0 0 50px -10px;
	float:left;
}
.list-img div {
	background:url(img/loading.png) no-repeat center rgba(255,255,255,0.35);
	width:183px;
	height:183px;
	margin:16px 8px 0 8px;
	border:2px solid rgba(255,255,255,0);
	position:relative;
	-webkit-transition:border-color 0.2s ease-in-out;
	-moz-transition:border-color 0.2s ease-in-out;
	-o-transition:border-color 0.2s ease-in-out;
	transition:border-color 0.2s ease-in-out;
	float:left;
}
.list-img div a img {
	width:183px;
	height:183px;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.list-img div:hover {
	border-color:#fff;
}
.list .new-gallery {
	position:static;
	display:inline-block;
}
.list .list-id {
	position:absolute;
	top:-69px;
	left:0;
}
.page-content-blue .list-img div:hover {
	border-color:#1e2436;
}
.news-img {
	width:320px !important;
	margin:0 0 0 20px;
	border:1px solid #000;
	height:auto;
	float:right;
}
.news-list img {
	max-width:300px !important;
	height:auto !important;
	display:block;
}
.list-title {
	width:100%;
	font-size:18pt;
	line-height:32px;
	font-weight:bold;
	padding-bottom:15px;
	float:left;
}
.list-title .list-title-date {
	opacity:0.6;
}
.doc a {
	font-size:14pt;
	line-height:28px;
	font-weight:bold;
	margin:3px 0;
	display:inline-block;
}
[data-fancybox=gallery] {
	background:#fff;
}
[data-fancybox=gallery] img {
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
[data-fancybox=gallery]:hover img {
	opacity:0.85;
}
.nav {
	width:100%;
	font-size:24pt;
	line-height:48px;
	padding-bottom:10px;
	margin-bottom:30px;
	font-weight:bold;
	float:left;
}
.nav a {
	text-decoration:none !important;
}
.nav a.current, .nav a.current:hover {
	color:#f30;
}
.nav a:hover {
	color:#f30;
}
.nav span {
	opacity:0.5;
	padding:0 4px;
}
.nav span:last-child {
	display:none;
}
.dalibnieki {
	width:1200px;
	text-align:center;
	margin-bottom:40px;
}
.dalibnieki .birthday {
	background:rgba(204,255,0,0.5);
}
.dalibnieki th {
	font-size:18pt;
	line-height:34px;
	border-bottom:1px solid #1e2436;
	padding:5px;
}
.dalibnieki td {
	height:105px;
	border-bottom:1px solid #1e2436;
	padding:5px;
	font-weight:bold;
	-webkit-transition:background 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out;
	transition:background 0.2s ease-in-out;
}
.dalibnieki tr:hover td {
	background:rgba(255,255,255,0.25);
}
div.pagnav {
	width:100%;
	font-size:14pt;
	line-height:30px;
	padding:20px 0 40px 0;
	float:left;
}
div.pagnav select {
	padding:6px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
div.pagnav a {
	background:#1e2436;
	text-decoration:none;
	color:#fff;
	margin:0 3px;
	padding:3px 0;
	width:36px;
	text-align:center;
	display:inline-block;
	-webkit-transition:background 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out;
	transition:background 0.2s ease-in-out;
}
div.pagnav a:hover {
	background:#404554;
}
div.pagnav a.current {
	background:#f30;
	text-decoration:none;
}
div.pagnav a.page-next, div.pagnav a.page-prev {
	width:auto;
	padding:3px 12px;
}
span.inactive {
	visibility:hidden;
}
.back {
	float: right;
	cursor:pointer;
}
.read {
	float: right;
	margin-right: 15px;
}
.gallery {
	width:100%;
	float:left;
}
.gallery ul {
	width:1220px;
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
	float:left;
}
.gallery ul li {
	background:rgba(0,153,153,0.65);
	width:224px;
	height:320px;
	margin:0 10px 20px 10px;
	padding:0;
	list-style:none;
	overflow:hidden;
	position:relative;
	float:left;
	-webkit-transition:background 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out;
	transition:background 0.2s ease-in-out;
}
.gallery ul li a {
	width:100%;
	height:100%;
	float:left;
}
.gallery ul li.sprints {
	background:rgba(0,102,153,0.65) !important;
}
.gallery ul li:hover {
	background:rgba(0,153,153,0.85);
}
.gallery ul li.sprints:hover {
	background:rgba(0,102,153,0.85) !important;
}
.gallery ul li.other-gallery {
	background:rgba(255,255,0,0.5) !important;
}
.gallery ul li.other-gallery:hover {
	background:rgba(255,255,0,0.65) !important;
}
.gallery ul li .gallery-thumb {
	background-position:center !important;
	background-size:auto 100% !important;
	width:218px;
	height:218px;
	margin:3px;
	float:left;
	-webkit-transition:background-size 0.2s ease-in-out;
	-moz-transition:background-size 0.2s ease-in-out;
	-o-transition:background-size 0.2s ease-in-out;
	transition:background-size 0.2s ease-in-out;
}
.gallery ul li a:hover .gallery-thumb {
	background-size:auto 108% !important;
}
.gallery ul li .gallery-title {
	width:194px;
	color:#fff;
	padding:6px 11px;
	font-size:11.9pt;
	line-height:20px;
	float:left;
}
.video-bg {
	background:url(img/video_bg.png) no-repeat center;
	width:218px !important;
	height:218px !important;
	position:absolute;
	top:3px;
	left:3px;
	z-index:10;
}
.video ul li {
	background:none;
}
.video ul li:hover {
	background:none;
}
.video .gallery-thumb {
	width:174px !important;
	margin:3px 25px !important;
}
a.download {
	background:url(img/download.png) no-repeat center;
	width:24px;
	height:32px;
	position:absolute;
	top:10px;
	left:10px;
	opacity:0;
	z-index:20;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}
.list-img div:hover a.download {
	opacity:1;
}
#clockwrapper {
	font-size:14pt;
	line-height:26px;
}
.clock {
	margin:0;	
}
.blink-me {
	color:#f30;
	animation:blinker 1s linear infinite;
}
@keyframes blinker {  
	50% {opacity:0}
}
#top-arrow {
	width:60px;
	height:60px;
	display:block;
	position:fixed;
	bottom:35px;
	right:35px;
	display:none;
	z-index:9999;
}
.top-arrow-white {
	background:url(img/top_arrow_white.png) center no-repeat rgba(0,0,0,0.5);
}
.top-arrow-black {
	background:url(img/top_arrow_black.png) center no-repeat rgba(255,255,255,0.5);
}
.new-article {
	color:#fff;
	background:#f30;
	padding:3px 10px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:13pt;
	line-height:20px;
	margin-left:5px;
}
.new-gallery {
	color:#fff;
	background:#f30;
	padding:3px 10px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:13pt;
	line-height:20px;
	position:absolute;
	top:3px;
	left:3px;
	z-index:11;
}
.poster {
	width:100%;
	padding:20px 0;
	float:left;
}
.soc {
	height:0;
	float:right;
}
.soc * {
	float:right;
}
.berniem {
	position:relative;
}
.berniem b {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	background:#fff;
 	height:10px;
	width:10px;
	position:absolute;
	top:-10px;
}
.berniem b.op0 {
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;
}
.berniem b.op1 {
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}
.berniem b.op2 {
	background:url(img/candy.png) no-repeat !important;
 	height:50px !important;
	width:50px !important;	
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	-ms-border-radius:0 !important;
	-o-border-radius:0 !important;
	border-radius:0 !important;
}
.progress-container {
	font-family:'Arial';
	font-size:16px;
	line-height:20px;
	background:rgba(0,0,0,0.85);
	color:#fff;
	text-align:center;
	width:100%;
	position:fixed;
	z-index:1006;
	bottom:0;
	left:0;
}
.progress-container .progress-content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.progress-container .progress-content .progress {
	width:100%;
	text-align:center;
	padding:16px 40px;
	box-sizing:border-box;
}
.progress-close {
	background:#fff;
	color:#000;
	padding:8px 12px;
	display:inline-block;
	cursor:pointer;
	margin-left:20px;
	border-radius:3px;
}