body {
	margin:53px 0 0 0;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	text-align:center;
	background-color: white!important;
}

img {
	border:none;
}

.c {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

p {
	padding:5px 0;
	margin:0;
	font-size:11px;
}

a {
	color:#790000;
}

p a {
	color:#790000!important;
}

hr {
	border: 0;
	color:#790000;
	background-color:#790000;
	height:1px;
}

h1, h1 a {
	font-size:16px;
	color:#790000!important;
	text-decoration:none;
	margin:8px 0;
}

h2 {
	font-size:15px;
	color:#790000;
	text-decoration:none;
	margin-bottom:6px;
}

h2 a {
	text-decoration:underline;
}

h3 {
	font-size:12px;
	color:#000;
	text-decoration:none;
}

h3 a {
	text-decoration:underline;
}

h4 {
	margin:4px 0;
	font-size:11px;
	color:#000;
	text-decoration:none;
}

h4 a {
	text-decoration:underline;
}

.editor-content {
	/*background:#f1e7c2;*/
}

/* Wrap
----------------------------------------*/
#wrap {
	width:1000px;
	margin:0px auto;
	text-align:left;
}

/* Header
----------------------------------------*/
#header {
	height:130px;
	padding-top:5px;
}

#header a.logo {
	margin-left:398px;
	margin-top:-35px;
	position:absolute;
}

/* Menu
----------------------------------------*/
#menu {
	width:100%;
	height:44px;
	background-color: #790000;
	position:relative;
	top:-22px;
	clear:both;
	z-index:3;
	display: flex;
  flex-direction: column;
  justify-content: center;

}

#menu .categories {
	background-color:#790000;
	margin-left:8px;
	/*padding-left:210px;*/
	height:44px;
	width:992px;
}

#menu .categories .menu-links {
	float:right;
	/*width:590px;*/
	/*margin:0 0 0 210px;*/
	margin:0 30px 0 0;
	padding:0;
}

#menu .categories .menu-links li {
	float:left;
	list-style:none;
	font-size:14px;
}

#menu .categories .menu-links li a {
	display:block;
	padding:4px 8px 3px 8px;
	/*margin-right: 8px;*/
	text-decoration:none;
	color:white;
	white-space:nowrap;
	height:15px;
}

#menu .categories .menu-links li a.parent {
	display:inline-block;
	padding-top: 15px;
	margin-right: 8px;
}

#menu .categories .menu-links li a.active{
	background: #981E32;
	color:#fff;
	padding-left:8px;
  padding-bottom: 14px;
 }

#menu .categories .menu-links li a:hover, #menu .categories .menu-links li a.selected {
	height: 26px;
	background: #981E32;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 3px;
}

#menu .categories .menu-links li ul {
	width: 420px;
	margin:0;
	padding:0;
	position:absolute;
	visibility:hidden;
	z-index: -10;
  overflow-y: hidden;
	background:#FFFFFF;
}

#menu .categories .menu-links li ul li {
	float:none;
	display:inline;
}

#menu .categories .menu-links li ul li a {
	width:auto;
	padding-top: 6px;
	padding-bottom: 6px;
	color:white;
	background: #981E32;
}

#menu .categories .menu-links li ul li:last-child a {
	padding-bottom: 10px;
}

#menu .categories .menu-links li ul li a:hover {
	border-radius: 0;
	background: #790000;
	color: white;
	border:none;
	height: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:8px;
	margin-right: 0px;
}

#menu .categories .menu-links li ul li:last-child a:hover {
	padding-bottom: 10px;
}

#menu .categories ul.language-links {
	padding:14px 0 0 0;
	margin:0 3px 0 0;
	float:right;
}

#menu .categories ul.language-links li {
	font-size:14px;
	float:left;
	list-style:none;
	padding:0 4px 0 4px;
}

#menu .categories ul.language-links li a {
	color:#ccc;
	text-decoration:none;
	font-size:12px;
}

#menu .categories ul.language-links li a.a1 {
	font-size:12px;
}

#menu .categories ul.language-links li a.a2 {
	font-size:13px;
	position:relative;
	top:-1px;
}

#menu .categories ul.language-links li a.a3 {
	font-size:15px;
	position:relative;
	top:-3px;
}

/* Container
----------------------------------------*/
#container {
	padding:0 0 15px 0;
	min-height:520px;
}

