@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
body {
	font-family: 'Roboto', sans-serif, Arial, Helvetica;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 24px;
}
body, html {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif, Arial, Helvetica;
	font-weight: 700;
	margin: 0 0 20px;
	word-wrap: break-word;
	text-align: center;
}
strong {
	font-weight: 700;
}
/*img {
	width:100%;
	height:auto;
}*/
h2 {
	font-size:18px;
	line-height:24px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:0.02em;
	text-align:left;
	background-color:#33a5d0;
	color:#fff;
	text-align:center;
	padding:2px 0;
}
h2 strong {
	font-weight:700;
	color:#fff;
}
h3 {
	border-bottom: 1px solid #ddd;
	clear: both;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.02em;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	margin:0 0 10px;
}

img.responsive{width:100%; height:auto;}

/* Member Search Table */

table.table-responsive {
	width: 100%;
	border-collapse: collapse;
}
table.table-responsive tr:nth-of-type(even) {
	background: #f6f6f6;
}
table.table-responsive th {
	background: #33a5d0;
	color: #fff;
}
table.table-responsive td, table.table-responsive th {
	padding: 8px;
	border: 1px solid #d2d2d2;
	text-align: left;
}

@media only screen and (max-width: 1100px){
table.table-responsive, table.table-responsive thead, table.table-responsive tbody, table.table-responsive th,table.table-responsive td, table.table-responsive tr {
	display: block;
}
table.table-responsive thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
table.table-responsive tr {
	border: 1px solid #ccc;
}
table.table-responsive td {
	
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%; word-wrap:break-word;
}
table.table-responsive td:before {
	
	position: absolute;
	
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
}
table.table-responsive td[data-title]:before {
	content: attr(data-title);
}
}

/* header */
header {
	position:relative;
	width:100%;
	background-color:#fff;
	padding:10px 0 0;
	border-top:5px solid #0099cf;
	z-index:9;
}
.logo {
	width:200px;
	height:80px;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:contain;
	display:block;
	text-indent:-1000px;
	float:left;
	position:relative;
	z-index:999999;
}
@media only screen and (min-width : 601px) {
header {
padding:17px 0 0;
}
 .logo {
background-size:contain;
width:195px;
height:80px;
}
}

@media only screen and (min-width : 1344px) {
 header {
padding:17px 0;
}
.logo {
background-size:contain;
width:345px;
height:100px;
}
}
@media only screen and (min-width : 992px) {
	.logo {
		width:285px;
		height:90px;
		margin-top: 15px;
	}
}

