html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, dl, dt, dd, ol, ul, li, form, fieldset, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul {
	list-style: none;
}
a img {
	vertical-align: middle;
	border: 0;
}
ins{
    text-decoration: none;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0em;
	height: 0;
	margin: 0;
	padding: 0;
}
.hidden, .hide, legend {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}
legend {
	display: none;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font: normal 13px/1.2em arial, sans-serif;
	color: #222;
	background: #fff;
}
h1, h2, h3 {
	letter-spacing: -0.03em;
}
h1 {
	font-size: 32px;
	line-height: 38px;
}
a {
	color: #222222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline; 
	color: #006c38;
}
small {
    font: 11px/12px arial, sans-serif;
}
ins.banner{
    display: block;
}
.banner {
    text-align: center;
    padding: 5px 0;
}
.open-article .banner{
    margin-left: -10px;
}

aside .banner {
    padding: 15px 0;
}
.hidden, .hide {
	display: none;
}
 thead {
    display: table-header-group;
  }
#wrapper {
	width: 993px;
	margin: 0 auto;
    background: #fff;
}
    #logo {
        display: block;
        float: left;
        margin: 10px 25px 0 0;
        padding: 0 0 0 5px;
        width: 182px;
        height: 68px;
    }
    .links {
        border-bottom: 1px solid #d0d6d9;
        height: 30px;
        line-height: 30px;
        margin: 0 0 0 212px;
    }
        #top-bar li {
            float: left;
            padding: 0 15px 0 0;
        }
            #top-bar li a {
                font-size: 12px;
                line-height: 30px;
                height: 30px;
                color: #222;
            }
            #top-bar li.jelgava a {
                color: #006c38;
            }
            .auth a {
                float: right;
                display: block;
                font: bold 12px/20px arial;
                color: #fff;
                background: #006c38 url(../images/design/sprite.png?v=2) no-repeat 47px 4px;
                padding: 0 25px 0 5px;
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border: 1px solid #006c38;
                margin: 4px 0 0 0;
            }
            .auth-user {
                float: right;
            }
    .widgets {
        height: 59px;
    }
        .widget {
            float: left;
            width: 150px;
            margin: 14px 0 0 0;
        }
            .widget h3 {
                font-weight: normal;
                font-size: 12px;
                color: #222;
            }
			.widget h3 a {
				font-weight: bold;
				color: #006c38;
			}
        .weather {
            width: 200px;
        }
            .weather .weather-icon {
                float: left;
                width: 50px;
                margin: -10px 5px 0 0;
            }
        .share {
            width: 130px;
            float: right;
        }
            .social li, 
            .contact-info li {
                float: left;
                margin: 0 5px 0 0;
            }
                .social li a {
                    display: block;
                    width: 27px;
                    height: 27px;
                    background: red;
                    text-indent: -9999em;
                    background: url(../images/design/sprite.png?v=2) no-repeat -24px -23px;
                }
                .social li.twitter a {
                    background-position: -61px -60px;
                }
                .social li.facebook a {
                    background-position: -98px -97px;
                }
                .social li.instagram a {
                    background: url(../images/design/instagram.png) no-repeat 0 0;
                }
                .social li.rss a {
                    background-position: -158px -157px;
                }
                .social li.email a {
                    background-position: -195px -194px;
                }
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
input,
textarea,
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-family: arial, sans-serif;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
input[type="radio"] {
	border: 0;
	background: transparent;
}
input[type="text"],
.customfile,
textarea,
.uneditable-input {
  display: inline-block;
  height: 21px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
textarea {
  height: auto;
}
.uneditable-input,
.uneditable-textarea {
  cursor: default;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
	aside input[type="text"] {
		width: 238px;
	}
        .search {
            width: 282px;
            float: right;
        }
           input[type="text"].search-text {
           		border: 1px solid #c0c6c9;
				padding: 0 8px;
				margin: 0;
				float: left;
				width: 238px;
				min-height: 25px;
				border-radius: 4px 0 0 4px;
				-webkit-border-radius: 4px 0 0 4px;
				-moz-border-radius: 4px 0 0 4px;
            }
            .search-submit {
                background: #f8f9f9 url(../images/design/sprite.png?v=2) no-repeat -130px -127px;
                width: 25px;
                height: 27px;
                border: 1px solid #c0c6c9;
                border-left: 0;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                -moz-border-radius-topright: 4px;
                -moz-border-radius-bottomright: 4px;
                -webkit-border-top-right-radius: 4px;
                -webkit-border-bottom-right-radius: 4px;
                text-indent: -9999em;
                cursor: pointer;
            }
    #menu {
        border: 1px solid #c0c6c9;
        border-top: 3px solid #006c38;
    }
        #menu li,
        header > .submenu li,
        footer > .submenu li {
            font: bold 15px/36px arial;
            float: left;
            padding: 0 12px;
        }
        #menu li.active {
            background: #f8f9f9;
            border: 1px solid #d0d6d9;
            border-bottom-color: #f8f9f9;
            border-top: 0;
            margin-bottom: -1px;
		}
		#menu li:first-child.active {
			border-left: 0;
		}
		#menu li a,
		header > .submenu li a,
		footer > .submenu li a {
			color: #222;
		}
		#menu li.active a,
		header > .submenu li.active a {
			color: #006c38;
		}
		header > .submenu {
            border: 1px solid #d0d6d9;
            border-top: 0;
            background: #f8f9f9;
            position: relative;
		}
			header > .submenu li {
                font-size: 13px;
            }
            .dropdown-submenu > a {
            	display: block;
            	position: relative;
            }
			.dropdown-submenu .sub-caret {
				position: absolute;
				bottom: 0;
				display: inline-block;
				width: 0;
				height: 0;
				vertical-align: top;
				border-bottom: 8px solid #CED4D7;
				border-right: 8px solid transparent;
				border-left: 8px solid transparent;
				border-top: 8px solid transparent;
				content: "";
				opacity: 0.3;
				filter: alpha(opacity=30);
				text-indent: -9999em;
				left: 40%
			}
				.dropdown-submenu:hover .sub-caret,
				.dropdown-submenu > a:hover .sub-caret {
					opacity: 1;
					filter: alpha(opacity=100);
				}
			.submenu-menu {
				position: absolute;
				width: 100%;
				max-width: 990px;
				min-width: 160px;
				top: 100%;
				left: 0;
				z-index: 1000;
				display: none;
				float: left;
				border: 1px solid #D0D6D9;
				padding: 0;
				margin: -1px;
				list-style: none;
				background-color: #F8F9F9;
				-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
				-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
				box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
				-webkit-background-clip: padding-box;
				-moz-background-clip: padding;
				background-clip: padding-box;
				}
				.dropdown-submenu > a:hover + .submenu-menu, .submenu-menu:hover {
					display: block;
				}
			.dropdown-submenu .submenu-menu li a {
				font-weight: normal;
				font-size: 11px;
				text-transform: uppercase;
				color: #006c38;
			}
			.dropdown-submenu .submenu-menu li {
				padding:8px 17px 9px 7px;
				float: left;
				line-height: 22px;
			}
			.submenu-menu li:hover {
				background: #ced4d7;
			}
			.tabbable .submenu-menu .sub-caret {
				display: none;
			}
			.submenu .highlight a {
				color: #006c38;
				text-transform: uppercase;
				letter-spacing: -0.03em;
				font-size: 12px;
				text-shadow: 1px 1px 2px #92c6ad;
			}
			
        #header .banner {
        	border: 1px solid #ced4d7;
            border-top: 0;
        }