/* Sidebar menu
----------------------------------------*/
#sidebar-menu {
	float:left;
	width:200px;
	font-size:14px;
}

#sidebar-menu ul {
	margin:0;
	padding:0;
	margin-bottom:30px;
}

#sidebar-menu ul li.main {
	list-style:none;
	/*background:url("../img/category-bg.png") no-repeat left;*/
	padding:3px 0 2px 10px;
	margin:0 0 4px 0;
}

#sidebar-menu ul li.main a {
	display:block;
	text-decoration:none;
	color:#790000;
}
#sidebar-menu ul li.main a:hover {
	text-decoration: underline;
}

#sidebar-menu ul li.main a.gray {
	color:Black;
}

#sidebar-menu ul li.main a.gray:hover {
	 text-decoration: underline;
}

/** Sub list */
#sidebar-menu ul li.sub {
	list-style:none;
	margin:0 0 4px 0;
	position:relative;
}

#sidebar-menu ul li.sub a {
	text-decoration:none;
	color:#790000;
	font-size:12px;
	display:block;
	width:200px;
	padding-bottom:3px;
}

#sidebar-menu ul li.sub a span {
	display:block;
	padding:4px 5px 0 25px;
}

#sidebar-menu ul li.sub a span:hover {
text-decoration: underline;
}

#sidebar-menu ul li.sub a:hover span, #sidebar-menu ul li.sub-active a span {
	/*background:url("../img/submenu-bg-top.png") no-repeat left top;*/
	color: black;
}

#sidebar-menu ul li.sub:hover, #sidebar-menu ul li.sub-active {
	/*bbackground:url("../img/submenu-bg-top.png") no-repeat left top;*/
	color: #555;
}

#sidebar-menu ul li.sub a:hover, #sidebar-menu ul li.sub a.active {
	/*background:url("../img/submenu-bg-bottom.png") no-repeat left bottom;
	color:#fff;*/
	color: #555;
}

#sidebar-menu ul li.l2 a span {
	padding-left:40px;
}

#sidebar-menu ul li.l3 a span {
	padding-left:55px;
}

/* Breadcrumbs
----------------------------------------*/
#breadcrumbs {
	margin-bottom:10px;
}

#breadcrumbs, #breadcrumbs a {
	color:#790000;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#breadcrumbs .separator, #breadcrumbs .last-separator {
	/*padding-left:16px;
	background:url('../img/bc-arrow.gif') no-repeat 6px 4px;*/
}

#breadcrumbs span.separator {
	background:url('../img/bc-arrow.gif') no-repeat 6px 4px;
	padding-left:16px;
	/*margin-right:-5px;*/
	height:10px;
	/*color:#F1E7C2;*/
}

/* Keywords, Gallery posts
----------------------------------------*/
#keywords, #gallery-posts {
	border-top:1px solid #790000;
	margin-bottom:15px;
	text-align:left;
}

#keywords a, #gallery-posts a {
	color:#790000;
	text-decoration:none;
	margin-right:4px;
}

#keywords a:hover, #gallery-posts a:hover {
	text-decoration:underline;
}

#gallery-posts {
	margin-top:20px;
	text-align:left;
}

/* Pagination
----------------------------------------*/

ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}

ul.pagination li {display: inline;}
ul.pagination li a {
	line-height: 20px;
	color: #790000;
	float: left;
	margin-left: 5px;
	text-decoration: none;
	font-weight: normal;
}
ul.pagination li.ellipsis {
	display: none!important;
}

ul.pagination li a:hover{
	text-decoration: underline;
}

ul.pagination li.active a {
  pointer-events: none;
	color: black;
	padding: 0 4px;
	font-size: 20px;
	font-weight: bold;
}

ul.pagination li.active a:hover {
	text-decoration: none;
}

/* Print buttons
----------------------------------------*/
#print {
	text-align:right;
}

#print a {
	margin-left:8px;
	text-decoration:none;
}

#print a:hover {
	text-decoration:underline;
}

.print {
	display:none;
}

/* Content
----------------------------------------*/
#content {
	float:left;
	/*width:550px;
	margin:0 16px 0 26px;*/
	width:560px;
	margin:0 14px 0 18px;
	overflow:hidden;
}

#content .highlight {
	background-color: #fcfc55;
}

#content .news-block {
	margin-bottom:30px;
}

#content .news-block .title {
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:16px;
	/*padding-top: 15px;*/
}

