/* general */
 body {
    font-family:'Century Gothic', sans-serif;
    font-size: 14px;
    color: #000;
}
a:active {
    outline: 0;
}
.clear {
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Century Gothic', sans-serif;
    line-height: 1.1em;
    margin-bottom: 20px;
}
h1 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin_top {
    margin-top: 20px;
}
/* header */
 header {
    border-top: 12px solid #9e2630;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 200;
    height: 115px;
    margin-bottom: 170px;
}
header #logo img {
    padding-top: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
}
ul {
    list-style: none;
}
/* 
	LEVEL ONE
*/
 ul.nav {
    float: left;
    position:relative;
    left:50%;
    min-height: 60px;
    margin-top: 30px;
}
ul.nav li {
    margin: 0 15px 0 15px;
    padding: 0;
    list-style: none;
    float: left;
    position:relative;
    left:-50%;
    
    zoom: 1;
}
ul.nav li a:hover, ul.nav li a.current {
    background-color: #9e2630;
    color:#FFFFFF;
}
ul.nav li a {
    font: normal normal normal 18px/20px'Century Gothic', sans-serif;
    text-align: center;
    color: #9e2630;
}
ul.nav li:last-child a {
    border-right: none;
}


/* 
	LEVEL TWO
*/
 ul.nav ul {
    width: 230px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
	z-index:500;
}
ul.nav ul li {
    font-weight: normal;
	padding-top:15px;
    min-height: 45px;
    /*border-bottom: 1px solid #ccc;*/
    float: none;
	background-color: #FFFFFF;
}

/* Doesn't work in IE */
 ul.nav ul li a:hover, ul.nav ul li a.current {
    /*background: #F3D673;*/
	background-color: #9e2630;
	color:#FFFFFF;
}
/* IE 6 & 7 Needs Inline Block */
 ul.nav ul li a {
    border-right: none;
	font: normal normal normal 18px/20px'Century Gothic', sans-serif;
	text-align: center;
    width: 100%;
	color: #9e2630;
    display: inline-block;
}
/* slideshow */
 #slideshow {
    width: 100%;
    position: relative;
    margin-top: 10px;
    padding-top: 55px;
}
#slideshow #main-slider .flex-caption {
    top: 10%;
    background-color: rgba(255, 255, 255, 0.75);
    color: #fff;
    margin: 0;
    padding: 8px 13px 5px 13px;
    position: absolute;
    border-radius: 4px;
}
#slideshow #main-slider .flex-button a {
    background: #9e2630;
    color: #fff;
    margin: 0;
    position: absolute;
    right: 4.5%;
    bottom: 18%;
    border-radius: 6px;
    text-align: center;
    border: 0;
    padding: 10px 5%;
    text-decoration: none;
    font-size: 20px;
}
#slideshow #main-slider .flex-button a:hover {
    text-decoration: none;
}
#slideshow #main-slider .flex-button .btn-theme {
    text-transform: lowercase;
    font-size: 20px;
}
#slideshow #main-slider .flex-control-nav {
    bottom: 10%;
}
#slideshow #main-slider .flex-caption h3 {
    color: #9e2630;
    margin-bottom: 8px;
    font-family:'Century Gothic', sans-serif;
    font-size: 20px;
}
#slideshow #main-slider .flex-caption p {
    margin: 0 0 15px;
    text-align: justify;
    color: #000;
    line-height: 22px;
}
.flex-control-paging li a {
    background-color: #fff;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background-color: #9e2630;
}
/*solid line*/
 .solidline {
    border-top: 1px solid #c9cbca;
    margin: 30px 0 30px 0;
    width: 100%;
}
/*slideshow*/
 #slideshow .container .row {
    margin-bottom: 3.5%;
}
.btn-lg {
    padding: 10px 25px;
    border-radius: 6px;

    text-transform: lowercase;
    background: #c9cbca;
    font-size: 12px;
}
/*about*/
 #about .row {
    margin-top: 30px;
}
#about h2 {
    font: normal normal normal 24px/24px'Century Gothic', sans-serif;
    margin: 0;
    padding: 0 0 15px 0;
}
#about img {
    float: left;
    max-width: 98%;
    margin: 0 2% 2% 0;
}
#about p {
    font: normal normal normal 14px/30px'Century Gothic', sans-serif;
    text-align: justify;
    margin: 0;
    padding: 0 0 10px 0;
}
#about p a {
    color: #000;
    text-decoration: underline;
}
/*schedule*/
 #schedule .row {
    margin-top: 30px;
}
#schedule h2, #schedule h4 {
    font: normal normal normal 24px/24px'Century Gothic', sans-serif;
    margin: 0;
    padding: 0 0 15px 55px;
}
#schedule img {
    float: left;
    max-width: 100%;
    margin: 0 2% 2% 0;
}
#schedule p {
    font: normal normal normal 14px/30px'Century Gothic', sans-serif;
    text-align: justify;
    margin: 0;
    padding: 0 0 10px 0;
}
#schedule p a {
    color: #000;
    text-decoration: underline;
}
/*contact*/
 #contact #contact_gray_wap {
    background-color: #73737b;
    border-radius: 6px;
    padding-bottom: 25px;
    margin-top:25px;
}
#contact h1 {
    font-family:'Century Gothic', sans-serif;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 30px;
}
#contact p {
    font-family:'Century Gothic', sans-serif;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
