/*!
 * Gamalon Machine Intelligence overall CSS
 */

html {
    width: 100%;
    min-height: 100%;
    position: relative;
}

body {
    width: 100%;
    margin-bottom: 90px;
}


body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/* Links */
a {
    color: #db295e; /*#f85c37; /* #999999; */
    word-wrap: break-word;
}    

a:hover,a:focus {
    color: #999999; /* #f85c37 orange from minimal theme css file */ /* used to be 7b7b7b */
    text-decoration: none;
    outline: 0;
}


/* Navbar */
.navbar{
    background: #fff !important;
    opacity: 0.95;
}

.topnav {    
    height: 75px;
    border: 0;
    color: #000;
    /*opacity: 0.95;*/
    font-size: 15px; 
    /*background: #fff !important;   */
}

.navbar-toggle{
    padding-top: 22px;
    padding-right:15px;
    border: none;
    color:#db295e !important;
    background: transparent !important;    
}

.navbar-collapse{
	background: transparent;
}

.navbar-nav{
    padding-top: 13px;   
}

@media (max-width: 767px) {
    .navbar-nav{
        padding-top: 0px;
    }
    .navbar-collapse {
        background: #fefefe !important;
        opacity: 0.95;
    }
}

.icon-bar {
  background-color: #000 !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}


.navbar-subbrand{
    font-family:"Quicksand", sans-serif; /*"Poppins",*/ /*"walkway_semiboldregular"*/
    font-weight:400; 
    font-size:17px;
    position:absolute;
    /*padding-left:25px;*/
    padding-left:3px;
    padding-top:18px;
    color: #000; /*db295e  f85c37  802340*/
}

.navbar-brand {
    padding: 0px;
    /*font-family:"walkway_boldregular"  "Alegreya Sans SC" "Julius Sans One",  sans-serif;  /* "Carrois Gothic SC" , sans-serif; Poppins, sans-serif;*/
    font-family: "Quicksand", sans-serif; /*"Poppins",*/
    font-weight:100; 
    font-size: 42px; 
    color:#db295e !important;
    line-height: 15px;
    padding-left:15px;
    padding-top:20px;
    float: left;

    /*color: #fff !important;*/
}

ul.nav a { color: #000 !important; } 
ul.nav a:hover { color: #db295e !important; } 


/* qtips */
.tooltipclass{
    border-color: rgb(0,0,0,0.8);
    background-color: #2A2728;
}

.tooltipclass .qtip-content{
    font-size: 12px; 
    color: #fff;
    line-height: 150%;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.soundcould{
    background-color: transparent;
    margin-top: 45px;
    opacity: 0.8;
}

/* header images */
.intro-header {
    padding-top:    75px;  
    padding-bottom: 75px;
    text-align: center;
    color: #db295e;
}

.intro-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}

.intro-message > h1 {
    margin: 75px;
    font-size: 5em;
}

.intro-message > h2 {
    margin: 0;
    font-size: 4em;
}

.intro-message > h3 {
    margin: 0;
    color: #db295e;
    font-size: 3em;
}

.intro-divider {
    width: 450px;
    border-top: 1px solid #db295e; 
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
}


.intro-message a:link {
    color: #db295e;/* #f85c37; */
    text-decoration: none;
}
.intro-message a:visited {
    text-decoration: none;
    color: #db295e;/* #f85c37; */;
}
.intro-message a:hover {
    text-decoration: none;
    color: #db295e;/* #f85c37; */;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 4em;
    }

    .intro-message > h2 {
        font-size: 3em;
    }

    .intro-message > h3 {
        font-size: 3em;
    }

}

@media(max-width:640px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    .intro-message > h2 {
        font-size: 2em;
    }

    .intro-message > h3 {
        font-size: 2em;
    }

    .intro-divider {
        width: 100%;
    }

}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-careers {
    padding-top: 125px;
    padding-bottom: 60px;
    text-align: center;
    color: #db295e; 
    /*background: url(../img/intro-bg_1632.jpg) no-repeat center center; /*LT_bokeh_15_1536.jpg*/*/
    /*background-size: cover;*/
}

.banner-team {
    padding-top: 85px;
    padding-bottom: 20px;
    text-align: center;
    color: #db295e; 
    /*background: url(../img/LT_bokeh_17_1536.jpg) no-repeat center center; */
    /*background-size: cover;*/
}

.banner-technology {
    padding-top: 85px;
    padding-bottom: 20px;
    text-align: center;
    color: #db295e; 
    /*background: url(../img/LT_bokeh_15-2_1536.jpg) no-repeat center center; */
    /*background-size: cover;*/
}

.banner-products {
    padding-top: 85px;
    padding-bottom: 20px;
    text-align: center;
    color: #db295e; 
    /*background: url(../img/LT_bokeh_7_1536.jpg) no-repeat center center; */
    /*background-size: cover;*/
}

.banner-contact {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    color: #db295e; 
    /*background: url(../img/LT_bokeh_7_1536.jpg) no-repeat center center; */
    /*background-size: cover;*/
}

.location-banner-contact {
    padding-top: 0px;
    padding-bottom: 40px;
    text-align: center;
    /*color: #db295e; */
    /*width:100%;*/
    /*background: url(../img/boston3.jpg) no-repeat center center; */
    /*background-size: cover;*/
}

/* Contact page */
.contact-button {
    padding-left: 10px;
    padding-right: 10px;
}

.contact-divider {
    width: 250px;
    border-top: 1px solid #2A2728; 
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.left-img{
    float: left;
    /*margin: 10px;*/
    padding-right: 30px;
    padding-top: 0px;
    margin: 0px;
}

/* Buttons */
.btn-primary {
    background-color: #2A2728; 
    border-color: #222222;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #db295e !important; /*#f85c37*/
    /*color:  #666666;*/
    /*background-color: #d6d8d7; */
    /*border-color: #666666;*/
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #db295e  !important;/*color:  #f85c37 #666666;*/
    background-color: #d6d8d7; 
    border-color: #666666;
}

/* Paper thumbnails */
.paperpic {
    box-shadow: 5px 5px 2px #bbbbbb; 
    border:1px solid #bbbbbb;
}

@media (max-width:768px) and (min-width:320px) {
    .paperpic2 {
        width:320px;
        box-shadow: 5px 5px 2px #888888; 
        border:1px solid #888888;
    }
}

/* Content alignment */
.hcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* Content section styles */
.content-section-a {
    padding: 25px 0;
    background-color: #f0f0f0; 
}

.content-section-b {
    padding: 25px 0;
    /*border-top: 1px solid #e7e7e7;*/
    /*border-bottom: 1px solid #e7e7e7;*/
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 2px solid #db295e; /*#d7d7d7;*/
}

.section-heading-spacer-centered {
    float: center;
    width: 200px;
    border-top: 3px solid #db295e; /*#d7d7d7;*/
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


/* advisory board */
.biopic {
    display: block;
    margin: 0 auto;
    max-width:250px;
    height:auto;
    /*box-shadow:  2px 2px 3px rgba(0,0,0,0.6);*/
}

.view {
    display: inline-block;
    max-width:250px;
    overflow: hidden;
    position: relative;
    img-align: center;
    cursor: default;
}
.view .mask, .view .content {
    max-width:250px;
    height:auto;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 15px 0 0 0
}
.view p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 12px 12px;
    text-align: left;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover,.view a.info:focus,.view a.info:active {
    box-shadow: 0 0 5px #000
}

.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(127,127,127, 0.75);
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first:hover img,.view-first:focus img,.view-first:active img { 
    transform: scale(1.1);
} 
.view-first:hover .mask,.view-first:focus .mask,.view-first:active .mask { 
    opacity: 1;
}
.view-first:hover h2,.view-first:focus h2,.view-first:active h2,
.view-first:hover p,.view-first:focus p,.view-first:active p,
.view-first:hover a.info,.view-first:focus a.info,.view-first:active a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p,.view-first:focus p,.view-first:active p {
    transition-delay: 0.1s;
}
.view-first:hover a.info,.view-first:focus a.info,.view-first:active a.info {
    transition-delay: 0.2s;
}

/* Footer */
footer {
    padding: 20px;
    background-color: #2A2728;
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 90px;
}

.footer a { 
        color: #999999; 
        word-wrap: break-word;
}

.footer a:hover,a:focus { 
            color: #db295e ; /*#f85c37;*/
            text-decoration: none;
            outline: 0;
}

.footer-menu-divider{
    color: #db295e ; /*#f85c37;*/
}

p.copyright {
    margin: 15px 0 0;
    color:#777
}
