@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Montserrat:100,200,300,300italic,400italic,600italic,400,500,600,700,800,900");

/* COMMON */
html {
	position: relative;
	min-height: 100%;
}
body{
	font-size: 18px;
	font-family: 'Montserrat', arial, tahoma, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 0 130px 0;
	margin: 0;
	color: #000;	
	word-break: break-word;	
	background-color: #fff;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
a:link,
a:visited{
	color:#002864;
	text-decoration:none;
	outline: none;
}
a:hover{
	color: #000;
}
select {
}
select::-ms-expand{
}
p {
    margin: 0 0 20px;
}
span.required{
	color: #E42C3E;
	font-size: 14px;
}
.form-control{
	border-radius: 0;
	padding: 10px 12px;
	height: 45px;
	font-size: 18px;
}
.form-control.error {
    border-color: #E42C3E;
    z-index: 1;
}
.form-group>label{
	font-weight: 400;
	color: #333;
}
input[type=checkbox], 
input[type=radio]{
	margin-top: 8px;
}
.checkbox label, 
.radio label{
	font-weight: 300;
}
.btn{
	border: 0;
}
.alert{
	border-radius: 0;
	font-size: 18px;
}
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}
.preloader .box {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
}
.preloader .cssload-speeding-wheel{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}
.mgt30{
	margin-top: 30px;
}
.mgt40{
	margin-top: 40px;
}
.mgt50{
	margin-top: 50px;
}
.mgt60{
	margin-top: 60px;
}
.mgt70{
	margin-top: 70px;
}
.mgt80{
	margin-top: 80px;
}
.mgt90{
	margin-top: 90px;
}
.sm-line{
	position: relative;
	display: block;
}
.justify{
	text-align: justify;
}
.bg-cover{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.i-down{
    display: inline-block;
    background: url(../images/arrow-down.png) no-repeat center center;
    background-size: 54px auto;
    width: 54px;
    height: 32px;
}
.scroll-down:hover{
	-webkit-animation:hoverArrow .5s;
    animation:hoverArrow .5s;
}
.navbar-toggle{
	margin-right: 0;
	margin-top: 20px;
	border: 0px solid #999;
    border-radius: 0;
	padding: 6px 5px;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.img img{
	width: 100%;
}
.img.map img{
	width: auto;
	max-width: 100%;
}
.Vidage__backdrop,.Vidage__image{
	position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1b1c1d;
}
.Vidage--allow .Vidage__video{
	display:block
}
.Vidage--allow .Vidage__image{
	display:none
}
.Vidage{
	position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1
}
.Vidage,.Vidage__video{
	min-width:100%;min-height:100%
}
.Vidage__video{
	position:absolute;top:50%;left:50%;width:auto;height:auto;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:none
}
.Vidage__image{
	background-position:50%;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;
	background-image:url(../images/homepage/bg-1.jpg);
}
.Vidage__backdrop{
	background-color:#1b1c1d;
	opacity:.2
}
.page-desc{
	font-size: 32px;
	font-weight: 600;
	margin-top: 0;
}
.page-desc+.desc{
	font-weight: 500;
	font-size: 20px;
	margin-top: 15px;	
}
.modal-backdrop{
	background-color: rgba(12,24,44,1);
}
.modal-backdrop.in{
	opacity: 0.87;
}
/*
body.modal-open{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
*/
.modal .modal-dialog{
	width: 100%;
	max-width: 1140px;	
}
.modal .modal-header{
	border-bottom-width: 0;
}
.modal .modal-header .close{
	font-size: 30px;
	margin-top: -6px;
	margin-right: -2px;
}
.modal .modal-content{
	border-radius: 0;
	box-shadow: none;
}
.modal .modal-body{
	padding: 40px;
}
/* HEADER */
#header-bar{	
	position: fixed;	
    z-index: 1000;
	left: 0;
	right: 0;
	top: 0;	
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	height: 102px;
}
#header-bar.da.fixed{
	top: 0;
	background-color: rgba(0,0,0,0.9);
}
/*
#header-bar.fixed .company-logo{
	top: 10px;
}
#header-bar.fixed .company-logo img {
    max-height: 45px;
}
#header-bar.fixed #top-menu{
	top: 4px;
}
#header-bar.fixed #top-menu .navbar-nav>li>a{
	padding: 20px 11px;
	height: 61px;
}
#header-bar.fixed #top-menu .dropdown-menu{
	top: 61px;
}
*/
#header-bar .company-logo{
	position: absolute;
	top: 25px;
	display: block;	
}
#header-bar .company-logo img{
	max-height: 67px;
}
#top-menu{
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 3;	
}
#top-menu .dropdown:hover > .dropdown-menu {
    display: block;
	background-color: rgba(49,127,52,1);
}
#top-menu .dropdown.open,
#top-menu .dropdown.hover,
#top-menu .dropdown.hover a{
	color: rgba(35,221,118,1);
}
#top-menu .navbar-nav>li{
	padding: 0 25px;
}
#top-menu .navbar-nav>li>a{
	font-size: 13px;	
	font-weight: 600;
	color: #fff !important;
	text-transform: uppercase;
	box-sizing: border-box;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}
