/* colors
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
address {
  line-height: 1.2;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
ul,
ol,
ul li,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.clearfix:after {
  clear: both;
}
/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
  margin-bottom: 12;
}
fieldset {
  margin-bottom: 12;
  padding-top: 12;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 1.5;
  line-height: 1;
  color: #000000;
  *padding: 0 0 5px 145px;
  /* IE6-7 */
  *line-height: 1.5;
  /* IE6-7 */
}
form .clearfix {
  margin-bottom: 12;
  zoom: 1;
}
form .clearfix:before,
form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
form .clearfix:after {
  clear: both;
}
label {
  padding-top: 6px;
  float: left;
  width: 130px;
  text-align: right;
}
label .required {
  text-decoration: none;
  font-weight: bold;
  border-bottom: none;
}
form .input {
  margin-left: 150px;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  padding: .3em;
  border: 1px solid #ccc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
/* mini reset for non-html5 file types */
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */
  line-height: normal;
  border: none;
}
input[type=file] {
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}
select,
input[type=file] {
  height: 18;
  line-height: 18;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  padding: 0;
}
select[multiple] {
  height: inherit;
}
textarea {
  height: auto;
}
input,
textarea {
  -webkit-transition: all border linear 0.2s, box-shadow linear 0.2s ease-out;
  -moz-transition: all border linear 0.2s, box-shadow linear 0.2s ease-out;
  transition: all border linear 0.2s, box-shadow linear 0.2s ease-out;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus,
input[type=checkbox]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
form div.clearfix.error {
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.clearfix.error > label,
form div.clearfix.error span.help-inline,
form div.clearfix.error span.help-block {
  color: #F00;
}
form div.clearfix.error input,
form div.clearfix.error textarea {
  border-color: #ef8f8f;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.clearfix.error input:focus,
form div.clearfix.error textarea:focus {
  border-color: #e96363;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.clearfix.error .input-prepend span.add-on,
form div.clearfix.error .input-append span.add-on {
  background: #ffffff;
  border-color: #ef8f8f;
  color: #e96363;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: auto;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.actions {
  background: #f5f5f5;
  margin-top: 12;
  margin-bottom: 12;
  padding: 11 20px 12 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline,
.help-block {
  font-size: -1;
  line-height: 12;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */
}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs span,
.inline-inputs input {
  display: inline-block;
}
.inline-inputs input.mini {
  width: 60px;
}
.inline-inputs input.small {
  width: 90px;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input,
.input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #FFF;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {
  margin: 0 0 5px;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 12;
  text-align: left;
  white-space: normal;
}
.inputs-list label small {
  font-size: -1;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox],
.inputs-list input.radio,
.inputs-list input.checkbox {
  margin-bottom: 0;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 6;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 6;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
.wpcf7 p {
  zoom: 1;
  padding-bottom: 1em;
  margin-top: 1em;
  border-bottom: 1px dotted #cacaca;
}
.wpcf7 p:before,
.wpcf7 p:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.wpcf7 p:after {
  clear: both;
}
.wpcf7 p br {
  display: none;
}
.wpcf7 p label {
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  display: block;
  text-align: left;
}
.wpcf7 p input.wpcf7-text,
.wpcf7 p textarea.wpcf7-textarea {
  margin-left: 0px;
  padding: 0.6em .4em;
}
.wpcf7 div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.4em 0.8em;
  font-size: 3em;
  line-height: 1;
  border-radius: 10px;
}
/* =Responsive 12 Column Grid
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.grid {
  float: left;
  margin-bottom: 0.127659574468%;
  padding-top: 0;
}
.grid-right {
  float: right;
  margin-bottom: 2.127659574468%;
  padding-top: 0;
}
.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
  display: inline;
  margin-right: 2.127659573468%;
}
.col-60 {
  width: 6.382978723404%;
}
.col-140 {
  width: 14.893617021277%;
}
.col-220 {
  width: 23.404255319155%;
}
.col-300 {
  width: 31.914893617021%;
}
.col-380 {
  width: 40.425531914894%;
}
.col-460 {
  width: 48.936170212766%;
}
.col-540 {
  width: 57.446808510638%;
}
.col-620 {
  width: 61.957446808511%;
}
.col-700 {
  width: 74.468085106383%;
}
.col-780 {
  width: 82.978723404255%;
}
.col-860 {
  width: 91.489361702128%;
}
.col-940 {
  width: 100%;
}
.fit {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0px 25px;
}
#wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fff;
  border-radius: 4px;
  clear: both;
  margin: 0px auto 20px auto;
  padding: 0 0px 10px 20px;
  position: relative;
}
.home #wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0px auto 3px auto;
  padding: 0;
}
#header {
  margin: 0;
  background-color: transparent;
}
#footer-wrapper {
  margin: 0;
  padding: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
#content {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fefefa;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #e3e3e3;
}
#content-full {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#content-blog {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#content-blog .type-post {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #CACACA;
}
#content-blog .type-post .post-title {
  font-size: 1.8em;
}
#content-blog p {
  margin: 0;
}
#content-blog .read-more {
  margin: 1em 0;
}
#content-images {
  margin-bottom: 20px;
}
#content-search {
  margin-bottom: 20px;
  margin-top: 20px;
}
#content-archive {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#content-sitemap {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#content-sitemap a {
  font-size: 12px;
}
#content .sticky {
  clear: both;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
img.alignnone {
  margin: 5px 20px 20px 0;
}
img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html {
  height: 100%;
}
body {
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #efefef;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  text-rendering: optimizeLegibility;
}
/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 700;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
}
h1 {
  font-size: 1.25em;
  /* = 42px */
  margin-bottom: .5em;
  margin-top: .5em;
}
h2 {
  font-size: 1.5em;
  /* = 36px */
  margin-bottom: .75em;
  margin-top: .75em;
}
h3 {
  font-size: 1em;
  /* = 30px */
  margin-bottom: .857em;
  margin-top: .857em;
}
h4 {
  font-size: 1.500em;
  /* = 24px */
  margin-bottom: 1em;
  margin-top: 1em;
}
h5 {
  font-size: 1.125em;
  /* = 18px */
  margin-bottom: 1.125em;
  margin-top: 1.125em;
}
h6 {
  font-size: 1.000em;
  /* = 16px */
  margin-bottom: 1.285em;
  margin-top: 1.285em;
}
h6 {
  font-size: 1.0em;
}
p,
dl,
dt,
dd,
pre,
form,
table,
address,
blockquote {
  line-height: 1.4em;
  margin: 1.6em 0;
}
p {
  font-size: 1.1em;
}
dl {
  zoom: 1;
}
dl:before,
dl:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
dl:after {
  clear: both;
}
dl dt {
  width: 30%;
  float: left;
  zoom: 1;
}
dl dt:before,
dl dt:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
dl dt:after {
  clear: both;
}
dl dd {
  width: 70%;
  float: right;
  clear: right;
}
a {
  color: #8c2300;
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  color: #454545;
  text-decoration: underline;
}
#header {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
#header .logo span,
#header .quotation,
#header .title {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  float: left;
}
#header .logo span br,
#header .quotation br,
#header .title br {
  display: none;
}
#header .logo {
  margin: 0;
  border: none;
}
#header .logo span {
  width: 139px;
  height: 156px;
  background: transparent url(images/header-logo.png) no-repeat 0 50%;
  margin-right: 6%;
}
#header .quotation {
  width: 290px;
  height: 156px;
  float: right;
  background: transparent url(images/header-quote.png) no-repeat 0 50%;
}
#header .title {
  width: 322px;
  height: 156px;
  background: transparent url(images/header-title.png) no-repeat 0 50%;
}
/* =Responsive 12 Column Grid
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.grid {
  float: left;
  margin-bottom: 0.127659574468%;
  padding-top: 0;
}
.grid-right {
  float: right;
  margin-bottom: 2.127659574468%;
  padding-top: 0;
}
.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
  display: inline;
  margin-right: 2.127659573468%;
}
.col-60 {
  width: 6.382978723404%;
}
.col-140 {
  width: 14.893617021277%;
}
.col-220 {
  width: 23.404255319155%;
}
.col-300 {
  width: 31.914893617021%;
}
.col-380 {
  width: 40.425531914894%;
}
.col-460 {
  width: 48.936170212766%;
}
.col-540 {
  width: 57.446808510638%;
}
.col-620 {
  width: 61.957446808511%;
}
.col-700 {
  width: 74.468085106383%;
}
.col-780 {
  width: 82.978723404255%;
}
.col-860 {
  width: 91.489361702128%;
}
.col-940 {
  width: 100%;
}
.fit {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0px 25px;
}
#wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fff;
  border-radius: 4px;
  clear: both;
  margin: 0px auto 20px auto;
  padding: 0 0px 10px 20px;
  position: relative;
}
.home #wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0px auto 3px auto;
  padding: 0;
}
#header {
  margin: 0;
  background-color: transparent;
}
#footer {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  padding: 0px 0px 0px 0px;
}
#footer-wrapper {
  margin: 0;
  padding: 0;
}
#content {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fefefa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 30px;
}
#content-full {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#content-blog {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.post-entry {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#content-blog .post-meta,
#content .post-meta,
#content-blog .post-data,
#content .post-data {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 14px;
}
#content-blog .type-post {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #CACACA;
}
#content-blog .type-post .post-title {
  font-size: 24px;
  font-size: 2.4rem;
}
#content-blog p {
  margin: 0;
}
#content-blog .read-more {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 1em 0;
}
#content-images {
  margin-bottom: 20px;
}
#content-search {
  margin-bottom: 20px;
  margin-top: 20px;
}
#content-archive {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#content-sitemap {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
#content-sitemap a {
  font-size: 12px;
}
#content .sticky {
  clear: both;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.blog-excerpt .post-entry .media {
  width: 130px;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
img.alignnone {
  margin: 5px 20px 20px 0;
}
img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html {
  height: 100%;
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
body {
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #efefef;
  color: #000;
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.unit-intro,
.unit-listen-to {
  padding: 1.5em;
  float: left;
}
.unit-intro .inner,
.unit-listen-to .inner {
  padding: 0.5em;
}
.unit-intro {
  width: 60%;
}
.unit-intro .inner {
  padding: 2.5em;
}
.unit-intro p {
  font-size: 22px;
  font-size: 2.2rem;
  font-style: italic;
  padding: 0;
  margin: 0;
}
.unit-listen-to {
  background-color: #8c2300;
  width: 40%;
}
.unit-listen-to .inner {
  background: transparent url(images/play-icon.png) no-repeat 100% 50%;
}
.svg .unit-listen-to .inner {
  background: transparent url(images/play-icon.svg) no-repeat 100% 50%;
}
.unit-listen-to a {
  color: #fff;
}
.unit-listen-to a:hover {
  text-decoration: none;
  color: #fff;
}
.unit-listen-to a div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.unit-listen-to a div h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}
.unit-listen-to a div p {
  font-weight: 300;
  padding-right: 30%;
}
.no-intro .unit-listen-to {
  width: 100%;
}
/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 700;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "ff-meta-web-pro", Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active p {
  visibility: visible;
}
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading p {
  visibility: hidden;
}
h1 {
  font-size: 22px;
  font-size: 2.2rem;
  /* = 42px */
  margin-bottom: .5em;
  margin-top: .5em;
}
h2 {
  font-size: 20px;
  font-size: 2rem;
  /* = 36px */
  margin-bottom: .75em;
  margin-top: .75em;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
  /* = 30px */
  margin-bottom: .857em;
  margin-top: .857em;
}
h4 {
  font-size: 16px;
  font-size: 1.6rem;
  /* = 24px */
  margin-bottom: 1em;
  margin-top: 1em;
}
h5 {
  font-size: 14px;
  font-size: 1.4rem;
  /* = 18px */
  margin-bottom: 1.125em;
  margin-top: 1.125em;
}
h6 {
  font-size: 14px;
  font-size: 1.4rem;
  /* = 16px */
  margin-bottom: 1.285em;
  margin-top: 1.285em;
}
h6 {
  font-size: 14px;
  font-size: 1.4rem;
}
p,
li,
dl,
dt,
dd,
pre,
form,
table,
address,
blockquote {
  line-height: 1.2em;
  margin: .4em 0 1.6em 0;
  font-family: "ff-meta-web-pro", Arial, Helvetica, sans-serif;
}
p,
li {
  font-size: 16px;
  font-size: 1.6rem;
}
#widgets p,
#widgets li {
  font-size: 14px;
  font-size: 1.4rem;
}
table.easy-table {
  font-size: 14px;
  font-size: 1.4rem;
}
a {
  color: #8c2300;
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  color: #454545;
  text-decoration: underline;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.3em .6em;
  background-color: #8C2300;
  border-radius: 6px;
  color: #FFF;
  margin: 1em 0;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ff-meta-web-pro", Arial, Helvetica, sans-serif;
}
.btn a {
  color: #fff;
}
.btn a:hover {
  text-decoration: none;
}
.btn:hover {
  background-color: #501e0d;
  color: #fff;
  text-decoration: none;
}
.btn-secondary {
  background-color: #343434;
}
.btn-secondary:hover {
  background-color: #585858;
}
/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
  background-color: #585858;
  clear: both;
  margin: 0 auto;
}
.menu,
.menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li {
  border: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
.menu li:hover {
  white-space: normal;
  z-index: 10000;
}
.menu li li {
  float: none;
}
.menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
}
.menu li:hover > ul {
  top: 100%;
  visibility: visible;
}
.menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.menu:after,
.menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.menu,
.menu ul {
  min-height: 0;
}
.menu ul,
.menu ul ul {
  margin: 0;
  padding: 0;
}
.menu ul li a:hover,
.menu li li a:hover {
  color: #484848;
  text-decoration: none;
}
.menu ul {
  margin-top: 1px;
  min-width: 15em;
  width: auto;
}
.menu a {
  border-left: 1px solid #5e5e5e;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 0.9em;
  position: relative;
  text-decoration: none;
  font-family: "ff-meta-web-pro", Arial, Helvetica, sans-serif;
}
.menu a:hover {
  background-color: #333;
  color: #fff;
}
.menu .current_page_item a,
.menu .current-menu-item a {
  background-color: #343434;
}
.home .menu .current_page_item a {
  background: none;
  background-color: transparent;
  background-image: none;
  filter: none;
}
.menu li li {
  background: #fff;
  background-image: none;
  border-bottom: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
  color: #444;
  filter: none;
  margin: -1px 0 1px 0;
  width: auto;
}
.menu li li a {
  background: transparent !important;
  border: none;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  text-shadow: none;
  white-space: nowrap;
}
.menu li li a:hover {
  background: #333 !important;
  background-image: none;
  border: none;
  color: #fff;
  filter: none;
}
.menu ul > li + li {
  border-top: 0;
}
.menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.menu li li:hover > ul li:first-child {
  border-top: 1px solid #a3a3a3;
}
.menu > li:first-child > a {
  border-left: none;
}
.tinynav {
  display: none;
}
.blog-navigation .previous,
.blog-navigation .next {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.3em .6em;
  background-color: #8C2300;
  border-radius: 6px;
  color: #FFF;
  margin: 1em 0;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ff-meta-web-pro", Arial, Helvetica, sans-serif;
  background-color: #343434;
}
.blog-navigation .previous a,
.blog-navigation .next a {
  color: #fff;
}
.blog-navigation .previous a:hover,
.blog-navigation .next a:hover {
  text-decoration: none;
}
.blog-navigation div.next {
  float: right;
}
/* =Footer
-------------------------------------------------------------- */
#footer .widget-wrapper {
  margin-top: 0;
  min-height: 10px;
}
#footer a {
  color: #333;
  font-weight: 400;
}
#footer a:hover {
  color: #444;
}
#footer-wrapper .grid.col-940 {
  margin: 0;
}
.scroll-top {
  text-align: center;
}
.copyright {
  text-align: left;
}
.powered {
  text-align: right;
}
#footer {
  padding: 0 25px;
}
#footer .inner {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0px auto 3px auto;
  padding: 10px 20px;
}
#footer .inner:before,
#footer .inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer .inner:after {
  clear: both;
}
#footer .info {
  width: 65%;
  position: relative;
}
#footer .info p,
#footer .info ul li {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}
#footer .info li.last {
  margin-bottom: 0;
}
#footer .logos {
  float: right;
  width: 38%;
}
#footer .logos img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  #footer .info {
    width: 40%;
  }
  #footer .logos {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  #footer .info {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .logos {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
  list-style: none;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: right;
}
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .google-plus-icon,
#footer .stumble-upon-icon {
  display: inline;
  margin: 1px;
  padding-left: 3px;
}
/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
  margin-left: 0;
  padding: 0;
}
.footer-menu li {
  display: inline;
  list-style-type: none;
}
.footer-menu li a {
  border-left: 1px solid #ccc;
  color: #333;
  padding: 0 8px;
}
.footer-menu li a:hover {
  color: #222;
}
.footer-menu > li:first-child > a {
  border-left: none;
  padding: 0 8px 0 0;
}
.colophon-widget {
  background-color: #fff;
  min-height: 0;
  vertical-align: middle;
  color: #000;
  line-height: 1.4;
}
.colophon-widget.widget-wrapper {
  padding: 0px 20px 0px 20px;
  background-color: #fff;
  background-image: none;
  border: 0;
  color: #000;
}
.colophon-widget img {
  padding: 0 0 10px 0;
  float: right;
}
.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"] {
  width: 100%;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*background-color: #fff;*/
  /* border:1px solid #e5e5e5;*/
  border-radius: 4px;
  margin: 0 0 10px 0;
  padding: 0 10px;
  font-size: 12px;
  color: #000;
  zoom: 1;
}
.widget-wrapper:before,
.widget-wrapper:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.widget-wrapper:after {
  clear: both;
}
.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"] {
  width: 75%;
}
#widgets {
  margin-top: 20px;
}
#widgets.home-widgets {
  margin-top: 0px;
  min-height: 300px;
}
#widgets .widget-title {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #074e64;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 6px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home-widgets .widget_recent_entries ul {
  margin: 0;
  padding: 0;
}
.home-widgets .widget_recent_entries li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #cacaca;
}
.home-widgets .widget_recent_entries li span {
  display: block;
}
.widget-title-home {
  background-color: none;
}
#widgets ul,
#widgets ol {
  padding: 0;
}
#widgets ul li {
  list-style-type: none;
}
#widgets ul li a {
  display: inline;
  text-decoration: none;
}
#widgets .widget-title img {
  float: right;
  height: 11px;
  position: relative;
  top: 4px;
  width: 11px;
}
#widgets .rss-date {
  line-height: 18px;
  padding: 6px 12px;
}
#widgets .rssSummary {
  padding: 10px;
}
#widgets cite {
  font-style: normal;
  padding: 6px 12px;
}
#widgets .tagcloud,
#widgets .textwidget {
  display: block;
  margin: 0;
  word-wrap: break-word;
}
#widgets .textwidget a {
  display: inline;
}
#widgets ul .children {
  padding: 0 0 0 2px;
}
#widgets .author {
  font-weight: 700;
  padding-top: 4px;
}
.widget_archive select,
#cat {
  display: block;
  margin: 0 15px 0 0;
}
.top-widget {
  background: none;
  border: none;
  clear: right;
  float: right;
  min-height: 0;
  padding: 0 0px 0 0;
  text-align: right;
  width: 45%;
}
.top-widget ul {
  padding: 0;
}
.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"] {
  width: auto;
}
.top-widget #searchform {
  margin: 0;
}
#widgets .textwidget a.brochure-download img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  #widgets .textwidget a.brochure-download img {
    width: 267px;
  }
}
.sb-holder {
  background-color: #3d3d3d;
  display: none;
  height: 30px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2000;
}
.sb-selector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}
.sb-selector:link,
.sb-selector:visited,
.sb-selector:hover {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000000;
}
.sb-toggle {
  background: url(images/select-icons.png) 0 6px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.sb-toggle-open {
  background: url(images/select-icons.png) 0 -45px no-repeat;
}
.sb-holder-disabled {
  background-color: #3c3c3c;
  border: 1px solid #515151;
}
.sb-options {
  background-color: #fff;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
}
.sb-options li {
  padding: 0;
}
.sb-options a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-size: 11px;
  outline: none;
  padding: 4px;
  text-indent: 4px;
}
.sb-options a:link,
.sb-options a:visited {
  color: #444;
  text-decoration: none;
}
.sb-options a:hover,
.sb-options a:focus,
.sb-options a.sb-focus {
  background-color: #f5f5f5;
  color: #444;
}
.sb-options li.last a {
  border-bottom: none;
}
.sb-options .sb-disabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sb-options .sb-group {
  border-bottom: dotted 1px #515151;
  color: #ebb52d;
  display: block;
  font-weight: 700;
  padding: 7px 0 7px 3px;
}
.sb-options .sb-sub {
  padding-left: 17px;
}
.production-list .production {
  box-sizing: border-box;
  margin-bottom: 1em;
}
.production-list .media {
  width: 32%;
  overflow: hidden;
  text-align: center;
}
.production-list .media.f_left {
  float: left;
}
.production-list .production-content {
  margin-left: 36%;
}
.production-list .production-content .post-entry {
  clear: none;
}
.concert-detail {
  position: relative;
}
.concert-detail .post {
  position: relative;
}
.concert-detail .media {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 500;
}
.concert-detail .header {
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.concert-detail .media.f_left {
  float: left;
}
.concert-detail .btn {
  margin-top: 0;
  margin-bottom: .6em;
}
.concert-detail p {
  margin-bottom: 0.2em;
}
.concert-detail h1 {
  margin: 1em 0 .4em .4em;
  position: relative;
  z-index: 1000;
  right: 0;
  background-color: #FEFEFA;
  padding: .3em .7em .3em .4em;
  font-size: 29px;
  font-size: 2.9rem;
  float: right;
  width: 90%;
}
.concert-detail .meta {
  margin-bottom: 10px;
}
.concert-detail .detail {
  position: relative;
  float: right;
  z-index: 1000;
  background-color: #F4F4F4;
  padding: 1.4em 4em 1.4em 1em;
  width: 40%;
}
.concert-detail .detail .venue {
  font-style: italic;
}
.concert-detail .production-content .post-entry {
  clear: none;
  padding: 1em 0;
}
.production-list .media.f_left img,
.concert-detail .media.f_left img {
  margin: 0 10px 0 0 ;
  width: 100%;
  height: auto;
}
.production-sidebar-content .title-link,
.production-sidebar-content .title-link:hover,
.production-content .title-link,
.production-content .title-link:hover,
.concert-detail .title-link,
.concert-detail .title-link:hover {
  text-decoration: none;
}
.production-sidebar-content h2,
.production-content h2,
.production-content p,
.concert-detail h2,
.concert-detail p,
.production-sidebar-content p {
  margin: 0;
}
.production-sidebar-content .venue {
  font-style: italic;
}
.meta .date {
  font-weight: bold;
  color: #4c4c4c;
}
.concert-info {
  margin: 1em 0;
}
.concert-info p {
  margin-bottom: 1em;
}
@media screen and (max-width: 650px) {
  .concert-detail .header {
    position: relative;
  }
  .concert-detail h1 {
    float: none;
    margin: 0;
  }
  .concert-detail .detail {
    position: relative;
    float: none;
    z-index: 1000;
    background-color: #F4F4F4;
    padding: .8em;
    width: auto;
  }
}
.mslide {
  background-position: 50% 0%;
  background-size: contain;
  -ms-behavior: url(wp-content/themes/excathedra/backgroundsize.min.htc);
  background-repeat: no-repeat;
}
.single-slide .mslide {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 1;
  display: block;
  width: 960px;
  height: 375px !important;
}
.mslide .slide-fade {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(/wp-content/themes/excathedra/images/slider-fade.png) repeat-y 100% 100%;
}

.mslide .slide-info {
  position: relative;
  top: 1em;
  text-align: right;
  padding: 1em 4em 1em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  float: right;
}
.mslide .slide-header {
  position: relative;
  z-index: 1000;
  width: auto;
  min-width: 60%;
  text-align: right;
  color: #fff;
  zoom: 1;
  margin-bottom:20px;
}
.mslide .slide-header:before,
.mslide .slide-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.mslide .slide-header:after {
  clear: both;
}
.mslide .slide-header .title {
  margin: 0;
  margin-bottom:10px;
  line-height: 1;
  position: relative;
  width: 80%;
  float: right;
}
.mslide .slide-header .suffix {
  line-height: 1;
  margin: 0;
  margin-top: 0em;
  float: right
}
.mslide .slide-header .title {
  font-size: 43px;
  font-size: 4.3rem;
}
.mslide .slide-header .suffix {
  font-size: 27px;
  font-size: 2.7rem;
}
.mslide .slide-meta {
  width: 100%;
  color: #fff;
  text-align: right;
}
.mslide .slide-meta .meta-venue {
  font-style: italic;
}
.mslide .slide-meta .meta-venue,
.mslide .slide-meta .meta-date {
  display: inline-block;
  margin-right: 4px;
}
.mslide .slide-meta p {
  margin: 0;
}
.mslide .slide-meta .btn {
  margin: .4em 0;
}
@media (max-width: 784px) {
  .mslide .slide-info {
    width: 100%;
    float: right;
  }
}
@media (max-width: 600px) {
  .mslide .slide-meta {
    width: 80%;
    float: right;
  }
}
@media (max-width: 560px) {
  .mslide .slide-info {
    top: 4px;
    width: 100%;
  }

  .mslide .slide-header  {
    width: 100%;
  }

  .mslide .slide-header .suffix {
    display: none;
  }
  .mslide .slide-meta .meta-venue {
    font-size: 12px;
    margin-right: 6px;
    float: none;
    text-overflow: ellipsis;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
  }
  .mslide .slide-meta .meta-date {
    display: none;
  }
  .mslide .slide-meta .btn {
    margin: 0.2em 0;
  }
  .meteor-slides .mslide a.btn {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    padding:0.8em 0.6em !important;
  }
}
@media (max-width: 500px) {
  .mslide .slide-header,
  .mslide .slide-meta {
    float: none;
    width: 100%;
    margin: 0;
  }
  .mslide .slide-meta {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
    margin-top: 3px;
  }
  .mslide .slide-meta .btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mslide .slide-header .title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
  }
  .mslide .slide-header .suffix {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 321px) {
  .mslide .slide-header,
  .mslide .slide-meta {
    float: none;
    width: 100%;
    padding: 0 1em;
    margin: 0;
  }
  .mslide .slide-header {
    margin: 6px 0 8px 0;
  }
  .mslide .slide-header .title {
    margin-right: 4px;
  }
  .mslide .slide-header .title,
  .mslide .slide-header .suffix {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    float: left;
  }
  .mslide .btn {
    padding: 0.1em .4em;
  }
}
.navigation {
  color: #111;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 20px 0;
  padding: 0 5px;
}
.navigation a {
  color: #aaa;
  padding: 4px 10px;
}
.navigation a:hover {
  color: #111;
  text-decoration: none;
}
.navigation .previous {
  float: left;
}
.navigation .next {
  float: right;
}
.navigation .bracket {
  font-size: 36px;
}
/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px 0;
}
.pagination a {
  text-decoration: none;
}
.social-links .twitter-share {
  display: inline-block;
  height: 20px;
}
.social-links .fb_iframe_widget {
  vertical-align: top;
}
.home .socialicons {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0px auto 3px auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.socialicons .ExcathedraSocialLinks {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
  position: relative;
}
.socialicons .ec-social-links {
  zoom: 1;
}
.socialicons .ec-social-links:before,
.socialicons .ec-social-links:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.socialicons .ec-social-links:after {
  clear: both;
}
.socialicons .widgettitle {
  float: left;
  margin-right: 10px;
  font-weight: normal;
}
.socialicons .ec-social-links {
  position: relative;
  top: 7px;
}
@media (max-width: 450px) {
  .home .socialicons {
    margin: 0px auto 3px auto;
    padding: 10px 5px;
  }
  .socialicons .widgettitle {
    float: none;
    margin: 0 0 10px 0;
  }
  .socialicons .ec-social-links {
    top: 1px;
  }
}
.ec-social-links li {
  width: 34px;
  height: 34px;
  float: left;
  padding: 0;
  margin-right: 4px;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ec-social-links li.last {
  margin-right: 0;
}
.ec-social-links li a {
  width: 34px;
  height: 34px;
  display: block;
}
#widgets .ec-social-links li a {
  width: 34px;
  height: 34px;
  display: block;
}
.ec-social-links li br {
  display: none;
}
.ec-social-links li.facebook {
  background: transparent url(images/facebook-logo_34.png) no-repeat 0 0;
}
.ec-social-links li.twitter {
  background: transparent url(images/twitter-logo_34.png) no-repeat 0 0;
}
.ec-social-links li.youtube {
  background: transparent url(images/youtube-logo_34.png) no-repeat 0 0;
}
.ec-social-links li.googleplus_url {
  background: transparent url(images/g-plus-logo_34.png) no-repeat 0 0;
}
#widgets .facebook-stream li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-color: #D6D6D6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#widgets .facebook-stream li.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}
#widgets .facebook-stream a {
  font-weight: 300;
}
#widgets .facebook-stream p {
  margin: 0;
}
#widgets .facebook-stream .date {
  font-size: 12px;
  font-size: 1.2rem;
}
.wp-caption {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 13px 10px 10px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 0;
  padding: 10px;
}
img.wp-smiley {
  vertical-align: middle;
}
#banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-top: solid 1px #D59F0F;
  background: #ffffff;
  color: #644D35;
  padding: 6px 0px;
  font-size: small;
  display: none;
  font-family: "Verdana", "Arial", sans-serif;
}
#banner .inner {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  #header .quotation,
  #header .title {
    background-size: contain;
    -ms-behavior: url(wp-content/themes/excathedra/backgroundsize.min.htc);
    width: 32%;
  }
}
@media screen and (max-width: 769px) {
  #header {
    position: relative;
  }
  #header .logo {
    margin: 0;
    text-align: center;
  }
  #header .logo span {
    width: 18%;
    background-size: contain;
    -ms-behavior: url(wp-content/themes/excathedra/backgroundsize.min.htc);
    margin-right: 10%;
  }
  #header .quotation,
  #header .title {
    background-size: contain;
    -ms-behavior: url(wp-content/themes/excathedra/backgroundsize.min.htc);
    width: 30%;
  }
}
@media (max-width: 600px) {
  #header .logo span {
    width: 100px;
  }
}
@media (max-width: 500px) {
  #header .logo span {
    width: 100px;
  }
  #header .quotation,
  #header .title {
    background-size: contain;
    -ms-behavior: url(wp-content/themes/excathedra/backgroundsize.min.htc);
    width: 160px;
    height: 50%;
    position: absolute;
    right: 0;
  }
  #header .quotation {
    top: 34%;
  }
  #header .title {
    top: 4%;
  }
}
@media (max-width: 319px) {
  #header .logo span {
    width: 100px;
  }
  #header .quotation,
  #header .title {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  #content {
    border: none!important;
  }
  #wrapper {
    padding-right: 20px;
  }
  .home-widgets {
    margin-top: 5px !important;
  }
  .home .widget-wrapper {
    min-height: 10px;
  }
  .grid,
  .grid-right {
    float: none;
  }
  #featured-image .fluid-width-video-wrapper {
    margin: 20px 0 0 0;
  }
  .top-widget {
    float: none;
    margin: 0 auto 10px auto;
    position: relative;
    text-align: center;
    width: auto;
  }
  .top-widget .widget-title {
    text-align: center;
  }
  .js .menu,
  .js .sub-header-menu {
    display: none;
  }
  .top-menu,
  .footer-menu li {
    float: none;
    font-size: 11px;
    text-align: center;
  }
  .tinynav {
    display: block;
  }
  .sb-holder {
    display: block;
  }
  #author-meta {
    padding: 20px;
  }
  .hide-650 {
    display: none;
  }
  .show-650 {
    display: block;
  }
  #footer .social-icons {
    padding-bottom: 10px;
    text-align: center;
  }
  .unit-intro {
    width: 55%;
  }
  .unit-listen-to {
    width: 45%;
    padding: 1em;
  }
  .unit-listen-to p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 650px) {
  #content {
    border: none!important;
    padding: 17px 0;
  }
  #content .wp-caption {
    margin: 0 auto;
    float: none;
  }
  #wrapper {
    padding-right: 20px;
  }
  .home-widgets {
    margin-top: 5px !important;
  }
  .home .widget-wrapper {
    min-height: 10px;
  }
  .grid,
  .grid-right {
    float: none;
  }
  #featured-image .fluid-width-video-wrapper {
    margin: 20px 0 0 0;
  }
  .top-widget {
    float: none;
    margin: 0 auto 10px auto;
    position: relative;
    text-align: center;
    width: auto;
  }
  .top-widget .widget-title {
    text-align: center;
  }
  .js .menu,
  .js .sub-header-menu {
    display: none;
  }
  .top-menu,
  .footer-menu li {
    float: none;
    font-size: 11px;
    text-align: center;
  }
  .tinynav {
    display: block;
  }
  .sb-holder {
    display: block;
  }
  #author-meta {
    padding: 20px;
  }
  .hide-650 {
    display: none;
  }
  .show-650 {
    display: block;
  }
  #footer .social-icons {
    padding-bottom: 10px;
    text-align: center;
  }
  .unit-intro,
  .unit-listen-to {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .unit-intro {
    padding: 0;
  }
  .unit-intro .inner {
    padding: 1.4em;
  }
  .unit-intro p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .unit-listen-to {
    display: none;
  }
}
/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
  background-color: #585858;
  clear: both;
  margin: 0 auto;
}
.menu,
.menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "ff-meta-web-pro", Arial, Helvetica;
}
.menu li {
  border: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
.menu li:hover {
  white-space: normal;
  z-index: 10000;
}
.menu li li {
  float: none;
}
.menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
}
.menu li:hover > ul {
  top: 100%;
  visibility: visible;
}
.menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.menu:after,
.menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.menu,
.menu ul {
  min-height: 0;
}
.menu ul,
.menu ul ul {
  margin: 0;
  padding: 0;
}
.menu ul li a:hover,
.menu li li a:hover {
  color: #484848;
  text-decoration: none;
}
.menu ul {
  margin-top: 1px;
  min-width: 15em;
  width: auto;
}
.menu a {
  border-left: 1px solid #5e5e5e;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 0.9em;
  position: relative;
  text-decoration: none;
}
.menu a:hover {
  background-color: #333;
  color: #fff;
}
.menu .current_page_item a,
.menu .current-menu-item a {
  background-color: #343434;
}
.home .menu .current_page_item a {
  background: none;
  background-color: transparent;
  background-image: none;
  filter: none;
}
.menu li li {
  background: #fff;
  background-image: none;
  border-bottom: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
  color: #444;
  filter: none;
  margin: -1px 0 1px 0;
  width: auto;
}
.menu li li a {
  background: transparent !important;
  border: none;
  color: #444;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  text-shadow: none;
  white-space: nowrap;
}
.menu li li a:hover {
  background: #333 !important;
  background-image: none;
  border: none;
  color: #fff;
  filter: none;
}
.menu ul > li + li {
  border-top: 0;
}
.menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.menu li li:hover > ul li:first-child {
  border-top: 1px solid #a3a3a3;
}
.menu > li:first-child > a {
  border-left: none;
}
.tinynav {
  display: none;
}
.sb-holder {
  background-color: #3d3d3d;
  display: none;
  height: 30px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2000;
}
.sb-selector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}
.sb-selector:link,
.sb-selector:visited,
.sb-selector:hover {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000000;
}
.sb-toggle {
  background: url(images/select-icons.png) 0 6px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.sb-toggle-open {
  background: url(images/select-icons.png) 0 -45px no-repeat;
}
.sb-holder-disabled {
  background-color: #3c3c3c;
  border: 1px solid #515151;
}
.sb-options {
  background-color: #fff;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
}
.sb-options li {
  padding: 0;
}
.sb-options a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-size: 11px;
  outline: none;
  padding: 4px;
  text-indent: 4px;
}
.sb-options a:link,
.sb-options a:visited {
  color: #444;
  text-decoration: none;
}
.sb-options a:hover,
.sb-options a:focus,
.sb-options a.sb-focus {
  background-color: #f5f5f5;
  color: #444;
}
.sb-options li.last a {
  border-bottom: none;
}
.sb-options .sb-disabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sb-options .sb-group {
  border-bottom: dotted 1px #515151;
  color: #ebb52d;
  display: block;
  font-weight: 700;
  padding: 7px 0 7px 3px;
}
.sb-options .sb-sub {
  padding-left: 17px;
}
.navigation {
  color: #111;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 20px 0;
  padding: 0 5px;
}
.navigation a {
  color: #aaa;
  padding: 4px 10px;
}
.navigation a:hover {
  color: #111;
  text-decoration: none;
}
.navigation .previous {
  float: left;
}
.navigation .next {
  float: right;
}
.navigation .bracket {
  font-size: 36px;
}
/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px 0;
}
.pagination a {
  text-decoration: none;
}
/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
  font-size: 12px;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 769px) {
  #header #logo {
    float: none;
    margin: 0;
    text-align: center;
  }
  #content {
    border: none!important;
    padding: 17px 30px;
    background-color: transparent;
  }
  #wrapper {
    padding-right: 20px;
  }
  .home-widgets {
    margin-top: 5px !important;
  }
  .home .widget-wrapper {
    min-height: 10px;
  }
  .grid,
  .grid-right {
    float: none;
  }
  #featured-image .fluid-width-video-wrapper {
    margin: 20px 0 0 0;
  }
  .top-widget {
    float: none;
    margin: 0 auto 10px auto;
    position: relative;
    text-align: center;
    width: auto;
  }
  .top-widget .widget-title {
    text-align: center;
  }
  .js .menu,
  .js .sub-header-menu {
    display: none;
  }
  .top-menu,
  .footer-menu li {
    float: none;
    font-size: 11px;
    text-align: center;
  }
  .tinynav {
    display: block;
  }
  .sb-holder {
    display: block;
  }
  #author-meta {
    padding: 20px;
  }
  .hide-650 {
    display: none;
  }
  .show-650 {
    display: block;
  }
  #footer .social-icons {
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  #content {
    border: none!important;
  }
  #wrapper {
    padding-right: 20px;
  }
  .home-widgets {
    margin-top: 5px !important;
  }
  .home .widget-wrapper {
    min-height: 10px;
  }
  #logo {
    float: none;
    margin: 0;
    text-align: center;
  }
  .grid,
  .grid-right {
    float: none;
  }
  #featured-image .fluid-width-video-wrapper {
    margin: 20px 0 0 0;
  }
  .top-widget {
    float: none;
    margin: 0 auto 10px auto;
    position: relative;
    text-align: center;
    width: auto;
  }
  .top-widget .widget-title {
    text-align: center;
  }
  .js .menu,
  .js .sub-header-menu {
    display: none;
  }
  .top-menu,
  .footer-menu li {
    float: none;
    font-size: 11px;
    text-align: center;
  }
  .tinynav {
    display: block;
  }
  .sb-holder {
    display: block;
  }
  #author-meta {
    padding: 20px;
  }
  .hide-650 {
    display: none;
  }
  .show-650 {
    display: block;
  }
  #footer .social-icons {
    padding-bottom: 10px;
    text-align: center;
  }
}

.mslide-meta {
  padding: 10px;
  background-color: #fff;
  width: auto;
}

.mslide-meta h2, .mslide-meta p {
  width: auto;
  margin-bottom: 0;
}