#content .news-block .picture-container{
	border: 0;
	float: left;
	position: relative;
}

#content .news-block .picture-container .forytbutton{
	padding-left: 61px;
	padding-top:31px;
	width:30px;
	height:30px;
	opacity: 0.75;
	position: absolute;
	pointer-events: none;
	top: 70px;
	right: 2px;
}

#content #other-posts .news-block .title{
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:14px!important;
	display: flex;
}

#content #other-posts .title a{
    text-decoration: none;
}

#content .news-block .title a {
	color:#790000;
}

#content .news-block .title h1 {
	display:inline;
}

#content .news-block .date {
	font-weight:normal;
	margin-left:5px;
}

#content .news-block .text {
	clear:both;
}

#content .news-block .text img {
	float:left;
	margin:9px 10px 5px 0;
}

#content .news-block img {
	float:left;
	margin:2px 10px 0 0;
}

#content .news-block .actualImg img {
	background-color: #dddddd;
	width: 185px;
	height: 125px;
}

#content .news-block .post-content {
	float:left;
	width:350px;
}

#content .wo-text {
	margin-bottom:5px;
}

#content a.archive-link {
	color:#000;
	font-weight:bold;
}

#content p {
	margin:0;
	font-size: 14px!important;
}

#content .main-posts a.main-img-left {
	float:left;
	margin-right:10px;
}

#content .main-posts a.main-img-left img{
	margin:0;
	margin-top:6px;
}

#content .main-posts .left{
	float:right;
	width:360px;
	height: 135px;
	overflow: hidden;
}

#content .main-posts .text {
	clear:none;
	line-height: 23px;
}

#content #session-post {
	margin-bottom:20px;
}

#content #session-post img {
	float:left;
	margin:0 10px 10px 0;
}

#content #session-post .session-text {
	float:left;
}

#content #session-post .nogallery {
	float:none;
}

#content .more-link {
	color:#000;
	font-weight:bold;
	line-height:36px;
}

/* Content - Firstpage posts
----------------------------------------*/

#main-posts .news-block {
	margin-bottom:30px;
}

#important-posts {
	margin-bottom:15px;
}

#important-posts .news-block {
	margin-bottom:2px;
}

#important-posts .news-block .title, #important-posts .news-block .title a {
	color:#790000;
}

#important-posts .news-block span.date {
	font-weight:bold;
}

#other-posts .news-block {
	margin-bottom:2px;
}

#other-posts .news-block .title {
	font-weight:normal;
	padding-top: 10px;
}

#other-posts .news-block .date {
	font-weight:normal;
	padding-right: 10px;
}

/* Content - News gallery
----------------------------------------*/

#content #news-gallery {
	text-align:right;
	float:left;
  margin: 9px 10px 10px 0;
}

#content #news-gallery a.img {
	min-width: 185px;
	min-height: 120px;
	background-color: lightgray;
	line-height:0;
	float:none;
	display:block;
	margin:0 0 3px 0;
	/*display:inline!important;*/
}

#content #news-gallery img {
	min-width: 185px;
	min-height: 120px;
	background-color: lightgray;
	float:none;
	margin:0;
	/*display:inline;*/
	/*float:right;*/
}

#content #news-gallery a.gallery-link {
	color:#000;
	float:left;
	padding:2px 6px 2px;
	text-decoration:none;
	background:none repeat scroll 0 0 #790000;
	color:#FFFFFF;
	line-height:16px;
	margin-left:2px;
}

/* Sitemap
----------------------------------------*/
#sitemap div {
	margin-bottom:3px;
}

#sitemap a {
	color:#000;
	font-size:12px;
	display:block;
	margin-bottom:2px;
}

#sitemap a.main {
	margin-top:15px;
	font-weight:bold;
}

#sitemap a.p1 {
	margin-left:15px;
	margin-top:5px;
}

#sitemap a.p2 {
	margin-left:30px;
}

#sitemap a.p3 {
	margin-left:45px;
}

#sitemap a.p4 {
	margin-left:60px;
}

#sitemap a.p5 {
	margin-left:75px;
}

/* Galleries & Gallery sets
----------------------------------------*/
.galleries .picture {
	float:left;
	margin:0 23px 15px 0;
	width:160px;
}

.galleries .last {
	margin-right:0;
}

.galleries .picture .thumb {
	background:none repeat scroll 0 0 #FFFFFF;
}

