/* BOTTOM GALLERY */

.bottom-gallery {
    margin: 20px auto 0px;
    position: relative;
}

.bottom-gallery-arrow {
    outline: 0 solid red;
    padding: 0 0 10px 10px;
    position: absolute;
    top: 50%;
}

.bottom-gallery-arrow.bottom-gallery-arrow-left {
    left: 2%;
}

.bottom-gallery-arrow.bottom-gallery-arrow-right {
    right: 2%;
}

.bottom-gallery-images {
    text-align: center;
}

.bottom-gallery-image {
    width: 20%;
    display: inline-block;
}

.bottom-gallery-image p {
}

.bottom-gallery-image img {
    border: 2px solid #FABB3C;
    width: 100%;
    max-width: 200px;
}

#text1 {
    color: #6D91A1;
    font-size: 125%;
    outline: 0 solid red;
    overflow: hidden;
    padding: 40px 80px 40px 80px;
    text-align: justify;
    text-indent: 2em;
}

#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;
    position: relative;
    width: 100%;
}

.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 {

    }
    
    .bottom-gallery-image img {
        
    }
    
    #text1 {
        font-size: 100%;
    }
    
    .sub-page-title {
        font-size: 70%;
    }
    
    .sub-page-description {
        font-size: 70%;
    }
    
    #z_text {
    	background-size: 30%;
    }

	#text1 {
		font-size: 70%;
		padding: 40px 20px 20px;
	}
}

@media screen and (min-width: 981px) and (max-width: 1600px) {
    .sub-page-title {
        font-size: 120%;
    }
    
    .sub-page-description {
        font-size: 70%;
    }
}
