/* Enter Your Custom CSS Here */
/* =Global
----------------------------------------------- */

body {
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: Roboto, sans-serif;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 20px;
	font-weight: bold;
}
h1 {
	font-size: 36px;
	line-height: 1.2;
}
h2 {
	font-size: 32px;
	line-height: 1.3;
}
h3 {
	font-size: 26px;
	line-height: 1.4;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
hr {
	background-color: #ddd;
	border: 0;
	height: 3px;
	margin-bottom: 20px;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul,
ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 20px 20px;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 10px 20px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	font-size: 20px;
}
blockquote p {
	margin: 0;
}
address {
	margin: 0 0 20px;
}
pre {
	padding: 20px;
	margin-bottom: 20px;
	max-width: 100%;
	background: #ddd;
	color: #000;
	font-family: "Courier 10 Pitch", Courier, monospace;
	overflow: auto;
}
code,
kbd,
tt,
var {
	padding: 0 5px;
	background: #ddd;
	color: #000;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #ddd;
	cursor: help;
}
mark,
ins {
	padding: 0 5px;
	background: #a50000;
	color: #fff;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 20px;
	width: 100%;
}
th {
	font-weight: bold;
}
th,
td {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 7px 12px;
	background: #a50000;
	border: 1px solid #a50000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
	-webkit-appearance: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #000;
	border-color: #000;
	outline: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 7px;
	width: 100%;
	background: #ddd;
	border: 1px solid #ddd;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
	-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #fff;
	outline: none;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}
.error,
.required {
	color: #e74c3c;
}

/* Links */
a {
	color: #a50000;
}
a:hover,
a:focus,
a:active {
	color: #000;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	left: 0;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #a50000;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #a50000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Basic structure
----------------------------------------------- */

body {
	background: #777 url(images/backgound.jpg) top center no-repeat fixed;
}
#page {
	display: -webkit-flex;
	display: flex;
	min-height: 100%;
	min-height: 100vh;
	-webkit-flex-direction: column;
	flex-direction:         column;
}
.page-wrapper {
	-webkit-flex: 1;
	flex:         1;
	flex-basis: auto;
}

/* Header */
#masthead {
	padding-top: 40px;
	text-align: center;
}
.has-header #masthead {
	padding-top: 80px;
}
#header-wrapper {
	position: relative;
	margin-top: -80px;
	margin-bottom: 40px;
	z-index: 9999;
	width: 100%;
	height: 40px;
	background: #000;
	color: #fff;
}
.site-branding {
	display: inline-block;
	padding: 20px 40px;
	margin: 0 auto 40px auto;
	max-width: 720px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.site-title {
	margin: 0;
	text-transform: uppercase;
	font-weight: 900;
}
.site-title a,
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: inherit;
	text-decoration: none;
}
.site-description {
	margin: 0;
	font-size: 18px;
	line-height: 3;
	font-weight: 500;
}
.site-image,
.site-image img {
	display: block;
	margin: 0 auto;
}
.site-image {
	margin-bottom: 40px;
	width: 720px;
}

/* =Content
----------------------------------------------- */

.page-header,
.page-content,
.hentry {
	position: relative;
	width: 720px;
	margin: 0 auto 40px auto;
	padding: 40px 40px 20px 40px;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.page-header {
	padding-bottom: 40px;
}
.sticky {
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

/* Entry thumbnail */
.entry-thumbnail {
	margin: -40px 0 40px -40px;
	width: 720px;
	background: #000;
}
.entry-thumbnail img,
.entry-thumbnail a {
	display: block;
}

/* Entry title */
.page-title,
.entry-title {
	margin: 0;
	color: #a50000;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}
.page-title a,
.entry-title a {
	color: inherit;
	text-decoration: none;
}
.page-title a:hover,
.page-title a:focus,
.page-title a:active,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #a50000;
}

/* Taxonomy description */
.taxonomy-description {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	text-align: center;
}
.taxonomy-description p {
	margin: 0;
}

/* Entry content */
.entry-content,
.entry-summary {
	margin: 20px 0 0;
}

/* Entry meta */
.entry-meta {
	position: relative;
	margin: 0 0 20px;
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	font-style: italic;
}
.entry-title + .entry-meta {
	padding-top: 10px;
}
.entry-header .entry-meta {
	color: #000;
	text-align: center;
	font-style: normal;
}
.entry-meta a {
	color: inherit;
}
.entry-header .entry-meta a {
	color: inherit;
	text-decoration: none;
}
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
	color: #a50000;
}
footer.entry-meta {
	padding-top: 21px;
}
footer.entry-meta:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 1px;
	background: #ddd;
}

