/*FONTS*/

@font-face {
    font-family: 'vanarchivvancondensedprobold';
    src: url('../fonts/vanarchivvancondensedprobold/vanarchivvancondensedprobold.eot');
    src: url('../fonts/vanarchivvancondensedprobold/vanarchivvancondensedprobold.eot') format('embedded-opentype'),
         url('../fonts/vanarchivvancondensedprobold/vanarchivvancondensedprobold.woff2') format('woff2'),
         url('../fonts/vanarchivvancondensedprobold/vanarchivvancondensedprobold.woff') format('woff'),
         url('../fonts/vanarchivvancondensedprobold/vanarchivvancondensedprobold.ttf') format('truetype'),
         url('../fonts/vanarchivvancondensedprobold/vanarchivvancondensedprobold.svg#vanarchivvancondensedprobold') format('svg');
}

@font-face {
    font-family: 'vanarchivvancondensedpro';
    src: url('../fonts/vanarchivvancondensedpro/vanarchivvancondensedpro.eot');
    src: url('../fonts/vanarchivvancondensedpro/vanarchivvancondensedpro.eot') format('embedded-opentype'),
         url('../fonts/vanarchivvancondensedpro/vanarchivvancondensedpro.woff2') format('woff2'),
         url('../fonts/vanarchivvancondensedpro/vanarchivvancondensedpro.woff') format('woff'),
         url('../fonts/vanarchivvancondensedpro/vanarchivvancondensedpro.ttf') format('truetype'),
         url('../fonts/vanarchivvancondensedpro/vanarchivvancondensedpro.svg#vanarchivvancondensedpro') format('svg');
}

@font-face {
    font-family: 'NexaBook';
    src: url('../fonts/NexaBook/NexaBook.eot');
    src: url('../fonts/NexaBook/NexaBook.eot') format('embedded-opentype'),
         url('../fonts/NexaBook/NexaBook.woff2') format('woff2'),
         url('../fonts/NexaBook/NexaBook.woff') format('woff'),
         url('../fonts/NexaBook/NexaBook.ttf') format('truetype'),
         url('../fonts/NexaBook/NexaBook.svg#NexaBook') format('svg');
}

body{
	background:#fff;
	font-family: 'vanarchivvancondensedpro';
	font-size:25px;
	color:#13274c;
}

.container-large{
	max-width:1620px;
	margin:0 auto;
}

.container{
	width:1200px;
	margin:0 auto;
}

b,strong{
	font-family: 'vanarchivvancondensedprobold';
}

p {
	margin-bottom: 39px;
}

a{
	text-decoration:none;
	color:#da2746;
}

h1,h2,h3,h4{
	font-family: 'vanarchivvancondensedprobold';
	line-height:1;
}

h1 {
	font-size: 55px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 25px;
}

em,i{
	font-style:italic;
}

img{
	max-width:100%;
	height:auto;
}

/*HEADER*/
#site-header {
	background-color: #13274c;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9998;
	padding-top: 30px;
	padding-bottom: 26px;
}

#header-logo {
	position: relative;
	float: left;
}

#header-menu {
	position: relative;
	float: right;
	margin-top: 58px;
}

#header-menu ul li {
	float: left;
	margin-left: 89px;
}

#header-menu ul li:first-child{
	margin-left:0;
}

#header-menu ul li.with-arrow a:before {
	content: '';
	float: left;
	background-image: url(../images/arrow.png);
	width: 14px;
	height: 19px;
	position: absolute;
	margin-left: -37px;
	top: 4px;
}


#header-menu ul li a {
	color: #fff;
	font-size: 25px;
	font-family: 'vanarchivvancondensedprobold';
	transition:all 0.25s linear;	
}

#header-logo-img {
	position: relative;
	float: left;
	border-right: 2px solid #fff;
	padding-right: 48px;
	margin-right: 47px;
	line-height: 0;
}

/*top banner*/
#top-banner {
	background-image: url(../images/banner.jpg);
	position: relative;
	margin-top: 193px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	display: flex;
	align-items: center;
}

#top-banner:before{
	content:'';
	display:block;
	padding-top:37%;
}

