@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700);
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@font-face {
  font-family: 'Museo-700';
  src: url('fonts/2A75B8_0_0.eot');
  src: url('fonts/2A75B8_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A75B8_0_0.woff') format('woff'), url('fonts/2A75B8_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Museo-300';
  src: url('fonts/2A75B8_1_0.eot');
  src: url('fonts/2A75B8_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A75B8_1_0.woff') format('woff'), url('fonts/2A75B8_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Museo-500';
  src: url('fonts/2A75B8_2_0.eot');
  src: url('fonts/2A75B8_2_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A75B8_2_0.woff') format('woff'), url('fonts/2A75B8_2_0.ttf') format('truetype');
}
.pink-border-button,
.primary-button {
  padding: 8px 25px !important;
  background: transparent !important;
  border: 2px solid #9bca3b !important;
  border-radius: 2px !important;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #9bca3b;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Museo-700', Serif;
}
.pink-border-button:hover,
.primary-button:hover {
  background: #9bca3b !important;
  color: #ffffff !important;
  border-color: #9bca3b !important;
}
.grey-border-button {
  padding: 8px 25px !important;
  background: transparent !important;
  border: 2px solid #31353a !important;
  border-radius: 2px !important;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #31353a;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Museo-700', Serif;
}
.grey-border-button:hover {
  background: #31353a !important;
  color: #ffffff !important;
  border-color: #31353a !important;
}
.slicknav_menu {
  display: none;
}
.blue-text {
  color: #3b9bca !important;
}
body {
  font-size: 100%;
  line-height: 1.5;
  color: #31353a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
body *::selection {
  background: #9bca3b;
  color: #FFF;
}
body *::-moz-selection {
  background: #9bca3b;
  color: #FFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Museo-300', Serif;
}
.page {
  width: 1000px;
  margin: 0 auto;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #9bca3b;
}
a:hover {
  color: #7ea52d;
}
strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.large-italic {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.5em;
  line-height: 130%;
}
.light-text {
  color: #797979;
}
.centered-list {
  text-align: center;
  position: relative;
  margin: 1.5em 0 0 0;
}
.centered-list li {
  display: inline;
  margin-right: 20px;
}
.centered-list li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 350px) {
  .centered-list li {
    margin-right: 10px;
  }
}
header {
  zoom: 1;
  height: 90px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
header:before {
  content: '';
  display: block;
}
header:after {
  content: '';
  display: table;
  clear: both;
}
header:hover {
  background: rgba(255, 255, 255, 0.95);
}
header img {
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  margin-top: 9px;
}
header img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
header .menu {
  float: right;
}
header .menu li {
  float: left;
  line-height: 90px;
  position: relative;
  font-weight: normal;
  font-family: 'Museo-700', Serif;
}
header .menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header .menu li a,
header .menu li span {
  padding: 0 15px;
  color: #31353a;
  display: block;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  position: relative;
}
header .menu li a:after,
header .menu li span:after {
  position: absolute;
  top: 66%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  height: 2px;
  background: #9bca3b;
  content: '';
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}
header .menu li a:hover,
header .menu li span:hover {
  color: #9bca3b;
}
header .menu li a:hover:after,
header .menu li span:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
header .menu li span:hover {
  cursor: default;
}
header .menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.95);
  width: 200px;
  z-index: 100000;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 3px 0 #9bca3b inset;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 3px 0 #9bca3b inset;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 3px 0 #9bca3b inset;
}
header .menu li ul li {
  line-height: normal;
  display: block;
  width: 100%;
  font-weight: normal;
  font-family: 'Museo-500', Serif;
  position: relative;
}
header .menu li ul li a {
  padding: 8px 10px;
  font-size: 0.9em;
  display: block;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
header .menu li ul li a:after {
  display: none;
}
header .menu li ul li a:hover {
  background: #9bca3b;
  color: #FFF;
}
header .menu li ul li:hover > a,
header .menu li ul li:hover > span {
  background: #9bca3b;
  color: #FFF;
}
header .menu li ul ul {
  top: 0;
  left: 100%;
}
header .menu li:last-child ul {
  right: 0;
  left: auto;
}
header .menu li:last-child ul ul {
  left: -100% !important;
}
header .menu > li:hover > a,
header .menu > li:hover > span {
  color: #9bca3b;
}
header .menu > li:hover > a:after,
header .menu > li:hover > span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.welcome-section {
  background: #f5f5f5;
}
.welcome-text {
  width: 75%;
  margin: 0 auto;
  font-size: 1.125em;
  line-height: 1.7;
}
section {
  padding: 2em 0;
  zoom: 1;
  text-align: center;
}
section:before {
  content: '';
  display: block;
}
section:after {
  content: '';
  display: table;
  clear: both;
}
section h1 {
  font-size: 2.25em;
  color: #9bca3b;
  margin: 0 0 0.44444444em 0;
}
section h2 {
  font-size: 2.25em;
  margin: 0 0 0.44444444em 0;
}
section h3 {
  font-size: 1.625em;
  margin: 0 0 0.61538462em 0;
}
section h4 {
  font-size: 1.125em;
  margin: 0 0 0.88888889em 0;
  font-weight: normal;
  font-family: 'Museo-700', Serif;
}
section blockquote {
  font-size: 1.5em;
  margin: 0 auto 0.66666667em -1em;
  background: rgba(59, 155, 202, 0.1);
  padding: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  -webkit-box-shadow: -7px 0 0 0 rgba(59, 155, 202, 0.2);
  -moz-box-shadow: -7px 0 0 0 rgba(59, 155, 202, 0.2);
  box-shadow: -7px 0 0 0 rgba(59, 155, 202, 0.2);
}
section blockquote p {
  display: inline;
}
section p {
  margin-bottom: 1em;
  line-height: 1.7;
}
section p:last-child {
  margin-bottom: 0;
}
section .image-right {
  border: 5px solid #FFF;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  float: right;
  margin: 0 0 1em 1em;
}
@media screen and (max-width: 650px) {
  section .image-right {
    float: none;
    display: block;
    margin: 0.5em auto;
  }
}
section .icon-box {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  color: white;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
section .icon-box:before {
  content: '';
  display: block;
}
section .icon-box:after {
  content: '';
  display: table;
  clear: both;
}
section .icon-box .box-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 66.66666667%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-image: url('../images/stock-box.jpg');
}
section .icon-box a {
  display: block;
  color: white;
}
section .icon-box a:hover .extra-details {
  top: 0;
}
section .icon-box a:hover .box-overlay {
  opacity: 0;
}
section .icon-box i:before {
  font-family: 'home-icons';
  margin-right: .5em;
}
section .icon-box .box-overlay {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1em;
  background-color: transparent;
  /*top colour*/
  background-image: -webkit-linear-gradient(top, transparent, rgba(49, 53, 58, 0.8));
  background-image: -moz-linear-gradient(top, transparent, rgba(49, 53, 58, 0.8));
  background-image: -o-linear-gradient(top, transparent, rgba(49, 53, 58, 0.8));
  background-image: linear-gradient(to bottom, transparent, rgba(49, 53, 58, 0.8));
}
section .icon-box .box-overlay h2 {
  font-size: 2em;
  margin: 0;
}
section .icon-box:last-child {
  margin-right: 0;
}
section .icon-box .extra-details {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  text-align: left;
  line-height: 1;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.6);
  color: #484e56;
}
section .icon-box .extra-details h3 {
  margin-bottom: 0.44444444em;
  padding-bottom: 0.4em;
  font-weight: normal;
  font-family: 'Museo-700', Serif;
  font-size: 1.125em;
  border-bottom: 1px solid rgba(49, 53, 58, 0.1);
}
section .icon-box .extra-details h4 {
  margin-bottom: 0.75em;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
section .icon-box .extra-details p {
  font-size: 0.9375em;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
section .icon-box .extra-details .event-list li {
  font-size: 0.875em;
  border-bottom: 1px solid rgba(49, 53, 58, 0.1);
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
section .icon-box .extra-details .event-list li:last-child {
  border-bottom: none;
}
section .icon-box .extra-details .event-list li h4 {
  margin-bottom: 0;
  line-height: 1.4;
}
section .icon-box .extra-details .event-list li p {
  font-size: 0.875em;
}
section .icon-box .extra-details .sermon-list li {
  line-height: 1.4;
}
section .icon-box .extra-details .left,
section .icon-box .extra-details .right {
  font-size: 0.9375em;
  float: left;
}
section .icon-box .extra-details .left {
  width: 30%;
  padding-right: 10px;
}
section .icon-box .extra-details .left p {
  font-size: 1em;
}
section .icon-box .extra-details .right {
  width: 70%;
  padding-left: 10px;
  border-left: 1px solid rgba(49, 53, 58, 0.1);
}
section .cols-2 {
  -moz-column-width: 50%;
  -moz-column-count: 2;
  -moz-column-gap: 50px;
  -moz-column-rule-color: #f0f0f0;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -webkit-column-width: 50%;
  -webkit-column-count: 2;
  -webkit-column-gap: 50px;
  -webkit-column-rule-color: #f0f0f0;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-width: 50%;
  column-count: 2;
  column-gap: 50px;
  column-rule-color: #f0f0f0;
  column-rule-style: solid;
  column-rule-width: 1px;
  text-align: left;
  margin-bottom: 2em;
}
section .picture-box {
  zoom: 1;
  border: 1px solid #EAEAEA;
}
section .picture-box:before {
  content: '';
  display: block;
}
section .picture-box:after {
  content: '';
  display: table;
  clear: both;
}
section .picture-box h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  position: relative;
}
section .picture-box h3:after {
  content: '';
  height: 2px;
  background-color: #31353a;
  width: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5em;
  margin: 0 auto;
  font-size: 1.125em;
}
section .picture-box p {
  font-size: 0.875em;
}
section .picture-box .left {
  float: left;
  width: 70%;
  padding: 20px;
}
section .picture-box .right {
  float: right;
  width: 30%;
}
section .picture-box .right img {
  float: left;
  width: 100%;
  height: auto;
}
section .team-main .team-member {
  zoom: 1;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f5f5f5;
}
section .team-main .team-member:before {
  content: '';
  display: block;
}
section .team-main .team-member:after {
  content: '';
  display: table;
  clear: both;
}
section .team-main .team-member:first-child {
  margin-top: 1em;
}
section .team-main .team-member:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
section .team-main .team-member .team-image {
  float: left;
  width: 25%;
  margin-right: 5%;
}
section .team-main .team-member .team-image img {
  border: 5px solid #f5f5f5;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}
section .team-main .team-member .team-content {
  float: right;
  width: 70%;
}
section .team-main .team-member .team-content h2 {
  font-size: 1.75em;
  margin: 0;
  display: block;
  font-weight: normal;
  font-family: 'Museo-500', Serif;
}
section .team-main .team-member .team-content h2:before,
section .team-main .team-member .team-content h2:after {
  display: none;
}
section .team-main .team-member .team-content h3 {
  font-size: 1.375em;
  margin: 0 0 0.36363636em 0;
}
section .team-main .team-member .team-content-full {
  width: 100%;
  display: block;
  float: none;
}
section .team-main .team-member:nth-of-type(2n+2) .team-image {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
section .team-main .team-member:nth-of-type(2n+2) .team-content {
  float: left;
  text-align: right;
}
@media screen and (max-width: 550px) {
  section .team-main .team-member .team-image,
  section .team-main .team-member .team-content {
    float: none !important;
    width: 100%;
    display: block;
    text-align: center !important;
  }
  section .team-main .team-member .team-image {
    margin-bottom: 20px;
  }
  section .team-main .team-member .team-image img {
    max-width: 50%;
  }
}
@media screen and (max-width: 400px) {
  section .team-main .team-member .team-image img {
    max-width: 75%;
  }
}
section .left-content {
  text-align: left;
}
section .content,
section .sidebar,
section .content-full {
  text-align: left;
  -moz-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section .content,
section .content-full {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
section .content ul,
section .content-full ul {
  margin-bottom: 1em;
}
section .content ul li,
section .content-full ul li {
  text-indent: -1em;
  margin: 0.5em 2em;
  display: list-item;
  text-align: -webkit-match-parent;
}
section .content ul li:before,
section .content-full ul li:before {
  font-family: 'arrow';
  content: '\e800';
  float: left;
  width: 1em;
}
section .content table,
section .content-full table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #cfcfcf;
  border: 1px solid #cfcfcf;
  text-align: left;
  width: 100%;
  margin: 20px -1px 24px 0;
}
section .content table,
section .content-full table,
section .content td,
section .content-full td,
section .content th,
section .content-full th {
  text-align: left;
  vertical-align: top;
}
section .content tr:first-child td,
section .content-full tr:first-child td {
  border-top: none;
}
section .content tr:nth-child(2n),
section .content-full tr:nth-child(2n) {
  background-color: #FAFAFA;
}
section .content th,
section .content-full th {
  color: #666;
  text-transform: uppercase;
  padding: 10px;
}
section .content td,
section .content-full td {
  color: #888;
  padding: 10px;
}
section .content tfoot td,
section .content-full tfoot td {
  border: 0;
}
section .content tr th,
section .content-full tr th,
section .content thead th,
section .content-full thead th {
  color: #888;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 9px 24px;
}
section .content tr td,
section .content-full tr td {
  border-top: 1px solid #cfcfcf;
  padding: 6px 10px;
}
section .content tr.odd td,
section .content-full tr.odd td {
  background: #F7F7F7;
}
section .content .proclaim-it-map,
section .content-full .proclaim-it-map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
section .content .proclaim-it-map img,
section .content-full .proclaim-it-map img {
  max-width: none;
}
section .content .gomapMarker img,
section .content-full .gomapMarker img {
  vertical-align: middle;
  margin-right: 5px;
}
section .content {
  float: left;
  width: 68%;
  margin-right: 4%;
}
section .content-full {
  max-width: 700px;
  margin: 0 auto;
}
section .sidebar {
  float: left;
  width: 28%;
  border-top: 5px solid #9bca3b;
  padding-top: 0.75em;
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
section .sidebar h3 {
  font-size: 1.375em;
  margin-bottom: 0.54545455em;
}
section .sidebar hr {
  border-top: 5px solid #9bca3b;
  margin: 1.5em 0 0.75em 0;
}
section .sidebar .open h3 a {
  display: block;
  color: #31353a;
}
section .sidebar .open ul li {
  font-size: 0.875em;
}
section .sidebar .open ul a {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: block;
  color: #606871;
  padding: 6px 12px;
  border-left: 1px solid transparent;
}
section .sidebar .open ul a:hover {
  border-color: #8bc4e0;
}
section .sidebar .open ul .selected a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background: #f5f5f5;
  border-color: #8bc4e0;
}
section .sidebar .open ul li ul,
section .sidebar .open ul .selected ul {
  padding-left: 10px;
}
section .sidebar .open ul li ul a,
section .sidebar .open ul .selected ul a {
  background: transparent;
  border-color: transparent;
}
section .sidebar .open ul li ul a:hover,
section .sidebar .open ul .selected ul a:hover {
  border-color: #8bc4e0;
}
section .content-show,
section .sidebar-show {
  -moz-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
section .content-calendar {
  -moz-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.cycle-slideshow,
.something {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cycle-slideshow,
.inside-splash,
.content-heading {
  margin-top: 90px;
}
.content-heading {
  padding: 2em 0;
  background: #f5f5f5;
}
.content-heading h1 {
  text-align: left;
  margin: 0;
}
#prev,
#next {
  cursor: pointer;
  width: 21px;
  height: 32px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  position: absolute;
  z-index: 10000;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#prev:hover,
#next:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
#prev {
  left: 5%;
  background-image: url('../images/prev.png');
}
#next {
  right: 5%;
  background-image: url('../images/next.png');
}
.home-splash {
  background-repeat: no-repeat;
  background-position: 50% 25%;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: white;
  padding: 0;
  width: 100%;
  height: 100%;
}
.home-splash .dark-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(49, 53, 58, 0.4);
}
.home-splash .page {
  height: 100%;
  display: table;
}
.home-splash .overlay-image {
  margin: 0 auto;
  text-align: center;
  zoom: 1;
  display: table-cell;
  vertical-align: middle;
}
.home-splash .overlay-image:before {
  content: '';
  display: block;
}
.home-splash .overlay-image:after {
  content: '';
  display: table;
  clear: both;
}
.home-splash .overlay-image h1 {
  font-size: 4.375em;
}
.home-splash .overlay-image img {
  display: block;
  margin: 1em auto;
  max-height: 180px;
}
.home-splash .overlay-text {
  padding: 3em 0;
  zoom: 1;
}
.home-splash .overlay-text:before {
  content: '';
  display: block;
}
.home-splash .overlay-text:after {
  content: '';
  display: table;
  clear: both;
}
.home-splash h1,
.home-splash p,
.home-splash img,
.home-splash span {
  -moz-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.home-splash h1 {
  margin: 0;
  font-size: 4.375em;
  font-weight: normal;
  font-family: 'Museo-500', Serif;
  color: white;
  text-shadow: 1px 1px 0px #000;
  line-height: 1.35;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.home-splash img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-splash p {
  color: white;
  font-size: 1.375em;
  line-height: 1.7;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.home-splash span {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  margin: 1em 0 0 0;
}
.home-splash .page-title,
.home-splash .page-logo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.home-splash .page-title-show {
  opacity: 1 !important;
  -moz-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.home-splash .page-logo {
  -moz-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 0 !important;
}
.home-splash .page-logo-show {
  opacity: 1 !important;
}
.inside-splash {
  background-position: 50% 40%;
}
.background-top {
  background-position: 50% 0%;
}
.background-top-middle {
  background-position: 50% 25%;
}
.background-middle {
  background-position: 50% 50%;
}
.background-bottom-middle {
  background-position: 50% 75%;
}
.background-bottom {
  background-position: 50% 100%;
}
.cycle-slide-active h1,
.cycle-slide-active p,
.cycle-slide-active img,
.cycle-slide-active span {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.inner {
  padding: 2em 0 3em 0;
}
.pit-logo {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pit-logo:hover {
  opacity: 1;
}
footer {
  background-color: #31353a;
  color: white;
  padding: 2em 0;
  zoom: 1;
}
footer:before {
  content: '';
  display: block;
}
footer:after {
  content: '';
  display: table;
  clear: both;
}
footer h3 {
  font-size: 1.375em;
  position: relative;
  margin-bottom: 0.54545455em;
  padding-bottom: 0.54545455em;
}
footer h3:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  footer h3:after {
    left: 50%;
    margin-left: -25px;
  }
}
footer p {
  line-height: 1.7;
  margin-bottom: 1em;
}
footer .twitter-tweets {
  font-size: 15px;
}
footer .twitter-tweets .twitter-footer {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.1);
  position: relative;
  margin-top: 0.28571429em;
  padding-top: 0.28571429em;
}
footer .twitter-tweets .twitter-footer:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -25px;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
footer .twitter-tweets .twitter-footer a {
  color: rgba(255, 255, 255, 0.5);
}
footer .twitter-tweets .twitter-footer a:hover {
  color: rgba(255, 255, 255, 0.75);
}
footer a {
  color: #3b9bca;
}
footer a:hover {
  color: rgba(59, 155, 202, 0.8);
}
footer .footer-center {
  text-align: center;
}
footer .footer-right {
  text-align: right;
}
footer .footer-top {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #6E7072;
  zoom: 1;
}
footer .footer-top:before {
  content: '';
  display: block;
}
footer .footer-top:after {
  content: '';
  display: table;
  clear: both;
}
footer .footer-top .footer-cols p:last-of-type {
  margin: 0;
}
@media screen and (min-width: 769px) {
  footer .footer-top .footer-cols {
    float: left;
    width: 30%;
    margin-right: 5%;
  }
  footer .footer-top .footer-cols:nth-of-type(3n) {
    margin-right: 0;
  }
  footer .footer-top .footer-center h3:after {
    left: 50%;
    margin-left: -25px;
  }
  footer .footer-top .footer-right h3:after {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top .footer-cols {
    margin-bottom: 1em;
    text-align: center;
  }
  footer .footer-top .footer-cols:last-child {
    margin: 0;
  }
}
footer .quote {
  zoom: 1;
}
footer .quote:before {
  content: '';
  display: block;
}
footer .quote:after {
  content: '';
  display: table;
  clear: both;
}
footer .quote .quote-image {
  float: left;
  width: 22%;
  margin-right: 3%;
}
footer .quote .quote-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 4px solid white;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
}
footer .quote .quote-content {
  float: left;
  width: 75%;
  text-align: justify;
}
footer .footer-bottom {
  padding-top: 1.5em;
  border-top: 1px solid #626467;
  zoom: 1;
  font-size: 0.8em;
}
footer .footer-bottom:before {
  content: '';
  display: block;
}
footer .footer-bottom:after {
  content: '';
  display: table;
  clear: both;
}
footer .footer-bottom .footer-left,
footer .footer-bottom .footer-center,
footer .footer-bottom .footer-right {
  float: left;
  width: 33.33333333%;
}
footer .footer-bottom .footer-center p {
  color: #909090;
  margin-bottom: 5px;
}
footer .footer-bottom .footer-right ul {
  float: right;
}
footer .footer-bottom .footer-right ul li {
  float: left;
  margin-left: 8px;
}
footer .footer-bottom .footer-right ul li img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
footer .footer-bottom .footer-right ul li img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 95%;
  }
  .page {
    width: 100%;
    padding: 0 25px;
  }
  header .menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .home-splash .overlay-image {
    width: 100%;
  }
  .home-splash .overlay-text {
    padding: 3em 0;
  }
}
@media screen and (max-width: 768px) {
  section .icon-box {
    width: 50%;
    float: none;
    margin: 0 auto 2em auto;
  }
  section .icon-box:last-child {
    margin: 0 auto;
  }
  section blockquote {
    width: 100%;
  }
  section .content {
    width: 100%;
    margin: 0;
  }
  section .sidebar {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .cycle-slideshow {
    height: 350px;
  }
  .home-splash .overlay-image img {
    max-height: 300px;
  }
  .home-splash .overlay-image h1 {
    font-size: 3.125em;
  }
  section .icon-box {
    width: 75%;
  }
  footer .footer-top .footer-left,
  footer .footer-bottom .footer-left,
  footer .footer-top .footer-center,
  footer .footer-bottom .footer-center,
  footer .footer-top .footer-right,
  footer .footer-bottom .footer-right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  footer .quote .quote-image,
  footer .quote .quote-content {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  footer .quote .quote-image img {
    display: block;
    margin: 0 auto 15px auto;
    float: none;
  }
  footer .footer-bottom {
    padding-top: 1.5em;
    text-align: center;
  }
  footer .footer-bottom .footer-left {
    margin-bottom: 1em;
  }
  footer .footer-bottom .footer-right {
    margin-top: 1em;
  }
  footer .footer-bottom .footer-right ul {
    float: none;
    text-align: center;
  }
  footer .footer-bottom .footer-right ul li {
    display: inline;
    float: none;
  }
}
@media screen and (max-width: 550px) {
  header {
    height: 70px;
  }
  header img {
    height: 52px;
    margin-top: 9px;
  }
  .inside-splash h1 {
    font-size: 2.5em !important;
  }
  .home-splash .overlay-image h1 {
    font-size: 2.5em;
  }
  .home-splash .overlay-image img {
    max-height: 250px;
  }
  .cycle-slideshow {
    height: 300px;
  }
  #next,
  #prev {
    display: none;
  }
  .cycle-slideshow,
  .inside-splash,
  .content-heading {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 95%;
  }
  .home-splash .overlay-image,
  .home-splash .overlay-text {
    padding: 2em 0;
  }
  .home-splash .overlay-image img {
    max-height: 225px;
  }
  .home-splash .overlay-image p {
    display: none;
  }
  .welcome-text {
    width: 100%;
  }
  section .icon-box {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .home-splash .overlay-image img {
    max-height: 150px;
  }
  section .icon-box h2 {
    font-size: 1.8em;
  }
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
@font-face {
  font-family: 'quote';
  src: url('fonts/quote.eot?20704581');
  src: url('fonts/quote.eot?20704581#iefix') format('embedded-opentype'), url('fonts/quote.woff?20704581') format('woff'), url('fonts/quote.ttf?20704581') format('truetype'), url('fonts/quote.svg?20704581#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?20704581#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "quote";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-quote-left:before {
  content: '\e800';
}
/* '' */
@font-face {
  font-family: 'home-icons';
  src: url('fonts/home-icons.eot?28598943');
  src: url('fonts/home-icons.eot?28598943#iefix') format('embedded-opentype'), url('fonts/home-icons.woff?28598943') format('woff'), url('fonts/home-icons.ttf?28598943') format('truetype'), url('fonts/home-icons.svg?28598943#home-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'home-icons';
    src: url('../font/home-icons.svg?28598943#home-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "home-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-search:before {
  content: '\e800';
}
/* '' */
.icon-headphones:before {
  content: '\e801';
}
/* '' */
.icon-calendar:before {
  content: '\e802';
}
/* '' */
@font-face {
  font-family: 'calendar-icons';
  src: url('fonts/calendar-icons.eot?86120886');
  src: url('fonts/calendar-icons.eot?86120886#iefix') format('embedded-opentype'), url('fonts/calendar-icons.woff?86120886') format('woff'), url('fonts/calendar-icons.ttf?86120886') format('truetype'), url('fonts/calendar-icons.svg?86120886#calendar-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'calendar-icons';
    src: url('../font/calendar-icons.svg?86120886#calendar-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "calendar-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-clock:before {
  content: '\e800';
}
/* '' */
.icon-location:before {
  content: '\e801';
}
/* '' */
.icon-doc-text:before {
  content: '\e802';
}
/* '' */
.icon-link:before {
  content: '\e803';
}
/* '' */
.icon-picture:before {
  content: '\e804';
}
/* '' */
@font-face {
  font-family: 'arrow';
  src: url('fonts/arrow.eot?81947461');
  src: url('fonts/arrow.eot?81947461#iefix') format('embedded-opentype'), url('fonts/arrow.woff?81947461') format('woff'), url('fonts/arrow.ttf?81947461') format('truetype'), url('fonts/arrow.svg?81947461#arrow') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'arrow';
    src: url('../font/arrow.svg?81947461#arrow') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "arrow";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-right-open:before {
  content: '\e800';
}
/* '' */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar ul.month-browser li {
  width: 33.3%;
  padding: 0;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin: 20px 0;
}
.calendar {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
}
.calendar .month-display {
  width: 100%;
  margin: 20px 0;
  float: left;
}
.calendar .month-display a {
  text-decoration: none;
  font-size: 0.8em;
}
.calendar .month-display .calendar_nav {
  float: left;
  width: 33%;
  text-align: left;
}
.calendar .month-display .calendar_nav .pink-border-button {
  padding: 0px 6px;
}
@media only screen and (max-width: 480px) {
  .calendar .month-display .calendar_nav .pink-border-button {
    letter-spacing: 0;
    padding: 0 3px;
  }
  .calendar .month-display .calendar_nav:first-child {
    margin-left: -5px;
  }
  .calendar .month-display .calendar_nav:last-child {
    margin-right: -5px;
  }
}
.calendar .month-display .right {
  text-align: right;
  float: right;
}
.calendar .month-display #current-month {
  float: left;
  width: 33%;
  text-align: center;
}
.calendar .week {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom: none;
  min-height: 130px;
  width: 100%;
  float: left;
  background: url('../images/calendar-bg.png') 14.28571429% top repeat-y, url('../images/calendar-bg.png') 28.57142857% top repeat-y, url('../images/calendar-bg.png') 42.85714286% top repeat-y, url('../images/calendar-bg.png') 57.14285714% top repeat-y, url('../images/calendar-bg.png') 71.42857143% top repeat-y, url('../images/calendar-bg.png') 85.71428571% top repeat-y;
}
.calendar .week ul.week {
  margin-bottom: 0 !important;
}
.calendar .week_1 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-1.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_2 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-2.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_3 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-3.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_4 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-4.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_5 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-5.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_6 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-6.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_1 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-1.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_2 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-2.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_3 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-3.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_4 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-4.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_5 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-5.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar .week_end_6 {
  background-image: url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg.png'), url('../images/calendar-bg-end-6.png');
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: 14.28571429% top, 28.57142857% top, 42.85714286% top, 57.14285714% top, 71.42857143% top, 85.71428571% top, top left;
  background-size: auto, auto, auto, auto, auto, auto, 100%;
}
.calendar ul {
  margin-top: 0 !important;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
}
.calendar ul.weekdays {
  height: 40px;
}
.calendar ul.weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: none;
  padding: 10px 6px;
  color: #666;
  font-size: 13px !important;
}
.calendar li {
  text-indent: 0 !important;
  margin: 0 !important;
  display: block !important;
  line-height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.28571429%;
  padding: 0;
  display: block;
  float: left;
  overflow: visible;
}
.calendar li:before {
  font-family: '' !important;
  content: '' !important;
  color: inherit !important;
  float: none !important;
  width: auto !important;
}
.calendar li .day,
.calendar li .month {
  display: none;
}
.calendar li.out_of_range {
  background-color: #F5F5F5;
  color: #666;
}
.calendar li .show-info {
  margin: 0 5% 5px 5%;
  display: block;
  font-size: 12px;
  padding: 5px 5px 5px 7px;
  color: #666;
  line-height: 14px;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
  border: 1px solid #b5dbdc;
  color: #009aaf;
  text-decoration: none;
  width: 90%;
}
.calendar li .show-info .colourdiv {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 2px;
}
.calendar li .span-1 {
  width: 90%;
}
.calendar li .span-2 {
  width: 190%;
}
.calendar li .span-3 {
  width: 290%;
}
.calendar li .span-4 {
  width: 390%;
}
.calendar li .span-5 {
  width: 490%;
}
.calendar li .span-6 {
  width: 590%;
}
.calendar li .span-7 {
  width: 690%;
}
.calendar li .show-info:hover .venue {
  display: block;
}
.calendar li a,
.calendar li .show-info .show-name {
  text-decoration: none;
}
.calendar li .show-info .show-time,
.calendar li .venue {
  color: #666;
  margin-top: 2px;
  text-decoration: none;
}
.calendar .days:last-child li {
  margin-bottom: 0px;
}
.calendar .date {
  text-align: right;
  margin-bottom: 5px;
  padding: 5px 5px 0 0;
}
.calendar .no-shows {
  display: none;
}
.calendar .venue {
  display: none;
}
.calendar-wrapper {
  display: inline;
  float: left;
  overflow: hidden;
  width: 98.14814814814815%;
  margin: 0 0.9259259259259258%;
}
.calendar .day-container {
  float: left;
  width: 100%;
}
.calendar .day-container .list-day {
  float: left;
  width: 20%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #a3c953;
}
@media only screen and (max-width: 540px) {
  .calendar .day-container .list-day {
    width: 100%;
  }
}
.calendar .day-container .list-event {
  float: right;
  width: 78%;
  margin-bottom: 10px;
  padding: 10px;
}
@media only screen and (max-width: 540px) {
  .calendar .day-container .list-event {
    width: 100%;
  }
}
.calendar .day-container .list-event .event-time {
  font-weight: bold;
  font-size: 16px;
}
.calendar .day-container .list-event .event-title a {
  text-decoration: none;
  font-weight: bold;
}
.calendar .day-container .list-event .event-summary {
  font-size: 14px;
  color: #777;
}
.calendar .day-container .list-event .event-summary a {
  color: #777;
  text-decoration: none;
}
.calendar .day-container .list-event .event-summary a:hover {
  text-decoration: underline;
}
.event_image {
  max-width: 100%;
  height: auto;
}
.event_times .event_dates {
  font-weight: bold;
}
.event_name,
.back-button {
  margin-top: 20px;
}
.location_left {
  width: 48%;
  margin-right: 2%;
  float: left;
}
@media only screen and (max-width: 540px) {
  .location_left {
    width: 100%;
    margin-right: 0%;
  }
}
.location_left h4.location_directions,
.location_left h4.location_phone,
.location_left h4.location_link {
  margin-top: 15px;
}
.location_right {
  float: right;
  width: 48%;
  margin-left: 2%;
}
.location_right .location_image {
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .location_right {
    width: 100%;
    margin-right: 0%;
  }
}
.location_right .proclaim-it-map {
  padding-bottom: 100% !important;
}
.calendar-sidebar ul li a:hover {
  border: none;
}
.calendar-sidebar h3 {
  margin-bottom: 5px;
}
.calendar-sidebar .sidebar-options {
  font-size: 14px;
  color: #333;
}
.calendar-sidebar .sidebar-options a {
  text-decoration: none;
}
.calendar-sidebar .sidebar-options .view-selected {
  text-decoration: underline;
}
.calendar-sidebar .sidebar-options .sidebar-date-view {
  width: 100%;
  margin-bottom: 1em;
}
.calendar-sidebar .sidebar-options .sidebar-display-view {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .calendar-sidebar .sidebar-options .sidebar-display-view {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .calendar-sidebar .sidebar-options .display-h3 {
    display: none;
  }
}
.calendar-sidebar .sidebar-ics {
  font-size: 14px;
}
.calendar-sidebar .sidebar-ics a {
  width: 100%;
  display: block;
}
.calendar-sidebar .calendar-categories {
  float: left;
}
.calendar-sidebar .calendar-categories ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0 !important;
  float: left;
}
.calendar-sidebar .calendar-categories ul li {
  text-indent: 0 !important;
  margin: 0px 5px 5px 0px !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 100% !important;
  float: left;
  margin-right: 10px;
  display: block;
  padding: 5px 5px 5px 7px;
  color: #666;
  line-height: 14px;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
  border: 1px solid #b5dbdc;
  margin-bottom: 10px;
}
.calendar-sidebar .calendar-categories ul li:before {
  font-family: '' !important;
  content: '' !important;
  color: inherit !important;
  float: none !important;
  width: auto !important;
}
.calendar-sidebar .calendar-categories ul li .colourdiv {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 2px;
}
.calendar-sidebar .calendar-categories ul li a {
  color: #009aaf;
  text-decoration: none;
}
.calendar-sidebar .calendar-categories ul li a:hover {
  color: #00d0ec;
}
.calendar-sidebar .calendar-categories ul li.cat-selected {
  background: #6B6B6B !important;
}
.calendar-sidebar .calendar-categories ul li.cat-selected a {
  color: #FFF !important;
}
@media only screen and (min-width: 561px) {
  .list-view {
    display: none;
  }
  .list-show {
    display: block;
  }
}
@media only screen and (max-width: 560px) {
  .list-view {
    display: block;
  }
  .calendar-view {
    display: none;
  }
}
.detail-container {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  text-align: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.event-detail {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  width: 400px;
  max-height: 90%;
  overflow-y: auto;
  background-color: #FFF;
  margin: 0 auto;
  display: none;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #666666;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.event-detail *::selection {
  background: #666666;
  color: white;
}
.event-detail *::-moz-selection {
  background: #666666;
  color: white;
}
.event-detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 3px;
}
.event-detail::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 3px;
}
.event-detail::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 3px;
}
@media only screen and (max-width: 402px) {
  .event-detail {
    width: 96%;
  }
}
.event-detail h1,
.event-detail h2,
.event-detail h3,
.event-detail h4,
.event-detail h5 {
  color: #666666;
}
.event-detail h1,
.event-detail h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.event-detail h3,
.event-detail h4,
.event-detail h5 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
}
.event-detail h3 {
  font-size: 1.25em !important;
  text-transform: none !important;
  color: #666666 !important;
  margin: 0 !important;
}
.event-detail header {
  zoom: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  height: 55px;
  position: fixed;
  width: inherit;
  top: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.event-detail header:before {
  content: '';
  display: block;
}
.event-detail header:after {
  content: '';
  display: table;
  clear: both;
}
.event-detail header .category-color,
.event-detail header .title {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.event-detail header .category-color h2,
.event-detail header .title h2 {
  line-height: 55px;
  font-size: 22px;
  margin: 0;
}
.event-detail header .category-color {
  float: left;
  width: 15%;
  background-color: #6a3bca;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-detail header .category-color h2 {
  color: white;
}
.event-detail header .title {
  float: right;
  position: relative;
  width: 85%;
  background-color: #f5f5f5;
  border-right: 1px solid #BEBEBE;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-detail header .title h2 {
  padding: 0 35px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
.event-detail header .title a:hover > img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.event-detail header .title img {
  position: absolute;
  top: 18px;
  right: 10px;
  margin: 0;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-detail section {
  zoom: 1;
  text-align: left;
  padding: 0;
}
.event-detail section:before {
  content: '';
  display: block;
}
.event-detail section:after {
  content: '';
  display: table;
  clear: both;
}
.event-detail .event-info {
  border-bottom: 1px solid #f5f5f5;
  padding-top: 55px;
}
.event-detail .event-info .left {
  padding: 10px 15px;
  float: left;
  width: 70%;
}
.event-detail .event-info .left hr {
  margin: 0.3em 0;
  border-top: 1px solid #f5f5f5;
}
.event-detail .event-info .left h4 {
  font-weight: normal;
  border: none;
  padding: 0;
  margin: 0;
}
.event-detail .event-info .left p {
  display: inline-block;
}
.event-detail .event-info .left p:last-child {
  margin-bottom: 0;
}
.event-detail .event-info .left .location {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #f5f5f5;
}
.event-detail .event-info .right {
  float: right;
  width: 30%;
  padding: 10px 15px 10px 0;
}
.event-detail .event-info .right img {
  max-width: 100%;
  height: auto;
  border: 3px solid #f5f5f5;
}
@media only screen and (max-width: 325px) {
  .event-detail .left,
  .event-detail .right {
    width: 100% !important;
    padding: 15px !important;
  }
  .event-detail .right {
    padding-top: 0 !important;
  }
}
.event-detail .event-extra-info {
  padding: 10px 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.event-detail .event-extra-info .more-info {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 18px;
  margin: 5em auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #6a3bca !important;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  border: 1px solid #6a3bca;
  margin: 0;
  padding: 5px;
}
.event-detail .event-extra-info .more-info:hover,
.event-detail .event-extra-info .more-info:active {
  text-decoration: none;
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: #6a3bca !important;
}
.event-detail .event-extra-info .more-info span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  -webkit-transition: padding-right 0.5s;
  -moz-transition: padding-right 0.5s;
  -o-transition: padding-right 0.5s;
  transition: padding-right 0.5s;
}
.event-detail .event-extra-info .more-info span:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: -18px;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0);
  border: 3px solid #6a3bca;
  border-top: none;
  border-right: none;
  -webkit-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -o-transition: opacity 0.5s, top 0.5s, right 0.5s;
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.event-detail .event-extra-info .more-info:hover span,
.event-detail .event-extra-info .more-info:active span {
  padding-right: 30px;
}
.event-detail .event-extra-info .more-info:hover span:after,
.event-detail .event-extra-info .more-info:active span:after {
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  -webkit-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -o-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -ms-transition: opacity 0.5s, top 0.5s, right 0.5s;
  opacity: 1;
  border-color: #ffffff;
  right: 0;
  top: 55%;
}
.event-detail .event-extra-info .more-info:hover,
.event-detail .event-extra-info .more-info:active {
  border: 1px solid #6a3bca !important;
}
.event-detail .event-extra-info .more-info span:after {
  border-right: 3px solid !important;
  border-left: none;
}
.event-detail .event-extra-info .more-info:hover span:after,
.event-detail .event-extra-info .more-info:active span:after {
  top: 66%;
}
.event-detail .event-extra-info p {
  display: inline-block;
}
.event-detail .event-map iframe {
  width: 100%;
}
.detail-container-show {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  /* keeps the lightbox window in the current viewport */
  z-index: 10000000;
}
.event-detail-show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
  margin-top: 50px;
}
.calendar-inside .event-title {
  font-size: 2em;
  margin: 0 !important;
}
.calendar-inside h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
  color: #31353a !important;
  font-size: 1.25em !important;
  margin: 0;
}
.calendar-inside section {
  text-align: left;
  zoom: 1;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F5F5F5;
}
.calendar-inside section:before {
  content: '';
  display: block;
}
.calendar-inside section:after {
  content: '';
  display: table;
  clear: both;
}
.calendar-inside section:first-child,
.calendar-inside section:last-child {
  border-bottom: none;
}
.calendar-inside section hr {
  border-top: 1px solid #F5F5F5;
  margin-top: 10px;
  margin-bottom: 10px;
}
.calendar-inside section .icon-sidebar {
  float: left;
  width: 8%;
  margin-right: 2%;
  text-align: center;
}
.calendar-inside section .icon-sidebar i {
  font-size: 22px;
}
.calendar-inside section .icon-sidebar i:before {
  font-family: "calendar-icons";
}
.calendar-inside section .event-content {
  float: right;
  width: 90%;
}
.calendar-inside section .event-content .event-image {
  max-width: 100%;
  height: auto;
  border: 5px solid #666;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.calendar-inside section .event-content .event_link {
  display: inline-block;
  margin-top: 4px;
}
.calendar-inside section .event-content p {
  line-height: 22px;
}
.calendar-inside section .event-content p:last-child {
  margin-bottom: 0;
}
.calendar-inside section .event-content .location-left {
  float: left;
  width: 50%;
  margin-right: 2%;
}
.calendar-inside section .event-content .location-right {
  float: left;
  width: 48%;
}
.calendar-inside section .event-content .proclaim-it-map {
  padding-bottom: 90%;
}
.back-to-cal {
  padding: 5px;
  font-size: 14px;
}
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
}
.slicknav_menu a {
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
/* Button */
.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slicknav_btn .slicknav_icon-bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.slicknav_open .slicknav_icon-bar:nth-child(1) {
  -moz-transform: translate(0px, 5px) rotate(-45deg);
  -webkit-transform: translate(0px, 5px) rotate(-45deg);
  -o-transform: translate(0px, 5px) rotate(-45deg);
  -ms-transform: translate(0px, 5px) rotate(-45deg);
  transform: translate(0px, 5px) rotate(-45deg);
}
.slicknav_open .slicknav_icon-bar:nth-child(2) {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.slicknav_open .slicknav_icon-bar:nth-child(3) {
  -moz-transform: translate(0px, -7px) rotate(45deg);
  -webkit-transform: translate(0px, -7px) rotate(45deg);
  -o-transform: translate(0px, -7px) rotate(45deg);
  -ms-transform: translate(0px, -7px) rotate(45deg);
  transform: translate(0px, -7px) rotate(45deg);
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #919191;
}
.slicknav_menu {
  background: transparent;
  padding: 5px;
  height: 100%;
  float: right;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  position: absolute;
  width: 100%;
  top: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 2px 0 #9bca3b inset;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 2px 0 #9bca3b inset;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 2px 0 #9bca3b inset;
  background: rgba(255, 255, 255, 0.93);
  left: 0;
  z-index: 10000;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.slicknav_nav li {
  border-bottom: 1px solid rgba(49, 53, 58, 0.05);
}
.slicknav_nav li:last-child {
  border-bottom: none;
}
.slicknav_nav .slicknav_item {
  padding: 10px 15px;
}
.slicknav_nav a {
  padding: 10px 15px;
  text-decoration: none;
  color: #31353a;
}
.slicknav_parent ul {
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_item:hover {
  background: #9bca3b;
  color: #FFF;
}
.slicknav_nav a:hover {
  background: #9bca3b;
  color: white;
}
.slicknav_nav a:hover:hover > a {
  color: #FFF;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
@media screen and (min-width: 769px) {
  .pit-gallery {
    margin-bottom: 1em;
  }
  .pit-gallery a img {
    width: 23.5%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
  }
  .pit-gallery a:nth-child( 4n) img {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .pit-gallery {
    margin-bottom: 1em;
  }
  .pit-gallery a img {
    width: 32%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 7.5px;
    float: left;
  }
  .pit-gallery a:nth-child( 3n) img {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pit-gallery {
    margin-bottom: 1em;
  }
  .pit-gallery a img {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 5px;
    float: left;
  }
  .pit-gallery a:nth-child( 2n) img {
    margin-right: 0 !important;
  }
}
.addthis_toolbox a {
  width: 33%;
}
.series-overlay {
  width: 100%;
  position: absolute;
  background: rgba(51, 54, 59, 0.7);
  color: white;
  font-size: 12px;
  padding: 1px;
  text-align: center;
}
#pit-sermons-home .section-title {
  color: white;
  background-color: #31353a;
  height: 27px;
  line-height: 27px;
}
#pit-sermons-home .series-text .series-header,
#pit-sermons-home .container-box .series-header {
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
#pit-sermons-home .series-text .series-title,
#pit-sermons-home .container-box .series-title {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 22px;
}
#pit-sermons-home #latest {
  min-height: 240px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
#pit-sermons-home #latest .latest {
  height: 238px;
  width: 27px;
  overflow: hidden;
  float: left;
  text-align: left;
  position: relative;
  border-top: none;
  border-left: none;
  border-right: none;
}
#pit-sermons-home #latest .latest .latest-text {
  behavior: url(-ms-transform.htc);
  -ms-transform: rotate(-90deg);
  /* IE9+ */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -o-transform: rotate(-90deg);
  /* Opera */
  -webkit-transform: rotate(-90deg);
  /* Safari & Chrome */
  transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -ms-transform-origin: top left;
  white-space: nowrap;
  display: block;
  bottom: 30px;
  position: absolute;
  font-family: inherit;
}
#pit-sermons-home #latest .main {
  padding: 22px;
  float: left;
  width: 48.38709677%;
  background-color: transparent;
  border-bottom: none;
}
#pit-sermons-home #latest .main .latest-title {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #EAEAEA;
}
#pit-sermons-home #latest .main .sub-info {
  float: left;
  margin-top: 11px;
  width: 100%;
}
#pit-sermons-home #latest .main .sub-info p {
  margin-top: 12px;
}
#pit-sermons-home #latest .main .sub-info .author {
  font-size: 13px;
  float: left;
}
#pit-sermons-home #latest .main .sub-info .author span {
  font-size: 0.9em;
  color: #858585;
}
#pit-sermons-home #latest .main .sub-info .icons {
  position: relative;
  float: right;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder {
  float: left;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background-color: #31353a;
  margin-left: 5px;
  text-align: center;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a {
  display: block;
  line-height: 30px;
  color: #FFF !important;
  /* '?' */
  /* '?' */
  /* '?' */
  /* '?' */
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-download:before {
  content: '\e801';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-book-open:before {
  content: '\e802';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-dot-3:before {
  content: '\e803';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-file-audio:before {
  content: '\e804';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a i:before {
  font-family: 'sermons';
}
#pit-sermons-home #latest .main .player {
  float: left;
  width: 100%;
  margin-top: 11px;
  clear: both;
}
#pit-sermons-home #latest .main .social {
  float: left;
  width: 100%;
  margin-top: 20px;
  clear: both;
}
@media only screen and (max-width: 400px) {
  #pit-sermons-home #latest .main .social {
    display: none;
  }
}
#pit-sermons-home #latest .image {
  width: 30%;
  overflow: hidden;
  float: right;
  margin: 22px;
  position: relative;
}
#pit-sermons-home #latest .image img {
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: auto;
  float: left;
}
#pit-sermons-home #talkdownloads .section-title {
  padding-left: 10px;
}
#pit-sermons-home #sermon-details {
  padding: 0 10px;
  margin: 0 0 1em 0;
  color: #31353a;
}
#pit-sermons-home #sermon-details .details {
  background-color: #31353a;
  padding-left: 10px;
  margin: 0 -10px 10px -10px;
}
#pit-sermons-home #biblepassage .passage {
  background-color: #31353a;
  padding-left: 10px;
  margin-bottom: 10px;
}
#pit-sermons-home #biblepassage .esv p {
  color: #666;
  margin-bottom: 1em;
}
#pit-sermons-home #recent-search {
  clear: both;
  width: 100%;
  float: left;
}
#pit-sermons-home #recent-search #recent,
#pit-sermons-home #recent-search #recent-full {
  width: 70%;
  float: left;
}
#pit-sermons-home #recent-search #recent .recent,
#pit-sermons-home #recent-search #recent-full .recent {
  background-color: #31353a;
  padding-left: 10px;
}
#pit-sermons-home #recent-search #recent table.recent-talks,
#pit-sermons-home #recent-search #recent-full table.recent-talks {
  width: 100%;
}
#pit-sermons-home #recent-search #recent table.recent-talks td,
#pit-sermons-home #recent-search #recent-full table.recent-talks td {
  padding: 10px;
  font-size: 12px;
}
#pit-sermons-home #recent-search #recent-full {
  width: 100%;
  margin-bottom: 0;
}
#pit-sermons-home #recent-search #search {
  width: 28%;
  float: right;
}
#pit-sermons-home #recent-search #search .search {
  background-color: #31353a;
  padding-left: 10px;
}
#pit-sermons-home #recent-search #search .by-speaker,
#pit-sermons-home #recent-search #search .by-book {
  padding: 0 10px;
  margin-bottom: 5px;
}
#pit-sermons-home #recent-search #search .by-speaker select,
#pit-sermons-home #recent-search #search .by-book select {
  width: 100%;
}
#pit-sermons-home #recent-search #search .by-speaker label,
#pit-sermons-home #recent-search #search .by-book label {
  width: 100%;
  font-size: 12px;
  margin-bottom: 2px;
  float: left;
}
#pit-sermons-home #recent-search #search .by-speaker {
  margin-top: 10px;
}
#pit-sermons-home #recent-search #search .podcast-list li {
  display: block;
  zoom: 1;
  width: 100%;
  margin: 0;
  text-indent: 0;
  margin: 0 0 0 10px;
}
#pit-sermons-home #recent-search #search .podcast-list li:before {
  content: '';
  display: block;
}
#pit-sermons-home #recent-search #search .podcast-list li:after {
  content: '';
  display: table;
  clear: both;
}
#pit-sermons-home #recent-search #search .podcast-list li:before {
  content: '' !important;
  width: 0;
}
#pit-sermons-home #recent-search #search .podcast-list li:last-child {
  margin-bottom: 0;
}
#pit-sermons-home #recent-search #search .podcast-list li a {
  display: block;
}
#pit-sermons-home #recent-search #search .podcast-list li a:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
}
#pit-sermons-home #recent-search #search .podcast-list li .itunes-link {
  color: #B83FF6;
}
#pit-sermons-home #recent-search #search .podcast-list li .rss-link {
  color: #E67E22;
}
#pit-sermons-home #recent-search #search .podcast-list li img {
  margin-right: 10px;
}
#pit-sermons-home #recent-search #search .podcast-list li span {
  position: relative;
  top: -15px;
  font-size: 12px;
}
#pit-sermons-home #archive {
  clear: both;
}
#pit-sermons-home #archive .archive {
  background-color: #31353a;
  padding-left: 10px;
}
#pit-sermons-home #archive .archive-container {
  position: relative;
  padding-top: 10px;
}
#pit-sermons-home #archive .archive-container .container-box {
  margin-bottom: 2%;
  margin-right: 2%;
  float: left;
}
@media screen and (min-width: 768px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 32%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 551px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 32%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 550px) and (min-width: 351px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 49%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 350px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 100%;
    margin-right: 0 !important;
  }
}
#pit-sermons-home #archive .archive-container .splash-box {
  height: 0;
  width: 100%;
  padding-bottom: 66.66666667%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