.logo {
  -webkit-animation: logoChange 4s infinite; /* Safari 4+ */
  -moz-animation:    logoChange 4s infinite; /* Fx 5+ */
  -o-animation:      logoChange 4s infinite; /* Opera 12+ */
  animation:         logoChange 4s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes logoChange {
  0% { opacity: 0; background-image:url(../images/logo.png);}
  10%   { opacity: 1; background-image:url(../images/logo.png);}
  25%   { opacity: 1; background-image:url(../images/logo.png);}
  40%   { opacity: 1; background-image:url(../images/logo.png);}  
  50% { opacity: 0; background-image:url(../images/logo.png);}
  51% { opacity: 0; background-image:url(../images/logoeidlo.png);}
  60% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  75% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  90% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  100%   { opacity: 0; background-image:url(../images/logoeidlo.png);}
}
@-moz-keyframes logoChange {
  0% { opacity: 0; background-image:url(../images/logo.png);}
  10%   { opacity: 1; background-image:url(../images/logo.png);}
  25%   { opacity: 1; background-image:url(../images/logo.png);}
  40%   { opacity: 1; background-image:url(../images/logo.png);}  
  50% { opacity: 0; background-image:url(../images/logo.png);}
  51% { opacity: 0; background-image:url(../images/logoeidlo.png);}
  60% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  75% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  90% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  100%   { opacity: 0; background-image:url(../images/logoeidlo.png);}
}
@-o-keyframes logoChange {
  0% { opacity: 0; background-image:url(../images/logo.png);}
  10%   { opacity: 1; background-image:url(../images/logo.png);}
  25%   { opacity: 1; background-image:url(../images/logo.png);}
  40%   { opacity: 1; background-image:url(../images/logo.png);}  
  50% { opacity: 0; background-image:url(../images/logo.png);}
  51% { opacity: 0; background-image:url(../images/logoeidlo.png);}
  60% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  75% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  90% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  100%   { opacity: 0; background-image:url(../images/logoeidlo.png);}
}
@keyframes logoChange {
  0% { opacity: 0; background-image:url(../images/logo.png);}
  10%   { opacity: 1; background-image:url(../images/logo.png);}
  25%   { opacity: 1; background-image:url(../images/logo.png);}
  40%   { opacity: 1; background-image:url(../images/logo.png);}  
  50% { opacity: 0; background-image:url(../images/logo.png);}
  51% { opacity: 0; background-image:url(../images/logoeidlo.png);}
  60% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  75% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  90% { opacity: 1; background-image:url(../images/logoeidlo.png);}
  100%   { opacity: 0; background-image:url(../images/logoeidlo.png);}
}


/* top-info */
.top-info {
	float: right;
	margin:0;
	position: relative;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index:100;
}
.top-info li {
	display:inline-block;
	cursor:pointer;
}
.top-info li:after {
	/*content:"|";*/
	padding:0 5px 0 0; display:none;
}
.top-info li:last-child:after{
	content:" ";
}
.top-info li:nth-last-child(2):after {
 content:" ";
}
.top-info li a {
	display:inline-block;
	font-size:13px;
}
.top-info li a i {
	margin:0 5px;
	font-size:18px; display:none;
}

.top-info li.member-btn{
	background-color:#0099cf;
	border-radius:3px; margin:0 0 10px;
	padding:3px; display:inline-block;
	}
.top-info li.complaint-btn {
	background-color:#0099cf;
	border-radius:3px;
	padding:3px;transition: all 0.2s ease 0s;
}
 
/* blink btn start */
.top-info li.complaint-btn.blink {
  animation: blinker 0.5s linear infinite; background-color:#333;
}

.dashboard .dashboard-bg a.blink {
	animation: blinker 0.5s linear infinite; background-color:#333;
}

@keyframes blinker {  
	0% { opacity: 0; }
	20% { opacity: 1; }
	80% { opacity:1; }
	100% { opacity: 0; }
}
/* blink btn end */

.top-info li.complaint-btn:hover,
.top-info li.member-btn:hover {
	background-color:#000; transition: all 0.2s ease 0s;
}
.top-info li.complaint-btn a,
.top-info li.member-btn a {
	color:#fff; transition: all 0.2s ease 0s; padding:0;
}
 .top-info li:first-child, .top-info li:nth-child(1) {
display:none;
}
 @media only screen and (min-width : 601px) {
 .top-info {
 margin: 0;
 z-index: 999999;
width:100%; text-align:center;
}
.top-info li.complaint-btn,
.top-info li.member-btn {
	/*padding:0 0 10px;*/margin:0 0 10px;
}

}
 @media only screen and (min-width : 970px) {
	  .top-info {text-align:right; width:auto;margin: 0 0 20px;}
 .top-info li:first-child, .top-info li:nth-child(2) {
display:inline-block;
}
.top-info li:after {display:inline-block;}
.top-info li a i{display:inline-block;}
.top-info li.member-btn{
	background-color:transparent;
	}
.top-info li.member-btn a{color:#333;}

.top-info li.complaint-btn a,
.top-info li.member-btn a {
	padding:0 10px 3px 0;
}

.top-info li.member-btn:hover {
	background-color:transparent;
}
.top-info li.member-btn:hover a{color:#0099cf;}
.top-info li a {
 font-size:16px;
}
}
 @media only screen and (min-width : 1344px) {
 .top-info {
 margin: 0;
}
}
/* nav */

nav {
	position: absolute;
	top:-150px;
	right:0;
	width: 100%;z-index:99;
}
ul.nav {
	background-color: #33a5d0;
	text-align: center;
	width: 100%;
	padding:0;
	box-shadow:1px 1px 2px #000;
}
ul.nav li {
	display:-webkit-flex;
	font-size:15px;
	line-height:20px;
	letter-spacing: 0.02em;
	margin:0;
	padding:5px 10px; position:relative;
}
ul.nav li a {
	color:#fff;
	letter-spacing:0.04em;
	border:1px solid transparent;
	border-radius:3px;
	padding:0; text-transform:uppercase;
}
ul.nav li:hover, ul.nav li.active {
	color:#fff;
	background-color:#000;
}
 ul.nav li a i.icon-down-open-mini::before {
 font-size: 14px;
 margin-left: 5px;
 margin-right: 0;
 width: auto;
 display:none;
}
ul.nav li ul.submenu {
	display:none;
}
@media only screen and (min-width : 480px) {
	nav {
	top:-130px;
}
	}

 @media only screen and (min-width : 601px) {
nav {
	top:-130px;
}
}
 @media only screen and (min-width : 970px) {
 nav {
margin:0 0 5px;
position:relative;
width:auto;
top:0;
float:none;
width:auto;
}
 ul.nav {
text-align:center;
width:auto;
background-color:transparent;
box-shadow:none;
}
ul.nav li {
display:inline-block;
margin:0;
float:none;
font-size:14px;
padding:10px 30px;
}
ul.nav li a i.icon-down-open-mini::before {
 display:inline-block;
}
ul.nav li ul.submenu {
display:none;
}
ul.nav li:hover ul.submenu {
display:block;
z-index:999; width:200px;
}
}
 @media screen and (max-width : 970px) {
 ul.nav {
 display: none;
}
}
 @media only screen and (min-width : 1344px) {
 ul.nav li:after {
padding:0 5px;
}
ul.nav li {
 font-size: 20px;
}
}
/* submenu */  
ul.nav li ul.submenu {
	background-color: #efefef;
	border-radius: 0;
	border:1px solid #acacac;
	margin: 0;
	top:101%; left:0;
	padding: 0;
	position: absolute;
	text-align: left;
	width: auto;
}
ul.nav li ul.submenu li {
	display: block !important;
	width: auto;
	border-bottom:1px solid #ddd;
	padding:5px; 
}
ul.nav li ul.submenu li a{font-size:14px;}
.submenu li:last-child {
	border-bottom:none;
}
ul.nav li ul.submenu li:hover a {
	border:1px solid transparent !important;
	color:#fff !important;
}
ul.nav li ul.submenu li a {
	border: 1px solid transparent !important;
	color: #000 !important;
}
ul.nav li ul.submenu li:after {
	content:" " !important;
}
/* trigger */
.trigger {
	display: block;
	float: right;
	height: 30px;
	margin: 0;
	position: relative;
	top: -34px;
	width: 30px;
	right:0;
}
.trigger span {
	background-color: #0099cf;
	display: block;
	height: 2px;
	margin-bottom: 8px;
	transition: all 0.2s ease 0s;
	width: 100%;
}
.trigger.close span {
	background-color: #0099cf;
	display: none;
	height: 1px;
	transition: all 0.2s ease 0s;
}
.trigger.close span:first-child {
	display: block;
	margin: 10px 0 0;
	transform: rotate(45deg);
	transition: all 0.2s ease 0s;
}
.trigger.close span:last-child {
	display: block;
	transform: rotate(-45deg);
	transition: all 0.2s ease 0s;
}
 @media only screen and (min-width : 970px) {
 .trigger {
 display: none;
}
}
/* news */

#news {
	position:relative;
	width:100%;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	margin:20px 0 0;
	
}
.news {
	display:inline-block;
	padding:4px 0;width:100% !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .news {
 display:inline-block;
 padding:2px;
}
}
.news li {
	display:inline-block;
	margin:0 10px 0 30px;
}
.news li:first-child {
	left:-80px;
	display:inline-block;
}
#news .btn {
	background-color: #000;
	color: #fff;
	display: inline-block;
	height: auto;
	padding: 5px 5px 5px;
	position: absolute;
	vertical-align: middle;
	width: auto;
	z-index: 10;
	font-size:13px;
	border-radius: unset;
}
#news .btn.right {
	float: right;
	padding: 5px 5px 5px;
	right: 0;
	text-align: center;
	width: auto;
	position: absolute;
	top: 0;
}
#news .btn.right:hover {
	background-color:#000;
	color:#fff;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #news .btn { padding: 7px 5px 5px; } 
  #news .btn.right{ padding: 7px 5px 5px; } 
}

 @media only screen and (min-width : 601px) {
 #news {
margin:0;
}
}
 @media only screen and (min-width : 970px) {
#news .btn {
 clip-path: polygon(100% 0%, 64% 200%, -200% 0%);
padding: 5px 48px 5px;
width: 150px;
font-size:18px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #news .btn { padding: 5px 48px 7px; } 
}
 #news .btn.right {
 clip-path: polygon(100% 0%, 150% 950%, 0 0%);
