@font-face {
	    font-family: CustomFont;
	    src: url('/css/fonts/roboto.regular.ttf');
	}

@font-face {
	    font-family: CustomTitleFont;
	    src: url('/css/fonts/ChristmasWish-Calligraphy.otf');
	}

html,body {
	font-family:CustomFont, Arial, Verdana;
	font-size:10pt;
	color:#ffffff;
	margin:0;
	padding:0;
	background:#202020;
	
}


.searchfld {
	width:80%; 
	font-size:12pt; 
	height:48px; 
	padding:8px;
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
	padding-left:32px;
	padding-right:32px;
	border-style:solid;
	border-width:1px;
	border-color:#efefef;
}


.searchbt {
	width:15%; 
	font-size:12pt; 
	height:48px; 
	padding:8px;
	font-weight:normal;
	background-color:#FF9900;
	border-color:#FF9900;
	color:#ffffff;
	padding-left:0px;
	padding-right:0px;
	border-style:solid;
	border-width:1px;
}


.searchbt:hover {
  	transform: scale(1.05);
	cursor:pointer;
}


textarea,input,select {
	font-family:Arial, Verdana;
	font-size:12pt;
	box-sizing:border-box;	
	color:#404040;
	font-weight:normal;
	border-style:none;
	padding:8px;
	border-style:solid; 
	border-color:#cccccc; 
	border-width:1px; 
}


.menu {
	color: #ffffff;
	background: #090979;
	font-size:12pt;
	padding:2px;
	box-sizing:border-box;
}


.menu .title-link {
	white-space: nowrap;
	vertical-align:middle;
	color: #FF9900; 
	font-family: CustomFont, Helvetica, Arial, Sans-Serif;
	font-size:32px;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000000;
}

.menu .title-link img {
	height:32px;
	vertical-align:middle;
	border-style:none;
}

.menu a {
	color: #ffffff;
}

.menu-always {
	display:inline;
	line-height:64px;
}

.menu-pop {
	display:none;
	line-height:64px;
}

.menu-full {
	display:inline;
	line-height:64px;
}

.menu-pop-list {
	display:none;
	padding:8px;	
}

.menu-pop-list li {
	list-style:none;
	margin:4px;
	padding:4px;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#cccccc;
	text-align:center;
}	

.menu-pop-list li a {
	color:#ffffff;
}

.menu-pop-list li a:hover {
	color:#ffffff;
	background-color:orange;
}

.container {	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:100%;
	max-width:1024px;
	background-color:#000000;
	padding:10px;
	overflow-x:hidden;
	box-sizing:border-box;
	min-height:200px;
}

.blur {
	filter:blur(4px);
    	-o-filter:blur(4px);
    	-ms-filter:blur(4px);
    	-moz-filter:blur(4px);
    	-webkit-filter:blur(4px);
}

.splitter-left {
	width:70%; 
	float:left;	
	overflow:hidden;
	box-sizing:border-box;
	padding:8px;
}

.splitter-right {
	width:25%; 
	float:right;
	overflow:hidden;
	box-sizing:border-box;
	padding:8px;
}

iframe {
	width:100%;
	height:420px;	
}

img {
	border-style:none;
	object-fit: cover;
}

.clearfix {
	clear:both;
	height:16px;
}

a {
	text-decoration:none;
	color:orange;
}

a:hover {
	text-decoration:none;
}

.link {
	color: #CCCCCC;
	font-size:8pt;
	white-space: nowrap; 
	overflow: hidden;
	width:100%;
	text-overflow: ellipsis; 	
}

.gallery {
	-moz-column-count: 4;
  	-webkit-column-count: 4;
  	column-count: 4;

	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}


