@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
/*---------------------------------------------------
    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
-----------------------------------------------------*/
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
.entry hr {
  clear: both;
}
hr {
  zoom: 1;
  width: 100%;
}
hr:before {
  content: '';
  display: block;
}
hr:after {
  content: '';
  display: table;
  clear: both;
}
hr:before {
  content: '';
  display: block;
}
hr:after {
  content: '';
  display: table;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.addthis_toolbox a {
  width: 33%;
}
.series-overlay {
  width: 100%;
  position: absolute;
  background: rgba(51, 54, 59, 0.7);
  color: white;
  font-size: 12px;
  padding: 3px;
  text-align: center;
}
#pit-sermons-home .section-title {
  color: white;
  background-color: #666666;
  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: 211px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
#pit-sermons-home #latest .latest {
  height: 211px;
  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: 55%;
  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: 20px;
  width: 30px;
  height: 30px;
  padding: 4px 3px;
  background-color: #666666;
  margin-left: 5px;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a {
  display: block;
  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: 25%;
  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: #666666;
}
#pit-sermons-home #sermon-details .details {
  background-color: #666666;
  padding-left: 10px;
  margin-bottom: 10px;
  margin: 0 -10px 10px -10px;
}
#pit-sermons-home #biblepassage .passage {
  background-color: #666666;
  padding-left: 10px;
  margin-bottom: 10px;
}
#pit-sermons-home #biblepassage .esv {
  padding: 0 10px;
  margin-bottom: 1em;
}
#pit-sermons-home #biblepassage .esv h2 {
  font-size: 1.5em;
  color: #666666;
  margin: 0 0 0.5em 0;
  line-height: 1;
  font-family: 'nexa_lightregular', sans-serif;
  font-weight: normal;
}
#pit-sermons-home #biblepassage .esv h2:before,
#pit-sermons-home #biblepassage .esv h2:after {
  display: none;
}
#pit-sermons-home #biblepassage .esv h3 {
  text-transform: none;
  color: #666666;
  margin-bottom: 0.2em;
}
#pit-sermons-home #biblepassage .esv p {
  color: #666666;
  line-height: 1.6;
}
#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: #666666;
  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: #666666;
  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: 15px;
}
#pit-sermons-home #recent-search #search .podcast-list {
  margin-bottom: 15px;
}
#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: '';
  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: #666666;
  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: 23.5%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) 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;
}
.pit-sermons-inside {
  margin-top: 20px;
}
@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 #latest .main .sub-info .icons {
    float: none;
    clear: both;
    zoom: 1;
    margin-top: 10px;
  }
  #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:before {
    content: '';
    display: block;
  }
  #pit-sermons-home #latest .main .sub-info .icons:after {
    content: '';
    display: table;
    clear: both;
  }
}
@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';
}
/* '' */
@font-face {
  font-family: 'arrow';
  src: url('fonts/arrow.eot?70627884');
  src: url('fonts/arrow.eot?70627884#iefix') format('embedded-opentype'), url('fonts/arrow.woff?70627884') format('woff'), url('fonts/arrow.ttf?70627884') format('truetype'), url('fonts/arrow.svg?70627884#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?70627884#arrow') format('svg');
  }
}
*/
[class^="arrow-"]:before,
[class*=" arrow-"]: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); */
}
.arrow-right-outline:before {
  content: '\e800';
}
/* '' */
/*
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: 125%;
  padding: 2px 4px 2px;
  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: #666666;
  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 */