#header-logo-text {
	position: relative;
	color: #fff;
	float: left;
	max-width: 200px;
	font-size: 40px;
	top: 25px;
}

#top-banner-text {
	font-size: 80px;
	color: #fff;
	font-family: vanarchivvancondensedprobold;
	max-width: 49%;
	display: flex;
	align-content: center;
}


/*welcome section*/
#welcome-section {
	padding-top: 50px;
	padding-bottom: 100px;
	background-image: url(../images/welcome-banner.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
}

.welcome-sub.mobile{
	display:none;
}

#welcome-title {
	max-width: 69%;	
}

#welcome-title h2 {
	font-size: 80px;
	color: #13274c;
	font-family: vanarchivvancondensedprobold;
}

#welcome-title {
	margin-bottom: 35px;
}

.btn,
.welcome-bt {
	background: #da2746;
	color: #fff;
	padding-top: 18px;
	display: inline-block;
	clear: both;
	padding-left: 18px;
	padding-right: 18px;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 18px;
	transition:all 0.25s linear;
}

.btn:hover{
	background: #13274c;
}

.welcome-sub {
	margin-top: 16px;
	font-size:20px
}

.playbutton {
	background: url('../images/play-bt.png') center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 119px;
	height: 119px;
	margin: -37px 0 0 -37px;
	z-index: 10;
}

.ytvideo {
	position: relative;
	margin-top: -218px;
	margin-bottom:81px;
	padding: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
	width:1200px;
	height:700px; 
}

.ytvideo iframe {
	border-style: none;
	height: 100%;
	width: 100%;
}

/*3 CTA SECTION*/
#cta3-section {
	background-color: #13274c;
	background-image: url(../images/cta-bg.jpg);
	position: relative;
	overflow: hidden;
	padding-top: 152px;
	padding-bottom: 132px;
	background-repeat: repeat-y;
	background-position: right top;
	background-size: contain;
}

.cta-img {
	background-image: url(../images/cat-border.png);
	z-index: 2;
	background-repeat: no-repeat;
	background-position: left top;
}

.cta-item {
	position: relative;
	float: left;
	width: 33.333%;
	text-align: center;
	box-sizing: border-box;
}

.cta-img {
	background-image: url(../images/cat-border.png);
	z-index: 2;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	height: 267px;
	width: 290px;
	margin: 0 auto 49px auto;
	transition: all 0.25s linear;
}

.cta-img img {
	position: relative;
	top: 33px;
	display: block;
	left: 16px;
	transition: all 0.25s linear;
}

.cta-item a {
	display:block ;
}

.cta-title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	padding-left: 15px;
	padding-right: 15px;	
}

#cta3-section .container{
	width:1370px;
}

.cta-title h3 {
	font-size: 30px;
	color: #fff;
	font-family: vanarchivvancondensedprobold;
	line-height: 34px;
}

.cta-title h3:after {
	content: '';
	width: 0;
	margin: 0 auto;
	height: 3px;
	background: #fff;
	display: block;
	position: relative;
	top: 12px;
	transition: all 0.25s linear;
}

.cta-item a:hover .cta-title h3:after{
	width: 178px;
}

.cta-item a:hover .cta-img{
	background-position: 0px 5px;
}

.cta-item a:hover .cta-img img{
	top:28px;
}


/*Parent zone*/
.section-title h3{
	font-size: 80px;
	color: #da2746;
	font-family: vanarchivvancondensedprobold;
	margin-bottom: 45px;
	display:block;
}

#parentzone-section .section-title h3{
	color:#fff;
}

#parentzone-section {
	background-color: #da2746;
	color: #fff;
	overflow: hidden;
	padding-top: 93px;
	position:relative;
	padding-bottom: 57px;
}

#parentzone-section .container .col2:last-child{
	position:absolute;
	bottom:0;
	right:0;
}

.parentzone-content {
	padding-top: 87px;
}

.parentzone-content ul li {
	border-bottom: 2px solid #fff;
	position: relative;
	margin-bottom: 24px;
}


.parentzone-content ul li:last-child{
	border:none;
}

