

body {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

h1 {
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 33px;
}

h4 {
    font-size: 1.4em;
    letter-spacing: normal;
    line-height: 10px;
  	font-weight: 300;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.font {
    color: #666;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
}

.navbar {
	margin-bottom: 0px!important;
	}

.widget ul, .widget_ultimate_recent_comments ul, .widget_ultimatumsubnav ul, .widget_ultimatumtwitter ul, .widget_archive ul, .widget_links ul, .widget_meta ul, .widget_recent_entries ul, .widget_categories ul, .widget_pages ul, .widget_recent_comments ul {
	float: right;
	}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	}

.navbar>.container-fluid .navbar-brand {
	padding: 10px;
	padding-left: 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #333333;
    letter-spacing: 0.025em;
    margin: 0 5px;
    padding: 0 15px;
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 18px;
    transition: all 0.5s;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    height: 43px;
    line-height: 43px;
}
.navbar-default .navbar-nav>.active>a {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	transition: all 0.3s!important;
    color: #00568d!important;
    border-top: 3px solid transparent;
    border-color: #00568d;
    height: 43px;
    line-height: 43px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
}
a:hover, a:focus {
	color: #cecece;
	text-decoration: none;
}