@CHARSET "UTF-8";

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

:root {
	--default-font: robotolight;
	--default-font-size: 15px;
	--content-font-size: 15px;
	--footer-font-size: 13px;
	--language-menu-font-size: 15px;
	--top-menu-font-size: 16px;
	--top-contacts-font-size: 13px;
	--left-menu-font-size: 15px;
	--left-submenu-font-size: 14px;
	--default-color: #000000;
	--menu-text-color: #707070;
	--menu-text-color-hover: #3b3b3b;
	--menu-text-color-active: #3b3b3b;
	--link-color: #707070;
	--link-color-active: #3b3b3b;
	--link-color-hover: #3b3b3b;
	--link-color-visited: #707070;
	--seperator-line-color: #770004;
}

html
{
	height: 100%;
}


*, *:before, *:after
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body
{ 
	background-color: #ffffff;
	/*background-image: url('./images/background.png');*/
	background-repeat:repeat;
	/*color: #000000;*/
	/*color: #333;*/
	/*color: var(--default-color);*/
	color: #000000;
	/*font-family: var(--default-font);*/
	font-family: robotolight;
	/*font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
	font-weight: 500;
	/*font-size: 1rem;*/
	/*font-size: var(--default-font-size);*/
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	/*margin:0;*/
	padding: 0;
	height: 100%;
}