.pz-arrow{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transition: all 0.45s ease;
	position:absolute;
	right:0;
	top:6px;
}

.col2 {
	position: relative;
	float: left;
	width: 48%;
	margin-right:4%;
}

.container .col2:last-child{
	margin-right:0;
}


.parentzone-content ul li a{
	font-size: 30px;
	color: #fff;
	font-family: vanarchivvancondensedprobold;
	text-transform:uppercase;	
	transition: all 0.25s linear;
	padding-bottom: 18px;
	display:inline-block;
	box-sizing:border-box;	
}

.st6{font-family:'vanarchivvancondensedprobold';}
.st7{font-size:25.365px;}
.white{fill:#fff !important; transition:all 0.25s linear;}


#pz-image {
	position: absolute;
	left: 89px;
	bottom: 0;
}

/*MAP SECTION*/
#map-section {
	background-image: url('../images/map-bg.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 129px;
	padding-bottom: 131px;
}

#map-section .container{
	position:relative;
}

.map-popup{
	text-indent: -9999px;
}

/*POPUP CONTENT*/
.popup-content {
	display: none;
	position: fixed;
	top: 10%;
	z-index: 9999;
	width: 100%;
	box-sizing: border-box;
	left: 0;
}

.overlay-full {
	background: rgba(19,39,75,0.95);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
	display:none;
}

.popup-title h3{
	font-family: vanarchivvancondensedprobold;
	font-size:40px;
	color:#fff;
	text-transform:uppercase;
}

.popup-title {
	margin-bottom: 32px;
}

.popup-bt .btn {
	font-family: vanarchivvancondensedprobold;
	text-transform: uppercase;
	padding-left: 38px;
	padding-right: 38px;
}

.popup-bt .btn:hover{
	background:#e8ab4e;
}

.popup-bt {
	margin-bottom: 62px;
}

.popup-content .ytvideo {
	margin-top: 0;
	margin-bottom: 0;
	height: 550px;
}
.video-yt{
	width:100%;
	height: 550px;
}


button.close {
	width: 2.2rem;
	height: 2.2rem;
	position: relative;
	cursor: pointer;
	text-indent: -9999px;
	background: none;
	border: none;
	color: #fff;
	float: right;
}


button.close:before,
button.close:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #fff;
    display: block;
    transform: rotate(45deg) translateX(0px);
    position: absolute;
    left: 50%;
    top: 0;
}

button.close:after {
    transform: rotate(-45deg) translateX(0px);
}

/*ADMISSION*/
#admission {
	padding-top: 96px;
	padding-bottom: 96px;
	overflow:hidden;
	position:relative;
}

.section-content {
	line-height: 26px;
}

.admission-cta ul li a{
	font-family: vanarchivvancondensedprobold;
	color:#da2746;
	text-transform:uppercase;
	position:relative;
}

.admission-cta ul li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-right: 117px;
}

.admission-cta ul li:last-child{
	margin-right:0;
}

.admission-cta ul li a:before {
	content: '';
	background: url(../images/arrow-red.png);
	width: 20px;
	height: 14px;
	position: relative;
	float: right;
	top: 6px;
	margin-left: 35px;
}

.admission-cta ul li a:after{
	content: '';
	width: 0;
	height: 3px;
	background: #da2746;
	display: block;
	position: relative;
	top: 12px;
	transition: all 0.25s linear;	
}

.admission-cta ul li  a:hover:after{
	width: 100%;
}

.admission-cta {
	padding-top: 8px;
}


.admission-bt {
	max-width: 480px;
	float:right;
	position: relative;
	top: 135px;
}
/*
.admission-bt a {
	color: #da2746;
	border: 3px solid #d1d1d3;
	font-family: vanarchivvancondensedprobold;
	padding-left: 96px;
	padding-right: 96px;
	box-sizing: border-box;
	padding-top: 45px;
	padding-bottom: 45px;
	display: block;
	text-align: center;
	transition: all 0.25s linear;
	position:relative;
}
*/
.admission-bt a {
	color: #da2746;
	border: 3px solid #d1d1d3;
	font-family: vanarchivvancondensedprobold;
	padding-left: 68px;
	padding-right: 68px;
	box-sizing: border-box;
	padding-top: 45px;
	padding-bottom: 45px;
	display: block;
	text-align: center;
	transition: all 0.25s linear;
	position: relative;
}

