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: rgb(4, 190, 244);
}
.section-title,
.sidebar .widget-title {
	font-family: 'Roboto Condensed', sans-serif;
}
.entry-meta a:hover {
	/*color: rgb(4, 190, 244);*/
} 
.top-header {
	background-color: rgba(0,0,0,1);
	padding-top: 5px;
	padding-bottom: 5px;
}
.ticker-title-container {
	background-color: rgb(4, 190, 244);
	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: rgb(4, 190, 244);
}
.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: rgb(4, 190, 244);
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background-color: rgb(4, 190, 244);
	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 rgb(4, 190, 244);
	border-bottom: 2px solid rgb(4, 190, 244);
	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
*/
.highlight-section {
	margin-top: 30px;
}
.highlight-left,
.highlight-right {
	position: relative;
	overflow: hidden;
}
.highlight-left img {
	width: 100%;
	transition-duration: .6s;
}
.highlight-left:hover img {
	transform: scale(1.05);
	transition-duration: .6s;
}
.highlight-info .entry-meta a {
	color: rgba(255,255,255,.85);
}
.highlight-left .cat-links {
	position: absolute;
	left: 50px;
	top: 30px;
	right: 50px;
}
.highlight-left .cat-links a {
	padding: 5px 10px;
	background-color: rgb(4, 190, 244);
	color: rgba(255,255,255,1);
}
.highlight-left .highlight-info {
	position: absolute;
	left: 50px;
	bottom: 50px;
	right: 50px;
	color: rgba(255,255,255,1);
}
.highlight-right-top {
	margin-bottom: 9px;
}
.highlight-right img {
