@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');


/* ==========================================================================
Typography
========================================================================== */
   
   

p {
  font-size: 15px;
  line-height: 29px;
  color: rgba(28, 54, 83, 0.6);
  }

h1 {
	font-family: "Open Sans", sans-serif;
  font-size: 60px; }

h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #FFFFFF;

	padding-top: 3%;
	margin-top: 15px;
}

h3 {
  font-size: 24px;
  color: #587789; 
  text-align:center;}

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px;
  color: #3D4351;
  text-transform: uppercase;
  font-weight: 500; }

.btn {
	font-size: 13px;
	border: 2px solid rgba(237,154,96,1.00);
	border-radius: 40px;
	display: inline-block;
	text-transform: uppercase;
}

.btn:hover, .btn:focus {
	color: #fff;
	border-color: #BB410B;
	background-color: #ED9A60;
}

.btn-white {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff; }

.btn-white:hover, .btn-white:focus {
  color: #FF5274;
  border-color: #FF5274; }

.btn-fill {
  color: #fff;
  border: solid 2px #FF5274;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #FF5274; }

.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #D7405D;
  border-color: #D7405D; }

.btn-small {
  padding: 8px 40px; }

.btn-large {
  padding: 15px 40px; }

.btn-margin-right {
  margin-right: 20px; }

section.intro, section.features-extra, section.sign-up {
}

section.features, section.blog-intro, section.blog {

}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
  content: "";
  display: table;
  clear: both; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

a {
  color: rgba(187,65,11,1.00);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color; }

a:hover, a:focus {
	color: #D7405D;
	text-decoration: none;
}
#career p a, #contact p a, #community p a  {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}

#career p a:hover, #contact p a:hover, #community p a:hover  {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

#pdp h2 {
	margin-bottom: 25px;
	text-align: center;
}
#pdp  {
	margin-bottom: 35px;
}
#pdp p a {
	color: rgba(255,255,249,1.00);
	text-decoration: underline;
}
#pdp h3 {
	color: rgba(255,255,249,1.00);
}

#pdp li {
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

#pdp li:first-child {
  margin-top: 20px;
}


#pdp_link {

}





body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%; 
  }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section-padding {
	padding-top: 50px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px; }

/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
.floating-logo {
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
/* ==========================================================================
Waypoinsts
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9 {
  visibility: hidden; }

.wp2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
  visibility: visible; }


/* ==========================================================================
NAV 2.0
========================================================================== */

#navigation {
	background-color: #C90003;
	z-index: 100;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


.navbar {
	margin-bottom: 0;
	z-index: 1001;
	background-color: #C90003;
}


.nav.navbar-nav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 4px;
	z-index: 9999;


}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: #C90003;
	z-index: 9999;
}


.navbar-custom ul.nav li a {
	font-size: 1.4em;
	text-align: center;
	color: #FFFFFF;
	


}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
	margin-top: 21px;
	border-top: none;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;

}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 2px 2px;
    font-size: 20px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
	outline: 0;
	z-index: 9999;
}

/* ==========================================================================
Who We Are
========================================================================== */

.who_we_are {
	position: relative;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(40,187,251,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(40,187,251,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(40,187,251,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(40,187,251,1.00) 100%);
	background-repeat: repeat-x;
	padding-top: 5%;
}

  .who_we_are_text h2 {
    color: #fff;
    margin-bottom: 40px; }
  .who_we_are_text p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: justify;
}
  .who_we_are_text {
	background-color: #28BBFB;
	}

/* ==========================================================================
Team
========================================================================== */

.team {
	position: relative;
	background-repeat: repeat-x;
	background-image: url(../img/bg_team_a.png);
	background-size: contain;
}

  .team_text h2 {
    color: #fff;
	margin-top: 40px;
    margin-bottom: 40px; }

  .team_text p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 50px;
	text-align: justify;
}

  .team_text {
	background-color: #7CA8C1;
	}

/* ==========================================================================
Team - members
========================================================================== */

.team_members {
	position: relative;
	background-color: #7CA8C1;
	padding-bottom: 10%;
}
.member {
	border-radius: 2em;
	background-color: #729AB1;
	margin-top: 5px;

}
.member .img-responsive {


}
.member_container {
	padding-left: 5%;
	padding-right: 5%;
}