/*
    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;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
  border-top: 1px solid rgba(115, 56, 74, 0.075);
}
.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;
}
/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  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;
}
.slicknav_btn .slicknav_icon-bar {
  -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, 8px) rotate(-45deg);
  -webkit-transform: translate(0px, 8px) rotate(-45deg);
  -o-transform: translate(0px, 8px) rotate(-45deg);
  -ms-transform: translate(0px, 8px) rotate(-45deg);
  transform: translate(0px, 8px) 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, -6px) rotate(45deg);
  -webkit-transform: translate(0px, -6px) rotate(45deg);
  -o-transform: translate(0px, -6px) rotate(45deg);
  -ms-transform: translate(0px, -6px) rotate(45deg);
  transform: translate(0px, -6px) 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: #73384a;
}
.slicknav_nav {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  background: #FFF;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0 50px;
  margin: 0;
}
.slicknav_nav ul li:first-child {
  border: none;
}
.slicknav_nav .slicknav_item {
  padding: 8px 10px;
  text-align: center;
  font-size: 16px;
}
.slicknav_nav a {
  padding: 8px 10px;
  text-decoration: none;
  color: #73384a;
  text-align: center;
  font-size: 16px;
  outline: none;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
  text-align: center;
}
.slicknav_nav .slicknav_item:hover {
  background: rgba(115, 56, 74, 0.075);
  color: #73384a;
}
.slicknav_nav a:hover {
  background: rgba(115, 56, 74, 0.075);
  color: #73384a;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
*,
*: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 .right {
  text-align: right;
}
.calendar .month-display #current-month {
  float: left;
  width: 33%;
  text-align: center;
}
@media only screen and (max-width: 400px) {
  .calendar .month-display #current-month {
    width: 35%;
    margin: 0 2%;
  }
  .calendar .month-display .calendar_nav {
    width: 30.5%;
  }
  .calendar .month-display .calendar_nav a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.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;
  margin-bottom: 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;
  border-radius: 4px;
  padding: 5px 5px 5px 7px;
  color: #666;
  line-height: 14px;
  background: #EEE;
  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: #333333;
}
@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 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%;
}
.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;
  border-radius: 4px;
  padding: 5px 5px 5px 7px;
  color: #666;
  line-height: 14px;
  background: #EEE;
  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.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;
  }
}
@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';
}
/* '' */
.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: 'Source Sans Pro', 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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-detail::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.event-detail::-webkit-scrollbar-thumb {
  background-color: #666666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@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: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.event-detail h3,
.event-detail h4,
.event-detail h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.event-detail h3 {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
  color: #666666 !important;
}
.event-detail header {
  zoom: 1;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  height: 55px;
  position: fixed;
  width: inherit;
  top: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-shadow: none 0 0 #000000;
  -moz-box-shadow: none 0 0 #000000;
  -webkit-box-shadow: none 0 0 #000000;
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.event-detail header:before {
  content: '';
  display: block;
}
.event-detail header:after {
  content: '';
  display: table;
  clear: both;
}
.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: #f0575b;
  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 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 {
  float: left;
  width: 70%;
  padding: 15px;
}
.event-detail .event-info .left hr {
  margin: 0.3em 0;
  border-top: 1px solid #f5f5f5;
}
.event-detail .event-info .left h4 {
  font-weight: normal;
}
.event-detail .event-info .left p {
  display: inline-block;
}
.event-detail .event-info .left p:last-child {
  margin-bottom: 0;
}
.event-detail .event-info .right {
  float: right;
  width: 30%;
  padding: 15px 15px 15px 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: 15px;
  font-family: 'Source Sans Pro', 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: #f0575b !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 #f0575b;
  margin: 1em 0 0 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: #f0575b !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 #f0575b;
  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 #f0575b !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: 'Source Sans Pro', sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
  color: #666666 !important;
}
.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: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;
}
/* 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;
}
.btnic-flat {
  transition: all color linear;
  transition-property: background-color;
  -webkit-transition: all color linear;
  -webkit-transition-property: background-color;
  -moz-transition: all color linear;
  -moz-transition-property: background-color;
  -o-transition: all color linear;
  -o-transition-property: background-color;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  text-shadow: none !important;
  background-color: #2ca7cb;
  border: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 1px 1px #555;
  font-size: 14px;
  padding: 10px 15px;
  color: #fff;
  font-family: sans-serif;
}
.btnic-flat.btnic-glow:hover {
  text-shadow: 0 0 2px #eee !important;
}
.btnic-flat:active {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  transition-duration: 0.05s;
  -webkit-transition-duration: 0.05s;
  -moz-transition-duration: 0.05s;
  -o-transition-duration: 0.05s;
}
.btnic-flat.disabled {
  transition-duration: 0;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  text-shadow: none;
  color: #fff;
}
.btnic-flat.btnic-huge {
  font-size: 50px !important;
  padding: 40px 70px !important;
}
.btnic-flat.btnic-big {
  font-size: 20px !important;
  padding: 20px 30px !important;
}
.btnic-flat.btnic-small {
  font-size: 12px !important;
  padding: 5px 15px !important;
}
.btnic-flat.btnic-tiny {
  font-size: 8px !important;
  padding: 2px 10px !important;
}
.btnic-flat:focus,
.btnic-flat:hover {
  background-color: #50b6d4;
}
.btnic-flat.pressed,
.btnic-flat:active {
  background-color: #299cbd;
}
.btnic-flat.disabled {
  background: #72c4dc;
}
.btnic-flat.btnic-yellow {
  background-color: #edbc20;
  border: none;
}
.btnic-flat.btnic-yellow:focus,
.btnic-flat.btnic-yellow:hover {
  background-color: #f0c746;
}
.btnic-flat.btnic-yellow.pressed,
.btnic-flat.btnic-yellow:active {
  background-color: #ddaf1e;
}
.btnic-flat.btnic-yellow.disabled {
  background: #f3d26a;
}
.btnic-flat.btnic-red {
  background-color: #c82824;
  border: none;
}
.btnic-flat.btnic-red:focus,
.btnic-flat.btnic-red:hover {
  background-color: #d14c49;
}
.btnic-flat.btnic-red.pressed,
.btnic-flat.btnic-red:active {
  background-color: #bb2522;
}
.btnic-flat.btnic-red.disabled {
  background: #da706d;
}
.btnic-flat.btnic-grey {
  background-color: #808080;
  border: none;
}
.btnic-flat.btnic-grey:focus,
.btnic-flat.btnic-grey:hover {
  background-color: #959595;
}
.btnic-flat.btnic-grey.pressed,
.btnic-flat.btnic-grey:active {
  background-color: #777777;
}
.btnic-flat.btnic-grey.disabled {
  background: #aaaaaa;
}
.btnic-flat.btnic-green {
  background-color: #2aa52a;
  border: none;
}
.btnic-flat.btnic-green:focus,
.btnic-flat.btnic-green:hover {
  background-color: #4eb44e;
}
.btnic-flat.btnic-green.pressed,
.btnic-flat.btnic-green:active {
  background-color: #279a27;
}
.btnic-flat.btnic-green.disabled {
  background: #71c371;
}
.btnic-flat.btnic-purple {
  background-color: #a52a4b;
  border: none;
}
.btnic-flat.btnic-purple:focus,
.btnic-flat.btnic-purple:hover {
  background-color: #b44e69;
}
.btnic-flat.btnic-purple.pressed,
.btnic-flat.btnic-purple:active {
  background-color: #9a2746;
}
.btnic-flat.btnic-purple.disabled {
  background: #c37187;
}
.btnic-flat.btnic-orange {
  background-color: #ff8700;
  border: none;
}
.btnic-flat.btnic-orange:focus,
.btnic-flat.btnic-orange:hover {
  background-color: #ff9b2b;
}
.btnic-flat.btnic-orange.pressed,
.btnic-flat.btnic-orange:active {
  background-color: #ee7e00;
}
.btnic-flat.btnic-orange.disabled {
  background: #ffaf55;
}
.btnic-flat.btnic-navy {
  background-color: #000661;
  border: none;
}
.btnic-flat.btnic-navy:focus,
.btnic-flat.btnic-navy:hover {
  background-color: #2b307c;
}
.btnic-flat.btnic-navy.pressed,
.btnic-flat.btnic-navy:active {
  background-color: #00065b;
}
.btnic-flat.btnic-navy.disabled {
  background: #555996;
}
.btnic-flat.btnic-glow:hover {
  text-shadow: 0 0 2px #eee;
}
.btnic-flat.btnic-block {
  display: block;
}
.btnic-flat.btnic-gradient {
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff);
  background: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE6 & IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='rgba(255, 255, 255, 0)', endColorstr='#ffffff');
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = 'rgba(255, 255, 255, 0)', endColorstr = '#ffffff')";
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.btnic-flat::-moz-focus-inner {
  border: none;
}
.btnic-flat.disabled {
  cursor: default;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.btnic-flat.disabled:active {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.read-more a {
  text-decoration: none;
}
.read-more:hover {
  text-decoration: underline;
}
.blog_sidemenu_title_top {
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #CCC;
  display: block;
  padding: 10px;
  color: white !important;
  font-size: 16px;
}
.blog_sidemenu {
  margin-top: 0px !important;
  margin-bottom: 8px !important;
  float: left;
  list-style: none;
}
.blog_sidemenu li {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.blog_sidemenu li a {
  font-size: 14px;
}
.blog_sidemenu li a:hover {
  text-decoration: underline;
}
.blog_sidemenu li:before {
  content: "" !important;
}
.blog_sidemenu li span {
  float: left;
  width: 100%;
  font-size: 13px;
  margin-top: 0px;
  padding-left: 3px;
}
.blog_sidemenu_title_bottom {
  font-size: 14px !important;
}
.blog_sidemenu_title_bottom a {
  text-decoration: none;
}
.blog_sidemenu_title_bottom:hover {
  text-decoration: underline;
}
/*!
 *  Font Awesome 4.3.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.3.0');
  src: url('fonts//fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts//fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts//fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts//fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts//fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0);
}
/* 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;
}
.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-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-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-genderless:before,
.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-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-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";
}
*,
*: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;
}
.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:before {
  content: '';
  display: block;
}
.pit-controls:after {
  content: '';
  display: table;
  clear: both;
}
.pit-controls a {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #666;
}
.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: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;
}
.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: #191919;
}
.pit-controls .progress .progress-time {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
}
.pit-controls .mute-control {
  float: left;
  margin-top: 2px;
}
.pit-controls .mute-control a {
  display: block;
}
.pit-controls .volume-bar {
  height: 5px;
  margin: 8px 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-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';
}
/* '' */
@media screen and (min-width: 769px) {
  .pit-gallery {
    margin-bottom: 1em;
  }
  .pit-gallery a img {
    width: 18.4%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 12.5px;
    float: left;
  }
  .pit-gallery a:nth-child( 5n) img {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 650px) {
  .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: 649px) 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;
  }
}
@font-face {
  font-family: 'nexa_boldregular';
  src: url('fonts/nexa_bold-webfont.eot');
  src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nexa_bold-webfont.woff2') format('woff2'), url('fonts/nexa_bold-webfont.woff') format('woff'), url('fonts/nexa_bold-webfont.ttf') format('truetype'), url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexa_lightregular';
  src: url('fonts/nexa_light-webfont.eot');
  src: url('fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nexa_light-webfont.woff2') format('woff2'), url('fonts/nexa_light-webfont.woff') format('woff'), url('fonts/nexa_light-webfont.ttf') format('truetype'), url('fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.font-light {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
.font-semibold {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.font-heading {
  font-family: 'nexa_boldregular', sans-serif;
  font-weight: normal;
}
.font-heading-light {
  font-family: 'nexa_lightregular', sans-serif;
  font-weight: normal;
}
/*top: 50%;
left: 50%;*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #333333;
  font-weight: normal;
  font-size: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
body *::selection {
  background: #a6a6a6;
  color: #ffffff;
}
body *::-moz-selection {
  background: #a6a6a6;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'nexa_boldregular', sans-serif;
  font-weight: normal;
}
.slicknav_menu {
  display: none;
}
.multimap img {
  max-width: none !important;
}
.container {
  width: 980px;
  margin: 0 auto;
  background-color: white;
  zoom: 1;
}
.container:before {
  content: '';
  display: block;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
a {
  color: #73384a;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
a:hover {
  color: #f0575b;
}
.primary-button {
  padding: 15px;
  background: transparent;
  border: 2px solid #73384a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #73384a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'nexa_boldregular', sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-top: 1em;
  line-height: 100%;
}
.primary-button:hover {
  background: #f0575b;
  color: #ffffff;
  border-color: #f0575b;
}
footer .primary-button {
  padding: 15px;
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'nexa_boldregular', sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-top: 1em;
  line-height: 100%;
}
footer .primary-button:hover {
  background: #ffffff;
  color: #666666;
  border-color: #ffffff;
}
.calendar_nav a {
  padding: 15px;
  background: transparent;
  border: 2px solid #73384a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #73384a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'nexa_boldregular', sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-top: 1em;
  line-height: 100%;
  padding: 5px;
  font-size: 12px;
  margin: 0;
}
.calendar_nav a:hover {
  background: #73384a;
  color: #ffffff;
  border-color: #73384a;
}
/* START OF HEADER */
header {
  text-align: center;
  padding: 2em 0;
}
header img {
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
header img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
/* START OF MENU BAR */
nav {
  border-top: 1px solid rgba(115, 56, 74, 0.05);
  border-bottom: 1px solid rgba(115, 56, 74, 0.1);
  margin-bottom: 10px;
  background-color: #efefef;
  font-family: 'nexa_lightregular', sans-serif;
  font-weight: normal;
}
nav .main_menu {
  height: 40px;
  list-style: none;
  position: relative;
  margin: 0 0.5em;
}
nav .main_menu li:hover > ul,
nav .main_menu li.hover > ul {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
nav .main_menu li {
  line-height: 40px;
  float: left;
  width: auto;
  position: relative;
  text-transform: uppercase;
}
nav .main_menu li a,
nav .main_menu li span {
  color: #666666;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 0 18px;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
nav .main_menu li a:hover,
nav .main_menu li span:hover {
  background-color: #fcfcfc;
}
nav .main_menu ul {
  visibility: hidden;
  position: absolute;
  z-index: 1000000;
  top: 100%;
  width: 160px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  background-color: #efefef;
  left: 50%;
  margin-left: -80px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  border: 1px solid rgba(115, 56, 74, 0.1);
  border-top: none;
}
nav .main_menu ul li {
  clear: both;
  float: none;
  width: 100%;
  line-height: 18px;
  font-size: 0.9em;
}
nav .main_menu ul li:hover {
  background: none;
}
nav .main_menu ul li a {
  display: block;
  padding: 8px 5px;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
nav .main_menu ul li a:hover {
  background-color: #fcfcfc;
}
nav .main_menu ul li a span {
  color: white;
}
nav .main_menu ul li a span:hover {
  color: white;
}
nav .main_menu > li:hover > a,
nav .main_menu > li:hover > span {
  background-color: #fcfcfc;
}
/* START OF SPLASH */
.splash_main {
  overflow: hidden;
  height: 0;
  padding-bottom: 37.55102041%;
  position: relative;
}
.splash_main #prev,
.splash_main #next {
  cursor: pointer;
  width: 48px;
  height: 48px;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  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 ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.splash_main:hover #prev,
.splash_main:hover #next {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.splash_main #prev {
  left: 10px;
  background-image: url('../images/hover-left.png');
}
.splash_main #next {
  right: 10px;
  background-image: url('../images/hover-right.png');
}
.overlay_text {
  width: auto;
  position: absolute;
  bottom: 5%;
  left: 0;
  color: white;
  padding: 15px 40px;
  font-family: 'nexa_boldregular', sans-serif;
  font-weight: normal;
  z-index: 10000;
  background-color: rgba(115, 56, 74, 0.3);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.overlay_text h2 {
  font-size: 40px !important;
  color: white !important;
  margin: 0 !important;
  text-shadow: 1px 1px 0px #000;
}
.inside-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='#000000', GradientType=0);
  /* IE6-8 */
  padding: 1.5em 2em;
  color: white;
}
.inside-overlay h2 {
  font-size: 2.5em !important;
  margin-bottom: 0 !important;
  font-family: 'nexa_lightregular', sans-serif !important;
  font-weight: normal !important;
}
.inside-overlay p {
  font-size: 1.25em !important;
  margin-bottom: 0 !important;
}
.splash {
  position: relative;
  padding-bottom: 37.55102041%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.splash img {
  width: 100%;
  height: auto;
}
.splash p {
  font-size: 22px;
}
.pagination {
  font-size: 45px;
  text-align: center;
  overflow: hidden;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  position: absolute;
  bottom: 4px;
  z-index: 10000;
  width: 100%;
}
.pagination span {
  margin-right: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination span:hover {
  color: rgba(255, 255, 255, 0.5);
}
.pagination span:last-child {
  margin-right: 0;
}
.pagination span.cycle-pager-active {
  color: rgba(255, 255, 255, 0.9);
}
/* START OF MAIN SECTION */
.top_main {
  padding-bottom: 0 !important;
}
.home_main {
  margin: 2em 0 4em 0;
}
.home_main .main_statement {
  text-align: center;
  font-size: 28px;
  color: #333333;
  line-height: 45px;
  padding: 0 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
.home_main .main_statement h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #73384a;
  margin-bottom: 0.5em;
}
.home_main .main_statement blockquote:before {
  color: #D6D6D6;
  content: "\e800";
  font-family: 'quote';
  font-size: 1.9em;
  line-height: 0.1em;
  margin-right: 0.3em;
  vertical-align: -0.2em;
}
.home_main .main_statement blockquote p {
  display: inline;
}
/*START OF FOOTER*/
footer {
  color: white;
  padding: 2em 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 22px;
  background-color: #666666;
  zoom: 1;
}
footer:before {
  content: '';
  display: block;
}
footer:after {
  content: '';
  display: table;
  clear: both;
}
footer:before {
  content: '';
  display: block;
}
footer:after {
  content: '';
  display: table;
  clear: both;
}
footer *::selection {
  background: #73384a;
  color: #ffffff;
}
footer *::-moz-selection {
  background: #73384a;
  color: #ffffff;
}
footer h3 {
  font-size: 20px;
  text-transform: uppercase;
}
footer img {
  max-width: 100%;
  height: auto;
}
footer .footer-left,
footer .footer-right,
footer .footer-header,
footer .footer-content {
  float: left;
  width: 50%;
}
footer .footer-left {
  padding-right: 1em;
}
footer .footer-right {
  padding-left: 1em;
}
footer .footer-header {
  padding-right: 0.5em;
}
footer .footer-content {
  padding-left: 0.5em;
}
footer a {
  color: white;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer-copyright {
  text-align: center;
  zoom: 1;
  padding: 0.5em 0;
  color: #BBB;
}
.footer-copyright:before {
  content: '';
  display: block;
}
.footer-copyright:after {
  content: '';
  display: table;
  clear: both;
}
.footer-copyright:before {
  content: '';
  display: block;
}
.footer-copyright:after {
  content: '';
  display: table;
  clear: both;
}
.page {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
/*END OF HOME PAGE */
/*START OF INSIDE PAGE*/
.content_container {
  zoom: 1;
}
.content_container:before {
  content: '';
  display: block;
}
.content_container:after {
  content: '';
  display: table;
  clear: both;
}
.content_container:before {
  content: '';
  display: block;
}
.content_container:after {
  content: '';
  display: table;
  clear: both;
}
.content_container 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;
}
.content_container table,
.content_container td,
.content_container th {
  text-align: left;
  vertical-align: top;
}
.content_container tr:first-child td {
  border-top: none;
}
.content_container tr:nth-child(2n) {
  background-color: #FAFAFA;
}
.content_container th {
  color: #666;
  text-transform: uppercase;
  padding: 10px;
}
.content_container td {
  color: #888;
  padding: 10px;
}
.content_container tfoot td {
  border: 0;
}
.content_container tr th,
.content_container thead th {
  color: #888;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 9px 24px;
}
.content_container tr td {
  border-top: 1px solid #cfcfcf;
  padding: 6px 10px;
}
.content_container tr.odd td {
  background: #F7F7F7;
}
.content_container h1 {
  color: white;
  background-color: #844055;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px 20px;
  font-size: 35px;
  font-family: 'nexa_lightregular', sans-serif;
  font-weight: normal;
}
.content_container h2 {
  font-size: 1.75em;
  font-family: 'nexa_lightregular', sans-serif;
  font-weight: normal;
  margin-bottom: 0.25em;
}
.content_container h3 {
  font-size: 1.125em;
  margin-bottom: 0.25em;
}
.content_container h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
}
.content_container .main-image {
  width: 100%;
  height: auto;
}
.content_container .content {
  padding: 20px;
}
.content_container .main_content {
  padding: 20px;
}
.content_container .main_content,
.content_container #sermon-details {
  display: inline-block;
  width: 100%;
  zoom: 1;
}
.content_container .main_content .primary-button,
.content_container #sermon-details .primary-button {
  margin-top: 0;
}
.content_container .main_content:before,
.content_container #sermon-details:before {
  content: '';
  display: block;
}
.content_container .main_content:after,
.content_container #sermon-details:after {
  content: '';
  display: table;
  clear: both;
}
.content_container .main_content:before,
.content_container #sermon-details:before {
  content: '';
  display: block;
}
.content_container .main_content:after,
.content_container #sermon-details:after {
  content: '';
  display: table;
  clear: both;
}
.content_container .main_content img,
.content_container #sermon-details img {
  max-width: 100%;
  height: auto;
}
.content_container .main_content p,
.content_container #sermon-details p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 1em;
}
.content_container .main_content hr,
.content_container #sermon-details hr {
  zoom: 1;
  width: 100%;
}
.content_container .main_content hr:before,
.content_container #sermon-details hr:before {
  content: '';
  display: block;
}
.content_container .main_content hr:after,
.content_container #sermon-details hr:after {
  content: '';
  display: table;
  clear: both;
}
.content_container .main_content hr:before,
.content_container #sermon-details hr:before {
  content: '';
  display: block;
}
.content_container .main_content hr:after,
.content_container #sermon-details hr:after {
  content: '';
  display: table;
  clear: both;
}
.content_container .main_content ul,
.content_container #sermon-details ul {
  margin-bottom: 20px;
}
.content_container .main_content li,
.content_container #sermon-details li {
  text-indent: -1.4em;
  margin: 0.5em 2em;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: none;
  color: #333;
}
.content_container .main_content li:before,
.content_container #sermon-details li:before {
  font-family: 'arrow';
  content: '\e802';
  color: #73384a;
  float: left;
  width: 1.4em;
}
.content_container .main_content .calendar .list-show .day-container .list-day .day,
.content_container #sermon-details .calendar .list-show .day-container .list-day .day {
  color: #333333;
}
.content_container .main_content table,
.content_container #sermon-details 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;
}
.content_container .main_content table,
.content_container #sermon-details table,
.content_container .main_content td,
.content_container #sermon-details td,
.content_container .main_content th,
.content_container #sermon-details th {
  text-align: left;
  vertical-align: top;
}
.content_container .main_content tr:first-child td,
.content_container #sermon-details tr:first-child td {
  border-top: none;
}
.content_container .main_content tr:nth-child(2n),
.content_container #sermon-details tr:nth-child(2n) {
  background-color: #FAFAFA;
}
.content_container .main_content th,
.content_container #sermon-details th {
  color: #666;
  text-transform: uppercase;
  padding: 10px;
}
.content_container .main_content td,
.content_container #sermon-details td {
  color: #888;
  padding: 10px;
}
.content_container .main_content tfoot td,
.content_container #sermon-details tfoot td {
  border: 0;
}
.content_container .main_content tr th,
.content_container #sermon-details tr th,
.content_container .main_content thead th,
.content_container #sermon-details thead th {
  color: #888;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 9px 24px;
}
.content_container .main_content tr td,
.content_container #sermon-details tr td {
  border-top: 1px solid #cfcfcf;
  padding: 6px 10px;
}
.content_container .main_content tr.odd td,
.content_container #sermon-details tr.odd td {
  background: #F7F7F7;
}
.content_container .main_content .proclaim-it-map,
.content_container #sermon-details .proclaim-it-map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.content_container .main_content .proclaim-it-map img,
.content_container #sermon-details .proclaim-it-map img {
  max-width: none !important;
}
.content_container .main_content .select2-results li,
.content_container #sermon-details .select2-results li {
  text-indent: 0;
  margin: 0;
  display: list-item;
  text-align: -webkit-match-parent;
}
.content_container .main_content .select2-results li:before,
.content_container #sermon-details .select2-results li:before {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  content: '';
  color: #333333;
  float: none;
  width: auto;
}
.content_container .main_content .team-member,
.content_container #sermon-details .team-member {
  zoom: 1;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f5f5f5;
}
.content_container .main_content .team-member:before,
.content_container #sermon-details .team-member:before {
  content: '';
  display: block;
}
.content_container .main_content .team-member:after,
.content_container #sermon-details .team-member:after {
  content: '';
  display: table;
  clear: both;
}
.content_container .main_content .team-member:before,
.content_container #sermon-details .team-member:before {
  content: '';
  display: block;
}
.content_container .main_content .team-member:after,
.content_container #sermon-details .team-member:after {
  content: '';
  display: table;
  clear: both;
}
.content_container .main_content .team-member:last-child,
.content_container #sermon-details .team-member:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.content_container .main_content .team-member .team-image,
.content_container #sermon-details .team-member .team-image {
  float: left;
  width: 20%;
  margin-right: 3%;
}
.content_container .main_content .team-member .team-image img,
.content_container #sermon-details .team-member .team-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: 5px solid #f5f5f5;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1) 0 0 #000000;
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1) 0 0 #000000;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1) 0 0 #000000;
}
.content_container .main_content .team-member .team-content,
.content_container #sermon-details .team-member .team-content {
  float: right;
  width: 77%;
}
.content_container .main_content .team-member .team-content h2,
.content_container #sermon-details .team-member .team-content h2 {
  font-size: 1.5em;
  margin: 0 0 0.25em 0;
  line-height: 1;
  font-family: 'nexa_lightregular', sans-serif;
  font-weight: normal;
}
.content_container .main_content .team-member .team-content h2:before,
.content_container #sermon-details .team-member .team-content h2:before,
.content_container .main_content .team-member .team-content h2:after,
.content_container #sermon-details .team-member .team-content h2:after {
  display: none;
}
.content_container .main_content .team-member .team-content h3,
.content_container #sermon-details .team-member .team-content h3 {
  text-transform: none;
  color: #666666;
  margin-bottom: 0.25em;
  font-size: 1.1em;
  font-family: 'nexa_boldregular', sans-serif;
  font-weight: normal;
}
.content_container .main_content .team-member .team-content p,
.content_container #sermon-details .team-member .team-content p {
  color: #666;
}
.content_container .main_content .team-member .team-content p:last-child,
.content_container #sermon-details .team-member .team-content p:last-child {
  margin-bottom: 0;
}
.content_container .main_content .team-member .team-content-full,
.content_container #sermon-details .team-member .team-content-full {
  width: 100%;
  display: block;
  float: none;
}
.content_container .main_content .team-member:nth-of-type(2n+2) .team-image,
.content_container #sermon-details .team-member:nth-of-type(2n+2) .team-image {
  float: right;
  margin-right: 0;
  margin-left: 3%;
}
.content_container .main_content .team-member:nth-of-type(2n+2) .team-content,
.content_container #sermon-details .team-member:nth-of-type(2n+2) .team-content {
  float: left;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .content_container .main_content .team-member .team-image,
  .content_container #sermon-details .team-member .team-image,
  .content_container .main_content .team-member .team-content,
  .content_container #sermon-details .team-member .team-content {
    float: none !important;
    width: 100%;
    display: block;
    text-align: center !important;
  }
  .content_container .main_content .team-member .team-image,
  .content_container #sermon-details .team-member .team-image {
    margin-bottom: 20px;
  }
  .content_container .main_content .team-member .team-image img,
  .content_container #sermon-details .team-member .team-image img {
    max-width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .content_container .main_content .team-member .team-image img,
  .content_container #sermon-details .team-member .team-image img {
    max-width: 75%;
  }
}
.content_container .main_content .image-right,
.content_container #sermon-details .image-right {
  float: right;
  margin: 0 0 1em 1em;
}
@media screen and (max-width: 650px) {
  .content_container .main_content .image-right,
  .content_container #sermon-details .image-right {
    float: none;
    display: block;
    margin: 0.5em auto;
  }
}
.content_container .main_content blockquote,
.content_container #sermon-details blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201C" "\201C" "\201C";
}
.content_container .main_content blockquote:before,
.content_container #sermon-details blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.content_container .main_content blockquote p,
.content_container #sermon-details blockquote p {
  font-size: 14px;
  font-style: italic;
}
.content_container .main_content blockquote p:first-child,
.content_container #sermon-details blockquote p:first-child {
  display: inline;
}
.content_container .main_content .home-row,
.content_container #sermon-details .home-row {
  position: relative;
  float: left;
  width: 100%;
}
.content_container .main_content .home-row .home-feature,
.content_container #sermon-details .home-row .home-feature {
  margin-bottom: 6px;
  float: left;
  width: 32%;
  overflow: hidden;
  position: relative;
  margin-right: 1%;
  background-color: grey;
}
.content_container .main_content .home-row .home-feature a,
.content_container #sermon-details .home-row .home-feature a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.content_container .main_content .home-row .home-feature img,
.content_container #sermon-details .home-row .home-feature img {
  height: 100%;
  width: auto !important;
  max-width: none !important;
}
.content_container .main_content .home-row .home-feature span,
.content_container #sermon-details .home-row .home-feature span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #FFF;
  padding: 10px;
}
.content_container .content-calendar {
  float: left;
  width: 75%;
  margin-bottom: 3em;
  padding: 0 20px;
}
.content_container .sidebar {
  padding: 20px;
  float: left;
  width: 25%;
}
.content_container .sidebar .calendar-sidebar .display-h3 {
  margin-top: 10px;
}
.content_container .sidebar h3 {
  color: #73384a;
  font-size: 18px;
  margin-bottom: 10px;
}
.content_container .sidebar p {
  color: #333333;
  line-height: 26px;
}
.content_container .sidebar .downloads {
  list-style: none;
}
.content_container .sidebar .downloads li {
  text-indent: -1.5em;
  margin: 0.5em 2em;
  display: list-item;
  text-align: -webkit-match-parent;
  line-height: 150%;
}
.content_container .sidebar .downloads li a {
  text-decoration: none;
  font-size: 0.875em;
}
.content_container .sidebar .downloads li a:hover {
  text-decoration: underline;
}
.content_container .sidebar .downloads li:before {
  font-family: 'arrow';
  content: '\e800';
  color: #73384a;
  font-size: 0.8em;
  float: left;
  width: 1.4em;
}
.content_container .sidebar .downloads ul.downloads li:before {
  content: '\e801';
}
/*START OF MEDIA QUERIES - RESPONSIVE PAGE */
@media only screen and (max-width: 980px) {
  .container,
  .page {
    width: 100%;
  }
  header {
    padding: 1.5em 0;
  }
  .splash_main .splash .image img {
    width: 100%;
    height: auto;
  }
  nav .main_menu .submenu {
    width: 100%;
  }
  nav .main_menu .submenu ul {
    width: 20%;
  }
  footer,
  .proclaim-it {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .footer_container,
  .proclaim-it .footer_container {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .blog-post h2 {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    font-size: 1.6em;
  }
  .content_container .main_content tr th,
  .content_container .main_content thead th {
    padding: 9px 21px;
  }
  .slicknav_menu {
    display: block;
    background-color: #FFF !important;
  }
  nav .main_menu {
    display: none;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 601px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {
  .splash_main .splash .image img {
    width: 100%;
    height: auto;
  }
  .home_main .main_statement {
    font-size: 22px;
    line-height: 34px;
  }
  .home_main .main_feature .div_1_3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .home_main .main_feature .blog-post h2 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  footer .footer_container {
    width: 100%;
  }
  footer .footer_container .div_1_3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .content_container .main_content {
    width: 100%;
  }
  .content_container .content-calendar,
  .content_container .sidebar {
    width: 100%;
  }
  .content_container .sidebar {
    margin-bottom: 50px;
    padding: 20px;
  }
}
@media only screen and (max-width: 650px) {
  header {
    padding: 1em 0;
  }
  .bottom-icons {
    margin: 0 0 15px 0;
  }
  .content_container h1 {
    font-size: 26px;
  }
  footer .footer-left,
  footer .footer-right {
    width: 100%;
    padding: 0;
    float: none;
    display: block;
  }
  footer .footer-left {
    margin-bottom: 2em;
  }
  .footer-top .footer-center {
    display: none;
  }
  .footer-bottom .footer-center p {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 100%;
    background-image: none;
    padding-left: 0px;
    padding-right: 0px;
  }
  .splash_main .overlay_text {
    padding: 15px !important;
  }
  .inside-overlay {
    font-size: 0.75em;
    padding: 1.5em 1em;
  }
  #prev,
  #next {
    display: none;
  }
  .home_main {
    margin: 1em 0;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }
  .home_main .main_statement {
    font-size: 18px;
    line-height: 28px;
  }
  #sidemenu {
    padding: 0 10px;
  }
  .downloads {
    padding-left: 10px;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer-center {
    text-align: left;
  }
  footer .footer-header,
  footer .footer-content {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .footer-header {
    margin-bottom: 0.25em;
  }
}
