@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
html {
    font-size: 1rem;
}
body {
    color: #ffff99;
    background-color: #981f1c;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: normal;
}
a, a:hover, a img, a:hover img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
h1,h2,h3{ font-weight:normal;}
.z-container {
    max-width: 770px;
}
#header {
    margin: 10px 0;
}
#header .z-container div, #header img {
    float: left;
}
#header .menu {
	background-color: #fff;
    width: 578px;
    line-height: 21px;
}
#header li, #header li a, #footer li, #footer a {
    display: inline-block;
}
#header li {
    padding: 0 20px;
}
#header li a {
    color: #000000;
}
#header li a:hover {
    color: #981f1c;
}
#header .center {
    width: 636px;
} 
#footer a:hover {
    color: #ffff99;
}
#footer li {
    padding: 0 15px;
}
.z-default-subpage-header {
    display: none !important;
}
.z-default-subpage-subcontent {
    background-color: rgba(255, 255, 255, 0.0);
    padding: 30px;
}


@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
    .header-main {
        display: none;
    }
    #header {
        margin: 0;
    }
    .z-mobile-header, .z-mobile-header-fixed, .z-mobile-header .z-mobile-menu {
        background-color: #981f1c !important;
    }
    .z-mobile-header-fixed {
        box-shadow: 0 0 10px #484848;
    }
    #header .z-mobile-menu li a {
        color: #fff;
    }
    #header .z-mobile-menu li a:hover {
        color: #ffff99;
    }
}
@media screen and (max-width: 767px) {
    .z-container {
        max-width: 100%;
    }
    .h-sec1 .text2 {
        padding: 0;
    }
    .p-title.z-t-50 {
        font-size: 36px;
    }
}
@media screen and (max-width: 479px) {
    .z-mobile-header .z-mobile-header-logo img {
        max-width: 40px;
    }
    .p-title.z-t-50 {
        font-size: 28px;
    }
}