#header .banner-top{
    padding:0;
}


         #content .articles .article-banner {
        	margin: -16px -15px 15px;
        	width: 710px;
        	padding: 0;
        	background: #ffffff;
        }
         #content .articles .banner-700 {
        	border: 1px solid #ced4d7;
        	padding: 5px;
        	margin: 0;
        	border-right: 0;
        	border-bottom: 0;
        	display: block;
        }
    footer > .submenu {
		float: left;
		background: 0;
		border: 0;
		margin: 9px 0 0 0;
	}
		footer > .submenu li {
			font: normal 12px/20px arial;
			padding: 0 18px 0 0;
		}
    #footer p {
        margin: 0;
        font-size: 12px;
        color: #666;
    }
    #footer .share {
        width: 170px;
    }
    #container {
        border: 1px solid #ced4d7;
        border-top: 0;
        padding: 0;
    }
		#content, .split-block section:first-child {
			float: left;
			width: 710px;
			border-right: 1px solid #d0d6d9;
			margin-left: -1px;
		}
		aside {
			width: 280px;
		}
		aside, .split-block section:last-child  {
			float: right;
			margin-left: -1px;
			border-left: 1px solid #d0d6d9;
		}
			#content > section,
            #content > ins section,
			aside > section {
				padding: 15px;
				border-bottom: 1px solid #d0d6d9;
			}
			#content > section:last-child,
			aside > section:last-child {
				border-bottom: 0;
			}
			section article {
				display: block;
				float: left;
				margin-left: 20px;
			}
			.main-news article:first-child,
			.split-block article,
                        .reklamraksti-front article {
				width: 330px;
			}
			section article {
				width: 155px;
			}
			section article figure,
			article h2,
			article h3 {
				margin-bottom: 8px;
			}
			article h2 a {
				font: bold 18px/20px arial;
			}
			article h3 a {
				font: bold 15px/16px arial;
			}
			section article:first-child {
				margin-left: 0;
			}
			#content header,
			aside header {
				margin-bottom: 15px;
			}
			#content header h2,
			#content header h2 a,
			aside header h2,
			aside header h2 a  {
				font-size: 18px;
				color: #006c38;
				display: inline-block;
			}
			#content .split-block {
				padding: 0;
			}
			.split-block section:first-child,
			.split-block section:last-child {
				width: 325px;
				padding: 15px;
				border-bottom: 0;
			}
			.intro p {
				color: #474747;
				padding: 0 0 10px;
			}
				.news.articles .intro {
					min-height: 55px;
				}
				.advert.articles .intro {
					min-height: 78px;
				}
				.timeline li {
					padding: 3px 0 5px 48px;
					position: relative;
					border-bottom: 1px solid #d0d6d9;
					margin: 0 0 4px 0;
				}
				.timestamp {
					color: #777777;
					display: block;
					left: 0;
					padding: 2px 0 0;
					position: absolute;
					text-align: center;
					top: 5px;
					width: 37px;
				}
			.more {
				margin-top: 7px;
				padding-top: 10px;
				border-top: 1px solid #d0d6d9;
			}
				.more.no-border {
					border: 0;
				}
			.split .more,
			.split-block .more,
			aside .more {
				padding: 0;
				border: 0;
			}
			.more:after, .more:before {
				clear: both;
			}
			.more a,
			a.article-link,
			.submenu-menu li a {
				background: url(../images/design/sprite.png?v=2) no-repeat -447px -446px;
				color: #006c38;
				padding: 0 0 0 12px;
			}
			.breadcrumb .article-link {
				float: right;
			}
			.more a {
				text-transform: uppercase;
				font-size: 11px;
				float: right;
				display: block;
				margin: 0 0 0 10px;
			}
			.more .plus {
				background-position: -524px -523px;
			}
			.comments {
				background: #d4eadf url(../images/design/sprite.png?v=2) no-repeat -484px -483px;
				font: bold 11px/14px arial;
				padding: 1px 2px 0 17px;
				margin: 0;
				display: inline-block;
			}
			.comments:hover {
				background-color: #006c38;
				background-position: -499px -498px;
				color: #ffffff;
			}
			.split section {
				padding: 0;
				float: left;
				width: 330px;
				margin-left: 20px;
				border: 0;
			}
			.split section:first-child {
				margin-left: 0;
			}
			#datepicker {
				margin-bottom: 10px;
			}
			.calendar-news li p {
				width: 280px;
				float: left;
			}
			aside .calendar-news li p {
				width: 200px;
			}
			.calendar-news li a {
				color: #666666;
			}
			.calendar-news li a:hover p,
			.calendar-news li a:hover b {
				color: #006c38;
			}
			.calendar-news li a b {
				color: #222222;
				margin-bottom: 4px;
				display: block;
			}
			aside .calendar-news li a b {
				font-weight: normal;
			}
			.calendar-news li a span {
				width: 45px;
				height: 45px;
				background: url(../images/design/sprite.png?v=2) no-repeat -285px -284px;
				float: right;
			}
			.calendar-news li a span p {
				text-align: center;
				padding: 12px 0 0 0;
				width: 45px;
				margin: 0;
				color: #222222;
			}
			.calendar-news li a span p b {
				color: #474747;
				font-weight: bold;
				margin-bottom: 0;
			}
			.short-news li, .calendar-news li {
				padding: 3px 0 5px 0;
				border-bottom: 1px solid #d0d6d9;
				margin: 0 0 4px 0;
			}
			article .short-news li:last-child,
			.split-block .short-news li:last-child {
				border-bottom: 0;
			}
			.banner-700 {
				margin: -11px -9px;
			}
			.diena-lv {
				background: #f5faff url(../images/design/diena-bg.png) repeat-y 0 0;
			}
			.db-lv {
				background: #fff5ea url(../images/design/db-bg.png) repeat-y 0 0;
			}
			
	/* don't forget lovely ie7 */
		#menu:after,
		#header .submenu:after,
		#container:after,
		section:after,
		.poll .choices li:after,
		.calendar-news li:after,
		.open-article .gallery nav:after,
		.open-article .gallery:before,
		.open-article .gallery figure:after,
		.open-article article aside:after,
		.open-article #gallery-wrapper:before,
		.contact-info:after,
		.comment-list article:after,
		.gallery-page #content .gallery article:after,
		.articles article:after,
		.forum-box header:after,
		.half:after,
		.sms-box li:after,
		.weather-news .main:after,
		.weather-map:before,
		.news-articles li:after,
		.article-list .news-articles:after,
		.accordion-inner:after,
		.advert-info:after
		{
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}

/*-------------------------------- ASIDE -------*/
.competition-icon a {
	float: left;
	background: url(../images/design/sprite.png?v=2) no-repeat -232px -231px;
	width: 43px;
	height: 43px;
	margin: 0 12px 0 0;
	text-indent: -9999em;
	display: block;
}
aside section article {
	width: 100%;
	display: table;
    margin-bottom: 7px;
    padding-bottom: 7px;
	border-bottom: 1px solid #d0d6d9;
	margin-left: 0;
	float: none;
}
aside section article:last-child,
.question article {
	border: 0;
	margin-bottom: 0;
}
aside section article figure {
	float: left;
	margin: 0 7px 2px 0;
}
section article p small {
	display: block;
	margin-top: 5px;
}