padding: 6px 0 4px 30px;
width: 130px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #news .btn.right{ padding: 5px 0 7px 30px; } 
}
}
/* banner-section */
#main-section {
	padding:15px 0 0;
	position:relative;
	width:100%;
}
#main-section .row {
	margin-bottom:0;
}
.slider {
	height:200px;
	overflow:hidden;
	position:relative;
}
.slider li {
	display:inline-block;
	height:200px;
	overflow:hidden;
	border:1px solid #ddd;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	position:relative;
}
.slider li span {
	position:absolute;
	bottom:0;
	color:#fff;
	width:100%;
	padding:20px;
	text-align:center;
	letter-spacing:0.02em;
	text-transform:uppercase;
	font-size:14px;
	background:rgb(0,153,207);
	background: transparent\9;
	background:rgba(0, 153, 207, 0.7);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
 @media only screen and (min-width : 970px) {
.slider {
height:430px;
}
.slider li {
height:430px;
}
.slider li span {
font-size:20px;
}
}
/* event */
.event {
	margin:15px 0 15px;
}
.event, .sponsors {
	height:230px;
	border:1px solid #ddd;
	width:100%;
}
.event h2, .sponsors h2 {
	margin-bottom:8px;
}
.event-section {
	height:190px;
	overflow:hidden;
}
.event-slider {
	height: auto;
	overflow: hidden;
}
.event-slider li {
	color: #000;
	font-size: 14px;
	height: auto;
	line-height: 20px;
	list-style-type: disc !important;
	margin: 0 10px 10px 30px !important;
	padding: 0 40px 5px 6px !important;
}
.event-slider li span {
	display:block;
	color:#0099cf;
	font-size:12px;
	font-weight:700;
}
/* sponsors-list */
.sponsors-section {
	text-align:center;
	height:190px;
	overflow:hidden;
}
.sponsors-list {
	text-align:center;
	height:auto;
	overflow:hidden;
}
.sponsors-list span {
	display:block;
	margin:8px 0;
	text-align:center;
	font-size:14px;
	line-height:20px;
	color:#0099cf;
	font-weight:700;
}
.sponsors-list li {
	padding: 0 10px;
	margin:40px 0;
	text-align:center;
}
.sponsors-list img {
	height: auto;
	width: auto;
	margin:0 auto;
}
 @media only screen and (min-width : 601px) {
 .event, .sponsors {
width:50%;
float:left;
margin:10px 0 22px;
}
}
 @media only screen and (min-width : 900px) {
 .event, .sponsors {
width:50%;
float:left;
margin:10px 0 22px;
}
}
 @media only screen and (min-width : 970px) {
 .event, .sponsors {
margin:0 0 12px;
}
 .event, .sponsors {
width:100%;
float:none;
}
}
/* other-section */
#other-section {
	position:relative;
	width:100%;
	padding:30px 0;
	background-image:url(../images/photo-section-bg.jpg);
	background-repeat:repeat;
	background-size:100%;
	background-position:top center;
	border-bottom:2px solid #fff;
}
.other-section {
	border: 1px solid #ddd;
	display: block;
	position: relative;
	width: 100%;
	letter-spacing:0.02em;
	position:relative;
	height:250px;
	margin:0 0 15px;
 -o-transition:.5s;
 -ms-transition:.5s;
 -moz-transition:.5s;
 -webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}
