/****** PLACE YOUR CUSTOM STYLES HERE ******/
body {
    font-size: 15px;
    line-height: 24px;
    font-family: "Microsoft JhengHei", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #666;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h4 {
    margin-bottom: 8px;
	font-weight: 400;
}
.text-red {
	color: #C03;
}
section, footer {
    padding: 40px 0;
}
.bg-dark {
    background: #000;
}
.menu li a {
    font-size: 15px;
}
.overlay:before {
    opacity: 0.8;
}

.btn {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #ff0096;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #ff0096;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
}

h1 {
    font-size: 60px;
	line-height: 70px;
}
h5 {
    font-size: 15px;
}
.btn {
    color: #000 !important;
    border-color: #fff;
    background-color: #fff;
}
.menu > li ul {
    width: 300px;
}
.image-xs {
    max-height: 66px;
}
.nav-bar {
    height: 70px;
    max-height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
h1, h1.large, .h1 {
    font-size: 38px;
    line-height: 60px;
    font-weight: 300;
}
p {
    font-size: 14px;
}
.image-xs {
    max-height: 55px;
}
}

@media (max-width: 990px) {
.module.widget-handle {
    border-left: none;
    border-top: 1px solid #ccc;
    line-height: 68px;
    min-height: 58px;
}
}