/*------------------ POLL module ------*/

.poll .choices {
	margin: 10px 0;
}
.poll .choices li {
	border-bottom: 1px solid #d0d6d9;
    position: relative;
    overflow: hidden;
}
.poll .choices li span {
	background-color: #fff0c9;
	line-height: 32px;
	font-weight: bold;
	width: 40px;
	text-align: center;
    height: 100%;
    position: absolute;
    right: 0;
}
.poll .choices label {
	width: 175px;
	display: inline-block;
	vertical-align: middle;
}
.poll .choices input {
	vertical-align: middle;
	height: 32px;
}
.poll input.submit, 
.question input.submit {
	float: right;
}
.poll-result {
	width: 210px;
    position: absolute;
    z-index: 0;
    height: 100%;
}
.poll-progress {
	background: none repeat scroll 0 0 #EAEDEE;
	float: left;
    height: 100%;
	text-indent: -9999em;
}
.poll-answer {
    height: 100%;
    position: relative;
}
/* POLL end */

aside section .gallery article {
	border: 0;
	width: 120px;
	float: left;
}
aside section .gallery article:first-child {
	width: 250px;
}
aside section .gallery article:last-child {
	margin: 0 0 7px 10px;
}
article figure {
	position: relative;
}
section .gallery article figure {
	margin: 0 0 7px 0;
}
.video figure span, .photo figure span {
	background: #006c38 url(../images/design/sprite.png?v=2) no-repeat -550px -563px;
	position: absolute;
	right: 0;
	bottom: 5px;
	min-width: 18px;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding: 0 3px 0 3px;
	line-height: 18px;
}
.photo figure span {
	background-position: -594px -603px;
	padding: 0 3px 0 22px;
	min-width: 10px;
}
#question {
	font: normal 12px/16px arial;
	min-height: 25px;
	padding: 8px;
	max-width: 234px;
	min-width: 234px;
}
.ads-links li {
	background: url(../images/design/small-dot.png) no-repeat 0 11px;
	padding: 5px 0 5px 10px;
}
.ads-links li a {
	color: #666666;
}
.ads-links li a b {
	color: #222222;
	font-weight: normal;
}
aside .btn-group > .btn:first-child {
	width: 225px;
}
aside .dropdown .dropdown-menu {
	max-height: 250px;
	overflow: auto;
}

/*----------------------- OPEN ARTICLE ------*/

.open-article article {
	width: 100%;
}

.open-article .article-content a {
	color: #006c38;
}

.article-meta {
	margin: 5px 0 15px 0;
	font-size: 12px;
	color: #666666;
}

.article-meta span {
	background: url(../images/design/sprite.png?v=2) no-repeat;
	padding: 0 3px 0 18px;
	margin-right: 10px;
}
.article-meta .author {
	background-position: -671px -686px;
}
.article-meta .date-time {
	background-position: -707px -726px;
}
.article-meta .views {
	background-position: -744px -764px;
	margin-right: 0;
}

	/*---------------------- Galerija module ------*/

.open-article .gallery {
	position: relative;
	margin-bottom: 15px;
	display: table;
}
.thumb {
	position: relative;
}
.thumb ul {
	margin-left: 34px;
}
.thumb li.active a {
	border: 1px solid #006c38;
}
.thumb li a {
	position: relative;
	border: 1px solid #ffffff;
	margin: 0 4px;
}
.thumb li a img {
	border: 1px solid #ffffff;
}
.thumb a {
    float: left;
    display: block;
}
.thumb .next, .thumb .prev {
	padding: 26px 10px;
	width: 6px;
	position: absolute;
}
.thumb .next {
	margin: 0 0 0 6px;
	right: 0;
}
.thumb .prev {
	margin: 0 6px 0 0;
}
.overlay {
    position: absolute;
    width: 680px;
    z-index: 3;
}
.overlay > .next,
.overlay > .prev {
    height: 380px;
    width: 40%;
    text-indent: -9999em;
    position: relative;
}
	.overlay > .prev {
		float: left;
	}
	.overlay > .next {
		float: right;
	}
	.gallery .overlay span {
		position: absolute;
		top: 50%;
		margin-top: -41px;
		background: url(../images/design/sprite.png?v=2) no-repeat 100% -83px;
		height: 83px;
		width: 50px;
		display: block;
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	.gallery .overlay .next span {
		right: 0;
		background-position: 100% 0;
	}
	.gallery .overlay a:hover span {
		opacity: 1;
  		filter: alpha(opacity=100);
  	}
	/* Galerija end */
.open-article article aside {
	margin-left: 15px;
	margin-bottom: 10px;
}
.open-article article aside section {
	padding: 15px;
	border: 1px solid #d0d6d9;
	border-left: 0;
	margin-top: -1px;
}
.article-content p {
	margin: 0 0 15px 0 ;
	padding-right: 15px;
	font: normal 14px/22px arial;
}
.article-content ul, .article-content ol {
	margin: 0 0 15px 25px;
}
.article-content ul {
	list-style: inherit;
}
.article-content ol {
list-style: decimal;
}
.article-content li {
	margin: 0 0 7px 0;
}

.open-article article #gallery-wrapper > small {
	display: block;
	margin-bottom: 15px;
}
.open-article .social li a {
	text-indent: 0;
	height: 14px;
	min-width: 75px;
	padding: 7px 8px 6px 35px;
	margin-bottom: 8px;
}
.social li.print a {
    background-position: -783px -806px;
}
.social li.link a {
    background-position: -820px -843px;
}
.contact-info {
	display: block;
	border-top: 1px dotted #d0d6d9;
	padding-top: 10px;
}
.contact-info li {
	background: url(../images/design/sprite.png?v=2) no-repeat -24px -23px;
	padding: 7px 20px 6px 35px;
	display: block;
}
.contact-info li.phone {
    background-position: -338px -338px;
}
.contact-info li.send-email {
    background-position: -375px -375px;
}
.send-email a {
	color: #006c38;
	font-weight: bold;
}

	/*---------------- FORM start ------*/

.form form li > input {
	width: 665px;
}
.form form li {
	margin-bottom: 10px;
}
.form form > fieldset >  ul > li:last-child {
	margin-bottom: 20px;
}
.form form li > label {
	display: block;
	margin: 0 0 5px 0;
}
.form form > .btn {
	margin-right: 10px; 
}
.form .btn-group {
	margin: 0 0 10px;
}
.form .btn-group > .btn {
	height: 32px;
}
.form .btn-group > .btn:first-child {
	width: 280px;
	text-align: left;
}
.form .btn-group > .btn.dropdown-toggle {
	width: 35px;
}
.half > li {
	float: left;
	margin-left: 49px;
	margin-bottom: 0;
	width: 315px;
}
.half > li:first-child {
	margin-left: 0;
}
.form .half li > input {
	width: 300px;
}

		/*------------ custom upload elements -------*/

.customfile-input {
	position: absolute;
	overflow: hidden;
	height: 29px;
	width: 313px;
	top: 0;
	left: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	z-index: 1999;
}
.customfile-disabled {
	opacity: .5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: default;
}
.customfile-feedback {
	line-height: 22px;
	font: normal 12px/22px arial;
	color: #777;
}
.customfile {
	cursor: pointer;
	position: relative;
	width: 300px;
	background: #ffffff;
	border: 1px solid #d0d6d9;
}
.customfile .btn {
	position: absolute;
	right: 1px;
    top: 1px;
    z-index: 100;
    cursor: default;
}
		/*custom upload elements end*/
	/* FORM end */

	/*----------------- COMMENT FORM -----*/