.round_corners
{
    /*background: red;*/
	border-radius: 5px;
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

.dark_text {
	font-weight: 900;
	color : #333;
}

.warning {
	font-weight: 900;
	color : #f00 !important;
}

A:link {
	text-decoration : none;
	/*color: #000000;*/
	/*color: #0085cf;*/
	/*color: var(--link-color);*/
	color: #0a0a0a;
	/*color: #6d6d6d;*/
}

A:visited {
	text-decoration : none;
	/*color: #000000;*/
	/*color: #0085cf;*/
	/*color: var(--link-color-visited);*/
	color: #0a0a0a;
	/*color: #6d6d6d;*/
}

A:active {
	text-decoration : none;
	/*color : #0085cf;*/
	/*color: var(--link-color-active);*/
	color: #f05a25;
	/*color: #6d6d6d;*/
}

A:hover {
	/*text-decoration: underline;*/
	text-decoration : none;
	/*color : #0085cf;*/
	/*color: var(--link-color-hover);*/
	color: #f05a25;
	/*color: #e30613;*/
}

.news_text, .news_text A{
	color: #646464;
}

.news_text A:hover {
	color: #646464;
}

.news_text_title, .news_text_title A{
	color: #646464;
	font-size: 15px;
	font-weight: bold;
}

.news_text_title A:hover {
	color: #646464;
	font-size: 15px;
	font-weight: 1000;
}

.news_text_date, .news_text_date A{
	color: #f79533;
	font-size: 13px;
	font-weight: 1000;
}

hr.news {
	/* Gradient transparent - color - transparent */
	/*
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	*/
	/* Double-color dashed line */
	/*
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
	*/
	/* Inset */
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

img {
	border: 0;
	/*max-width: 100%;*/
	height: auto;
	width: auto\9; /* ie8 */
	-ms-interpolation-mode: nearest-neighbor;
	/*image-rendering: crisp-edges;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


hr.menu {
	/* Gradient transparent - color - transparent */
	/*
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	*/
	/* Double-color dashed line */
	/*
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
	*/
	/* Inset */
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.gallery-box {
	position: relative;
	width:100%;
	/*height:100%;*/
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 60px;
	margin-left: 60px;
}

.gallery-box:after {
	content:"";
	display:table;
	clear:both;
}

.gallery-box_page {
	position: relative;
	width:100%;
	/*height:100%;*/
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.gallery-box_page:after {
	margin-bottom: 10px;
	content:"";
	display:table;
	clear:both;
}

.text-box {
	position: relative;
	width:100%;
	/*height:100%;*/
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.text-box:after {
  content:"";
  display:table;
  clear:both;
}

hr.gallery {
	/* Gradient transparent - color - transparent */
	/*
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	*/
	/* Double-color dashed line */
	/*
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
	*/
	/* Inset */
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#main {
	max-width: 1000px;
	padding-top:10px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	zoom: 1;
	padding: 10px;
}

.top_menu {
	/*background: #ffffff;*/
	/*font-size: var(--top-menu-font-size);*/
	font-size: 15px;
	font-weight: 700;
	color: #b3b2b2;
	/*color: #6d6d6d;*/
	/*border: 1px solid grey;*/
	/*max-width: 800px;*/
	width: 100%;
	/*height: 44px;*/
	margin: 5px auto;
	/*overflow: auto;*/
	overflow: auto;
	zoom: 1;
	display: table;
	/*position: fixed;*/
}

.TopMenuContainer {
    display: flex; /* Create flex context for children */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*border: 1px solid green;*/
    height: 50px;
    padding: 0px 0px;
    background: #f05a25; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #f05a25 , #f79533); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f05a25, #f79533); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f05a25, #f79533); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f05a25 , #f79533); /* Standard syntax */	
}

.TopMenuLeftSide {
    display: block;
    margin-left: 10px;
    /*border: 1px solid blue;*/
}

.TopMenuRightSide {
    display: flex; /* Create flex context for children */
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    /*border: 1px solid red;*/
    padding: 0px 0px;
    margin-right: 15px;
}

.left_menu {
	/*background: #ffffff;*/
	width:180px;
	height:100%;
	text-align: left;
	vertical-align: top;
	border: solid grey;
	border-width: 0px 1px 0px 0px;
	font-size: 15px;
	font-weight: 500;
	/*color: var(--menu-text-color);*/
	color: #707070;
	/*color: #6d6d6d;*/
}

.left_menu_text {
	/*font-size: var(--left-menu-font-size);*/
	font-size: 15px;
	font-weight: 600;
	/*color: var(--menu-text-color);*/
	color: #707070;
	/*color: #6d6d6d;*/
	text-align: center;
	letter-spacing: 0px;
}

.left_menu_text_active {
	/*font-size: var(--left-menu-font-size);*/
	font-size: 15px;
	font-weight: 600;
	/*color: #b3b2b2;*/
	/*color: var(--menu-text-color-active) !important;*/
	color: #3b3b3b !important;
	/*color: #6d6d6d;*/
	text-align: center;
	letter-spacing: 0px;
}

.left_submenu_text {
	/*font-size: var(--left-submenu-font-size);*/
	font-size: 14px;
	font-weight: 600;
	/*color: var(--menu-text-color);*/
	color: #707070;
	/*color: #6d6d6d;*/
	text-align: center;
	letter-spacing: 0px;
}

.left_submenu_text_active {
	/*font-size: var(--left-submenu-font-size);*/
	font-size: 14px;
	font-weight: 600;
	/*color: #b3b2b2;*/
	/*color: var(--menu-text-color-active) !important;*/
	color: #3b3b3b !important;
	/*color: #6d6d6d;*/
	text-align: center;
	letter-spacing: 0px;
}

.right_menu {
	/*background: #ffffff;*/
	width:200px;
	height:100%;
	text-align: left;
	vertical-align: top;
	border: solid grey;
	border-width: 0px 0px 0px 1px;
	font-size: 15px;
	font-weight: 500;
	/*color: var(--menu-text-color);*/
	color: #707070;
	/*color: #6d6d6d;*/
}

.content {
	/*font-size: 14px;*/
	/*font-size: var(--content-font-size);*/
	font-size: 15px;
	/*color: var(--default-color);*/
	color: #000000;
	/*width:100%;*/
	height:100%;
	/*text-align: justify;*/
	vertical-align: top;
}

.logo {
	display: table-cell;
	vertical-align: middle;
	width: 464px;
	height: 120px;
	border:none;
	outline: none;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.top_contacts {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 120px;
	/*font-size: var(--top-contacts-font-size);*/
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	border:none;
	outline: none;
	padding-right: 0px;
	padding-left: 250px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.top_menu_text {
	display: table-cell;
	/*border: 1px solid red;*/
	/*font-size: var(--top-menu-font-size);*/
	font-size: 15px;
	font-weight: 500;
	color: #b3b2b2;
	/*color: #6d6d6d;*/
	vertical-align: top;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 14px;
	letter-spacing: 0px;
	width:1%;
	white-space:nowrap;
}

.top_menu_text_active {
	display: table-cell;
	/*border: 1px solid red;*/
	/*font-size: var(--top-menu-font-size);*/
	font-size: 15px;
	font-weight: 500;
	color: #707070 !important;
	/*color: #6d6d6d;*/
	vertical-align: top;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 14px;
	letter-spacing: 0px;
	width:1%;
	white-space:nowrap;
}

.top_menu_active {
	color: #f7f7f7;
}

.top_menu_text_bottom {
	display: table-cell;
	/*border: 1px solid red;*/
	/*font-size: var(--top-menu-font-size);*/
	font-size: 15px;
	font-weight: 500;
	color: #b3b2b2;
	/*color: #6d6d6d;*/
	vertical-align: top;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 17px;
	padding-bottom: 17px;
	letter-spacing: 0px;
}

.top_menu_text_bottom_active {
	display: table-cell;
	/*border: 1px solid red;*/
	/*font-size: var(--top-menu-font-size);*/
	font-size: 15px;
	font-weight: 500;
	color: #707070 !important;
	/*color: #6d6d6d;*/
	vertical-align: top;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 17px;
	padding-bottom: 17px;
	letter-spacing: 0px;
}

.dropdown_menu_text {
	/*border: 1px solid red;*/
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	/*color: #6d6d6d;*/
	vertical-align: top;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 14px;
	letter-spacing: 0px;
}

#seperator_line {
	/*background: var(--seperator-line-color);*/
	/*background-image: url('./images/gradient.jpg')*/
	background: #f05a25; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #f05a25 , #f79533); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #f05a25, #f79533); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #f05a25, #f79533); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #f05a25 , #f79533); /* Standard syntax */
	max-width: 1000px;
	height: 2px;
	margin: 0 auto;
	overflow: auto;
	zoom: 1;
}

#seperator_line_high {
	/*background: var(--seperator-line-color);*/
	/*background-image: url('./images/gradient.jpg')*/
	background: #f05a25; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #f05a25 , #f79533); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #f05a25, #f79533); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #f05a25, #f79533); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #f05a25 , #f79533); /* Standard syntax */
	max-width: 1000px;
	height: 20px;
	margin: 0 auto;
	overflow: auto;
	zoom: 1;
}

#content {
	/*background: #ffffff;*/
	/*font-size: var(--content-font-size);*/
	font-size: 15px;
	/*font-weight: bold;*/
	/*color: #b3b2b2;*/
	color: #6d6d6d;
	/*border: 1px solid grey;*/
	width: 100%;
	margin: 5px auto;
	overflow: auto;
	zoom: 1;
	display:table;
}

.footer {
	/*background: #ffffff;*/
	/*font-size: var(--footer-font-size);*/
	font-size: 13px;
	/*font-weight: bold;*/
	/*color: #b3b2b2;*/
	/*color: var(--default-color);*/
	color: #000000;
	/*border: 1px solid grey;*/
	width: 100%;
	margin: 5px auto;
	/*overflow: auto;*/
	overflow:hidden;
	zoom: 1;
}

.footer_text {
	/*background: #ffffff;*/
	width: 50%;
	letter-spacing: 1px;
	/*text-align: left;*/
	vertical-align: middle;
	border: none;
	border-width: 0px 0px 0px 0px;
	/*font-size: var(--footer-font-size);*/
	font-size: 13px;
	font-weight: 500;
	/*color: #b3b2b2;*/
	/*color: var(--default-color);*/
	color: #000000;	
}

.language_menu {
	/*background: #ffffff;*/
	/*width:140px;*/
	/*height:100%;*/
	/*text-align: right;*/
	vertical-align: middle;
	border: none;
	border-width: 0px 0px 0px 0px;
	font-size: var(--language-font-size);
	font-weight: 550;
	color: #6d6d6d;	
}

.language_menu_active {
	/*background: #ffffff;*/
	/*width:140px;*/
	/*height:100%;*/
	/*text-align: right;*/
	vertical-align: middle;
	border: none;
	border-width: 0px 0px 0px 0px;
	font-size: var(--language-font-size);
	font-weight: 550;
	color: #363636;	
	text-decoration: underline;
}

.dropdown-menu {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 95%;
	display: none;
	/*display: table-cell;*/
	/*border: 1px solid red;*/
	font-size: 20px;
	align: right;
	vertical-align:middle;
	text-align: right;
	/*padding-left:40px;*/
	padding:5px;
	z-index: 99;
}

.title {
	font-weight: bold;
	color: #333;
}

.table_title {
	background: #dcdcdc;
	font-size: 12px;
	font-weight: bold;
	color : #222222;
	border: 1px solid grey;
}

.table_data {
	/*background: #ffffff;*/
	font-size: 12px;
	/*font-weight: bold;*/
	color : #222222;
	border: 1px solid grey;
}
.nohovertable {
	border: 1px solid grey;
	background: #ffffff;
}

.onhovertable {
	border: 1px solid grey;
	background: LemonChiffon;
}

.layout_text {
	padding-left: 0px;
	padding-right: 20px;
	/*border: 1px solid red;*/
}

/* responsive style */

@media(max-width:1199px ){
	.top_menu_text {font-size: 16px;}
	.top_menu_text_bottom {font-size: 16px;}
	.dropdown-menu {display: none;}
	/*#pagewrap {display: none}*/
}

@media(max-width:1100px ){
	.top_menu_text {font-size: 16px;}
	.top_menu_text_bottom {font-size: 16px;}
	.dropdown-menu {display: none;}
	#pagewrap {display: none;}
}

@media(max-width:991px ){
	.top_menu_text {font-size: 16px;}
	.top_menu_text_bottom {font-size: 16px;}
	.dropdown-menu {display: none;}
	#pagewrap {display: none;}
}

@media(max-width:767px ){
	.top_menu_text {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_active {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_bottom {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_bottom_active {font-size: 15px; line-height: 35px; display: none;}
	.dropdown-menu {display: table-cell;}
	#pagewrap {display: none;}
}

@media(max-width:480px ){
	.top_menu_text {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_active {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_bottom {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_bottom_active {font-size: 15px; line-height: 35px; display: none;}
	.dropdown-menu {display: table-cell;}
	#pagewrap {display: none;}
}

@media(max-width:360px ){
	.top_menu_text {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_active {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_bottom {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_bottom_active {font-size: 15px; line-height: 35px; display: none;}
	.dropdown-menu {display: table-cell;}
	#pagewrap {display: none;}
}

@media(max-width:320px ){
	.top_menu_text {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_active {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_bottom {font-size: 15px; line-height: 35px; display: none;}
	.top_menu_text_bottom_active {font-size: 15px; line-height: 35px; display: none;}
	.dropdown-menu {display: table-cell;}
	#pagewrap {display: none;}
}

/* back to top - start */
#back-top {
	position: fixed;
	bottom: 0px;
	float: right;
	right: 3px;
	display: inline-block;
}

#back-top a {
	/*width: 108px;*/
	width: 54px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	text-decoration: none;
	/*color: #bbb;*/
	color: #2a2a2a;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	/*color: #000;*/
	color: #fff;
}

/* arrow icon (span tag) */
#back-top span {
	/*width: 108px;*/
	width: 54px;
	/*height: 108px;*/
	height: 54px;
	display: block;
	/*margin-bottom: 7px;*/
	margin-bottom: 1px;
	background: #ddd url("../images/up-arrow.png") no-repeat center center;

	/* rounded corners */
	/*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover span {
	background-color: #777;
}

/* back to top - end */


.slider {
	/*width:885px;*/
	height:100%;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 80px;
	/*border: 1px solid red;*/
}

.slider_gallery {
	/*width:890px;*/
	height:100%;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 80px;
	/*border: 1px solid red;*/
}

/*
.anchor {
	color: #b2b2b2;
	font-size: 1rem;
	margin-right: 2px;
	margin-left: 2px;	
	text-align: center;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.anchor_hover {
	color: #e30613;
	font-size: 1rem;
	margin-right: 2px;
	margin-left: 2px;	
	text-align: center;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.anchor_active {
	color: #e30613;
	font-size: 1rem;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
*/

.anchor {
	/*background: #666;*/
	background: #f05a25;
	text-indent: -9999px;
	/*display: block;*/
	width: 10px;
	height: 10px;
	margin: 0 0px;
	outline: 0;
	/*punkts vai klucis*/
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	display: inline-block;
	/*zoom: 1;*/
	/*display: inline;*/
}

.anchor_hover {
	/*background: #666;*/
	background: #f79533;
	text-indent: -9999px;
	/*display: block;*/
	width: 10px;
	height: 10px;
	margin: 0 0px;
	outline: 0;
	/*punkts vai klucis*/
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	display: inline-block;
	/*zoom: 1;*/
	/*display: inline;*/

}

.anchor_active {
	/*background: #666;*/
	background: #f79533;
	text-indent: -9999px;
	/*display: block;*/
	width: 10px;
	height: 10px;
	margin: 0 0px;
	outline: 0;
	/*punkts vai klucis*/
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	display: inline-block;
	/*zoom: 1;*/
	/*display: inline;*/
}

.anchor-box {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	/*border: 1px solid silver;*/
}

.anchor-box:after {
        content:"";
        display:table;
        clear:both;
}

.anchorLink {
	position: relative;
	display: hidden;
	font-size: 0px;
	width: 0px;
	height: 0px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	/*border: 1px solid green;*/
}

.hide {
    line-height: 0; 
    font-size: 0;
    color: transparent;
}

.anchor-content {
	position: relative;
	/*border: 1px solid silver;*/
	display: block;
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;*/
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

/* button styles */
/*BLUE BUTTON*/
.blue-button {
	color: #FFF;
	text-shadow: 0px 1px 0px #000;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	background: #237fd7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #52a8e8), color-stop(1, #2e76cf) );
	background: -moz-linear-gradient( center top, #52a8e8 20%, #2e76cf 100% );
}
.blue-button:hover,
.blue-button.hover,
.blue-button.active {
	background: #0073d2;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #3e9ee5), color-stop(1, #1666ca) );
	background: -moz-linear-gradient( center top, #3e9ee5 20%, #1666ca 100% );
}
.blue-button:active,
.blue-button.active {
	border-color: #20559a;
}

/*Grey Button*/
.grey-button {
	color: #5A5A5A ;
	text-shadow: 0px 1px 0px #fff;
	border: 1px solid #e5e5e5;
	border-bottom-color: #acacac;
	background: #fafafa;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #fafafa), color-stop(1, #eee) );
	background: -moz-linear-gradient( center top, #fafafa 20%, #eee 100% );
}
.grey-button:hover,
.grey-button.hover,
.grey-button.active {
	background: #f7f7f7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #f7f7f7), color-stop(1, #e2e2e2) );
	background: -moz-linear-gradient( center top, #f7f7f7 20%, #e2e2e2 100% );
}
.grey-button:active,
.grey-button.active {
	border-color: #d8d8d8;
}

/*GLOBAL BUTTON STYLES*/
.blue-button, .grey-button{
    /*font-family: var(--default-font);*/
	font-family: opensans-light;
	font-size: 13px;
	font-weight: 800;
	display: inline-block;
	margin: 10px;
	padding: 8px 30px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) , inset 0 0 2px hsla(0,100%,100%,.3) , 0 1px 2px hsla(0, 0%, 0%, .29);
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) , inset 0 0 2px hsla(0,100%,100%,.3) , 0 1px 2px hsla(0, 0%, 0%, .29);
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) , inset 0 0 2px hsla(0,100%,100%,.3) , 0 1px 2px hsla(0, 0%, 0%, .29);
}
.blue-button:active, .blue-button.active, .grey-button:active, .grey-button.active{
	-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) , 0 1px 0 hsla(0, 100%, 100%, 1);
	-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) , 0 1px 0 hsla(0, 100%, 100%, 1);
	box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) , 0 1px 0 hsla(0, 100%, 100%, 1); 
} 
.blue-button:hover, .grey-button:hover{
	cursor: pointer;  
}
.blue-button.inactive, .grey-button.inactive{
	border: 1px solid #d5d5d5;
	border-bottom-color: #e6e2e2;
	color: #aeaeae;
	text-shadow: 0 1px 0 white;
	background: #e8e8e8;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #f3f3f3), color-stop(1, #e6e6e6) );
	background: -moz-linear-gradient( center top, #f3f3f3 20%, #e6e6e6 100% );
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) , inset 0 0 2px hsla(0,100%,100%,.1) , 0 1px 0 hsla(0, 100%, 100%, .7);
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) , inset 0 0 2px hsla(0,100%,100%,.1) , 0 1px 0 hsla(0, 100%, 100%, .7);
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) , inset 0 0 2px hsla(0,100%,100%,.1) , 0 1px 0 hsla(0, 100%, 100%, .7);
}

/* form styles */​
input {
	/*font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;*/
    /*font-family: var(--default-font);*/
	font-family: opensans-light;
	font-size: 14px;
}
 
input[type=text], input[type=password] {
	/*font-family: var(--default-font);*/
	font-family: opensans-light;
        margin: 5px;
	padding: 0 10px;
	width: 200px;
	height: 34px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	outline: 2px solid #eff4f7;
	-moz-outline-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

textarea {
	min-height: 5em;
	max-height: 50vh;
	width: 100%;
        background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
}
 
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color: #f44f15;
	outline-color: #ebe3e0;
	outline-offset: 0;
}
 
select {
	/*font-family: var(--default-font);*/
	font-family: opensans-light;
        border: 1px solid #D0D0D0;
	/*background: url(../images/select.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#ededed));*/
	background: -moz-linear-gradient(19% 75% 90deg,#ededed, #fbfbfb);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	color: #444;
}

#editor1 {
    /*font-family: var(--default-font);*/
	font-family: opensans-light;
}

/* table styles */
table.table a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none; 
}
table.table a:visited {
	/*color: #999999;*/
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table.table a:active,
table.table a:hover {
	/*color: #bd5a35;*/
	color: #e30613;
	text-decoration:underline;
}

table.table {
	/*font-family:Arial, Helvetica, sans-serif;*/
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:0px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

table.table th {
	/*padding:21px 25px 22px 25px;*/
	padding:10px 5px 10px 5px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	/*background: #ededed;*/
	background: #c9c9c9;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#ebebeb));
	background: -moz-linear-gradient(top,  #c9c9c9,  #ebebeb);
}
table.table th:first-child {
	text-align: left;
	padding-left:20px;
}
table.table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.table tr {
	text-align: center;
	padding-left:20px;
}
table.table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table.table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.table tr:last-child td {
	border-bottom:0;
}
table.table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.table tr:hover td {
	/*background: #f2f2f2;*/
	background: #eaeaea;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #eaeaea,  #f0f0f0);	
}
  
.tab {
  width: 300px;
  height: 200px;
}

.calendar_arrow {
	/*border: 1px solid silver;*/
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: silver;
	border-collapse: collapse;
	text-align: center;
	/*background: url(none) no-repeat #bd2e00;*/
	background-color: #ffffff;
	background-image: url('../images/top_button_bg_off.png');
	background-repeat:repeat-x;
	font-family: Helvetica Narrow, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #000000;
}

.calendar_title {
	/*border: 1px solid silver;*/
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: silver;
	border-collapse: collapse;
	text-align: center;
	/*background: url(none) no-repeat #bd2e00;*/
	background-color: #ffffff;
	background-image: url('../images/top_button_bg_off.png');
	background-repeat:repeat-x;
	font-family: Helvetica Narrow, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #000000;
}

.calendar_day_names {
	/*border: 1px solid silver;*/
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: silver;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	line-height: 10px;
	padding-top: 10px;
	background: url(none) no-repeat #f1f1f1;
	font-family: Helvetica Narrow, sans-serif;
	font-style: bold;
	font-size: 14px;
	color: #000000;
}

.calendar_days {
	/*border: 1px solid silver;*/
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: silver;
	border-collapse: collapse;
	text-align: left;
	vertical-align:top;
	background: url(none) no-repeat #ffffff;
	font-family: Helvetica Narrow, sans-serif;
	font-style: bold;
	font-size: 14px;
	/*font-weight: 600;*/
	color: #000000;
}

.calendar_today {
	/*border: 2px solid #4a9104;*/
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #4a9104;
	/*border-style: double;*/
	/*border-width: medium;*/
	border-collapse: collapse;
	text-align: left;
	vertical-align:top;
	background: url(none) no-repeat AliceBlue;
	font-family: Helvetica Narrow, sans-serif;
	font-style: bold;
	font-size: 14px;
	/*font-weight: 600;*/
	color: #000000;
}

.calendar_documents {
	display: block;
	padding: 2px;
	/*border: 1px solid #FFD700;*/
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FFD700;
	cursor: pointer;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url(none) no-repeat #FFFACD;
	color: black;
	font-family: Helvetica Narrow, sans-serif;
	font-style: normal;
	font-size: 9px;
	top: 0px;
}

.calendar_member_birthday {
	display: block;
	padding: 2px;
	/*border: 1px solid #66CD00;*/
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #66CD00;
	cursor: pointer;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url(none) no-repeat #C0FF3E;
	color: black;
	font-family: Helvetica Narrow, sans-serif;
	font-style: normal;
	font-size: 9px;
	top: 0px;
}

.calendar_special_day {
	display: block;
	padding: 2px;
	/*border: 1px solid DarkCyan;*/
	cursor: pointer;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*background: url(none) no-repeat PaleTurquoise;*/
	color: grey;
	font-family: Helvetica Narrow, sans-serif;
	font-style: normal;
	font-size: 9px;
	top: 0px;
}

.name_days {
	font-size: 11px;
	font-weight: normal;
	color: #4F4F4F;
}

/* display image on roll over*/
.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; }

/* product container*/
.item_container {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    /*height: 350px;*/
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 3px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 13px 3px rgba(189,189,189,1);
    box-shadow: 0px 0px 13px 3px rgba(189,189,189,1);
    border-radius: 7px;
}

.item_images {
  float:left;
  width: 60%;
  height: 100%;
  top: 0%;
  left: 0%;
}

.item_description {
  float:right;
  width: 40%;
  height: 100%;
  top: 0%;
  left: 0%;
}

.item_description_text {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 17px;
  color: #000000;
  font-size: 1.0em;
  line-height: 1.2em;
  margin-right: 10px;
  text-align: justify;
}

.private_comment {
  border: 1px solid grey;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 5px;
  color: #000000;
  font-size: 1.0em;
  line-height: 1.2em;
  margin-right: 10px;
  text-align: justify;
  padding: 1px;
}

.gallery_container {
  display: flex;
  flex-flow: row wrap;
  margin: 0px;
  padding: 0px;
}

.gallery {
  margin: 0px;
  padding: 0px;
}

button {
  background: #4E4E4E;
  padding: 10px;
  display: inline-block;
  outline: 0;
  border: 0;
  margin: -1px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
  &:hover {
    background: #BA7E7E;
    transition: all .4s ease-in-out;
  }
}

.add {
  width: 67%;
}

.like {
  width: 22%;
}

.item_images {
  max-width: 100%;
  max-height: 100%;
}

.slideshow-buttons {
  top: 70%;
  display: none;
}

.catalogue_menu {
  text-transform: none;
  letter-spacing: 0;
  color: #000000;
  font-size: 0.95em;
  line-height: 1.0em;
}

.CatalogueTitleContainer {
    display: flex; /* Create flex context for children */
    flex-direction: row;
    justify-content: flex-start;
    /*border: 1px solid green;*/
    padding: 10px 10px;
}
.CatalogueLogo {
    /*border: 1px solid red;*/
}
.CatalogueTitle {
    /*border: 1px solid blue;*/
    margin-top:auto;
    margin-bottom:auto;
    text-align:center;
    text-transform: none;
    letter-spacing: 0;
    color: #000000;
    font-size: 2.0em;
    font-weight: 900;
    padding: 10px 10px;
}

.catalogue_group {
    /*border: 1px solid blue;*/
    text-transform: none;
    letter-spacing: 0;
    color: #000000;
    font-size: 1.0em;
    font-weight: 900;
    padding: 10px 0px;
    line-height: 1.6;
}

.catalogue_category {
    /*border: 1px solid blue;*/
    text-transform: none;
    letter-spacing: 0;
    color: #000000;
    font-size: 0.9em;
    font-weight: 600;
    padding: 10px 10px;
    line-height: 1.6;
}

.catalogue_subcategory {
    /*border: 1px solid blue;*/
    text-transform: none;
    letter-spacing: 0;
    color: #000000;
    font-size: 0.9em;
    font-weight: 500;
    padding: 10px 20px;
    line-height: 1.6;
}

/* searchbox start */
    .search-box{
        width: 300px;
        position: relative;
        /*display: inline-block;*/
        display: flex;
        font-size: 14px;
        margin-left: 10px;
        margin-right: 20px;
    }
    .search-box input[type="text"]{
        height: 32px;
        padding: 5px 10px;
        border: 1px solid #CCCCCC;
        font-size: 14px;
    }
    .result{
        position: absolute;        
        z-index: 999;
        top: 100%;
        left: 0;
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .search-box input[type="text"], .result{
        width: 100%;
        box-sizing: border-box;
    }
    /* Formatting result items */
    .result p{
        margin: 0;
        padding: 7px 10px;
        border: 1px solid #CCCCCC;
        border-top: none;
        cursor: pointer;
        background: #ffffff;
    }
    .result p:hover{
        background: #f2f2f2;
    }
/* searchbox end */

/* sort start */
.sort_container {
    display: flex; /* Create flex context for children */
    flex-direction: row;
    justify-content: flex-start;
    /*border: 1px solid green;*/
    padding: 3px 3px;
}

.sort_name {
    margin-top:auto;
    margin-bottom:auto;
    text-align:center;
    text-transform: none;
    letter-spacing: 0;
    color: #000000;
    font-size: 1.0em;
    font-weight: 200;
    padding: 3px 3px;
}
.sort_select {
    margin-top:auto;
    margin-bottom:auto;
    text-align:center;
    text-transform: none;
    letter-spacing: 0;
    color: #000000;
    font-size: 1.0em;
    font-weight: 200;
    padding: 3px 3px;
}
/* sort end */