.other-section .image {
	width:100%;
	height:250px;
	position:relative;
	display: block;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.other-section .btn {
	background-color: #008ec4;
	bottom: -3px;
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 99;
	font-size:20px;
	font-weight:300;
	letter-spacing:0.02em;
	line-height:26px;
 -o-transition:.5s;
 -ms-transition:.5s;
 -moz-transition:.5s;
 -webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}
.other-section .btn a {
	color:#fff;
	font-size:16px;
}
.other-section:hover .btn {
	background-color:#000;
-o-transition:.5s;
 -ms-transition:.5s;
 -moz-transition:.5s;
 -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
 @media only screen and (min-width : 601px) {
 .other-section {
margin:0 0 15px;
}

}
 @media only screen and (min-width : 970px) {
	 .other-section {
margin:0;
}
 .other-section .btn a {
font-size:16px;
}
}
 @media only screen and (min-width : 1150px) {
	 .other-section .btn a {
font-size:20px;
}
	 }
/* photo-section */	

#photo-section {
	position:relative;
	width:100%;
	background-image:url(../images/photo-section-bg.jpg);
	background-repeat:repeat;
	background-size:100%;
	background-position:top center;
	padding:30px 0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
.photo-section {
	border: 1px solid #ddd;
	display: block;
	position: relative;
	width: 100%;
	letter-spacing:0.02em;
	position:relative;
	height:300px;
	margin:0 0 15px;
 -o-transition:.5s;
 -ms-transition:.5s;
 -moz-transition:.5s;
 -webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}
.photo-section .image {
	width:100%;
	height:300px;
	position:relative;
	display: block;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.photo-section a {
	background:rgb(0,153,207);
	background: transparent\9;
	background:rgba(0, 153, 207, 0.9);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	bottom: -3px;
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 99;
	font-size:20px;
	line-height:26px;
 -o-transition:.5s;
 -ms-transition:.5s;
 -moz-transition:.5s;
 -webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}
.photo-section a {
	color:#fff;
	font-size:16px;
	font-weight:300;
	letter-spacing:0.02em;
	text-transform:uppercase;
}
.photo-section a strong {
	font-weight:700;
}
.photo-section:hover a {
	background-color:#000;
-o-transition:.5s;
 -ms-transition:.5s;
 -moz-transition:.5s;
 -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
 @media only screen and (min-width : 601px) {
 .photo-section {
margin:0;
}
 .photo-section {
height:200px;
}
.photo-section .image {
height:200px;
}
}
 @media only screen and (min-width : 970px) {
 .photo-section a {
font-size:20px;
}
 .photo-section {
height:250px;
}
.photo-section .image {
height:250px;
}
}
/* form-circular */	

.form-circular-download {
	height:165px;
	overflow:hidden; padding:0 10px;
}
.form-circular {
	background-color:#fff;
	height:200px;
	margin:0 0 10px;
	overflow:hidden; border:1px solid #ddd;
}

.form-circular-detail li {
	margin:0 0 10px;
	clear:both;
}
.form-circular-detail a {
	display:block;
	color:#0099cf;
}
.form-circular-detail a:hover {
	color:#000;
}
.form-circular img {
	display: block;
	float: left;
	height: 30px;
	margin: 6px 0;
	width: 30px;
}
.form-circular-detail .content {
	float: right;
	width: 87%;
}


 @media only screen and (min-width : 601px) {
 .form-circular {
height:230px;margin:0; width:50%; float:left;
}
 .form-circular h2 {
font-size:16px;
}
 .form-circular-detail .content {
 font-size: 14px;
 line-height: 20px;
 width: 75%;
}
.form-circular-download .bx-viewport{height:160px !important;}
}
 @media only screen and (min-width : 970px) {
 .form-circular {
height:230px; width:100%; float:none;
}
 .form-circular h2 {
font-size:18px;
}
 .form-circular-detail .content {
 width: 87%;
}
}
/* map-section */
  #map {
	position:relative;
	width:100%;
	height:auto;
}
.map-section {
	width: 100%;
}
.president-message {
	background-color: #31bafd;
	height: auto;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	color:#fff;
	letter-spacing:0.02em;
	padding:20px;
}
.president-image {
	background-color: #000;
	border: 3px solid #004a66;
	border-radius: 100%;
	color: #fff;
	display: block;
	height: 180px;
	left: 0;
	line-height: 180px;
	margin-top:0;
	position: relative;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 180px;
}
/* Safari only override */
::i-block-chrome, .president-image {
 margin-top: 0;
}
.president-message h3 {
	font-size:25px;
	line-height:40px;
	letter-spacing:0.04em;
	font-weight:300;
	margin:0;
	text-align:left;
	border-bottom:none;
}
.president-message h3 strong {
	display:block;
	font-size:18px;
	line-height:20px;
	font-weight:700;
}
.president-message .description .thought {
	display:block;
	font-size:22px;
	line-height:26px;
	margin:20px 0 0;
}
.president-message .description .thought span {
	color:#004a66;
	display:inline-block;
}
.president-message .description .thought p {
	font-size:16px;
	font-weight:300;
}
.president-image.mob {
	display: block;
}
.president-image.pc {
	display:none;
}
 @media only screen and (min-width : 970px) {
 .president-message h3 {
 font-size:30px;
 line-height:40px;
}
 #map {
 height:400px;
}
 .president-message {
 height: 400px;
 position: absolute;
padding:95px 50px;
 clip-path:polygon(100% -193%, 100% 302%, 0 49%);
 width:60%;
}
 .president-image {
 left: 34%;
 margin-top: -8%;
 position: absolute;
top:50%;
z-index:999;
}
.president-message .description {
 padding: 0 0 0 80px;
}
.president-image.mob {
display:none;
}
.president-image.pc {
display:block;
}

/* Safari only override */
::i-block-chrome, .president-image {
 margin-top: -20%;
}
}
 @media only screen and (min-width : 1344px) {
 .president-message {
 padding:115px 50px;
}
.president-image {
 left: 37%;
 margin-top: -6%;
}
/* Safari only override */
::i-block-chrome, .president-image {
 margin-top: -18%;
}
.president-message .description {
 padding: 0 0 0 110px;
}
}
/* footer */
  footer {
	background-color:#fff;
	padding:10px 0 0;
	position:relative;
	width:100%;
	font-size:14px;
	line-height:24px;
	letter-spacing:0.02em;
}
footer a:hover {
	color:#007aa9;
}
footer h3 {
	font-size:18px;
	line-height:24px;
	border-bottom:1px solid #ddd;
	display:inline-block;
	text-align:left;
	clear:both;
	margin:0 0 10px;
}
footer p {
	margin:0;
}
footer form {
	margin:0 0 20px;
}
 @media only screen and (min-width : 601px) {
footer form {
margin:0;
}
}
 @media only screen and (min-width : 970px) {
footer h3 {
margin:0 0 10px;
}
}
/* copyright */
  
#copyright {
	background-color:#007aa9;
	padding:20px 0;
	color:#fff;
	font-size:14px;
	text-align:center;
	position:relative;
	width:100%;
	font-weight:normal;
}
#copyright a {
	color:#fff;
}
#copyright a:hover {
	color:#000;
}
#copyright .left {
	float:none;
}
#copyright .right {
	float:none;
}
 @media only screen and (min-width : 970px) {
 #copyright .left {
float:left;
}
 #copyright .right {