.member:hover {
	background-color: #608DA7;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: color, border-color, background-color;
	transition-property: color, border-color, background-color;

	}

  .team_members h2 {
	font-family: "Open Sans"!important;
    color: #fff;
    padding-top: 5%;
	  text-align: center;
	}
	
	
	.col-md-5 {
		padding: 0;	
	}
	
/* ==========================================================================
Team coll HEADER - FOOTER
========================================================================== */	
	
	.coll_body{
	background-color: #7CA8C1;
}

/* header */
	.coll_header {
	padding-top: 20px;
	}
	.coll_img {
	background-color:#729AB1;
}


	
.coll_header h3 {

color: #587789;
font-weight: 300;
	text-align: left;
	}

.coll_header h2 {

	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-align: left;
	padding-top: 3%;
	margin-top: 15px;
	}

/* middle */	

.coll_middle {
	padding-top: 1%;

}


.coll_middle p {
	text-align: justify;
	color: rgba(255,255,255,1.00);
	
}

.edu p {
	margin-bottom: 0px;
	margin-top: 15px;
}

.edu li {
	text-align: left;
	color: #FFFFFF;
	list-style-position: inside;

	
}


/* footer */
	.coll_footer {
	padding-top: 20px;
	position: relative;
	z-index: 8041;

	}
	
	a .clse  {
		display:inline-block;
		width: 30px;
		height: 30px;
		background-image:url(../img/close.png);
		background-size: cover;
	 }
	a:hover .clse  {
		background-image:url(../img/close_hover.png);
	}
	
	
	a .lft  {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../img/fbx_left.png);
	background-size: cover;
	 }
	a:hover .lft  {
		background-image:url(../img/fbx_left_hover.png);
	}
	
	a .rgt {
		display:inline-block;
		width: 30px;
		height: 30px;
		background-image:url(../img/fbx_right.png);
		background-size: cover;
	 }
	a:hover .rgt {
		background-image:url(../img/fbx_right_hover.png);
	}
	
/* ==========================================================================
Social
========================================================================== */
	.social{
	padding-bottom: 15px;
	display: none;

	 }
	
	a .facebook{
		display:inline-block;
		width: 60px;
		height: 60px;
		background-image:url(../img/facebook.png);
		background-size: cover;
	 }
	a:hover .facebook {
		background-image:url(../img/facebook_hover.png);
	}

	a .linkedin{
		display:inline-block;
		width: 60px;
		height: 60px;
		background-image:url(../img/linkedin.png);
		background-size: cover;
	 }
	a:hover .linkedin {
		background-image:url(../img/linkedin_hover.png);
	}
	


/* ==========================================================================
What We Do
========================================================================== */