.galleries .picture .thumb a {
	display:block;
	line-height:0;
	background-color: #dddddd;
	width: 160px;
	height: 130px;
}

.galleries .picture .title {
	line-height:16px;
	padding-top:5px;
	font-weight:bold;
}

#image {
	/*background:#f1e7c2;*/
	margin-bottom:15px;
	margin-top:10px;
	text-align:center;
	margin-top:3px;
}

#image img {
}

#image .info {
	text-align:left;
}

#image .info h3 {
	margin-bottom:5px;
}

#image .info .date {
	font-weight:normal;
	margin-left:4px;
}

#image .info .download {
	display:block;
	margin:10px 0 -5px 0;
	text-decoration:none;
}

#image .info .download:hover {
	text-decoration:underline;
}

#image .image {
	position:relative;
	z-index:1;
}

#image .image a.prev-image {
	position:absolute;
	display:block;
	width:50%;
	height:100%;
	z-index:2;
	background-image:url('../img/blank.gif');
}

#image .image a.prev-image:hover {
	background:url('../img/fancybox/fancy_nav_left.png') no-repeat 8% center;
}

#image .image a.next-image {
	position:absolute;
	display:block;
	width:50%;
	height:100%;
	margin-left:50%;
	z-index:2;
	background-image:url('../img/blank.gif');
}

#image .image a.next-image:hover {
	background:url('../img/fancybox/fancy_nav_right.png') no-repeat 92% center;
}

#image .image .prev-video, #image .image .next-video {
	width:35%!important;
	height:90%!important;
}

#image .image .next-video {
	margin-left:65%!important;
}

#image .image .prev-video:hover {
	background:url('../img/fancybox/fancy_nav_left.png') no-repeat 8% 55%!important;
}

#image .image .next-video:hover {
	background:url('../img/fancybox/fancy_nav_right.png') no-repeat 92% 55%!important;
}

#image .image a:focus {
    outline: none;
}

.galleries .picture .date, .galleries .picture .image-count {
	line-height:11px;
}

.galleries .picture .date {
	float:left;
	padding-top: 5px;
}

.galleries .picture .image-count {
	float:right;
	padding-top: 5px;
}

.scroll-controls {
	margin-left:10px;
}

.scroll-nomargin {
	margin-left:0;
}

.scroll-controls .scrollable {
	height:70px;
	overflow:hidden;
	position:relative;
	width:490px;
	float:left;
}

.scroll-controls .scrollable .items {
	clear:both;
	position:absolute;
	top:0;
	width:20000em;
}

.scroll-controls .scrollable .items .item {
	margin:1px 5px 1px 1px;
}

.scroll-controls .items div {
	float:left;
}

.scroll-controls .scrollable img {
	float:left;
	width:64px;
	height:64px;
}

.scroll-controls .scrollable .active {
	border:1px solid #7B0002;
	position:relative;
	cursor:default;
	margin:0 4px 0 0!important;
}

.scroll-controls .scrollable .active a {
	cursor:default;
}

.scroll-controls a.browse {
	display:block;
	width:18px;
	height:64px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin-top:1px;
}

.scroll-controls a.right {
	background:#957654 url('../img/bg_navi_right_white.gif') no-repeat center center;
}

.scroll-controls a.right:hover, a.right:active {
	background-color:#7b0002;
}

.scroll-controls a.left {
	background:#957654 url('../img/bg_navi_left_white.gif') no-repeat center center;
	margin-right:4px;
}

.scroll-controls a.left:hover, a.left:active {
	background-color:#7b0002;
}

.scroll-controls a.disabled {
	background-color:#957654!important;
	cursor:default;
}

/* Transcripts
----------------------------------------*/
table.transcript {
	width:100%;
}

table.transcript td {
	min-width:20px;
	padding:4px 2px
}

table.transcript td.month {
	width:80px;
}

table.transcript td.last {
	width:auto;
}

table.transcript td a {
	font-weight:normal;
	color:#790000;
}

/* Search
----------------------------------------*/

#content .search {
	color:#555555;
	line-height:0;
	padding:0;
}

#content .search div.input label {
	display: inline;
	width: auto;
	float: none;
}

#content .search div.input, .search div.submit {
	display: inline;
	margin: 0
}

#content .search input.phrase {
	width: 500px;
	height: 30px;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	border-left:1px solid #DEDEDE;
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
}

