
@import url(superslides.css);

body {
    color: #1a1a1a;
    font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*font-family: -apple-system,BlinkMacSystemFont,Microsoft YaHei,\\5FAE\8EDF\96C5\9ED1,Microsoft JhengHei,\\65B0\5FAE\8EDF\6B63\9ED1\9AD4,\\5FAE\8EDF\6B63\9ED1\9AD4,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
*/
	background-image: url("../images/bk001.jpg");
	background-position:center;
}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
/* Copyright 2014-present Evernote Corporation. All rights reserved. */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.1/font/bootstrap-icons.css");

h1, h2, h3, h4, h5, h6 {
	color: #333333;
    /*font-family: 'Roboto Condensed',sans-serif;*/
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 600;

}
p {
	line-height: 1.6;
	font-size: 18px;
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.vis-hidden {
	visibility: hidden !important;
}
a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	color: #010101;
}
a:hover {
	color: #010101;
}

h2.sectionTitle {
	color: #428BCA;
    font-size: 50px;
    margin-top: 0;
    text-align: center;
	font-weight: 700;
    margin-bottom: 50px;
}
h3.sectionTitle {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}
.altWrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f7f7f7;
}

/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/



.navbar {
	margin-bottom: 0;
}

.navbar-inverse {
	/**
	background: url(../assets/img/80.png);
	**/
	background: #fff;
	border: 0 none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
	line-height: 1;
    /**height: 0px;**/
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
   /* width: 100%;*/
	font-size: 21px;
	letter-spacing: -2px;
	font-weight: 700;
}
.navbar-inverse .navbar-brand {
    color: #428BCA;
}
.navbar-inverse .navbar-brand .fa-stack {
	font-size: 28px;
}
.navbar-inverse .navbar-brand .title {
    color: #888;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background: none;
    color: #428BCA;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-nav {
/*	float: right;*/
}
.navbar-inverse .navbar-nav > li > a {
	font-family: 'Noto Serif TC',sans-serif;
	color: #333333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 30px 10px;
    text-shadow: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #428BCA;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 19px 15px 19px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #333;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/



.top-navbar{
	position: relative;
	z-index: 10;
}

.top-navbar .navbar{
	padding: 10px 0px;
	position: fixed;
	width: 100%;
	border-radius: 0px 0px 0px 0px;
	transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	z-index: 100;

	background: #B57EDC;
}

.top-navbar .navbar-light .navbar-nav .nav-link{
	color: #010101;
	font-size: 18px;
	padding: 10px 6px;
	border-radius: 4px;
	text-transform: uppercase;
	white-space:nowrap;
	
}


.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover{
	background: #B57EDC;
	color: #ffffff;
}
.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link{
	background: #B57EDC;
	color: #ffffff;
	border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	border: none;
	border-radius: 0px;
	padding: 0px;
	box-shadow: 2px 5px 6px rgba(0,0,0,0.5);
}
.navbar-expand-lg .navbar-nav .dropdown-menu a{
	padding: 10px 10px;
	text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover{
	background: #B57EDC;
	color: #ffffff;
}
.navbar-light .navbar-toggler:hover{
	background: #B57EDC;
}

.dropdown-menu {
	margin: 0;
}

hgroup {
    max-width: 720px;
    margin: 40px auto;
    margin-top: 0;
    font-size: 20px;
    display: block;
    line-height: 1.4em;
    font-family: "Xin Gothic","Hiragino Sans GB","Droid Sans Fallback","Microsoft YaHei",SimSun,sans-serif;
    color: #666;
}
.brixdown {
    font-family: "微軟正黑體","Microsoft JhengHei","文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro",sans-serif;
    font-size: 12pt;
    display: block;
    background-color: white;
    padding: 0;
    line-height: 1.6em;
}
.tickets table {
    font-size: 15px;
    border-collapse: collapse;
    color: #aaa;
}
.tickets table td {
    padding: 0 5px;
    border-bottom: 1px solid #ddd;
}

div.grey_area {
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    height: 20px;
    width: 100%;
    background-color: #4d4d4d;
}

.my-colorA{
	background-color: rgb(211, 161, 211) ;
}
.my-colorA{
	background-color: rgb(161, 170, 211) ;
}
.my-colorA{
	background-color: rgb(161, 211, 176) ;
}
.my-colorB{
	background-color: rgb(211, 161, 161) ;
}
.my-colorC{
	background-color: rgb(211, 192, 161) ;
}
.my-colorD{
	background-color: rgb(211, 202, 161) ;
}
.my-colorE{
	color: rgb(0, 0, 0) ;
	background-color: rgb(161, 211, 208) ;
}
.my-colorF{
	background-color: rgb(195, 161, 211) ;
}
.my-colorG{
	background-color: rgb(161, 166, 211) ;
}
.my-colorH{
	background-color: rgb(211, 161, 204) ;
}
.my-colorT{
	color: rgb(255, 255, 255) ;
	background-color: rgb(136, 0, 0) ;
}
.my-colorU{
	color: rgb(255, 255, 255) ;
	background-color: rgb(182, 103, 0) ;
}
.my-colorV{
	color: rgb(255, 255, 255) ;
	background-color: rgb(24, 0, 161) ;
}
.my-colorW{
	color: rgb(255, 255, 255) ;
	background-color: rgb(77, 102, 81) ;
}
.my-colorX{
	color: rgb(255, 255, 255) ;
	background-color: rgb(102, 86, 77) ;
}
.my-colorY{
	color: rgb(255, 255, 255) ;
	background-color: rgb(77, 102, 77) ;
}
.my-colorZ{
	color: rgb(255, 255, 255) ;
	background-color: rgb(59, 23, 23) ;
}
  
.my-primary:focus, .my-primary:hover{
	color: yellow ;
	background-color: darkRed;
}

.my-bbg01 {
	background-image: url(bbg01.png);
}

.my-bbg0 {
	background-image: url(bbg00.png);
}
/*------------------------------------------------------------------
    Slider
-------------------------------------------------------------------*/

.cover-slides{
/*	height: 100vh;*/
	height: 600px;
}
.slides-navigation a {
/*	background: #B57EDC;**/
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    font-size: 20px;
    display: block;
    color: #fff;
	border-radius: 4px;
	line-height: 63px;
	text-align: center;
    transition: all .3s ease-in-out;
}
.slides-navigation a i{
	font-size: 40px;
}
.slides-navigation a:hover {
	background: #010101;
}
.cover-slides .container{
	height: 100%;
	position: relative;
	z-index: 2;
}
.cover-slides .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cover-slides .container > .row {
    height: 100%;
}

.btn{
	text-transform: uppercase;
	padding: 19px 36px;
}
.btn{
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: .1875rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outline-new-white {
    color: #fff;
    background-color: #B57EDC;
    background-image: none;
    border-color: #B57EDC;
}
.btn-outline-new-white:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.overlay-background {
    background: rgba(163, 163, 163, 0.459);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity: 0.3;
}

.cover-slides h1{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 64px;
	color: #fff;
}
.cover-slides p{
	font-size: 18px;
	color: #fff;
}
.slides-pagination a{
	border: 2px solid #ffffff;
}
.slides-pagination a.current{
	background: #B57EDC;
	border: 2px solid #B57EDC;
}

/**********************************************************************/
/************************** JUMBOTRON ********************************/
/********************************************************************/

.jumbotron {
	background: url(../assets/img/bigBG.jpg) no-repeat center center scroll; 
	-webkit-background-size: cover;hidden-xs
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 0;
    padding-top: 140px;
	color: #fff;
	margin-bottom: 0;
}
.jumbotron .mobile {
	background-image: url("../assets/img/mobile");
    background-repeat: no-repeat;
    height: 500px;
    margin-left: 0px;
    margin-top: 0;
    overflow: hidden;
    width: auto;
}
.jumbotron h1 {
	color: #fff;
    font-size: 72px;
    font-weight: 700;
	text-shadow: 0 1px 5px #222222;
}
.jumbotron h2 {
	color: #fff;
	font-weight: 300;
	text-shadow: 0 1px 5px #222222;
	margin-bottom: 30px;
}
.jumbotron .actionBtn .line1 {
	display: inline-block;
    font-size: 14px;
    font-weight: 400;
    width: 140px;
	margin-top: 10px;
}
.jumbotron .actionBtn .line2 {
	font-size: 28px;
    font-weight: 700;
	line-height: 1;
	
}
/**********************************************************************/
/************************** ATSAREA ********************************/
/********************************************************************/

.atsarea { 
/*	background-image: url("bbg02.png");*/
	padding-bottom: 0;
    padding-top: 90px;
	color: #000;
	margin-bottom: 0;
	font-size: 18px;
}
.atsarea .mobile {
/*	background-image: url("bbg02.png");
    background-repeat: repeat;*/
    height: 500px;
    margin-left: 0px;
    margin-top: 0;
    overflow: hidden;
    width: auto;
}
.atsarea h1 {
	color: #000;
    font-size: 72px;
    font-weight: 700;
	text-shadow: 0 1px 5px #222222;
}
.atsarea h2 {
	color: #000;
	font-weight: 300;
	text-shadow: 0 1px 5px #222222;
	margin-bottom: 30px;
}
.atsarea .actionBtn .line1 {
	display: inline-block;
    font-size: 14px;
    font-weight: 400;
    width: 140px;
	margin-top: 10px;
}
.atsarea .actionBtn .line2 {
	font-size: 28px;
    font-weight: 700;
	line-height: 1;
	
}
/**********************************************************************/
/************************** WHAT WE DO *******************************/
/********************************************************************/

#featureWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
#featureWrap .icon {
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
}
#featureWrap .fa-stack.icnC {
    color: #428BCA;
    font-size: 74px;
}
#featureWrap .icon {
	background-color: #428BCA;
    border: 4px solid #428BCA;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 80px;
    height: 148px;
    line-height: 140px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 148px;
}
#featureWrap .icon:hover {
    color: #428BCA;
	background-color: #fff;
    cursor: default;
}
#featureWrap h3 {
	font-weight: 700;
}