#top-menu .nav .open>a,
#top-menu .nav .open>a:hover,
#top-menu .navbar-nav>li>a:hover{
	background-color: transparent;
	color: #fff !important;
}
#top-menu .nav .open>a:focus,
#top-menu .navbar-nav>li>a:focus{
	background-color: transparent;
	color: #000;
}
#top-menu .dropdown-menu{
	padding: 0;
	margin: 0;	
	left: 0;
	top: 66px;
	right: auto;
	border: 0;
	border-radius: 0;
	min-width: 227px;
	background-color: rgba(245,125,32,1);
}
#top-menu .dropdown-menu a{
	color: #fff !important;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 12px;
}
#top-menu .dropdown-menu li{
	border-bottom: 1px solid #4d9952;
}
#top-menu .dropdown-menu li:last-child{
	border-bottom: 0;
}
#top-menu .dropdown-menu a:hover,
#top-menu .dropdown-menu a:focus{
	background-color: rgba(41,132,47,1);
	color: #fff;
}
#top-menu .navbar-nav>li.investor{
	display: none;
}
#top-menu .investor{
	text-align: right;	
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 15px;
}
#top-menu .investor>div{
	border-bottom: 1px solid #94a1ae;
}
#top-menu .investor a{
	color: #fff;
	font-size: 12px;
}
#top-menu .investor a .fa{
	font-size: 16px;
	margin-right: 5px;
}
#wrap-content{
	padding-top: 80px;
}

/* FOOTER */
#footer-bar {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem 0;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	background-color: rgba(0,0,0,0.74);
	text-align: right;
}
#footer-bar.white{
	background-color: rgba(255,255,255,1);
	padding-top: 10px;
	padding-bottom: 15px;
}
#footer-bar a{
	color: #fff;
	font-weight: 600;
}
#footer-bar.white a{
	color: #666;	
}
#footer-bar .social{
	text-align: right;
}
#footer-bar .social a .fa{	
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	position: relative;
	background-color: #9c9c9c;
	color: #000;
	border-radius: 3px;
	margin-left: 5px;
}

/* BANNER */
#banner{
	background-color: #fff;
	height: 100vh;
	min-height: 600px;
	position: relative;
	display: flex;
	align-items: center;
}
#banner.about-us{
	background-image: url(../images/banners/about-us-v4.jpg);
}
#banner.our-team{
	background-image: url(../images/banners/our-team.jpg);
}
#banner.criteria{
	background-image: url(../images/banners/criteria.jpg);
}
#banner.approach{
	background-image: url(../images/banners/about-us.jpg);
}
#banner .container {    
	text-align: center;
	color: #fff;
	padding: 100px;