#content .search .search-btn {
	width: 42px;
	height: 42px;
	padding: 0;
	margin-left: -5px;
	border-radius: 5px;
	cursor:pointer;
	background-color: #790000;
}

#content .search .search-btn .search-icon {
	height: 20px;
	margin: -5px;
}

.search-results {
	margin-top:8px;
}

.search-results div {
	margin-bottom: 15px;
 	margin-top: 5px;
}

.search-results a {
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.search-results .titlelink {
  font-weight: bold;
  font-size: 14px;
  color: #790000;
}

.search-results .highlight {
	background-color: #fcfc55;
}

.search-results .date {
	margin-left: 5px;
  font-size: 11px;
  color: #66666A;
}

#search_form {
	float: right;
}

#search_form .btn-text {
	background: none;
	border: none;
	padding:  0;
	font-size: 14px;
	text-decoration: none;
	cursor: auto;
	color: black;
}

#search_form .btn-search {
	 background: none;
	 border: none;
	 padding:  0;
	 text-decoration: underline;
	 cursor: pointer;
}

#search_form .btn-search:disabled {
	text-decoration: none;
}

.right-bar-search {
	text-align: left;
}

.right-bar-search input.typeClass {
	width: auto;
}

.right-bar-search input.datepicker {
	width: 65%;
}

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
	border-radius: 0;
}

.datepicker.dropdown-menu table th {
	background-color: #790000;
}

.datepicker.dropdown-menu thead tr:first-child th:hover,
.datepicker.dropdown-menu tfoot tr th:hover,
.datepicker.dropdown-menu table tr td.day:hover,
.datepicker.dropdown-menu table tr td.day.focused,
.datepicker.dropdown-menu span.month:hover,
.datepicker.dropdown-menu span.month.focused,
.datepicker.dropdown-menu span.year:hover,
.datepicker.dropdown-menu span.year.focused {
	background-color: #981E32!important;
	color: white;
}

.datepicker.dropdown-menu td.active.day,
.datepicker.dropdown-menu span.month.active,
.datepicker.dropdown-menu span.year.active {
	background-color: #790000;
	background-image: none;
}

.right-bar-search #searchType, .right-bar-search #searchDate {
	padding-top: 10px;
}

.right-bar-search #searchType label, .right-bar-search #searchDate label {
	font-weight: bold;
	font-size: 16px;
}

.right-bar-search #searchDate #searchDateForm label {
	font-weight: normal;
	font-size: 14px;
}

/* Right bar
----------------------------------------*/
#right-bar {
	width:204px;
	float:right;
	text-align:right;
}

#right-bar .search {
	color:#555555;
	line-height:0;
	padding:0;
}

#right-bar div.input label {
	display: inline;
	width: auto;
	float: none;
}

#right-bar .search div.input, #right-bar .search div.submit {
	display: inline;
	margin: 0
}

#right-bar .search input.phrase {
	width:90px;
	border-left:1px solid #6e6e6e;
	border-top:2px solid #6e6e6e;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

#right-bar .search .search-btn {
    background: #981E32 url(../img/search-solid.svg) no-repeat center center;
    background-size: 12px;
	border:none;
	width: 25px;
    height: 21px;
	padding: 0;
	cursor:pointer;
}

#right-bar #calendar {
	font-size:12px!important;
	margin-top:10px;
}

#right-bar .sidebar-links {
    margin: 22px 0 0;
}

#right-bar .search-external {
	margin: 16px 0 0;
	font-weight: bold;
	text-align: left;
}

#right-bar #SNDBeventCalendarHolder .calMnthTtl {
	width:auto!important;
}

#right-bar #events {
	font-weight:normal!important;
	text-align:left;
	padding:0;
}

#right-bar #events table {
	margin-top:0;
	border-top:none;
}

#right-bar #events table td {
	background:white;
	border-bottom:none;
	padding:0 4px;
}

#right-bar #events .SNevLstTtl {
	padding:2px 4px 0 4px;
	height:18px!important;
	font-size: 14px;
}

#right-bar #events .SNevLstTtl b{
	font-size: 14px;
}
#right-bar #events .SNEvRw {
	padding-top: 5px;
}

#right-bar #events .SNTm {
	font-weight:bold;
	font-size:14px;
}

#right-bar #events .SNTtl {
	font-weight:normal;
	font-size:14px;
}

#right-bar .action-block {
	text-align:left;
	padding:4px 0px 3px 5px;
	margin-top:6px;
}