/**********************************************************************/
/************************ PRODUCT ************************************/
/********************************************************************/

#productWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
#productWrap .productFeatures {
	margin-top: 20px;
}
#productWrap .productFeatures h3 {
	margin-top: 0;
	color: #428BCA;
}
#productWrap .productFeatures p {
	margin-bottom: 50px;
}
#productWrap .productFeatures .icon {
	text-align: right;
	color: #428BCA;
	font-size: 20px;
}

/**********************************************************************/
/************************ PRICING ************************************/
/********************************************************************/

#pricingWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
#pricingWrap .priceTable {
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none outside none;
	text-align: center;
}
#pricingWrap .priceTable .title {
	color: #333333;
	font-size: 34px;
	font-weight: 700;
	padding: 20px 10px 0;
	/*font-family: 'Roboto Condensed',sans-serif;*/
	font-family: 'Noto Sans TC', sans-serif;
}
#pricingWrap .priceTable .description {
    color: #777777;
    font-size: 14px;
	padding: 10px 10px 20px;
}
#pricingWrap .priceTable .price {
	background: #F2F2F2;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	color: #333333;
	font-size: 26px;
	margin-bottom: 20px;
	padding: 15px 10px;
}
#pricingWrap .priceTable ul.features {
    margin: 0;
    padding: 0;
	list-style: none outside none;
}
#pricingWrap .priceTable ul.features li {
	border-bottom: 1px dotted #D2D2D2;
    color: #333333;
    font-size: 16px;
    margin: 0 30px;
    padding: 15px 0;
    text-align: center;
}
#pricingWrap .priceTable .call {
	margin: 30px 10px;
}
#pricingWrap .priceTable .call .btn {
	width: 70%;
}
#pricingWrap .priceTable.alt {
	border-color: #428BCA;
	background: #428BCA;
}
#pricingWrap .priceTable.alt .title {
	color: #fff;
}
#pricingWrap .priceTable.alt .description {
    color: #fff;
}
#pricingWrap .priceTable.alt .price {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #333333;
}
#pricingWrap .priceTable.alt ul.features li {
	border-bottom: 1px dotted #fff;
    color: #fff;
}
#pricingWrap .priceTable.alt .call .btn {
	background: #FFFFFF;
    border-color: #FFFFFF;
	color: #333;
}


