/*!
 * 
 */
@font-face {
    font-family: 'db_ozone_xbold';
    src: url('../fonts/DB Ozone X Bd-webfont.eot');
    src: url('../fonts/DB Ozone X Bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DB Ozone X Bd-webfont.woff2') format('woff2'),
         url('../fonts/DB Ozone X Bd-webfont.woff') format('woff'),
         url('../fonts/DB Ozone X Bd-webfont.ttf') format('truetype'),
         url('../fonts/DB Ozone X Bd-webfont.svg#db_ozone_xbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'db_ozone_xregular';
    src: url('../fonts/DB Ozone X-webfont.eot');
    src: url('../fonts/DB Ozone X-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DB Ozone X-webfont.woff2') format('woff2'),
         url('../fonts/DB Ozone X-webfont.woff') format('woff'),
         url('../fonts/DB Ozone X-webfont.ttf') format('truetype'),
         url('../fonts/DB Ozone X-webfont.svg#db_ozone_xregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'db_ozone_xregular';
    font-size: 22px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'db_ozone_xbold';
}
h1{font-size: 48px; line-height: 40px;}
h2{font-size: 44px; line-height: 40px;}
h3{font-size: 38px; line-height: 36px;}
h4{font-size: 30px; line-height: 36px;}


a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: #545454!important;
    padding: 20px 0;
    border-color: #545454;
    border-radius: 0;
    border: none;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    padding: 0 15px
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom p {
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}
.navbar-custom p>span {
    font-family: 'db_ozone_xbold';
    text-transform: initial;
}
.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li a>span.phone {
    font-size: 24px;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    /*height: 100%;*/
    /*padding: 100px 0 50px;*/
    text-align: center;
    color: #fff;
    background: url(../img/bg-header-hh.jpg) no-repeat top center scroll;
    
    background-color: #545454;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    position: relative;
}
.intro:before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*z-index: 1;*/
    background-color: rgba(0, 0, 0, 0.1);
}
.intro .intro-body {
    display: table-cell;
    vertical-align: top;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

.intro .intro-body img {
    margin: 0 auto;
}

/* Home Page Carousel */
header.carousel {
    /*height: 85%;*/
    height: 800px;
    /*border-bottom: 10px solid #f5c41a;*/
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.fill-slider4{}




.content-form{
    position: absolute;
    /*height: 100%;*/
    width: 100%;
    top: 160px;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-form .form-content{
    background: rgba(238, 238, 238, 0.85);
    padding: 45px 30px 50px;
    animation-duration: 3s!important;
}
.content-form .form-content .form-heading{
    color: #fff;
    text-align: center;
    background: #ea5a13;
    padding: 10px;
    margin-bottom: 20px;
}
.content-about .section-heading{
    margin-bottom: 50px;
}
.content-about .section-heading span{
    display: block;
}
.feature-item {
    min-height: 115px;
}
.feature-item img{
    width: 75px;
}
.feature-item p {
    padding: 15px 0 0 85px;
}
.option-margin{
    margin-top: 20px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #bf2424;
    font-size: 14px;
}
.btn {
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    font-size: 24px;
}

.btn-default {
    border: 1px solid #02ace7;
    color: #02ace7;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #02ace7;
    outline: 0;
    color: #000;
    background-color: #02ace7;
}
.btn-primary {
    color: #fff;
    background-color: #00a2e3;
    border-color: #00a2e3;
}
.btn-success {
    color: #fff;
    background-color: #02ace7;
    border-color: #02ace7;
    width: 100%;
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #f5c41a;
    border-color: #f5c41a;

}
.btn-bottom{
    margin: 10px 0 35px;
}
.btn-circle {
    width: 70px!important;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.form-control{
    font-size: 20px;
}
.content-section {
    padding-top: 100px;
    padding-bottom: 50px;
}
.content-about {
    position: relative;
}
.content-about:before {
    content: '';
    width: 100%;
    height: 55px;
    background: url(../img/bg-content-before.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
}

.content-about:after {
    content: '';
    width: 100%;
    height: 55px;
    background: url(../img/bg-content-after.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}



.nopadding-left {
    padding-left: 0!important;
}


.site-copyright {
    margin-bottom: 0;
    padding: 25px 0 0;
    font-weight: 200;
}
.img-animated{
   
    margin: 50px auto 0;
    -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: 3; /* Safari 4.0 - 8.0 */
    animation-iteration-count: 3;
}
.img-animated.btn{
    width: auto;
}
footer {
    padding: 0 0 25px;
    background: url(../img/bg-footer-hh.jpg) no-repeat bottom center scroll;
    background-size: cover;
    color: #fff;
}

footer p {
    margin: 0;
}

footer img {
    margin: 35px auto 0;
}

footer p>strong {
    color: #f5c41a;
}
footer p>em {
    font-size: 14px;
}


@media(min-width: 980px) and (max-width: 1024px) {
    .content-about .row .col-md-4{
        min-height: auto;
    }
    .content-form .form-content{
        font-size: 18px;
        line-height: 20px;
    }
    .content-form .form-content .form-heading{
        font-size: 30px;
        line-height: 36px;
    }
}
@media(min-width: 768px) and (max-width: 979px) {
/*    .navbar-custom{
        position: absolute;
        top: 0;
        left: 0;
        right:0;
        z-index: 9999;
    }*/
    /* Home Page Carousel */
    header.carousel {
        height: 100%;
        margin-bottom: 15px;
    }
    .fill-slider2{
        background-position: 25% 0%!important;
    }

    .content-form{
        position: relative;
        top: 0;
        display: block;
    }
}
@media(max-width:767px) {
/*    .navbar-custom{
        position: absolute;
        top: 0;
        left: 0;
        right:0;
        z-index: 9999;
    }*/
    header.carousel {
        height: 100%;
        margin-bottom: 15px;
    }
    header.carousel .fill {
        width: 100%;
        height: 100%;
        background-position: 70% 0%;
        background-size: cover;
    }

    .content-form{
        position: relative;
        top: 0;
        display: block;
    }
   
    .navbar-custom p {
        font-size: 22px;
        line-height: 22px;
    }
    
    .content-about {
        font-size: 20px;
        line-height: 30px;
        padding-top: 50px;
    }
    .content-about h1 {
        font-size: 44px;
        text-align: center;
    }
    .content-about form {
        margin: 50px 0 0;
    }
    .site-copyright {
        font-size: 18px;
    }
}
@media(max-width:480px) {
    .navbar-custom{
        position: absolute;
        top: 0;
        left: 0;
        right:0;
        z-index: 9999;
    }

    .fill-slider2{
        background-position: 42% 0%!important;
    }
    .fill-slider4{
        background-position: 35% 0%!important;
    }

}
@media(max-width:320px) {
    .navbar-custom p {
        font-size: 20px;
        line-height: 20px;
    }
    
    .content-about .row .col-md-4 p {
        font-size: 22px;
        line-height: 24px;
    }
    .site-copyright {
        font-size: 17px;
    }
}