.social{
	/*margin-top: 30px;*/
}

.social-text{
	padding-top: 20px;
}

.social-text h1{
	text-align:right;
}

.side-widgets-social {
	display: table;
	border-collapse: collapse;
	vertical-align: middle;
}

.side-widgets-social svg{
	width:31px;
	height:31px;
	fill:#808080;
}

.side-widgets-social #twitter, .side-widgets-social #flickr,
.side-widgets-social #instagram, .side-widgets-social #facebook,
.side-widgets-social #youtube2, .side-widgets-social #linkedin{
	display: table-cell !important;
	/*padding-left: 45px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

#right-bar .action-block a.logo {
	margin:0 1px 0 1px;
	float:left;
}

#youtube2 svg:hover{
	fill:#FF0000!important;
}

#twitter svg:hover{
	fill:#000000!important;
}

#instagram svg:hover{
	fill:#E4405F!important;
}

#flickr svg:hover{
	fill:#0063DC!important;
}

/*#linkedin {
	padding-top: 10px;
} */

#linkedin svg:hover{
	fill:#0063DC!important;
}

#facebook svg:hover{
	fill:#3B5998!important;
}

/* Banners
----------------------------------------*/
.ve a {
	line-height:0;
	font-size:0;
}

#b-left a {
	display:block;
	line-height:0;
	margin-top:5px;
}

/* Footer
----------------------------------------*/
#footer {
	color:#000;
	text-align:center;
	margin-bottom:10px;
}

#footer ul {
	padding:0;
	text-align:center;
}

#footer ul li {
	list-style:none;
	padding:0 15px 0 0;
	display: inline;
}

#footer ul li a {
	text-decoration:none;
	color:#555555;
}

#footer .author {
	margin-top:8px;
	color:#555;
}

#footer .author a {
	color:#000;
	margin-left:4px;
	font-family:'Arial';
}

/* Paginator
----------------------------------------*/
#paginator {
	margin-bottom:10px;
}

#paginator span.current {
	margin-right:5px;
}

#paginator a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	margin-right:5px;
}

/* Tables
----------------------------------------*/
table {
	margin-top:10px;
	border-spacing:0;
	border-top:1px solid #790000;
	border-color:#790000;
}

table.info-video, table.info-video td, table.info-video th {
    border: 0;
}

table th {
	background:#790000;
	color:white;
	font-weight:bold;
	text-align:left;
	padding:3px 4px;
	border-bottom:1px solid #790000;
	border-color:#790000;
	font-size:11px;
}

table tr td {
	padding:4px 4px;
	/*background:#f1e7c2;*/
	border-bottom:1px solid #790000;
	border-color:#790000;
	font-size:11px;
}

table tr td.strong {
	font-weight:bold;
}

table tr td a {
	font-weight:bold;
	color:#790000;
}

/*
	par-saeimu/kontaktinformacija
*/
.contacttable p{
		font-size: 12px;
}

.contacttable span{
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

.contacttable table tr td{
    padding: 6px 4px;
		font-size: 12px;
}

.contacttable table th{
		font-size: 12px;
}

/* Forms
----------------------------------------*/
form {
	margin-top:5px;
}

input, select, textarea {
	width:200px;
	border-left:1px solid #6e6e6e;
	border-top:2px solid #6e6e6e;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

div.input {
	margin-bottom:5px;
}

div.input label {
	width:150px;
	display:block;
	float:left;
}

div.submit {
	margin:10px 0 0 150px;
}

div.submit input {
	background-color: #981E32;
	height:22px;
	color:#fff;
	width:auto;
	border:none;
	padding:0 6px 3px 6px;
}

div.input .error-message {
	color:#790000;
	font-size:11px;
	margin-left:150px;
	margin-top:2px;
}

textarea.large {
	width:350px;
	height:230px;
}

div.input span.req {
	color:#790000;
	margin-left:3px;
}

div.input input.captcha {
	width:80px;
}

div.input img.captcha {
	margin-left:10px;
	vertical-align:middle;
}

/* Flash message
----------------------------------------*/
#flash-message {
	border-top:1px solid #790000;
	border-bottom:1px solid #790000;
	/*background:#f1e7c2;*/
	font-weight:bold;
	margin:20px 0;
	padding:8px 0;
}

#flash-message.failure {
	color:#790000;
}

/* Purchases & regulations
----------------------------------------*/
.regulation {
	margin:2px 0;
}

