/*@font-face {
  font-family: 'Avenir Next';
  src: url("https://www.yoursite.com/fonts/Avenir_Next.otf");  File to be stored at your site 
  }*/

{
  font-family: 'Lato';
  src: url("https://fonts.googleapis.com/css?family=Lato"); /* File to be stored at your site */
  }

/* Small Devices, Tablets */
    @media only screen and (min-width : 768px) and (max-width : 991px) {
    .feature-first-row-left, .feature-first-row-right-bottom, .feature-second-row-inner
    {
        padding-right: 0px;
    }
        
    .feature-first-row-right-top, .feature-second-row-left, .feature-second-row-right
    {
        padding-left: 0px;
    }
        
        
}



 /* Medium Devices, Desktops */
  @media only screen and (min-width : 992px) {
       .feature-first-row-left,  .feature-second-row-left,  .feature-second-row-inner
        {
            padding-right: 0px;
        }

        .feature-first-row-right-top, .feature-first-row-right-bottom, .feature-second-row-right, .feature-second-row-inner
        {
            padding-left: 0px;
        }
      
       .feature-text-large
        {
            /*min-height: 100px !important;*/
            font-size: 32px !important;
        }
      
        .my-container .background-box 
        {
            padding: 200px !important;
        }
      
        .jumbotron h1
        {
            line-height: 80px !important;
            font-size: 65px !important;
            
        }
      
        .icon-img-div
        {
            float: left;
            width: 20% !important;
            margin-right: 20px !important;
        }
      
        .jumbotron
      {
          padding-top: 20px !important;
        padding-bottom: 20px !important;
      }
    }


/* Devices below Medium */
@media only screen and (max-width : 991px) 
{
    .container
    {
        width: 100% !important;
    }
}


/* Devices above Small */
@media only screen and  (min-width : 768px)
{
    .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .nav .row:after
    {
        clear: none;
    } 
    
    .ticker-mobile
    {
        display:  none !important;
    }

    .ticker-desktop
    {
        display: block !important;
    }
}





body { padding-top: 90px; 
    /*background-color: #c7ccd6;*/
}

#main-container
{
    /*background-color: #FFFFFF;*/
    font-family: 'Open Sans', sans-serif;
}

#logo {
    height: 70px;
    vertical-align: top;
}

.navbar-header
{
    padding-top: 0px;
    min-height: 70px;
}

.navbar-brand
{
    padding-top: 0px;
    
}

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

.nav li
{
    font-size: 16px;
}

.jumbotron
{
    background-image: url(../images/skyline-banner.jpg);
    background-position: 50% 30%;
    
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.jumbotron h1
{
    font-size: 50px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 70px;
    color: #FFFFFF;
}

/*.big-feature
{
    background-image: url(images/index/conference-room-768441_1920.jpg);
    background-position: center;
    height: 400px;
} */

.my-container {
    position: relative;
    overflow: hidden;
    background-color: #000000;
    width: 100%;
}

.my-container .background-box {
    padding: 100px;
    position: relative;
    z-index: 2;
    vertical-align: bottom;
} 

.my-container .background-box-small {
    padding: 100px;
    
} 

.my-container .background-box-smallest {
    padding: 85px;
    
} 



.my-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 1.0;
}




.feature-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .7);
    width: 100%;
    
    color: #000000;
    padding: 10px;
    font-family: "Lato", Arial, sans-serif;
    font-size: 22px;
    min-height: 50px;
}

.feature-text-small
{
    font-size: 22px;
    min-height: 50px;
}

.feature-text-large
{
    font-size: 22px;
    min-height: 50px;
}

.headline-text
{
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

.social-btn
{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    height: 30px;
}

.social-btn:hover
{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.my-container
{
    -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;
}

.my-container:hover {
    opacity: .75;
    -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;
}

/* The black-box class is used for the hovering over the features animation  */

.black-box
{
    background-color: #000000;
}

.footer-div
{
    text-align: center;
    
}

.footer-logo
{
    width: 100%;
}

.footer-logo-div
{
    display: block;
    margin: 0 auto;
    width: 40%;
}

.services-panel
{
    width: 90%;
    margin: 0 auto;
}

.services-img
{
    width: 100%;
    
}

.services-img-div
{
    display: block;
    margin: 0 auto;
    width: 40%;
}

.services-headline
{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding-top: 8px;
}

.services-text
{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.full-width-image
{
    width: 100%;
}

.icon-img
{
    
    width: 100%;
        
}

.icon-img-div
{
    width: 40%;
    margin: 0 auto;
}

.fb-share-button
{
    float: left;
    margin-right: 5px;
}

.linkedin-div
{
    float: left;
}

.ticker-section
{
    float:  left;
    padding: 10px;
    background-color: #DDDDDD;
}

.ticker-section img
{
    height: 15px;
    width: 15px;
}

#stock-perc, #stock-perc-mobile
{
    color: #3d9812;
}

.ticker-desktop
{
    display:  none;
}

.ticker-mobile
{
    display: block;
    font-size: 10px;
}

.caption
{
    font-style: italic;
}