body {
	font-family: 'helvetica57';
}

#logo_nav {
	/*background-color: #002A5C;*/
	padding: 0px;
}

#navbar_top {
	background-color: #002A5C;
	background: linear-gradient(to bottom, #022449 0%, #002A5C 45%);
}

/*#navbar_top svg {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

#navbar_top_gradual stop:first-child {
	stop-color: #022449;
	stop-color: yellow;
	stop-opacity: 1;
}

#navbar_top_gradual stop:nth-child(2) {
	stop-color: #002A5C;
	stop-color: red;	
	stop-opacity: 1;
}*/

#navbar_button {
	display: none;
	position: absolute;
	right: 10px;
	border-color: white;
	margin-top: 20px;
	margin-right: 25px;
}

#navbar_button:hover,
#navbar_button:focus {
	background-color: inherit;
}

#navbar_button:first-of-type {
	margin-left: 0;
}

#navbar_button .hamburger-line{
	width: 40px;
	height: 4px;
	background-color: #ecf0f1;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#navbar_button:hover{
  cursor: pointer;
}
#navbar_button.is-active{
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#navbar_button.is-active .hamburger-line:nth-child(2){
	width:0px;
}

#navbar_button.is-active .hamburger-line:nth-child(1),
#navbar_button.is-active .hamburger-line:nth-child(3){
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

#navbar_button.is-active .hamburger-line:nth-child(1){
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
  transform: translateY(12px);
}

#navbar_button.is-active .hamburger-line:nth-child(3){
	-webkit-transform: translateY(-12px) rotate(90deg);
	-ms-transform: translateY(-12px) rotate(90deg);
	-o-transform: translateY(-12px) rotate(90deg);
	transform: translateY(-12px) rotate(90deg);
}

.navbar-brand {
	padding: 0px;
	height: 100%;
}

.navbar-brand img {
	width: 450px;
	height: 89px;
}

.navbar-brand div {
	width: 450px;
	height: 89px;
	background: url("../img/logo.svg") no-repeat;
	background-position: center;
}

#navbar_top {
	/*background-color: #022449;*/
	border-radius: 0px;
	margin: 0px;
}

#navbar_top a {
	/*color: #898A89;*/
	color: white;
}

#dropdown_top_div a:hover,
#dropdown_top_div a:focus
 {
	/*color: gray;*/
	background-color: #002A5C;
}

#dropdown_top_div {
	padding: 0px;
}

#dropdown_top_list {
	font-size: 18px;
	padding: 0px;
	background-color: #022449;
}

#dropdown_top_list>li>a:visited,
#dropdown_top_list>li>a:link {
	background-color: #022449;
}

#dropdown_top_list>li>a:hover {
	background-color: #002A5C;
}

#dropdown_top_list>li {
	width: 20%;
	border-left: 1px #002A5C solid;
	border-right: 1px #002A5C solid;
}

#dropdown_top_list>li>a {
	text-transform: uppercase;
}

#dropdown_top_list>li>ul {
	background-color: #002A5C;
	width: 100%;
	opacity: 0.9;
	filter: Alpha(opacity=90);
	padding-top: 0px;
	font-size: 16px;
}

#dropdown_top_list>li>ul>li {
	margin-top: 10px;
	margin-bottom: 10px;
}

#dropdown_top_list>li>ul>li.divider {
	background-color: #022449;
	height: 2px;
}

#dropdown_top_list>li>ul>li>a {
	line-height: 37px;
	padding-left: 0;
	padding-right: 0;
}

#dropdown_top_list_small {
	color: black;
	background-color: white;
	margin-bottom: 0px;
	font-size: 16px;
	display: none;
}

#dropdown_top_list_small li {
	line-height: 35px;
	width: 32%;
}

#dropdown_top_list_small li:first-child {
	border-right: 1px solid #080808;
}

#dropdown_top_list_small li:last-child {
	border-left: 1px solid #080808;
}

#dropdown_top_list_small a,
#dropdown_top_list_small a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

#sfs_language,
#sfs_navi_right {
	color: white;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 100px;
}

#sfs_language {
	left: 10%;
}

#sfs_navi_right {
	right: 10%;
}

#sfs_navi_right_divider {
	color: #485667;
}

#sfs_language a,
#sfs_language a:hover,
#sfs_language a:focus,
#sfs_language a:link,
#sfs_language a:visited,
#sfs_navi_right a,
#sfs_navi_right a:hover,
#sfs_navi_right a:focus,
#sfs_navi_right a:link,
#sfs_navi_right a:visited {
	color: white;
	text-decoration: none;
}

#news_list_date {
	float: left;
	font-size: 16px;
}

#news_list_date td {
	width: 70px;
}

#news_list_date_m_d {
	background-color: white;
	border-top: 2px #F2B635 solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	height: 32px;
}

#news_list_date_y {
	color: white;
	border: 1px #2362AB solid;
	background-color: #2362AB;
	height: 32px;
}

#news_list_date_angle {
	border-width: 4px 6px 4px 6px;
	border-style: solid;
	border-color: #F2B635 white white white;
	position: relative;
	left: 42%;
	width: 0;
	height: 0;
	margin-top: -1px;
}

#news_list_date_time {
	margin-top: -2px;
}

#news_list_paginate {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#news_list_paginate div {
	float: right;
}

#news_list_paginate b {
	color: #2362AB;
}

#news_list_paginate a, #news_list_paginate b {
	font-size: 16px;
	margin-left: 20px;
}

#news_list_paginate a {
	text-decoration: none;
	color: #505050;
}

