﻿
/** main page layout - background **/

/* background of page */
.contentMainBody {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* main page layout */
#pageLayout {
	margin-top: -5mm;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}


/** main page layout **/

/* header image */
#pageLayoutHeader {	
    background-image: url("../images/content/header.jpg");
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* page layout of contact */
#pageLayoutContact {
	width: 26%;
    float: left;
}

/* page layout of content */
#pageLayoutContent {
	width: 68%;
	float: left;
}

/* page counter */
.pageCounter {
	display: block;
	border: solid;
	border-width: 1px;
	border-color: #0B0;
	padding: 4px;
}

/* mouse over onto page counter content */
/*
.pageCounterContent:hover .pageCounter {
	display: block;
}
*/

.pageCounterContent {
	padding-top: 4px;
	height: 3mm;
	font-size: 14px;
	padding-right: 4px;
	text-align: right;
}


/** specified content **/

/* basic design of content */
.contentMain {
	/*
	border: solid;
	border-width: 1px;
	*/	
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	/*background-color: #AFA;*/
	background-color: rgba(160, 255, 160, 0.5);
	/*height: 100%;*/
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}


.contentMainNoPadding {
	margin-top: -30px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
}





/** navigation bar **/

/* unordered list */
.navBar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background-color: rgba(160, 255, 160, 0.8);
    /*background-color: #ADA;*/
}

/* list element */
.navBarElement {
    float: left;
}

/* list element */
.navBarElementRight {
    float: right;
}

/* link on list element */
.navBarElementLink {
    display: block;
    color: #050;
    text-align: left;
    padding: 10px 10px;
	text-decoration: none;
	font-weight: bold;
}

/* active link */
.navBarElementLinkActive {
	background-color: #5B5;
}

/* mouse over onto link */
.navBarElementLink:hover {
	background-color: #4D4;
}

/*
.navBarElementLinkActive {
	color: #070;
}
*/

/* specified link */
.navBarElementLink {
	margin-right: 5px;
}

/* unordered list */
.ulNoMargin {
	margin-left:-7.0mm;
}

/* text */

/* font Segoe Print */
.fontSegoePrint {
	font-family: Segoe Print;
}

/* title fonts */
.title {
	color: #020;
}

/* title fonts - logo desc */
.titleLogoDesc {
	color: #EFE;
	font-size: 35px;
	font-weight: bold;
}

/* paragraph, form item description, required field explanation */
.paragraph, .formItemDesc , .formItemsExplanation {
	color: #020;
}

/* first paragraph */
.paragraphFirst {
	margin-top: 0mm;
}

/* paragraph without padding bottom */
.paragraphNoPaddingBottom {
	margin-bottom: 0mm;
}

/* paragraph italic */
.paragraphItalic {
	font-style: italic;
	margin-bottom: 2mm;
}

/* paragraph indent */
.paragraphIndent {
	text-indent: 5mm;
}

/* text center */
.textCenter {
	text-align: center;
}

/* text justify */
.textJustify {
	text-align: justify;
}

/* text italic */
.textItalic {
	font-style: italic;
}

/* font size for welcome */
.fontSiteWelcome {
	font-size:18px;
}

/* padding right into text before image, which is represented into table */
.paddingRightTextBeforeImg {
	padding-right: 10px;
}

/* width of text before image, which is represented into table */
.widthTextBeforeImg {
	width: 60%;
}

/* width of cell with images, which is represented into table */
.widthCellWithImg {
	width: 52%;
}

/* vertical align - Top */
.verticalAlignTop {
	vertical-align: top;
}

/* table border */
.tableBorder table, .tableBorder td  {
    border: 0.5px solid #080;
}

/* form items */

/* form item description, required, error message */
.formItemDesc, .formItemRequired, .formItemErrMsg {
	text-align: left;
	vertical-align: top;
}

/* form item */
.formItem {
	width: 300px;
}

/* form item required, error message */
.formItemRequired, .formItemErrMsg {
	color: #F00;
}

/* form item required field explanation, error message */
.formItemsExplanation, .formItemErrMsg {
	font-size: 14px;
}

/* form input item */
.formInputItem {
	border-style: solid;
	border-width: 2px;
	border-color: #0D0;
	border-radius: 3px 3px 3px 3px;
	padding: 1mm;
}

/* form input item - hover, focus */
.formInputItem:hover, .formInputItem:focus {
	border-color: #0A0;
}

/* form input item - opacity */
.formInputItemOpacity {
	opacity: 0.4;
	text-align: right;
}

/* form button item */
.formButtonItem {
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
	padding: 2mm;
	border-style: none;
	background-color: #0A0;
	color: #FFF;
	font-weight: bold;
}

/* form button item - hover */
.formButtonItem:hover {
	background-color: #0C0;
}


/** gallery **/

/* thumbmail image of gallery */
.imgThumbnail {
    cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
	/* width: 160px; */
	height: 120px;
}

/* thumbmail image of gallery - mouse over */
.imgThumbnail:hover {
	opacity: 0.7;
}

/* lower thumbmail image of gallery */
.imgThumbnailLower {
	height: 80px;
}

/* lower thumbmail image of gallery */
.imgThumbnailGreater {
	height: 180px;
}

/* modal dialog */
.modalDialog {
    display: none; /* hidden by default */
    position: fixed;
    z-index: 1;
    padding-top: 30px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; 
    overflow: auto; /* enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* background color + opacity */
}

/* modal dialog content: image */
.mdImg {
    display: block;
    /* width: 560px; */
	height: 420px;
    max-width: 900px;
	text-align: right;
	margin: auto;
	position: relative;
}

/* modal dialog: navigation bar */
#navigation {
	position: relative;
	font-family: Verdana,sans-serif;
    margin: auto;
    display: block;
    /* width: 560px; */
    max-width: 660px;
    text-align: left;
    color: #ccc;
    padding: 0px;
	top: 0px;
}

/* modal dialog: navigation bar dot */
#navigationDot {
	text-align: center;
	padding-top: 20px;
}



/* modal dialog: navigation buttons (previous, next) */
.mdNavigationBtnPrev, .mdNavigationBtnNext, .mdCloseBtn {
  cursor: pointer;
  position: absolute;
  padding: 16px;
  margin-top: -55px;
  color: #DFD;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(0,150,0,0.3);
}

/* previous button */
.mdNavigationBtnPrev {
  left: 0px;
  border-radius: 0 0 0 10px;
}

/* next button */
.mdNavigationBtnNext {
  right: 0px;
  border-radius: 0 0 10px 0;
}

/* modal dialog: close button */
.mdCloseBtn {
	font-weight: bold;
	font-size: 18px;
	z-index: 99;
	right: 3px;
	margin-top: 0px;
    font-weight: bold;
	border-radius: 0 10px 0 0;
}

/* modal dialog: navigation buttons (prev, next, close): hover */
.mdNavigationBtnPrev:hover, .mdNavigationBtnNext:hover, .mdCloseBtn:hover {
  background-color: rgba(0,150,0,0.8);
}

/* modal dialog: navigation buttons (dot) */
.mdNavigationDot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 3px;
  background-color: #050;
  border-radius: 50%;
  display: inline-block;
}

/* modal dialog: navigation buttons (dot): active */
.mdNavigationDotActive,.mdNavigationDot:hover {
  background-color: #080;
}



/* * logo * */

/* image of logo */
.imgLogo {
	float: left;
	border-radius: 49%;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

/* logo descriotion */
.imgLogoDesc {
	margin-top: 12mm;
	padding-right: 20mm;
	text-align: right;
}