#main article { opacity: 1; margin: 4rem 0 0 0; }
.use-middle {width: 100%;}
.villageBtn { background-size: cover !important; position: relative;}
.villageBtn::after { content: ''; width: 100%; height: 100%; position: absolute; background: rgba(0, 0, 0, 0.5); right: 0; top: 0; z-index: -1; }
.villageBtn:nth-child(1) { background: url('../images/cover-1.jpg') no-repeat; }
.villageBtn:nth-child(2) { background: url('../images/cover-2.jpg') no-repeat; }
.villageBtn:nth-child(3) { background: url('../images/cover-3.jpg') no-repeat; }
.villageBtn a span { display: block }
.villageBtnNumbers { position: absolute; bottom: 0; text-align: center; background: rgba(255, 255, 255, 0.8); padding: 5px 10px; font-weight: bold; font-size: 1.2em; color: #000 }
article p { text-align: justify; }

.image img {opacity: 0.8}

.soundOff {
    background: url(../images/soundOff.png);
    background-size: 100%!important;
}
.soundOn {
    background: url(../images/soundOn.png) no-repeat!important;
    background-size: 92%!important;
}
.soundOff, .soundOn {
    height: 100%;
    display: block;
}
#soundManager {
    border: 3px solid red;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    left: 0;
    position: fixed;
    top: 40%;
    padding: 4px;
    z-index: 999999;
    background: red;
    width: 32px;
    height: 32px;
}

#header nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.mainData p {margin-bottom: 24px; font-size: 17px;}

.population {
    text-align: center;
    width: 115px;
    border: 1px dotted #fff;
    position: absolute;
    z-index: 999;
    background: rgba(121, 14, 14, 0.7);
    bottom: 5px;
    right: 5px;
}
.populationNumber {
    font-size: 22px;
    font-weight: bold;
}
.populationWord {
        font-size: 18px;
}

.highlight {
  background-image: linear-gradient(to right, #074ecf, #074ecf, #2260d2);
    border-radius: 6px;
    padding: 4px 12px;
    color: white;
    font-weight: bold;
    font-size: 14px;
}




/**********/

.hesal{
        background: #1f5ed1;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    width: 60%;
    text-align: center;
    border-radius: 10px;
    
}


.backArea2 {
    position: fixed;
    display: block;
    right: 30px;
    top: 20px;
    width: 70px;
    z-index: 100;
}

.backArea2 img {
    width: 100%;
	margin-bottom:10px;
}


.btn {
    border-radius: 5px;
    position: relative;
    padding: 15px 20px;
    background: #fff;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    color: #337ab7 !important;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.5s;
}

 

#modal {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: #ffffff0f;
    width: 95%;
    padding: 80px 50px 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
    visibility: hidden;
}

.active {
    visibility: visible !important;
    top: 50% !important;
}

 .content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

 .content img {
    max-width: 80px;
}



 .content .inputBox {
    position: relative;
    width: 100;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .content .inputBox input {
    width: 320px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    outline: none;
    font-size: 18px;
}

 .content .inputBox input[type="submit"] {
    max-width: 150px;
    background: #03a9f4;
    color: #fff;
    border: none;
}

.fa-close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: white;
    cursor: pointer;
    font-family: tahoma;
    font-size: 25px;
}
.fa-envelope{
    font-size: 100px !important;
    color:  #03a9f4;
}


@media screen and (max-width: 736px){
    .backArea2{
        display: none;
        
    }
    
    .parallax .bg__bar60{
            background-position: center !important;
    background-repeat: no-repeat !important;
        
    }
    
}

 