* { outline: none !important; }
body {
	font: normal 14px/18px 'Source Sans Pro', sans-serif;
	color: #494949;
	background: #efefef;
}
a, a:hover, a:visited, a:focus { color: #0b4ea2; text-decoration: underline; }
a {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover {
	color: #83b2ec;
}
.hidden { display: none !important; }
.container {
	/*width: 1170px !important; */
	position: relative;
}
/*body > .container-fluid { min-width: 1170px !important; }*/
.container-fluid { position: relative; width: 100%; padding: 0px; }
.container-fluid > .row > .col-xs-12 { margin: 0px; padding: 0px; }
.header {
	position: relative;
	margin-bottom: 25px;
}
.header .section1 {
	min-height: 125px;
	font-size: 12px;
	background: #0b4ea2;
	overflow: hidden;
}
.header .section1 * {
	color: #fff;
	text-decoration: none;
}
.header .section1 a:hover {
	color: #83b2ec;
}
.header .section1 .top-links img {
	margin-right: 3px;
}
.header .section1 .top-links li:first-child{
	margin-left: 0;
}
.header .section1 .top-links li {
	margin-left: 18px;
}
.header .section1 .social li {
	margin: 0px 0px 0px 2px;
}
.header .section2 {
	min-height: 57px;
	line-height: 57px;
	background: #fff;
	position: relative;
	z-index: 2
}
.header .section2 div > ul {
	font-size: 0px;
	display: block;
	text-align: center;
}
.header .section2 a {
	color: #0b4ea2;
	font-size: 14px;
	padding: 0px 16px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}
.header .section2 a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.header .section2 li.active > a, .header .section2 li:hover > a {
	background: #f04d22;
	color: #fff;
}
.header .section3 {
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	background: #a8a8a8;
	min-height: 28px;
	line-height: 28px;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.header .section3 a {
	color: #fff;
	text-decoration: none;
}
.header-contacts{
	font-size: 14px;
	margin-bottom: 5px;
}
.header-contacts a {
	font-weight: 600;
	font-size: 18px;
}
.logo {
	display: block;
	margin: 4px auto 0px;
	text-align: center;
}
.nav-ul {
	position: relative;
	/*z-index: 999;*/
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav-ul > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.nav-ul > li > a {
	display: block;
	text-align: center;
}
.nav-ul li a {
	position: relative;
}
.dropdown-menu>li>a {
	white-space: normal;
}
.header .dropdown-menu {
	width: 243px;
	background-color: #fff;
	border: 0px;
	margin: 0px;
	padding: 16px 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header .nav-ul > li:last-child .dropdown-menu {
	left: auto;
	right: 0;
}
.header .dropdown-submenu {
	position:relative;
}
.header .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -4px;
	margin-left: -1px;
}
.header .dropdown-submenu:hover>.dropdown-menu {
	display: block;
	padding: 4px 0px;
	background: #f4f4f5;
}
.header .dropdown-toggle:hover>.dropdown-menu {
	display: block;
}
.header .dropdown-submenu.pull-left {
	float: none;
}
.header .dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.header .dropdown-menu a {
	padding: 0px 15px;
	line-height: 25px;
	font-size: 12px;
	color: #0b4ea2;
}
.header .dropdown-menu li.active > a, .header .dropdown-menu li:hover > a {
	background: #0b4ea2;
	color: #fff;
}
.navi > li > a.tr > .triangle {
	position: absolute;
	z-index: 1001;
	bottom: -9px;
	left: 50%;
	margin-left: -7px;
	width: 15px;
	height: 9px;
	background: url(../image/menu_1_active.png);
	display: none;
}
.navi > li:hover > a.tr > .triangle {
	display: block;
}
.navi > li > ul > li > a.tr > .triangle {
	position: absolute;
	z-index: 1001;
	top: 0px;
	right: -8px;
	width: 9px;
	height: 25px;
	background: url(../image/menu_2_active.png);
	display: none;
}
.navi > li > ul > li.active > a.tr > .triangle, .navi > li > ul > li:hover > a.tr > .triangle {
	display: block;
}
.section1 .block1 {
	margin: 7px 0px 30px;
	line-height: 23px;
}
.section1 ul, .section1 table {
	display: inline-block;
	vertical-align: middle;
}
.langs {
	margin: 0px 0px 0 0;
}
.langs li {
	line-height: 11px;
	padding: 0px 10px;
}
.langs li:first-child {
	border-right: solid #fff 1px;
}
.header .section1 .langs li a {
	color: #fff
}
.header .section1 .langs li a.active {
	color: #72a3e0;
}
.search-form {
	/*width: 263px;*/
	width: 100%;
	margin-right: 20px;

	min-height: 39px;
	position: relative;
}
.search-form input {
	width: 263px;
	height: 39px;
	padding: 0px 67px 0px 14px;
	border: solid #84b2ec 1px;
	background: transparent;
	color: #fff;
	font-style: italic;
	margin-bottom: 15px;
}
.search-form  ::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
}
.search-form  :-moz-placeholder {
	color: #fff;
	font-style: italic;
}
.search-form  ::-moz-placeholder {
	color: #fff;
	font-style: italic;
}
.search-form  :-ms-input-placeholder {
	color: #fff;
	font-style: italic;
}
.disabled-version {
}
.disabled-version .text {
	display: inline-block;
	vertical-align: middle;
	height: 23px;
	overflow: hidden;
}
.disabled-version.active .text > div:first-child {
	display: none;
}
.search-btn {
	display: block;
	position: absolute;
	top: -1px;
	right: 0px;
	width: 44px;
	height: 39px;
	border: 0px;
	background: url(../image/search-btn.png) no-repeat center center;
}
.breadcrumbs ul {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.breadcrumbs ul li {
	margin: 0px 4px 0px 0px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs ul li a {
	margin: 0px 0px 0px 4px;
}
.content-container {
	min-height: 200px;
	/*margin-bottom: 20px;*/
}
.hhp {
	overflow: hidden;
	margin-bottom: 20px;
}
.left-side {
	height: 100%;
	background: #0b4ea2;
	color: #fff;
	text-transform: uppercase;
}
.left-side ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.side-nav li {
	display: block;
	padding: 0px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #fff

}
ul.side-nav li a {
	display: block;
	margin: 0px;
	padding: 8px 10px;
	font-size: 14px;
	color: #fff;
	border-bottom: solid #6E92BE 1px;
	text-decoration: none;
}
ul.side-nav > li.active {
	background: url(../image/blue-side-active.png) no-repeat 0px 19px;
}
ul.side-nav li.active > a, ul.side-nav li:hover > a {
	/*text-decoration: underline;*/
	opacity: 0.6;
}
ul.side-nav li> ul {
	display: none;
}
ul.side-nav li.active > ul {
	display: block;
}
h3.lefth3 {
	display: block;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	padding: 11px 30px;
	font-size: 18px;
	font-weight: bold;
	background: #e43522;
}
.c-container {
	background: #fff;
	margin-bottom: 20px;
}
.content {
	padding: 0px 65px 60px;
}
.content .fdesc .text img{
	max-width: 100%;
}
.content h1 {
	text-transform: uppercase;
	font-weight: bold;
	color: #494949;
	font-size: 18px;
	padding: 22px 0px;
	margin: 0px;
	display: block;
}
.fdesc strong {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: bold;
	color: rgba(74, 74, 74, 1);
}
.footer {
	background: #494949;
	color: #fff;
	padding: 20px 0px;
	font-size: 12px;
}
.footer td {
	vertical-align: top;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.korupcija-side {
	position: relative;
	padding: 0px 32px;
	height: 100%;
	background: url(../image/korupcija-bg.jpg);
}
.korupcija-side label, .korupcija-side input, .korupcija-side textarea {
	display: block;
	width: 100%;
	font-weight: normal;
}
.korupcija-side label {
	line-height: 32px;
	margin: 0px;
	padding: 0px 3px;
}
.korupcija-side label img {
	vertical-align: middle;
	margin-right: 10px;
}
.korupcija-side input, .korupcija-side textarea {
	background: url(../image/korrupcija-input-bg.png);
	border: solid #b5b5b5 1px;
	height: 39px;
	padding: 0px 10px;
}
.korupcija-side textarea {
	padding: 10px;
	height: 168px;
}
.btn-fw {
	display: block;
	text-align: center;
	border: 0px;
	background: #dd2029;
	color: #fff;
	font-weight: bold;
	width: 100%;
	line-height: 39px;
	margin: 5px 0px 0px 0px;
	border-radius: 2px;
}
.btn-red {
	background: #dd2029;
}
.close {
	text-decoration: none;
	color: #000;
}
.form-alert-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0px 20px;
	background: red;
}
.alert {
	margin: 20px 0px;
}
.korupcija-text {
	text-align: center;
	font-size: 18px;
}
.korupcija-text strong {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	display: block;
	padding-bottom: 6px;
}
.korupcija-text a {
	text-decoration: none;
	color: #494949;
}
.fh {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 0px;
}
.carousel {
	position: relative;
	z-index: 0;
	width: 100%;
	/*overflow: hidden;*/
	/*height: 594px;*/
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;

	/*	height: 594px;
        position: absolute;
        top: 0px;
        left: 50%;
        width: 1920px;
        margin-left: -960px;*/
}
.carousel .item {
	/*	min-width: 100%;
        width: 1920px;*/
}
.carousel-control {
	text-decoration: none;
}
.carousel-caption {
	top: 20%;
	bottom: 20%;
	/*	left: 488px;
        right: 488px;*/
	text-align: left;
	padding: 0px;
}
.carousel-caption * {
	line-height: normal;
}
.carousel-caption a {
	color: #fff;
}
.carousel-caption img {
	margin: 0px 5px;
}
.carousel-nav {
	/* margin-top: 95px; */
	margin-top: 0px;
}
.carousel-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}
.carousel-nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 15px;
	background: url(../image/carousel-nav-1-li.png) no-repeat center center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.carousel-nav ul li + li {
	background: url(../image/carousel-nav-2-li.png) no-repeat center center;
}
.carousel-nav ul li:hover {
	opacity: 0.9;
}
.carousel-nav ul li a {
	height: 92px;
	width: 357px;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 24px 0px 106px;
	font-size: 22px;
	line-height: 24px;
	text-shadow: none;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
.carousel-nav ul li span {
	height: 100%;
	width: 0px;
	display: inline-block;
	vertical-align: middle;
}
.carousel-nav ul li .text {
	display: inline-block;
	vertical-align: middle;
}
.carousel-nav ul li ul {
	display: none;
}
.carousel-nav ul li ul .triangle {
	display: none;
}
.carousel-nav-md{
	margin:20px 0 0 0;
}
.carousel-nav-md ul li{
	margin-bottom: 20px;
}
.carousel-nav-md ul li a{
	color: #fff;
}
.side-nav img {
	display: none;
}
.blocks {
	margin: 60px 0px;
}
.blocks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
}
.blocks ul li {
	display: inline-block;
	vertical-align: middle;
	height: 333px;
	margin: 0px 15px 10px;
	padding: 9px 10px;
	background: #0a4897;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blocks ul li:hover {
	opacity: 0.8;
}
.blocks > ul > li > a {
	border: solid #fff 1px;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.blocks > ul > li > a .image {
	display: block;
	height: 215px;
	text-align: center;
	padding-top: 40px;
}
.blocks > ul > li > a .image > span {
	height: 100%;
	width: 0px;
	display: inline-block;
	vertical-align: middle;
}
.blocks ul li a img {
	display: inline-block;
	vertical-align: middle;
	/*	display: block;
        margin: 0px auto;
        padding: 85px 0px 22px;*/
}
.blocks ul li ul {
	display: none;
}
.white-left .left-side {
	background: #fff;
}
ul.nav-separate {
	display: block;
}
ul.nav-separate > li {
	background: #0a4897;
	margin-bottom: 7px;
}
ul.nav-separate li a {
	border-bottom: 0px;
	padding: 12px 10px;
}
ul.nav-separate li.active > ul {
	padding-bottom: 10px;
}
ul.nav-separate li > ul > li {
	padding: 0px;
	/*border-top: solid #e9898e 1px;*/
	/*border-top: solid #fff 1px;*/
	background: url(../image/white40.png) repeat-x top;
}
ul.nav-separate li > ul li:first-child {
	border: 0px;
}
ul.nav-separate li > ul li a {
	text-transform: none;
	padding: 5px 10px;
}
.mpnav {
	display: inline-block;
	padding: 94px 0px 130px;
	/*padding-top: 95px;*/
	width: 100%;
}
.mpnav .image {
	display: block;
	margin: 0px auto;
	/*width: 165px;*/
	width: 100%;
	max-width: 165px;
	height: 150px;
	background: #4b9b58;
}
.mpnav .image span {
	display: inline-block;
	width: 0px;
	height: 100%;
	vertical-align: middle;
}
.mpnav img {
	display: inline-block;
	vertical-align: middle;
}
.mpnav li {
	display: inherit;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 20px;
}
.mpnav li:hover {
	opacity: 0.8;
}
.mpnav a {
	color: #595959;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.mpnav a .text {
	padding: 33px 10px 10px 10px;
	display: block;
}
.mpnav .triangle {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -27px;
	width: 0;
	height: 0;
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-top: 24px solid #f00;
}
.mpnav ul {
	display: none;
}
.white {
	background: #fff;
}
.whitebg {
	margin-top: 16px;
	/*min-width: 1170px;*/
	background: #fff;
}
.nav-separate-tp {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.nav-separate-tp li {
	display: none;
	padding: 0px 23px;
	background-color: transparent !important;
}
.nav-separate-tp > li:first-child, .nav-separate-tp > li:first-child + li {
	display: block;
}
.nav-separate-tp li a {
	padding: 10px 0px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #494949;
	display: block;
	border-bottom: solid #c0c0c0 1px;
}
.nav-separate-tp li:hover a {
	text-decoration: underline;
}
.nav-separate-tp li .image {
	/*	width: 25px;
        display: inline-block;*/
}
.nav-separate-tp li img {
	width: 25px;
	background: #494949;
	margin: 0px 15px 0px 0px;
}
a.counter {

	text-decoration: none;

	padding: 20px 0;

	margin: 20px 0;

	color: #545454;

	/* background: url(../image/counter-border.png) no-repeat center left; */

	display: block;

	border-right: 3px solid rgba(235, 226, 226, 0.3);
}
.counter:first-child {
	background: transparent;
}
.counter .name {
	/* font-family: 'Helvetica Neue'; */
	font-size: 18px;
	font-weight: bold;
	color: rgba(10, 76, 156, 1);
	padding: 0px 10px 14px 10px;
	margin: 0px 50px 0px 50px;
	/* border-bottom: solid #f5f5f5 1px; */
	line-height: 20px;
	height: 100px;
	overflow:  hidden;
}
.counter .text {
	line-height: 32px;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 600;
	color: rgba(74, 74, 74, 1);
}
.counter .countdown-section {
	display: inline-block;
	vertical-align: middle;
	min-width: 48px;
	text-align: center;
	line-height: 32px;
	font-family: 'Roboto';
	font-family: 'Roboto';
	font-size: 12px;
	color: rgba(74, 74, 74, 1);
}
.counter .countdown-amount {
	display: block;
	vertical-align: middle;
	text-align: center;
	min-width: 40px;
	line-height: 35px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #b5b5b5;
	padding: 0 3px;
	margin-right: 5px;
}
/*
.counter .countdown-row .countdown-section:first-child + .countdown-section + .countdown-section + .countdown-section .countdown-amount {
	background: #d0d0d0;
}
.counter .countdown-row .countdown-section:first-child .countdown-amount {
	background: #0b4ea2;
}
.counter:first-child + .counter .countdown-row .countdown-section:first-child .countdown-amount {
	background: #4b9b58;
}
.counter:first-child + .counter + .counter .countdown-row .countdown-section:first-child .countdown-amount {
	background: #f04d22;
}
*/
/*
.counter:first-child + .counter + .counter + .counter .countdown-row .countdown-section:first-child .countdown-amount {
	background: #70449d;
}
*/
.counter .hight .countdown-row .countdown-section:first-child .countdown-amount {
	background-color: rgba(188, 11, 11, 1);
}

.counter .medium .countdown-row .countdown-section:first-child .countdown-amount {
	background-color: rgba(75, 155, 87, 1);
}

.counter .low .countdown-row .countdown-section:first-child .countdown-amount {
	background-color: rgba(0, 51, 152, 1);
}

.counter .new_counter {
	float: right;
	height: 22px;
	width: 101px;
	background-color: rgba(227, 81, 44, 1);
	color: #fff;
	margin-top: -30px;
}

.stripesbg {
	background: url(../image/stripes_bg.png);
}
.heading {
	/*text-align: center;*/
	font-size: 24px;
	line-height: 60px;
	text-transform: uppercase;
	color: #707070;
	font-weight: bold;
	margin-left: 14px;
}
.news {
	margin: 0px 0px 59px;
}
.new {
	position: relative;
	background: #fff;
	margin-bottom: 20px;
}
.new .date {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 65px;
	height: 60px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #fff;
	background: url(../image/date-bg.png);
	text-transform: capitalize;
}
.new .date .day {
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
}
.new .image {
	height: 133px;
	overflow: hidden;
}
.new .image img {
	max-width: 100%;
	width: 100%;
}
.new .desc {
	padding: 0px 22px;
}
.new h4 {
	color: #0b4ea2;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	height: 84px;
	overflow: hidden;
}
.new .sdesc {
	height: 72px;
	overflow: hidden;
}
.new a.more {
	text-decoration: none;
	text-transform: uppercase;
	color: #0b4ea2;
	display: block;
	line-height: 44px;
	background: url(../image/more-arrow.png) no-repeat 63px 17px;
}
.new a.more:hover {
	color: #83b2ec;
}
.subscribe {
	width: 100%;
	min-height: 121px;
	color: #fff;
	background: #0b4ea2 url(../image/newsletter-bg.jpg) repeat-y top center;
}
.newsletter {
	margin: 37px 0px 0px 0px;
}
.newsletter .border {
	height: 46px;
	line-height: 42px;
	border: solid #fff 1px;
	padding: 0px 20px;
}
.newsletter .subscribe-btn {
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-right: solid #fff 1px;
	margin-left: -4px;
	height: 46px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: bold;
}
.newsletter .border img {
	margin: 0px 15px 0px 0px;
}
.newsletter * {
	display: inline-block;
	vertical-align: middle;
}
.newsletter h4 {
	margin: 0px;
	font-weight: bold;
}
.newsletter h4 img {
	margin: -4px 12px 0px 0px;
}
.subscribe-input {
	width: 370px;
	height: 39px;
	padding: 0px 20px;
	color: #8d8d8d;
}
.subscribe-btn {
	width: 176px;
	height: 39px;
	background: #f04d22;
	margin: 0px 0px 0px 5px;
	border: 0px;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
}
a.subbtn {
	height: 39px;
	background: #f04d22;
	margin: 0px;
	padding: 0px 10px;
	border: 0px;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
}
.newsletter .alerts {
	position: absolute;
	bottom: 74px;
	width: 555px;
}
a.news-archyve {
	line-height: 46px;
	margin: 37px 0px 37px 0px;
	padding: 0px 34px;
	display: block;
	border: solid #fff 1px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../image/news-archyve-bg.png) no-repeat 225px 18px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.news-archyve:hover {
	color: #83b2ec;
	border-color: #83b2ec;
}
a.news-archyve.inner {
	color: #0b4ea2;
	border-color: #0b4ea2;
	display: inline-block;
}
.btn-blue {
	background: #0b4ea2;
}
.feedback, .eventreg {
	min-height: 535px;
}
.feedback h4, .eventreg h4, .poll-box h4 {
	font-size: 24px;
	line-height: 40px;
	text-transform: uppercase;
	color: #707070;
	font-weight: bold;
}
.feedback-input, .eventreg-input {
	display: inline-block;
	vertical-align: middle;
	background: #f7f7f7;
	border: solid #b5b5b5 1px;
	/*width: 357px;*/
	width: 100%;
	height: 39px;
	padding: 0px 15px;
	color: #6f6f6f;
}
.feedback-input.fi-fw, .eventreg-input.fi-fw {
	width: 100%;
}
.feedback label, .eventreg label {
	display: inline-block;
	vertical-align: middle;
	width: 357px;
	line-height: 35px;
	margin: 0px;
	font-weight: normal;
	color: #6f6f6f;
}
.feedback label img, .eventreg label img {
	margin: -2px 11px 0px 0px;
}
.feedback .mrright, .eventreg .mrright {
	/*margin-right: 31px;*/
}
.feedback textarea, .eventreg textarea {
	height: 168px;
	padding: 20px 30px;
	margin-bottom: 11px;
}
.feedback .form-alert-box, .eventreg .form-alert-box {
	padding: 0px 12px;
	background: transparent;
	z-index: 9;
}
.poll-box {
	min-height: 505px;
	background: url(../image/polbg.png) no-repeat center left;
	margin-left: 55px;
	padding-left: 75px;
}
.poll .description {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #707070;
	font-weight: bold;
}
.poll-box .description {
	font-weight: bold;
}
.pollitem, .chart-ul li {
	min-height: 20px;
	padding: 7px 0px;
	color: #707070;
	margin: 0px;
	display: block;
	font-weight: normal;
}
.iradio {
	cursor: pointer;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../image/radio-design.png) no-repeat bottom center;
}
.iradio.checked {
	background: url(../image/radio-design.png) no-repeat top center;
}
.icheckbox {
	cursor: pointer;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../image/checkbox-design.png) no-repeat bottom center;
}
.icheckbox.checked {
	background: url(../image/checkbox-design.png) no-repeat top center;
}
.chart-ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.progress {
	border: solid #b5b5b5 1px;
	margin: 0px;
}
ul.nav-icons li {
	padding: 0px 20px;
}
ul.nav-icons li a {
	padding: 12px 10px 12px 40px;
	position: relative;
	text-decoration: none;
}
ul.nav-icons > li.active > a {
	text-decoration: none;
}
ul.nav-icons li a .image {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 9px;
	left: 3px;
}
ul.nav-icons li a .image img {
	display: block;
	height: 100%;
	max-height: 100%;
	margin: 0px auto;
}
ul.nav-icons li ul {
	padding-bottom: 10px;
}
ul.nav-icons li ul li {
	padding: 0px;
}
ul.nav-icons li ul li a {
	padding: 5px 10px 5px 40px;
}
.grey-left .left-side {
	background: #EFEFEF;
}
.grey-left + .c-container .content {
	padding: 0;
}
.grey-left + .c-container .content .text {
	padding: 10px 0px;
}
.c-container .content .text h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	padding: 0px;
	margin: 18px 0px;
}
.grey-left + .c-container .content h1 {
	display: none;
}
.gallery img {
	/*	width: 100%;
        max-width: 100%;*/
	/*	max-height: 100%;
        height: 100%;*/
	max-width: 100%;
	width: 100%;
	height: 180px;
}
.gallery a {
	color: #0b4ea2;
	text-decoration: none;
}
.vidgallery a {
	width: 100%;
	display: block;
	/*padding: 10px 27px;*/
	margin-bottom: 20px;
}
.vidgallery a:hover {
	color: #83b2ec;
}
.gallery .imgdesc {
	padding: 8px 0px;
}
.gallery .image {
	position: relative;
	/*	width: 208px;
        height: 140px;*/
	text-align: center;
}
.gallery .imgdesc.abs {
	position: relative;
	/* top: 195px; */
	left: 0px;
	width: 100%;
	/*color: #fff;*/
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	height: 100px;
}
.thumbs {
	min-height: initial !important;
	padding: 0px;
	list-style: none;
}
.holder {
	/*width: 837px;*/
	width: 100%;
	text-align: right;
}
.holder a.jp-previous, .holder a.jp-next {
	display: none !important;
}
.holder a {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	color: #868686;
	border: solid #868686 1px;
	padding: 0px 6px;
	margin: 0px 2px;
	text-decoration: none;
	cursor: pointer;
}
.holder a.jp-current {
	border: 0px;
	padding: 1px 7px;
	background: #0b4ea2;
	color: #fff;
}
.eventreg {
	height: auto;
	padding: 10px 0px 40px 0px;
}
.event-inner {
	margin-top: 12px;
}
.event-inner .event-date {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 65px;
	height: 60px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #fff;
	background: url(../image/evdate-bg.png);
	text-transform: capitalize;
}
.event-inner .event-date .day {
	font-size: 36px;
	font-weight: bold;
}
.bluebg {
	background: #0b4ea2;
	padding: 0px 50px;
	position: relative;
}
.bluebg label, .bluebg h4 {
	color: #fff;
}
.bluebg h4 {
	text-transform: none;
}
.eventreg label, .eventreg-input {
	width: 370px;
}
.btn-green {
	background: #4b9b58;
}
.white .back {
	color: #4b9b58;
}
.event-inner .bluebg {
	margin: 70px 0px 0px -80px;
	width: 878px;
}
.event-inner .bluebg.blue-form-wrapper {
	width: auto;
	margin: auto;
	padding: 0 30px;
}
.event-inner .bluebg.blue-form-wrapper .eventreg-input {
	width: 100%;
}
.no-padding-sides {
	padding-left: 0;
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding-right {
	padding-right: 0;
}
#event_registration_alert {
	position: absolute;
	top: 21px;
	left: 5%;
	width: 90%;
	z-index: 2;
}
.articles {
	list-style: none;
	margin: 0px;
	padding: 0px;
	min-height: initial !Important;
}
.articles .article_date {
	background: #fff;
	line-height: 30px;
	padding: 0px 10px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #0b4ea2;
	font-size: 18px;
	cursor: pointer;
}
.articles .article_date .arrow {
	background: url(../image/rmorebg.png) no-repeat center center;
	width: 10px;
	height: 10px;
	float: right;
	margin-top: 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.articles .article_date.active .arrow {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.articles_items {
	display: none;
}
.article {
	display: block;
	position: relative;
	background: #fff;
	margin-bottom: 20px;
}
.article .date {
	position: absolute;
	top: 0px;
	left: 195px;
	width: 65px;
	height: 60px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #fff;
	background: url(../image/date-bg.png);
	text-transform: capitalize;
}
.article .date .day {
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
}
.article .image {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	height: 156px;
	overflow: hidden;
}
.article .image img {
	width: 100%;
	max-width: 100%;
}
.article .cont {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 535px;
	height: 156px;
	margin: 00px 0px 0px 30px;
	color: #494949;
}
.article .cont .text {
	height: 64px;
	overflow: hidden;
}
.article a.rmore {
	position: absolute;
	bottom: 10px;
	right: 19px;
	color: #0b4ea2;
	font-size: 12px;
	padding: 0px 20px 0px 0px;
	background: url(../image/rmorebg.png) no-repeat center right;
	text-decoration: none;
}
.article a.rmore:hover {
	color: #83b2ec;
}
.article h4 {
	font-weight: bold;
	color: #0b4ea2;
}
.articles-holder {
	width: 850px;
}
.greenhead h3 {
	background: #31982e;
}
.greenhead .left-side {
	min-height: 484px;
}
.subscribe-inner {
	background: #013e83;
	color: #fff;
	padding: 21px 28px;
}
.subscribe-inner h4 {
	font-weight: bold;
}
.subscribe-inner .subscribe-btn {
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.modal-dialog {
	/*width: 700px;*/
}
.modal-backdrop {
	z-index: 100;
}
.modal-header .close {
	font-size: 33px;
	margin: -7px -47px 0px 0px;
}
#newsletter_modal .modal-content,
#unsubscribe_ok_modal .modal-content {
	/*background: #0b4ea2;*/
	/*color: #fff;*/
	background: #f7f7f7;
	border-radius: 0;
	padding: 0px 50px;
}
.submodal label {
	display: block;
	margin: 10px 0px;
	font-weight: normal;
}
.submodal img {
	margin: -2px 5px 0px 0px;
}
.modal-body {
	padding: 0px 15px;
}
.modal-header, .modal-footer {
	border: 0px;
	text-align: left;
}
.greenbg {
	background: #4b9b58;
}
.modal-content .subscribe-btn {
	margin: 0px 15px 15px 0px;
	color: #fff;
}
.modal-open .modal h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
.sitemapul .dropdown-menu {
	display: block;
}
.search-art .cont {
	width: 1090px;
}
.article-inner-container .date {
	position: absolute;
	top: 0px;
	left: 0px;
	/*right: 0px;*/
	width: 65px;
	height: 60px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #fff;
	background: url(../image/date-bg.png);
	text-transform: capitalize;
}
.article-inner-container .date .day {
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
}
.pasiulymai {
	color: #0b4ea2;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 40px 0px 0px 0px;
}
.karjera h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0b4ea2;
	margin: 25px 0px;
	padding-left: 18px;
	cursor: pointer;
	background: url(../image/careerheadbg.png) no-repeat center left;
	height: 15px;
}
.karjera .sdesc {
	margin-bottom: 40px;
}
.karjera .fdesc {
	display: none;
}
.karjera .fdesc strong {
	color: #494949;
	font-weight: bold;
}
.pagetable tr td {
	padding-bottom: 30px;
}
.socialMediaIconsSmallSize {
	margin-right: 3px;
	width: 24px;
	height: 24px;
	margin: 6px;
}
.slidetable {

}
.slidetable tr:first-child td:first-child {
	padding-left: 25px;
	background: url(../image/paklausti-icon.png) no-repeat 0px 2px;
}
.slidetable tr:first-child.active td:first-child {
	background-image: url(../image/paklausti-icon-active.png);
}
.slidetable tr:first-child {
	cursor: pointer;
	color: #0b4ea2;
	text-decoration: none;
}
@media print {
	* {
		-webkit-print-color-adjust: exact;
		max-width: 100%;
	}
	.mpnav {
		background: transparent;
	}
	body {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.container, body > .container-fluid {
		/*min-width: initial !important;*/
		width: 100%;
		margin: 0px;

	}
	.mpnav li {
		width: 187px !important;
	}
	.mpnav {
		white-space: nowrap;
	}
	.mpnav .text {
		white-space: normal;
	}
	.fbk, .header, .content-container .col-xs-3, .footer, .eventsCalendar-slider, #main-page-carousel {
		display: none !important;
	}
	.col-xs-9, .col-xs-8 {
		width: 100%;
	}
}
.catalog-name{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.navbar-toggle{
	background: #0b4ea2;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
.nav .open > a, .nav .open > a:hover,
.nav .open > a:focus{
	background: inherit;
}
.navbar-collapse.in{
	overflow: inherit;
}
.footer-logo{
	margin-bottom: 15px;
	display: block;
}


/* custom */
.white-space {
	height: 300px;
	background-color: #fff;
}

.top-banners {
	margin-top: -315px;
}

.top-banners ul.slidenav {
	list-style-type: none;
	position: relative;
	transform: none;
	top: 0;
	left:0;
	margin-right: auto;
	margin-left: auto;

	width: 800px;
	padding:5px;
}

.top-banners ul.slidenav li {
	display: block;
	position: relative;
	width: 262px;
	height: 124px;
	/* border: 1px solid rgba(151, 151, 151, 1); */
	float: left;
	padding: 5px;
	background-color: #fff;
}


.en.top-banners ul.slidenav li {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.top-banners ul.slidenav li a {
	display: block;
	height: 100%;
	width: 100%;
	border: 1px solid transparent;
	text-decoration: none;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: bold;
}

.top-banners ul.slidenav li a .text {
	margin-top: 42px;
	margin-left: 100px;
	width: 136px;
}

.en.top-banners ul.slidenav li a .text {
	width: 146px;
	margin-left:  95px;
}

.top-banners ul.slidenav li:nth-child(1) {
	border: 1px solid rgba(75, 155, 88, 1);
	background-color: rgba(76, 155, 89, 1);
}

.top-banners ul.slidenav li:nth-child(1) a {
	background: url("../image/icons/1-hover.png") no-repeat 35px 29px;
	color: rgba(255, 255, 255, 1);
}

.top-banners ul.slidenav li:nth-child(1):hover a {
	background: url("../image/icons/1-hover.png") no-repeat 35px 29px;

}

.top-banners ul.slidenav li:nth-child(1):hover {
	background-color: rgba(76, 155, 89, 1);
}
.top-banners ul.slidenav li:nth-child(1):hover a {
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}


.top-banners ul.slidenav li:nth-child(2) {
	/* border: 1px solid rgba(89, 47, 131, 1); */
	background-color: rgba(10, 72, 151, 1);
}
.top-banners ul.slidenav li:nth-child(2) a {
	background: url("../image/icons/2-hover.png") no-repeat 35px 29px;

	color: rgba(255, 255, 255, 1);
}

.top-banners ul.slidenav li:nth-child(2):hover a {
	background: url("../image/icons/2-hover.png") no-repeat 35px 29px;
}
.top-banners ul.slidenav li:nth-child(2):hover {
	background-color: rgba(10, 72, 151, 1);
}
.top-banners ul.slidenav li:nth-child(2):hover a {
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}


.top-banners ul.slidenav li:nth-child(3) {
	border: 1px solid rgba(92, 51, 133, 1);
	background-color: rgba(89, 47, 131, 1);
}
.top-banners ul.slidenav li:nth-child(3) a {
	color: rgba(255, 255, 255, 1);
	background: url("../image/icons/3-hover.png") no-repeat 35px 29px;

}

.top-banners ul.slidenav li:nth-child(3):hover a {
	background: url("../image/icons/3-hover.png") no-repeat 35px 29px;
}
.top-banners ul.slidenav li:nth-child(3):hover {
	background-color: rgba(89, 47, 131, 1);
}
.top-banners ul.slidenav li:nth-child(3):hover a {
	/*	color: rgba(255, 255, 255, 1);*/
	border: 1px solid rgba(255, 255, 255, 1);
}



.top-banners ul.slidenav li:nth-child(4) {
	border: 1px solid rgba(10, 72, 151, 1);
	background-color: rgba(10, 72, 151, 1);
}
.top-banners ul.slidenav li:nth-child(4) a {
	color: rgba(255, 255, 255, 1);
	background: url("../image/icons/4-hover.png") no-repeat 35px 29px;
}

.top-banners ul.slidenav li:nth-child(4):hover a {
	background: url("../image/icons/4-hover.png") no-repeat 35px 29px;
}
.top-banners ul.slidenav li:nth-child(4):hover {
	background-color: rgba(10, 72, 151, 1);
}
.top-banners ul.slidenav li:nth-child(4):hover a {
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}



.top-banners ul.slidenav li:nth-child(5) {
	/* border: 1px solid rgba(226, 72, 32, 1); */
	background-color: rgba(231, 107, 79, 1);
}
.top-banners ul.slidenav li:nth-child(5) a {
	color: rgba(255, 255, 255, 1);
	background: url("../image/icons/5-hover.png") no-repeat 35px 29px;
}

.top-banners ul.slidenav li:nth-child(5):hover a {
	background: url("../image/icons/5-hover.png") no-repeat 35px 29px;
}
.top-banners ul.slidenav li:nth-child(5):hover {
	background-color: rgba(231, 107, 79, 1);
}
.top-banners ul.slidenav li:nth-child(5):hover a {
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}




.top-banners ul.slidenav li:nth-child(6) {
	/* border: 1px solid rgba(226, 72, 32, 1); */
	background-color: rgba(76, 155, 89, 1);
}
.top-banners ul.slidenav li:nth-child(6) a {
	color: rgba(255, 255, 255, 1);
	background: url("../image/icons/6.png") no-repeat 35px 29px;
}

.top-banners ul.slidenav li:nth-child(6):hover a {
	background: url("../image/icons/6.png") no-repeat 35px 29px;
}
.top-banners ul.slidenav li:nth-child(6):hover {
	background-color: rgba(76, 155, 89, 1);
}
.top-banners ul.slidenav li:nth-child(6):hover a {
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}

.ketvirtis {
	background-color: rgba(75, 155, 87, 1);
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 900;
	color: rgba(255, 255, 255, 1);
	width: 191px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}

.verslo-priemones .heading {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 900;
	color: rgba(73, 73, 73, 1);
	margin-left: 0px;
}

.verslo-priemones a.counter {
	border-right: none;
	padding: 0px 0 20px 0;
	margin: 15px 0 20px 0;
}

.verslo-priemones .counter .new_counter {
	position: absolute;
	left: 202px;
}

.verslo-priemones a.counter .name {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: bold;
	color: rgba(74, 74, 74, 1);
	text-align: left;
	padding: 0px 10px 14px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 3px solid rgba(235, 226, 226, 0.3);
	/* border-bottom: solid #f5f5f5 1px; */
	line-height:23px;
	height: 88px;
	width: 76%;
}


.verslo-priemones a.counter .text {
	text-align: left;
	padding-left: 20px;
}

.verslo-priemones .countdown {
	text-align: left;
}


.verslo-priemones a.file-ext-link span {
	display:block;
	width: 165px;
}

.verslo-priemones .content {
	padding-left: 0px;

}

.verslo-priemones .whitebg .text {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: bold;
	color: rgba(73, 73, 73, 1);
	text-align: left;
	/* line-height: 35px; */
}

a.file-ext-link {
	padding: 0px 0 20px 0;
	margin: 15px 0 20px 0;
	display: block;
	background: url(../image/icons/nuoroda.png) no-repeat 0px 0px;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 600;
	color: rgba(73, 73, 73, 1);
	text-decoration: none;
	padding-left: 75px;
	height: 37px;
}

a.file-ext-link:hover {
	color: rgba(73, 73, 73, 1);
	text-decoration: none;
}

.verslo-priemones .whitebg.events {
	margin: 20px 0 20px 0;
}

/* files icons */

.file-list {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}

.file-list li {
	display: block;
	margin: 0 0 0 0;
	float: left;
	width: 50%;
}

.file-list::after {
	content:"";
	width: 100%;
	display: block;
	position: relative;
	clear: both;
}

.file-list li a {
	padding: 0px 0 20px 0;
	margin: 15px 0 20px 0;
	display: block;
	background: url(../image/icons/nuoroda.png) no-repeat 0px 0px;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 600;
	color: rgba(73, 73, 73, 1);
	text-decoration: none;
	padding-left: 75px;
	height: 60px;
	width: 90%;
}

.file-list li.full-width {
	width: 100%;
}

.file-list li.full-width a {
	height: auto;
}

.file-list li a.file-ext-doc,
.file-list li a.file-ext-docx {
	font-weight: bold;
	background: url(../image/icons/doc.png) no-repeat 0px 0px;
}

.file-list li a.file-ext-xls,
.file-list li a.file-ext-xlsx {
	font-weight: bold;
	background: url(../image/icons/xls.png) no-repeat 0px 0px;
}

.file-list li a.file-ext-pdf {
	font-weight: bold;
	background: url(../image/icons/pdf.png) no-repeat 0px 0px;
}

.file-list li a.file-ext-ppt,
.file-list li a.file-ext-pptx {
	font-weight: bold;
	background: url(../image/icons/ppt.png) no-repeat 0px 0px;
}

.event-box {
	margin: 20px 0 0 0;

}

.event-box:last-child {
	margin-bottom: 20px;
}

@media screen and (max-width: 320px) {
	.newsletter h4{
		display: none;
	}
	.langs{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	.newsletter h4{
		font-size: 14px;
	}
	.carousel-nav-md ul li,
	.carousel-nav-md ul li + li{
		width: 90%;
		background-position: left center;
	}
	.carousel-nav-md ul li a{
		font-size: 14px;
		width: 100%;
		text-align: center;
		/*padding-left: 0;*/
	}
}
@media screen and (max-width: 522px) {
	.file-list li {
		width: 100%;
	}
	.subscribe-btn{
		width: 100%;
	}
	.newsletter .border{
		width: 100%;
	}
	.newsletter .subscribe-btn{
		width: 100%;
		border-left: 1px solid #fff;
		margin-top: 10px;
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.white-space {
		height: auto;
	}
	.top-banners ul.slidenav li {
		float: none;
	}

	.event-inner .bluebg.blue-form-wrapper form div.input-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.navi > li{
		display: block;
	}
	.navi > li > a{
		text-align: left;
	}
	.header .dropdown-menu a{
		font-size: 14px;
		line-height: 35px;
	}
	.header .dropdown-menu {
		width: 100%;
		position: relative;
	}
	.header .section2 {
		line-height: 35px;
	}
	.header .section2 a{
		padding: inherit;
		padding-left: 15px;
	}
	.header .section2 div > ul{
		text-align: left;
	}
	.header .navi,
	.header .nav-lang{
		margin-bottom: 20px;
	}
	.header .navi .dropdown-menu{
		display: none !important;
	}
	.navi > li > a.tr > .triangle{
		display: none !important;
	}
	.section1 .block1 {
		margin-bottom: 15px;
	}
	#newsletter_modal .modal-content{
		padding: 0;
	}
	.eventreg label,
	.eventreg-input{
		width: 100%;
	}
	.mpnav {
		padding: 30px 0 10px;
	}
	.top-links{
		margin-bottom: 0;
	}
	.top-banners ul.slidenav {
		width: 100%;
	}

	.top-banners ul.slidenav li {
		width: 100%;
	}

	.counter .new_counter {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}

}
@media screen and (max-width: 992px) {
	.langs{
		margin: 0;
	}
	.content-contacts{
		padding: 0 0 60px 0px !important;
	}
	.article-inner-container .date{
		position: relative;
		width: 100%;
	}
	.greenhead .left-side{
		padding-bottom: 20px;
		min-height: inherit;
	}
	.content{
		padding: 0 20px 60px 20px;
	}
	.content iframe{
		max-width: 100%;
	}
	.content .overflow{
		overflow-x: scroll;
	}
	.hhp{
		height: inherit !important;
	}
	.c-container{
		min-height: inherit !important;
	}
	.search-form{
		width: 100%;
	}
	.search-form input{
		width: 100%;
	}
	.header .text-right{
		text-align:center;
	}
	.newsletter{
		text-align: center;
	}
	.poll-box{
		min-height: inherit;
		background: none;
		margin-left: 0;
		padding-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.header .section1 .top-links li{
		margin-left: 9px;
	}
	.top-links{
		margin-bottom: 15px;
	}
	.top-banners {
		margin-top: 0px ;
	}

}
@media screen and (max-width: 1024px) {
	table{
		width: 100% !important;
		max-width: 100% !important;
		width: 100%;
	}
	.fdesc img{
		width: inherit !important;
		height: inherit !important;
	}

}
@media screen and (max-width: 1200px) {
	.eventsCalendar-slider{
		margin-right: 0;
		width: 100%;
	}
	.calendar-top{
		width: 100%;
	}
	.eventsCalendar-list-wrap{
		width: 100% !important;
		margin-bottom: 20px;
	}
	.event .cont{
		width: 100%;
		margin: 15px;
		height: inherit;
		display: block;
		padding-bottom: 15px;
	}
	.event .cont .text{
		overflow: inherit;
		height: inherit;
		width: 90%;
	}
	.event a.rmore{
		margin-top: 15px;
		display: inline-block;
		position: relative;
		bottom: inherit;
		right: inherit;
	}
}

/* disable editor style */

.fdesc .text {
	font-family: 'Roboto' !important;
	font-size: 14px !important;
	color: rgba(74, 74, 74, 1);
}

.fdesc .text .slidetable .first{
	font-weight: bold;
}
.fdesc .text a {
	font-family: 'Roboto' !important;
	font-size: 14px !important;
	color: rgba(74, 74, 74, 1) !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.fdesc .text a:hover {
	text-decoration: underline !important;
}
u {
	text-decoration: none;
}

form#lvpa_new {
	margin-top: 40px;
}

form#lvpa_new label {
	margin-top: 20px;
	margin-bottom: 5px;
}

form#lvpa_new textarea {
	height:200px;
}

.left-side .side-nav ul.dropdown-menu {
	position: relative;
	background-color: transparent;
	border: 0px;
	box-shadow:none;
	z-index:1;
}

.left-side .side-nav ul.dropdown-menu li.active a,
.left-side .side-nav ul.dropdown-menu li a:hover
{
	font-size: 14px;
	background-color: transparent;
}

.left-side .side-nav ul.dropdown-menu li a:hover {
	color: rgba(255,255,255,1);
}

.link-icons a {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 600;
	color: rgba(73, 73, 73, 1);
}

.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img{height: 400px !important;}

.eucookies {
	display: none;
	height: 84px;
	padding-top: 20px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(100, 100, 100, 0.6);
	font-family: "Raleway", sans-serif; }
/* line 4336, ../sass/global.scss */
.eucookies.active {
	display: block; }
@media screen and (max-width: 992px) {
	/* line 4335, ../sass/global.scss */
	.eucookies {
		height: auto; } }
/* line 4350, ../sass/global.scss */
.eucookies p {
	font-size: 14px;
	font-weight: 300;
	color: white;
	text-align: left;
	letter-spacing: 0.03em; }
/* line 4357, ../sass/global.scss */
.eucookies a {
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	opacity: 1;
	display: block;
	border: 2px solid #bbbbbc;
	color: white;
	position: relative;
	float: right;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 30px;
	padding-right: 30px; }
/* line 4363, ../sass/global.scss */
.eucookies a:hover {
	color: #202429;
	opacity: 1;
	text-decoration: none;
	background-color: #bbbbbc; }
/* line 4380, ../sass/global.scss */
.eucookies a.close {
	margin-right: 20px;
	font-weight: 400;
	line-height: 20px; }
@media screen and (max-width: 992px) {
	/* line 4380, ../sass/global.scss */
	.eucookies a.close {
		margin-right: 0; } }
@media screen and (max-width: 992px) {
	/* line 4357, ../sass/global.scss */
	.eucookies a {
		float: none;
		width: 100%;
		margin-bottom: 10px; } }
