@font-face {
    font-family: bebe;
    font-weight: 100;
    src: url("../fonts/BebasNeueThin.ttf") format("truetype");
}

@font-face {
    font-family: bebe;
    font-weight: 200;
    src: url("../fonts/BebasNeue.ttf") format("truetype");
}

@font-face {
    font-family: bebe;
    font-weight: 300;
    src: url("../fonts/BebasNeueLight.ttf") format("truetype");
}

@font-face {
    font-family: bebe;
    font-weight: 400;
    src: url("../fonts/BebasNeueBook.ttf") format("truetype");
}

@font-face {
    font-family: bebe;
    font-weight: 500;
    src: url("../fonts/BebasNeueBold.ttf") format("truetype");
}

html, body, button, input, select, textarea {
    font-family: 'bebe', sans-serif;
    color: #333;
    line-height: 20px;
    font-weight: 200;
    font-size: 16px;
    padding: 0;
    margin: 0;
    background: #fff;
    min-width: 0px;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
	color: #000;
}

input {
    border: 1px solid #c2c2c2;
    padding: 5px;
    height: 30px;
    max-width: 250px;
    width: 100%;
    margin: 10px;
    margin-left: 0px;
    margin-top: 0px;
}

#contact-form-button {
    background: #3d78ad;
    color: #fff;
    font-size: 22px;
    height: 45px;
    line-height: 43px;
    width: 100%;
    max-width: 263px;
    padding: 5px;
    border: 0px;
}

textarea#inquiry {
    border: 1px solid #c2c2c2;
    width: 100%;
    max-width: 250px;
    height: 100px;
    padding: 5px;
}

.header-image img {
    width: 100%;
}

.header-logo img {
	width: 100%;
}

.header-logo {
    width: 300px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: -400px;
    position: relative;
    background: rgba(42, 106, 165, 0.9);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}

.header-image {
    height: auto;
    max-height: 500px;
    overflow: hidden;
}

.menu-logo img {
    width: 100%;
}

.menu-logo {
    float: left;
    width: 75px;
    position: relative;
    background: rgba(42, 106, 165, 0.9);
}

.menu-inside {
    float: left;
    margin-left: 15px;
}

.menu-wrap {
    width: 100%;
    float: left;
    margin: 10px 0px;
}

.header-wrap {
    float: left;
    width: 100%;
    border-bottom: 1px solid #4579ae;
    border-top: 1px solid #4579ae;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}

.menu-center {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.menu-item a {
    font-size: 26px;
    font-weight: 200;
    color: #c2c2c2;
}

.menu-item {
    float: left;
    margin: 30px 10px;
    margin-bottom: 23px;
    font-size: 28px;
    color: #c2c2c2;
}

.menu-item:hover {
	cursor: pointer;
    color: #444;
}

.course-item {
    margin: 10px;
    margin-top: 20px;
    padding: 45px 10px;
    color: #fff;
    font-weight: 200;
    height: 135px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}

.course-item-name {
    font-size: 40px;
    line-height: 34px;
}

.course-item-state {
    font-size: 26px;
}

.course-item-wrap {
    width: 25%;
    float: left;
}

.course-wrap {
    float: left;
    width: 100%;
}

.course-item.red {
    background: #c64b4b;
}

.course-item.blue {
    background: #52a1bb;
}

.course-item.purple {
    background: #7c4bc6;
}

.course-item.orange {
    background: #db6700;
}

.course-item.green {
    background: #4bc64c;
}

.course-wrap-center {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.section-title {
    float: left;
    width: 100%;
}

.section-title-center {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.title {
    font-size: 42px;
    float: left;
    height: 40px;
    margin-top: 45px;
    margin-bottom: -10px;
    margin-left: 10px;
    color: #c2c2c2;
}

.about-para {
    float: left;
    width: 100%;
    padding: 10px;
    padding-top: 0px;
    font-size: 22px;
    line-height: 24px;
    color: #444;
}

.about-wrap {
    float: left;
    width: 100%;
    clear: both;
}

.contact-wrap {
    float: left;
    width: 100%;
    clear: both;
}

#contact-form-wrap {
    float: left;
    width: 100%;
    clear: both;
	padding: 10px;
    padding-top: 0px;
}

#media-title {
    padding-left: 10px;
    color: #c2c2c2;
    font-size: 24px;
}

.footer-wrap {
    width: 100%;
    min-height: 400px;
    float: left;
    clear: both;
}

.section-file-list-wrap {
    float: left;
    clear: both;
}

.media-file-list {
    list-style: none;
	font-family: sans-serif !important;

}

.decription-wrap {
    float: left;
    clear: both;
    font-family: sans-serif !important;
}










@media (max-width:1400px) { 
    .header-logo {
        margin-top: 50px;
        margin-bottom: -350px;
    }
}

@media (max-width:768px) { 
    .header-logo {
        width: 200px;
        margin-top: 45px;
        margin-bottom: -245px;
    }
    
    .course-item-name {
        font-size: 28px;
        line-height: 25px;
    }
    
    .course-item-state {
        font-size: 18px;
    }
    
    .course-item {
        height: 105px;
    }
	
	.about-wrap {
		float: left;
		width: 95%;
		clear: both;
	}
	
}

@media (max-width: 400px) { 
    
    .menu-wrap {
        display: none;
    }
    
    .header-wrap {
        height: 290px;
    }
    
    .header-image {
        height: 290px;
    }

    .header-image img {
        width: auto;
        height: 290px;
        margin: 0 auto;
        margin-left: -240px;
    }
    
    .course-item-wrap {
        width: 100%;
        float: left;
        clear: both;
    }
    
    .course-item {
        height: 105px;
        max-width: 180px;
        margin: 0 auto;
    }
    
    .title {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-top: 35px;
    }
    
    .course-item-wrap {
        margin-bottom: 20px;
    }
	
	.about-para {
		float: none;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	
	#contact-center {
		text-align: center;
	}

	textarea#inquiry {
		margin-left: -10px;
	}
	
	#media-title {
		padding: 0px;
		margin-top: -10px;
	}
	
	#contact-form-wrap {
		padding: 0px;
		margin: 0px;
		margin-top: 10px;
	}

}