/* Page links */
.page-links {
	position: relative;
	clear: both;
	padding: 21px 0 16px;
	margin: 0;
}
.page-links:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 1px;
	background: #ddd;
}
.page-link {
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 5px;
	height: 30px;
	width: 30px;
	background: #a50000;
	border: 1px solid #a50000;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
a .page-link {
	background: #fff;
	border-color: #ddd;
	color: #777;
}
a:hover .page-link,
a:focus .page-link,
a:active .page-link {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

/* More link */
.more-link {
	display: inline-block;
	position: relative;
	padding: 8px 20px;
	background: #a50000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
}
.more-link:hover,
.more-link:focus,
.more-link:active {
	color: #fff;
	background: #000;
}
.more-link-wrapper {
	display: block;
	margin: 20px 0 0;
}



/* Footer */
#colophon {
	padding: 20px 40px;
	background: none;
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	text-align: center;


}

/* Toggle */
.menu-toggle {
	float: right;
}
.menu-toggle,
.menu-toggle .fa {
	position: relative;
	padding: 0;
	margin: 0;
	height: 60px;
	width: 60px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.menu-toggle:hover,
.main-navigation.toggled .menu-toggle {
	background: #d60000;
	color: #d60000;
}
.main-navigation.toggled .nav-menu {
	display: block;
	cursor: pointer;

  /* Links */
a {
	color: #a50000;
}
a:hover,
a:focus,
a:active {
	color: #a50000;
}
    
/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 40px;
}
.widget-title,
.widgettitle {
	color: #777;
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: center;
}
.widget-title:empty {
	display: none;
}

/* Widget area */
.widget-area {
	float: left;
	margin-right: 20px;
	width: 300px;
}
.widget-area:last-of-type {
	margin-right: 0;
}
.bottom-panel {
	padding: 40px 0 0;
	background: #000;
	border-bottom: 1px solid #222;
}
.widgets-trigger {
	display: none;
	float: right;
	margin-right: 40px;
	width: 40px;
	height: 40px;
	background: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.widgets-trigger:hover,
.widgets-trigger:focus,
.widgets-trigger:active {
	background-color: #a50000;
	color: #fff;
}
.widgets-trigger .fa {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
}

/* Toggle */
.menu-toggle {
	float: right;
}
.menu-toggle,
.menu-toggle .fa {
	position: relative;
	padding: 0;
	margin: 0;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.menu-toggle:hover,
.main-navigation.toggled .menu-toggle {
	background: #a50000;
	color: #fff;
}
.main-navigation.toggled .nav-menu {
	display: block;
	cursor: pointer;
}

/* Lists */
.main-navigation ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0 40px;
	width: 100%;
	background: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.main-navigation li {
	position: relative;
}
.main-navigation ul ul {
	display: block;
	position: relative;
	top: auto;
	padding: 0 0 0 40px;
}

/* Links */
.main-navigation a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}
.main-navigation a:hover {
	background: #a50000;
	color: #fff;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
	font-weight: 900;
}
    
/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 auto 40px auto;
	width: 720px;
	overflow: hidden;
	text-align: center;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	width: 50%;
}
.site-main [class*="navigation"] a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #000;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
.site-main [class*="navigation"] a:hover,
.site-main [class*="navigation"] a:focus,
.site-main [class*="navigation"] a:active {
	background: #a50000;
	color: #fff;
}
.site-main [class*="navigation"] .nav-next a {
	float: right;
}
.site-main [class*="navigation"] a:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
}
.site-main [class*="navigation"] .nav-previous a:before {
	content: '\f177';
}
.site-main [class*="navigation"] .nav-next a:before {
	content: '\f178';