﻿/*carousel*/
@import url("carousel/owl.carousel.css");
@import url("carousel/owl.theme.css");




    body {
        color: #ccc;
    }

    .gradient-dark-blue {
        background: #15356d;
        background: -moz-linear-gradient(top, #15356d 0%, #16294a 50%, #16294a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #15356d), color-stop(50%, #16294a), color-stop(100%, #16294a));
        background: -webkit-linear-gradient(top, #15356d 0%, #16294a 50%, #16294a 100%);
        background: -o-linear-gradient(top, #15356d 0%, #16294a 50%, #16294a 100%);
        background: -ms-linear-gradient(top, #15356d 0%, #16294a 50%, #16294a 100%);
        background: linear-gradient(to bottom, #15356d 0%, #16294a 50%, #16294a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15356d', endColorstr='#16294a', GradientType=0);
    }
    h3 {
        font: 600 56px/65px 'Raleway', sans-serif;
    }

    .hover-expand{
        height: 100px;
        overflow: hidden;
    }
    .hover-expand:hover{
        height: 100%;
    }
    .twitter-item {
        position: relative;
        padding-left: 32px;
        color: #fff;
    }

    .twitter-item:before {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 20px;
        color: #fff;
        font-family: FontAwesome;
        content: "\f099";
    }

    .twitter-item + .twitter-item {
        margin-top: 28px;
    }

    .twitter-item a {
        color: #f25f43;
    }

    .twitter-item a:hover {
        text-decoration: underline;
    }
    .camera_txt-wrap{
        margin-top: 70px;
    }
    .brand{
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .brand_slogan{
        margin-top: 4px !important;
    }
    .social-link{
        margin-top: 15px;
    }


@media (max-width: 539px) {
    .camera_txt-wrap {
        margin-top: 0px;
    }
    h3{
        font-size: 46px;
    }
}
@media (max-width: 539px) {
    .brand_name a img{
        margin-left: 10px;
    }
}
