/* ---------- Base ---------- */
::selection {background: #00906D;color: #fff;text-shadow: none;}
::-moz-selection {background: #00906D;color: #fff;text-shadow: none;}
::-webkit-selection {background: #00906D;color: #fff;text-shadow: none;} 
a {color: #444;transition: color .3s ease, background .3s ease;}
a:hover,a:focus {color: #00906D;}
.txt-site {color: #00906D;}
.txt-site2 {color:#9CA1AE}
.txt-date {color: #32C5FF;}
.bg-site {background: #00906D;}
.bg-site2 {background: #32C5FF;}
.bg-site3 {background: #44D7B6;}
.bg-menu {background: #00906D;background: rgba(0, 144, 109, 0.9);}
.bg-card {background: #fff;border: 1px solid #eee;}
.bg-card2 {background: #f7f7f7;}

#gotoTop.bg-site:hover {background:#00634B !important; }

.btn {border-radius: 8px;padding-left: 0;padding-right: 0;box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); }
.btnround {border-radius:24px;padding-left:30px;padding-right: 30px;}
.btn.btn-site{background-color:#00906D;}
.btn.btn-site:focus,.btn.btn-site:hover{background-color:#00634B;}
.btn.btn-site.active,.btn.btn-site:active{background-color:#00634B;}
.height420 {height: 420px;}
.height340 {height: 340px;}
.img-cover {position: absolute;top: 50%;left: 50%;display: block;min-width: 100%;min-height: 100%;transform:translate(-50%,-50%);z-index: 100;}
.opacity50 {opacity: 0.5;transition: opacity .4s ease-in-out;filter:alpha(opacity=50);}
.opacity30 {opacity: 0.3;filter:alpha(opacity=30);}
.opacity20 {opacity: 0.2;filter:alpha(opacity=20);}
.cardpicnews:hover .img-cover.opacity50 {opacity: 0.8;}
.z500 {z-index: 500;}
.z1000 {z-index: 1000 !important;}
.border1px {border: 1px solid #ccc;}

.round8x {border-radius: 8px;}
.round8l {border-radius:8px 0 0 8px}
.round8r {border-radius:0 8px 8px 0;}
.round8t {border-radius:8px 8px 0 0}
.round8b {border-radius:0 0 8px 8px;}
.line30px {line-height: 30px;}
.w-1-2 {width: calc(50% - 5px);}

.cardbox {display: flex;flex-wrap: wrap}
.txt-shadow {text-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);}
.cardx1 {min-height: 320px;}
.cardx0 {min-height: 320px;height: 100%;}

.h3rem {height: 3rem;}
hr,.hr {border-top: 3px solid #00906D;}
/* ---------- Logo ---------- */
#logo {position: relative;float: left;font-size: 36px;line-height: 100%;margin-right: 10px;}
#logo a {display: block;color: #00906D;}
#logo a.logo-mo { display: none; }
#logo a.logo-pc { display: block; }
@media (max-width: 991px) {
	#logo a.logo-mo { display: block !important; }
	#logo a.logo-pc { display: none !important; }
}
#logo img {display: block;max-width: 100%;height: 60px;}
.head-info {position: relative;}
.head-info h1 {line-height: 60px;}

/* ---------- Header ---------- */
#header {position: relative;z-index: 100;}
#header.transparent-header {background: transparent;border-bottom: none;z-index: 199;}
#header.transparent-header + #slider,
#header.transparent-header + #page-title {top: -114px;position: relative;margin-bottom: -114px;}
#header.transparent-nav + #slider {top: -48px;position: relative;margin-bottom: -48px;}
#header.transparent-nav + #page-title {top: -30px;position: relative;margin-bottom: -30px;}
@media (max-width: 991px) {
	#header.transparent-nav + #slider,#header.transparent-nav + #page-title {top: 0;margin-bottom: 0;}
}
#header {
	height: 114px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}

.slogen {position: absolute;top:5px;right: 0px;}
.slogen img {width: 336px;}
/* ---------- Nav ---------- */
#primary-menu {z-index: 300;}
#primary-menu ul {list-style: none;margin: 0;padding: 0;width: 100%;}
#primary-menu ul li {position: relative;float: left;text-align: center;width: 12%;white-space:nowrap;}
#primary-menu ul li:first-child { margin-left: 0;}
#primary-menu ul li a {
	display: block;
	padding: 12px 0;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: height .4s linear, line-height .4s linear, margin .4s linear, padding .4s linear, color .4s linear, background .4s linear;
}

#primary-menu > ul > li:hover > a {background: #32C5FF}
#primary-menu > ul > li a:hover {color: #fff;background: #00634B;background:rgba(0, 99, 75, 0.9);}
#primary-menu > ul > li > ul {position: absolute;z-index: 600;width: 200px;display: none;}
#primary-menu > ul > li:hover ul {display: block;}
#primary-menu > ul > li > ul > li {opacity: 0;transform-origin: top center;display: block;clear: both;width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
#primary-menu > ul > li > ul > li:last-child {border-bottom: 0;}
#primary-menu > ul > li > ul > li a {background: #00906D;background-color: rgba(4, 42, 94, 0.7);padding: 10px 0;}
#primary-menu > ul > li:hover > ul > li {animation: zoomOut .3s ease both;animation-delay: .3s}
@keyframes zoomOut {
	0% {opacity: 0;transform:scale(.8)}
	100% {opacity: 1;transform:scale(1)}
}

#primary-menu ul li:first-child ul li:last-child {display: none;}	/* 20200506 nav hidden */
#primary-menu > ul > li.current a,#primary-menu > ul > li a.current,#primary-menu > ul > li.current a:hover,#primary-menu > ul > li a.current:hover { background: #FFDE82;color: #333;box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);}

/* Contenter */
.cardtitle {position: absolute;bottom: 30px;left: 0;z-index: 200;border-left: 4px solid #32C5FF;width: 100%;}
.cardtitle h3 {margin-right: 200px;}
.cardtitle .more {position: absolute;bottom: 5px;right: 50px;}

.cardtitlex {height: 120px !important;border-bottom: 10px solid #eee;}
.cardtitlex:after {content: "";position: absolute;bottom: 0px;left: 40px;border-width: 0 24px 24px;border-style: solid;border-color: transparent transparent #eee;z-index: 500;}

.cardtitlex2 {width: 30%;height: 100%;position: absolute;border-right: 12px solid #FFDE82;}
.cardtitlex2:after {content: "";position: absolute;top: 40px;right: 0;border-width: 24px 30px 24px 0;border-style: solid;border-color: transparent #FFDE82 transparent transparent;z-index: 500;}


.cardtitle2 {position: absolute;bottom: 30px;left: 4px;z-index: 200;width: 100%;}
.cardtitle2 h3 {margin-right: 100px;}
.cardtitle a,.cardtitle2 a {color: #fff;}
.cardtitle a:hover,.cardtitle2 a:hover {color: #32C5FF;}
.cardtitle2 .more {position: absolute;bottom: 5px;right: 20px;}
.circle30x {height: 30px;width: 30px;border-radius: 30px;}

.icontle {top: 20px;right: 20px;}
.cardx0 .icontle {top: 220px;left: 50%;margin-left: -36px;}
.icontle i {font-size: 72px;color: rgba(255, 255, 255, 0.7);transition: color .4s ease;}
.icontle:hover i {color: #fff !important;}
.cardx4 .icontle:hover i {color: rgba(25, 97, 196, 0.8) !important;}
/*.cardx3 a:hover {color: #0D8478 !important;}*/

.con4link img {width: 36px;height: auto;margin: 4px auto;}
.leftlink {width: 100%;}
.leftlink img {width: 24px;height: auto;float: left;}
.leftlink a {margin-bottom: 2px;}

.conbox h3 {color: #0074d9;background-color: #eee ;background-image:linear-gradient(#f3f3f3, #eee);}
.conbox ul {}
.conbox li {padding: 12px 20px;position: relative;border-bottom: 1px solid #fff;transition:background .3s ease;}
.conbox li:last-child {border-bottom: 0;}
.conbox li:hover {background: #fff;}
.conbox.nobg li,.conbox.nobg li:hover {background: transparent !important;}
.conbox .text-ellipsis li {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.conbox .text-ellipsis.right80 li {padding-right: 80px;}
.conbox li span.date {display: block;color:#999;font-size: .75rem;}
.conbox li:hover i {color: #00aeff !important;}

.cardx0 .conbox {margin-left: 30%;}
.cardx0 .conbox li {border-bottom: 1px dotted #ccc;padding: 12px 0;margin: 0 20px;}
.cardx0 .conbox li:last-child {border-bottom: 0;}
.cardx0 .conbox li:hover {background-color: transparent;}
.cardx0 .conbox li a:hover {color: #00906D;}

.box-people {position: relative;overflow: hidden;background: #F7B500;}
.box-people:hover {background: #FA6400;color: #fff !important;}
.box-people:hover a {color: #fff;}

.xmore {display: block;position: absolute;top: 0px;right: 15px;}
.xmore a {color: #fff;}
.xmore a:hover {color: #32C5FF;}
.xmore.xblue {color: #ccc;}
.xmore:hover {color: #666;}
.xmore.xblue:hover {background: #0074d9;color: #fc0;}

.conlink li {display: inline-block;margin: 0;padding: 0;}
.conlink li:after {content: "|";padding-right: 1rem;padding-left: 1rem;color: #999;}
.conlink li:last-child:after {display: none;}

.bottomline {border-bottom: 2px solid #ccc;padding-bottom: 10px;margin-bottom: 0;}

/* -- pageMenu -- */
#page-menu {height: auto;}
.page-menu-head {background: #00906D;padding: 30px 0;border-bottom: 8px solid #FFDE82;}
.page-menu-head:after {content: "";position: absolute;top: 24px;right: -16px;border-style: solid;border-width: 16px 0 16px 16px;border-color: transparent transparent transparent #00906D;z-index: 500;}

.page-menu-head h3 {color: #fff;font-size: 20px;text-align: center;margin-bottom: 0;}
.page-menu-head h3 span {margin: 0 auto;display: block;font-size: 20px;color: #fff;}
.page-menu-body {background: #fff;}
.page-menu-body ul {list-style: none;}
.page-menu-body ul li {position: relative;width: 100%;font-size: 1rem;background: #e6fff4;text-align: center;}
.page-menu-body ul li i {position: absolute;top: 10px;left: 20px;z-index: 100;color: #999;}
.page-menu-body ul li a {padding: 10px 0;text-decoration: none;color: #8B8E93;display: block;border-bottom: 1px solid #fff;position: relative;}
.page-menu-body ul li:last-child a {border-bottom:0;}
.page-menu-body.round8b ul li:last-child,.page-menu-body.round8b ul li:last-child a {border-radius:0 0 8px 8px !important;}
.page-menu-body ul li a:hover {background: #d1ede1;color: #00906D;}
.page-menu-body ul li a.selected,.page-menu-body ul li a.selected:hover {background: #26aa8a;color: #fff;border-bottom-color: #00906D;box-shadow: 0 1px 0 #00906D inset;}
.page-menu-body ul li a.selected:after {content: '';display: block;position: absolute;top: 50%;right: -8px;margin-top: -8px;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #26aa8a;}
.page-menu-body ul li ul li a {padding-left: 48px;border-bottom: 0;}
.page-menu-body ul li ul {border-bottom: 1px solid #00906D;}
.page-menu-body ul li ul li a.selected,.page-menu-body ul li ul li a.selected:hover {background: #fff;color: #8B8E93;display: block;border-bottom: 0;box-shadow: 0 0 0 #000 inset;}
.page-menu-body ul li ul li a.selected:hover,.page-menu-body li .selected,.page-menu-body li a.selected:hover,.page-menu-body ul li .selected ul li a.selected {background: #D5CAF1;}
.page-menu-body ul li ul li a.selected:after {display: none;}
.page-menu-body ul li i ~ a.selected {color: #fff;}

#page-menu ul li a,
#primary-menu ul li a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* ---------- UrHere ---------- */
.page-here {padding: 12px;background: #eee;border-radius: 0;border: 0;}
.page-here p {margin-bottom: 0;color: #999;}
.page-here a {color: #f60;}
.page-here p span {margin-right: 1em;}
.page-here p i,.page-here a {margin: 0 6px;}

/* PagesNav */
.pagenav p {font-size: 0.75rem !important;}
.pagenav span {color:#999;margin:0 1px;line-height:1.25rem;height:1.25rem;text-align: center;}
.pagenav input {width:30px;padding:0 .5rem;text-align: center;font-size:0.85rem;}
.pagenav a {background:#999;color:#fff;padding:0 .5rem;font-weight:400;font-size:0.85rem;border-radius:.25rem;border:2px solid transparent;}
.pagenav a:hover {background:#ec4b4b;color:#fff;text-decoration:none;}
.pagenav a.pageinput {display:inline-block;padding:0 .5rem;border:2px solid transparent;border-radius:.25rem;vertical-align:middle;text-align:center;white-space:nowrap;font-weight:400;font-size:0.85rem;line-height:1.5;}
.pagenav a.pageinput{background-color:#fa0;}
.pagenav a.pageinput:focus,.pagenav a.pageinput:hover{background-color:#ec4b4b;}
.pagenav a.pageinput:active{background-color:#ec4b4b;}
.pagenav span.pageon {color:#fff;background:#ec4b4b;padding:0 .5rem;font-size:0.85rem;border-radius:.25rem;height: 1.5rem;line-height: 1.5rem;width: 2rem !important;}
.pagenav span.pagenum {float:right;}
.pagenav span.pagenum a,.pagenav span.pagenum span {float:left;width:auto;padding:0 .5rem;margin:0 1px;}
.pagenav span.pagenum a.pageinput {padding:0 .5rem;}

/* MsgBox */
input,textarea,select {vertical-align:middle;padding:2px;}
#msgbox h3 {border:0;padding:0 0 10px 0;font-weight:800;font-size: 1.25rem;}
#msgbox {float:left;width:100%;margin:0 auto;padding:10px 15px;background:transparent;}
#msgbox {margin-left: -10px;}
#msgbox .msginf {float:left;width:33%;}
#msgbox p {text-indent:0;}
#msgbox label {display:block;color:#444;font-size: 0.85rem;}
#msgbox textarea {width:100%;height:200px;border:2px solid #ccc;padding:6px;}
#msgbox input {border:2px solid #ccc;padding:6px;}
#msgbox p#msgtle input {width:100%;}
#msgbox em {font-style:normal;padding-left:1em;color:#c00;}
#msgbox p#msgbtn {clear:both;text-align:center;padding:30px 0 0 0;}
#msgbox p#msgbtn button {width: 120px;border-radius:24px;padding-left:30px;padding-right: 30px;}
#msgbox p#msgbtn button{background-color:#00906D;}
#msgbox p#msgbtn button:focus,#msgbox p#msgbtn button:hover{background-color:#00634B;}
#msgbox p#msgbtn button:active{background-color:#00634B;}
#msgbox #msgcode {width:80%;}
#msgbox #msgcode img {padding-left:6px;display: inline-block;}
#msginfo p {font-size:12px;text-indent:2em;}

/* PageContent */
.page-header h1,.page-header h2,.page-header h3,.page-header h4,.page-header h5,.page-header h6 {margin-bottom: 0;}
.page-header p {color: #999;}
.page-header p span {color: #555;}
.page-header i {margin-right: .5rem;color: #999;}

.page-content p {margin: 1rem 0;line-height: 1.5rem;}
.page-content img {margin: 1rem auto;max-width: 100%;}
.page-content img[src*="fileTypeImages"] {margin: 0 .5rem 0 0;display: inline-block;}
.page-content ul {margin-left: 1.3rem;list-style: disc;}
.page-content ol {list-style: decimal;margin-left: 1.9rem;}
.page-content li ul, .page-content li ol {margin-bottom: 0.8rem;margin-left: 2rem;}
.page-content li ul {list-style: circle;}
.page-content a {color: #00906D;text-decoration:underline;}
.page-content a:hover {color: #034e3b;text-decoration: none;}
.page-content em,.em {position: relative;}
.page-content em:after,.em:after {position: absolute;top: 0.65rem;left: 0;width: 100%;overflow: hidden;white-space: nowrap;
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
}

.pnavbox {width: 100%;}
.pnav {position: relative;}
.pnav i {position: absolute;top: 50%;margin-top: -10px;}
.icircle {border: 1px solid #ccc;width:18px;height: 18px;text-align: center;line-height: 18px;border-radius: 18px;}
.bg-next {background: #0074d9;}
.bg-pre {background: #0074d9;}

/* ListPage */
#page-title { position: relative;z-index: 0;}

.page-gallery .col_one_third {position: relative;margin-bottom: 2rem !important;transition: background .3s ease , color .3s ease;}
.page-gallery .col_one_third.bg-card2:hover,.page-gallery .col_one_third.bg-ccc:hover {background:#FFDE82;color: #333;}
.page-gallery .col_one_third em {display: block;z-index: 10;text-align: center;width: 100%;overflow-y: hidden;line-height: 1.25rem;margin-top: 10px;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-line-break:auto;-webkit-box-orient:vertical;height: 3rem;}
.page-gallery .col_one_third a {display: block;color: #666;}
.page-gallery .col_one_third a:hover span {color: #333;transition: color .2s ease-in-out;}
.page-gallery .col_one_third img {width: 100%;}
.page-gallery .col_one_third a:hover img {opacity: .8;transition: opacity .3s ease;}

.page-gallery .col_one_third.bg-ccc {height: 4rem;overflow: hidden;}
.page-gallery .col_one_third.bg-ccc p {line-height: 1.25rem;}
.linktle {position: absolute;font-size: 6rem;line-height: 3rem;top: 16px;left: 0px;font-weight: 300;opacity: .2;}

.page-gallery .col_half {position: relative;margin-bottom: 2.5rem !important;position: relative;top: 0;left: 0;transition: top .1s ease,left .1s ease;}
.page-gallery .col_half.box-shadow:hover {box-shadow: none;position: relative;top: 3px;left: 3px;}
.page-gallery .col_half span {z-index: 10;}
.page-gallery .col_half a {display: block;}
.page-gallery .col_half a:hover span {color: #0074d9;transition: color .2s ease-in-out;}
.page-gallery .col_half img {width: 100%;}
.page-gallery .col_half a:hover img {opacity: .8;transition: opacity .3s ease;}

.page-listcon ul,.page-listcon li {list-style: none;margin: 0;padding: 0;}
.page-listcon li {border-bottom:1px dotted #ccc;position: relative;font-size: 1rem;}
.page-listcon li i {margin-right: .5em;font-size: 0.75rem;color: #ccc;position: absolute;top: 9px;left: 0;}
.page-listcon li:hover .icircle {background: #00906D;color: #fff;border-color: #00906D;}
.page-listcon li a {color: #666;display: block;padding: 8px 10px;overflow:hidden; 
text-overflow:ellipsis;
white-space: nowrap;padding-right: 90px;padding-left: 30px;}
.page-listcon li a:hover {color: #00906D;-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;}
.page-listcon li span {font-size: 12px;color: #999;}
.page-listcon li span.listdate {position: absolute;top:12px;right: 10px;}

.list2item.page-listcon li {width: 50%;float: left;}
.pagescon .wp_paging{min-height: initial;}
.pagescon .wp_paging li{border: none;padding: 4px 0 4px 0px; background: none;}

/* 翻页New */
.wp_paging a,.wp_paging input {height: auto !important;}
.wp_paging li{border: none;padding: 4px 0; background: none;}
li.page_nav a span {color: #fff;padding: 0 5px; margin-left: 0px;}
li.page_nav a { background: #999; color: #333; border-radius: 0.25rem; border: 2px solid transparent; padding: 0 4px;height: auto;line-height: auto;display: inline-block;height: auto;}
.page-listcon ul.wp_paging li a:hover { background: #ec4b4b;}
.page-listcon ul.wp_paging li a:hover span{color:#fff;}
.pagescon .wp_paging li em {color: #333; font-weight: 500; font-style: normal;}

.page_nav a.prev,.page_nav a.next { background: #fa0;}
.page_jump input.pageNum {border:2px solid #ccc !important;border-radius:.25rem;width: 40px !important;height: 26px !important;position: relative;top: -4px;}
.page-listcon a.pagingJump {background: #ccc;display: inline;border-radius: 0.25rem;padding: 0 4px;background: #fa0;color: #fff;margin: 0;}
.page-listcon a.pagingJump:hover {color: #fff;}
.pages_count,.page_jump {float: left;}
.page_nav {float: right !important;}

ul.wp_paging.clearfix {  width: 100%;      border-top: 3px solid #00906d;    margin-top: 25px;
    padding-top: 15px;}
/* Footer */
.linebg {background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.08)) !important;}
.linebgx {background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.05)) !important;}
#footer .cdark {background: #00906D;color: #fff;}
#footer .cgray {background: #FFDE82;color: #333;}
#footer strong,#footer span {margin-left: 0.5rem;white-space:nowrap;}
#footer a {color: #999;}
#footer a:hover {color: #666;}
#footer p {color: #c00;}

.bg-ccc {background: #ccc;}


span.prev{float:left;display: inline-block;font-size: .75rem;color:#aaa;padding-bottom:1rem;background:url(foot.png)no-repeat left top;padding-left:35px;background-size: 22%;}
span.prev-title{width: 85%;   float: left; display: inline-block;font-size: .75rem;padding-bottom:1.5rem;}
span.next{padding-left:0px !important;float:left;display: inline-block;font-size: .75rem;color:#aaa;background:url(footr.png)no-repeat left top;padding-left:35px !important;background-size: 22%;padding-bottom:10px;}
span.next-title{width: 85%;   float: left; display: inline-block;font-size: .75rem;}
.wp_artfuns {
    height: 60px;
}

/* gotoTop */
#gotoTop {position:fixed;bottom:20px;right:20px;cursor:pointer;height: 40px;width: 40px;line-height: 40px;text-align: center;z-index: 90;transition: background-color .3s ease;}
#gotoTop i {color: #fff;font-size: 24px;}

/* ---------- Flexslider ---------- */
.flexslider {position: relative;width: 100%;overflow: hidden;height: 480px;margin-bottom: 0;}
#picslider .flexslider {height: 318px;padding: 20px;width: auto;}
#picslider .flexslider .slides li {margin-right: 20px;}
.slides a {display: block;position: absolute;width: 100%;height: 100%;}
.flexslider [draggable] {cursor: pointer;}

.baninfo {opacity: .85;margin-top: -50px;height: 50px;line-height: 49px;}

#newsphoto .flexslider {height: 160px;}
#newsphoto .flex-control-nav {text-align: right;right: 10px;bottom: 16px;}
#newsphoto .flex-control-paging li a {width: 8px; height: 8px;font-size: 0; display: block; background: #eee; background: rgba(255,255,255,0.8); cursor: pointer; text-indent: -9999px;border-radius: 8px;}
#newsphoto .flex-control-paging li a.flex-active { background: #32C5FF; cursor: default; }

.flexslider li .meta{position:absolute;bottom:60px;left:0;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.15);font-size: 1.25rem;font-weight: 400;background: rgba(0, 0, 0, 0.75);padding: 10px 20px;margin: 0 auto;}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
@-webkit-keyframes fadeOutUp{0%{opacity:1}
100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
}
@keyframes fadeOutUp{0%{opacity:1}
100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
}
.loading{border:6px solid rgba(100,100,100,.4);border-top:6px solid rgba(0,0,0,.6);border-radius:100%;height:50px;width:50px;animation:loading-rotate .8s infinite linear;background:0 0;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:9999}
@keyframes loading-rotate{from{transform:rotate(0)}
to{transform:rotate(359deg)}
}

div#wp_paging_w6 a{}
div#wp_paging_w6 li{border:0px;}
div#wp_paging_w6::after{display: block;
    clear: both;
    content: "";}
.col_item_link.selected {
    background: #fc0;
    color: #333;
    border-bottom-color: #fff;
    box-shadow: 0 1px 0 #fa0 inset;
}
.page-here p span{margin-right:0px;}
.page-menu-head.box-shadow{box-shadow:none;}
span.Column_Name {
    margin-top: 20px;
    display: inline-block;font-size:1.5rem;
}
.possplit{background:url(images/rig1.png)no-repeat center;background-size:100%;}
#footer .ml-30{display:inline-block;}
.ck6{}
@media screen and (max-width: 767px) {
	span.prev-title{width:70%;}
	span.next-title{width:70%;}
	}
.wp_art_adjoin::after {
    display: block;
    clear: both;
    content: "";
}

.MMi1{background: #FFDE82;color: #000 !important;}
#primary-menu > ul > li a.MMi1:hover{background: #FFDE82;color: #fff !important;}
.img-full, .img-full img, .full-width, .full{min-height: 263px;}
.list .MMi1{ background: transparent; color: #fff !important;}
.list #primary-menu > ul > li a.MMi1:hover{background: rgba(0, 99, 75, 0.9);color: #fff !important;}
#primary-menu li .selected{background: #FFDE82;color: #333 !important;}
#primary-menu li .parent{background: #FFDE82;color: #333 !important;}
#primary-menu li .selected:hover{background: #FFDE82;color: #333 !important;}
#primary-menu li .parent{background: #FFDE82;color: #333 !important;}