/*	background-color: rgb(0 38 74 / 50%); */
}
#banner .arrow{
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -30px;
    cursor: pointer;
    opacity: 1;
}
#banner h2{
	font-size: 36px;
	font-weight: 600;
	margin-top:-10px;
/*	background-color: rgb(0 38 74 / 80%); */
/*		padding: 30px; */
}
#banner h2+.desc{
	font-size: 22px;
	font-weight: 500;
	margin-top: 50px;
	line-height: 1.5;
}

/* HOMEPAGE */
#homepage{
	overflow-y: auto;
	min-height: 800px;
}
#homepage .homepage-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 200px;
    color: #fff;
	z-index: 2;
}
#homepage .item a{
	box-sizing: border-box;	
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
	background-color: rgba(9,123,59,0.85);
	border-bottom: 12px solid rgba(18,171,86,1);
	padding: 20px;
	min-height: 102px;
	display: block;	
}
#homepage .item a:hover{
	background-color: rgba(18,171,86,0.75);
}
#homepage #text-slide{
	font-size: 36px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 30px;
	padding: 80px;
	text-align: center;
	/* background-color: rgb(0 38 74 / 60%); */
	/* text-shadow: 1px 1px rgba(0,0,0,0.3); */
}
#homepage .slide{
	position: relative;
	padding-bottom: 100px;
}
#homepage .desc{
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;	
	max-width: 800px;
	top: 0;
	left: 120px;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}
#homepage #footer-bar{
	background-color: transparent;
}
#homepage #sub-menu{
	background-color: rgba(81,109,136,1);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 120px;	
	padding: 0;
	text-align: center;
}
#homepage #sub-menu>.row{
	margin-left: 0;
	margin-right: 0;
}
#homepage #sub-menu a{
	font-size: 16px;
	font-weight: 600;
	color: #8295ae;
	white-space: nowrap;
	padding: 10px 60px 10px 0;
	margin: 0 35px;
	display: inline-block;	
	position: relative;
	box-sizing: border-box;
}
#homepage #sub-menu a span{
	display: inline-block;
	width: 21px;
	height: 30px;
	background: url(../images/arrow.png) no-repeat right center;
	position: absolute;
	top: 6px;
	right: 30px;
	opacity: 0;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}
#homepage #sub-menu a:hover{	
	color: #fff;
}
#homepage #sub-menu a:hover span{
	right: 5px;
	opacity: 1;
}
#homepage .home-video-banner {    
    overflow: hidden;
    position: absolute;
    height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
#homepage .vimeo_player_wrapper:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,20,40,0.45);
    z-index: 1;
    display: block;
    top: 0;
}
#homepage .bg-media__video{
	border: 2px solid red;
	position: absolute;
    box-sizing: border-box;
	top: 0;
	left: 0;
	right: 0;
}
/* FIX CENTER */
#homepage .homepage-content{
	position: absolute;
	top: 50%;
	bottom: auto;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#homepage .slide{
	padding-bottom: 0;
}
#homepage #text-slide{
	margin-bottom: 0;
	padding: 0;
}

/* ABOUT */
#about-us #wrap-content{
	overflow: hidden;
}
#about-us .desc-text .content{
	font-size: 18px;
	font-weight: 400;
}
#about-us .enums{
	background-image: url(../images/about/bg-about.jpg);
	color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: 100px;
}
#about-us .enums .item{
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	/*cursor: pointer;*/
}
#about-us .enums .item .desc{
	visibility: hidden;
}
#about-us .enums .item:hover .desc{
	visibility: visible;
}
#about-us .enums .item a{
	color: #fff;
}
#about-us .enums .item.none{	
	cursor: default;
}
#about-us .enums .item.none .num{
	visibility: hidden;
}
#about-us .enums .item.none:hover:before{
	display: none;
}
#about-us .enums .item:hover:before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3,19,37,0.74);
    z-index: 0;
    display: block;
    top: 0;
}
#about-us .enums .item:hover .content .num:not(.na) span{
	background-color: #fff;
	color: #000;
	font-size: 30px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#about-us .enums .item .content{
	padding: 10%;
	position: relative;
	z-index: 1;
}
#about-us .enums .item .content h3{
	font-size: 32px;
	font-weight: 700;
}
#about-us .enums .item .content .desc{
	font-weight: 600;
	margin-top: 20px;
}
#about-us .enums .item .content .num span{
	font-size: 36px;
	font-weight: 700;
	display: inline-block;
	width: 84px;
	height: 84px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 84px;
}
#about-us .quote{
	font-size: 24px;
	line-height: 1.2;
	margin: 100px auto 150px auto;
}
#about-us .quote .name{
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
}