.what_we_do {
	position: relative;
	background-image: -webkit-linear-gradient(270deg,rgba(124,168,193,1.00) 0%,rgba(30,57,86,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(124,168,193,1.00) 0%,rgba(30,57,86,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(124,168,193,1.00) 0%,rgba(30,57,86,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(124,168,193,1.00) 0%,rgba(30,57,86,1.00) 100%);
}

  .what_we_do_text h2 {
    color: #fff;
    margin-bottom: 40px; }
  .what_we_do_text p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 25px;
	text-align: justify;
}
  .what_we_do_text ul {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 35px;
	margin-top: -18px;
}
  .what_we_do_text li {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}
  .what_we_do_text {
	background-color: #1E3956;
	}

/* ==========================================================================
Community
========================================================================== */

.community {
	position: relative;
	background-color: rgba(30,57,86,1.00);
	background-image: url(../img/bg_community.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: contain;
}

  .community_text h2 {
    color: #fff;
    margin-bottom: 40px; }
  .community_text p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-align: justify;
}
  .community_text {
	background-color: #1E3956;

	}	
	  .community_text ul {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 40px;
}
  .community_text li {
	  line-height: 30px;
	  list-style-type: circle;
	  list-style-position: inside;

}








/* ==========================================================================
Career
========================================================================== */

.career {
	position: relative;
	background-color: rgba(30,57,86,1.00);
}

  .career_text h2 {
    color: #fff;
    margin-bottom: 40px; }
  .career_text p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-align: justify;
}
  .career_text {
	background-image: -webkit-linear-gradient(270deg,rgba(92,114,141,1.00) 0%,rgba(30,57,86,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(92,114,141,1.00) 0%,rgba(30,57,86,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(92,114,141,1.00) 0%,rgba(30,57,86,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(92,114,141,1.00) 0%,rgba(30,57,86,1.00) 100%);

	}	
	  .career_text ul {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 40px;
}
  .career_text li {
	  line-height: 30px;
	  list-style-type: circle;
	  list-style-position: inside;

}

/* ==========================================================================
Contact
========================================================================== */

.contact {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #1E3956;
}

  .contact_text h2 {
    color: #fff;
    margin-bottom: 40px; }
  .contact_text p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 80px; }
  .contact_text {
	background-color: #EB690E;
	}



/* ==========================================================================
Office_3D
========================================================================== */

.office_3d {
	position: relative;
	text-align: center;
	background-repeat: repeat-x;
background-image: url(../img/bg_team_a.png);
background-size: contain;

}
.office_3d_cont {
    position: relative;
    padding-top: 25px;
    padding-bottom: 110%;
    height: 0;
}

.office_3d iframe{
    box-sizing: border-box;
	background:url(../img/bg_office_3dtv.png) center center no-repeat;
    background-size: contain;
    padding: 22.8% 10.5% 43%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* ==========================================================================
Contact - game
========================================================================== */

.contact_game {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #EB690E;
}
	#contact_game {
	position: static;

	
	}

/* ==========================================================================
Hero
========================================================================== */

.navigation {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	position: relative;
	width: 100%;
	z-index: 999;
	background-color: #C90003;
}

.fixed {
	position: fixed;
	background-color: #1E324A;
	z-index: 999;
	width: 100%;
	margin-top: 0px;

}

header {
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	position: relative;
	width: 1170px;
	margin: 0 auto;
	-webkit-transition: padding 300ms ease-in-out;
	transition: padding 300ms ease-in-out;
}
  header a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px; }
.logo  {
	display: inline-block;
	margin-top: 5%;
	margin-bottom: 5%;
}
  header ul.primary-nav {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}
    header ul.primary-nav li {
      display: inline; }
      header ul.primary-nav li a {
        color: #fff;
        padding-right: 25px; }
        header ul.primary-nav li a:hover {
          color: #FF5274; }
      header ul.primary-nav li:last-child a {
        padding-right: 0px; }
  header ul.member-actions li {
    display: inline; }
    header ul.member-actions li a {
      color: #fff; }
      header ul.member-actions li a:hover {
        color: #FF5274; }
  header .header-nav {
	display: inline-block;

}
  header .member-actions {
    position: absolute;
    right: 0;
    top: 41px;
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }

.down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

/* ==========================================================================
Intro
========================================================================== */
.intro span.icon {
  font-size: 40px;
  color: #FF5274;
  font-weight: bold; }

.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px; }

.intro-content {
  display: inline-block;
  width: 80%; }



/* ==========================================================================
.hero-strip
========================================================================== */
.hero-strip {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #01B3FF;
	position: relative;
}
  .hero-strip i {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #F69D52;
    vertical-align: top;
    margin-left: -8px;
    font-style: normal; }
  .hero-strip h2 {
    color: #fff;
    margin: 0 0 20px 0; }
  .hero-strip p {
	color: #FFFFFF;
}
  .hero-strip .btn {
    margin-top: 10px; }
  .hero-strip .logo-placeholder {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: -285px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }


/* ==========================================================================
To top
========================================================================== */
.to-top {
	height: 60px;
	background-color: #BB410B;
}
  .to-top .to-top-wrap {
	height: 60px;
	width: 70px;
	position: absolute;
	text-align: center;
	left: 50%;
	right: auto;
	margin-left: -35px;
}
    .to-top .to-top-wrap a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.15); }
    .to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
      background-color: rgba(0, 0, 0, 0.4); }
    .to-top .to-top-wrap i {
      font-size: 30px;
      line-height: 55px; }
  .to-top .row {
    position: relative; }

/* ==========================================================================
Footer
========================================================================== */

.discl {
	color: rgba(255,255,249,1.00);
	cursor: pointer;

	}
.discl:hover {
	color: rgba(235,105,14,1.00);

	}

#disclaimer h2 {
	margin-bottom: 25px;
}
#disclaimer  {
	margin-bottom: 35px;
}
#disclaimer p a {
	color: rgba(255,255,249,1.00);
	text-decoration: underline;
}
#disclaimer h3 {
	color: rgba(255,255,249,1.00);
}

