@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
html, body{
	color: #767676;
	font-size: 14px;
	font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
	height: 100%;
}
body{
	border-top: 10px solid #F3F3F3;
}
h1{
	font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
}
h2, .h2{
	color: #555;
	font-family: 'Open Serif', 'Helvetica', Arial, sans-serif;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0;
	line-height: 28px;
}
h3, .h3{
	color: #1FB4DD;
	font-size: 18px;
	font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
	margin: 0 0 20px;
	padding: 0;
}
h4, .h4{
	color: #555;
	font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
h6{
	margin: 0 0 20px;
	padding: 0 0 10px 20px;
}
hr{
	border: 0;
	background: 0;
	border-bottom: 1px solid #EFEFEF;
	margin: 30px 0;
}
a, a:visited{
	color: #666;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.page-content a{
	color: #34466B;
	text-decoration: underline
}
a:hover{
	color: #000000;
	text-decoration: none;
}
p{
	line-height: 23px;
	vertical-align: baseline;
	margin: 0 0 10px;
}
nav.main-nav ul:after, .comment-form:after, .main-nav:after{
	clear: both;
	content: '';
	height: 0;
	display: block;
	visibility: hidden;
}
header.header{
	padding: 30px 0 20px;
}
header.header .logo{
	display: block;
	text-align: center;
	width: 100%;
}
nav.main-nav{
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
nav.main-nav ul{
	display: table;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
nav.main-nav ul li{
	color: #BFBFBF;
	font-size: 14px;
	display: table-cell;
	text-align: center;
}
nav.main-nav ul li:last-child{
	display: none;
}
nav.main-nav ul li a{
	color: #767676;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
nav.main-nav ul li a:hover, nav.main-nav ul li.current-menu-item a{
	color: #34466B;
	text-decoration: underline;
}
footer.footer{
	border-top: 1px solid #EFEFEF;
	margin: 20px auto 0;
	padding: 50px 0 15px;
}
footer.footer .copyright{
	font-size: 10px;
	color: #999;
}
article.post{
	border-top: 1px solid #EFEFEF;
	padding: 20px 0;
	margin: 0 -15px;
}
article.post h4.post-title{
	margin-bottom: 0;
}
article.post .post-meta{
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #f2f2f2;
}
article.post .seperator{
	font-weight: bold;
	color: #BFBFBF;
	padding: 5px;
}
article.post.single{
	border: 0;
	padding-top: 0;
}
article.post footer.post-footer{
	margin-top: 30px;
}

/* ---- Comments Section ---- */
.comments .form-row, .comments .field{
	margin-bottom: 10px;
}
.comments .comment-form{
	margin-bottom: 15px;
}
.comments label{
	font-weight: normal;
	font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
	font-size: 14px;
}
.comments .comment-info .label{
	font-size: 16px;
	font-weight: normal;
}
.comments .comment-author{
	font-size: 16px;
	color: #AAA;
}
.comments .comment-date{
	font-size: 16px;
	color: #CCC;
}
.form-control{
	box-shadow: 0 0 0;
	background: #FCFCFC;
	border: 1px solid #e1e1e1;
}
/* ---- Nivo Slider Customisations ---- */
.nivoSlider{
	box-shadow: 0 0 0 !important;
}
.nivo-caption{
	bottom: 10px !important;
	left: 10px !important;
	width: auto !important;
}
.nivo-controlNav a{
	-webkit-transition: all 0s ease-in-out !important;
	-moz-transition: all 0s ease-in-out !important;
	-ms-transition: all 0s ease-in-out !important;
	-o-transition: all 0s ease-in-out !important;
	transition: all 0s ease-in-out !important;
}
.mobile-menu{
	color: #CCC;
	display: none;
	padding: 15px 0;
	cursor: pointer;
	font-size: 25px;
	line-height: 35px;
}
.mobile-menu .glyphicon{ float: right; }
.mobile-menu .glyphicon-th-large:before {
  font-size: 24px;
}
.page h2, .page h1, .page h3, .page h4, .page p{
	padding: 0 20px;
}
.pagination{
	display: block;
	clear: both;
	width: 100%;
}
.col-md-3{
	padding: 0;
}