.regulation a {
	padding:3px 0 3px 20px;
}

.regulation .description {
	padding-left:20px;
	margin-top:3px;
}

.regulation a.image, .news-block a.image, #image .info a.image {
	background:url('../img/adm/image.png') no-repeat left 1px;
	padding:3px 0 3px 20px;
}

.regulation a.text, .news-block a.text {
	background:url('../img/adm/text.png') no-repeat left 1px;
	padding:3px 0 3px 20px;
}

.regulation a.parent, .news-block a.parent {
	background:url('../img/adm/parent.png') no-repeat left 1px;
	padding:3px 0 3px 20px;
}

.regulation a.archive, .news-block a.archive {
	background:url('../img/adm/archive.png') no-repeat left 1px;
	padding:3px 0 3px 20px;
}

.regulation a.doc, .news-block a.doc {
	background:url('../img/adm/doc.png') no-repeat left 1px;
	padding:3px 0 3px 20px;
}

.regulation a.xls, .news-block a.xls {
	background:url('../img/adm/xls.png') no-repeat left 1px;
	padding:3px 0 3px 20px;
}

.regulation a.pdf, .news-block a.pdf {
	background:url('../img/adm/pdf.png') no-repeat left 1px;
	padding:3px 0 3px 20px;
}

.regulation a.html, .news-block a.html {
	background:url('../img/adm/html.png') no-repeat left 1px;
	padding:3px 0 3px 20px;
}

.regulation a.ppt, .news-block a.ppt {
	background:url('../img/adm/ppt.png') no-repeat left 1px;
	padding:3px 0 3px 20px;
}

.download-link {
	padding: 13px 0 16px 54px;
	display: block;
	background: url('../img/download.png') no-repeat left 50%;
}

.download-link h1 {
	padding: 0;
	margin: 0;
}

.purchase table {
	width:100%;
}

/* Misc
----------------------------------------*/
#tinymce {
	text-align:left;
}

#tinymce p img {
	float:left;
	margin:0 10px 10px 0;
}

#contactform-web {
	display: none;
}

table.no-border, table.no-border tr td {
	border: 0;
}

/* EVENTS
-------------------------------------*/
#events-table {
	border: 0;
	border-collapse: 0;
	margin: 10px 0;
	width: 100%;
}

#events-table td {
	text-align: left;
	border-bottom: 0;
}

#events-table td.date {
	font-weight: bold;
}

#events-table td.time {
	width: 40px;
}

.info-video tr td {
	border: none;
}

.info-video td a {
	line-height: 150%;
}

.info-video .border {
	border-bottom: 1px solid #790000;
}

.gsc-control-wrapper-cse table tr td, .gsc-control-wrapper-cse table {
	border: none;
}

.gsc-control-cse {
	background-color: transparent !important;
	background: none;
	border: none !important;
}

.gsc-webResult.gsc-result {
	background-color: transparent !important;
	border: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background-color: transparent !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	background-color: transparent !important;
}

.gs-title * {
	font-size: 12px !important;
}

.gs-result .gs-snippet {
	font-size: 11px !important;
}

.gs-visibleUrl, .gsc-thumbnail, .gsc-orderby-container, .gcsc-branding {
	display: none !important;
}

.accompanying_person.hidden {
	display: none;
}

#EventApplicationViewForm, #EventApplicationEditForm {
	width: 360px;
	margin: 0 auto;
}

#EventApplicationViewForm div.submit {
	margin-left: 0;
	margin-right: 15px;
	text-align: right;
}

#recaptcha_area {
	margin-left: 30px;
}

#EventApplicationViewForm .radio input, #EventApplicationEditForm .radio input {
	display: inline-block;
	width: auto;
}

#EventApplicationViewForm .radio label, #EventApplicationEditForm .radio label {
	display: inline-block;
	width: auto;
	float: none;
	margin-right: 20px;
}

.print-form {
	background: url('../img/menu-bg.jpg') repeat-x;
  height: 22px;
  color: #fff;
  width: auto;
  border: none;
  font-size: 12px;
  font-family: Tahoma;
  padding: 2px 6px 5px 6px;
  text-decoration: none;
}

.input.required label:after {
  color: #d00;
  content: " *"
}


/* User application forms
----------------------------------------*/

#application-form .notes-label {
	text-align: left!important;
}