float:right;
}
}
/* quik-link */
.footer-nav {
	padding:20px 0;
	background-color:#ddd;
	position:relative;
	width:100%;
}
.footer-nav {
	display:inline-block;
}
.footer-nav li {
	display:inline-block;
	margin:0;
}
.footer-nav li:after {
	content:"|";
	padding:0 15px;
}
.footer-nav li:last-child:after {
	content:"";
}
.footer-nav li a {
	font-weight:400;
	color:#000;
	font-size:14px;
	line-height:24px;
}
.footer-nav li a:hover {
	color:#007aa9;
}
/* responsive video */
.videoWrapper {
	/*position: relative;*/
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* inner-content */
.inner-content {
	padding:20px 0;
}
/* business card start */

#mob-top-head {
	background: #0099cf;
	padding:5px 0;
	direction:ltr;
	letter-spacing:0;
	position:relative;
	width:100%;
	border:none;
}
#mob-top-head .left {
	float:left;
	width:50%;
	text-align:left;
}
#mob-top-head form select {
	-moz-appearance: none;
	border:none;
	border-radius: 0;
	color: #fff;
	display: block;
	float: left;
	background-color:transparent;
}
#mob-top-head .left span {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 30px;
	padding: 0;
	position:relative;
	top:3px;
}
#mob-top-head .right {
	float: right;
	width: 50%;
	text-align:right;
}
#mob-top-head .right li {
	display: inline-block;
	margin: 0 2px 0 3px;
	padding: 0;
	vertical-align: middle;
}
#mob-top-head .right li img {
	height: 30px;
	width: 30px;
	position:relative;
	top:3px;
}
/* Banner */
.banner {
	position:relative;
	width:100%;
}
#slider {
	height:150px;
	overflow:hidden;
}
#slider li {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	height:150px;
	overflow:hidden;
	background-color:#000;
}
#slider li .banner-txt {
	color: #fff;
	direction: ltr;
	padding: 35px 0 0;
}
#slider li .banner-txt h2 {
	font-size:30px;
	line-height:35px;
	color:#fff;
	text-align:left;
	margin:0;
	font-weight:700;
}
#slider li .banner-txt p {
	text-align:left;
}
 @media only screen and (min-width : 970px) {
 #slider {
height:450px;
}
#slider li {
height:450px;
background-position:center center;
}
}
#desc {
	text-align:left;
	padding:20px 0;
}
#desc img.profile-photo {
	width:100%;
	height:auto;
}
.desc-right-content {
	text-align:left;
}
.desc-right-content p {
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0;
	direction:ltr;
}
.desc-right-content h1 {
	font-size:15px;
	line-height:20px;
	font-weight:700;
	text-align:left;
	direction:ltr;
}
.desc-right-content h1 span {
	display:block;
	font-size:11px;
	line-height:16px;
	font-weight:400;
}
.link {
	color: #018d80;
	direction: ltr;
	font-size: 12px;
	line-height:16px;
}
.link:hover {
	color:#2b2b2b;
}
/* icon */
.icon {
	text-align:left;
	position:relative;
	width:100%;
	padding:0 0 50px;
}
.icon ul {
	text-align: center;
}
.icon ul li {
	display: inline-block;
	height: 100px;
	margin: 0 0 15px;
	text-align: center;
	width: 23%;
	vertical-align:top;
}
.icon ul li a i {
	background-color: #0099cf;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 28px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto 10px;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}
.icon ul li span {
	color: #353535;
	display: block;
	font-size: 13px;
	height: 15px;
	letter-spacing: 0.04em;
	line-height: 14px;
	margin: 4px 0 0;
}
.icon ul li:hover span {
	color:#018d80;
}
.icon ul li img {
	width:40px;
	height:40px;
}
 @media only screen and (min-width : 970px) {
.icon ul li img {
width:60px;
height:60px;
}
}
/* footer */
#bottom-button {
	background-color:#0099cf;
	width:100%;
	position:fixed;
	bottom:26px;
}
#bottom-button .footer li {
	display: inline-block;
	position: relative;
	text-align: center;
	top: 2px;
	width: 23%;
	padding:5px 0;
}
#bottom-button .footer li a {
	color: #fff;
	display: block;
	font-size: 10px;
	line-height: 15px;
}
#bottom-button .footer li:hover a {
	color:#2b2b2d;
}
/* copyrights */
.copyrights {
	bottom: 0;
	background:#0099cf;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 3px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	border-top:1px solid #ddd;
}

.copyrights.webd{position:relative; text-transform:uppercase; letter-spacing:0.04em;}
/* business card end */



/* Web Directory start */
#web-directory {
	border-bottom:1px solid #0099cf;
	padding:8px 0;
	text-align:center;
}
#web-directory .webd-logo {
	position:relative;
	float:none;
}
#web-directory .webd-logo a {
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
}
#web-directory .webd-logo img {
	float: none;
	height: 80px;
	margin: 0 auto;
	width: 80px;
}
#web-directory .webd-logo span {
	display: block;
	float: none;
	font-size: 18px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	top: 0;
	width: auto;
}
#web-directory .right-info {
	float: none;
	margin: 15px 0 0;
	position: relative;
	text-align:center;
	font-size:13px;
}
#web-directory .right-info ul {
	position:relative;
	display:inline-block;
	top:40%;
}
#web-directory .right-info li {
	display:inline-block;
	margin:0 10px 0 0;
}
#web-directory .right-info li i {
	margin:0 10px;
}

@media only screen and (min-width : 601px) {
#web-directory .right-info {
font-size:14px;
}
}

 @media only screen and (min-width : 970px) {
 #web-directory .webd-logo {
 float:left;
}
 #web-directory .right-info {
 float: right;
text-align:right;
font-size:16px;
margin: 30px 0 0;
}
 #web-directory .webd-logo span {
 font-size: 20px;
 display: inline-block;
 top: 30px;
margin: 0 0 0 20px;
float: right;
}
}


/* Product-list */
.webd-list{ display:inline-block; position:relative;}
.webd-list li{display:inline-block; width:100%; margin:0 10px; text-transform:capitalize;}
.webd-list li::before {
    content: " - ";
    font-size: 24px;
    line-height: 24px;
    position: relative;
    vertical-align: top;
}
@media only screen and (min-width : 601px) {
.webd-list li{width:46%;}
} 

 @media only screen and (min-width : 970px) {
 .webd-list li{width:30%;}
  }

#web-content p{margin:0 0 10px;}


