@charset "UTF-8";
/* CSS Document */
h1.landing {
	font-size:38px;
	margin-bottom:15px;
}
h2.landing {
	font-size:24px;
	padding:26px 0px 0px 0px;
}
.landingbody p {
	font-size:15px;
}

ul.landing li {
	font-size:15px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:30px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.candidate {
	background:#173f8b;
	color:#FFF;
	font-size:24px;
	font-weight:800;
	text-align:center;
	padding:20px 10px;
	line-height:33px;
	margin-top:30px;
}

/* --- comment form, contact form --- */
.comment-form input,
.comment-form textarea,
.contact-form input,
.contact-form textarea
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.comment-form input,
.contact-form input
{
	margin-top: 20px;
}
.comment-form input:first-child,
.contact-form input:first-child
{
	margin-top: 0;
}
.comment-form textarea,
.contact-form textarea
{
	height: 190px;
	resize: none;
}
.comment-form [type='submit'],
.contact-form [type='submit']
{
	width: auto;
	font-size: 12px;
	color: #25282a;
	margin-top: 0;
	outline: none;
}
#cancel-comment
{
	display: none;
	font-size: 12px;
	margin-right: 20px;
	color: #96B0CE;
}
.comment-form p.description.t1,
.contact-form p.description.t1
{
	margin-top: 14px;
}
.comment-form .hint,
.contact-form .hint
{
	color: #999;
}
::-webkit-input-placeholder 
{
	color: #999;
}
:-moz-placeholder 
{
	color: #999;
    opacity:  1;
}
::-moz-placeholder
{
	color: #999;
    opacity:  1;
}
:-ms-input-placeholder 
{
	color: #999;
}


.mis-form-wrap {
	background:#EBEBEB;
	padding:20px;
}

.mis-form-wrap .column-1-2
{
	width: 350px;
	margin-left: 30px;
}

.mis-form-wrap .column-1-2:first-child
{
	margin-left: 0px;
}

input, textarea
{
	border: 1px solid #E2E6E7;
	font-size: 14px;
	line-height: 24px;
	padding: 12px 15px;
	color: #444;
	margin: 0;
}

.more,
.more[type="submit"]
{
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	padding: 16px 23px 15px;
	text-align: center;
	cursor: pointer;
	line-height: normal;
	letter-spacing: 1px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	
	background-color: #0064A3;	
}
.more:hover
{
	color: #000;
	opacity: 1;
	background-color: #8DA9E8;	
}
.rightimage {
	float:right;
}

@media screen and (max-width:1189px)
{
	.mis-form-wrap .column-1-2
	{
		width: 315px;
		margin-left: 30px;
	}
}

@media screen and (max-width:1029px)
{
	.mis-form-wrap .column-1-2
	{
		width: 265px;
		margin-left: 30px;
	}
}

@media screen and (max-width:920px)
{
	.mis-form-wrap .column-1-2
	{
		width: 100%;
		margin-left: 0px;
	}
	.mis-form-wrap .column-1-2:first-child
	{
		width: 100%;
		margin-left: 0px;
		margin-bottom:20px;
	}
}

@media screen and (max-width:479px)
{
	.mis-form-wrap .column-1-2
	{
		width: 100%;
		margin-left: 0px;
	}
	.mis-form-wrap .column-1-2:first-child
	{
		width: 100%;
		margin-left: 0px;
		margin-bottom:0px;
	}
	.more,
.more[type="submit"]
{
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	padding: 16px 15px 15px;
	text-align: center;
	cursor: pointer;
	line-height: normal;
	letter-spacing: 1px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	
	background-color: #0064A3;	
}
.more:hover
{
	color: #000;
	opacity: 1;
	background-color: #8DA9E8;	
}
.rightimage {
	float:none;
	display:block;
	margin:auto;
}
}


.embedresize {
max-width: 100%;
margin: auto auto 30px auto;

}

.embedresize div {
position: relative;
height: 0;
padding-bottom: 56.25%;
}

.embedresize iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin:0;
border:0;
}

.intro #intro .embedresize iframe,
.exit .quizz .embedresize iframe,
.alreadyplayed #intro .embedresize iframe, 
.identityset #intro .embedresize iframe, 
#notabene .embedresize iframe, 
#message_intro .embedresize iframe, 
.fancybox_body .embedresize iframe, 
#comments .embedresize iframe, 
#description .embedresize iframe, 
.alreadyplayed .embedresize iframe, 
#adserver .embedresize iframe {
max-width: none !important;
}

sup {
	vertical-align:top;
  font-size: 70%;
}