.form,
.comment-form {
	background: #f8f9f9;
	border-left: 1px solid #d0d6d9;
}
.comment-form.answer {
	background: none;
	border-left: 0;
	display: none;
}
.comment-form form li input {
	width: 250px;
}
.form textarea,
.comment-form form li textarea {
	min-width: 665px;
	max-width: 665px;
}
form li.foreign img {
    float: left;
    padding-right: 15px;
}
form li.foreign input {
    width: 100px;
}
.comment-form form input.btn {
	float: right;
}
#share-send {
    border: 0 ;
}
.comment-list header {
	background: #ffffff;
	border: 1px solid #d0d6d9;
	border-bottom: 1px solid #ffffff;
	padding: 6px 10px;
	display: table;
	margin: 0 0 15px 0;
	margin-top: -44px;
	font-weight: bold;
}
.comment-list article,
.comment-form.answer {
	width: 100%;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #d0d6d9;
	padding-bottom: 10px;
	float: none;
}
.comment-list article:first-child {
	margin-top: 0;
}
.comment-list article:last-child {
	padding-bottom: 0;
	border: 0;
}
.comment-list article p {
	display: block;
	margin-bottom: 15px;
	color: #474747;
}
.comment-list .comment-rating  {
	float: right;
	font-size: 11px;
}
.comment-rating ul,
.comment-rating li,
.comment-rating span {
	float: left;
	margin-right:6px;
}
.comment-rating li a {
background: url(../images/design/sprite.png?v=2) no-repeat -485px -484px;
padding: 0 4px 0 16px;
}
.comment-actions li a {
    color: #474747;
    display: block;
    outline: 0 none;
    padding: 0;
}
.comment-rating .positive a {
	background-position: -857px -880px;
}
.comment-rating .negative a {
	background-position: -894px -917px;
}
.comment-rating span {
	background: #fff0c9;
	padding: 0 4px;
	font-weight: bold; 
}
.comment-list article small {
	color: #999999;
	float: left;
}
.comment-rating .down {
	color: #006c38;
}
.comment-rating span.up {
	color: #589c00;
}
.comment-list .level2 {
	padding-left: 50px;
	width: 630px;
	background: url(../images/design/comment-level2.png) no-repeat 20px 0;
}
.comment-rating .active a {
	color: #006c38;
}
	/* COMMENT FORM end */

/* OPEN ARTICLE end */

/*----------------------- GALLERY PAGE ------ */

.gallery-page #content .gallery article {
	border-top: 1px solid #d0d6d9;
	margin: 0 10px 0 10px;
	padding-top: 20px;
	clear: none;
	display: block;	
}
.gallery-page #content .gallery article:nth-child(4n+4) {
	margin-right: 0;
}
.gallery-page #content .gallery article:first-child,
.gallery-page #content .gallery article:nth-child(4n+5) {
	clear: left;
    margin-left: 0;
}
.gallery-page #content .gallery article:nth-child(1),
.gallery-page #content .gallery article:nth-child(2),
.gallery-page #content .gallery article:nth-child(3),
.gallery-page #content .gallery article:nth-child(4) {
	margin-bottom: 0;
	border: 0;
	padding: 0;
}
.gallery-page #content .gallery article:nth-child(13+1) {
	margin-bottom: 0;
}
.gallery-page #content .main.gallery article {
	border: 0;
	margin-bottom: 0
}
.gallery-page #content .main.gallery .big article {
	border-bottom: 1px solid #d0d6d9;
	margin: 0 0 20px 20px;
	width: 330px;
}
.gallery-page #content .main.gallery .big article:first-child {
	margin: 0 0 20px 0;
}

/*--------------------------- EVENTS PAGE ------*/

.event-search li {
	float: left;
	margin: 0 20px 0 0;
}
.event-search li:last-child {
	margin: 0;
}
.search-form, .calendar-group {
    position: relative;
}
.calendar-group .dropdown-menu {
    width: 685px;
    top: 32px;
    left: -305px;
    background-color: #EAEDEE;
}
.calendar-group .btn {
	text-align: left;
}
.dropdown-menu .ui-datepicker {
    padding: 3px 5px 0;
}
.dropdown-menu .ui-widget-content {
	background: transparent;
}
.dropdown-menu .ui-datepicker td a {
	font-weight: bold;
	text-align: center;
}
.event-search li .btn {
	width: 155px;
}
.place {
	padding: 10px 0 0 0;
	border-top: 1px dotted #c0c6c9;
}
.place p {
	margin: 0 0 8px;
}
.event-time {
	border-top: 1px dotted #c0c6c9;
	width: 100%;
}
.event-time td {
	border-right: 1px dotted #c0c6c9;
	width: 43px;
	text-align: center;
	vertical-align: top;
	padding: 0 0 10px;
}
.event-time td:last-child {
	border: 0;
}
.event-time td span {
	display: block;
	margin: 5px 0;
	font-size: 12px;
}
.event-time td p {
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 12px;
}
.articles article {
	float: none;
	width: 100%;
	margin: 0 0 10px;
	padding: 5px 0 15px;
	border-bottom: 1px solid #d0d0d0;
}
	.articles .paid {
		background: #fff4f3;
		border: 1px dashed #f7d1cf;
	}
	.paid .intro p {
		margin-right: 7px;
		line-height: 18px;
	}
	.articles .paid .breadcrumb {
		background-color: #f8e2e1;
		margin: 0 10px 0 172px;
	}
.articles article:last-child  {
	border: 0;
	margin:0;
}
.articles article figure {
	float: left;
	margin: 0px	15px 3px 5px;
}
.event.articles .event-time {
	width: 505px;
}
.event.articles .event-time td.first {
	text-align: left;
	width: 165px;
}
.event-time td.first p {
	font-weight: normal;
	margin-top: 7px;
}

/*------------------------- FORUM PAGE start ------*/

.forum-search input[type="text"].search-text {
	width: 637px;
}
#content .forum-box article {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d0d0d0;
}
#content .forum-box article:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.forum-box header span {
	font-size: 18px;
	color: #666666;
	margin-left: 7px; 
}
.forum-box article li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	min-height: 16px;
	padding: 8px 0;
}
	.forum-box article li {
		width: 320px;
	}
.forum-box article li a {
	display: block;
}
.author, .answers, .date {
	color: #666666;
	font-size: 11px;
}
.forum-box .author {
	width: 135px;
}
.forum-box .answers {
	width: 50px;
	text-align: center;
	margin: 0;
}
.forum-box .date {
	width: 133px;
	text-align: right;
	margin: 0;
}
.titles, .titles .author, .titles .answers, .titles .date {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
#content .comment-list .pagination-box {
	border-top: 1px dotted #d0d0d0;
	margin-top: 20px;
}
.author-question {
	position: relative;
	border: 1px solid #c0c6c9;
    padding: 20px;
    margin: 0 0 25px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#474747;
}
.quest-arrow {
	position: absolute;
	background: url("../images/design/sprite.png?v=2") no-repeat -926px -952px;
	top: -10px;
	left: 25px;
	height: 12px;
	width: 26px;
}

/*---------------------------- ADVERT start -------*/

