/* Contect Page */

.content .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content .content-cnt {
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 16px;
    color: #7e7e7e;
    text-align: justify;
}

.content a.btn-content {
    width: 250px;
}

.info .content a.btn-content {
    font-size: 18px;
    width: 264px;
    border: 4px solid #262262;
}

.content .pattern img {
    width: 65%;
    height: auto;
}
.content .pattern-right img {
    float: right;
}

.befooter {
    background: url('../img/page/about-us/banner-befooter-about.jpg') no-repeat;
    min-height: 160px;
}

@media (min-width: 320px) {
	.banner-top {
	    position: relative;
	    overflow: hidden;
	    min-height:auto;
	    padding-bottom: 3px;
	}

	.banner-top img{
	    width:100%;
	}

	.banner-top .fslides {
	    position: relative;
	    bottom: 13px;
	    height: auto;
	}
}

@media (min-width: 658px) {
	.banner-top .fslides {
	    bottom: 15px;
	}
}

@media (min-width: 992px) {
	.banner-top .fslides {
	    bottom: 17px;
	}
}

@media (min-width: 1150px) {
	.banner-top {
	    position: relative;
	    overflow: hidden;
	    min-height: 536px;
	}

	.banner-top img {
	    position:absolute;
	    left:50%;
	    margin-left:-960px;
	    width: inherit;
	}

	.banner-top .fslides {
	    position:absolute;
	    bottom: 25px;
	    left:50%;
	    margin-left: 8px;
	}

}

/* / Contect Page */


.content .content-cnt.content-title {
    font-size: 20px;
    margin-top: 0;
}

.content-cnt.content-subtitle {
	display: inline;
    font-family: Lato;
    font-weight: 200;
    text-align: center;
    margin-bottom: 15px;
    color: #282463;
    font-size: 16px;
    text-transform: uppercase;
}