
@font-face {
    font-family: 'Roboto Medium';
    src: url('Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto Light';
    src: url('Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto Bold';
    src: url('Roboto-Bold.ttf');
}

html,body {
	height: 100%;
	margin: 0;	
    line-height: 1.5;
	font-family: 'Arial';    
}

::-webkit-scrollbar {
    width: 7px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

a:hover {
	text-decoration: none;	
}

.navbar {
	height: 1px !important;
	min-height: auto;	
}
.navbar-default {
	margin:0 0 0 0;	
}
.navbar-collapse {	
	margin-top: 10px;	
    padding-left: 0px;    	
}

.nav > li {
	background: #ffffff;
	z-index: 1001 !important;
}

.navbar-default .navbar-toggle {
    margin-top: -50px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    text-align: center;
}
.nav ul.nav.navbar-nav {
    display: inline-block;    
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    display: inline-block;
    padding: 5px 15px 5px 10px;
    font-family: 'Robot Medium', sans-serif;
    text-decoration: none;    
    font-size: 16px;
    border-bottom: 3px solid #ff9800;
}
.navbar-default .navbar-nav>li>a:hover {
	border-bottom: 3px solid #ffffff;
	color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FF9800;
}
.nav > li {
	background: #ff9800;
}

body .navbar-default {
    background: transparent;
    border: 0px;
}

#header-wrapper {	
	background: #ff9800;
	padding: 5px 0px 10px 0px;
    z-index: 1000 !important;
}
#header-logo {
    padding: 10px;
}
@media(max-width: 750px) {
    #header-wrapper {
        height: 0px;
        padding: 0 0 0 0;
        margin:0 0 0 0;
    }
}



/*--------------------------------------------------------------*/
body {
    border-top: 2px solid #A13900;
}
body > .container-fluid {
	height: 100%;
	padding: 0;	
}

.sub-main-menu {
    background: #dddddd;
}
.sub-main-menu ul {
    padding: 0 0 0 0;
    margin:0 0 0 0;
    list-style-type: none;
}
.sub-main-menu ul li {
    float: left;
}
.sub-main-menu ul li a:hover {
    color: #FF9800
}
.sub-main-menu ul li a {
    display: inline-block;
    padding: 10px;
    color: #111111;
}

h1,h2,h3 {
    font-family: 'Roboto Medium';
}
a {
    color: #1F5089;
}
a:hover {
    color: #FF9800;
}

#main-wrapper {
    background: #e7e7e7;
    min-height: 100px;
    padding: 20px 0px 20px 0px;
    min-height: 100%; /* min. height for modern browser */
    height:auto !important; /* important rule for modern Browser */
    height:100%; /* min. height for IE */
    overflow: hidden !important; /* FF scroll-bar */
}

@media(max-width: 750px) {
    .advertise img {
        width: 100%;
    }
}

#leftbar {
    background: #ffffff;
    position: relative;
}

#leftbar .title-heading h1 {
    color: #204F77;
    font-size: 34px;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
}

#showcase {
    position: relative;
    margin-top: 15px;
}

#showcase img {
    width: 100%;
}
#showcase .title-wrapper {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );   
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;    
    color: #ffffff;
    line-height: 1.3;
    padding: 100px 20px 20px 20px; 
    font-size: 16px;    
}
@media(max-width: 750px) {
    #showcase .title-wrapper {
        height: 100%;
    }
}

#showcase .title-wrapper a {
    color: #ffffff;
}
#showcase .title-wrapper a.title {    
    display: block;     
    color: #ffffff;
    font-weight: bold;    
    font-family: 'Arial';
    font-size: 35px;
}


