@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	color: #75968E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.6em; 
	background-color: #12110D;
}

#costs{}
#advantages{}

a, a:link, a:visited {color:#982A13;}

a:hover
{
	color: #BB4625;
	text-decoration: overline;
}

p
{
	margin: 0;
	padding: 0 0 10px 0;
}

img {border: none;}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Tangerine';
	font-weight: normal;
	color: #D8FF00;
	letter-spacing: 2px;
}

h1
{
	font-size: 36px;
	margin: 0 0 18x 0;
	padding: 5px 0;
}

h2
{
	font-size: 28px;
	margin: 0 0 14px 0;
	padding: 0;
}

h3
{
	font-size: 24px;
	margin: 0 0 14px 0;
	padding: 0;
}

h4
{
	font-size: 26px;
	margin: 0 0 12px 0;
	padding: 0;
}

h5
{
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0 12px 0;
	padding: 0;
	color: white;
}

h6
{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: white;
}

.cleaner		 {clear:both; width:100%; height:0px;	 font-size:0px;}
.cleaner_h5	 {clear:both; width:100%; height:5px;	 font-size:0px;}
.cleaner_h10 {clear:both; width:100%; height:10px; font-size:0px;}
.cleaner_h20 {clear:both; width:100%; height:20px; font-size:0px;}
.cleaner_h30 {clear:both; width:100%; height:30px; font-size:0px;}
.cleaner_h40 {clear:both; width:100%; height:40px; font-size:0px;}
.cleaner_h50 {clear:both; width:100%; height:50px; font-size:0px;}
.cleaner_h60 {clear:both; width:100%; height:60px; font-size:0px;}

.float_l {float: left;}
.float_r {float: right;}

