﻿/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 18px;
}
body {
	font-size: 1rem;
	line-height: 1.4;
	background-color: #fff;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3 {
	font-weight: 300;
}
/*
 * Masthead
 */
.logo{
	background:url('../images/logo.png') no-repeat center left;
	display:block;
	width:225px;
	height:20px;
	background-size: 100%;
}


/* Masthead (headings and download button) */
.masthead-title {
	margin-top: .75rem;
	margin-bottom: .75rem;
	font-size: 2.5rem;
	line-height: 1;
}
.masthead-title a {
	color: #563d7c;
}
.masthead-lead {
	margin-bottom: .75rem;
	font-weight: 300;
	font-size: .75rem;
	color: #8a8a8a;
	padding-top: 15px;
}
.masthead-lead a {
	font-weight: normal;
}
/* Nav links */
.masthead-nav {
	list-style: none;
	padding-left: 0;
	margin-bottom: .75rem;
	font-size: .75rem;
}
.nav-item {
	display: block;
	padding: 5px 0;
}
.nav-link {
	line-height: 1.6;
	color: #333;
}
.nav-link:hover {
	text-decoration: underline;
	color: #b80000;
}
.nav-link-active {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
/* Dividers */
.masthead-hr {
	width: 130px;
	margin: 1rem 0;
	border-top-color: #eee;
	border-bottom: 0;
}

@media (min-width: 768px) {
.masthead {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 35%;
	max-width: 380px;
	padding: 3rem 2rem;
}
}

@media (min-width: 768px) and (min-height: 700px) {
.masthead {
	position: fixed;
}
}

@media (min-width: 1170px) {
.masthead {
/*width: 25%;*/
}
}
/*
 * Listing and pages
 *
 * Series of entries.
 */

.listing {
	max-width: 900px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.entry, .page, .list {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
.listing {
	margin-left: 35%;
	width: 65%;
	padding-left: 0;
}
.entry,  .page,  .list {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
}

@media (min-width: 1170px) {
.listing {
	width: 70%;
	margin-left: 27.5%;
	margin-right: 2.5%;
}
}
/*
 * Pages
 */

.page {
	max-width: 700px;
}
.page-title {
	font-size: 2rem;
}
.page-title + p {
	font-size: 1.25rem;
	font-weight: 300;
	margin-bottom: 2rem;
}
/*
 * Resources
 */

.category-list {
	color: #8a8a8a;
}
.category-list > li {
	margin-bottom: .25rem;
}
.resource-description {
	display: block;
	font-weight: 300;
}
/*
 * Showcase entries
 *
 * Thumbnails for the grid of entries on the homepage and individual post pages.
 */

/* Markdown override */
.entry p {
	margin-bottom: 0;
}
.entry-icon {
	position: absolute;
	display: block;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 6rem;
	color: #fff;
	text-shadow: 0 0 3rem rgba(0,0,0,.15);
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity .2s linear;
	transition-delay: .05s;
}
.entry-thumb {
	position: relative;
	display: block;
	border-radius: 3px;
}
.entry-thumb img {
	display: block;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 3px;
	transition: opacity .2s linear;
}
.entry-thumb:hover img {
	opacity: .65;
}
.entry-thumb:hover .entry-icon {
	opacity: 1;
}
.entry-content {
	text-align: center;
}
.entry-title {
	margin-top: 1rem;
	margin-bottom: .25rem;
}
.entry-title a {
	color: #3a3a3a;
}
.entry-title a:hover {
	color: #1a1a1a;
}
.entry-date {
	font-weight: 300;
	color: #8a8a8a;
}
.related {
	padding-top: 3rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	border-top: 1px solid #e5e5e5;
}
.related-title {
	font-weight: 300;
}
.related .entry {
	margin-top: .5rem;
	margin-bottom: 1rem;
}
.related p {
	font-size: .8rem;
}
/*
 * Pagination
 */

.paginator {
	display: block;
	margin: 2rem -15px 0;
	font-weight: 500;
	color: #999;
	text-align: center;
}
.paginator .paginate {
	position: relative;
	display: block;
	padding: 20px;
	text-align: center;
	border: 1px solid #eee;
}
.paginator .paginate:last-child {
	margin-top: -1px;
}
.paginator a.paginate:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
	border-color: #428bca;
}

@media (min-width: 768px) {
.paginator {
	margin: 2rem auto;
	overflow: hidden; /* Clearfix */
}
.paginator .paginate {
	float: left;
	width: 50%;
}
.paginator .paginate:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.paginator .paginate:last-child {
	margin-top: 0;
	margin-left: -1px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
}
/*
 * Footer
 */

.footer {
	margin: 30px 0;
	padding: 20px 15px;
	color: #999;
	text-align: center;
}
.footer p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 30px;
}
/*
 * List page
 */

.list {
	padding-left: 0;
	list-style: none;
}
.list li {
	display: block;
	margin-bottom: 5px;
}
.list span {
	float: right;
	color: #999;
}
#slides {
	display: none
}
#slides .slidesjs-navigation {
	margin-top: 3px;
}
#slides .slidesjs-previous {
	margin-right: 5px;
	float: left;
}
#slides .slidesjs-next {
	margin-right: 5px;
	float: left;
}
.slidesjs-pagination {
	margin: 6px 0 0;
	float: right;
	list-style: none;
}
.slidesjs-pagination li {
	float: left;
	margin: 0 1px;
}
.slidesjs-pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(img/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.slidesjs-pagination li a.active,  .slidesjs-pagination li a:hover.active {
	background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
	background-position: 0 -26px
}
#slides a:link,  #slides a:visited {
	color: #333;
	padding: 10px 20px;
	border: 1px solid #ccc;
}
#slides a:hover,  #slides a:active {
	color: #9e2020
}
.navbar {
	overflow: hidden
}
#slides {
	display: none
}
.container {
	margin: 0 auto
}

/* For tablets & smart phones */
@media (max-width: 767px) {
body {
	padding-left: 20px;
	padding-right: 20px;
}
.container {
	width: auto
}
}

/* For smartphones */
@media (max-width: 480px) {
.container {
	width: auto
}
}

/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
.container {
	width: 724px
}
}

/* For larger displays */
@media (min-width: 1200px) {
.container {
	width: 1170px
}
}
.navbar-default {
	background-color: #fff;
	border-color: #fff;
}
.navbar-fixed-side .navbar-header {
	padding-top: 15px;
}

.body_txt {
    line-height: 1.4rem;
    font-size: .75rem;
}