#content .box {
	position: relative;
	border-left: 1px solid #D0D6D9;
    display: block;
    float: left;
	width: 291px;
	padding: 0 0 0 63px;
	background: #f2f4f5;

}
#content .box section, #content .box nav {
	padding: 10px;
	background: #ffffff;
}
.box li:first-child {
	padding: 8px 0;
}
.box li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d0d0d0;
}
.box li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.box li a {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	min-height: 16px;
	padding: 8px 0;
}
	.box li a {
		width: 225px;
	}
	.box li h3 a {
    	width: 100%;
    	margin: 0;
    	padding: 0 0 8px;
	}
.box li > .number {
	width: 30px;
	text-align: right;
	margin: 0;
	display: inline-block;
	font-weight: normal;
}

/*------------------------ ADVERT icons ------*/

[class^="advert-icon-"],
[class*=" advert-icon-"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 5px;
	left: 7px;
	background-image: url("../images/design/sprite.png?v=2");
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999em;
}
	.advert-icon-estate {
		background-position: -524px -974px;
	}
	.advert-icon-pets {
		background-position: -574px -974px;
	}
	.advert-icon-work {
		background-position: -624px -974px;
	}
	.advert-icon-different {
		background-position: -674px -974px;
	}
	.advert-icon-farming {
		background-position: -724px -974px;
	}
	.advert-icon-health {
		background-position: -774px -974px;
	}
	.advert-icon-transport {
		background-position: -824px -974px;
	}
	.advert-icon-entertainment {
		background-position: -874px -974px;
	}
	.advert-icon-household {
		background-position: -924px -974px;
	}
	.advert-icon-construction {
		background-position: -974px -974px;
	}
	.advert-icon-sms {
		background-position: -359px -899px;
		width: 164px;
		height: 125px;
		position: relative;
		float: right;
		margin: 0 15px 0 0;
	} 

/*------------------------------- SMS/AKTUĀLI ------*/

#content .sms-bank {
	padding-top: 20px;
}
.alert.sms-box {
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
}
	.alert.simple {
		min-height: 190px;
		background: #ffffff url("../images/design/pay-sms-bg.jpg") no-repeat 0 100%;
		text-align: right;
		padding: 10px;
		border-color: #D0D6D9;
	}
	.alert.bank {
		background-image: url("../images/design/pay-card-bg.jpg");
	}
	 .alert.simple p, .alert.simple span {
		color: #222222;
		font-size: 13px;
	}
	.alert.simple h1 {
		margin-top: 5px;
		font-size: 20px;
		line-height: 24px;
		color: #006c38;
	}
	.alert.simple h2 {
		margin-top: 40px;
		font-size: 32px;
		color: #222222;
	}
	.alert.simple h3 {
		font-size: 28px;
		color: #006c38;
	}
	.alert.simple p, .alert.simple .btn {
		margin: 20px 0 5px 0;
		font-size: 11px;
		text-transform: uppercase;
	}
	.alert.simple .btn {
		padding: 8px 10px;
	}
	.pay-check p {
		margin: 0 0 10px 0;
	}
.sms-box h4 {
	text-align: center;
}
.sms-box li {
	padding: 6px 10px;
	border: 1px dashed #EDF6F2;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
}
	.sms-box li.active {
		background-color: #EDF6F2;
	}
.sms-box li > span {
	float: right;
	font-weight: bold;
	font-size: 20px;
}

/*------------------------- SMALL HEADER fix  ------*/

.forums #content > section:first-child > header,
.sludinajumi #content > section:first-child > header {
	margin: 0;
}

/*------------------------- BREADCRUMB (linku ceļš) ------*/

.breadcrumb {
  padding: 4px 15px;
  margin: 0 0 10px;
  list-style: none;
  background-color: #F8F9F9;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
	.articles .breadcrumb {
		margin: 0 0 0 172px;
	}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}

/*--------- TABBABLE + SUBMENU (bloku parsledzejs bez parladešanas) ------*/

#content .submenu {
	position: relative;
}
#content .submenu > ul {
	margin-bottom: 18px;
	margin-left: 0;
	list-style: none;
}
#content .submenu > ul > li > a {
	display: block;
}
#content .submenu > ul > li > a:hover {
	text-decoration: none;
	color: #006c38;
}
#content .submenu > ul ul {
	*zoom: 1;
}
#content .submenu > ul:before,
#content .submenu > ul:after {
	display: table;
	content: "";
}
#content .submenu > ul:after {
	clear: both;
}
#content .submenu > ul > li {
	float: left;
}
#content .submenu > ul > li > a {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: -1px;
	line-height: 14px;
	font-weight: bold;
}
#content .submenu > ul {
	border-bottom: 1px solid #ddd;
}
#content .submenu > ul > li {
	margin-bottom: -1px;
}
#content .submenu > ul > li > a {
	padding-top: 6px;
	padding-bottom: 5px;
	line-height: 18px;
	border: 1px solid #d0d6d9;
	background-color: #f8f9f9;
}
#content .submenu > ul > li > a:hover {
	border-color: #d0d6d9 #d0d6d9 #d0d6d9;
}
#content .submenu > ul > .active > a,
#content .submenu > ul > .active > a:hover {
	color: #006c38;
	cursor: default;
	border: 1px solid #d0d6d9;
	border-bottom-color:  transparent;
	background-color: #ffffff;
}
.submenu ul .dropdown-menu {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.submenu ul .dropdown-toggle .caret {
	margin-top: 6px;
	border-top-color: #0088cc;
	border-bottom-color: #0088cc;
}
.submenu ul .dropdown-toggle:hover .caret {
	border-top-color: #005580;
	border-bottom-color: #005580;
}
.submenu ul .active .dropdown-toggle .caret {
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.submenu ul > .dropdown.active > a:hover {
	color: #000000;
	cursor: pointer;
}
.submenu ul .open .dropdown-toggle,
.submenu ul > li.dropdown.open.active > a:hover {
	color: #ffffff;
	background-color: #999999;
	border-color: #999999;
}
.submenu ul li.dropdown.open .caret,
.submenu ul li.dropdown.open.active .caret,
.submenu ul li.dropdown.open a:hover .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.tabbable {
	*zoom: 1;
}
.tabbable:before,
.tabbable:after {
	display: table;
	content: "";
}
.tabbable:after {
	clear: both;
}
.tab-content {
	overflow: visible;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}

/*-------------------- DIENA un DB color fix ------*/

#content .diena-lv .submenu ul > .active > a,
#content .diena-lv .submenu ul > .active > a:hover {
	background-color: #f5faff;
}
#content .db-lv .submenu ul > .active > a,
#content .db-lv .submenu ul > .active > a:hover {
	background-color: #fff5ea;
}
#content .diena-lv .submenu ul > li > a {
	background-color: #ecf1f6;
}
#content .db-lv .submenu ul > li > a {
	background-color: #f6ece0;
}

#content .tabbable .submenu ul > .last {
	float: right;
}

#content .tabbable .submenu ul > .last a {
	border: 0;
	background: transparent;
	padding: 0;
}

.tabbable .submenu ul > .last > a > span {
	text-indent: -9999em;
	width: 105px;
	height: 30px;
	background: url("../images/design/diena-db-logo.png") no-repeat 0 0;
	display: block;
}

.db-lv .tabbable .submenu ul > .last > a > span {
	background-position: 0 -30px;
}


/*-------------------- Pagination (lapu parsledzejs) ------*/