#application-form div.input {
    margin-bottom: 5px;
    /* display: flex; */
}

#application-form div.input label, #application-form .fake-label {
    width: 220px;
    /* display: block; */
    /* float: left; */
    text-align: right;
    padding-right: 10px;
    line-height: 24px;
}

#application-form .fake-label {
	line-height: normal;
}

#application-form .dashed-border-div {
    padding: 10px;
    margin: 10px 0px;
	height: 120px;
	background-color: lightgray;
}
#application-form .no-border-div {
	background-color: #F0F0D0;
	margin: 10px 0px;
}
#application-form .no-border-div,
#application-form .user-agreement {
    padding: 10px;
}
#application-form .long-label {
    line-height: 1em !important;
}
#application-form .user-motivation-letter {
    width: 100%;
	margin-left: -3px;
}
#application-form #user-visit-time {
    border: 1px solid black;
    height: 24px;
    padding: 1px 2px;
    width: 206px;
}
#application-form .user-agreement {
    margin: 10px;
}
#application-form .user-agreement p {
    font-style: italic;
}
#application-form input[type="radio"] {
    width: 20px;
}
#application-form .person-in-charge {
    padding: 10px;
}
#application-form .visitors {
	background-color: lightgray;
	padding: 10px;
	margin: 10px 0px;
}
#application-form .group-members {
    display: block;
    width: 100%;
}
#application-form .group-member {
    display: flex;
    width: 100%;
	margin: 15px 15px 15px 0px;
}
#application-form .group-member input {
    width: 127px;
    height: 20px;
	margin: 2px;
}
#application-form .group-user-identity-number {
	width: 90px!important;
}
#application-form .red-star,
#application-form .remove-group-member,
#application-form .error {
    color: red;
}
#application-form .red-star-visitors {
	margin-right: 3px;
}
#application-form .remove-group-member {
	font-weight: bold;
	padding: 4px;
	line-height: 20px;
	font-size: 18px;
}

#application-form .remove-group-member:hover {
	cursor: pointer;
}
#application-form .user-agreement-checkbox {
    width: 25px!important;
}
#application-form .input-div {
    margin: 15px 15px 15px 0px;
}

#application-form .user-form-submit {
	width: 100px!important;
	padding: 20px!important;
	height: auto!important;
}

#application-form .user-form-submit div.submit {
	margin: 10px 0 0 220px;
}

/* Pieteikumu anketu popup pēc formas veiksmīgas iesniegšanas */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	text-align: center;
  }

  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
  }

  /* The Close Button */
  .modal-close {
	  background-color: #981E32;
	  height:22px;
	  color:#fff;
	  width:auto;
	  border:none;
	  padding:0 6px 3px 6px;
  }

  .modal-close:hover,
  .modal-close:focus {
	cursor: pointer;
  }
.bottom-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(60, 60, 60, 0.8);
	backdrop-filter: blur(4px);
	padding: 20px 0;
	z-index: 999;
  }

  .cookie-notice {
	width: 800px;
	margin: 0 auto;
	color: white;
	text-align: left;
  }

  .cookie-notice p {
	font-size: 14px;
	line-height: 18px;
  }

  .cookie-notice a, .cookie-notice p a {
	color: white !important;
	text-decoration: underline;
  }
.cookie-notice-buttons {
	padding: 10px;
	text-align: center;
}

.cookie-notice .cookie-notice-buttons button, .cookie-notice .choices button {
	padding: 8px 16px;
	background: transparent;
	color: white;
	border: 2px solid white;
	text-transform: uppercase;
	margin-right: 20px;
	cursor: pointer;
}
.cookie-notice h2 {
	color: white;
}
.cookie-notice .choices {
	padding: 10px;
}

.cookie-notice .choices h4 {
	color: white;
	font-size: 16px;
	font-weight: normal;
}

.cookie-notice .choices input {
	width: auto;
}

.cookie-notice .cookie-links {
	text-align: center;
}
.cookie-notice .cookie-links a {
	margin: 0 20px;
}


/* stenogrammas */
div.toc {
	margin-bottom: 40px;
}
div.toc h3 {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}
div.toc h3 a {
	font-weight: bold;
}
div.toc .toc-adds {
	padding-left: 20px;
	border-bottom: 1px solid #790000;
    padding-bottom: 10px;
}
div.toc .toc-adds p {
	display: flex;
}
div.toc .toc-adds p span {
	width: 40%;
}