*{
    --font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
}
body{
    height:100%;
    padding: 0px;
    margin: 0px;
    --width: 100%;
    --background-color: #F9F9F9;
    --background-color: #262626;
    --background-color: #000000;
	overflow-y: scroll;
}
a{
    color: black;
    text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
    color: black;
}

td a{
    text-decoration: underline;
}

.stickyMenu{
    position: fixed;
    top: 0;
    width: 100%;

    padding: 8px 2px 8px 2px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    letter-spacing:1.6px;
    border-bottom: 1px solid black;
    z-index: 1;
}

.stickyTopLeft{
    position: fixed;
    top: 20px;
    left:0px;
    z-index: 25;
    --box-shadow: 0px 10px 8px #888888;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%
}

.content{
    padding: 0px;
}

.sticky + .content{
    padding-top: 102px;
}

.main-image{
	position:absolute;
	background-image: url("/media/main_images/main001.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color:red;
}

.body-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    --width: 100%;
    background-color: auto;
}
.header{
    --width: 100%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    min-width: 800px;
    z-index:1;
}
.logoimage{
    width: 300px;
    height: 150px;
}
.header-sub{
    --width: 100%;
    padding: 8px 0px 8px 0px;
    background-color: white;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    margin-bottom:10px;
    min-width: 800px;
    z-index:1;
    width: 100%;
}

.body-content{
    --width: 100%;
    --background-color: auto;
    --For fixed top unremark the following
    --margin-top: 180px;
    margin-left: auto;
    margin-right: auto;                
    display:flex;
    justify-content: center;
	padding-left:0px;
	padding-right:5px;
}

.aboutusBG{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	--background-image: url("/media/landscapes/20150410_203256.jpg");
	--background-repeat: no-repeat;
	--background-size: cover;
	--background-color:red;
	font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    min-width: 800px;
}

.aboutblock{
    display:flex;
    width:100%;
    justify-content:center;
    background-color:auto;
    min-width: 800px;
}

.paging-info{
    background-color: green;
}
.footer-sub{
    background-color: gold;
}
.footer{
    width: 100%;
    background-color: auto;
    margin-top: 20px;
    margin-bottom:10px;
    margin-left: auto;
    margin-right: auto;                
    display: flex;
    justify-content: space-around;
    color:black;
    min-width: 800px;
}
.footerIcons{
    --display:flex;
    --justify-content:center;
    --width:100%;
    --min-width:700px;
    padding-left:20px;
    padding-right:20px;
}
.imageThumbnailFrame{
    --margin-left: 5px;
    --margin-bottom: 5px;
	overflow: hidden;
	--box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 4px 8px 0 rgba(0,0,0,0.2);
	--border-radius:3px;
}
.imageThumbnailFrameBlank{
    margin-left: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.imageThumbnailFrame img{
    -- -webkit-transition: 3.0s ease;
	--transition-delay: 2s;
    --transition: 3.0s ease-out;
    --max-width:313px;
    --width: auto !important;
    --height: auto !important;
	-webkit-transition: all 3.0s ease-in-out 0.1s;
	-moz-transition: all 3.0s ease-in-out 0.1s;
	-o-transition: all 3.0s ease-in-out 0.1s;
	transition: all 3.0s ease-in-out 0.1s;
}

.imageThumbnailFrame img:hover{
    -- -webkit-transform: scale(1.1);
    --transform: scale(1.1);
    --transform: rotate(5deg);
    --border: 1px solid white;

    ---webkit-transform: scale(1.1) rotate(-2deg);
    --transform: scale(1.1) rotate(-2deg);
    --cursor: pointer;
    --opacity:0.7;
}

.imageThumbnailFrame #leftturn:hover{
    -webkit-transform: scale(1.15) rotate(0deg);
    transform: scale(1.15) rotate(0deg);
    cursor: pointer;
    --opacity:0.7;
}

.imageThumbnailFrame #rightturn:hover{
    -webkit-transform: scale(1.15) rotate(0deg);
    transform: scale(1.15) rotate(0deg);
    cursor: pointer;
    --opacity:0.7;
}

.imageThumbnail{
    width: 260px;
}

.dropbtnWhite {
    background-color: auto;
    --color: rgb(88,85,83);
    color: white !important;
    padding: 2px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    letter-spacing:1.6px;
}

.dropbtnWhite a{
	color:white;
}

.dropbtnSepWhite {
    background-color: auto;
    --color: rgb(FF,FF,FF);
	color: white !important;
    padding-bottom: 2px;
    font-size: 20px;
    letter-spacing:1.6px;
}


.dropbtn {
    background-color: auto;
    color: rgb(88,85,83);
    --color: white;
    padding: 2px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    letter-spacing:1.6px;
}