.articles {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.articles li {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #eeeeee;
}
.articles li a {
    color: #111111;
}
.articles li img {
    width: 100%;
    height: 150px;
}
.articles .title {
    font-family: 'Arial';    
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: #1F5089;
}
.articles .title:hover {
    color: #E65100
}
.articles .date {
    font-size: 15px;
    color: #999;
}
.articles .description {
    font-size: 16px;
}
@media(max-width: 750px) {
    .articles li img {
        height: auto;
    }
}

.widget {
    margin-bottom: 20px;
}
.widget-center {
    width: 60%;margin: 0 auto;
}
@media(max-width: 750px) {
    .widget-center {
        width: auto;
    }
}
.widget .title {
    background: #204F77;
    color: #ffffff;
    text-transform: uppercase;
}
.widget .title span {
    padding: 10px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #CC0000;
}
.widget .content {
    background: #ffffff;
}
.widget-list-content {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none;
}
.widget-list-content li {
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}
.widget-list-content .date {
    color: #999;    
    font-size: 14px;
    font-weight: normal;
}
.widget-list-content a {
    font-size:16px;
    font-weight: bold;
    display: block;
}
.widget-list-content a:hover {
    color: #FF9800;
}
.widget img {
    width: 100%;
}
.widget .widget-form {
    background: #ffffff;
    padding:10px;
}
.button {
    width: 100%;
    display: block;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    background: #204F77;
    text-align: center;
    text-transform: uppercase;
    border: none;
    font-size: 18px;
}
.button-orange {
    background: #E65100;
    color: #ffffff;
}
.button-orange:hover {
    color: #ffffff;
}

#article {
    background: #ffffff
    font-size:16px;
}
#article .breadcrumb {
    color: #999999;    
    background: #ffffff;
    padding: 0 0 0 0;
    margin:10px 0px 10px 0px;
}
#article h1 {
    font-size: 30px;
    color: #1F5089;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
#article .author {
    color: #999999;
    font-size: 16px;
}
#article .social-media {
    padding: 10px 0px 10px 0px;
}
#article .social-media img {
    height: 50px;
}
#article .content {
    font-size: 16px;
}
#article .content img {
    max-width: 100%;
}
.readmore {
    background: #ffffff;
    border-radius: 10px;
    border:1px solid #E65100;
    font-size: 18px;
    padding:10px 60px 10px 60px;
    color: #E65100;
    display: inline-block;    
}
.readmore:hover {
    background: #FF9800;
    color: #ffffff;
}
.readmore-block {
    display: block;
    width: 100%;
}

#related ul {
    list-style-type: none;
    padding: 0 0 0 0;
    margin:0 0 0 0;
}
#related ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0px 10px 0px;
}
#related .title {    
    font-size: 30px;    
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0px 10px 0px;
}

#related a {
    color: #1F5089;
    font-size: 22px;
    font-weight: bold;
}
#related a:hover {
    color: #FF9800;
}
#related .date {
    color: #999;
    font-size: 16px;
}
#comments .title {
    font-size: 30px;    
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0px 10px 0px;
}

.list-content-thumbnail .col-sm-4 {padding-right: 5px}
.list-content-thumbnail .col-sm-8 {padding-left: 5px}
.list-content-thumbnail img {height: 80px}

@media(max-width: 750px) {
    .list-content-thumbnail .col-sm-4 {padding-right: 15px}
    .list-content-thumbnail .col-sm-8 {padding-left: 15px}
    .list-content-thumbnail img {height: auto}
}

.footer {
    background: #a13900;
    color: #ffffff;
}
.footer .content {
    padding: 10px 0px 10px 0px;
}
.footer .content a {
    color: #fafafa;
}

.footer-wrapper {
    background: #e65100;
    color: #ffffff;
    padding:10px 0px 10px 0px;
}
.footer-wrapper ul {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.footer-wrapper ul li {
    float:left;
    padding:5px 10px 5px 10px;    
}
.footer-wrapper ul li:first-child {
    padding-left: 0px;
}
.footer-wrapper ul li a {
    color: #ffffff;
}
.footer-wrapper ul li a:hover {
    text-decoration: underline;
}