/* Komentārus ar LABOT izlabot pēc 03.05*/
/*
  DEFINITIONS
  green: #00A062;
  dark-green: #00A062;
  gray: #808080; 
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
/* 
  RESET v2
*/

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;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}


body, html {
  color: #000;
  /*font: 12px/1em Georgia, "Nimbus Roman No9 L", serif;*/
  font: 14px/1em 'Montserrat', sans-serif;
  height: 100%;
  background: #efefef;
  width: 100%;
  min-width: 1160px;
}

h1 {}

h1.logo a {
    background: url("../img/logo.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 40px;
    text-indent: -9000em;
    width: 173px;
}

h2 {
    font-size: 18px;
    margin: 0 0 20px;
    padding: 5px 0;
    font-weight: bold;
    color: #046735;
}

h2::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #046735;
    margin: 10px 0 0;
}

h2 .header-title {
    display: inline-block !important;
    height: 0 !important;
    overflow: hidden !important;
    width: 0 !important;
}

h3, h4 {
    color: #00A062;
    font-weight: bold;
    margin: 10px 0;
}

p {
  line-height: 1.2em;
  margin: 10px 0;
  text-align: justify;
}

b, strong {
  font-weight: bold;
}

td {
    padding: 3px 3px 3px 0;
    vertical-align: top;
}

a {
  color: #046735;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

input, textarea, select {
  font: 14px/1em 'Montserrat', sans-serif;
  padding: 2px;
}

legend {
  display: none;
}

.right-col input, .right-col textarea, .right-col select {
    width: 230px;
    border: 1px solid #046735;
}

.right-col input[type=radio] { width: auto; border: 0;}

input.submit {
  background: #046735;
  color: #fff;
  width: auto;
}

.content ul li {
  list-style: disc inside;
}

.csc-mailform-field {
  width: 650px; float: left; height: 25px; margin: 5px 0;}
.csc-mailform-field label { width: 200px; height: 25px; float: left;}
.csc-mailform-field input {  border: 1px solid #046735; width: 200px;}
.csc-mailform-radio input[type=radio] { float: left; border: none; width: auto;}
.csc-mailform-field input[type=file]{ float: left; border: none; width: auto;}
.csc-mailform-field input[type=checkbox]{ float: left; border: none; width: auto;}
.csc-mailform-radio label { width: auto; margin: 5px 10px 5px 0; float: left;}

.content-holder ul li {
    background: url("../img/bg.bullet.gif") no-repeat scroll left 5px transparent;
    padding: 2px 0 2px 12px;
}

.csc-default {
  margin: 0 0 15px;
}

/*
  FOOTER-STICK BLOCKS
*/

.container {    min-height: 100%;    height: auto !important;    height: 100%;    left: 50%;    margin: 0 0 -100px -570px;    position: relative;    width: 1140px;}

.footer, .push {
  height: 100px;
  clear: both;
}

.footer {
    left: 50%;
    margin: 0 0 0 -570px;
    position: relative;
    width: 1140px;
    border-top: 1px solid #046735;
}

/*
  MAIN BLOCKS
*/

.header {
  margin: 10px 0;
  position: relative;
}

.inner-holder {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 1140px;
}

.top-line {
    height: 50px;
    margin: 0 0 50px;
}

.head-slogan {
    position: absolute;
    left: 35px;
    bottom: 35px;
    width: 300px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    color: #046735;
    text-shadow: 0px 0px 10px #fff;
}

.logo-holder {
    display: inline-block;
	left: 0;
    position: absolute;
    width: 173px;
	overflow: hidden;
}

.logo-holder h1 a {
	color: #046735;
    font-weight: bold;
    font-size: 22px;
	text-transform: uppercase;
    width: 175px;
    line-height: 1.2em;
}

.header {
    display: inline-block;
    position: relative;
    width: 1140px;
}

.header-img {
  height: 280px;
  position: relative;
  overflow: hidden;
}

.header-img img {
    background: #FFF;
    position: absolute;
}

.logo {
    position: absolute;
    top: 35px;
    left: 35px;
}

.logo img {	height: 135px;	height: 135px;}

.before-header {
	width: 1140px;
	padding: 50px 0;
}

.social-netw {
    display: block;
}

.social-netw ul li {
  float: left;
}

.social-netw ul li a {
    display: inline-block;
    float: left;
    height: 35px;
    text-indent: -9000em;
    width: 35px;
	margin: 0 0 0 5px;
}
  
.social-netw ul li a#twitter-link{
    background: url('../img/twitter-square.svg') no-repeat;
}

.social-netw ul li a#facebook-link {
  background: url('../img/facebook-square.svg') no-repeat;
}

