._content {
    /*font-family: 'Vollkorn', serif;*/
    font-family: 'Tinos', serif;
    font-size: 20px;
    text-align:justify;
}
body {
    /*font-family: 'Vollkorn', serif;*/
    font-family: 'Tinos', serif;
    font-size: 18px;
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*-o-user-select: none;*/
    /*user-select: none;*/
}
.bg-green {
  background-color: #086548 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #1d2124 !important;
}
.header {
	background: #086548;
	height: 90px;
	line-height: 90px;
	box-sizing: border-box;
}
.header nav.bg-green .navbar-brand {
	padding: 0;
	height: 88px;
	padding-right: 150px;
}
.header nav.bg-green .navbar-brand img{
	height: 90px;
}
.navbar {
	padding: 0
}
ul.top-menu li.nav-item {
	padding-left: 7px;
	padding-right: 7px;
}
.navbar-dark ul.top-menu .nav-link {
	color: #fff;
}
ul.top-menu>li.nav-item>a {
	color: #fff;
	text-transform: uppercase;
}
.block-title {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
        position: relative;
    clear: both;
}
.collapse.show {
    display: block;
    z-index:100;
    background:#086548 !important;
}
.block-title a {
    text-decoration: none;
}
.block-title span {
    background: url(../img/bg-title.png) bottom center no-repeat;
    height: 55px;
    line-height: 35px;
    display: block;
    color: #d7a800;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}
.block-title-inner {
    position: relative;
    text-transform: uppercase;
}
.hl-item {
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.hl-item img {vertical-align: middle;}
.hl-item .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    padding-right: 20px;
}
.hl-item .content {
	font-size: 14px;
}
.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.box {
    font-size: 14px;
}
.flex-item {
	float: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    justify-content: center;
    flex-direction: initial;
    display: flex;
}
.fl {
    float: left;
}
.box7 .box-content {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    margin: 0 15px 15px;
    font-size: 14px;
}
.box a {
    text-decoration: none;
}
a {
    color: #40727f;
}
.box7-image img {
    display: block;
    transition: all .38s;
    -webkit-transition: all .38s linear;
    -moz-transition: all .38s linear;
    -o-transition: all .38s linear;
    -ms-transition: all .38s linear;
}
.box img {
    width: 100%;
    display: block;
}
.box7-text {
    box-sizing: border-box;
    padding-left: 15px;
}
.box-text {
    font-size: 1em;
    color: #333;
    line-height: 22px;
}
.box-content-title {
    padding-top: 10px;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 23px;
    margin-top: 0px;
    
}
h3.box7-content-title a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color:#dd9933;
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
}
h2.box7-content-title a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    color:#d7a800;
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight:600;
    
}
.clear {
	clear: both;
	display: block;
}
.box7 .des {
    max-height: 65px;
    overflow: hidden;
        margin-bottom: 5px;
    text-align: justify
}
.box7-readmore {
    text-transform: uppercase;
    display: block;
    text-align: right;
    text-decoration: none;
    /*text-transform: uppercase;*/
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
}
.none {
    display: none;
}
.box7-readmore a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #04072561;
    padding: 3px 10px;
    color: #040725;
}
.big-item {
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 0;
	padding-left: 0;
	box-sizing: border-box;
}
.big-item img {vertical-align: middle; border-radius: 15px; }
.big-item .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    padding-right: 20px;
}
.big-item .content {
	font-size: 14px;
}
.big-item .content a {
	color: #fff;
	text-decoration: none;
}
.list-news {
	padding: 10px;
	margin-left: 20px;
}
.list-news a img {
	width: 35%;
	float: left;
	padding-right: 10px;
}
.list-news h4 {
	margin-top: 0;
}
.text a{
	text-decoration: none;
	color: #50ec96;
}
.text {
	text-align: justify;
}
.text p {
	max-height: 55px;
	overflow: hidden;
}
.support {
    background: url(../img/bg-lh.png) no-repeat top center;
    background-size: cover;
}
.list-sp {
	text-align: center;
}
.list-sp img {
	border-radius: 100%;
	width:200px;
	height:200px;
}
.list-sp p {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.footer {
	background: #0F1C37 !important;
	color: #fff;
    height: auto;
}
.footer h3 {
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 20px;
	text-transform:uppercase;
}
.fixed {
    position: fixed;
    bottom: 50px;
    left: 10%;

    z-index: 100;
    border-radius: 10px; 
}
.fixed img {
    width: 80px;
    float: left;
}
.fixed p {
    padding-top: 30px;
    font-size: 40px;
    color: red;
    height: 80px;
}
.alignnone {
    margin-right: 15px !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 300ms;
    vertical-align: middle;
    width: auto;
    margin: 5px 20px 30px 10px;
}
p.gachchan{
    width:150px;
    height:3px;
    border-bottom:solid 3px #ed3d2e;
    /*background: #ed3d2e none repeat scroll 0 0;*/
}
p.der {
    padding-top:15px;
    font-size:15px;
}
.block-title-inner {
    position: relative;
    text-transform: uppercase;
}
.boxung .bx-text {
    font-weight:600;
}
.boxung .bx-icon {
    text-align:center;
}
.boxung .bx-icon .icon {
    font-size:46px;
    color:#003399;
    padding-top:20px;
}
.boxung .bx-icon h3 {
    color:#dd9933;
    text-transform:uppercase;
}
.box-event {
    border:solid 3px #d7a800;
    text-align:center;
    
}
@media only screen and (min-width: 780px){
    .getfly-form {
        margin-left:50px;
    }
}
.left-ct {   width: 100%;}
.menu-a {  box-sizing:border-box; background:#086548; padding-bottom: 5px;}
.left-ct ul { list-style:none;}
.left-ct ul li { color:#fff;border-top: solid 1px; }
.menu-a i { padding-right:10px; padding-left:10px;}
.actives { background:#086548;}
.menu-a > li { padding:10px 10px 0 0; border-top:solid 1px #fff; width:100%; margin-bottom:10px; }
.menu-a li.actives .sub-menu { display:block; }
.menu-a li.actives .sub-menu > li {  background:#7cb50c;}
.menu-a li.actives .sub-menu > li a {
	padding-left:20px; padding-bottom:10px; padding-top:10px;
}
.menu-a li a { text-decoration:none; color:#fff; display:block; }
.menu-a li .sub-menu { display:none; }
.menu-a li .sub-menu { margin-top:10px; width:100%; margin-right:20px;}
.show-hidden { float:right;}