/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear{
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
a{
	text-decoration:none;
	color:#0C3B4E;
}
body {
	
	font-family: 'PT Sans', Arial, sans-serif;
	margin:0px auto;
	overflow-y:scroll;
	font-size: 1em;
	background: url("/images/bg.png") repeat scroll left top #C5DEDA;
}

h1 {
  font-size: clamp(1.25rem, 2vw + 0.5rem, 1.2rem); /* kb. 20px - 40px */
}

h2 {
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1.1rem); /* kb. 16px - 32px */
}

h3 {
  font-weight: normal;
  font-size: clamp(0.75rem, 1vw + 0.5rem, 1.0rem); /* kb. 12px - 24px */
}



.wrapper{
	max-width:2560px;
	margin:20px;
}

.logoh{
	width:30%;
	max-width:270px;
}
.logoh img{
	display: block;
	width:100%;
	max-width:270px;
	max-height:80px;
}
.adholder728{
	width:70%;
	max-width:728px;
}
.adholder728 img{
	display: block;
	width:100%;
	max-width:728px;
}
.holder{
	margin: 5px auto 0;
	background-color:#27453F;
    border: 1px solid #27453F;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}
.newbg {
    background-color: #F9EFD5 !important;
}
nav.menu{

}
nav.menu li a {
	color:#0C3B4E;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	display:block;
	height:100%;
}

nav.menu ol, ul {
    list-style: outside none none;
	margin: 0;
    padding: 0;
}
nav.menu li{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	height:40px;
	background: #e4e4e4;
    border: 1px solid black;
    border-radius: 10%;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0.5%;
    padding: 0.5%;
    text-align: left;
    width: 19%;
	border-radius: 3px;
	color:#666;
	font-weight:bold;
	font-size: 1em;
	line-height: 1em;	
}
nav.menu li:hover{

		background: #e4e4e4;
}
	
nav.menu li a img{
	display:inline-block;
	height:100%;
	width:auto;
	margin-right: 2%;
	vertical-align: middle;
}

.maintitle{
	/* font-size:1.2em; */
	line-height: 1.4em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	padding-left:5px;
	margin-bottom: 5px;
	background-color: #fff !important;
	color:#000;
}
.main{

}
.grid{

	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	border: 1px solid black;
    border-radius: 3px;
	background-color: #e4e4e4;
	float:left;
	width:19%;
	/*height: 230px;*/
	overflow:hidden;
	margin: 0.5%;
    padding: 0.5%;
}
.grid:hover{
	background-color: #e4e4e4;
}

.grid2{

	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	border: 1px solid black;
    border-radius: 3px;
	background-color: #fff;
	float:left;
	width:19%;
	/*height: 230px;*/
	overflow:hidden;
	margin: 0.5%;
    padding: 0.5%;
}
.grid2:hover{
	background-color: #fff;
}

.jkep{
	width: 100%;
	overflow:hidden;
	position: relative;
	height: 0;
	padding-bottom: 55%;
}

.jkep img{
	width:100%;
}
.jcim h2{
	margin:0;
	color:#0C3B4E;
	/* font-size: 1em; */
    line-height: 1.4em;
	text-shadow: 1px 1px 1px #fff;
}
.jleir{
	font-size: 0.9em;
    line-height: 1.4em;
}
.jmaintitle{
	text-align:center;
}
.mypager{
	padding-top:15px;
	clear:both;
	font-size:1.2em;
	text-align:center;
}
.iframecontainer{
    display: table;
    float: left;
    text-align: center;
    width: 100%;
}
.iframecontainer iframe{
    margin-left:auto;
	margin-right:auto;
}
.iframecontainer div{
    margin-left:auto;
	margin-right:auto;
}

.iframecontainer2{
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
padding-top: 25px;
height: 0;
margin-bottom: 6px;
}

.iframecontainer2 iframe {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}

.jdescript{
	clear:both;
	margin-top:6px !important;
	margin-bottom:6px !important;
	padding-top:3px;
	padding-bottom:3px;
	background-color: #E4E4E4;
	text-align: center;
}
.iframecontainer2{
    display: block;
    float: left;
    text-align: center;
    width: 100%;
	position:relative;
}
.notoverlayimg{
	width: 10vw;
	height:auto;
}
.overlayimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width:75px;
	height:75px;
	position:absolute;
	top:163px;
}
.bottomimg{
    display: block;
    /*height: 400px;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 25vw;
}
.f_item{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	/*border: 1px solid black;
    border-radius: 3px;
	background-color: #ccc;*/
	color: #fff;
	float:left;
	width:32%;
	/*height: 230px;*/
	overflow:hidden;
	margin: 0.5%;
        padding: 0.5%;
	text-align: center;
}
.footer p{
	padding-left:5px;
	margin-top:0px;
	margin-bottom:5px;
	font-size:0.8em;
}
.bottomad{
text-align: center;
padding-top:5px;
}
/* Mobile first queries */
.mymenu{ display: none;}
/*.mymenu { display: block; width: 100%; margin: 0; }*/
	/*#toggle, .toggle { display: none; }*/
	.mymenu > li { display: block; width: 100%; margin: 0; }
	.mymenu > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.mymenu{ display: none;}
	
