* {
    box-sizing: border-box;
}

body {
	background-color:#666666;
	font-family: "Open Sans", arial;
	font-size: 16px;
	color: rgb(0,0,0);
	padding: 0px;
	margin: 0px;
	text-align:left;
	margin:0px;
	padding:0px;
}

textarea {
	font-family: "Open Sans", arial;
	font-size: 16px;
	width:100%;
	padding:5px;	
}

input {
	font-family: "Open Sans", arial;
	font-size: 16px;
	width:100%;
	padding:3px 5px;
}

.pageContainer {
	position:relative;
	background-color:#fafafa;
}

.footer {
	padding:120px 0px;
	text-align:center;
	background-color:#666666;
	color:rgba(255,255,255,0.9);
	font-size:16px;
}

.header {
	position:relative;
	width:100%;
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.headerContents {
	position:relative;
	width:720px;
	display:block;
	margin-left:auto;
	margin-right:auto	
}
@media only screen and (max-width:720px) {
	.headerContents {
		width:100%;
	}		
}

.logoBox {
	text-align:center;
	height:125px;
}

.logoImage {
	height:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.userNameBox {
	position:absolute;
	top:6px;
	right:6px;
	color:#666;
	font-size:14px;
}

.menu {
	text-align:center;
	position:relative;
}

.menuItem {
	font-family:"Open Sans", arial;
	font-size:28px;
	color:#54524b;
	display:inline-block;
	padding:0.4em 0.5em;
	font-weight:500;
	cursor:pointer;
	text-decoration:none; 
}
.menuItem:hover {
	color:#8a857c;
	text-decoration: none;
}

@media only screen and (max-width:800px) {
	.menuItem {
		font-size:20px;
	}		
}

.workspaceArticle {
	position:relative;
	font-size:18px;
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
	padding:0.0em 0.75em 0.0em 0.75em;	
}
@media only screen and (max-width:720px) {
	.workspaceArticle {
		font-size:15px;
	}		
}


.workspaceGuide {
	position:relative;
	font-size:16px;
	max-width:540px;
	margin-left:auto;
	margin-right:auto;
	padding:0.5em 0.5em 0.5em 0.5em;	
}
@media only screen and (max-width:540px) {
	.workspaceGuide {
		font-size:2.96vw;
	}		
}


.curious {
	background-color:#ebeae8;
	padding:0.1em 1.2em;
	margin-top:1em;
	margin-bottom:1em;
	color:rgba(0,0,0,0.8);
	border-radius: 5px;
}

.code {
	background-color:#444444;
	padding:0.1em 1.2em;
	margin-top:1em;
	margin-bottom:1em;
	color:rgba(255,255,255,0.8);
	border-radius: 5px;
	font-family:courier;
	font-size:13px;
}
.code p {
	color:rgba(255,255,255,0.8);
} 

.center {
	text-align:center;
}

p {
	color:#2a2b2e;
	font-size:1em;
	line-height:1.6;
}

h1 {
	font-size:2.5em;
	font-family:"Oswald", arial;
	color:#403f3e;
	line-height:1;
	margin-top:0.4em;
	margin-bottom:0.4em;
}
h2 {
	font-size:2.0em;
	font-family:"Oswald", arial;
	color:#403f3e;
	line-height:1;
	margin-top:0.7em;
	margin-bottom:0.7em;	
}
h3 {
	font-size:1.5em;
	font-family:"Oswald", arial;
	color:#403f3e;
	line-height:1;
	margin-top:0.8em;
	margin-bottom:0.8em;	
}
h4 {
	font-size:1.2em;
	font-family:"Open Sans", arial;
	color:#403f3e;
	line-height:1;
	margin-top:0.6em;
	margin-bottom:0.6em;	
}

a {
	color:#476a6e;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#69898c;
	text-decoration:underline;
}

.hrLineStandard {
	position:relative;
	height:1px;
	background-position:center center;
	background-size:auto 1px;
	background-image:url(../../page/images/hr_line_standard.png);	
	background-repeat:repeat-x;	
}

.imageCaption {
	font-family:"Open Sans", arial;
	font-size:17px;
	text-align:center;
	margin-top:0.5em;
	margin-bottom:0.7em;
	font-style:italic;
	color:#555;
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
	padding:0.0em 0.75em 0.0em 0.75em;
}
@media only screen and (max-width:720px) {
	.imageCaption {
		font-size:14px;
	}		
}


.publishDate {
	font-size:0.8em;
	color:#555;
	margin-top:1em;
	margin-bottom:1em;	
}

.imageContainer_1_1 {
	position: relative;
}

.imageContainer_1_1::after {
    display: block;
    content: '';
    padding-bottom: 100%;
}

.imageContainer_1_1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imageContainer_16_9 {
	position: relative;
}

.imageContainer_16_9::after {
    display: block;
    content: '';
    padding-bottom: 56.25%;
}

.imageContainer_16_9 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.imageContainer_5_2 {
	position: relative;
}

.imageContainer_5_2::after {
    display: block;
    content: '';
    padding-bottom: 40%;
}

.imageContainer_5_2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.imageContainer_4_3 {
	display: flex;
	position: relative;
}

.imageContainer_4_3::after {
    display: block;
    content: '';
    padding-bottom: 75%;
}

.imageContainer_4_3 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imageContainer_3_1 {
	position: relative;
}

.imageContainer_3_1::after {
    display: block;
    content: '';
    padding-bottom: 33.333%;
}

.imageContainer_3_1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imageContainer_2_1 {
	display: flex;
	position: relative;
}

.imageContainer_2_1::after {
    display: block;
    content: '';
    padding-bottom: 50%;
}
 
.imageContainer_2_1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imageContainer_5_3 {
	display: flex;
	position: relative;
}

.imageContainer_5_3::after {
    display: block;
    content: '';
    padding-bottom: 60%;
}
 
.imageContainer_5_3 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imageContainer_9_2 {
	position: relative;
}

.imageContainer_9_2::after {
    display: block;
    content: '';
    padding-bottom: 22.222%;
}

.imageContainer_9_2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imageContainer_7_12 {
	position: relative;
}

.imageContainer_7_12::after {
    display: block;
    content: '';
    padding-bottom: 171.429%;
}

.imageContainer_7_12 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.imageContainer_3_4 {
	position: relative;
}

.imageContainer_3_4::after {
    display: block;
    content: '';
    padding-bottom: 133.333%;
}

.imageContainer_3_4 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imageWidthFull {
	width:100%;
}

.imageWidthFalf {
	width:50%;
}

.imageWidth1800 {
	max-width:1800px;
	margin-left:auto;
	margin-right:auto;
}

.imageWidth1600 {
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
}

.imageWidth1400 {
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}

.imageWidth1300 {
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
}
.imageWidth1200 {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.imageWidth1000 {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.imageWidth1100 {
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}

.imageWidth900 {
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

.imageWidth800 {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.imageWidth960 {
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
.imageWidth720 {
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
}
.imageWidth700 {
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.imageWidth600 {
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}

.imageWidth400 {
	max-width:400px;
	margin-left:auto;
	margin-right:auto;	
}

.imageWidth500 {
	max-width:500px;
	margin-left:auto;
	margin-right:auto;	
}

.imageWidth220 {
	max-width:220px;
	margin-left:auto;
	margin-right:auto;	
}

.imageWidth200 {
	max-width:200px;
	margin-left:auto;
	margin-right:auto;	
}
.imageWidth215 {
	max-width:215px;
	margin-left:auto;
	margin-right:auto;	
} 

.sidePhotosContainer {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.sideImage {
	flex-basis:49%; 
}
@media only screen and (max-width:540px) {
	.sideImage {
		flex-basis:100%;
	}		
	.sidePhotosContainer {
		justify-content:center;
	}	
}

.relativePosition {
	position:relative;
	display:block;
}

.topBottomImageMargin {
	margin-top:1em;
	margin-bottom:1em;
}

.imageWithText{
	position:absolute;
	left:0px;
	bottom:0px;
	padding-left:0.3em;
	padding-bottom:0.15em;
	font-size:5em;
	color:rgba(255,255,255,0.7);
	font-family:"Open Sans", arial;
	line-height:1;
}
@media only screen and (max-width:540px) {
	.imageWithText {
		font-size:3em;
	}		
}

.navigationBox {
	margin-top:1em;
	margin-bottom:1em;
}

.navigationLink {
	color:#476a6e;
	font-size:0.8em;
	font-weight:normal;
	text-decoration:none;
}
.navigationLink:hover {
	color:#69898c;
	text-decoration:underline;
}

.navigationPresentPage {
	color:#333;
	font-size:0.8em;
	font-weight:normal;
}

.horizontalSeparator {
	display:relative;
	height:20px;
	margin-top:1em;
	margin-bottom:1em;
	background-size:auto 20px;
	background-repeat: repeat-x;
	background-position: center center;
}

.curiousParagraph {
	color:rgba(0,0,0,0.7);
}

.treeStarsSeparator{
	font-size:1.2em;
	color:#222;
	font-family:arial;
	text-align:center;
}
.imageAndTextBesideContainer {
	display: flex;
	justify-content:space-between;
	margin-top:16px;
	margin-bottom:16px;
	align-items:top;
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 7px;
}
.imageAndTextBesideContainer:hover {
	box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 9px;
}

.imageAndTextBesideContainerItemImage {

}
.imageAndTextBesideContainerItemImage img {
	width:100%;
	padding:0px;
	display:block;
	width:100%;
}

.imageAndTextBesideContainerItemText {
	padding:0px 1.3em;
}

.imageAndTextBesideContainerItemHeader {
	font-size:1.2em;
	font-family:"Oswald", arial;
	color:#403f3e;
	line-height:1;
	margin-top:0.6em;
	margin-bottom:0.5em;	
}

.imageAndTextBesideContainerItemTextP {
	color:#373634;
	line-height:1.4;
	margin-top:0.6em;
	margin-bottom:0.6em;
}

@media only screen and (max-width:720px) {
	.imageAndTextBesideContainer {
		flex-direction: column;
	}	
}

.fontSize100 {
	font-size:1em;
}
.fontSize80 {
	font-size:0.8em;
}
.fontSize85 {
	font-size:0.85em;
}
.fontSize90 {
	font-size:0.9em;
}
.fontSize75 {
	font-size:0.75em;
}

.width5percent {
	flex:5%;
}
.width10percent {
	flex:10%;
}
.width15percent {
	flex:15%;
}
.width20percent {
	flex:20%;
}
.width25percent {
	flex:25%;
}
.width30percent {
	flex:30%;
}
.width35percent {
	flex:35%;
}
.width40percent {
	flex:40%;
}
.width45percent {
	flex:45%;
}
.width50percent {
	flex:50%;
}
.width55percent {
	flex:55%;
}
.width60percent {
	flex:60%;
}
.width65percent {
	flex:65%;
}
.width70percent {
	flex:70%;
}
.width75percent {
	flex:75%;
}
.width80percent {
	flex:80%;
}
.width85percent {
	flex:85%;
}
.width90percent {
	flex:90%;
}
.width95percent {
	flex:95%;
}
.width100percent {
	flex:100%;
}

@media only screen and (max-width:720px) {
	.width5percent, .width10percent, .width15percent, .width20percent, .width25percent, .width30percent, .width35percent, .width40percent, .width45percent, .width50percent, .width55percent, .width60percent, .width65percent, .width70percent, .width75percent, .width80percent, .width85percent, .width90percent, .width95percent  {
		flex: 100%;
	}			
}

.gridContainer {
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin-top:1em;
	margin-bottom:1em;
}

.imageAndTextBelowContainer {	
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 7px;
	flex-wrap: wrap;
}

.imageAndTextBelowContainerItemText{
	padding:1px 1.3em;
}

.imageAndTextBelowContainerItemHeader {
	font-size:1.4em;
	font-family:"Oswald", arial;
	color:#403f3e;
	line-height:1;
	margin-top:0.6em;
	margin-bottom:0.6em;	
}

.imageAndTextBelowContainerItemItemTextP {
	color:#373634;
	line-height:1.4;
	margin-top:0.6em;
	margin-bottom:0.8em;
}


.commentsSectionDiv {	
	margin-top:0px;
}

.commentsWorkspaceDiv {
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	padding-top:16px;
	padding-bottom:16px;
}


@media only screen and (max-width:720px) {
	.commentsWorkspaceDiv {
		width:100%;
		padding-left:8px;
		padding-right:8px;
	}		
}

.commentsHeader {
	margin-bottom:10px;
	font-size:30px;
	color:#333;
	font-family:"Oswald", arial;
	text-align:left;	
}

.buttonBig {
	text-align:center;
	display:inline-block;
	cursor:default;
	text-decoration:none;
	padding:0px 12px;
	font-size: 16px;
	height:32px;
	background-color:#436DA8;
	color:rgba(255,255,255,0.95);
	border:none;
	border-radius:2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;		
	font-family: "Open Sans", arial;
}
.buttonBig:hover {
	background-color:#648ABE;
}
.buttonBig:active {
	background-color:#648ABE;
	transform: translateY(1px);
}
.buttonBig:disabled {
	background-color:#718999;
	color:rgba(255,255,255,0.6);
	cursor: not-allowed;
}

.commentUserDateDiv {
	padding:9px 0px 4px 0px;
}

.commentUserNameDiv {
	color:rgba(0,0,0,0.7);
	font-size:14px;
	font-weight:bold;
}
.commentDateDiv {
	color:rgba(0,0,0,0.5);
	font-size:13px;
	padding-left:16px;
}
.commentTextDiv {
	color:rgba(0,0,0,0.95);
	font-size:15px;
	padding:0px 0px 8px 0px;
}

.googleMapsIcon {
	width:1.3em;
	transform: translate(0px, 0.3em);
	opacity:0.75;
} 
.googleMapsIcon:hover {
	opacity:1;
}