.footer {
    margin-top: 15px;
    padding: 15px;
}
.newsletter{
    font-size: 20px;
}
.block-content .odd{
    margin-top: 10px;
}
.product-image img {
    height:246px;
}

.footer a{
    font-size: 16px;	
}

.product-height{
    height: 350px;
}

.header .logo img {
    height:100px;
    width:100px;
}

.desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: left;
}
.site-title{
    margin-top: 5%;
    font-size: 45px;
    color: #fff8f8;
    text-transform: uppercase;
}
.carousel-inner>.item>img{
    height: 365px;
    width: 100%;
}
.icon-font-size{
    font-size: 15px !important;
}
.block-company li:before{
    display: none;
}
#map-canvas{
    margin-top: 15px;
}
/*=============================== OWL CAROUSAL NAVIGATION ===============================*/
.owl-carousel {
    margin: 0;
}


.owl-carousel .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 10px;
    height: 30px;
    margin: auto !important;
}

.owl-carousel .owl-prev {
    left: 10px;
    top : 50%;
}

.owl-carousel .owl-next {
    right: 10px;
    top : 50%;
}

.owl-carousel .owl-dots {
    display: none !important;
}

.owl-theme .owl-controls .owl-buttons div{
    background: #FFF;
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    width: 30px;
    height: 30px;
    padding: 1px 10px;
    border: 1px solid;
}