nav.menu {

}
nav.menu li{
		font-size: 1em;
		height:40px;
		width:33.33333%;
		margin:0;
	}

	.mymenu > li { display: block; width: 100%; margin: 0; }
	.mymenu > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

	.toggle{
	
		font-weight:bold;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color:#27453F;
		background-image: url("/images/nav-icon.png"); 
		background-repeat: no-repeat;
		background-position: left 10px top 10px;
		text-align: left;
		padding-left:40px;
		font-size: 1.1em;
		color: #fff;

	}	
	.toggle:hover:after{
		background-color: #45ABD6;
	}	
@media only screen and (max-width: 750px){


}	
	
@media (max-width: 750px) {
.mymenu{ display: none;}
.notoverlayimg{
width: 20vw;
}
body{
font-size: 0.9em;
}
.grid{
width:24%;
/*height:190px;*/
}
.grid2{
width:24%;
/*height:190px;*/
}
	nav.menu li{
		font-size: 1em;
		height:40px;
		width:33.33333%;
		margin:0;
	}

	.mymenu > li { display: block; width: 100%; margin: 0; }
	.mymenu > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

	.toggle{
	
		font-weight:bold;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color:#27453F;
		background-image: url("/images/nav-icon.png"); 
		background-repeat: no-repeat;
		background-position: left 10px top 10px;
		text-align: left;
		padding-left:40px;
		font-size: 1.1em;
		color: #fff;

	}	
	.toggle:hover:after{
		background-color: #45ABD6;
	}	

	
	
.jcim h2{
	margin:0;
	/* font-size:1.0em; */
}
.jleir{
	font-size:0.9em;
}
}

@media (max-width: 550px) {	
.notoverlayimg{
	width: 30vw;
}
body{
	font-size: 0.8em;
}
.grid{
	width:32.3333%;
/*height:190px;*/
}
.grid2{
	width:32.3333%;
/*height:190px;*/
}
.jcim h2{
	margin:0;
	/* font-size:1.0em; */
}
.jleir{
	font-size:0.9em;
}
.bottomimg{
	width: 30vw;
	height:auto;
}
.overlayimg{
	width:56px;
	height:56px;
	top:147px;
}
}
@media (max-width: 420px) {	
body{
font-size: 0.8em;
}
	nav.menu li{
	width:100%;
	font-size: 1.4em;
	line-height: 2em;	
	}	
.grid{
width:49%;
/*height:200px;*/
}
.grid2{
width:49%;
/*height:200px;*/
}
.bottomimg{
width: 45vw;
height:auto;
}
.overlayimg{
width:56px;
/*height:56px;*/
top:122px;
}
}


.ratio-container {
    position: relative;
}
.ratio-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
    /* padding-bottom: 56.25%; */
    padding-bottom: 72%;
    content: "";
}
.ratio-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* unknown ration variation */
.unknown-ratio-container > * {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.linkek {
    color: #FFFFFF;
    margin-bottom: 15px;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
}


.linkek a {
    border-radius: 5px;
    border: #000 solid 2px;
    color: #0C3B4E; 
    padding: 5px; 
    font-weight: bold;
    margin-right: 10px;
    font-size: calc(1.2em - 0.2vw );
    display: inline-block;
    margin-bottom: 10px;
}

ul.pagination {
    text-align:center;
    color: #000000;
    padding-top: 0px;
    padding-left: 0px;
    margin: 5px 0 5px 0;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#000000;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #1A1A1A;
    text-decoration:none;
    /* font-size: 22px; */
    font-size: calc(1.0em + 0.5vw);
    margin: 5px;
}
ul.pagination a:hover,
ul.pagination a.current {
    background:#1A1A1A;
    color: #fefefe;
}