.dropbtnSep {
    background-color: auto;
    color: rgb(88,85,83);
    padding-bottom: 2px;
    font-size: 20px;
    letter-spacing:1.6px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #DDD;
    color:black;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 260px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

.dropdown a:hover {background-color: #ddd; color:black;}

.show {display:block;}

td{
	font-family: calibri;
	font-size: 12px;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #EFEFEF;
}

.tdsmaller{
	font-family: calibri;
	font-size: 10px;
}

th{
	font-family: calibri;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;	
	margin-top: 2px;
	margin-bottom: 2px;	
	background-color: #DFDFDF;
}

.extDivs7, .extDivs6, .extDivs5, .extDivs4, .extDivs3, .extDivs2, .extDivs1{
    display:none;
    --width:260px;
    --height:30px;
    --background-color:red;
    --margin:2px;
    --padding:1px;
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    --padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
  
.modal-content {
    position: fixed; /* Stay in place */
    z-index: 6; /* Sit on top */
    display: block;
    --margin: auto;
    --padding: auto;
    max-width: 98%;
    max-height: 95%;
    object-fit: contain;
    --width:auto;
    --height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border:10px solid white;
    overflow: hidden;
    border-radius: 6px;
}

.modal img{
	--object-fit: contain;
	--border:10px solid white;
}

.modalbackup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    --padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-contentbackup {
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    display: block;
    --margin: auto;
    --padding: auto;
    max-width: 98%;
    max-height: 95%;
    width:auto;
    --height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border:10px solid white;
}

.popupImage{
	-webkit-transition: all 3.0s ease-in-out 0.3s;
	-moz-transition: all 3.0s ease-in-out 0.3s;
	-o-transition: all 3.0s ease-in-out 0.3s;
	transition: all 3.0s ease-in-out 0.3s;
}

.popupImage:hover{
	-webkit-transform: scale(1.15) rotate(0deg);
    transform: scale(1.15) rotate(0deg);
}
  
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #232323;
    font-size: 10px;
    padding: 10px 0;
    height: 150px;
}
  
--.modal-content, #caption {
    --animation-name: zoom;
    --animation-duration: 0.6s;
--}
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
  
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


.mainFlex{
	display:flex;
	width:100%;
	background-color:auto;
	justify-content:center;
}

.columnFlex{
	width:auto;
	background-color:auto;
	max-width:100%;
	padding-left:1px;
}

.imageInFlex{
	margin-bottom:1px;
	width:100%; 
	max-width:100%; 
	object-fit: contain;
}

.tree img {
    border: 0px;
    height: 18px;
    vertical-align: text-bottom;
}

.treeStyleSpan a:link, a:visited, a:hover, a:active{
    text-decoration: none !important; 
}

/* for 7 cols */
/*
@media only screen and (max-width: 1880px) {
    #col6{
        display: none;
    }
    .extDivs7{
        display: block;
    }				
}
@media only screen and (max-width: 1610px) {
    #col5{
        display: none;
    }
    .extDivs6{
        display: block;
    }					
}
@media only screen and (max-width: 1350px) {
    #col4{
        display: none;
    }
    .extDivs5{
        display: block;
    }				
    .dropbtn {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1100px) {
    #col3{
        display: none;
    }
    .extDivs4{
        display: block;
    }				
    .dropbtn {
        font-size: 12px;
    }
}            
*/


/* for 6 cols */

@media only screen and (max-width: 1880px) {
    #col5{
        display: none;
    }
    #col_par5{
        display: none;
    }
    .extDivs6{
        display: block;
    }
    .imageThumbnailFrame img{
        --width: 364px !important;
        --height: auto !important;
		width:100% !important;
		height:auto !important;
    }    
}
@media only screen and (max-width: 1570px) {
    #col4{
        display: none;
    }
    #col_par4{
        display: none;
    }
    .extDivs5{
        display: block;
    }
    .imageThumbnailFrame img{
        --width: 380px !important;
        --height: auto !important;
		width:100% !important;
		height:auto !important;		
    } 				
}
@media only screen and (max-width: 1260px) {
    #col3{
        display: none;
    }
    #col_par3{
        display: none;
    }
    .extDivs4{
        display: block;
    }
    .imageThumbnailFrame img{
        --width: 400px !important;
        --height: auto !important;
		width:100% !important;
		height:auto !important;		
    } 			
    .dropbtn {
        font-size: 14px;
    }
}
@media only screen and (max-width: 950px) {			
    .dropbtn {
        font-size: 12px;
    }
    .imageThumbnailFrame img{
        --width: 262px !important;
        --height: auto !important;
		width:100% !important;
		height:auto !important;	
		min-width:262px !important;
    }
} 
 