html {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: white;
	font-size: 25px;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	min-height: 650px;
	background: #1F4E79;
	position: relative;
}
body {
	margin: 0;
    padding: 0;
}
a {
	color: white;
	text-decoration: none;
	font-size: 18px;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
    margin: 0;
}
#page {
	
}
header {
	
}
map {
}
img {
	width: 100%;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
li {
	font-size: 18px;
}
.login-place {
	position: absolute;
	top: 30px;
	right: 30px;
}
.button {
	box-shadow:inset 0px 1px 0px 0px #1f4d79;
	background-color:#1f4d79;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
}
.button:hover {
	background-color:#31869b;
}
.button:active {
	position:relative;
	top:1px;
}
.leftupurl {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 250px;
	text-align: left;
}
.row {
	display: flex;
}
.leftside {
	width: 50%;
	margin: 10px;
}
.rightside {
	width: 50%;
	margin: 10px;
}
.central_caption {
	position: absolute;
    font-size: 30px;
    font-weight: bold;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    max-width: 950px;
}
.logo {
	width: 32%;
	margin-left: 30px;
    margin-top: 25px;
}
.logo img {
	width: 82px;
	margin-left: 5px;
}
.logo_caption {
    width: 590px;
	font-size: 25px;
    font-weight: normal;
    margin-top: 5px;
}
.logo_decription {
	margin-top: 10px;
	font-size: 21px;
	font-weight: normal;
}
.login {
	position: absolute;
    top: 25px;
    right: 30px;
    font-size: 25px;
    font-weight: bold;
}
.search {
	position: absolute;
    top: 25px;
    right: 30px;
    font-size: 25px;
    font-weight: bold;
}

#right_menu {
	position: absolute;
    top: 100px;
    right: 30px;
    text-align: right;
}
#right_menu li {
	margin: 20px 0;
}
#right_menu a {
    font-size: 25px;
}
#left_menu {
	position: absolute;
    top: 300px;
    left: 30px;
    text-align: left;
}
#left_menu li {
	margin: 20px 0;
}
#left_menu a {
    font-size: 25px;
}
section {
	position: absolute;
    top: 160px;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: -1;
}
#content {
	
}
.main_content {
	text-align: center;
}
.main_content img {
	
	max-width: 100%;
}
.main_content_image {
	width: 58vmin;
    margin: auto;
}
.main_content_image img {
	width: 58vmin;
	margin: auto;
}
.main_content_caption {
	margin: auto;
    width: 58vmin;
}
.main_content_caption img {
	vertical-align: middle;
	width: auto;
}
.main_content_caption h1 {
	font-weight: normal;
    font-size: 24px;
}
.main_content_caption a {
	font-weight: normal;
    font-size: 24px;
}
.news {
	position: absolute;
	width: 550px;
	height: 400px;
    bottom: 0;
    right: 0;
    background: url(images/br_bg.png) right bottom no-repeat;
	background-size: 94%;
	z-index: 0;
}
.news ul {
	margin: 140px 30px 0px 150px;
}
.news li {
	margin: 20px 0;
}
.news a {
	font-size: 20px;
}
.all_news {
	margin: 0 0 0 150px;
}
footer {
	position: absolute;
	width: 500px;
    bottom: 10px;
    left: 30px;
}
#footer_menu {
	font-size: 24px;
}
.copyright {
	font-size: 21px;
}
input::-webkit-input-placeholder {
  color: #B6C0A5; 
  font-style: italic; 
  background: white;
}
input:-moz-placeholder {
  color: #B6C0A5; 
  font-style: italic; 
  background: white;
}
input:-ms-input-placeholder {
  color: #B6C0A5; 
  font-style: italic; 
  background: white;
}
input {
  color: white;
}

* {box-sizing: border-box;}
form {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
input {
width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 2px solid #31859b;
    border-radius: 5px;
    outline: none;
    background: #ffffff;
    color: #1f4e79;
}
button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 42px;
    height: 42px;
    border: none;
    background: #31859b;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}
@media screen and (max-width: 1440px) {
	a {
		font-size: 16px;
	}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
	li {
		font-size: 14px;
	}
	.logo_caption {
		width: 443px;
		font-size: 18px;
	}
	.logo_decription {
		font-size: 16px;
	}
	.login {
		right: 15px;
		font-size: 18px;
	}
	.search {
		right: 15px;
		font-size: 18px;
	}

	#right_menu {
		top: 100px;
		right: 30px;
	}
	#right_menu li {
		margin: 10px 0;
	}
	#right_menu a {
		font-size: 18px;
	}
	#left_menu {
		left: 30px;
	}
	#left_menu li {
		margin: 10px 0;
	}
	#left_menu a {
		font-size: 18px;
	}
	section {
		top: 150px;
	}
	#content {
		
	}
	.main_content {
	}
	.main_content_image {
		width: 58vmin;
	}
	.main_content_image img {
		width: 58vmin;
	}
	.main_content_caption {
		width: 58vmin;
	}
	.main_content_caption img {
	}
	.main_content_caption h1 {
		font-size: 16px;
	}
	.main_content_caption a {
		font-size: 16px;
	}
	.news {
		position: absolute;
		width: 413px;
		height: 300px;
	}
	.news ul {
		margin: 105px 23px 0px 113px;
	}
	.news li {
		margin: 10px 0;
	}
	.news a {
		font-size: 16px;
	}
	.all_news {
		margin: 0 0 0 113px;
	}
}