#back_top_button_div,#back_top_button {
	position: fixed;
	right: 3%;
	bottom: 5%;
	display: none;
	border-radius: 5px;
	z-index: 10;
}

#back_top_button_div {
	opacity: .4;
	filter: Alpha(opacity=40);
	background-color: #a0a0a0;
	width: 47px;
	height: 47px;
}

#back_top_button {
	opacity: .8;
	filter: Alpha(opacity=80);
	background-color: transparent;
	padding: 0px;
	padding-top: 2px;
	border: 0;
	width: 47px;
	height: 47px;
}

#back_top_button i {
	color: white;
	font-size: 30px;
}

#footer_logo {
	background-color: #002A5C;
}

#footer_logo_img {
	margin: 40px 0px 30px 0px;
}

#footer_logo_img img {
	margin: 10px 0px 50px 0px;
	width: 200px;
}

#footer_logo_img_xs img {	
	margin-top: 30px;
	width: 200px;
}

#footer_logo_img_xs hr {
	margin: 30px 10px 0px 10px;
}

#footer_logo_img_xs {
	display: none;
}

.footer_nav_list {
	margin-top: 45px;
}

.footer_nav_list li {
}

.footer_nav_list_1 {
}

.footer_nav_list_1 li {
	margin: 10px 0px 0px 0px;
	text-align: right;
}

.footer_nav_list_2 li {
	margin: 10px 0px 0px 0px;
	text-align: left;
}

.footer_nav_list a {
	font-size: 18px;
	color: #BCCBDE;
	text-decoration: none;
}

#footer_bottom {
	color: white;
	/*background-color: #383838;*/
	background-color: #001228;
}

#footer_bottom ul {
	margin: 15px 0px 15px 0px;
}

#footer_bottom div {
	height: 5px;
}

#footer_bottom a,
#footer_bottom a:hover,
#footer_bottom a:focus,
#footer_bottom a:active,
#footer_bottom a:link,
#footer_bottom a:visited {
	text-decoration: none;
	color: silver;
}

@media (min-width: 768px) {
	.dropdown_top_animation {
		overflow: hidden;
		/*position: relative;*/
		text-align: center;
	}

	/*.dropdown_top_animation:after {
		content: '';
		position:absolute;
		width: 80%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		bottom: 50%; 
		left: -100%;
		transition-delay: all 0.5s;
		transition: all 0.5s;
	}

	.dropdown_top_animation:hover:after,
	.dropdown_top_animation.hover:after {
		left: 100%;
	}*/

	.dropdown_top_text {
		text-shadow: 0px -40px 0px rgba(255, 255, 255, 1);
		transition: all 0.65s;
		transform:translateY(100%);
		transition-delay: all 0.25s;
	}

	.dropdown_top_animation:hover .dropdown_top_text,
	.dropdown_top_animation.hover .dropdown_top_text {
		text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
		transform: translateY(0%) scale(1);
		font-weight: 600;
	}
}

@media (max-width: 1199.9px) {
	#dropdown_top_list {
		font-size: 17px;
	}
	#second_hero_div {
		overflow: hidden;
	}
	#second_hero {
		width: 125%;
		margin-left: -12.5%;
		overflow: hidden;
	}
	#sfs_language {
		left: 5%;
	}
	#sfs_navi_right {
		right: 5%;
	}
	body,
	.icon-arrow-left,
	.icon-arrow-right {
		/*background-color: aqua;*/
	}
}

@media (max-width: 991.9px) {
	#dropdown_top_list {
		font-size: 16px;
	}
	#dropdown_top_list>li>a {
		padding-left: 0px;
		padding-right: 0px;
	}
	#dropdown_top_list>li>ul {
		font-size: 14px;
	}
	#second_hero_div {
		overflow: hidden;
	}
	#second_hero {
		width: 150%;
		margin-left: -16.7%;
		overflow: hidden;
	}
	body {
		/*background-color: orange;*/
	}
}

@media (max-width: 767.9px) {
	/*#hero_div img {
		width: 200%;
		margin-left: -50%;
	}*/
	.navbar-brand img {
		width: 210px;
		height: 60px;
	}
	.navbar-brand div {
		width: 210px;
		height: 60px;
		background: url("../img/logo-small.svg") no-repeat;
		background-position: center;
	}
	#dropdown_top_list {
		font-size: 15px;
		margin: 0px;
		border-radius: 0px;
	}
	#dropdown_top_list>li {
		width: 50%;
		float: left;
		border-bottom: 1px solid #002A5C;

	}
	#dropdown_top_list>li>a {
		line-height: 30px;
	}
	#dropdown_top_list>li>a:hover {
		background-color: #022449;
	}
	#dropdown_top_list>li>ul {
		padding: 0px;
	}
	#dropdown_top_list>li>ul>li {
		text-align: center;
		margin: 0px;
	}
	#dropdown_top_list>li>ul>li>a {
		line-height: 25px;
	}
	#navbar_button,
	#dropdown_top_list_small,
	#footer_logo_img_xs {
		display: block;
	}
	#sfs_language,
	#sfs_navi_right,
	#footer_logo_img {
		display: none;
	}
	.footer_nav_list_1 li,
	.footer_nav_list_2 li {
		margin: 10px 0px 0px 0px;
		text-align: center;
	}
	.footer_nav_list {
		margin: 10px;
	}
	#second_hero_div {
		overflow: hidden;
	}
	#second_hero {
		width: 200%;
		margin-left: -25%;
		overflow: hidden;
	}
	body {
		/*background-color: burlywood;*/
	}
	#second_page_list>ul {
		margin-left: -5px;
		margin-right: 15px;
	}
}