/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family:Arial;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- END RESET -- */

.row {
	width: 919px;
	max-width: 919px;
}

/* -- main styles -- */

.nopad {
	padding:0px;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}


/*h1, h2, h3, h4, h5 {
	color:;
	font-family:;
	padding:;
}

h1 {
	font-size:40px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:26px;
}

h4 {
	font-size:22px;
}
	
h5 {
	font-size:18px;
}*/


/* fancybox */

.fancybox-close {
    position: absolute;
    top: -4px;
    right: -31px;
}

.fancybox-opened .fancybox-skin {
	border-radius:0px;
}

.fancybox-prev {
    left: -70px;
}

.fancybox-next {
	right:-70px;
}

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcb00+0,ffff00+48,ffff00+86,ffcb00+100 */
	background: rgb(255,203,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,203,0,1) 0%, rgba(255,255,0,1) 48%, rgba(255,255,0,1) 86%, rgba(255,203,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,203,0,1) 0%,rgba(255,255,0,1) 48%,rgba(255,255,0,1) 86%,rgba(255,203,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,203,0,1) 0%,rgba(255,255,0,1) 48%,rgba(255,255,0,1) 86%,rgba(255,203,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb00', endColorstr='#ffcb00',GradientType=0 ); /* IE6-9 */
	min-height: 100%;
	min-width: 1000px;
}


.wrap {
	position: relative;
	top:50%;
	margin-top:-235px;
}

.top-box {
	border-radius:15px;
	background:#fff;
	margin-bottom:20px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom:13px;
}

.bot-box {
	background:url(../img/radio.png) no-repeat center center;
	background-size:100%;
	height: 116px;
}

.bot-box:after {
	display: block;
	background:url(../img/shadow.png) no-repeat center center;
	height: 21px;
	content:"";
	margin-top:50px;
	position: absolute;
	bottom:-40px;
	left:0;
	right: 0;
}


.nav {
	padding-top:50px;
}

.nav ul li {
	display: inline-block;
	border-right:1px solid #e6e6e6;
	margin-left:-4px;
	padding:0px 18px;
	line-height: 16px;
}

.nav ul li:last-child {
	border-right: none;
}

.nav ul li a {
	color:#333333;
	font-size:11px;
	text-transform: uppercase;
}

.nav ul li a:hover {
	opacity: 0.8;
}

.logo {
	padding-top:30px;
	margin-bottom:14px;
	padding-left:20px;
}

.map a {
	position: absolute;
	top:0;
	left:0;
}

.map a:hover {
	opacity: 0.9;
}

.map a.t-klaipeda {
	top: 44px;
	left: 102px;
}

.map a.t-kaunas {
	top: 122px;
	left: 218px;
}

.map a.t-vilnius {
	top: 131px;
	left: 517px;
}

.bot-box ul {
	position: absolute;
	bottom:27px;
	right: 115px;
}

.bot-box ul li {
	display: inline-block;
	margin-left:10px;
}

.bot-box ul li a {
	color:#fff;
	text-decoration: underline;
	text-transform: uppercase;
	font-size:10px;
	background:url(../img/ico-btn.png) no-repeat left center;
	padding-left:14px;
}

.bot-box ul li a:hover {
	background:url(../img/ico-btn-hover.png) no-repeat left center;
	color:#f77900;
}


.bot-box marquee {
	width:315px;
	position: absolute;
	top: 45px;
	right: 129px;
	font-size:15px;
	text-transform: uppercase;
}




@media only screen and (min-width: 40.063em) and (max-width: 64em) { 



}

@media screen and (max-width:640px) {




}