/* COMPANY */
.txt-block {
    max-height:60px;
    margin-bottom: 50px;
    margin-top: 15px;
}
.txt-block2 {
    max-height:45px;
    margin-bottom: 65px;
    margin-top: 15px;
}    
.overlay {
    position: absolute;
    top: -5%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.company-bhnd-pltfm {
    margin-top: 40px;
}    
.bg-img {
    background-color:rgba(0, 0, 0, 0.9);
}
.pad-left {
    padding-left: 45px;
}
.clear-above {
    margin-top: 100px;
}
.align-img {
    left: auto;
    right: auto;
    margin: auto;
}
body {
    margin-top: 0px;
}
#scale-img img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
#scale-img img:hover {
    -ms-transform: scale(.95,.95);
    -webkit-transform: scale(.95,.95);
    transform: scale(.95,.95);
}
img.align-img {
    max-width: 70%;
}
img.img-align-low { 
    left: auto;
    right: auto;
    margin: auto;
    padding-left: 35px;
    padding-right: 35px
    
}
.arrow- {
    right: -70px;
}
.arrowBlock {
    margin-top: 4%; 
}
.txtArrowBlock {
    padding-top: 7.5%;
    padding-left: 0px;
}
.company-text{
    color: #4e4e4e;
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.companyBody {
   padding-top: 172px; 
}
.navbar-static-top{
    margin-top: -172px;
    margin-left: -15px;
}
@media (max-width: 768px) {
.companyBody {
   padding-top: 0px; 
}
.navbar-static-top{
    margin-top: 0px;
    margin-left: 0px;
}       
}

@media (max-width: 992px) {
img.img-align-low { 
    padding-left: 5px;
    padding-right: 5px  
}
.company-bhnd-pltfm {
    margin-top: 10px;
}      
}
@media (max-width: 767px) {
.txtArrowBlock, .arrowBlock {
    padding-top: 2%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 4%;
    width:100%;
}
}