.gallery1 {
	-moz-column-count: 1;
  	-webkit-column-count: 1;
  	column-count: 1;

	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.gallery2 {
	-moz-column-count: 2;
  	-webkit-column-count: 2;
  	column-count: 2;

	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}



.imgbox {
	width:100%;
	overflow:hidden;
	margin:4px;
	padding:4px;
	break-inside:avoid-column; 
	box-sizing:border-box; 
	background-color:transparent;
	display:inline-block;
	position:relative;
	transition: all 2s linear;
	border-color:#efefef;
	border-style:none;
	border-width:1px;
}

.imgbox:hover > p {
	display:inline-block;
}

.imgbox:hover {
	background-color:#cccccc;
}

.imgbox h3 {
	color:#ffffff;
	font-size:10pt;
	font-weight:normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.imgbox p {
	position:absolute;
	left:0px;
	bottom:-10px;
	color:#808080;
	background-color:#ffffff;
	padding:4px;	
	width:100%;
	overflow:hidden;
	display:none;
	box-sizing:border-box;
	pointer-events: none;
	border-style:solid;
	border-color:#909090;
	border-width:1px;
	border-radius:4px;
	font-size:10pt;
}

.imgbox .centered {
	text-align:center;	
}

.imgbox .image {
	width:100%;
	height:140px;	
	border-radius:0px;
	object-fit:cover;
	background-color:#404040;
}

.imgbox .icon {
	width:16px;
	height:16px;
}

.imgbox .datetime {
	font-family:Arial;
	font-size:8pt;
	color:#cccccc;
}


.share {
	width:24px!important; 
	height:24px!important; 
	object-fit:contain!important; 
	min-height:24px!important; 
	min-width:24px!important;
	background-color:transparent!important;
}

.tagbox { 
	white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis; 
	width:100%; 
	height:22px; 
	margin-top:8px; 
}

.tagbox ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	display:inline; 
}

.tagbox ul li { 
	float:left; 
	margin-right:8px; 
	font-size:8px; 
}

.keyword {
	display:inline-block;
	margin-right:4px;
	margin-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:0;
	padding-bottom:0;
	background-color:#efefef;
	border-radius:2px;
}

.keyword a {
	color:#AAAAAA;
	font-size:6pt;
}



h1,h2,h3,h4,h5 {
	color:#ffffff;
	font-weight:normal;
}

h1 {
	font-size:20pt;	
}

h2 {
	font-size:16pt;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

ul li a {
	color:orange;
}

.blog-tag {
	float:left;
	margin:4px;
	padding:4px;
	border-style:none;
	border-radius:0px;
	background-color:#aaaaaa;	
}

.blog-tag a {
	color:#ffffff;
	font-size:12pt;
}


.fld {
	margin-bottom:16px;
}

.hint {
	font-style:italic;
	color:#cccccc;
}

.err {
	font-style:italic;
	color:white;	
	background-color:red;
	border-radius:4px;
	display:inline-block;
}

.succ {
	font-style:italic;
	color:white;	
	background-color:green;
	border-radius:4px;
	display:inline-block;
}

.busy {
	transform: translate(-50%, -50%);
	position:fixed;
	left:50%;
	top:50%;
	z-index:9999;
	display:none;
}

.linkbutton {
	color:#ffffff!important;
	font-family:sans-serif;
	font-size:14pt;	
	font-weight:bold;
	padding:10px;
	border-radius:6px;
	box-sizing:border-box;
	display: inline-block;	
	text-transform: uppercase;
	text-align:center;
	padding-left:32px;
	padding-right:32px;
	background: #FF9900;
	transition: transform .5s;
}

.linkbutton:hover {
  	transform: scale(1.05);
	cursor:pointer;
}


.linkbutton-small {
	color:#ffffff!important;
	font-family:sans-serif;
	font-size:10pt;	
	font-weight:bold;
	border-radius:6px;
	box-sizing:border-box;
	display: inline-block;	
	text-transform: uppercase;
	text-align:center;
	padding-left:16px;
	padding-right:16px;
	padding-top:0px;
	padding-bottom:0px;
	background-color: #EE145B;
	transition: transform .5s;
	line-height:32px;
	margin-left:4px;
	margin-right:4px;
}

.linkbutton-small:hover {
  	transform: scale(1.05);
	background-color:#e68a00;
	cursor:pointer;
}

.tabbutton {
	color:#404040; 
	padding:4px; 
	background-color:#efefef; 
	border-style:solid; 
	border-width:1px; 
	border-color:#cccccc; 
	display:inline-block;
	box-sizing:border-box;	
	transition: transform .5s;
	padding-left:10px;
	padding-right:10px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;	
}

.hrule {
	border-bottom-style:solid;
	border-width:1px;
	border-color:#404040;
	width:100%;
	margin-bottom:10px;
	clear:both;
}

.suggestions {	
	font-size:14px;
	font-weight:normal;
}

.suggestions a {
	display:inline-block;
	margin-bottom:10px;
	color:#ffffff;
	margin-right:10px;
}

.suggestions a:hover {
	background-color:#efefef;
	border-radius:4px;
}

.more {
	background-color:#F3782B;
	width:32px;
	height:32px;
	border-radius:100%;
	color:white;
	float:right;
	text-align:center;
	line-height:32px;
	cursor:pointer;
	font-size:32px;
}

.more:before {
	content: "+";
}

.more:hover {
  	transform: scale(1.1);
	background-color:#F3782B;
}

.round-image {
	width:140px;
	height:140px;
	border-radius:100%;
	object-fit: cover;
}

.user-interact-box {
	width:100%;
	font-size:14pt;
	text-align:center;
}

.user-interact-box a, .user-interact-box span {
	color:#cccccc;
}

.user-interact-box i {
	margin-left:16px;
	margin-right:16px;
}

.slider-img {
   width:100%;
   min-height:240px;
}

.honey {
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	z-index:-1;
}


@media only screen and (max-width: 1200px) {

		.gallery {
			-moz-column-count: 3;
		  	-webkit-column-count: 3;
		  	column-count: 3;
		}

		iframe {
			height:640px;
		}
}


@media only screen and (max-width: 800px) {

		.splitter-left {
			width:100%;
			float:none;
			margin:0px;
		}
		.splitter-right {
			width:100%;	
			float:none;
			margin:0px;
		}

		.container {
			margin-left:0px;
			margin-right:0px;
			width:100%;	
		}

		.menu-pop {
			display:inline;
		}		

		.menu-full {
			display:none;
		}

		iframe {
			height:360px;
		}
		
		.gallery {
			-moz-column-count: 2;
		  	-webkit-column-count: 2;
		  	column-count: 2;
		}

}



@media only screen and (max-width: 480px) {
		.gallery {
			-moz-column-count: 2;
		  	-webkit-column-count: 2;
		  	column-count: 2;
		}

		iframe {
			height:200px;
		}

		.suggestions {
			display:none;
		}	

}


.container,.sidebar {
	box-sizing:border-box;
}


.text3d { 
  font-size: 32pt;
  animation: textshadow 8s infinite alternate;
  color:#606060; 
}

@keyframes textshadow {
	0%   { text-shadow: 1px 1px 0px #333 }
	10%   { text-shadow: 3px 3px 2px #333 }
	20%  { text-shadow: 9px 10px 6px #999 }
	40%  { text-shadow: 10px 15px 6px #ccc }
	60%  { text-shadow: 0px 10px 4px #ccc }
	80%  { text-shadow: -10px 8px 3px #ccc }
	100%  { text-shadow: 1px 5px 1px #eee }
}

table.gsc-branding { display: none!important; }
div.gcsc-branding { display: flex!important; }
div.gcsc-find-more-on-google-root { display: none!important; }
div.gcsc-more-maybe-branding-root { display: none!important; }
div.gsc-result-info { display: none!important; }
div.gsc-orderby { display: none!important; }
div.gsc-cursor-page { border-style:solid!important; border-width:1px!important; color:#AAAAAA!important; background-color:transparent!important; border-color:#AAAAAA!important; padding:4px!important; padding-left:20px!important; padding-right:20px!important;}
div.gsc-control-cse { background-color:transparent!important; color:#AAAAAA!important; border-style:none!important; }
div.gsc-result { background-color:transparent!important; color:#AAAAAA!important; border-style:none!important; }
div.gsc-webResult { background-color:transparent!important; color:#AAAAAA!important; border-style:none!important; }
div.gsc-above-wrapper-area { border-color:#AAAAAA!important; }
div.gsc-cursor-box { border-color:#AAAAAA!important; color:#AAAAAA!important; }
div.gsc-cursor { color:#AAAAAA!important; }
div.gs-spelling { display:none; }