.admission-bt a:before {
	content: '';
	border: 3px solid #d1d1d3;
	display: block;
	width: 407px;
	height: 165px;
	position: absolute;
	top: -9px;
	left: -9px;
	transition: all 0.25s linear;
}

.admission-bt a:hover{
	color:#fff;
	background:#da2746 ;
}

.admission-bt a:hover:before{
	background:#13274c;
	color:#fff;
}

.admission-bt a span {
	z-index: 6;
	position: relative;
}

/*FOOTER*/

#footer-level1 {
	background-color: #13274c;
	position: relative;
	overflow: hidden;	
	padding-top: 130px;
	padding-bottom: 108px;	
	z-index:2;
}
#footer-level1:before {
	background-image: url(../images/cta-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-size: contain;
	transform: rotate(180deg);
	content: '';
	width: 140%;
	height: 140%;
	top: 0;
	position: absolute;
	z-index: 1;
}

#footer-level1 .container-large{
	position:Relative;
	z-index:2;
}

#footer-logo {
	position: relative;
	float: right;
}

#footer-contact-info {
	position: relative;
	float: right;
	color: #fff;
	margin-right: 320px;
}

#footer-address {
	font-family: vanarchivvancondensedprobold;
	line-height: 30px;
	margin-bottom: 32px;
}

#footer-phone a {
	color: #fff;
}

#footer-phone div {
	margin-bottom: 6px;
}

#footer-phone {
	margin-bottom: 35px;
}

#footer-email a {
	color: #fff;
}

#footer-level2 {
	background-color: #da2746;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-family: 'NexaBook';
}


#footer-level2 #copyright{
	padding-top: 29px;
	padding-bottom: 26px;
}	


#footer-girl {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
}

#footer-level2 .container-large{
	position:relative;
}

#created-by {
	position: absolute;
	right: 0;
	top: 29px;
}

.video-notice { display:none; font-size:16px; color:#FFF }

/*RESPONSIVE*/
@media(max-width: 1625px){
	.container-large{
		padding-left:25px;
		padding-right:25px;
		box-sizing: border-box;
	}
	
	.ytvideo {
		margin-top: -130px;
		height: 600px;
		
	}
	
	.popup-content {
		top: 5%;
	}	
	
	.popup-bt {
		margin-bottom: 30px;
	}
	.video-yt {
		width: 100%;
		height: 400px;
	}	
	
	#pz-image {
		left: 0;
	}
	#created-by {
		right: 10px;
	}	
}



@media(max-width: 1370px){
	#cta3-section .container{
		width:100%;
		max-width:1370px;
		box-sizing: border-box;
	}	
}