.follow-text p {
    color: #046735;
    padding: 5px 0 0;
    margin: 0;
    float: left;
}

.search-holder {
  float: right;
}

.search-holder input.text {
    border: 1px solid #046735;
	color: #046735;
    padding: 7px;
    width: 150px;
}

.search-holder input.submit {
    background: url("../img/icon-sprites.gif") no-repeat scroll 0 -96px transparent;
    border: medium none;
    display: inline-block;
    height: 22px;
    margin: 0 0 0 10px;
  text-indent: -9000em;
    width: 22px;
}

.menu-holder {
	border-left: 1px solid #046735;
    height: 50px;
    position: absolute;
    left: 190px;
}

.menu-holder ul {
    display: inline-block;
    padding: 0 0 0 20px;
}

.menu-holder ul li {
  float: left;
}

.menu-holder ul li a {
    display: inline-block;
	font-weight: bold;
    padding: 20px;
    position: relative;
	font-size: 16px;
}

.menu-holder ul li a img {
    margin: 17px 0 0;
}

.menu-holder ul li a.active .decoration, .menu-holder ul li a:hover .decoration {
    background: url("../img/bg.menuhover.gif") repeat scroll 0 0 transparent;
    height: 16px;
    left: 50%;
    margin: 0 0 0 -8px;
    position: absolute;
    top: 0;
    width: 16px;
}

.menu-holder ul li ul.menu-level2 {
    background: #FFFFFF;
    display: none;
    padding: 0 15px 15px 15px;
    position: absolute;
    width: auto !important;
    z-index: 5;
}

.menu-holder ul li ul.menu-level2 li {
    float: none;
    height: auto;
}

.menu-holder ul li ul.menu-level2 li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #33D395;
    color: #046735;
    height: auto;
    margin: 0;
    padding: 3px 2px;
    text-decoration: none;
    width: 100%;
}

.menu-holder ul li ul.menu-level2 li a:hover, .menu-holder ul li ul.menu-level2 li a.active {
  color: #006D2F;
}

/* POWERMAIL */
.tx_powermail_pi1_fieldwrap_html {
    padding: 0 0 10px;
}

.tx_powermail_pi1_fieldwrap_html img {
    padding: 5px 0;
}

.tx_powermail_pi1_fieldwrap_html .powermail_submit {
    width: 100%;
    padding: 5px;
}

.tx_powermail_pi1_fieldwrap_html label {
	width: 120px;
    display: inline-block;
}

/* 

.tx_powermail_pi1_fieldwrap_html_select select {
	float: right;
}
*/

/* COLUMNS */

.content-holder {
    display: inline-block;
    margin: 0 0 30px;
    width: 1140px;
}

.main-col {
  width: 750px;
  float: left;
}

.right-col {
  width: 360px;
  float: right;
}

/* TWEET */
.tx-bmtweetfeed-pi1 ul li {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    list-style: none outside none;
    padding: 0 0 10px;
}

.tx-bmtweetfeed-pi1 ul li img {
  float: left;
  margin: 0 15px 5px 0;
}

.tx-bmtweetfeed-pi1 ul li p {
    display: inline-block;
    width: 295px;
}

.tx-bmtweetfeed-pi1 ul li span {
    display: block;
    font-weight: bold;
    margin: 0 0 5px;
}

.tx_tweetandlike_pi1-tweetButton {
  float: left;
}

.tx-ttnewscalendar-pi1 {
  display: inline-block;
  width: 100%;
}

.tx-ttnewscalendar-pi1-calendar-item {
    display: block;
    padding: 5px 0;
    text-align: center;
}

.tx-ttnewscalendar-pi1-calendar-item a {
    background: #DDD;
    display: inline-block;
    padding: 3px 0;
    width: 100%;
}