/* web-dir-gallery */
#web-dir-gallery{
	-moz-column-width: 15em;
	-webkit-column-width: 15em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em; 
	margin:0 0 20px;
  }
#web-dir-gallery li {
    display: inline-block;
    margin: 0 0 0.4em;
    width: 100%;
}
#web-dir-gallery img{width:100%; height:auto;}

/* webd-footer */
#webd-footer{margin:0 0 20px;}


/* Web Directory end */


/* downloadspage */
.downloadspage-list{height:auto;}
.downloadspage{margin:20px 0 0;}
.downloadspage h4{text-align:left; font-size:18px; line-height:26px; margin:0;}
.downloadspage h4 span{display:block; font-size:14px; line-height:20px; font-weight:300; margin:5px 0;}
.downloadspage a{color:#fff; display:inline-block;transition: all 0.3s ease 0s;}
.downloadspage a:hover{color:#fff; display:inline-block; background-color:#000;transition: all 0.3s ease 0s;}
.downloadspage img {
    height: 30px;
    width: 30px; margin:5px 0 0;
}
.downloadspage .content {
    width: 80%;
}
.downloadspage li{
	margin:0 0 20px;
	border: 1px solid #ddd;
    padding: 15px; vertical-align:top;
}

.downloadlist li{ display:inline-block; border:none; margin:0 0 10px; padding:0;}
.downloadlist li:after{content:'|'; margin:10px;}
.downloadlist li:last-child:after {content:' ';}
.downloadlist li i {
    font-size: 16px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.downloadlist li a{color:#000; letter-spacing:0.04em;}
.downloadlist li a:hover{color:#0099cf; background-color:transparent;}


 @media only screen and (min-width : 601px) {
 .downloadspage .content {
    width: 92%;
}
 } 

 @media only screen and (min-width : 970px) { 
 .downloadspage .content {
    width: 94%;
}
 }

.btn {
	background-color: #0099cf;
	color: #fff;border-radius:3px;
	display: inline-block;
	height: auto;
	padding:5px 8px;
	vertical-align: middle;
	width: auto;
	z-index: 10;
	font-size:16px;transition: all 0.3s ease 0s; 
}
.btn:hover {
	background-color: #000;
	color: #fff;transition: all 0.3s ease 0s;
}

/* sponsorship */
#sponsorship-list {margin:20px 0;}
#sponsorship-list li{ border:1px solid #ddd; margin:0 0 10px; padding:10px;}
#sponsorship-list li h4{font-size:20px; text-align:left; text-transform:capitalize; margin:0; border-bottom:3px double #ddd; display:inline-block; width:100%;}
#sponsorship-list li h4 span{text-align:left; display:block; font-size:14px; font-weight:300; float:none;}
#sponsorship-form{margin:20px 0 0; font-weight:300;}

.h4-title{ font-size:24px; line-height:32px; font-weight:300; text-decoration:none; border-bottom:none; text-transform:inherit;}
.h4-title strong{ font-weight:700;}

@media only screen and (min-width : 601px) {
#sponsorship-list li h4 span{display:inline-block; float:right;font-size:16px; text-align:right;}
} 


/* resources-list */

.resource-list {
    column-gap: 1em;
    column-width: 14em;
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
}
.resource-list .resources-detail {
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    margin: 0.5em 0;
    overflow: hidden;
    padding:5px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 98%; font-size:14px;
}
.resources-detail strong {
    background-color: #eee;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 10px;
    width: 100%;
}
.resource-list .resources-detail p{margin:0; padding:0 10px;}

.resource-list .resources-detail img {width:100%; height:auto;}

/* Print-version */
#complaint-print strong{text-transform:uppercase; text-align:center;}
#complaint-print p{text-align:center;}


/* event-table */
.events-table{border:1px solid #ddd;}
.css-events-list table.events-table td{padding:10px;}
.events-table tr,
.events-table td,
.events-table th{border:1px solid #ddd; padding:10px; text-align:left;}

.events-table i {
    font-size: 14px; font-weight:700; letter-spacing:0.04em;
}


/* em-booking-form-details */

.em-booking-form-details{ width:100%; padding:0;}

.em-booking.css-booking {
    margin: 0;
}
.em-booking-buttons {
    margin: 0;
}
.em-booking-form label {
    width: 100%;
}
.em-booking-form-details input.input, .em-booking-form-details textarea{ width:100%;border:1px solid #ddd;}
.em-tickets-spaces select.em-ticket-select{width:100% !important; border:1px solid #ddd !important;}

 @media only screen and (min-width : 601px) {
 .em-booking-form label {
    width: 20%;
}
.em-booking-form-details input.input, .em-booking-form-details textarea{ width:75%;}
.em-tickets-spaces select.em-ticket-select{width:75% !important;}
.em-booking-buttons {
    margin: 0 0 0 20%;
}
.em-tickets-spaces select.em-ticket-select:hover{background:#fff url("../images/select.png") no-repeat scroll right center;}
 } 

.em-location-map-container{ width:100% !important;}

/*event-detail-page*/



.event-details h3.entry-title { background-color: #efefef; font-size: 22px; font-weight: 700; line-height: 32px; margin: 0; padding: 10px; text-transform: capitalize; width: 100%; }


.navigation.post-navigation {
    position: relative;
    top: 0;
}

.navigation.post-navigation .screen-reader-text {
    background-color: #0099cf;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;border-radius: 3px; margin:0 20px 10px 0px;
}
.navigation.post-navigation .nav-next {
    margin: 10px 0;
}
.navigation.post-navigation svg{display:none;}

/* news-page */

.news-list article{ border:1px solid #ddd; padding:10px; margin:0 0 5px;}

.news-list h2 {
    background-color: transparent;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
}
.news-list .entry-date.published {
    font-weight: 700;
}
.news-content {
    padding: 10px; margin:0 0 20px;
}
.news-content h3 {
    background-color: #efefef;
    border: 1px solid #ddd;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 32px;
    margin: 0;
    padding: 6px;
    text-transform: capitalize;
    width: 100%;
}

.news-content .post-image {
	margin-top: 10px;
}

.news-content .post-image img {
	border: 1px solid #dddddd;
    height: auto;
    padding: 5px;
    width: 100%;
}

.news-content .entry-content img {
	border: 1px solid #ddd;
    padding: 5px;
	width:100%;
	height:auto;
}

.nav-links .nav-previous .nav-subtitle,
.nav-links .nav-next .nav-subtitle {
    display: none;
}
.comments-area{display:none;}

/* Our Team */

.committe-member h4 {
	font-size:18px;
	color: #33a5d0;
	
}

.ourTeam {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}
.ourTeam figure {
    background-color: #33a5d0;
    display: inline-block;
    margin: 0 2px 10px;
    padding: 0;
    position: relative;
    width: 47%; vertical-align:top;
}
.ourTeam figure img {
    display: block;
    height: auto;
    opacity: 1;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
    max-height: 270px !important;
}
.ourTeam figure figcaption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    padding:0;
    letter-spacing: 0.04em;
    line-height: 24px;
    opacity: 1;
    position: relative;
    text-align: center;
    transition: all 0.5s linear 0s; height:100px;
}
.ourTeam figure figcaption strong {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    position: relative;
    top: 5%;
    vertical-align: middle;
}

.ourTeam span {
    bottom: 0;
    display: block;
    padding: 5px 0;
    position: absolute;
    width: 100%;
}

@media only screen and (min-width : 320px) {
.ourTeam figure figcaption{height:80px;}
}

@media only screen and (min-width : 500px) {
.ourTeam figure figcaption {
height:80px;
}

.ourTeam figure figcaption strong {
    top: 10%;
}

}

 @media only screen and (min-width : 601px) {
.ourTeam figure {
     width:32%;
}
.ourTeam figure figcaption {
height:80px;
}

.ourTeam figure figcaption strong {
    top: 12%;
}
}

@media only screen and (min-width : 970px) {
.ourTeam figure {
     width:22%;
}
.ourTeam figure figcaption {
height:100px;
}
}

 @media only screen and (min-width : 1150px) {
 .ourTeam figure {
     width:23%;
}
.ourTeam figure figcaption {
height:80px;
}
  }

/* dashboard */  
.dashboard h4 {
    border-bottom: 3px double #ddd;
    clear: both;
    display: block;
    letter-spacing: 0.04em;
    margin: 0 0 10px;
    text-align: left;
    text-transform: capitalize;
}
.dashboard a.btn{margin:0 0 10px;}

/* dashboard */  
.dashboard h4 {
    border-bottom: 3px double #ddd;
    clear: both;
    display: block;
    letter-spacing: 0.04em;
    margin: 0 0 10px;
    text-align: left;
    text-transform: capitalize;
}
.dashboard a.btn{margin:0 0 10px;}

/* bullet */
.bullet{margin:0 0 15px 0;}
.bullet li{list-style:circle;margin:0 0 5px 20px;}

.glance h4,
.first-aid-center h4{ font-size:16px; line-height:24px; letter-spacing:0.04em; border-bottom:1px solid #ddd; display:inline-block; margin:0 0 15px;}
.first-aid-center h4{margin:0;}
.glance-table{margin:0 0 15px;}
.glance-table tr,
.glance-table td,
.glance-table th{ border:1px solid #ddd; text-align:left; padding:5px 10px;}

.resource-list.val-sponsor img {
	padding:10px;
}

.resources-detail a img {
    display: block;
    height: auto;
    width: 100%;
	padding:5px;
}

#html5-watermark {
    display: none !important;
}

/* president-message-list-page */

.president-message-list li{border:1px solid #ddd; padding:10px; vertical-align:top; margin:0 0 10px;}
.president-message-list li img{ float:left; margin:0 15px 0 0; width:120px; height:auto; vertical-align:top; padding:5px; border:1px solid #ddd;}
.president-message-list li p{margin:0 0 10px;}
.president-message-list li span{display:block; font-weight:700; text-align:right;}
.president-message-list li em {display:block; font-size:14px; text-align:right;}


/* back-to-top */
.back-to-top {
    background-color: #333;
    background-image: url("../images/gotop.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 100%;
    bottom: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 45px;
    margin: 0;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-indent: -1000px;
    transition: background 0.5s ease-in-out 0s;
    width: 45px;
    z-index: 9999;
}
@media only screen and (min-width: 970px) {
.back-to-top {
    display: block;
}
}

/* Web Directory start */
#web-directory {
	border-bottom:1px solid #0099cf;
	padding:8px 0;
	text-align:center;
}
#web-directory .webd-logo {
	position:relative;
	float:none;
}
#web-directory .webd-logo a {
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
}
#web-directory .webd-logo img {
	float: none;
	height: 80px;
	margin: 0 auto;
	width: 80px;
}
#web-directory .webd-logo span {
	display: block;
	float: none;
	font-size: 18px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	top: 0;
	width: auto;
}
#web-directory .right-info {
	float: none;
	margin: 15px 0 0;
	position: relative;
	text-align:center;
	font-size:13px;
}
#web-directory .right-info ul {
	position:relative;
	display:inline-block;
	top:40%;
}
#web-directory .right-info li {
	display:inline-block;
	margin:0 10px 0 0;
}
#web-directory .right-info li i {
	margin:0 10px;
}

#web-nav {
    display: inline-block;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
	border-bottom:1px solid #0099cf;
}
#web-nav li{display:inline-block; margin:0 2px 5px; text-align:center;transition: all 0.3s ease 0s;}
#web-nav li a{display:inline-block; padding:5px 10px; border:1px solid #ddd; border-radius:3px; transition: all 0.3s ease 0s; font-size:14px; line-height:20px;}
#web-nav li a:hover{border:none; background-color:#33a5d0; border:1px solid #ddd; color:#fff; transition: all 0.3s ease 0s;}
#web-nav a{transition: all 0.3s ease 0s;}

@media only screen and (min-width : 601px) {
#web-directory .right-info {
font-size:14px;
}
}

 @media only screen and (min-width : 970px) {
 #web-directory .webd-logo {
 float:left;
}
 #web-directory .right-info {
 float: right;
text-align:right;
font-size:16px;
margin: 30px 0 0;
}
 #web-directory .webd-logo span {
 font-size: 20px;
 display: inline-block;
 top: 30px;
margin: 0 0 0 20px;
float: right;
}
#web-nav li{margin:0 10px 5px;}
}


/* Product-list */
.webd-list{ display:inline-block; position:relative; width:100%;}
.webd-list li{display:inline-block; width:100%; margin:0 10px; text-transform:capitalize;}
.webd-list li::before {
    content: " - ";
    font-size: 24px;
    line-height: 24px;
    position: relative;
    vertical-align: top;
}
@media only screen and (min-width : 601px) {
.webd-list li{width:46%;}
} 

 @media only screen and (min-width : 970px) {
 .webd-list li{width:30%;}
  }

#web-content p{margin:0 0 10px;}


/* web-dir-gallery */
#web-dir-gallery{
	-moz-column-width: 15em;
	-webkit-column-width: 15em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em; 
	margin:0 0 20px;
  }
