/* ----------------------------------------------------------------
    Top Search
-----------------------------------------------------------------*/

#header #top-search .form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
body.top-search-active #header #top-search .form {
    opacity: 1;
    z-index: 10;
}
body.top-search-active .btn-responsive-nav,
body.top-search-active .side-panel-button {
    display: none;
}
#header #top-search .form input {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 30px;
    height: 100%;
    letter-spacing: 2px;
    outline: 0 none;
    padding: 0 70px 0 0;
}

#top-search a.SkinObject {
    display:none !important;
    background:lime;
}

.heading h1, .heading h2, .heading h3, .heading h4 {
    color: #303030;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.searchInputContainer .NormalTextBox {
    padding-top:25px !important;
}

/* .heading overide */

.heading {
    margin-bottom:15px;
}


.LabelEditTextClass, .LabelEditTextClass * {
    color:black !important;
}

#Body {
    overflow:hidden !important;
	background-color: #F2F5F3; /* Brad Edit */

}

.hero-heading-2 > em {
    font-size: 160px;
    opacity: 0.1;
    position: absolute;
    right: 23px;
    top: 2px;
}