@media(max-width: 1201px){
	.container{
		width:100%;
		max-width:1200px;
		padding-left:25px;
		padding-right:25px;
		box-sizing: border-box;
	}
	#master-artboard {
		width: 100%;
		height: auto;
	}	
	body {
		font-size: 20px;
	}
	
	#header-logo-text {
		max-width: 125px;
		font-size: 23px;
	}
	
	#header-logo-img {
		padding-right: 25px;
		margin-right: 25px;
	}	
	
	#header-logo-img img {
		max-width: 85px;
	}	
	
	#header-menu ul li a {
		font-size: 20px;
	}	
	
	#header-menu ul li {
		margin-left: 60px;
	}	
	
	#site-header {
		background-image:none;
		padding-top: 15px;
		padding-bottom: 17px;
	}
	
	#top-banner {
		margin-top: 125px;
	}	
	
	#top-banner-text {
		font-size: 40px;
		max-width: 50%;
	}	
	
	#top-banner .container-large{
		max-width:100%;
		width:100%;
	}
	
	#top-banner:before {
		padding-top: 38%;
	}	
	
	.ytvideo {
		height: 330px;
		width: 100%;
		margin: -130px auto 25px auto;
	}
	
	.playbutton {
		width: 80px;
		height: 80px;
		background-size: 100% auto;
	}	
	
	#welcome-title h2 {
		font-size: 40px;
	}
	
	#welcome-section {
		padding-top: 50px;
		padding-bottom: 75px;
		background-image: none;
		background-attachment: inherit !important;
	}	
	
	#cta3-section {
		padding-top: 60px;
		padding-bottom: 0px;
		background-size: 400px auto;
	}
	
	.cta-item {
		float: inherit;
		width: 100%;
	}	
	
	.cta-item {
		float: inherit;
		width: 100%;
		margin-bottom: 50px;
	}	
	
	.cta-title h3:after {
		display:none !important;
	}
	
	.cta-item a:hover .cta-img{
		background-position: 0px 0;
	}

	.cta-item a:hover .cta-img img{
		top:33px;
	}
	
	.cta-title h3 {
		font-size: 25px;
	}	
	
	#parentzone-section .container .col2:last-child{
		display:none;
	}
	
	#parentzone-section {
		padding-top: 60px;
	}	
	
	.parentzone-content {
		padding-top: 20px;
	}	
	
	#parentzone-section .col2 {
		float: inherit;
		width: 100%;
		margin-right: 0;
	}
	
	.section-title h3 {
		text-align: center;
		font-size: 40px;
	}
	
	.parentzone-content ul li a {
		font-size: 22px;
		padding-bottom: 17px;
	}
	
	.col2 {
		float: inherit;
		width: 100%;
		margin-right: 0;
	}

	.admission-bt {
		float: none;
		position: relative;
		top: 0;
		margin: 50px auto 0 auto;
	}
	#admission {
		text-align: center;	
		padding-top:50px;
		padding-bottom:50px;
	}	
	p {
		margin-bottom: 20px;
	}	
	
	#footer-girl{
		display:none;
	}
	
	#footer-level1 {
		padding-top: 50px;
		padding-bottom: 40px;
		text-align:center;
	}
	
	#footer-level1:before{
		display:none;
	}
	
	#footer-contact-info {
		float: inherit;
		margin-right: 0;
		width: 100%;
		margin-bottom: 40px;
		order:1;
		-webkit-order:1;		
	}

	#footer-logo {
		position: relative;
		float: inherit;
		order:2;
		-webkit-order:2;
		width:100%;
	}	
	
	#footer-logo img {
		max-width: 140px;
	}
	
	#footer-level1 .container-large {
		position: Relative;
		z-index: 2;
		display: flex;
		width: 100%;
		flex-flow: row wrap;
	}	
	
	#created-by {
		position: relative;
		top: 0;
		padding-bottom: 20px;
		right:0;
	}
	
	#footer-level2 #copyright {
		padding-top: 20px;
		padding-bottom: 8px;
	}	
	
	.admission-bt a:before {
		height: 150px;
		width: 474px;
	}	
	
	#header-menu ul li.with-arrow a:before {
		width: 10px;
		height: 13px;
		margin-left: -25px;
		background-size: 100% auto;
	}	
	
	.welcome-sub.mobile{
		display:block;
	}	

	.welcome-sub.desktop{
		display:none;
	}	
}

@media(max-width: 1000px){
	.ytvideo {
		margin: -75px auto 25px auto;
	}
}

@media(min-width: 768px){
	#header-menu{
		display:block !important;
	}
}