/**********************************************************************/
/************************ TESTIMONIALS *******************************/
/********************************************************************/

#testimonialsWrap {
	padding-top: 60px;
	padding-bottom: 40px;
}
#testimonialsWrap .slides {
	text-align: center;
}
#testimonialsWrap .quote {
	color: #777777;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 15px;
}
#testimonialsWrap .author {
	color: #428BCA;
	font-size: 20px;
}

/**********************************************************************/
/************************ CONTACT ************************************/
/********************************************************************/
#contactWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
#contactWrap .overlay {
    background: url("../assets/img/60.png");
	padding-bottom: 60px;
}
#contactWrap h2.sectionTitle {
    border-bottom: 1px solid #fff;
}
#contactWrap .blurb {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}
#contactWrap label {

}
#contactWrap .form-control {
    border: 1px solid #c5c5c5;
    height: 38px;
    line-height: 38px;
    margin: 0 0 10px;
    padding: 8px 5px;
    width: 100%;
	border-radius: 0;
	color: #555;
	box-shadow: none;
}
#contactWrap .form-control:focus {
	border-color: #aaa;
    box-shadow: none;
}
#contactWrap textarea.form-control {
	margin: 0 0 10px;
    max-height: 300px;
    max-width: 100%;
    width: 100%;
	min-height: 120px;
}
#contactWrap button.btn {
    margin-top: 15px;
    width: 100%;
}

#conHome {
	padding: 10px 0px;
	font-size: 18px;
/*	background-color: rgb(255 254 209);
    background-image: url(bbg00s.png);*/
}
#conNews {
	padding: 10px 0px;
	font-size: 18px;