footer {
	background-color: #9F3709;
	position: relative;
	padding-bottom: 25px;
}
  footer p {
	color: #D7D7D7;
	font-size: 1em;
	text-align: justify;
	line-height: 1.3em;
}
  footer a {
    color: #fff; }
  footer a:hover {
    color: #EB690E; }
  footer ul.footer-group {
    border-top: solid 1px #4E566C;
    padding-top: 25px;
    margin-bottom: 45px; }
  footer ul.footer-group li {
    display: inline-block; }
  footer ul.footer-group li a {
    font-size: 13px;
    text-transform: uppercase; }
  footer ul.footer-group li a:hover {
    color: #FF5274; }
  footer ul.footer-group li {
    margin-right: 30px; }
  footer ul.footer-group li:last-child {
    margin-right: 0; }
  footer span.fa-heart {
    color: #ff415c;
    font-size: 15px;
    margin: 0 2px; }
  footer .social-share {
	position: absolute;
	right: 0;
	width: 40%;
	height: 100%;
	padding: 142px 0 0 70px;
}
    footer .social-share p {
      color: #fff;
      text-transform: uppercase;
      padding-bottom: 10px; }
    footer .social-share a.twitter-share {
      height: 60px;
      width: 60px;
      background-color: #1AB4EF;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center;
      margin-right: 20px; }
    footer .social-share a.twitter-share:hover, footer .social-share a.twitter-share:focus {
      background-color: #1590BF; }
    footer .social-share a.facebook-share:hover, footer .social-share a.facebook-share:focus {
      background-color: #324C85; }
    footer .social-share a.facebook-share {
      height: 60px;
      width: 60px;
      background-color: #3B5898;
      border-radius: 3px;
      font-size: 22px;
      display: inline-block;
      text-align: center; }
    footer .social-share a {
      color: #fff; }
    footer .social-share a:hover {
      color: #fff; }
    footer .social-share a i {
      margin-top: 20px; }
  footer .footer-links {
	margin-top: 5%;
}

/* ==========================================================================
Icon font (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: 'et-line';
  src: url("../fonts/et-line.eot");
  src: url("../fonts/et-line.eot?#iefix") format("embedded-opentype"), url("../fonts/et-line.woff") format("woff"), url("../fonts/et-line.ttf") format("truetype"), url("../fonts/et-line.svg#et-line") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }
.inline_team {
	background-color: rgba(124,168,193,1.00);
	display: none;
}


.probono {
  position: relative; 
  font-size: 2vw;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 600px) {
  .probono {
    font-size: 1.5vw;
    top: 12%; /* Adjust the top position for smaller screens */
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .probono {
    font-size: 1.5vw;
    top: 13%; /* Adjust the top position for medium-sized screens */
  }
}

@media (max-width: 768px) {
  .probono {
    font-size: 3vw;
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1201px) {
  .probono {
    font-size: 1.5vw;
    top: 13%; /* Adjust the top position for medium-sized screens */
  }
}

@media (max-width: 480px) {
  .probono {
    font-size: 4vw;
    margin-top: 10px;
  }
}
@media (min-width: 1201px) {
  .probono {
    font-size: 1.5vw; /* Adjust for larger screens */
    top: 15%; /* Adjust the top position for larger screens */
  }
}

.award {
  position: absolute;
  top: 25%;
  left: 4%; /* Adjust according to your design */
  transform: translateY(-50%);
  z-index: 1002;
  width: 12%; /* Adjust according to your design */
}

@media (min-width: 601px) and (max-width: 768px) {
  .award {
    top: 18%;
    left: 2%; /* Adjust according to your design */
    width: 12%; /* Adjust according to your design */
  }
}

@media (min-width: 480px) and (max-width: 601px) {
  .award {
    top: 15%;
    left: 1%; /* Adjust according to your design */
    width: 20%; /* Adjust according to your design */
  }
}
