/****** PLACE YOUR CUSTOM STYLES HERE ******/
.nav-bar {
    height: 90px;
    max-height: 90px;
    line-height: 85px;
    /*border-bottom: 1px solid #ccc;*/
}

.nav-bar .module, .nav-bar .module-group {
    height: 85px;
}

.logo {
    max-height: 100%;
}




.bg-custom{
	background: #00000069;
	padding: 10px;
	text-transform: uppercase;
}

.second-line{
	max-width: 350px;
	margin: 0 auto;
}

.feature-3 i {
    color: #f82205;
}

.overlay:before {
    background: #292929;
    opacity: 0.5;
    z-index: 2;
}

.bg-custom {
    font-size: 49px;
}

input[type="submit"], button[type="submit"] {
    border: 2px solid #f82205;
    background: #f82205;
}

.header-main.overlay:before {
    background: #292929;
    opacity: 0.3;
    z-index: 2;
}

h5.uppercase {
    letter-spacing: 1px;
    margin-right: 0;
}



@media only screen and (min-width: 1024px) {
  .nav-bar a {
    height: 100px;
    position: relative;
    top: 15px;
    }

    nav.transparent .nav-utility, nav.transparent .nav-bar {
        border-bottom: none;
    }
    nav.transparent .module.widget-handle {
        border-left: none !important;
    }
}

.arialfont{
    font-family: arial-black;
}

/* SMARTPHONE */
@media only screen and (max-width: 479px){
    .bg-custom em{
        display: inline-block;
        width: 100%;
    }

    .bg-custom{
        line-height: 45px;
    }



}