#web-dir-gallery li {
    display: inline-block;
    margin: 0 0 0.4em;
    width: 100%;
}
#web-dir-gallery img{width:100%; height:auto;}

/* webd-footer */
#webd-footer{margin:0 0 20px;}


/* Web Directory end */


/* banner-down-section */

.banner-down-section {
    padding: 12px 0 0;
}


/* all-button */
.all-button{border:1px solid #ddd; padding:0; height:auto; margin:0 0 10px;}
.all-button h2{margin:0 0 5px;}
.all-button ul {
    padding: 0 10px;
    height: 180px;
    overflow-y: scroll;
}
.all-button li a{text-transform:uppercase; font-size:14px;}
.all-button li i{margin:0 8px 0 0;}

.all-button .accordion{box-shadow:none; background:none;}
.all-button .accordion li a{padding:0;}
.all-button .accordion-section-content {
    padding: 10px;
    display: none;
}
.all-button .accordion-section-title.active,.all-button .accordion-section-title:hover {
    background: url("../images/plus-blue.png") no-repeat scroll right center; color:#000;

}
.all-button  .accordion-section-title {
    background: url("../images/plus-blue.png") no-repeat scroll right center;
}
.all-button .accordion-section-title.active {
    background: url("../images/minus-blue.png") no-repeat scroll right center; color:#000;
}
.all-button .resource-list{text-align:left;background-color:#efefef;overflow-y: scroll;
    height: 80px; column-gap:normal; column-width:auto;}
.all-button .resource-list li {
    list-style: square;
    margin: 0 0px 0 10px; 
}
.all-button .accordion li span {
    display: inline-block;
    font-size: 23px;
    margin: 0px 10px 0 0px;
    position: relative;
    top: 1px;
}
 @media only screen and (min-width : 601px) {
	 .all-button{height:230px; margin:0; width:50%; float:right;}
	 }
	 
	  @media only screen and (min-width : 970px) {
		  .all-button{ width:100%; float:none; margin:10px 0; overflow:hidden;}
		  .all-button li a.btn{width:200px;margin:10px 0;}
		  }
		  
		  
		  /* welcome-section */
			.welcome-section{border:1px solid #ddd; height:auto; margin:20px 0 10px; padding:10px; position:relative;}
			.welcome-section-txt{padding:0 5px;}
			.welcome-section h2{margin:0 0 5px;}
			.welcome-section .welcome-section-content {height:auto; overflow:hidden; padding:10px; margin:0;}
			.welcome-section a.btn{text-align:center;margin:0 auto; display:inline-block; width:auto; overflow:hidden; padding: 2px 6px;position:absolute; right:0; bottom:0; font-size:14px;}
			
			@media only screen and (min-width : 970px) {
				.welcome-section{height:470px; margin:0; padding:0;}
				.welcome-section .welcome-section-content {height:145px; margin:-10px 0 15px;}
				}
				
						@media only screen and (min-width : 1150px) {
				.welcome-section .welcome-section-content {height:160px; }
				}
				
/* navigation */				
.navigation{background-color:#33a5d0;}

#rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} }

/* search */
.search{width:auto; margin-top: 20px;}
.search_row {
    width: 100%;
    margin: 0 auto;
}
.radio_row {
    margin: 0 0 10px;
}
@media (min-width: 576px) {
	.search_row {
    width: 50%;
    margin: 0 auto;
}
 }
@media (min-width: 970px) {	
.radio_row {
    margin: 0;
}
.search{width:430px; float:right; margin-top: 0;}

.search_row {
    width: 100%;
    margin: 0;
}
 }
 
 .page-id-6 .container .row {
    margin-left: 0;
    margin-right:0;
}
.page-id-6 .row .col{padding:0 0.35rem}

.profile .cleanlogin-full-width {height: auto;}

.profile .cleanlogin-container h4{text-align: left !important;}

.profile  .cleanlogin-form label {text-align: left;}

.cleanlogin-container.cleanlogin-full-width .cleanlogin-form input[type="password"] {float: none}

.cleanlogin-field, .cleanlogin-form input[type="submit"] {margin-top: 0;}

.mission h3 {border: none; font-size: 22px; color: #33a5d0; text-transform: capitalize; margin: 10px 0 0px; letter-spacing: 0.02em;}

h3.vision {color: #E89026;}

#post-16 h3.entry-title {font-size: 24px; text-transform: capitalize; border-bottom: 3px solid #33a5d0; padding: 0 0 5px;}

.aligncenter.size-full.wp-image-1405 {

    width: 220px;
    height: 220px;

}

.president-message-list { margin: 20px 0; border-style: groove;
  border-color: #33a5d0; border-width: 22px; padding: 40px;}
.president-message-list .president-img {width: 100%; height: auto;border: 1px solid #ddd; padding: 5px; margin-bottom: 15px;}
.president-message-list span {font-weight: 700; font-size: 18px;}
.president-message-list em {display: block;}
.bx-viewport {
    height: 430px !important;
}.slider li {
    background-size: contain;
}