/*
Theme Name: Tura
Author: 
Version: 1.0
Text Domain: tura

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 18px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1a1a1a;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #3C3C3B;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Arial;
	font-weight: 500;
	line-height: 1;
	padding: 10px 12px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #cd1316;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

/**
 * 10.0 - Widgets
 */

.widget {
	/*border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;*/
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: inherit !important;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


/* # MultiColumn Config # */
.mcc {width:100%;display:table;}
.mcc:after {content: "";display: table;height: 0;clear: both;visibility: hidden;}
.mcc > div {display:table-cell;/*float:left;*/vertical-align: top;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.mcc.border > div:not(:first-child) {border-left:1px solid #ccc}
/* MCC Paddings */
/* Inner Padding */
.mcc.padi > div:not(:last-child):not(:first-child) {padding-right:1%;padding-left:1%;}
.mcc.padi > div:last-child {padding-left:2%;}
.mcc.padi > div:first-child {padding-right:2%;}
/* Large Inner Padding */
.mcc.padil > div:not(:last-child):not(:first-child) {padding-right:1%;padding-left:1%;}
.mcc.padil > div:last-child {padding-left:2%;}
.mcc.padil > div:first-child {padding-right:2%;}
/* XLarge Inner Padding */
.mcc.padixl > div:not(:last-child):not(:first-child) {padding-right:2%;padding-left:2%;}
.mcc.padixl > div:last-child {padding-left:4%;}
.mcc.padixl > div:first-child {padding-right:4%;}
/* Outer Padding */
.mcc.pado > div:first-child {padding-left: 2%}
.mcc.pado > div:last-child {padding-right: 2%}
/* Large Outer Padding */
.mcc.padol > div:first-child {padding-left:4%}
.mcc.padol > div:last-child {padding-right:4%}
/* XLarge Outer Padding */
.mcc.padoxl > div:first-child {padding-left:8%}
.mcc.padoxl > div:last-child {padding-right:8%}

/* Special Borders */
.mcc.border.nobordercol-2 > .c2 {border-left: none;}
.mcc.border.nobordercol-3 > .c3 {border-left: none;}
.mcc.border.nobordercol-4 > .c4 {border-left: none;}
.mcc.border.nobordercol-5 > .c5 {border-left: none;}


/* Mcc Size Definitions */
/* MCC 2 Cols */

/* 5 x 95 */
.mcc.cl5-95>.c1{width:5%}
.mcc.cl5-95>.c2{width:95%}

/* 10 x 90 */
.mcc.cl10-90>.c1{width:10%}
.mcc.cl10-90>.c2{width:90%}

/* 15 x 85 */
.mcc.cl15-85>.c1{width:15%}
.mcc.cl15-85>.c2{width:85%}

/* 20 x 80 */
.mcc.cl20-80>.c1{width:20%}
.mcc.cl20-80>.c2{width:80%}

/* 25 x 75 */
.mcc.cl25-75>.c1{width:25%}
.mcc.cl25-75>.c2{width:75%}

/* 30 x 70 */
.mcc.cl30-70>.c1{width:30%}
.mcc.cl30-70>.c2{width:70%}

/* 35 x 65 */
.mcc.cl35-65>.c1{width:35%}
.mcc.cl35-65>.c2{width:65%}

/* 40 x 60 */
.mcc.cl40-60>.c1{width:40%}
.mcc.cl40-60>.c2{width:60%}

/* 45 x 55 */
.mcc.cl45-55>.c1{width:45%}
.mcc.cl45-55>.c2{width:55%}

/* 50 x 50 */
.mcc.cl50-50>.c1{width:50%}
.mcc.cl50-50>.c2{width:50%}

/* 55 x 45 */
.mcc.cl55-45>.c1{width:55%}
.mcc.cl55-45>.c2{width:45%}

/* 60 x 40 */
.mcc.cl60-40>.c1{width:60%}
.mcc.cl60-40>.c2{width:40%}

/* 65 x 35 */
.mcc.cl65-35>.c1{width:65%}
.mcc.cl65-35>.c2{width:35%}

/* 70 x 30 */
.mcc.cl70-30>.c1{width:70%}
.mcc.cl70-30>.c2{width:30%}

/* 75 x 25 */
.mcc.cl75-25>.c1{width:75%}
.mcc.cl75-25>.c2{width:25%}

/* 80 x 20 */
.mcc.cl80-20>.c1{width:80%}
.mcc.cl80-20>.c2{width:20%}

/* 85 x 15 */
.mcc.cl85-15>.c1{width:85%}
.mcc.cl85-15>.c2{width:15%}

/* 90 x 10 */
.mcc.cl90-10>.c1{width:90%}
.mcc.cl90-10>.c2{width:10%}

/* 95 x 5 */
.mcc.cl95-5>.c1{width:95%}
.mcc.cl95-5>.c2{width:5%}

/* MCC 3 Cols */

/* 80 x 10 x 10 */
.mcc.cl80-10-10>.c1{width:80%}
.mcc.cl80-10-10>.c2{width:10%}
.mcc.cl80-10-10>.c3{width:10%}

/* 10 x 80 x 10 */
.mcc.cl10-80-10>.c1{width:10%}
.mcc.cl10-80-10>.c2{width:80%}
.mcc.cl10-80-10>.c3{width:10%}

/* 10 x 10 x 80 */
.mcc.cl10-10-80>.c1{width:10%}
.mcc.cl10-10-80>.c2{width:10%}
.mcc.cl10-10-80>.c3{width:80%}

/* 75 x 13 x 13 */
.mcc.cl75-13-13>.c1{width:75%}
.mcc.cl75-13-13>.c2{width:12.5%}
.mcc.cl75-13-13>.c3{width:12.5%}

/* 13 x 75 x 13 */
.mcc.cl13-75-13>.c1{width:12.5%}
.mcc.cl13-75-13>.c2{width:75%}
.mcc.cl13-75-13>.c3{width:12.5%}

/* 13 x 13 x 75 */
.mcc.cl13-13-75>.c1{width:12.5%}
.mcc.cl13-13-75>.c2{width:12.5%}
.mcc.cl13-13-75>.c3{width:75%}

/* 70 x 15 x 15 */
.mcc.cl70-15-15>.c1{width:70%}
.mcc.cl70-15-15>.c2{width:15%}
.mcc.cl70-15-15>.c3{width:15%}

/* 15 x 70 x 15 */
.mcc.cl15-70-15>.c1{width:15%}
.mcc.cl15-70-15>.c2{width:70%}
.mcc.cl15-70-15>.c3{width:15%}

/* 15 x 15 x 70 */
.mcc.cl15-15-70>.c1{width:15%}
.mcc.cl15-15-70>.c2{width:15%}
.mcc.cl15-15-70>.c3{width:70%}

/* 60 x 20 x 20 */
.mcc.cl60-20-20>.c1{width:60%}
.mcc.cl60-20-20>.c2{width:20%}
.mcc.cl60-20-20>.c3{width:20%}

/* 20 x 60 x 20 */
.mcc.cl20-60-20>.c1{width:20%}
.mcc.cl20-60-20>.c2{width:60%}
.mcc.cl20-60-20>.c3{width:20%}

/* 20 x 20 x 60 */
.mcc.cl20-20-60>.c1{width:20%}
.mcc.cl20-20-60>.c2{width:20%}
.mcc.cl20-20-60>.c3{width:60%}

/* 50 x 25 x 25 */
.mcc.cl50-25-25>.c1{width:50%}
.mcc.cl50-25-25>.c2{width:25%}
.mcc.cl50-25-25>.c3{width:25%}

/* 25 x 50 x 25 */
.mcc.cl25-50-25>.c1{width:25%}
.mcc.cl25-50-25>.c2{width:50%}
.mcc.cl25-50-25>.c3{width:25%}

/* 25 x 25 x 50 */
.mcc.cl25-25-50>.c1{width:25%}
.mcc.cl25-25-50>.c2{width:25%}
.mcc.cl25-25-50>.c3{width:50%}

/* 40 x 30 x 30 */
.mcc.cl40-30-30>.c1{width:40%}
.mcc.cl40-30-30>.c2{width:30%}
.mcc.cl40-30-30>.c3{width:30%}

/* 30 x 40 x 30 */
.mcc.cl30-40-30>.c1{width:30%}
.mcc.cl30-40-30>.c2{width:40%}
.mcc.cl30-40-30>.c3{width:30%}

/* 30 x 30 x 40 */
.mcc.cl30-30-40>.c1{width:30%}
.mcc.cl30-30-40>.c2{width:30%}
.mcc.cl30-30-40>.c3{width:40%}

/* 33 x 33 x 33 */
.mcc.cl33-33-33>.c1{width:33.333%}
.mcc.cl33-33-33>.c2{width:33.334%}
.mcc.cl33-33-33>.c3{width:33.334%}

/* MCC 4 Cols */

/* 75 x 8 x 8 x 8 */
.mcc.cl75-8-8-8>.c1{width:75%}
.mcc.cl75-8-8-8>.c2{width:8.333%}
.mcc.cl75-8-8-8>.c3{width:8.333%}
.mcc.cl75-8-8-8>.c4{width:8.333%}

/* 8 x 75 x 8 x 8 */
.mcc.cl8-75-8-8>.c1{width:8.333%}
.mcc.cl8-75-8-8>.c2{width:75%}
.mcc.cl8-75-8-8>.c3{width:8.333%}
.mcc.cl8-75-8-8>.c4{width:8.333%}

/* 8 x 8 x 75 x 8 */
.mcc.cl8-8-75-8>.c1{width:8.333%}
.mcc.cl8-8-75-8>.c2{width:8.333%}
.mcc.cl8-8-75-8>.c3{width:75%}
.mcc.cl8-8-75-8>.c4{width:8.333%}

/* 8 x 8 x 8 x 75 */
.mcc.cl8-8-8-75>.c1{width:8.333%}
.mcc.cl8-8-8-75>.c2{width:8.333%}
.mcc.cl8-8-8-75>.c3{width:8.333%}
.mcc.cl8-8-8-75>.c4{width:75%}

/* 60 x 13 x 13 x 13 */
.mcc.cl60-13-13-13>.c1{width:60%}
.mcc.cl60-13-13-13>.c2{width:13.333%}
.mcc.cl60-13-13-13>.c3{width:13.333%}
.mcc.cl60-13-13-13>.c4{width:13.333%}

/* 13 x 60 x 13 x 13 */
.mcc.cl13-60-13-13>.c1{width:13.333%}
.mcc.cl13-60-13-13>.c2{width:60%}
.mcc.cl13-60-13-13>.c3{width:13.333%}
.mcc.cl13-60-13-13>.c4{width:13.333%}

/* 13 x 13 x 60 x 13 */
.mcc.cl13-13-60-13>.c1{width:13.333%}
.mcc.cl13-13-60-13>.c2{width:13.333%}
.mcc.cl13-13-60-13>.c3{width:60%}
.mcc.cl13-13-60-13>.c4{width:13.333%}

/* 13 x 13 x 13 x 60 */
.mcc.cl13-13-13-60>.c1{width:13.333%}
.mcc.cl13-13-13-60>.c2{width:13.333%}
.mcc.cl13-13-13-60>.c3{width:13.333%}
.mcc.cl13-13-13-60>.c4{width:60%}

/* 50 x 17 x 17 x 17 */
.mcc.cl50-17-17-17>.c1{width:50%}
.mcc.cl50-17-17-17>.c2{width:16.667%}
.mcc.cl50-17-17-17>.c3{width:16.667%}
.mcc.cl50-17-17-17>.c4{width:16.667%}

/* 17 x 50 x 17 x 17 */
.mcc.cl17-50-17-17>.c1{width:16.667%}
.mcc.cl17-50-17-17>.c2{width:50%}
.mcc.cl17-50-17-17>.c3{width:16.667%}
.mcc.cl17-50-17-17>.c4{width:16.667%}

/* 17 x 17 x 50 x 17 */
.mcc.cl17-17-50-17>.c1{width:16.667%}
.mcc.cl17-17-50-17>.c2{width:16.667%}
.mcc.cl17-17-50-17>.c3{width:50%}
.mcc.cl17-17-50-17>.c4{width:16.667%}

/* 17 x 17 x 17 x 50 */
.mcc.cl17-17-17-50>.c1{width:16.667%}
.mcc.cl17-17-17-50>.c2{width:16.667%}
.mcc.cl17-17-17-50>.c3{width:16.667%}
.mcc.cl17-17-17-50>.c4{width:50%}

/* 25 x 25 x 25 x 25 */
.mcc.cl25-25-25-25>.c1{width:25%}
.mcc.cl25-25-25-25>.c2{width:25%}
.mcc.cl25-25-25-25>.c3{width:25%}
.mcc.cl25-25-25-25>.c4{width:25%}

/* MCC 5 Cols */

/* 20 x 20 x 20 x 20 x 20 */
.mcc.cl20-20-20-20-20>.c1{width:20%}
.mcc.cl20-20-20-20-20>.c2{width:20%}
.mcc.cl20-20-20-20-20>.c3{width:20%}
.mcc.cl20-20-20-20-20>.c4{width:20%}
.mcc.cl20-20-20-20-20>.c5{width:20%}


/* CUSTOM SETTINGS */
body {font-family: "Arial";background: #fff;}
a {color:#cd1316}
#wrapper {background: none no-repeat scroll center center;background-size:auto;padding:.1px;}

#page {width:1140px;margin:0 auto;margin-top:50px;box-shadow: 0px 0px 7px -2px #000;background:#fff;}
#header {background:#ececec;position: relative;min-height: 160px;}
#logo {position:absolute;left:45px;top:-24px;}
#header .left {min-height:160px;float:left;width:20%;}
#header .right {width:80%;float:right;min-height:160px;}
#header .slogan {font-size: 30px;color:#f21815;padding-top:40px;line-height: 1.2;text-transform: uppercase;}
#header .slogan strong {font-size:50px;color:#000;font-weight: 600;display: block;text-transform: uppercase;text-shadow: -1px -1px 0 #3c3c3b, 1px 1px 0 #3c3c3b;}
#header:after {content: "";display: table;height: 0;clear: both;visibility: hidden;}

#navbar {background:#606060;width:100%;min-height:30px;clear: both;padding:0 22px;background: #606060;background: -moz-linear-gradient(top, #606060 0%, #2a2a2a 100%);background: -webkit-linear-gradient(top, #606060 0%,#2a2a2a 100%);background: linear-gradient(to bottom, #606060 0%,#2a2a2a 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#2a2a2a',GradientType=0 );}
#navbar:after {content: "";display: table;height: 0;clear: both;visibility: hidden;}
#mainnav {width:82%;float:left;}
#mainnav ul {margin: 0;padding:0;list-style: none;font-size: 13px /* layout: 14px */;}
#mainnav ul > li {margin:2px 4px 0;display:inline-block;position: relative;padding-bottom: 6px;}
#mainnav ul > li > a {padding:5px 5px 8px;color:#fff;line-height: 1.2;}

#mainnav ul > li > ul {display: none;border:1px solid #fff;border-top:none;
box-shadow: 2px 2px 6px -1px #000;
left: 0;
min-width: 160px;
position: absolute;
top: 27px;
z-index: 99999;
background: #2a2a2a; /* Old browsers */
background: -moz-linear-gradient(top, #2a2a2a 0%, #606060 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2a2a2a 0%,#606060 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2a2a2a 0%,#606060 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#606060',GradientType=0 );
tansition:opacity .25s ease;
-moz-tansition:opacity .25s ease;
-webkit-tansition:opacity .25s ease;}
#mainnav ul.primary-menu > li:hover > ul {display: block;}
#mainnav ul > li > ul > li {margin:0;display:block;width:100%;margin-bottom: 1px;padding:0;}
#mainnav ul > li > ul > li:last-child {margin-bottom: 0;}
#mainnav ul > li > ul > li > a {width:100%;display:block;line-height: 2;padding:0 5px;}
#mainnav ul > li > ul > li > a:hover {background:rgba(255,255,255,.8);color:#2a2a2a;}

#navbar .searchbox {float:right;width:18%;}
#navbar .searchbox {margin-top: 7px;}
#navbar .searchbox input {display:block;float:left;width:66.66667%;font-size: 9px;padding:2px 5px;box-shadow: 2px 2px 5px -2px #000 inset;border-radius: 0;border:none;background: #fff;}
#navbar .searchbox button {display:block;float:right;width:25.55556%;background:none;font-size: 14px;padding:0;text-transform: none;margin-top: 0;}

#main {width:96.49122%;margin:0 auto;}

#primary {width:63.6363%;margin-right: 1.8181%;float:left;}
#secondary {width:34.5454%;float:left;}
#main {margin-top:20px;}
#main:after {content: "";display: table;height: 0;clear: both;visibility: hidden;}

#primary.fullwidth {width:100%;margin:0;float:none;}

#secondary .widget {border: 1px solid #d2d2d2;margin-bottom: 20px;}
#secondary .widget .widget-title, #secondary .widget .calendar_wrap caption {margin:0;font-weight: 600;text-transform: uppercase;font-size: 14px;color:#fff;border-bottom: 1px solid #d2d2d2;padding:2px 8px;background: #f31b19;background: -moz-linear-gradient(top, #f31b19 0%, #880e0d 100%);background: -webkit-linear-gradient(top, #f31b19 0%,#880e0d 100%);background: linear-gradient(to bottom, #f31b19 0%,#880e0d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f31b19', endColorstr='#880e0d',GradientType=0 );}
#secondary .widget > div {}

#footer {width:100%;background:#3c3c3b;color:#9d9d9c;padding:30px 1.75438%}
#footer > div {width:33.3333%;display: block;float:left;padding:0 4.9090% 0 0;}
#footer > div ul {margin:0;padding:0;list-style: none;}
#footer > div a {color:inherit;}
#footer:after {content: "";display: table;height: 0;clear: both;visibility: hidden;}
#bottomfooter {background:#2e2d2c;width:100%;padding:0 1.75438%;color:#d0d0d0;}

/* Homepage-Slider */
#slideshow > .owl-carousel {max-width:63.157%;border:none;float:left;max-height:420px}
#slideshow > .owl-carousel .item {position: relative;max-height: 420px;}
#slideshow > .owl-carousel .item .info {display: none;}
#slideshow > .owl-carousel .item p {position: absolute;left:0;bottom:0;width:100%;box-sizing: border-box;background:rgba(0,0,0,.7);color:#fff;padding:10px 20px 10px 20px;margin:0;font-size: 30px;}
#slideshow > .slideshow_previews {width:36.844%;float:right;}
#slideshow > .slideshow_previews .item {height:86.4px;width:100%;font-size: 14px;color:#3c3c3b;display:block;overflow: hidden;padding: 12px 20px;border-bottom: 2px solid #d2d2d2;position: relative;transition: background .4s ease}
#slideshow > .slideshow_previews .item:after {content: "";display: table;height: 0;clear: both;visibility: hidden;}
#slideshow > .slideshow_previews .item.active {color:#fff;background: #f31917;background: -moz-linear-gradient(top, #f31917 0%, #840e0d 100%);background: -webkit-linear-gradient(top, #f31917 0%,#840e0d 100%);background: linear-gradient(to bottom, #f31917 0%,#840e0d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f31917', endColorstr='#840e0d',GradientType=0 );}
#slideshow > .slideshow_previews .item:last-child {border-bottom-width: 1px;}
#slideshow > .slideshow_previews .item a {color:inherit;}
#slideshow > .slideshow_previews .item .info {line-height: 1.2;}
#slideshow > .slideshow_previews .item .img {float:left;max-width: 99px;margin-right: 16px;max-height: 59px;overflow: hidden;}
#slideshow > .slideshow_previews .item img {max-width: 100%;height:auto;width:100%;}
#slideshow > .slideshow_previews .item strong {display: block;height: 18px;overflow: hidden;font-size: 18px;}
#slideshow > .slideshow_previews .item .entry-meta {float:left;}
#slideshow > .slideshow_previews .item .entry-meta .cat-links {display: block;}
#slideshow > .slideshow_previews .item .entry-meta .posted-on {display: block;margin-top: 10px;}
#slideshow > .slideshow_previews .item .more-link {bottom: 10px;position: absolute;right: 20px;}
#slideshow:after {content: "";display: table;height: 0;clear: both;visibility: hidden;}

#home-top-content {margin-bottom: 35px;}
#primary > h2 {color:#3c3c3b;font-size: 24px;border-bottom: 1px solid #d2d2d2;margin-bottom: 20px;}

/* Hide Screen-Reader Text on Styled Page */
.screen-reader-text {display: none;}
.posted-on .updated {display: none;}
.posted-on .updated.published {display: inline;}

.post-edit-link {color:#f21815;font-size: 10px;margin:20px 0;display: block;border-top:1px solid #bdbcbc;padding: 20px 0 0 0;}

/* Content Styles */
article.type-page img {max-width:100%;height:auto;border:1px solid #bdbcbc;padding:9px;margin-bottom: 20px;}
article.type-page > .entry-title {color: rgba(242,24,21,1);font-size: 28px;}
article.type-page > .entry-header {background: #ececec;border:1px solid #bdbcbc;border-left:none;color:#f21815;font-size: 28px;margin-left: -2.8571%;padding-left: 2.8571%;width: 102.8571%;margin-bottom: 20px;text-transform: uppercase;}
article.type-page > .entry-header h1 {font-weight: 400;}
.content-area.fullwidth article.type-page > .entry-header {width:101.8571%;margin-left:-1.8571%;padding-left:1.8571%}

/* Content Styles */
body.single article.type-post img {max-width:100%;height:auto;border:1px solid #bdbcbc;padding:9px;margin-bottom: 20px;}
body.single article.type-post > .entry-title {color: rgba(242,24,21,1);font-size: 28px;}
body.single article.type-post > .entry-header {background: #ececec;border:1px solid #bdbcbc;border-left:none;color:#f21815;font-size: 28px;margin-left: -4.77%;padding-left: 4.77%;width: 104.77%;margin-bottom: 20px;text-transform: uppercase;}
body.single article.type-post > .entry-header h1 {font-weight: 400;}

article .container h3 {font-size: 14px;color:#fff;padding:2px 8px;background: #f31b19;border:1px solid #d2d2d2;border-bottom: none;background: -moz-linear-gradient(top, #f31b19 0%, #880e0d 100%);background: -webkit-linear-gradient(top, #f31b19 0%,#880e0d 100%);background: linear-gradient(to bottom, #f31b19 0%,#880e0d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f31b19', endColorstr='#880e0d',GradientType=0 );}

article:after {content: "";display: table;height: 0;clear: both;visibility: hidden;}
article.type-post .post-thumbnail {float:left;}

/* Sidebar above and bottom the widgetized-sidebar available on each page */
.customsidebar {}
.customsidebar .widget_content {padding:10px 20px;font-size: 16px;}
.customsidebar .widget_content h5 {color:#cd1316;font-size: 20px;text-transform: uppercase;line-height: 1.5;}
.customsidebar .widget_content p:last-child {margin-bottom: 0;}
.customsidebar .widget_content em {color:#cd1316;font-style: normal;}


body.blog #content > article.type-post, div.su-posts-loop article.type-post {border-bottom: 1px solid #d2d2d2;}
body.blog #content > article.type-post:last-child, div.su-posts-loop article.type-post:last-child {border-bottom: none;}

/* Meta-Header for Post/Page */
.entry-header .entry-meta, .entry-footer .entry-meta {color:#9d9d9c;}
.entry-header .entry-meta a, .entry-footer .entry-meta a {color:#9d9d9c;font-size: 16px;}
.entry-header .entry-meta .cat-links::after, .entry-footer .entry-meta .cat-links::after {content: "//"; color:#9d9d9c;display:inline-block;margin:0 5px;}
.entry-header .entry-meta .tags-links::after, .entry-footer .entry-meta .tags-links::after {content: "//"; color:#9d9d9c;display:inline-block;margin:0 5px;}

/* Posts */
article.type-post {line-height: 1.4;clear: both;margin-bottom: 20px;}
article.type-post .entry-title {font-size: 20px;color:#cd1316;}
article.type-post .entry-meta {margin-bottom: 10px;}
article.type-post .post-thumbnail {max-width:230px;width:100%;margin:3px 18px 18px 0;padding:0;border: none;float:left;}
article.type-post .post-thumbnail img {margin:0;padding:0;border: none;}
article.type-post .more-link {display: block;font-weight: 600;text-align: right;text-transform: uppercase;}
article.type-post .entry-summary .entry-header .entry-title {clear:none;margin-top: -3px;margin-bottom: 5px;}

.post-navigation {margin:20px 0;}
.post-navigation a[rel="prev"]:before{content:"\00AB";display:inline-block;margin-right:2px;}
.post-navigation a[rel="next"]:before{content:"\00BB";display:inline-block;margin-left:2px;}

/* Page Navigation */
.paging-navigation {}
.paging-navigation ul {list-style: none;}
.paging-navigation ul li {margin-right: 5px;display: inline-block}
.paging-navigation ul li:last-child {margin-right: 0;}
.paging-navigation ul li span.current {display: block;}
.paging-navigation ul li a {display: inline-block;}

/* Comments */
.comments-area {margin:0;}
.comments-title, .comment-reply-title {border-top:1px solid #aaa;color:#1a1a1a;font-size:20px;}

/* Calendar */
.tribe-events-list-widget {color:#3c3c3b;}
.tribe-events-list-widget ol {list-style: none;margin:0;}
.tribe-events-list-widget ol:after {content: "";display: table;height: 0;clear: both;visibility: hidden;}
.tribe-events-list-widget ol li {clear: both;padding:6px 8px;margin:0;padding-right: 20px;background-color: #f0f0f0;width:100%;float:left;}
.tribe-events-list-widget ol li:nth-child(2n-2) {background-color: #fff}
.tribe-events-list-widget ol li .tribe-event-title {font-size: 16px;float: left;line-height: 1.2;}
.tribe-events-list-widget .tribe-event-duration {display: block;float:right;font-size: 14px;line-height: 1.2;text-align: right}
.tribe-events-list-widget .tribe-event-duration .edate {display: block;font-weight: 600;font-size: 16px;}
.tribe-events-list-widget .tribe-event-duration .dtspacer {display: none;}
.tribe-events-list-widget .widget-headline {font-weight: 600;font-size: 16px;}
.tribe-events-list-widget .widget-headline:after {content: "";display: table;height: 0;clear: both;visibility: hidden;}
.tribe-events-list-widget .widget-headline .left {float:left;width:50%;padding-left:8px;text-align: left;}
.tribe-events-list-widget .widget-headline .right {float:right;width:50%;padding-right: 20px;text-align: right;}

#secondary .widget.tribe-events-calendar-widget table {border: none;margin:0;}
#secondary .widget.tribe-events-calendar-widget table td {background:#f5f5f5;border-color:#fff;border-width: 2px;text-align: center}
#secondary .widget.tribe-events-calendar-widget table th {border: none;text-align: center;padding:1px;}
#secondary .widget.tribe-events-calendar-widget table td:last-child {border-right: none;}

#secondary .widget.tribe-events-calendar-widget td.tribe-events-othermonth {border-right-color:#f5f5f5;border-left-color:#f5f5f5;}
#secondary .widget.tribe-events-calendar-widget td.tribe-events-othermonth > div {display: none;}
#secondary .widget.tribe-events-calendar-widget td.tribe-events-othermonth.tribe-event-day-01 {border-left-color:#fff;}

#secondary .widget.tribe-events-calendar-widget .tribe-events-footer {background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );}
#secondary .widget.tribe-events-calendar-widget .tribe-events-footer:after {content: "";display: table;height: 0;clear: both;visibility: hidden;}
#secondary .widget.tribe-events-calendar-widget .tribe-events-footer ul {list-style: none;margin:0;padding:0;}
#secondary .widget.tribe-events-calendar-widget .tribe-events-footer ul li {margin:0;padding:0;display: inline-block;color:#9d9d9c;font-size: 14px;padding:0 14px;}
#secondary .widget.tribe-events-calendar-widget .tribe-events-footer ul li a {color:#9d9d9c;font-size: 14px;}
#secondary .widget.tribe-events-calendar-widget .tribe-events-footer ul li.tribe-events-nav-next {float: right;}

ul.sponsors_list {list-style: none;margin:0;padding:0;}
ul.sponsors_list li {display:block;}
#secondary .widget ul.sponsors_list li {border: 1px solid #d2d2d2;margin-bottom: 20px;text-align: center;}
#secondary .widget.sponsor-manager-widget {border: none;margin-bottom: 0;}

#mobiletoggle {display: none;}
.mm-menu {display: none;}
.mm-clear::after, .mm-clear::before, .mm-close::after, .mm-close::before {width:7px!important;height:7px!important;}


@media all and (max-width: 1200px) {
	#page {width:95%}
}
@media all and (max-width: 1080px) {
	#navbar {padding-left:10px;padding-right: 10px;}
	#mainnav {width:84%;}
	#mainnav ul > li > a {padding-left: 2px;padding-right: 2px;}
	#navbar .searchbox {width:16%}
	
	#slideshow > .slideshow_previews .item {height: 80.8px;}
	#slideshow > .slideshow_previews .item .img {width:34%;margin-right: 2%}
	#slideshow > .slideshow_previews .item .info {width:65%;float:right;}
	#slideshow > .slideshow_previews .item strong {width: 100%;}
	#slideshow > .slideshow_previews .item .entry-meta {width:100%;margin-top: 5px;font-size: 12px;}
	#slideshow > .slideshow_previews .item .entry-meta .cat-links {float:left;width:50%;text-align: left;margin-top: 0;}
	#slideshow > .slideshow_previews .item .entry-meta .posted-on {float:right;width:50%;text-align: right;margin-top: 0;}
	#slideshow > .slideshow_previews .item .more-link {font-size: 12px;}
	
	#slideshow > .owl-carousel .item p {font-size: 24px}
}
@media all and (max-width: 1000px) {
	#header .left {width:23%}
	#header .right {width:77%}
	#header .slogan {font-size: 26px;}
	#header .slogan strong {font-size: 45px;}
}
@media all and (max-width: 970px) {
	#logo {left:15px;}
	#header .left {width:20%;}
	#header .right {width:80%;}
	
	#mainnav ul > li {margin-left: 2px;margin-right: 2px;}
	
	#navbar .searchbox {width:15%;}
	#navbar .searchbox button {font-size: 12px;margin-top: 2px;}
	
	#slideshow > .slideshow_previews .item .info {width:67%}
	#slideshow > .slideshow_previews .item strong {font-size: 16px;height: 16px;}
	#slideshow > .slideshow_previews .item .entry-meta {font-size: 11px;margin-top: 0;}
	#slideshow > .slideshow_previews .item .more-link {font-size: 11px;}
	#slideshow > .slideshow_previews .item .img {width:30%;}
	
	#slideshow > .slideshow_previews .item .entry-meta .cat-links {width:45%;}
	#slideshow > .slideshow_previews .item .entry-meta .posted-on {width:55%}
}
@media all and (max-width: 900px) {
	#mainnav {display:none;}
	#navbar .searchbox {display:none;}
	
	#navbar {min-height: 40px;}
	#mobiletoggle {
			display: block;
			float: right;
			height: 24px;
			margin-right: 2%;
			margin-top: 9px;
			width: 22px;
	}
	#mobiletoggle span {
			background: #fff none repeat scroll 0 0;
			border-radius: 2px;
			display: block;
			height: 3px;
			margin-bottom: 5px;
			width: 100%;

}
@media all and (max-width: 850px) {
	#header .left {width:18%;min-height: 120px;}
	#header .right {width:82%;min-height: 120px;}
	#header .slogan {font-size: 20px;padding-top: 18px;}
	#header .slogan strong {font-size: 40px;}
	#logo {max-width: 100px;}
	
	#slideshow > .owl-carousel {width:100%;max-width: 700px;margin:0 auto;float:none;}
	#slideshow > .slideshow_previews {display:none;}
	
	#primary {width:62%;margin-right: 2%;}
	#secondary {width:36%}
}
@media all and (max-width:850px) and (min-width:651px) {
	body.blog #content > article.type-post .post-thumbnail, div.su-posts-loop article.type-post .post-thumbnail {border: 1px solid #ddd;clear: both;display: block;float: none;margin: 0 auto 15px;}
	body.blog #content > article.type-post .entry-header, div.su-posts-loop article.type-post .entry-header {clear: both;}
}
@media all and (max-width: 776px) {
	/* tablet */
	#page {margin-top: 30px;width:98%;}
	#logo {max-width: 75px;top: -22px;}
	#header .left {min-height: 85px;width:16%;}
	#header .right {min-height: 85px;}
	#header .slogan {font-size: 18px;padding-top: 10px;}
	#header .slogan strong {font-size: 30px;}
	.tribe-events-list-widget .widget-headline {font-size: 14px;}
	.tribe-events-list-widget ol li .tribe-event-title {font-size: 14px;}
	.tribe-events-list-widget .tribe-event-duration {font-size: 12px;}
	.tribe-events-list-widget .tribe-event-duration .edate {font-size: 14px;}
	#secondary .widget.tribe-events-calendar-widget table th {font-size: 14px;}
	#secondary .widget.tribe-events-calendar-widget table td {border-width: 1px;font-size: 12px;}
}
@media all and (max-width: 650px) {
	#primary {clear:both;width:100%;float:none;}
	#secondary {clear:both;width:100%;float:none;max-width:380px;margin:0 auto;}
	article.type-post .post-thumbnail {max-width: 200px;}
	
	#footer > div {width:100%;float:none;padding:0;}
}
@media all and (max-width: 520px) {
	article.type-page img.alignleft {float:none;margin:0 auto 10px;display: block;clear: both;}
	article.type-page img.alignright {float:none;margin:0 auto 10px;display: block;clear: both;}
	
	#header .left {width:25%;}
	#header .right {width:75%}
	#header .right span {display:none;}
	
	article.type-page > .entry-header {font-size: 22px;}
}
@media all and (max-width: 500px) {
	.entry-header .entry-meta a, .entry-footer .entry-meta a {font-size: 14px;}
	article.type-post .entry-title {font-size: 18px;}
	article.type-post .post-thumbnail {max-width: 150px;}
}
@media all and (max-width: 410px) {
	#header .left {width: 35%;}
	#header .right {width: 65%;}
	
	body.blog #content > article.type-post .post-thumbnail, div.su-posts-loop article.type-post .post-thumbnail {clear:both;float:none;display:block;border:1px solid #ddd;margin:0 auto 15px;}
	body.blog #content > article.type-post .entry-header, div.su-posts-loop article.type-post .entry-header {clear: both;}
	
	article.type-post .post-thumbnail {max-width: 200px;clear:both;float:none;display:block;margin:0 auto 15px;}
	
	#content table td {display: block;margin-bottom: 10px;}
	#content table {border: none!important;}
	
	#bottomfooter {font-size: 12px;}
}