/*vertical centering helpers*/

.vertical-center:before{
	content: '';
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.vertical-center{
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

.vertical-center-container{
	width: 100%;
	height: 100%;
	font-size: 0;
}

.vertical-center-before{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.vertical-center-content{
	display: inline-block;
	vertical-align: middle;
}

.vertical-center2-container{
	display: table;
	width: 100%;
	height: 100%;
	padding-bottom: 15px;
}

.vertical-center2-content{
	display: table-cell;
	vertical-align: middle;
}

.fa-vertical-center:after{
	content: '';
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.fa-vertical-center{
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

/*vertical centering helpers*/



/*matrix content helpers*/

.container-16-9{
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
}

.container-square{
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	position: relative;
}

.container-rect-hor{
	width: 100%;
	padding-bottom: 50%;
	height: 0;
	position: relative;
}

.container-rect-vert{
	width: 100%;
	padding-bottom: 200%;
	height: 0;
	position: relative;
}

.container-16-9 .content, .container-square .content, .container-rect-hor .content, .container-rect-vert .content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*matrix content helpers*/



/*text helpers*/

.text-uppercase{
	text-transform: uppercase;
}

.text-lighter{
	font-weight: lighter;
}

.text-normal{
	font-weight: normal;
}

.text-bold{
	font-weight: bold;
}

/*text helpers*/



/*margin helpers*/

.margin-none{
	margin: 0;
}

.margin-top-none{
	margin-top: 0;
}

.margin-top-xs{
	margin-top: 5px;
}

.margin-top-sm{
	margin-top: 10px
}

.margin-top-md{
	margin-top: 15px;
}

.margin-top-lg{
	margin-top: 30px;
}

.margin-bottom-none{
	margin-bottom: 0;
}

.margin-bottom-xs{
	margin-bottom: 5px;
}

.margin-bottom-sm{
	margin-bottom: 10px
}

.margin-bottom-md{
	margin-bottom: 15px;
}

.margin-bottom-lg{
	margin-bottom: 30px;
}

.margin-left-none{
	margin-left: 0;
}

.margin-left-xs{
	margin-left: 5px;
}

.margin-left-sm{
	margin-left: 10px
}

.margin-left-md{
	margin-left: 15px;
}

.margin-left-lg{
	margin-left: 30px;
}

.margin-right-none{
	margin-right: 0;
}

.margin-right-xs{
	margin-right: 5px;
}

.margin-right-sm{
	margin-right: 10px
}

.margin-right-md{
	margin-right: 15px;
}

.margin-right-lg{
	margin-right: 30px;
}

/*margin helpers*/



/*padding helpers*/

.padding-none{
	padding: 0;
}

.padding-top-xs{
	padding-top: 5px;
}

.padding-top-sm{
	padding-top: 10px
}

.padding-top-md{
	padding-top: 15px;
}

.padding-top-lg{
	padding-top: 30px;
}

.padding-bottom-xs{
	padding-bottom: 5px;
}

.padding-bottom-sm{
	padding-bottom: 10px
}

.padding-bottom-md{
	padding-bottom: 15px;
}

.padding-bottom-lg{
	padding-bottom: 30px;
}

.padding-left-xs{
	padding-left: 5px;
}

.padding-left-sm{
	padding-left: 10px
}

.padding-left-md{
	padding-left: 15px;
}

.padding-left-lg{
	padding-left: 30px;
}

.padding-right-xs{
	padding-right: 5px;
}

.padding-right-sm{
	padding-right: 10px
}

.padding-right-md{
	padding-right: 15px;
}

.padding-right-lg{
	padding-right: 30px;
}

.padding-xs{
	padding: 5px;
}

.padding-sm{
	padding: 10px;
}

.padding-md{
	padding: 15px;
}

.padding-lg{
	padding: 30px;
}

.financialconsultancy-padding{
	padding: 50px 20px;
}

@media only screen and (min-width: 900px) {
	.financialconsultancy-padding{
		padding: 100px;
	}
}

/*padding helpers*/



/*overlay helpers*/

.overlay-container{
	position: relative;
}

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.overlay-1{
	background: rgba(235, 34, 39, 0.8);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.overlay-2{
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.overlay-container:hover .overlay, .overlay-active{
	opacity: 1;
}

/*overlay helpers*/

.about-us-team{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.row-team{
	margin-top: 40px;
}

.row-team > img{
	cursor: pointer;
}

.modal-dialog{
	background-color: #111E26;
	padding: 50px;
}

.team-person-name{
	color: #fff;
}

.team-position{
	color: #84a9af;
}

.team-person-name-back{
	color: #fff;
	font-size: 16px;
}

.team-position-back{
	color: #84a9af;
	font-size: 12px;
}

.person-details{
	height: 90px;
    margin-top: 10px;
}

@media only screen and (min-width: 360px) {
	.person-details{
		height: 70px;
        margin-top: 10px;
	}
}

@media only screen and (min-width: 610px) {
	.person-details{
		height: 50px;
        margin-top: 15px;
	}
}

@media only screen and (min-width: 992px) {
	.person-details{
		height: 90px;
        margin-top: 15px;
	}
}


@media only screen and (min-width: 1024px) {
	.person-details{
		height: 70px;
        margin-top: 15px;
	}
}

.about-us-modal-image{
	max-width: 300px;
	width: 100%;
}

.about-us-next, .about-us-prev{
	width: 40px;
	height: 40px;
	border: 2px solid;
	color: #999999;
	border-radius: 50%;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	background-color: #ffffff;
	cursor: pointer;
	z-index: 20;
	position: fixed;
	top: 50%;
	display: none;
}

.about-us-next{
	right: 30px;
}

.about-us-prev{
	left: 15px;
}


@media only screen and (min-width: 900px) {
	.about-us-prev{
		left: 100px;
	}
	.about-us-next{
		right: 115px;
	}
}


@media only screen and (min-width: 768px) {
	.about-us-next, .about-us-prev{
		display: block;
	}
}

body {
	overflow-y: visible;
}

.modal {
	overflow-y: hidden;
}

.about-us-close{
	width: 40px;
	height: 40px;
	border: 2px solid;
	color: #999999;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	background-color: #ffffff;
	cursor: pointer;
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
}