#contact-form label {
    margin-bottom: 20px;
    width: 100%;
}
#contact-form label span {
    width: 20%;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
}
#contact-form label textarea, #contact-form label input[type="text"] {
    font: normal normal normal 14px/28px'Century Gothic', sans-serif;
    color: #000;
    background: #fff;
    float: left;
    border: none;
    width: 80%;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
#contact-form label textarea {
    height: 100px;
}
#contact-form label input[type="text"] {
    height: 30px;
}
#contact-form label button[type="submit"] {
    font: normal normal normal 14px/30px'Century Gothic', sans-serif;
    color: #000;
    background: #c5c5c5;
    float: left;
    border: none;
    width: 30%;
    margin-left: 20%;
    padding: 0;
}
#contact ul {
    margin: 0;
    padding: 0;
}
#contact ul li {
    list-style: none;
    float: left;
    padding: 30px 5% 30px 0;
}
#contact ul li a {
    float: left;
}
#contact ul li a:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
#contact p {
    text-align: left;
    font: normal normal normal 14px/25px'Century Gothic';
    color: #fff;
    margin-bottom: 0;
}
#contact p a {
    color: #000;
}
#contact #map-canvas {
    float: left;
    width: 100%;
    height: 360px;
    margin-bottom: 40px;
}
/*footer*/
 #footer {
    height: 55px;
}
#footer p, #footer a {
    font: normal normal normal 14px/55px'Century Gothic';
    text-align: center;
    color: #000;
}
/*responsive setting*/

/*@media (min-width: 992px) and (max-width: 1200px) {
    header ul li {
        margin: 10px 5px 0 5px;
    }
    header ul li a {
        margin: 0;
        padding: 0px 2% 0 2%;
    }
    #slideshow #main-slider .flex-caption p {
        font-size: 11px !important;
        line-height: 20px;
    }
    #slideshow #main-slider .flex-button a {
        bottom: 14%;
    }
	
}*/
@media (min-width: 768px) and (max-width: 992px) {
    header ul li {
        margin: 10px 0 0 0;
        padding: 0;
    }
    header ul li a {
        margin: 0;
        padding: 0 12px 0 12px !important;
    }
    #slideshow #main-slider .flex-caption p {
        font-size: 10px !important;
        line-height: 18px;
    }
    #about p {
        font: normal normal normal 14px/22px 'Century Gothic', sans-serif;
        text-align: justify;
    }
    
}
@media (max-width: 768px) {
    header ul li {
        margin: 10px 0 0 0;
        padding: 0;
    }
	header ul li a {
        margin: 0;
        padding: 22px 0 0 0;
    }
    #slideshow #main-slider .flex-button a {
        width: 90%;
        bottom: auto;
        margin-top: -120px;
    }
    
    #about img {
        max-width: 100%;
        margin: 20px auto 20px auto;
    }
    
}