.image_wrapper
{
	padding: 6px;
	background: #CCC;
	background: radial-gradient(circle farthest-corner at center center, #CCC 0%, #EEE 80%);
	background: -webkit-radial-gradient(circle farthest-corner at center center, #CCC 0%, #EEE 80%);
	background: -moz-radial-gradient(circle farthest-corner at center center, #CCC 0%, #EEE 80%);
}

.fl_img
{
	float: left;
	margin: 3px 30px 0 0;
	border: inset medium #75968E;
}

.fr_img
{
	float: right;
	margin: 3px 0 0 30px;
	border: inset medium #75968E;
}

blockquote {font-style: italic;}

cite
{
	font-weight: bold;
	color: #FF9;
}

span {color: white;}

.list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li
{
	margin: 0 0 12px 12px;
	padding: 0 0 0 22px;
	background: url(/images/list.png) top left no-repeat;
}

#wrapper
{
	width: 970px;
	margin: 6px auto;
	background: url(images/wrapper.png) repeat-y;
	border: inset #4C5B4C;
}

/* header */

#header
{
	width: 970px;
	height: 200px;
	padding: 0;
	margin: 0 !important;
	background: url(/images/header.png) top no-repeat;
}

#header #site_title
{
	float: left;
	width: 380px;
	text-align: left;
	padding: 115px 0 0 0;
}

#header #site_title #logo_text
{
	font-family: 'Tangerine', cursive;
	font-weight: normal;
	color: white;
	font-size: 84px;
	padding: 4px;
	letter-spacing: 2px;
}

#header a
{
	text-decoration: none;
	font-size: 12px;
}

#header #site_title span
{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #7F8695;
	font-weight: bold;
	letter-spacing: 2px;
}

#header #tr_menu
{
	width: 250px;
	padding: 10px 6px 0 0;
	position: fixed;
	top: 8px;
	z-index: 99;
}

#dateTimeEn
{
	float: right;
	width: 430px;
	height: 20px;
	text-align: left;
	color: #36F;
	font-size: 11px;
	padding-bottom: 5px;
}

#dateTimeRu
{
	font-family: 'Cormorant', serif;
	float: right;
	width: 430px;
	height: 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 5px;
}

#dateTimeZh
{
	font-family: 'Noto Serif SC', serif;
	float: right;
	width: 430px;
	height: 20px;
	text-align: left;
	color: #DC1C27;
	font-size: 12px;
	padding-bottom: 5px;
}

#main
{
	width: 930px;
	padding: 30px 20px;
}

/* sidebar */
#sidebar
{
	margin-top: 70px;
	float: left;
	width: 280px;
}

/* menu */
#menu {margin-bottom: 50px;}

#menu ul
{
	margin: 0;
	padding: 0px;
	list-style: none;
}

#menu ul li
{
	padding: 0;
	margin: 0 0 5px 0;
}

#menu ul li a
{
	display: block;
	height: 25px;
	padding: 11px 0 0 30px;
	font-size: 14px;
	text-decoration: none;
	color: #CCCCCC;	
	font-weight: 500;
	outline: none;
	background: url(/images/menu.png) no-repeat left bottom;
}

#menu li a:hover, #menu li .current
{
	color: white;
	background: url(/images/menu_hover.png) no-repeat left bottom;
}
/* end of menu */


.sidebar_box
{
	padding-left: 14px;
}

.news_box
{
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	border-top: 1px solid #0E2126;
	border-left: 1px solid #0E2126;
	border-bottom: 1px solid #19343B;
	border-right: 1px solid #19343B;
}

.news_box a
{
	color: #6D8D95;
	text-decoration: none;
}

.news_box:hover 
{
	color: #000;
	background: rgba(221, 238, 221, 0.15);
	background: radial-gradient(ellipse farthest-corner at center center, #DDEEDD 0%, #AABBAA 80%);
	background: -webkit-radial-gradient(ellipse farthest-corner at center center, #DDEEDD 0%, #AABBAA 80%);
	background: -moz-radial-gradient(ellipse farthest-corner at center center, #DDEEDD 0%, #AABBAA 80%);
	border-top: 1px solid #233B41;
	border-left: 1px solid #233B41;
	border-bottom: 1px solid #031B21;
	border-right: 1px solid #031B21;
}

.news_box img
{
	float: left;
	width: 80px;
	border: 1px solid #FFF;
	padding: 2px;
	margin: 0 10px 0 4px;
}

.news_box p
{
	float: right;
	width: 140px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* content */
#content
{
	float: right;
	width: 600px;
	margin-right: 14px
}

#content p
{
	text-align: justify;
	padding-bottom: 10px;
}

.two_column {width: 280px;}

.post_box
{
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background:  bottom repeat-x;	
}

.post_box .post_content
{
	clear: both;
	margin: 10px 0;
}

.post_content .right
{
	float: right; 
	width: 300px;
}

.post_content .right img
{
	width: 280px;
	height: 240px;
	border: 1px solid black;
	padding: 5px;
	background: #143037;
}

.post_content .left
{
	float: left; 
	width: 280px;
}

.post_content h2 {margin-bottom: 5px;}

.post_box p
{
	padding-bottom: 5px;
	margin: 20px 0 10px 0;
}

.post_section .post_info {font-style: italic;}

.post_box .comment_tab
{
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666663;
	font-size: 20px;
	font-weight: bold;
}

.post_info a
{
	color: #FFFF99;
	text-decoration: none;
}

#gallery
{
	width: 600px;
	padding: 40px 0;
}

#gallery ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#gallery ul li
{
	float: left;
	display: block; 
	padding: 0;
	margin: 0;
	width: 245px;
	padding: 5px;
	background: #09161A;
	border: 1px solid black;
	margin: 0 30px 30px 0;
}
	
#gallery ul li h5 {margin-bottom: 15px;}
	 
#gallery ul img
{
	width: 245px;
	height: 130px;
	border: none;
	margin-bottom: 10px;
}
/* end of gallery */


/* Form elements */
fieldset
{
	width: 378px;
	border-left: darkgray;
	border-bottom: darkgray;
	border-top: white;
	border-right: white;
	margin-left: 100px
}

legend
{
	color: #050;
	width: 220px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-style: outset;
	border-color: #ADA;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	padding-top: 10px 0 20px;
	background-color: lightgrey;
}

.form-group
{
	margin-bottom: 1.5em;
	transition: all .2s;
}

.form-label
{
	font-size :.95em;
	color: #FFF;
	display: block;
	opacity: 0;
	transition: all .25s;
	transform: translateX(-50px);
	z-index: 500 !important;
}

.form-control
{
	box-shadow: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-color: #ADA;
	border-style: outset;
	width: 92%;
	font-size: 1.05em;
	transition: all .5s;
}

.form-control::placeholder
{
	color:#888;
}

.form-control:focus
{
	box-shadow: none;
	border-color: var(--font-hover-color);
	outline: none;
}

.form-group:focus-within
{
	transform: scale(1.05, 1.05);
}

.form-control:invalid:focus
{
	border-color: red;
}

.form-control:valid:focus
{
	border-color: green;
}

.form_invalid
{
	outline: 1px solid red !important;
}

.button
{
	background: 0 0 #999;
	border: #AAA outset;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	color: var(--font-color);
	font-size: 1em;
	padding: 10px 50px;
}

.button:hover
{
	border-color: var(--font-hover-color);
	color: var(--font-hover-color);
}

input, fieldset, legend, textarea
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 10px;
}

textarea
{
	resize: none;
}

.focused > .form-label
{
	opacity: 100;
	transform: translateX(0px);
}

#footer
{
	display: block !important;
	color: #982A13;
	width: 950px;
	height: 17px;
	margin: 0px 10px;
	padding: 35px 0;
	text-align: center;
	background: url(/images/footer.png) no-repeat;
}

#footer #ukflag							/* must precede the element it should align to on the page */
{
	padding-left: 12px;
}

#submit{outline: 1px solid #090;}
#reset {outline: 1px solid #900;}