.pagination {
	position: relative;
	height: 26px;
	margin: 18px 0 10px;
	text-align: center;
	width: 100%;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	margin-left: 0;
	*zoom: 1;
}
.pagination li {
	display: inline;
}
.pagination a {
	padding: 5px 12px;
	line-height: 16px;
	text-decoration: none;
}
.pagination ul a {
	float: left;
	border-right: 1px solid #ddd;
}
.pagination .next, .pagination .prev,
.pagination .first, .pagination .last  {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
}
	.pagination .next {
		right: 0;
		border-left: 1px solid #ddd;
	}
	.pagination .prev {
		left: 0;
		border-right: 1px solid #ddd;
	}
	.pagination .first {
		left: 35px;
		border-right: 1px solid #ddd;
	}
	.pagination .last {
		right: 35px;
		border-left: 1px solid #ddd;
	}
	
[class^="icon-"],
[class*=" icon-"] {
	background-image: url("../images/design/sprite.png?v=2");
	text-indent: -9999em;
	display: inline-block;
	margin: 0;
	height: 10px;
	vertical-align: middle;
	width: 10px;
}
	.icon-triangle-l {
		background-position: -633px -646px;
	}
    .icon-triangle-r {
		background-position: -663px -646px;
	}
	.icon-triangle-lf {
		background-position: -751px -646px;
	}
	 .icon-triangle-rl {
		background-position: -785px -646px;
	}
	.icon-calendar {
		position: absolute;
		height: 15px;
		width: 13px;
		background-position: -339px -284px;
		margin:0;
		top: 4px;
		right: 12px;
	}
	.open .btn-swich .icon-calendar {
		background-position: -363px -284px;
	}
