//@import url("../../lib/bootstrap/less/mixins.less");
/*CSS for Page About*/
  .footer_top {
      clear: left;
  }
  #about{
      width:100%;
      clear: both;
      min-height: 815px;
      font-family: 'Roboto';
      background: white;
  }
  #about_header {
      width:100%;
      margin:0 auto;
      height: 200px;
      background: url(/images/about/about-us.jpg);
  }

  #about_header #header_about {
    height: 200px;
    color: #FFF;
    width: 980px;
    margin: -40px auto 0 auto;
  }
  #header_about h1 {
    text-align: left;
    line-height: 200px;
    font-weight: normal;
    margin-left: 5px;
    font-family: Poppins;
    font-size: 35px;
  }
  #about #content_about {
    width:100%;
  }
  #about_content {
    width:100%;
    font-family: Roboto, sans-serif;
    color: #333;
  }

  #article-about .spacer-description p ,   #article-about .founders p{
    font-size: 18px !important;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    line-height: 26px !important;
    color: #807f83;
  }


  #about_content .spacer-description h1 {
    font-size: 72px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #E3195B;
    text-align: left;
    padding: 0;
    line-height: 1.1;
      font-family: "Poppins", sans-serif ;
  }
  #about_content .spacer-description h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: lighter;
    margin-top: 0;
    line-height: 1.1;
        font-family: "Poppins", sans-serif ;
  }
  #about_content  h1:hover, #about_content h2:hover {
    color: #474c54;
  }
  #about_content p {
    margin: 0 0 10px;
  }
  #about_content .spacer-description p {
    font-size: 16px;
    line-height: 20px;
  }
  #about_content article.founders {
    background-color: #d8d8d8;
  }

  #about_content .carousel .carousel-inner {
    width: 100%;
    height: auto;
  }
  #about_content .myInfo {
    position: relative;
  }
  #about_content .item img {
    border-radius: 0px;
    max-width: 100%;
    width: auto;
    height: auto;
    border: none;
    margin-top: 0;
  }
  #about_content .aboutLogo img {
    margin-bottom: 25px;

  }
  #about_content .aboutLogo p {
    font-size: 24px;
    line-height: 26px;
  }
  #about_content .aboutLogo ul.mySocial li {
    display: inline-block;
    padding: 0 5px;
  }
  #about_content .aboutLogo ul.mySocial li a {
    color: #474c54;
  }
  #about_content .aboutLogo ul.mySocial li a:hover {
    color: #262626;
  }
  #about_content .backgroundInfo .mySocial li .fa {
    font-size: 21px;
  }
  #about_content .carousel {
    height: auto;
  }
  #about_content .carousel .carousel-control {
    position: absolute;
    top: 46%;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
  }
  #about_content .rowsForDisplay {
    margin-top: 46px;
    position: relative;
    margin-bottom: 0px;
  }
  #about_content .rowsForDisplay .titleCont {
    position: relative;
    text-align: center;
    height: 90px;
    line-height: 85px;
  }
  #about_content .rowsForDisplay .titleCont h1 {
    font-size: 38px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: normal;
    line-height: 80px;
      font-family: "Poppins", sans-serif ;
  }
  #about_content .rowsForDisplay .titleCont h1 .bold {
    font-weight: bold;
    height: 32px;
    display: inline-table;
      font-family: "Poppins", sans-serif ;
  }
  #about_content .rowsForDisplay .titleCont .blue-line {
    height: 2px;
    width: 78px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0AA0D4;
  }
  #about_content .rowsForDisplay .titleCont .dividerTitle {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 320px;
    border: 0;
    background: #eee;
    border-top: 1px solid #eee;
  }

  #about_content .aboutTheTeam {
    margin-top: 65px;
  }
  #about_content .img-circle {
    border-radius: 50%;
    margin: auto;
    width: 200px;
    overflow: hidden;
  }
  #about_content .img-circle img {
    width: 100%;
  }

  @media (max-width: 559px) {
    #article-about .headerCont h1 {
      height: 42px;
      font-size: 24px;
      line-height: 42px;
    }
    #article-about .headerCont {
      height: 126px;
    }
  }



  #about_content .teamInfo {
    text-align: center;
    margin-bottom: 30px;
  }
  #about_content .teamInfo h3 {
    color: #0AA0D4;
    font-size: 28px;
    font-weight: bold;
    margin: 8px 0!important;
      font-family: "Poppins", sans-serif ;
  }
  #about_content .teamInfo h3:hover {
    color: #474c54;
  }
  #about_content .teamInfo h4 {
    margin: 0;
    color: #474c54;
    font-weight: lighter;
    margin-top: 0;
      font-family: "Poppins", sans-serif ;
  }
  #about_content .container_content {
    display: block !important;
  }
@media only screen and (min-width:320px) and (max-width:599px) {
  #about{
    width: 100%;
  }
  #header_about h2{
    padding-left: 5px;
  }

  #about_header #header_about{
    width: 100%;
  }




} /*End (min-width:320px) and (max-width:599px)*/

@media only screen and (min-width: 600px) and (max-width: 959px){

  #about{
    width: 100%;
  }
  #about_header #header_about{
    width: 100%;
  }
  #header_about h2{
    width: 88%;
    margin: 0 auto;
    padding-left: 10px;
  }


} /*End (min-width: 600px) and (max-width: 959px)*/


@media (max-width: 767px) {
  #about_header, .aboutTheTeam, .faqPage, .spacer-description, #founders {
    margin-bottom: 30px;
  }

  #about_content .profileImage {
    display: none;
  }

}/* END @media (max-width: 767px) {*/


@media (min-width: 768px) {
  #about_header, .aboutTheTeam, .faqPage, .spacer-description, #founders {
    margin-bottom: 90px;
  }
}/* END @media (min-width: 767px) {*/

@media (max-width: 991px){
  #about_content .aboutLogo {
    padding: 30px;
  }
}
@media (min-width: 992px){
  #about_content .aboutLogo {
    padding: 15% 0 0 30%;
  }
}
