﻿body {
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 1.4;
    color: #000000;
    background-color: #fff;
}

/*@font-face {
  font-family: 'Formata';
  src: url('../font/formata/Formata-Regular.eot?#iefix') format('embedded-opentype'), 
   url('../font/formata/Formata-Regular.woff') format('woff'), 
   url('../font/formata/Formata_Regular.ttf')  format('truetype'),
   url('../font/formata/Formata-Regular.svg#Formata') format('svg');
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Formata';
    font-weight: 500;
    line-height: 1.2;
    color: #2D3238;
}*/


.bold {
    font-weight: bold !important;
}

.notvisible {
  visibility: hidden;
}

.left {
    text-align: left !important;
}

.font-normal {
    font-weight: normal !important;
}

.download {
    margin-left: -25px; margin-right: 10px;
}

.panel-body {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.14);
    border: 0px !important;
}

.panel-default {

    border: 0px !important;
}

.zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
     z-index: 999; 
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.app-code-block {
    background-color: #262F36;
    overflow: visible;
}

.featured-list-bordered li {
    position: relative;
    padding-left: 110px;
    padding-bottom: 30px;
}

.downloads {
    color: white !important;
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-link {
    color: rgba(255, 255, 255, .7) !important;
}

.buttonlink {
    text-decoration: none !important;
}

.privacy {
    font-size: 14px;
    color: black;
    font-weight: 400;
}

/*.clients {
     margin-left: 260px;
}

@media*/ 


.slideDown.ng-hide {
  height:0;
  transition:height 0.35s ease;
  overflow:hidden;
  position:relative;
}

.slideDown {
  height:141px;
  transition:height 0.35s ease;
  overflow:hidden;
  position:relative;
}

.slideDown.ng-hide-remove,
.slideDown.ng-hide-add {
  /* remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
  display:block!important;
}


.slideDown.ng-hide-add {
  animation-name: hide;
  -webkit-animation-name: hide;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-in;  
  -webkit-animation-timing-function: ease-in;  
}



.slideDown.ng-hide-remove {
  animation-name: show;
  -webkit-animation-name: show;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-out;  
  -webkit-animation-timing-function: ease-out;  
}

