.centerimg {
	display: block;
	margin: auto;
}
.cover {
	overflow: hidden;
}
.coverimg {
	min-width: 700px;
}
.covertitle {
	position: absolute;
	color: #ffffff;
	padding: 20px;
	text-shadow: 0px 2px 7px #000000;
	margin-top:	20px;
	max-width: 700px;
}
.covertitle h1, .covertitle h2 {
	color:#fff;
}
.topspace {
	margin-top: 20px;
}
.downspace {
	margin-bottom: 20px;
}
ul#menu-main-menu li img {
	display: block;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.footer {
		text-align: center;
	}
	.footer-right {
		float: none;
	}
}
@media only screen and (min-width: 768px) {
	.footer-right {
		float: right;
	}
}

a {
	color:#000;
}
/** Social icons */
.socialcon {
	width: 42px;
	height: 41px;
	float: left;
	list-style: none;
}
.socialcon a {
	display: block;
	width: 42px;
	height: 41px;
}
@media only screen and (min-width: 768px) {
	.socialcon {
	margin-top: 50px;
	}
	.iconcenter {
	width: 168px;
	margin: 0 auto;
	}
}
.iconcenter {
	width: 168px;
	margin: 0 auto;
	padding: 20px 0 70px 0;
}
.youtube {
	background-image: url('../img/icon-youtube.png');
}
.youtube:hover {
	background-image: url('../img/icon-youtube2.png');
}
.facebook {
	background-image: url('../img/icon-facebook.png');
}
.facebook:hover {
	background-image: url('../img/icon-facebook2.png');
}
.twitter {
	background-image: url('../img/icon-twitter.png');
}
.twitter:hover {
	background-image: url('../img/icon-twitter2.png');
}
.rss {
	background-image: url('../img/icon-rss.png');
}
.rss:hover {
	background-image: url('../img/icon-rss2.png');
}

/** Menu button colors **/
nav ul.left li:first-child a {
	background-color: #b90f15;
}
nav ul.left li:first-child + li a {
	background-color: #da2128;
}
nav  ul.left li:first-child + li + li a {
	background-color: #f26522;
}
nav ul.left li:first-child + li + li + li a {
	background-color: #ed921c;
}
nav ul.left li:first-child + li + li + li + li a {
	background-color: #ed921c;
}
nav ul.left li:first-child + li + li + li + li + li a {
	background-color: #fabb52;
}
nav ul.left li:first-child + li + li + li + li + li + li a {
	background-color: #f7ca7f;
}

nav ul.right li:first-child a {
	background-color: #ed921c;
}
nav ul.right li:first-child + li a {
	background-color: #f26522;
}
 nav ul.right li:first-child + li + li a {
	background-color: #f26522;
}
nav ul.right li:first-child + li + li + li a {
	background-color: #ed921c;
}
nav ul.right li:first-child + li + li + li + li a {
	background-color: #ed921c;
}
nav ul.right li:first-child + li + li + li + li + li a {
	background-color: #fabb52;
}
nav ul.right li:first-child + li + li + li + li + li + li a {
	background-color: #f7ca7f;
}


.color1 {
	background-color: #b90f15;
}
.color2 {
	background-color: #da2128;
}
.color3 {
	background-color: #f26522;
}
.color4 {
	background-color: #ed921c;
}
.color5 {
	background-color: #ed921c;
}
.color6 {
	background-color: #fabb52;
}
.color7 {
	background-color: #f7ca7f;
}

/** Paveiksleliu magija **/

.section-container > section .title a, .section-container > .section .title a, .section-container.auto > section .title a, .section-container.auto > .section .title a {
	white-space: normal;
}

.widget-title, strong {
	font-size: 1.4375em;
}
h1 {
	font-size: 1.6875em;
}
h2 {
	font-size: 1.5em;
}
h1, h2, h3, h4, h5, h6, strong {
	color:#000;
}
table  {
	border:0px;
}
table tr td {
	vertical-align: top;
font-family: inherit;
font-weight: normal;
font-size: 1em;
line-height: 1.6 !important;
margin-bottom: 1.25em;
text-rendering: optimizeLegibility;	
}
input[type="submit"]  {
	border:none;
}
.dropdown {
	height: auto !important;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter {
	float:none;
}