/* BOTTOM GALLERY */

.bottom-gallery {
    position: absolute;
    margin: 0px auto 0px;
    top: 80px;
    left: 50px;
    width: 200px;
    text-align: center;
}

.bottom-gallery-arrow {
    margin: auto;
}

.bottom-gallery-arrow.bottom-gallery-arrow-top {
}

.bottom-gallery-arrow.bottom-gallery-arrow-bottom {
}

.bottom-gallery-images {
}

.bottom-gallery-image {
    width: 100%;
    display: block;
    margin: auto;
}

.bottom-gallery-image p {
}

.bottom-gallery-image img {
    border: 2px solid #FABB3C;
    width: 100%;
}

#text1 {
    color: #6D91A1;
    font-size: 125%;
    outline: 0 solid red;
    overflow: hidden;
    padding: 40px 80px 40px 80px;
    text-align: justify;
    margin-left: 200px;
}

#z_text {
    background-color: #ffffff;
    background-image: url('../../images/erkrordakan_deghin.png');
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 10px;
    height: auto;
    min-height: 500px;
    margin-bottom: 70px;
    padding-bottom: 30px;
    width: 100%;
    position: relative;
}

.sub-pages {

}

.sub-page {
    padding: 20px 0;
    border-bottom: 1px dashed #FABB3C;
}

.sub-page-image {
    width: 100%;
    padding: 10px;
    border: 1px solid #FABB3C;
    border-radius: 5px;
}

.sub-page-title {
    font-size: 150%;
}

.sub-page-description {
    color: #6D91A1;
}

@media screen and (max-width: 980px) {
    .bottom-gallery {
        height: 25%;
        left: 0;
        outline: 0 solid red;
        position: absolute;
        top: 95%;
        width: 70%;
    }
    
    .bottom-gallery-image img {
        width: 50%;
    }
    
    #text1 {
        font-size: 100%;
    }
    
    .sub-page-title {
        font-size: 70%;
    }
    
    .sub-page-description {
        font-size: 70%;
    }
    
	#text1 {
		color: #6D91A1;
		float: left;
		font-size: 70%;
		height: 85%;
		outline: 0 solid red;
		overflow: hidden;
		padding: 40px 80px 20px 20px;
		width: 80%;
		z-index: 3;
	}
}

@media screen and (min-width: 981px) and (max-width: 1600px) {
    .sub-page-title {
        font-size: 120%;
    }
    
    .sub-page-description {
        font-size: 70%;
    }
}
