@charset "utf-8";
/* CSS Document */


/* Body */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/publika.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #e9eaed;
	font-family:Roboto, Arial, Helvetica, sans-serif;
}

/* Header */

.topheader-line {
	background-image: url(../img/header-line.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
}
.topheader-coverimg {
	height: 700px;
	width: 100%;
	background-image: url(../img/coverimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.topheader-orangeline {
	background-image: url(../img/header-orangeline.png);
	background-repeat: repeat;
	height: 15px;
	width: 100%;
}

/* Main */
.mainlogo {
	background-color: #FFFFFF;
	width: 1140px;
	margin-top: -200px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    position: absolute;
}
.main {
    background-color: #FFFFFF;
    width: 1140px;
    margin-top: 20px;
    padding-top: 10px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    position: relative;
    min-height: 650px;
}
.logo {
	width: 1100px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.stream {
    background-color: #e9eaed;
    width: 1000px;
    height: 50px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 5px;
	padding-left:100px;
}
.levastranamain {
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
    width: 600px;
    margin-right: 30px;
	float:left;
	font-size: 18px;
}

.desnastranamain {
    display: inline-block;
    width: 460px;
    margin-top: 20px;
    margin-right: 20px;
	float:right;
}

.socialshare {
    list-style: none outside none;
    display: flex;
    float: right;
    height: 30px;
    margin-top: 13px;
    margin-right: 140px;
}

.streamovidownload {
    margin-top: 7px;
    position: absolute;
    display: inline-block;
}

/* Footer */

.footer {
	background-color: #014171;
	height: 550px;
	width: 100%;
}

.footerkontaktirajtenas {
    width: 1100px;
    height: 50px;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    position: relative;
	font-family:Roboto;
	font-size:26px;
	color:#FFFFFF;
}

.bigbluebreakline {
    background-color: #1c609c;
    width: 1100px;
    height: 2px;
    margin-top: 10px;
    left: 50%;
    margin-right: -52%;
    transform: translate(-52%);
    position: absolute;
}

.smallbluebreakline {
    background-color: #1c609c;
    width: 400px;
    height: 2px;
    margin-top: 10px;
	margin-bottom: -15px;
}

.levastranafooter {
    display: inline-block;
    margin-top: 40px;
    width: 500px;
    margin-right: 30px;
    float: left;
}

.desnastranafooter {
    display: inline-block;
    width: 500px;
    margin-top: 40px;
    margin-right: 20px;
    float: right;
	font-size:18px;
}

/* unvisited link */
a.footerlink:link {
    color: white;
	text-decoration:none;
}

/* visited link */
a.footerlink:visited {
    color: white;
	text-decoration:none;
}

/* mouse over link */
a.footerlink:hover {
    color: white;
	text-decoration: underline;
}

/* selected link */
a.footerlink:active {
    color: white;
	text-decoration: underline;
}
