html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.main-wrapper {
    max-width: 100%;
    margin: auto;
    width: 1200px;
    background: #ffffff;
}

@media( max-width: 1100px) {
    .main-wrapper {
        width: auto;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 16px;
}

a {
    color: inherit;
    transition-duration: .6s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    transition-duration: .6s;
    color: rgba(244, 67, 54, 1);
}

.section-title,
.sidebar .widget-title {
    font-family: 'Roboto Condensed', sans-serif;
}

.entry-meta a:hover {
    /*color: rgba(244,67,54,1);*/
}

.top-header {
    background-color: rgba(0, 0, 0, 1);
    padding-top: 5px;
    padding-bottom: 5px;
}

.ticker-title-container {
    background-color: rgba(244, 67, 54, 1);
    padding: 5px 0px;
}

.ticker-title {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-top: 0px;
    margin-bottom: 0px;
}

.ticker-detail-container {
    padding: 5px 0px;
}

.ticker-news {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ticker-news a {
    color: rgba(255, 255, 255, 1);
}

.current-date-container,
.social-menu-container {
    float: right;
    text-align: right;
}

.current-date {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 20px;
    line-height: 24px;
}

.social-menu {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

.social-menu li {
    font-size: 0px;
    float: left;
    margin-left: 15px;
    text-align: center;
}

.social-menu li:last-child {}

.social-menu li a {
    color: rgba(255, 255, 255, 1);
    display: block;
}

.social-menu li a[href*=".com"]::before {
    font-family: 'FontAwesome';
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

.social-menu li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.social-menu li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.social-menu li a[href*="twitter.com"]::before {
    content: "\f099";
}

.social-menu li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.social-menu li a[href*="youtube.com"]::before {
    content: "\f167";
}



/*
	Middle Header CSS
*/

.middle-header {
    padding-top: 10px;
    padding-bottom: 10px
}

.site-title {
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
}

.site-description {
    margin-top: 5px;
}




/*
	Bottom Header CSS
*/

.bottom-header {
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 0px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.navigation-menu {
    border: none;
    background-color: transparent;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navigation-menu .navbar-nav>li>a {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
}

.navigation-menu .navbar-nav>li>a:hover,
.navigation-menu .navbar-nav>li>a:focus {
    color: rgba(244, 67, 54, 1);
}

.navigation-menu .navbar-nav>.active>a,
.navigation-menu .navbar-nav>.active>a:hover,
.navigation-menu .navbar-nav>.active>a:focus {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
    color: rgba(244, 67, 54, 1);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: rgba(244, 67, 54, 1);
    color: rgba(255, 255, 255, 1);
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}

@media( min-width: 767px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

.search-container {
    position: relative;
}

.search-icon {
    font-size: 18px;
    line-height: 52px;
    display: block;
    padding: 0px 15px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
}

.search-icon:hover,
.search-icon:focus {
    cursor: pointer;
}

.search-form-container {
    position: relative;
    display: none;
    z-index: 2;
}

.search-form-container .search-form {
    position: absolute;
    right: 0;
    width: 350px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 1);
    border-top: 2px solid rgba(244, 67, 54, 1);
    border-bottom: 2px solid rgba(244, 67, 54, 1);
    border-left: 2px solid rgba(0, 0, 0, .1);
    border-right: 2px solid rgba(0, 0, 0, .1);
}


.section {
    margin-top: 30px;
}



/*
	Highlight Section CSS
*/

.hi