
/* Contect Page */

.content .container {
    padding-top: 40px;
}

.content .content-cnt {
    max-width: 776px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 16px;
    color: #7e7e7e;
    text-align: justify;
}

.content a.btn-content {
    width: 250px;
    line-height: 51px;
}

.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') center 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 */

.purple-txt {
	color:#282463;
}

.red-txt {
	color:#bf1e2e;
}

.content .content-title {
    margin-top: 50px;
    margin-bottom: 40px;
}

.content-title img {
    display: block;
    margin: 0 auto 10px auto;
}

.content-title .content-subtitle {
    font-family: Nexa;
    font-weight: 100;
    font-size: 20px;
    text-transform: none;
    margin-top: -14px;
}

.info {
    margin: 60px -15px;
    overflow: hidden;
}

.picture img {
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    max-width: 198px;
    height: auto;
}

.info .bio .txt {
    font-family: Nexa;
    display: block;
    text-align: center;
    color: #282463;
}

.info.red .bio .txt {
    color: #bf1e2e;
}

.info .bio .txt-tt {
    font-weight: 500;
    font-size: 18px;
}

.info .bio .txt.name {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom:3px;
}

.info .bio .txt.contact-txt {
    font-weight: 100;
    font-size: 16px;
    background: url('../img/template/about-us/phone-luisa.png') no-repeat;
    padding-left: 39px;
    width: 96px;
    margin: 0 auto;
}

.info .bio .txt.contact-txt.icon2 {
    background: url('../img/template/about-us/phone-mary.png') no-repeat;
}

.info .bio .phones {
    display: block;
    font-family: Lato;
    font-weight: 200;
    font-size: 16px;
    margin-top: 3px;
}

.info .bio .phones a {
    text-decoration: none;
    color: #282463;
}

.info .bio {
    margin-bottom: 15px;
}

.info .content-btn a.btn-content {
    width: 100%;
    text-align: center;
}

.info.red .content-btn a.btn-content {
    color: #bf1e2e;
    border: 2px solid #bf1e2e;
}

.info.red .content-btn a.btn-content:hover {
    color: #fff;
    background: #bf1e2e;
}

@media (min-width: 320px) {
	.info.flowinver {
	    position: relative;
	    min-height: 1248px;
	}

	.col-sm-9.flowbottom {
	    position: absolute;
	    bottom: 0;
	}

	.col-sm-3.flowtop {
	    position: absolute;
	    top: 0;
	    left: 50%;
	    margin-left: -113px;
	}
	.info .bio .phones {
	    text-align: center;
	}
}

@media (min-width: 480px) {
	.info.flowinver {
	    min-height: 969px;
	}
}

@media (max-width: 767px) {
	.info .content-btn a.btn-content {
	    width: 220px;
	    text-align: center;
	}
	.col-sm-3 {
	    margin-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.info.flowinver {
	    position: inherit;
	    min-height: auto;
	}

	.col-sm-9.flowbottom {
	    position: inherit;
	    bottom: 0;
	}


	.col-sm-3.flowtop {
	    position: inherit;
	    top: 0;
	    left: 50%;
	    margin-left: 0;
	}
}