.pagination a:hover,
.pagination .active a {
	background-color: #f5f5f5;
}
.pagination .active a {
	color: #999999;
	cursor: default;
}
.prev.disabled,
.prev.disabled:hover,
.next.disabled,
.next.disabled:hover {
	cursor: default;
	color: #222222;
	opacity: 0.3;
	background: transparent;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
	color: #999999;
	cursor: default;
	background-color: transparent;
}
.pagination li:first-child a {
	border-left: 1px solid #ddd;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}

/*-------------------- BUTTON START (Izkrītošais buttons) ------*/

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.btn-group.open > .btn {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
}
.btn-group.open .dropdown-toggle,
.btn-group.open > .btn:first-child {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-red.dropdown-toggle {
  background-color: #bd362f;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-indent: -9999em;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-red .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/*------------------------- Drop down ------*/

.dropdown-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* BUTTON  */

.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 10px 4px;
	margin: 0;
	*margin-left: .3em;
	font-size: 13px;
	line-height: 17px;
	*line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	position: relative;
}
.btn:hover,
.customfile-hover .btn,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.customfile-hover .btn {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn-red,
.btn-red:hover,
.open .btn-swich {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-red.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-red,
.open .btn-swich {
  background-color: #006c38;
  *background-color: #035c31;
  background-image: -ms-linear-gradient(top, #006c38, #035c31);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006c38), to(#035c31));
  background-image: -webkit-linear-gradient(top, #006c38, #035c31);
  background-image: -o-linear-gradient(top, #006c38, #035c31);
  background-image: -moz-linear-gradient(top, #006c38, #035c31);
  background-image: linear-gradient(top, #006c38, #035c31);
  background-repeat: repeat-x;
  border-color: #035c31 #035c31 #7f0d11;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#006c38', endColorstr='#035c31', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled],
.open .btn-swich:hover {
  background-color: #035c31;
  *background-color: #035c31;
}
.btn-red:active,
.btn-red.active {
  background-color: #942a25 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*---------------------------- TEXT styling start ------*/

.lead {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
  line-height: 17px;
}
dd {
  margin-left: 9px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
  font-size: 12px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 12px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 12px;
}

/* ----------------------- Alerts block ------*/

.alert {
	color: #688376;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 14px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #EDF6F2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 5px 0 20px;
}
.alert h4 {
	font-size: 20px;
	color: #006C38;
	margin: 5px 0 10px;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.open-article .gallery figure div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 680px;
}

/* ------------------------ TABLE VIEW -------*/

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 11px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

/*----------- AKTUĀLI ----*/

.actual.news-block {
	background: #edf6f2;
}
.actual.news-block .main {
	width: 260px;
	margin: 0 0 5px;
	padding: 15px 10px 10px;
	color: #006c38;
}
.actual .description, .selfadv {
	color: #666666;
}
.actual.news-block header,
.actual.news-block .selfadv {
	padding: 10px;
	margin: 0;
}
.selfadv, .actual .address {
	text-align: right;
}
.selfadv .table small {
	font: 9px/11px arial, sans-serif;
}
.selfadv .table small {
	text-transform: uppercase;
}
.selfadv .table {
	font-size: 10px;
	margin: 6px 0 0 0;
}
.selfadv .table th,
.selfadv .table td{
    padding: 4px;
    line-height: 14px;
}

.selfadv .table b {
	color: #006c38;
	font-size: 14px;
}
.selfadv h3 {
	color: #006c38;
	font-size: 14px;
}
.actual p {
	font-size: 12px;
	margin: 3px 0;
}
.actual .main .title {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.selfadv .address {
	color: #006c38;
}

/* ---------------------------- OVERLAY BANNERS -------*/

.scroller-wrapper {
    position: fixed;
    z-index: 32999;
    bottom: 0px;
    left: 0px;
    height: 35px;
    overflow: hidden;
    display: none;
    border-top: 2px solid #006c38;
}
.scroller-wrapper .scroller {
    height: 35px;
    width: 3200px;
    position: relative;
    left: 0px;
}
.scroller-wrapper .scroller-close {
    position: fixed;
    z-index: 9999998;
    right: 0px;
    display: block;
    width: 36px;
    height: 35px;
    background: #006c38;
    color: #ffffff;
    text-align: center;
}

.scroller-wrapper .scroller-close:before {
	content: "x";
	font-size: 15px;
	padding: 8px 0 0 2px;
	display: block;
}

.scroller-wrapper .scroller-close:hover {
	text-decoration: none;
	background: #307e59;
}
.overlay-banner-wrapper {
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background:#fff;
    display:none;
}
.overlay-banner-wrapper .overlay-banner-container {
    position: relative;
    width:900px;
    margin:0 auto;
}
.overlay-banner-wrapper .overlay-banner-header {
    height: 80px;
    /*background: url(../../images/design/v2/logo.png) no-repeat 0 18px;*/
}
.overlay-banner-wrapper .overlay-banner-close {
	position: relative;
    float: right;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    color: #666666;
    background: #d0d6d9;
    padding: 0 34px 0 0;
    margin: 40px 0 0 0;
    text-transform: lowercase;
}
.overlay-banner-wrapper .overlay-banner-close:before {
	content: "X";
	position: absolute;
	width: 34px;
	right: 0;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
}
.overlay-banner-wrapper .overlay-banner-close:hover {
    color: #222222;
}
.overlay-banner-wrapper .overlay-banner-close span {
    display: block;
    padding: 0 5px;
    border-right: 2px solid #ffffff;
}
li.horizontal_type {
    display: inline;
    text-align: center;
    margin: 0 5px;
}
.form form li.horizontal_type > input {
    width: auto;
}
.form form li.horizontal_type > label {
    display: inline;
}
.form form ul.short li.horizontal_type > label {
    display: inline;
}
.form form ul.short li.horizontal_type > input {
    width: auto;
}
.form form ul.short li > input {
    width: 250px;
}
.red {
    color:#006c38;
}
    a.reklamraksts {
        background-color: #006c38;
        color: #fff;
        font-weight: normal;
        padding: 0 2px;
        font-size: 0.8em;
    }
    a.dienalv {
        background-color: #3279AC;
        color: #fff;
        font-weight: normal;
        padding: 0 2px;
        font-size: 0.8em;
    }
    a.dblv {
        background-color: #900;
        color: #fff;
        font-weight: normal;
        padding: 0 2px;
        font-size: 0.8em;
    }
    .diena-lv a.dienalv,
    .db-lv a.dblv {
        display: none;
    }

/*----------------------------- tabulas ------*/
table.styled {
    border-collapse: collapse;
    width: 100%;
}
    table.styled tr {
        vertical-align: top;
    }
#dates_list li {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 8px 20px 7px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #EDF6F2;
	color: #006c38;
	font-size: 16px;
	font-weight: bold;
}
.remove_date {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.remove_date {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 20px;
  line-height: 20px;
  color: #006c38;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.remove_date:hover {
  color: #006c38;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ----------------------------------- PAYMENT TABLE ------*/

.payment-table .table {
	font-size: 12px;
}
.payment-table .table th {
	text-transform: uppercase;
	text-align: center;
}
.payment-table .table td {
	vertical-align: middle;
}
.payment-table .table td:first-child {
	text-transform: uppercase;
	color: #006c38;
}
.payment-table .table td b {
	color: #006c38;
}
.payment-table .table .price,
.payment-table .table td:first-child b {
	text-align: center;
	font-size: 22px;
	font-family: Georgia;
}
.table .sms-icon, .table .bank-icon {
	padding: 0;
	width: 61px;
}
.table .sms-icon a, .table .bank-icon a {
	background: url(../images/design/sms-icon.jpg) no-repeat 50% 50%;
	text-indent: -9999em;
	display: block;
	height: 56px;
}
.table .sms-icon a:hover,
.table .bank-icon a:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
 .table .bank-icon a {
	background-image: url(../images/design/bank-icon.jpg)
}
.payment-table .table td.payment-login {
	text-transform: none;
	color: #222222;
 }
 
/* ----------------------------------- LAIKRAKSTA ARHĪVS ------*/

#content .news-block {
	background: #F8F9F9;
	padding: 0;
	border-left: 1px solid #D0D6D9;
	position: relative;
	width: 709px;
}
#content .news-block.big {
	background: transparent;
}
.news-block > div {
	float: left;
}
.news-articles, .payment-box {
	width: 458px;
	background: #F8F9F9;
	border-left: 1px solid #D0D6D9;
    margin-left: -1px;
    padding: 15px 15px 40px;
}
	.big .news-articles, .payment-box {
	    position: relative;
	    width: 344px;
	}
	.news-articles li {
		display: block;
		border-top: 1px dotted #D0D6D9;
		padding: 8px 0;
	}
		.news-articles li {
			min-height: 70px;
		}
		.big .news-articles li {
			min-height: 30px;
		}
	.news-articles li:first-child {
		border: 0;
		padding-top: 0;
	}
	.news-articles .intro p {
		font-size: 11px;
		padding: 0;
		color: #666666;	
	}
	.news-articles figure {
		position: relative;
		height: 76px;
		width: 104px;
		margin: 0 0 2px 5px;
		float: right;
	}
	
/* -------------------------------- GALERIJA AR TUMB PARSLEGŠANOS ----*/

		.news-articles figure img {
			display: block;
			position: absolute;
			bottom: 4px;
			right: 6px;
			border: 1px solid #ffffff /*#92102B*/;
			-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
			z-index:20;
		}
			.news-articles figure img:first-child {
				bottom: 8px;
				right: 12px;
				z-index: 10;
			}
			.news-articles figure img:last-child {
				bottom: 0;
				right: 0;
				z-index: 30;
			}
			.news-articles figure img:hover {
				z-index: 40;
			}
			.news-articles .photo figure span {
				bottom: 0;
				background-color: #ffffff;
				background-position:-594px -585px;
				color: #006c38;
				z-index: 50;
			}
	.news-articles h3 {
		font: bold 13px/14px arial;
		margin: 0 0 5px;
	}
	.news-block .more {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #ffffff;
		height: 25px;
		padding: 7px 0;
	}
		.news-block .more a {
			margin: 0 10px;
		}
.news-block .main {
	position: relative;
	border-right: 1px solid #D0D6D9;
	padding: 15px 15px 55px;
	margin-bottom: 40px;
	width: 190px;
	background: #ffffff;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
	.big .main {
		width: 304px;
		margin-bottom: 0;
		padding-bottom: 131px;
	}
	.cover {
			margin: 0 auto;
			width: 170px;
		}
		.big .cover {
			width: 280px;
		}
			.cover img {
				-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
				-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
				box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
			}
	.buy-button {
		position: absolute;
		bottom: -1px;
		left: 0;
		padding: 0 15px;
		height: 40px;
		border-top: 1px solid #D0D6D9;
		background: #F8F9F9;
		text-align: center;
		width: 190px;
		border-bottom: 1px solid #D0D6D9;
	}
		.big .buy-button {
			width: 304px;
			padding: 15px;
			text-align: right;
		}
		.open .buy-button {
			top: 255px;
		}
		.buy-button a {
			font: 15px/38px Georgia;
			color: #006c38;
		}
			.big .buy-button a {
				font: 16px/36px Georgia;
			}
		.buy-button .article-meta {
			margin: 10px 0;
		}
	.angle, .price-mark a {
		background: url(../images/design/sprite.png?v=2) no-repeat -2px -936px;
		position: absolute;
		z-index: 10;
	}
	.price-mark a {
		background-position: -163px -906px;
		height: 79px;
		width: 79px;
		padding: 20px;
		left: 8px;
		bottom: 8px;
	}
		.price-mark .price {
			font-size: 32px;
			font-weight: bold;
			line-height: 32px;
			margin: 0 0 10px;
			text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
		}
	.angle {
		height: 70px;
		width: 62px;
		right: -1px;
		top: 80px;
		padding: 12px 32px 0 14px;
	}
		.big .angle {
			top: 180px;
		}
		.angle p , .price-mark a  {
			text-align: center;
			color: #bcbbbb;
			text-transform: uppercase;
		}
		.price-mark p {
			font: 15px/20px Georgia;
		}
			.price-mark a:hover, .angle a:hover p {
				color: #006c38;
				text-decoration: none;
			}
		.month {
			font-size: 10px;
		}
		p.news-date {
			font: bold 30px/35px arial;
			color: #006c38;
		}
	.payment-box p {
		margin: 6px 0;
		font-size: 12px;
	}
	.payment-box .price {
		float: right;
	}
	.payment-box .price, .payment-box span b {
		font-size: 23px;
		font-weight: normal;
	}
	 .payment-box span {
		font: 14px/24px Georgia;
	}

/*------------------------------ Atvērts laikraksts ------*/

.news-block.list .news-articles {
	width: 679px;
}
.news-block.list .article-meta {
	margin: 5px 0;
}
.news-block.list li h3 {
	font: 20px/24px Arial;
}
.news-block.list li .intro p {
	font: 13px/22px Arial;
}
.news-block.list li {
	padding: 15px 0;
}
.news-block.list li:first-child {
	padding-top: 0;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
          overflow: hidden;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 0;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
}
.payment-box .sms-icon a, .payment-box .bank-icon a {
	background: url(../images/design/sms-icon.jpg) no-repeat 0 0;
	display: block;
	height: 26px;
	padding: 15px 6px 15px 63px;
	width: 102px;
	float: left;
}
.payment-box .sms-icon a:hover,
.payment-box .bank-icon a:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.payment-box .bank-icon a {
	background-image: url(../images/design/bank-icon.jpg);
	border-left: 1px solid #D0D6D9;
	margin-left: -1px;
}

/*-------------------------- SIDEBAR - Laikraksta arhīvs ------*/

aside .news-block {
	padding: 0;
	position: relative;
	background: #F8F9F9;
}
aside .news-block .main {
	width: 225px;
	margin: 0;
	padding: 15px 0 15px 15px;
}
aside .news-block .intro {
	margin: 15px 0;
	width: 160px
}
aside .price-mark a {
	left: auto;
	bottom: 50px;
	right: -40px;
}
aside .news-block .more {
	background: transparent;
	position: relative;
	margin: 0;
}
aside .news-block .more a {
    margin: 0 8px;
}
aside .news-block .main {
	padding: 0 0 0 15px;
}
aside .news-block .main header {
	margin: 0;
	padding: 15px 0;
}
.archives-box .calendar {
	padding: 15px 15px 0;
	background: #F8F9F9;
	border-top: 1px solid #D0D6D9;
	border-bottom: 1px solid #D0D6D9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.archives-box input.search-text[type="text"] {
	width: 207px;
	margin-bottom: 10px;
}
.news-block .view-archives {
	position: absolute;
	right: 0;
	top: 5px;
	height: 37px;
	width: 40px;
	background: url(../images/design/sprite.png?v=2) no-repeat -39px -862px;
}
.news-block .view-archives.close {
	background-position: 1px -862px;
}
.buy-button.available a {
    color: #468847;
}

/*------------------------------ SLUDINĀJUMI kopskats ------*/

#content .advert-info {
	padding: 0;
}
#content .advert-info .box {
	padding: 15px;
	background: #ffffff;
	margin-left: 0;
	width: 324px;
	position: relative;
	border-bottom: 1px solid #D0D6D9;
}
.advert-info .box p {
	line-height: 18px;
	padding: 0 0 10px;
}
.advert-info .box .intro p {
	min-height: 80px;
	margin-right: 63px;
	position: relative;
    z-index: 10;
}
.advert-info span {
	background: url(../images/design/advert-sprite.jpg) no-repeat 100% 0;
	position: absolute;
	height: 100%;
	width: 131px;
	top: 0;
	right: 0;
	z-index: 0;
	opacity: 0.5;
}
.advert-info span.newspaper-bg {
	background-position: -34px 0;
}

/*------------------------------ PAZIŅOJUMS IE6 ------*/

#container.attention-box {
	padding: 25px;
	margin-bottom: 10px;
	background: #006c38;
	color: #ffb8b7;
	position: relative;
}
.attention-box h3 {
	margin: 0 0 20px 60px;
	display: block;
}
.attention-box h3 b {
	font-size: 130%;
	color:#ffffff;
	margin: 0 5px 0 0;
}
.attention-box a {
	color: #ffffff;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	border: 3px solid #ffb8b7;
	padding: 10px 60px 10px 15px ;
	margin: 0 10px;
}
.attention-box a span, .attention-box .attention {
	position: absolute;
	background: url(../images/design/browser-sprite.png) no-repeat 0 0;
	height: 50px;
	width: 50px;
}
.attention-box a span {
	right: 0;
	bottom: 0;
}
.attention-box .firefox span {
	background-position: 0 -50px;
}
.attention-box .explorer span {
	background-position: 0 -100px;
}
.attention-box .attention {
	background-position: 0 -150px;
	left: 20px;
	top: 10px;
}

/*------------------------------ Gallery thumb numeration ------*/

.thumb li a span {
	background: #006C38;
	bottom: 0;
    color: #FFFFFF;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    min-width: 10px;
    padding: 0 3px;
    position: absolute;
    right: 0;
    text-align: right;
}

/*------------------------------ Advertisement header + page ------*/

.chocolate,
.masti {
	position: relative;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: center;
	background: transparent;
}
.chocolate span {
	position: absolute;
	height: 35px;
	width: 35px;
	background: url(../images/design/sprite.png?v=2) no-repeat -35px -550px;
	top: 1px;
	right: 5px;
}
.chocolate span:first-child {
	left: 5px;
	background-position: 0 -550px;
}
.chocolate a {
	color: #654c3a;
	font-size: 14px;
}

.advertisement article figure {
	float: none;
	margin: 10px 0;
	text-align: center;
}

.advertisement article figure img {
	margin: 0 0 10px;
}

.current-video {
    margin: 10px 0px 10px 0px;
    text-align: center;
}

#funeral {
    border: none;
    text-align: center;
}

.restorans-bars-plate {
    position: relative;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: transparent;
    margin-top: 5px;
}
.restorans-bars-plate span {
    position: absolute;
    height: 35px;
    width: 35px;
    background: url(../images/design/restorans-bars-plate.png);
    top: 5px;
    left: 5px;
}
.restorans-bars-plate a {
    color: #654c3a;
    font-size: 14px;
}

.restorans-bars-plate p {
    margin-left: 25px;
}
section.adclick{
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.subscription-content p{
    padding-bottom: 10px;
}
.subscription-content a{
    color: #006c38;
}
.subscription-content ul{
    list-style: disc;
    list-style-position: inside;
}
.subscription-content ol{
    list-style: decimal;
    list-style-position: inside;
}
.subscription-content ul li,
.subscription-content ol li{
    padding-left: 20px;
}
.subscription-content h4{
    text-align: center;
    padding-top: 20px;
}
.subscription-content table{
    margin-top: 10px;
}

.subscription-content table tr td{
    text-align: center;
}

.subscription-form{
    padding-top: 30px;
}

.subscription-form .radio_list{
    text-align: center;
}

.form form.subscription-form li{
    margin-bottom: 0;
}

.form form.subscription-form li > select{
    width: 680px;
    height: 28px;
}

.form form.subscription-form li.agree_privacy a{
    color: #006c38;
}

#privacy_agreement h3{
    padding-bottom: 10px;
}

#privacy_agreement p{
    padding-bottom: 5px;
}

.total-price{
    display: none;
    background-color: #f58589;
    margin-bottom: 10px;
    padding: 10px;
    width: 160px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.total-price span{
    font-weight: bold;
}

.branding{
    position: fixed;
    height: 100%;
    width: calc(50% - 495px);
    top:0;
}

#branding-left{
    left:0;
}
#branding-right{
    right:0;
}

.ad-banner-branding{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-repeat: repeat-y;
}

#branding-left .ad-banner-branding{
    background-position: right top;
}
#branding-right .ad-banner-branding{
    background-position: left top;
}
.cookies{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #c3c3c3;
    display: none;
}
.cookies section{
    width: 990px;
    margin: 0 auto;
    padding: 10px 0;
}
.cookies p{
    float: left;
    width: 90%;
}
.cookies a{
    float: right;
    display: inline-block;
    background-color: #006c38;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    margin-top:10px;
}