/*	background-color: rgb(255 254 209);
    background-image: url(bbg00s.png);*/
}
.col-lg-2, .col-lg-8, .col-md-2, .col-md-8, .col-sm-12 {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.embed-responsive-item{
	padding-bottom: 10px;
}

.breadcrumb {
	background-color: unset;
}

.blockquote {
  /*  display: flex;*/
    flex-wrap: wrap;
	width:100%;
}

/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
footer {
	background: #B57EDC;
	padding: 40px 0;
}

footer2 {
	background: #B9C1B4;
	padding: 40px 0;
}
footer p {
	color: #ddd;
    font-weight: 300;
    margin: 0 0 20px 0;
	font-size: 16px;
}
footer .social {
	margin: 0;
}
footer .social a {
	color: #DDDDDD;
	text-decoration: none;
}
footer .social a:hover {
	color: #fff;
}
footer .social a .fa-inverse {
	color: #444;
}

/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/
.modal-body {
    font-weight: 400;
}
.card{
	margin-bottom: 10px;
}
.cardsubmenu {
	padding-left: 30px;
}
.container {
    width: 96%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
	font-weight: 600;
}

.cardbox {
	position: relative;
	width: 100%;
	padding: 20px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 30px;
}
.cardbox .box {
	position: relative;
	background: var(white);
	padding: 30px;
	display: inline-block;
	box-shadow: 0 7px 25px rgba(0,0,0,0.08);

}
.cardbox .card {
    margin-bottom: 10px;
    padding: 10px;
    display: inline-block;
    justify-content: space-between;
}
.officeroom {
    text-align: center;
    padding: 10px, 10px , 10px, 10px;
    width: 100%;
	border-bottom: 5px #f39494 solid;
    margin-bottom: 10px;
}
.teacher {
    /* position: relative; */
     display: inline-block; 
    width: 50%;
	border-bottom: 1px #a6c4e5 solid;
}
.pnumber {
    /* position: relative; */
     display: inline-block; 
    width: 50%;
	text-align: right;
	border-bottom: 1px #a6c4e5 solid;
}

@media(min-width:1200px){
	.top-navbar .navbar-light .navbar-nav .nav-link {
		font-size: 18px;
	}
	.jumbotron .mobile {
		margin-left: 0px;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-6 {
		width: 50%;
	}
	.atsarea {
		padding-top: 90px;
	}
	.container {
		max-width: 96%;
	}
	.cardbox {
		grid-template-columns: repeat(4,1fr);
	}

}
@media (min-width: 992px){
	.jumbotron .mobile {
		margin-left: 0px;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-6 {
		width: 50%;
	}
	.atsarea {
		padding-top: 90px;
	}
	.container {
		max-width: 96%;
	}
	.cardbox {
		grid-template-columns: repeat(4,1fr);
	}

}
@media (min-width: 768px){
	.container {
		max-width: 96%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.top-navbar .navbar-light .navbar-nav .nav-link {
		font-size: 15px;
	}

	.col-md-push-6 {
		left: 50%;
	}
	.col-md-6 {
		width: 50%;
	}
	.navbar-collapse {
		float: right;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 15px;
		padding: 25px 10px;
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		font-size: 28px;
		float: left;
	/*	margin: 15px 0;*/
		width: auto;	
	}
	.navbar-inverse .navbar-brand .fa-stack {
		font-size: 22px;
	}
	.navbar-nav {
		float: left;
	}
	.jumbotron {
		padding-top: 100px;
	}
	.jumbotron .jumboText {
		text-align: center;
	}
	.jumbotron h1 {
		font-size: 64px;
	}
	.jumbotron .actionBtn {
		margin-bottom: 50px;
	}
	.jumbotron .mobile {
		margin-left: 0px;
	}
	#productWrap .imgWrap img {
		margin: 0 auto 60px;
	}
	#contactWrap .blurb {
		font-size: 20px;
	}
	.atsarea {
		padding-top: 90px;
	}
	.container {
		max-width: 96%;
	}
	.cardbox {
		grid-template-columns: repeat(3,1fr);
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none!important;
	}
	.navbar-collapse {
		float: none;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		float: left;
	/*	margin: 15px 0 15px 15px;*/
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 14px;
		padding: 8px 15px;
	}
	.jumbotron {
		padding-left: 0;
		padding-right: 0;
	}
	.jumbotron h1 {
		font-size: 48px;
	}
	.jumbotron h2 {
		font-size: 22px;
	}
	
	#featureWrap .feature {
		margin-bottom: 40px;
	}
	#productWrap .productFeatures .icon {
		font-size: 14px;
	}
	#pricingWrap .priceTable {
		margin-bottom: 60px;
	}
	.atsarea {
		padding-top: 90px;
	}
	.container {
		max-width: 96%;
	}
	.cardbox {
		grid-template-columns: repeat(2,1fr);
		font-size: 13px;
	}
}

@media (min-width: 576px){
	.container {
		max-width: 96%;
	}
}
@media (max-width: 480px) {
	.container {
		max-width: 96%;
	}
}