#pit-sermons-home #archive .archive-container .splash-box a {
  display: block;
}
#pit-sermons-home #archive .archive-container .splash-box img {
  height: auto;
  width: 100%;
}
#pit-sermons-home table {
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #pit-sermons-home #archive .archive-container .series {
    width: 48%;
    height: 174px;
  }
}
@media only screen and (max-width: 767px) {
  #pit-sermons-home #latest .image {
    display: none;
  }
  #pit-sermons-home #latest .main {
    padding: 13px;
    width: 90%;
  }
  #pit-sermons-home #recent-search #recent {
    width: 100%;
  }
  #pit-sermons-home #recent-search #search {
    width: 100%;
  }
  #pit-sermons-home #archive .archive-container .series {
    width: 99%;
    height: 181px;
  }
}
@media only screen and (max-width: 400px) {
  #pit-sermons-home .main {
    padding: 10px !important;
    width: 89% !important;
  }
  #pit-sermons-home .recent-talks tr td:nth-child(2) {
    display: none;
  }
  #pit-sermons-home #latest .main .sub-info .author {
    float: none;
  }
  #pit-sermons-home #latest .main .sub-info .icons {
    float: none;
    zoom: 1;
    margin-top: 5px;
    clear: both;
  }
  #pit-sermons-home #latest .main .sub-info .icons:before {
    content: '';
    display: block;
  }
  #pit-sermons-home #latest .main .sub-info .icons:after {
    content: '';
    display: table;
    clear: both;
  }
  #pit-sermons-home #latest .main .sub-info .icons .icon-holder:first-child {
    margin-left: 0;
  }
}
.audiojs {
  width: 100%;
}
.audiojs audio {
  width: 1px;
}
.audiojs .play-pause {
  border-right: none;
  min-width: 25px;
  width: 10%;
  padding: 4px 3px;
}
.audiojs .play-pause p {
  margin-top: 0 !important;
}
.audiojs .scrubber {
  margin: 10px 10px 10px 2px;
  width: 54.68164794%;
}
.audiojs .time {
  margin: 0;
  padding: 0;
  border-left: none;
  width: 20%;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .audiojs .scrubber {
    width: 57.57575758%;
  }
}
@media only screen and (max-width: 600px) {
  .audiojs .play-pause {
    padding: 4px 6px;
  }
  .audiojs .scrubber {
    width: 60.43010753%;
    margin: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .audiojs .play-pause {
    padding: 4px 3px;
  }
  .audiojs .scrubber {
    margin: 10px 5px 10px 2px;
    width: 49.53703704%;
  }
}
.appnitro li {
  margin: 0 !important;
  text-indent: 0 !important;
  padding: 1em !important;
}
.appnitro li:before {
  content: ' ' !important;
}
.appnitro .description {
  margin-bottom: 0 !important;
  text-align: left !important;
}
.appnitro .highlighted {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(99, 58, 16, 0) !important;
}
.appnitro input,
.appnitro textarea,
.appnitro select {
  background: #FFF !important;
  padding: 7px !important;
  color: #333 !important;
  border: 2px solid #e2e2e2 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  -ms-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  transition-property: background-color, border;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
}
.appnitro input:focus,
.appnitro textarea:focus,
.appnitro select:focus {
  border: 2px solid #6a3bca !important;
  outline: none !important;
}
.appnitro select {
  background: url('../images/arrow-small.png') no-repeat right #ffffff !important;
  background-position: 99% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.appnitro input[type="submit"] {
  background-color: transparent !important;
  color: #9bca3b !important;
  padding: 10px 25px !important;
  border: 1px solid #9bca3b !important;
  outline: none;
  text-align: center !important;
  display: inline-block;
  width: auto !important;
  text-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.appnitro input[type="submit"]:hover {
  cursor: pointer;
  color: white !important;
  background-color: #9bca3b !important;
}
.appnitro input[type="checkbox"] {
  width: auto !important;
}
.appnitro .buttons {
  margin-top: 10px !important;
}
.password-page-wrapper {
  margin: 0 auto;
  text-align: center;
}
.password-page-wrapper .input-wrapper {
  margin: 0 auto 1em auto;
  display: block;
  max-width: 300px;
}
.password-page-wrapper input {
  width: 100%;
  outline: none;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border: 2px solid #e2e2e2;
}
.password-page-wrapper input:focus {
  border: 2px solid #6a3bca;
}
.password-page-wrapper button {
  cursor: pointer;
  outline: none;
}
@font-face {
  font-family: 'sermons';
  src: url('fonts/sermons.eot?48716757');
  src: url('fonts/sermons.eot?48716757#iefix') format('embedded-opentype'), url('fonts/sermons.woff?48716757') format('woff'), url('fonts/sermons.ttf?48716757') format('truetype'), url('fonts/sermons.svg?48716757#sermons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sermons';
    src: url('../font/sermons.svg?48716757#sermons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sermons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-download:before {
  content: '\e801';
}
/* '' */
.icon-book-open:before {
  content: '\e802';
}
/* '' */
.icon-dot-3:before {
  content: '\e803';
}
/* '' */
.icon-file-audio:before {
  content: '\e804';
}
/* '' */
/*
Version: 2.1 Timestamp: Tue Jun 12 19:50:25 PDT 2012
*/
.select2-container {
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-container .select2-search input {
  /* 
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    
    More Info : http://www.quirksmode.org/css/box.html
  */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(select2.png) right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-container .select2-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
  width: 100%;
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.select2-container .select2-choice div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.select2-container .select2-choice div b {
  background: url('select2.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.select2-container .select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 1010;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.select2-container .select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.select2-container .select2-search input {
  background: #ffffff url('select2.png') no-repeat 100% -22px;
  background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 26px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.select2-container .select2-search input.select2-active {
  background: #ffffff url('spinner.gif') no-repeat 100%;
  background: url('spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
/* results */
.select2-container .select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.select2-container .select2-results li {
  line-height: 1.5;
  padding: 4px;
  margin: 0 !important;
  list-style: none;
  cursor: pointer;
  display: list-item;
  font-size: 12px;
  text-indent: 0 !important;
}
.select2-container .select2-results li:before {
  font-family: '' !important;
  content: '' !important;
  color: inherit !important;
  float: none !important;
  width: auto !important;
}
.select2-container .select2-results .select2-highlighted {
  background: #3b9bca;
  color: #fff;
}
.select2-container .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-container .select2-results .select2-highlighted em {
  background: transparent;
}
.select2-container .select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for already selected choices in the results dropdown
.select2-container .select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-container .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-container .select2-results .select2-disabled {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
/* multiselect */
.select2-container-multi .select2-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.select2-container-multi .select2-drop {
  margin-top: 0;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(select2.png) right top no-repeat;
  outline: none;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi .select2-results {
  margin: -1px 0 0;
  padding: 0;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
/* end multiselect */
.pit-controls {
  width: 100%;
  padding: 10px 10px 20px 10px;
  zoom: 1;
  border: 1px solid #e2e2e2;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pit-controls:before {
  content: '';
  display: block;
}
.pit-controls:after {
  content: '';
  display: table;
  clear: both;
}
.pit-controls a {
  color: rgba(102, 102, 102, 0.9);
}
.pit-controls a:hover {
  color: #666666;
}
.pit-controls .left-controls {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  width: 4%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 0 0 25px;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 0 0 25px;
  /* IE 10 */
  flex: 0 0 25px;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin-right: 5px;
  font-size: 1.125em;
}
.pit-controls .left-controls i {
  margin-top: 3px;
}
.pit-controls .right-controls {
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  width: 10%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 0 0 100px;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  flex: 0 0 100px;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin-left: 10px;
}
.pit-controls .progress {
  -webkit-box-flex: 7;
  /* OLD - iOS 6-, Safari 3.1-6 */
  width: 75%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 7;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 7;
  /* IE 10 */
  flex: 7;
  /* NEW, Spec - Firefox, Chrome, Opera */
  zoom: 1;
  position: relative;
}
.pit-controls .progress:before {
  content: '';
  display: block;
}
.pit-controls .progress:after {
  content: '';
  display: table;
  clear: both;
}
.pit-controls .progress .progress-time {
  font-size: 0.75em;
}
.pit-controls .progress .progress-time span {
  cursor: default;
  color: rgba(0, 0, 0, 0.6);
}
.pit-controls .progress .progress-time .current-time {
  float: left;
}
.pit-controls .progress .progress-time .duration {
  float: right;
}
.pit-controls .progress .progress-bar {
  height: 10px;
  margin: 0.25em 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
.pit-controls .progress .seek-bar {
  position: relative;
  display: block;
  cursor: pointer;
  height: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.pit-controls .progress .play-bar {
  display: block;
  height: 10px;
  padding: 0;
  background: rgba(0, 0, 0, 0.9);
}
.pit-controls .progress .progress-time {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
}
.pit-controls .mute-control {
  float: left;
  margin-top: 2px;
}
.pit-controls .mute-control a {
  width: 1em;
  display: block;
}
.pit-controls .volume-bar {
  height: 5px;
  margin: 11px 0 0 1.25em;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.pit-controls .volume-bar .current-volume {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}
.pit-controls .volume-bar .cur-vol {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 980px) {
  .right-controls {
    display: none;
  }
}
.pit-controls-visible {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.post hr {
  border-color: #efefef;
}
.blog-list-item {
  zoom: 1;
}
.blog-list-item:before {
  content: '';
  display: block;
}
.blog-list-item:after {
  content: '';
  display: table;
  clear: both;
}
.blog-list-item .blog-image {
  float: left;
  width: 25%;
  text-align: center;
}
.blog-list-item .blog-image img {
  border-radius: 50%;
  background: #f5f5f5;
  border: 5px solid #efefef;
}
.blog-list-item .blog-content {
  float: left;
  width: 75%;
  padding: 0 0 0 2em;
}
.blog-list-item .blog-content .title {
  margin: 0;
}
.blog-list-item .blog-content .blog-date {
  display: block;
  font-size: 0.875em;
  margin-bottom: 5px;
  color: #aeaeae;
}
.blog-list-item .blog-content p {
  margin-bottom: 7px;
}
.blog-list-item .blog-content .primary-button {
  padding: 4px;
  margin: 0.5em 0 0 0;
}
@media only screen and (max-width: 480px) {
  .blog-list-item .blog-image {
    margin-bottom: 0.5em;
  }
  .blog-list-item .blog-image,
  .blog-list-item .blog-content {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.page-pagination {
  zoom: 1;
}
.page-pagination:before {
  content: '';
  display: block;
}
.page-pagination:after {
  content: '';
  display: table;
  clear: both;
}
.page-pagination li {
  margin: 0 10px !important;
  text-indent: 0 !important;
  display: inline-block !important;
}
.page-pagination li:before {
  display: none;
}
.page-pagination li a,
.page-pagination li span {
  padding: 10px;
  position: relative;
  color: #31353a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
.page-pagination li a:hover,
.page-pagination li span:hover {
  color: white !important;
}
.page-pagination li a:hover:before,
.page-pagination li span:hover:before {
  height: 100%;
}
.page-pagination li a:before,
.page-pagination li span:before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  content: " ";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #9bca3b;
  z-index: -1;
}
.page-pagination .current a,
.page-pagination .current span {
  color: white;
  background-color: #9bca3b;
}
.blog-article {
  margin-bottom: 1em;
}
.blog-article figure {
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 1.5em;
}
.blog-article figure img {
  display: block;
  margin: 0 auto;
}
.blog-article figcaption {
  background: #e8e8e8;
  padding: 1em;
  text-align: left;
}
.blog-article .blog-title {
  margin-bottom: 0 !important;
}
.blog-article .blog-info {
  color: #aeaeae !important;
  line-height: 1 !important;
}
.blog-article iframe {
  margin-bottom: 1em;
}
.blog-sidebar {
  margin-top: 1.5em;
}
.blog-sidebar h3 {
  text-align: center;
  position: relative;
  text-transform: none;
  border: none !important;
}
.blog-sidebar h3 span {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 0 10px;
}
.blog-sidebar h3 span:before,
.blog-sidebar h3 span:after {
  content: " ";
  position: absolute;
  border-style: solid;
  top: 50%;
  margin-top: -4px;
  z-index: 2;
}
.blog-sidebar h3 span:before {
  border-width: 0 0 8px 2px;
  border-color: transparent transparent #FFF transparent;
  left: -2px;
}
.blog-sidebar h3 span:after {
  border-width: 8px 2px 0 0;
  border-color: #FFF transparent transparent transparent;
  right: -2px;
}
.blog-sidebar h3:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 8px;
  margin-top: -4px;
  background-color: #aeaeae;
}
.blog-sidebar .primary-button {
  display: block;
}
.blog-sidebar .blog-sidemenu {
  margin: 0 0 1em 0;
}
.blog-sidebar .blog-sidemenu li {
  margin: 0;
  text-indent: 0;
  border-bottom: 1px solid darkest(#f5f5f5, 2.5%);
}
.blog-sidebar .blog-sidemenu li:before {
  content: "" !important;
}
.blog-sidebar .blog-sidemenu li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px 10px;
  position: relative;
  z-index: 1;
  border-left: 1px solid transparent;
}
.blog-sidebar .blog-sidemenu li a:hover {
  border-color: #8bc4e0;
  background: #f5f5f5;
}
.blog-sidebar .blog-sidemenu li span {
  display: block;
  line-height: 1.3;
}
.blog-sidebar .blog-sidemenu li .list-title {
  color: #31353a;
}
.blog-sidebar .blog-sidemenu li .meta {
  color: #959595;
  font-size: 0.9em;
}
.social-buttons {
  margin-top: 1em;
}
.social-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) !important;
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) !important;
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}
.social-button:before {
  content: '';
  background-color: #000;
  width: 150%;
  height: 150%;
  position: absolute;
  top: 100%;
  left: -110%;
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) !important;
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) !important;
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) !important;
}
.social-button:after {
  display: none;
}
.social-button .fa {
  font-size: 25px;
  vertical-align: middle;
  color: #FFF;
  z-index: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) !important;
  -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) !important;
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59) !important;
  position: relative;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}
.social-button:hover:before {
  top: -25%;
  left: -25%;
}
.social-button:hover .fa {
  color: #FFF;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.social-button:focus {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.facebook-button:before {
  background-color: #3b5998;
}
.twitter-button:before {
  background-color: #33ccff;
}
.email-button:before {
  background-color: #59ca7e;
}