/* CONTACT */
#contact-us{
	background-image: url(../images/banners/contact.jpg);
}
#contact-us #footer-bar{
	display: none;
}
#contact-us #contact-us-page{
	color: #fff;
	margin-top: 250px;	
}
#contact-us #contact-us-page .sub-header{
	font-weight: 300;
	font-size: 15px;
}
#contact-us #contact-us-page .info .content{
	margin-top: 11px;
}
#contact-us #contact-us-page p{
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}
#contact-us #contact-us-page p a:link {
  color: #ffffff;
}
#contact-us #contact-us-page p a:visited {
  color: #ffffff;
}
#contact-us #contact-us-page p a:hover {
  color: #ffffff;
}
#contact-us #contact-us-page p a:active {
  color: #ffffff;
}
#contact-us #contact-us-page h3{
	font-size: 25px;
	font-weight: 700;
	line-height: 2;
	margin-top: 0;
}
#contact-us #contact-us-page .form-control{
	box-shadow: none;
	background-color: rgba(255,255,255,0.79);
	color: #000;
	margin-bottom: 5px;
}
#contact-us #contact-us-page button{
	outline: none;
	background-color: #f3e7d3;
	color: #002864;
	font-weight: 700;
	font-size: 20px;
	padding-left: 70px;
	padding-right: 70px;
	height: 42px;
}
/* INVESTORS */
#investors{
	background-image: url(../images/banners/investors.jpg);
}
#investors #footer-bar{
	display: none;
}
#investors #investments-page{
	color: #fff;
	margin-top: 250px;	
}
#investors #investments-page form{
	max-width: 600px;
	margin: 0 auto;
}
#investors #investments-page .form-control{
	box-shadow: none;
	background-color: rgba(255,255,255,1);
	color: #000;
	margin-bottom: 35px;
	height: 64px;
}
#investors #investments-page label{
	color: #fff;
	font-weight: 300;
}
#investors #investments-page button{
	outline: none;
	background-color: #17263b;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 40px;
	border-radius: 0;
	border: 1px solid #243246;
	height: 54px;
	max-width: 300px;
}

/* CRITERIA */
body#criteria{
	padding-bottom: 0;	
}
#criteria #wrap-content.bg-1{
	background-image: url(../images/criteria/bg-criteria.jpg);
	padding-bottom: 400px;
	color: #fff;
}
#criteria #wrap-content.bg-2{
	background-image: url(../images/banners/investors.jpg);
	padding-bottom: 100px;
	color: #fff;
}
#criteria .item{
	margin-bottom: 30px;
}
#criteria .item .wrap{
	cursor: pointer;
	position: relative;
	border: 2px solid transparent;
	border-radius: 8px;	
	padding: 70px 40px;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#criteria .item .wrap:before{
	border-radius: 8px;	
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,0.73);
	z-index: 0;
}
#criteria .item.dk .wrap:before{	
	background-color: rgba(3,19,37,0.74);
}
#criteria .item .wrap:hover{
	border-color: #fff;
	color: #fff;
}
#criteria .item .wrap:hover:before{
	background-color: rgba(0,0,0,0.64);
}
#criteria .item.dk .wrap:hover:before{	
	background-color: rgba(3,19,37,0.64);
}
#criteria .item .wrap .content{	
	width: 100%;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
