body{
    font-family: Merriweather,Georgia,serif;
    font-size: 16px;
    color: #000;
}
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}
ul{
	list-style:none;
}
li{
	float:left;
}
p {
    line-height: 25px;
}
.mobileShow {
    display: none;
}
.pageWidth{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:0 15px;
}
p a{
	text-decoration:none;
    color: #B22A1D;
}

 a{
	text-decoration:none;
	color:#fff;
}
a:hover{
    text-decoration: underline;
}
.btn {
    background: #b38f67;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 35px;
    margin: 50px 0 0 0;
    display: inline-block;
}
.btn.btnBlack{
    background: #b38f67;
}
.header{
    background: #2a2828;
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #2a2828;
    position: fixed;
    left: 0;
    top: 0;
}
.header .logo a{
    background: url(logo.png) no-repeat left center;
    background-size: cover;
    float: left;
    width:180px;
    height: 20px;
    margin: 4px 0 0 0;
}
.header .topNav {
    float: right;
    padding: 5px 0 0 100px;

}
.header .topNav a{
    padding: 0 50px 0 0;
	color: #fff;
}
.header .topNav a.current{
    color: #399;
}
.header .topBtns {
    float: right;
}
.header .topBtns a.signin{
    border: 1px solid #B22A1D;
    color: #B22A1D;
    background: #fff;
}
.header .topBtns a{
    width: 68px;
    height: 24px;
    border-radius: 50px;
    background:#000000;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin: 0 0 0 15px;
    font-size: 15px;
    padding: 5px 20px;
    border: 1px solid #000000;
}
.banner{
    width: 100%;
	height: 580px;
    float: left;
    background: url(banner.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 246px;
    margin-top: 65px;
}
.banner .pageWidth .words {
    width: 100%;
    max-width: 700px;
    float: left;
}
.banner h1 {
    padding: 180px 0 0 0;
    font-size: 32px;
    font-weight: bold;
	color:#000000;
}
.banner p{
    max-width: 500px;
    padding: 30px 0;
    font-size: 18px;
	color:#000000;
}
.banner h1 span{
    display: block;
}
.gaybanner{
    width: 100%;
	height: 580px;
    float: left;
    background: url(gaybanner.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 246px;
    margin-top: 65px;
}
.gaybanner .pageWidth .words {
    width: 100%;
    max-width: 700px;
    float: left;
}
.gaybanner h1 {
    padding: 180px 0 0 0;
    font-size: 30px;
    font-weight: bold;
	color:#ffffff;
}
.gaybanner p{
    max-width: 500px;
    padding: 30px 0;
    font-size: 18px;
	color:#ffffff;
}
.gaybanner h1 span{
    display: block;
}
.section01, .section03{
    width: 100%;
    float: left;
    padding: 100px 0;
    background: #2a2828;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.section01.innerBanner {
    padding: 50px 0;
    margin-top: 65px;
}
.section01.innerBanner h2{
    padding: 0px;
}

.section01 h2, .section03 h2{
    font-size: 26px;
    padding-bottom: 50px;
}
.section01 p, .section03 p{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
	padding-bottom:10px;
}
.section03 figure{
    float: right;
    width: 100%;
    max-width: 586px;
}
.section03 figure img{
    width: 100%;
    height: auto;
}
.section03 .txt{
    margin: 0 620px 0 0;
    text-align: left;
}
.section02 {
    width: 100%;
    float: left;
    padding: 80px 0;
}
.section02 .item {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.section02 .item figure {
    width: 100%;
    max-width: 583px;
}
.section02 .item figure img {
    width: 100%;
    height: 450px;
}
.section02 .item.picRight figure{
    float: right;
}
.section02 .item.picLeft figure{
    float: left;
}
.section02 .item.picRight .txt{
    margin: 0 680px 0 0;
}
.section02 .item.picLeft .txt{
    margin: 0 0 0 680px;
}
.section02 .item .txt h2{
    font-size: 26px;
    padding: 90px 0 50px 0;
}
.footer {
    width: 100%;
    float: left;
    padding:20px 0;
    background: #b38f67;
	color:#fff;
}
.footer .footLinks{
    width: 100%;
    float: left;
}

.footer .footLinks dl{
    float: left;
    width: 25%;;
}
.footer .footLinks dl dt{
    font-weight: bold;
    padding: 0 0 15px 0;
}
.footer .footLinks dl dd{
    padding: 7px 0;
}

.footer .copyRight {
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
	color: #fff;
}
.menuBtn{
    display: none;
}
.mask{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.mobileFootNav{
    display: none;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 12px 15px;
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
}
.mobileFootNav a{
    text-align: center;
    float: left;
    padding-right: 32px;
    font-size: 12px;
    color:#B22A1D;
}
.mobileFootNav a i{
    display: block;
}
.mobileFootNav .join {
    border: 1px solid #B22A1D;
    border-radius: 20px;
    color: #B22A1D;
    padding: 8px 25px;
    float: right;
    margin-top: 8px;
}

@media screen and (min-width:769px) {
    .topNav {
        display: block!important;
    }
}
@media screen and (max-width:768px) {
    .mobileShow {
        display: block;
    }
    .btn {
        margin-top: 0px;
    }
    .mobileFootNav{
        display: block;
    }
    .header {
        z-index: 1;
    }
    .footer .copyRight {
        line-height: 25px;
        margin-top: 10px;
    }
    .menuBtn {
        display: block;
        width: 30px;
        float: right;
    }
    .menuBtn span {
        width: 100%;
        height: 2px;
        margin: 5px 0;
        background: #fff;
        display: block;
    }
    .header .topNav{

        position: absolute;
        width: 100%;
        background: #2a2828;
        left: 0;
        top: 67px;
        padding: 15px;
        z-index: 1;
    }
    .header .topNav a {
        width: 100%;
        padding: 10px 0;
        display: block;
    }
    .topBtns {
        display: none;
    }
}
@media screen and (max-width:568px) {
    .section01 .btn,
    .section03 .btn {
        margin-top: 30px;
    }
    .banner h1 {
        padding-top: 200px;
        font-size: 30px;
    }
    .footer .footLinks dl {
        width: 100%;
        margin-bottom: 20px;
    }
    .section03 .txt {
        margin: 30px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .section01 h2, .section03 h2,
    .section02 .item .txt h2{
        font-size: 28px;
        margin-top: 50px;
        padding-bottom: 20px;
        width: 100%;
        float: left;
    }
    .section01 h2 {
        margin: 0px;
    }
    .section02 .item.picRight .txt,
    .section02 .item.picLeft .txt {
        margin: 20px 0 0 0;
        width: 100%;
        float: left;
    }
    .section02 .item .txt h2 {
        padding-top: 0px;
        margin-top: 20px;
    }
    .section02 .item .txt {
        text-align: center;
    }
    .section01, .section02, .section03 {
        padding: 60px 0;
    }
    .section02 .item:first-child {
        padding-bottom: 50px;
        margin-bottom: 20px;
        border-bottom: 1px solid #efefef;
    }
    .banner {
        background-image: url(bannermobile.jpg);
        padding-bottom: 120px;
    }
	 .gaybanner {
        background-image: url(gaybannermobile.jpg);
        padding-bottom: 120px;
    }
}