@media(max-width: 767px){
	#map-section {
		background-image: none;
		padding-top: 0px;
		padding-bottom: 50px;
	}	
	
	#master-artboard{
		display:none;
	}
	
	.map-popup {
		position: relative !important;
		width: 100% !important;
		height: 20px !important;
		left: 0 !important;
		top: 0 !important;
		display: block;
		text-indent: 0;
	}
	
	.map-popup {
		position: relative !important;
		width: 100% !important;
		height: 100% !important;
		left: 0 !important;
		top: 0 !important;
		display: block;
		text-indent: 0;
		text-align: center;
		color: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
		background: gray;
		margin-bottom:15px;
		font-family: vanarchivvancondensedprobold;
	}	
	
	.popup-title h3 {
		font-size: 23px;
	}
	
	#map-gym {
		background: #dd2447;
	}
	
	#map-misque {
		background: #e8ab4e;
	}
	#map-salle {
		background: #13274b;
	}	
	#map-parcurs {
		background: #005f76;
	}	
	#map-parcurs-espagnol {
		background:#005f76 ;
	}
	#map-session {
		background: #e8ab4e;
	}	
	#map-lab {
		background: #dd2447;
	}	
	#map-parcurs-stim {
		background: #e8ab4e;
	}	
	#map-sciences-humaines {
		background: #13274b;
	}	
	
	.admission-bt {
		max-width: 350px;
	}
	.admission-bt a:before {
		height: 149px;
		width: 345px;
	}
	.admission-bt a {
		padding-left: 25px;
		padding-right: 25px;
	}

	#header-menu {
		position: fixed;
		left: 0;
		top: 66px;
		width: 100%;
		background: #13274c;
		text-align: center;
		display: none;
	}
	
	#header-menu ul li {
		float: inherit;
		margin-bottom:20px;
		margin-left: 0;
	}
	
	/*#mobile-menu {
		background-image: url(../images/menu.png);
		width: 40px;
		height: 33px;
		float: right;
		margin-top: 37px;
		background-size: 100% auto;
	}*/
	
	
	#mobile-menu {
		float: right;
		height: 34px;
		cursor: pointer;
		margin-top: 37px;
	}
	
	#mobile-menu span {
		width:42px;
		height:4px;
		border-radius:4px;
		background:#fff;
		position:relative;
		float:right;		
	}
	
	#mobile-menu span:after {
		content: '';
		width: 42px;
		height: 4px;
		border-radius: 4px;
		background: #fff;
		display: block;
		top: 29px;
		position: absolute;;		
	}
	
	#mobile-menu span:before {
		content: '';
		width: 42px;
		height: 4px;
		border-radius: 4px;
		background: #fff;
		display: block;
		top: 14px;
		position: absolute;
	}
	
	
	#top-banner-text {
		font-size: 25px;
		max-width: 50%;
	}	
	
	.cta-img img {
		max-width: 200px;
	}	
	.cta-img {
		height: 214px;
		width: 230px;
		margin: 0 auto 20px auto;
		background-size: 100% auto;
	}
	
	.video-notice { display:block; }
}

@media(max-width: 620px){
	.admission-cta ul li {
		text-align: inherit;
		display: block;
		margin-right: 0;
		margin-bottom: 22px;
		border-bottom: 3px solid #d1d1d3;
		padding-bottom: 13px;
		position:relative;
	}
	.admission-cta ul li a {
		position: inherit;
		display: block;
		width: 100%;
	}

	.admission-cta ul li a:before{
		right:0;
		position:absolute;
		margin:0;
	}
	
	.admission-cta ul li a:after {
		display:none !important;
	}
}

@media(max-width: 500px){
	#top-banner {
		background-image: url(../images/banner-mobile.jpg);
		align-items: flex-start;
	}
	#mobile-menu {
		margin-top: 27px;
	}	
	#top-banner:before {
		padding-top: 100%;
	}	
	
	#top-banner-text {
		font-size: 30px;
		max-width: 100%;
		margin-top: 5%;
		position: relative;
	}	
	
	.ytvideo{
		height:250px;
		margin: -180px auto 25px auto;
	}
	
	.container,	.container-large{
		padding-left:13px;
		padding-right:13px;
	}
	#welcome-title h2 {
		font-size: 32px;
	}	
	
	#welcome-section {
		padding-bottom: 25px;
	}		
}

@media(max-width: 400px){
	#top-banner {
		margin-top: 100px;
	}
	#header-menu {
		top: 46px;
	}	
	#header-logo-img img {
		max-width: 65px;
	}	
	#header-logo-img {
		padding-right: 15px;
		margin-right: 15px;
	}	
	#header-logo-text {
		max-width: 86px;
		font-size: 16px;
	}	
	.admission-bt {
		max-width: 290px;
	}	
	.admission-bt a:before {
		height: 130px;
		width: 285px;
	}	
}