#criteria .item .wrap:hover .content{
	font-size: 24px;
	/*font-weight: 600;*/
}

/* APPROACH */
#approach #wrap-content{
	overflow: hidden;
}
#approach .items .item{
	cursor: pointer;
	position: relative;
	color: #fff;
	box-sizing: border-box;
	/*
	-moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
	*/
}
#approach .items .item .content{
	padding: 100px 10%;
	position: relative;
	min-height: 400px;
}
#approach .items .item .content:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(3,19,37,0.65);
	z-index: 0;
}
#approach .items .item .content .wrap{
	width: 100%;
	position: relative;  /*static;*/
}
#approach .items.init .item .content .wrap{
	/*position: relative;*/
}
#approach .items .item .content h3{
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}
#approach .items .item .content .desc{
	margin-top: 25px;
	opacity: 0;
	font-weight: 600;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#approach .items .item .content:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(3,19,37,0.55);
	z-index: 0;
}
/*
#approach .items .item:hover .content:before{
	display: none;
}
*/
#approach .items .item.active:before{
	background-color: rgba(3,19,37,0.61);
}
#approach .items .item:hover .content .desc{
	/*display: block;*/	
	opacity: 1;
}
#approach .items .item.item-1 .content{
	background-image: url(../images/approach/item-1.jpg);
}
#approach .items .item.item-1.active{
	margin-left: 0;
}
#approach .items .item.item-2 .content{
	background-image: url(../images/approach/item-2.jpg);
}
#approach .items .item.item-3 .content{
	background-image: url(../images/approach/item-3.jpg);
}
#approach .items .item.item-3.active{
	margin-right: 0;
}
#approach .items .item.item-anchor{
	/*opacity: 0;
	z-index: -1;*/
}
#approach .enums{
	background-image: url(../images/homepage/bg-3.jpg);
	color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: 100px;
}
#approach .enums .item{
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	/*cursor: pointer;*/
}
#approach .enums .item .desc{
	visibility: hidden;
}
#approach .enums .item:hover .desc{
	visibility: visible;
}
#approach .enums .item a{
	color: #fff;
}
#approach .enums .item.none{	
	cursor: default;
}
#approach .enums .item:hover:before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3,19,37,0.74);
    z-index: 0;
    display: block;
    top: 0;
}
#approach .enums .item:hover .content .num span{
	background-color: #fff;
	color: #000;
	font-size: 30px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#approach .enums .item .content{
	padding: 10%;
	position: relative;
	z-index: 1;
}
#approach .enums .item .content h3{
	font-size: 32px;
	font-weight: 500;
}
#approach .enums .item .content h3.sm{
	font-size: 24px;
	text-align: center;
}
#approach .enums .item .content .desc{
	font-weight: 600;
	margin-top: 20px;
}
#approach .enums .item .content .num span{
	font-size: 36px;
	font-weight: 700;
	display: inline-block;
	width: 84px;
	height: 84px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 84px;
}

/* TEAM */
#our-team .item{
    margin-bottom: 60px;
	cursor: pointer;
}
#our-team .item .name{
    font-weight: 300;
    color: #000;
    padding-top: 15px;
    font-size: 18px;    
    font-weight: 700;
	line-height: 1.2;
}
#our-team .item .position {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
	line-height: 1.5;
}
#teamDetailModal .name{
    color: #000;
    font-size: 36px;
    line-height: 30px;
    font-weight: 800;
	margin-top: -3px;
}
#teamDetailModal .position{
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
	margin-top: 15px;
}
#teamDetailModal .text{
    margin-top: 30px;
}
#teamDetailModal .social{
    margin-top: 50px;
	font-size: 26px;
}
#teamDetailModal .social a{
	color: #000;
	margin-left: 10px;
}
#teamDetailModal .social a:first-child{
	margin-left: 0;
}