.ibox {
  text-align: center;
}
.ibox .ibox-text h4 {
  margin-bottom: 5px;
  line-height: 1.4em;
}
.ibox .ibox-desc .ibox-link {
  display: block;
  margin-top: .5em;
}
.ibox .ibox-desc .ibox-link i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibox .ibox-desc .ibox-link a:hover i {
  margin-left: 6px;
}
.ibox .ibox-media {
  text-align: center;
}
.ibox .ibox-media a {
  color: inherit;
}
.ibox .ibox-media .pl-counter {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1em;
}
.ibox .ibox-media .ibox-icon-border {
  margin-bottom: 12px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 500px;
  position: relative;
}
.ibox .ibox-media .ibox-icon-border .invert-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibox .ibox-media .ibox-icon-border .iii {
  position: relative;
  z-index: 10;
}
.ibox .ibox-media .ibox-icon-border.media-type-image {
  overflow: hidden;
  background-size: cover;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ibox .ibox-media .ibox-icon-border.media-type-image img {
  border-radius: 500px;
}
.ibox .ibox-media .ibox-icon-border.media-type-icon i {
  font-size: 80px;
  display: inline-block;
}
.ibox.top-aligned .ibox-desc {
  max-width: 300px;
  margin: 0 auto;
}
.ibox.top-aligned .ibox-media {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.ibox.top-aligned .ibox-media.wrap-count {
  max-width: 100%;
}
.ibox.top-aligned .ibox-media .media-type-image {
  height: 0;
  padding: 50% 0;
}
.ibox.left-aligned {
  text-align: left;
}
.ibox.left-aligned .ibox-icon-border .pl-counter {
  font-size: 25px;
  line-height: 1em;
}
.ibox.left-aligned .ibox-icon-border.media-type-count {
  min-width: 100px;
  text-align: right;
}
.ibox.left-aligned .ibox-icon-border.media-type-icon {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ibox.left-aligned .ibox-icon-border.media-type-icon i {
  font-size: 30px;
}
.ibox.left-aligned .ibox-icon-border.media-type-image {
  padding: auto;
  width: 80px;
  height: 80px;
}
.ibox.left-aligned .ibox-icon-border.media-type-image img {
  width: 80px;
}
.section-navbar {
  margin: 0 auto;
  width: 100%;
}
.section-navbar .content-pad,
.section-navbar .pl-section-pad {
  padding-top: 5px;
  padding-bottom: 5px;
}
.section-navbar .content-pad .navbar-content-pad,
.section-navbar .pl-section-pad .navbar-content-pad {
  padding: 0 15px;
}
.section-navbar.pl-area .navbar {
  border: none;
}
.section-navbar .navbar {
  color: rgba(255,255,255,0.7);
}
.section-navbar .navbar.navbar-content-width {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.section-navbar .navbar.plnav_hover .sub-menu .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
  visibility: hidden;
}
.section-navbar .navbar.plnav_hover .dropdown-menu li:hover .sub-menu {
  visibility: visible;
  margin-top: -6px;
}
.section-navbar .navbar.plnav_hover .dropdown:hover .dropdown-menu {
  margin-top: 0;
  display: block;
}
.section-navbar .navbar .navline {
  float: left;
  position: relative;
  left: 0;
  display: block;
  margin: 0 10px 0 0;
  font-size: .9em;
}
.section-navbar .navbar .navline > .dropdown > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.section-navbar .navbar .navline > .dropdown > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.section-navbar .navbar .navline .caret {
  border-top-color: rgba(255,255,255,0.5);
}
.section-navbar .navbar .navline.pull-right {
  float: right;
  position: relative;
}
.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu:after {
  left: auto;
  right: 13px;
}
.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu .dropdown-submenu > a:after {
  border-width: 5px 5px 5px 0;
  border-right-color: #cccccc;
}
.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu .dropdown-menu {
  left: -100%;
  right: auto;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.section-navbar .navbar .navline > li {
  display: block;
  float: left;
}
.section-navbar .navbar .navline > li > a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  float: none;
  display: block;
  padding: 9px 12px;
  line-height: 19px;
  color: #fff;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}
.section-navbar .navbar .navline > li > a:hover {
  background-color: transparent;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}
.section-navbar .navbar .navline > li.dropdown.open > a {
  color: #fff;
  background: rgba(0,0,0,0.1);
}
.section-navbar .navbar .navline > li.current-menu-item > a {
  background-color: rgba(0,0,0,0.1);
  color: #ffffff;
  text-decoration: none;
}
.section-navbar .navbar .navline > li.active > a:hover {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  background-color: #222222;
}
.section-navbar .navbar .searchform {
  float: right;
  margin: 6px 0 5px;
  width: auto;
  max-width: 190px;
  -webkit-transition: margin .3s ease-in-out;
  -moz-transition: margin .3s ease-in-out;
  -ms-transition: margin .3s ease-in-out;
  transition: margin .3s ease-in-out;
}
.section-navbar .navbar .searchform.has-focus {
  color: blue;
}
.section-navbar .navbar .searchform.has-focus i {
  color: #666;
}
.section-navbar .navbar .searchform.has-focus .searchfield {
  background-color: #fff;
  color: #000;
  width: 140px;
}
.section-navbar .navbar .searchform .searchfield {
  border: none;
  background-color: rgba(255,255,255,0.1);
  width: 24px;
}
.section-navbar .navbar .plbrand {
  float: left;
  margin: 4px 2% 0 0;
  padding: 0 1%;
  line-height: 15px;
}
.section-navbar .navbar .plbrand .plbrand-text {
  font-size: 19px;
  line-height: 30px;
  margin: 0;
}
.section-navbar .navbar .plbrand img {
  max-height: 29px;
  -webkit-transition: max-height .3s ease-in-out;
  -moz-transition: max-height .3s ease-in-out;
  -ms-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out;
}
.section-navbar .navbar.pl-color-black-trans {
  background: #000;
}
.section-navbar .navbar.pl-color-black-trans .navline > li:hover > a,
.section-navbar .navbar.pl-color-black-trans .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-black-trans .navline > li.current_page_item > a,
.section-navbar .navbar.pl-color-black-trans .navline > li.dropdown.open > a {
  background: #333;
}
.section-navbar .navbar.pl-color-red {
  background: #f04831;
}
.section-navbar .navbar.pl-color-red .navline > li:hover > a,
.section-navbar .navbar.pl-color-red .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-red .navline > li.current_page_item > a,
.section-navbar .navbar.pl-color-red .navline > li.dropdown.open > a {
  background: #de2910;
}
.section-navbar .navbar.pl-color-blue {
  background: #2a7dea;
}
.section-navbar .navbar.pl-color-blue .navline > li:hover > a,
.section-navbar .navbar.pl-color-blue .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-blue .navline > li.current_page_item > a,
.section-navbar .navbar.pl-color-blue .navline > li.dropdown.open > a {
  background: #1464cd;
}
.section-navbar .navbar.pl-color-orange {
  background: #f6653c;
}
.section-navbar .navbar.pl-color-orange .navline > li:hover > a,
.section-navbar .navbar.pl-color-orange .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-orange .navline > li.current_page_item > a,
.section-navbar .navbar.pl-color-orange .navline > li.dropdown.open > a {
  background: #f43f0b;
}
.section-navbar .navbar.pl-color-base {
  background: #FFFFFF;
  color: #333333;
}
.section-navbar .navbar.pl-color-base .searchform .searchfield {
  background-color: #f6f6f6;
}
.section-navbar .navbar.pl-color-base .navline > li > a {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: rgba(51,51,51,0.6);
  text-shadow: none;
}
.section-navbar .navbar.pl-color-base .navline > li:hover > a,
.section-navbar .navbar.pl-color-base .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-base .navline > li.dropdown.open > a {
  color: #333333;
  background-color: #FFFFFF;
  box-shadow: inset 0 -4px 0 #000000;
}
.section-navbar .navbar.pl-color-base .navline .caret {
  border-top-color: rgba(51,51,51,0.6);
}
.section-navbar .navbar.pl-color-grey {
  background: #EEE;
  color: rgba(0,0,0,0.5);
}
.section-navbar .navbar.pl-color-grey .searchform .searchfield {
  background-color: #ddd;
}
.section-navbar .navbar.pl-color-grey .navline > li:hover > a,
.section-navbar .navbar.pl-color-grey .navline > li.current-menu-item > a,
.section-navbar .navbar.pl-color-grey .navline > li.current_page_item > a,
.section-navbar .navbar.pl-color-grey .navline > li.active > a {
  background: #e1e1e1;
}
.section-navbar .navbar.pl-color-grey .navline > li > a {
  color: rgba(0,0,0,0.8);
}
.section-navbar .navbar.pl-color-grey .navline > li.active > a:hover {
  color: rgba(0,0,0,0.8);
  background-color: #ddd;
}
.section-navbar .navbar.pl-color-grey .navline > li.dropdown.open > a {
  color: #000;
  background: rgba(0,0,0,0.1);
}
.section-navbar .navbar.pl-color-grey .navline .caret {
  border-top-color: rgba(0,0,0,0.5);
}
.section-navbar .navbar.pl-color-grey .nav-btn-navbar .icon-bar {
  background: rgba(0,0,0,0.7);
  box-shadow: 0 1px 0 #fff;
}
.pldrop ul {
  display: none;
}
.hentry .btn-group ul {
  margin: 0;
}
.hentry .btn-group ul li {
  list-style: none;
}
.nav-btn-navbar {
  color: inherit;
  display: none;
  float: right;
  position: relative;
  z-index: 50;
  padding: 2px 10px;
  margin: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(155,155,155,0.028);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
  background-image: linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
  background-repeat: repeat-x;
  border: 1px solid rgba(0,0,0,0.25);
  border-left: 1px solid rgba(0,0,0,0.17);
  border-top: 1px solid rgba(0,0,0,0.17);
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);
}
.nav-btn-navbar:hover,
.nav-btn-navbar:active,
.nav-btn-navbar.active,
.nav-btn-navbar.disabled,
.nav-btn-navbar[disabled] {
  color: inherit;
  opacity: .7;
}
.nav-btn-navbar:active,
.nav-btn-navbar.active {
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3);
  background-color: rgba(0,0,0,0.1);
}
.navbar,
.navbar-inner,
.navbar-collapse {
  height: auto;
  overflow: visible;
}
.nav-collapse.collapse {
  position: relative;
  height: auto;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.nav-collapse.collapse.in {
  height: auto;
}
@media (max-width: 400px) {
  .navbar .plbrand img {
    max-width: 210px;
  }
}
@media (max-width: 600px) {
  .navbar.navbar-content-width {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #site .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  #site .navbar .searchform {
    float: none;
    padding: 10px;
  }
  #site .navbar .nav-collapse {
    overflow: hidden;
    height: 0;
    clear: both;
  }
  #site .navbar .nav-btn-navbar {
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.section-textbox .pl-section-pad .textbox-wrap p:last-child {
  margin-bottom: 0;
}
.section-textbox .pl-section-pad .textbox-wrap p:first-child {
  margin-top: 0;
}
.section-postauthor {
  margin-bottom: 2em;
  text-align: left;
}
.section-postauthor .copy-pad {
  padding: 10px 15px;
}
.section-postauthor .author-note {
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(51,51,51,0.3);
}
.section-postauthor .subtext {
  font-size: 86%;
  color: rgba(51,51,51,0.7);
}
.pl-new-loop .metahead-page {
  padding-left: 100px;
}
.pl-new-loop .hentry {
  position: relative;
}
.pl-new-loop .hentry.metahead-page {
  padding-left: 100px;
}
.pl-new-loop .hentry.single-post .metamedia {
  margin: 25px 0;
}
.pl-new-loop .hentry .continue_reading_link {
  margin-top: 20px;
}
.pl-new-loop .hentry .entry-title {
  margin: 0;
}
.pl-new-loop .hentry .metamedia {
  margin-bottom: 15px;
}
.pl-new-loop .hentry .metabar {
  font-size: 85%;
  line-height: 1.6em;
  opacity: .7;
  margin: 5px 0 15px;
}
.pl-new-loop .hentry .entry_content img {
  max-width: 100%;
}
.pl-new-loop .hentry .entry_content > :first-child {
  margin-top: 0;
}
.pl-new-loop .hentry .entry_content > :last-child {
  margin-bottom: 0;
}
.metahead {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 85%;
  line-height: 1.2em;
}
.metahead .metaicon {
  float: right;
  margin-top: 6px;
}
.metahead .author {
  font-weight: 600;
  border-style: solid;
  border-bottom-width: 1px;
  display: block;
  margin-bottom: 10px;
}
.metahead a {
  color: inherit;
  display: block;
  text-align: right;
  margin-bottom: 8px;
}
.metahead a .avatar {
  max-width: 50px;
}
.metahead a:last-child {
  border-bottom: none;
}
@media (max-width: 600px) {
  .pl-new-loop .hentry.post,
  .pl-new-loop .hentry.multi-post {
    padding-left: 0px;
  }
  .metahead {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .metahead a,
  .metahead .author {
    text-align: left;
    display: inline-block;
    border: none;
    margin: 0 5px 0;
    font-size: 16px;
  }
  .metahead .pl-social-pagelines {
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
}
.multi-post .pl-new-loop .hentry {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.multi-post .pl-old-loop .hentry {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.multi-post .pl-old-loop .clip_box {
  margin: 0 0 23.25px;
  border-color: #f2f2f2;
}
.multi-post .pl-old-loop .clip_box .clip {
  width: 47%;
  clear: none;
  float: left;
  margin: 0;
}
.multi-post .pl-old-loop .clip_box .clip .hentry-pad {
  padding: 0 0 11.625px;
}
.multi-post .pl-old-loop .clip_box .clip.clip-right {
  float: right;
}
.multi-post .pl-old-loop .clip_box .clip .clip-header {
  padding: 4px 0 4px 0;
  display: table-cell;
  width: 10000px;
}
.multi-post .pl-old-loop .clip_box .clip .clip-thumb a {
  float: left;
  margin-right: 10px;
}
.multi-post .pl-old-loop .clip_box .clip .clip-thumb img {
  padding: 2px;
  display: block;
  margin: 0 0 0.4em;
}
.multi-post .pl-old-loop .clip_box .clip .post-excerpt {
  font-size: 90%;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
.multi-post .pl-old-loop .clip_box .clip .entry-title,
.multi-post .pl-old-loop .clip_box .clip .metabar {
  padding: 0;
}
.pl-old-loop .entry-title {
  margin: 0;
  line-height: 1.2em;
}
.pl-old-loop .metabar {
  font-size: 85%;
  line-height: 1.6em;
  opacity: .7;
  margin: 5px 0 15px;
  font-style: normal;
}
.pl-old-loop .article-wrap.meta-mode-author .wrp {
  padding-left: 150px;
  min-height: 250px;
}
@media (max-width: 480px) {
  .pl-old-loop .article-wrap.meta-mode-author .wrp {
    padding-left: 0;
  }
}
.pl-old-loop .article-wrap .author-tag {
  position: absolute;
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 30px;
  font-size: 12px;
  line-height: 1.2em;
  padding-bottom: 30px;
}
.pl-old-loop .article-wrap .author-tag .author a {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  display: block;
}
.pl-old-loop .article-wrap .author-tag img {
  max-width: 65px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.pl-old-loop .article-wrap .author-tag p {
  margin: 5px 0;
  padding: 5px 0;
}
.pl-old-loop .article-wrap .author-tag hr {
  margin: 0 0 3px;
  width: 45px;
  text-align: right;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #e9e9e9;
}
.pl-old-loop .article-wrap .author-tag .tag-comments a,
.pl-old-loop .article-wrap .author-tag .tag-comments i {
  color: #333333;
  opacity: .4;
}
.pl-old-loop .article-wrap .author-tag .tag-comments a:hover,
.pl-old-loop .article-wrap .author-tag .tag-comments i:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .pl-old-loop .article-wrap .author-tag {
    position: static;
    display: block;
    width: auto;
    padding: 0;
    max-width: none;
    float: none;
  }
  .pl-old-loop .article-wrap .author-tag p {
    margin: 0 0 8px;
  }
  .pl-old-loop .article-wrap .author-tag img {
    float: left;
  }
  .pl-old-loop .article-wrap .author-tag > hr {
    display: none !important;
  }
}
.pl-old-loop .fpost .post-excerpt {
  font-size: 1.03em;
  line-height: 1.55em;
}
.pl-old-loop .tags {
  font-size: 86%;
  opacity: .7;
}
.pl-old-loop .tags .note {
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(51,51,51,0.3);
}
.pl-old-loop .pledit {
  opacity: .7;
}
.pl-old-loop .pledit:hover {
  opacity: 1;
}
.pl-old-loop .post-meta .c_img,
.pl-old-loop .hentry .c_img {
  display: block;
  text-align: center;
}
.pl-old-loop .post-header .post-thumb.img {
  margin: 0 10px 5px 0;
}
.pl-old-loop .post-header .post-thumb.img.alignright {
  margin: 0 0 5px 10px;
}
.pl-old-loop .fpost .post-excerpt .post-thumb.img {
  margin-right: 13px;
}
.pl-old-loop .fpost .media .post-thumb.img {
  margin-right: 20px;
}
.pl-old-loop .fpost .media .img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pl-old-loop .fpost .textcontent {
  margin: 20px 10px 0 0;
}
.pl-old-loop .fpost .post-excerpt {
  margin: .6em 0;
}
.pl-old-loop .fpost.post .entry {
  margin-bottom: 1em;
  padding: 1em 0;
}
.pl-old-loop .full_img {
  margin-bottom: 10px;
}
.pl-old-loop .post-meta {
  margin-bottom: 1em;
}
.pl-old-loop .post-meta.post-nocontent {
  margin-bottom: 0;
}
.pl-old-loop .post-meta .post-title-section {
  padding-bottom: 6px;
}
.section-mediabox.no-pad .pl-section-pad {
  padding: 0;
}
.section-mediabox .mediabox-wrap {
  min-height: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-mediabox img,
.section-mediabox iframe,
.section-mediabox object,
.section-mediabox embed {
  max-width: 100%;
  height: auto;
}
.section-navi {
  text-align: center;
  width: 100%;
  position: relative;
}
.section-navi .nav-searchform,
.section-navi ul {
  vertical-align: top;
  font-size: 12px;
}
.section-navi .navi-wrap {
  height: 50px;
  position: relative;
}
.section-navi .navi-container {
  height: 36px;
  padding: 7px;
}
.section-navi .navi-right {
  float: right;
}
.section-navi .navi-left {
  float: left;
}
.section-navi .navi-center {
  display: inline-block;
}
.section-navi .navi-searchform {
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.section-navi .navi-searchform .btn-search {
  padding: 0 20px;
}
.section-navi .navi-searchform input {
  vertical-align: top;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, serif;
  border: none;
  height: 50px;
  width: 0;
  background: transparent;
  padding: 0;
  -webkit-transition: width .5s ease-in-out;
  -moz-transition: width .5s ease-in-out;
  -ms-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
  border-radius: 0;
  box-shadow: none;
}
.section-navi .navi-searchform input:focus {
  box-shadow: none;
}
.section-navi .navi-searchform.has-focus input {
  width: 130px;
}
.section-navi .navi-searchform.has-focus .btn-search {
  color: #000000;
}
.section-navi img {
  max-height: 100%;
}
.section-navi .navi-site-title,
.section-navi .navi-site-description {
  margin: 0;
}
.section-navi .navi-site-title {
  font-size: 40px;
}
.section-navi .navi-site-description {
  font-size: 15px;
  text-align: left;
  opacity: .8;
}
.section-navi .pl-nav > li > a {
  line-height: 50px;
  padding: 0 13px;
  opacity: .7;
}
.section-navi .pl-nav > li .mm-toggle {
  padding: 0 20px;
}
.section-navi .pl-nav > li.current-menu-item > a,
.section-navi .pl-nav > li:hover > a {
  opacity: 1;
  background: rgba(0,0,0,0.03);
}
@media screen and (max-width: 768px) {
  .section-navi .navi-searchform {
    display: none;
  }
  .section-navi .navi-site-title {
    font-size: 28px;
  }
  .section-navi .navi-site-description {
    font-size: 14px;
  }
}
.gmnoprint img {
  max-width: none !important;
}
#pl-map {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  min-width: 200px;
}
.pl-map img {
  max-width: none !important;
}
.pl-sharebar-pad {
  line-height: 20px;
  text-align: center;
}
.pl-sharebar-pad .txt-wrap {
  margin: 8px 0 0;
  opacity: .5;
}
.pl-sharebar-pad .txt {
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, serif;
  font-size: 12px;
  line-height: 1.5em;
  max-width: 350px;
}
.meta-share {
  padding-top: 5px;
}
.meta-share iframe,
.meta-share object {
  width: auto;
}
.pin_wrap {
  display: inline-block;
}
.masonic-header-content-pad {
  padding: 15px;
}
.masonic-header-content-pad .masonic-title {
  font-size: 20px;
  float: left;
}
.masonic-header-content-pad .masonic-nav {
  float: right;
  max-width: 85%;
}
.masonic-header-content-pad .masonic-nav .lh {
  font-weight: 600;
  font-size: 100%;
}
.masonic-header-content-pad .masonic-nav li {
  margin-left: 18px;
  font-size: 85%;
}
.pl-grid-text {
  float: left;
  width: 75%;
  padding: 15px 0;
}
.pl-grid-text h4 {
  font-size: 16px;
  margin: 0;
}
.pl-grid-text .pl-grid-metabar {
  font-size: 12px;
}
.pl-grid-meta {
  float: right;
  text-align: right;
  width: 25%;
  padding: 15px 0;
}
.pl-grid-excerpt p {
  font-size: 85%;
  line-height: 1.4em;
  margin: 5px 0;
}
.pl-grid-excerpt p:first-child {
  margin-top: 0;
}
.pl-grid-image {
  position: relative;
}
.pl-grid-image img {
  max-width: 100%;
}
.pl-grid-image .pl-grid-image-info {
  opacity: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pl-grid-image .pl-grid-image-info .info-text {
  opacity: 0;
  background-color: rgba(0,0,0,0.6);
  padding: 9px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  margin: 5px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.pl-grid-image .pl-grid-image-info .info-text:hover {
  opacity: 0.8;
}
.pl-grid-image .pl-grid-image-info .view,
.pl-grid-image .pl-grid-image-info .image,
.pl-grid-image .pl-grid-image-info .video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  color: #fff;
  display: block;
}
.pl-grid-image .pl-grid-image-hover {
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pl-grid-image:hover .pl-grid-image-info {
  opacity: 1;
}
.pl-grid-image:hover .pl-grid-image-info .info-text {
  opacity: 1;
}
.pl-grid-image:hover .pl-grid-image-hover {
  opacity: 0.7;
  filter: alpha(opacity=90);
}
.section-icallout {
  text-align: center;
}
.section-icallout .icallout-head {
  margin-bottom: 12px;
}
.section-icallout .format-inline .icallout-head {
  font-size: 37px;
  line-height: 1em;
}
.section-icallout .format-inline .icallout-head,
.section-icallout .format-inline .icallout-action {
  display: inline-block;
  margin: 10px 15px;
  vertical-align: top;
}
.revslider-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.revslider-container .pl-slider {
  opacity: 0;
}
.revslider-container .tparrows {
  background: rgba(0,0,0,0.4);
  text-align: center;
  height: 60px;
  width: 60px;
  color: #fff;
  font-size: 40px;
  border-radius: 2px;
}
.revslider-container .tparrows:hover {
  background: rgba(0,0,0,0.8);
  color: #fff;
  opacity: 1;
}
.revslider-container .tparrows i {
  margin: 9px 0 0 1px;
  display: block;
}
.revslider-container .tp-bullets.simplebullets.square .bullet {
  background: transparent;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 6px;
}
.revslider-container .tp-bullets.simplebullets.square .bullet.selected,
.revslider-container .tp-bullets.simplebullets.square .bullet:hover {
  background: #fff;
}
.revslider-container .text-center {
  text-align: center;
}
.revslider-container h2.slider-text {
  font-weight: 300;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 15px;
  font-weight: inherit;
  margin: 0;
  font-size: 60px;
  line-height: 1.1em;
}
.revslider-container h2.slider-text .title {
  display: inline-block;
  margin-bottom: 5px;
}
.revslider-container h2.slider-text small {
  display: block;
  font-weight: inherit;
  font-size: 24px;
  line-height: 1.3em;
  padding: 8px 0;
}
.revslider-container.element-dark .slider-text {
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  color: #000;
}
.revslider-container.element-dark .tparrows {
  background: rgba(255,255,255,0.4);
  color: #000;
}
.revslider-container.element-dark .tparrows:hover {
  background: rgba(255,255,255,0.8);
  color: #000;
}
.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet {
  border: 1px solid #000;
}
.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet.selected,
.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet:hover {
  background: #000;
}
.revslider-container .slider-content {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}
.revslider-container .slider-content.left-side,
.revslider-container .slider-content.right-side {
  text-align: left;
}
.revslider-container .slider-content.centered {
  text-align: center;
}
.revslider-container .slider-content .slider-buttons {
  padding-top: 25px;
}
.revslider-container .slider-content .slider-buttons a.slider-btn {
  margin-right: 15px;
}
.revslider-container .slider-content .slider-buttons a.slider-btn:last-child {
  margin-right: 0;
}
.revslider-container .tp-bannertimer {
  z-index: 90;
}
@media (max-width: 768px) {
  .revslider-container h2.slider-text {
    font-size: 27px;
    line-height: 1.1em;
  }
  .revslider-container h2.slider-text small {
    font-size: 14px;
  }
  .revslider-container .slider-buttons .btn.btn-large {
    padding: 4px 12px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.section-ec-pin-switch .holder {
  position: relative;
}
.section-ec-pin-switch .holder .info {
  text-align: center;
}
.section-ec-pin-switch .holder .info .contents {
  position: relative;
  height: 40px;
  display: block;
}
.section-ec-pin-switch .holder .info .contents .ctab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-ec-pin-switch .holder .info .contents .ctab .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.section-ec-pin-switch .holder .tabbed {
  text-align: center;
}
.section-ec-pin-switch .holder .tabbed .pines {
  text-align: center;
}
.section-ec-pin-switch .holder .tabbed .pines .tab {
  float: left;
  position: relative;
}
.section-ec-pin-switch .holder .tabbed .pines .tab a {
  display: block;
}
.section-ec-pin-switch .holder .tabbed .pines .tab a .pin {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  z-index: 200;
  position: relative;
}
.section-ec-pin-switch .holder .tabbed .pines .tab a .line:before {
  content: "";
  display: inline-block;
  width: 50%;
  height: 0px;
  position: absolute;
  top: 10px;
  left: 0;
}
.section-ec-pin-switch .holder .tabbed .pines .tab a .line:after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 0px;
  position: absolute;
  top: 10px;
  right: 0;
}
.section-ec-pin-switch .holder .tabbed .pines .tab a .icon {
  margin: 10px 0 5px 0;
}
.section-ec-pin-switch .holder .tabbed .pines .tab a h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: initial;
}
.section-ec-pin-switch .holder .tabbed .pines .tab:first-child .line:before {
  display: none;
}
.section-ec-pin-switch .holder .tabbed .pines .tab:last-child .line:after {
  display: none;
}
.section-pl-powerloop-single .pl-section-pad {
  padding: 0;
}
.section-pl-powerloop-single article {
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.section-pl-powerloop-single article .power-thumb img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.section-pl-powerloop-single article .power-thumb img.alignleft {
  margin: 20px 20px 20px 0;
}
.section-pl-powerloop-single article .power-thumb img.alignright {
  margin: 20px 0 20px 20px;
}
.section-pl-powerloop-single article .power-thumb img.alignleft,
.section-pl-powerloop-single article .power-thumb img.alignright {
  margin-top: 20px;
}
.section-pl-powerloop-single article .power-thumb:hover img {
  opacity: .7;
}
.section-pl-powerloop-single article h2.power-title a {
  display: block;
}
.section-pl-powerloop-single article h2.power-title.aligncenter {
  text-align: center;
}
.section-pl-powerloop-single article .power-content p {
  margin: 15px 0;
}
.section-pl-powerloop-single article .power-link {
  margin: 5px 0;
}
.section-pl-powerloop-single article .power-link.aligncenter {
  text-align: center;
}
.section-pl-powerloop-single article .power-link.aligncenter a {
  display: inline-block;
}
.section-pl-powerloop-single article .power-avatar {
  margin: 5px 0;
}
.section-pl-powerloop-single article .power-avatar.aligncenter {
  text-align: center;
}
.section-pl-powerloop-single article .power-avatar.aligncenter img {
  display: inline-block;
}
.section-pl-powerloop .pl-section-pad {
  padding: 0;
}
.section-pl-powerloop article {
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.section-pl-powerloop article .power-thumb img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.section-pl-powerloop article .power-thumb img.alignleft {
  margin: 20px 20px 20px 0;
}
.section-pl-powerloop article .power-thumb img.alignright {
  margin: 20px 0 20px 20px;
}
.section-pl-powerloop article .power-thumb img.alignleft,
.section-pl-powerloop article .power-thumb img.alignright {
  margin-top: 20px;
}
.section-pl-powerloop article .power-thumb:hover img {
  opacity: .7;
}
.section-pl-powerloop article h2.power-title a {
  display: block;
}
.section-pl-powerloop article h2.power-title.aligncenter {
  text-align: center;
}
.section-pl-powerloop article .power-content p {
  margin: 15px 0;
}
.section-pl-powerloop article .power-link {
  margin: 5px 0;
}
.section-pl-powerloop article .power-link.aligncenter {
  text-align: center;
}
.section-pl-powerloop article .power-link.aligncenter a {
  display: inline-block;
}
.section-pl-powerloop article .power-avatar {
  margin: 5px 0;
}
.section-pl-powerloop article .power-avatar.aligncenter {
  text-align: center;
}
.section-pl-powerloop article .power-avatar.aligncenter img {
  display: inline-block;
}
.section-ec-timeline .timeline {
  position: relative;
}
.section-ec-timeline .timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #f5f5f5;
  left: 50%;
  margin-left: -10px;
}
.section-ec-timeline .timeline li {
  position: relative;
  width: 45%;
  margin-left: 50%;
}
.section-ec-timeline .timeline li .title {
  background: #000000;
  color: white;
  padding: .5em 1em;
}
.section-ec-timeline .timeline li .details {
  padding: 1em;
  background: #FFFFFF;
}
.section-ec-timeline .timeline li .details .dates {
  display: block;
  width: 100%;
  text-align: right;
  color: #000000;
  font-weight: 600;
}
.section-ec-timeline .timeline li .label-box {
  margin: 0 0 2em 10%;
  padding: 0px;
  color: #fff;
  position: relative;
  border-radius: 0px;
  box-shadow: 0px 0px 2px #dadada;
  color: #333333;
}
.section-ec-timeline .timeline li .label-box:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #000000;
  border-width: 10px;
  top: 10px;
}
.section-ec-timeline .timeline li .icon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 41px;
  position: absolute;
  color: #FFFFFF;
  background: #dadada;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #f5f5f5;
  text-align: center;
  left: 0;
  top: 0;
  margin: 0 0 0 -25px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
.section-ec-timeline .timeline li:nth-child(odd) {
  margin-left: 0;
}
.section-ec-timeline .timeline li:nth-child(odd) .icon {
  margin-left: 106%;
}
.section-ec-timeline .timeline li:nth-child(odd) .label-box:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #000000;
  border-right-color: transparent;
  border-width: 10px;
  top: 10px;
  right: initial;
  left: 100%;
}
.section-ec-timeline .timeline li:hover .icon {
  background: #000000;
  box-shadow: 0 0 0 8px #4d4d4d;
  -webkit-transition: all .2s lineas;
  -moz-transition: all .2s lineas;
  -ms-transition: all .2s lineas;
  transition: all .2s lineas;
}
.section-ec-timeline .timeline.align-left:before {
  left: initial;
  right: 15px;
}
.section-ec-timeline .timeline.align-left li {
  width: 100%;
  margin: 0 !important;
}
.section-ec-timeline .timeline.align-left li .label-box {
  margin: 0 15% 2em 0;
}
.section-ec-timeline .timeline.align-left li .label-box:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #000000;
  border-right-color: none;
  border-width: 10px;
  top: 10px;
  right: initial;
  left: 100%;
}
.section-ec-timeline .timeline.align-left li .icon {
  margin-left: 0 !important;
  left: initial;
  right: 0px;
}
.section-ec-timeline .timeline.align-right:before {
  left: 25px;
  right: initial;
}
.section-ec-timeline .timeline.align-right li {
  width: 100%;
  margin: 0 !important;
}
.section-ec-timeline .timeline.align-right li .label-box {
  margin: 0 0 2em 15%;
}
.section-ec-timeline .timeline.align-right li .label-box:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #000000;
  border-width: 10px;
  top: 10px;
}
.section-ec-timeline .timeline.align-right li .icon {
  margin-left: 0 !important;
  right: initial;
  left: 0px;
}
.section-ec-timeline .timeline.align-right li:nth-child(odd) .label-box:after {
  right: initial;
  left: -20px;
}
.section-pl-grandstand .isotope-hidden.isotope-item {
  pointer-events: none;
}
.section-pl-grandstand .isotope {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -ms-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
.section-pl-grandstand .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.section-pl-grandstand .grandstand-wrapper {
  z-index: 0;
  position: relative;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper {
  height: auto;
  width: 19.98%;
  margin: 0 !important;
  position: relative;
  display: block;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_tall,
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_regular {
  width: 19.96%;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_wide {
  width: 39.92%;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_wide_tall {
  width: 39.92%;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item {
  overflow: hidden;
  width: 100.6%;
  margin-bottom: 0px;
  position: relative;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item img {
  width: 100.7%;
  max-width: 100.7%;
  position: relative;
  display: block;
  margin-bottom: 0px;
  -webkit-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  -ms-transform: -ms-transform 300ms ease-in-out;
  transform: transform 300ms ease-in-out;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item .grandstand-item-info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item .grandstand-item-info a {
  display: block;
  margin: 0px;
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 40;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item .grandstand-item-info .grandstand-item-meta {
  display: table;
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0px,-100%,0px);
  -ms-transform: translate3d(0px,-100%,0px);
  transform: translate3d(0px,-100%,0px);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  -ms-transform: -ms-transform 300ms ease-in-out;
  transform: transform 300ms ease-in-out;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item .grandstand-item-info .grandstand-item-meta .meta-inner {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item .grandstand-item-info .grandstand-item-meta .meta-inner .grandstand-title {
  margin: 0px;
  font-size: 24px;
  font-weight: bold;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item .grandstand-item-info .grandstand-item-meta .meta-inner .grandstand-meta-content {
  font-size: 14px;
  opacity: .7;
  font-weight: bold;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item .grandstand-item-info .grandstand-item-meta .meta-inner .grandstand-meta-content:after {
  content: "";
  display: block;
  height: 3px;
  width: 27px;
  background: #000;
  margin: 15px auto 0;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item .grandstand-item-info .grandstand-item-meta .meta-inner .grandstand-excerpt {
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  padding: 0 20px 0 20px;
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item:hover .grandstand-item-meta {
  -webkit-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper .grandstand-item:hover img {
  -webkit-transform: translate3d(0px,100%,0px);
  -ms-transform: translate3d(0px,100%,0px);
  transform: translate3d(0px,100%,0px);
}
@media only screen and (min-width: 1600px) {
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_tall,
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_regular {
    width: 24.98% !important;
  }
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_wide {
    width: 49.96% !important;
  }
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_wide_tall {
    width: 49.96% !important;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1600px) {
  .section-pl-grandstand .grandstand-wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_tall,
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_regular {
    width: 24.95% !important;
  }
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_wide {
    width: 49.96% !important;
  }
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_wide_tall {
    width: 49.96% !important;
  }
}
@media only screen and (min-width: 470px) and (max-width: 990px) {
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_tall,
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_regular {
    width: 49.8% !important;
  }
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_wide,
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper.pl_grandstand_wide_tall {
    width: 99.6% !important;
  }
}
@media only screen and (max-width: 470px) {
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper {
    width: 99.9% !important;
  }
  .section-pl-grandstand .grandstand-wrapper .grandstand-item-wrapper img {
    height: auto !important;
  }
}
.section-pl-grandstand .grandstand-panel .grandstand-panel-close {
  float: right;
  margin: 6px 0;
  opacity: .7;
}
.section-pl-grandstand .grandstand-panel .grandstand-panel-close i {
  display: block;
  height: 20px;
  width: 20px;
  font-size: 20px;
  padding: 3px;
  text-align: center;
  line-height: 20px;
  border: 2px solid #333333;
  border-radius: 100%;
  color: #333333;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.section-pl-grandstand .grandstand-panel .grandstand-panel-close:hover {
  opacity: 1;
}
.section-pl-grandstand .grandstand-panel .grandstand-panel-close:hover i {
  color: #000000;
  border: 2px solid #000000;
}
.section-pl-grandstand .grandstand-panel img.grandstand-panel-image {
  max-height: 500px;
  max-width: 100%;
}
.section-pl-grandstand .grandstand-panel .grandstand-panel-title {
  margin: 5px 0 0 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.section-pl-grandstand .grandstand-panel .grandstand-panel-description {
  margin-top: 45px;
}
.section-pl-grandstand .grandstand-panel .grandstand-panel-meta-title {
  margin: 25px 0 0 0;
}
.section-pl-grandstand .grandstand-panel .item-btn {
  margin-top: 25px;
}
.jgHover {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  max-width: none;
}
.jgHover *,
.jgHover *:after,
.jgHover *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jgHover .clearfix:before,
.jgHover .clearfix:after {
  content: '';
  display: table;
}
.jgHover .clearfix:after {
  clear: both;
}
.jgHover figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  margin: -0.135em;
  height: 300px;
  background: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.jgHover figure figcaption {
  padding: 1em 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.jgHover figure figcaption::before,
.jgHover figure figcaption::after {
  pointer-events: none;
}
.jgHover figure figcaption,
.jgHover figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jgHover figure a {
  z-index: 1000;
}
.jgHover figure h1,
.jgHover figure h2,
.jgHover figure h3,
.jgHover figure h4,
.jgHover figure h5,
.jgHover figure h6 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.jgHover figure h1 span,
.jgHover figure h2 span,
.jgHover figure h3 span,
.jgHoverfigure h4 span,
.jgHover figure h5 span,
.jgHover figure h6 span,
.jgHover figure h1 i,
.jgHover figure h2 i,
.jgHover figure h3 i,
.jgHoverfigure h4 i,
.jgHover figure h5 i,
.jgHover figure h6 i {
  font-weight: 800;
}
.jgHover figure h1,
.jgHover figure h2,
.jgHover figure h3,
.jgHover figure h4,
figure h5,
.jgHover figure h6,
.jgHover figure p {
  margin: 0;
}
.jgHover figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-siobhan figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 75%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}
figure.effect-siobhan h1,
figure.effect-siobhan h2,
figure.effect-siobhan h3,
figure.effect-siobhan h4,
figure.effect-siobhan h5,
figure.effect-siobhan h6 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #333333;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
figure.effect-siobhan figcaption::before,
figure.effect-siobhan p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-siobhan p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}
figure.effect-siobhan:hover h1,
figure.effect-siobhan:hover h2,
figure.effect-siobhan:hover h3,
figure.effect-siobhan:hover h4,
figure.effect-siobhan:hover h5,
figure.effect-siobhan:hover h6 {
  color: #fff;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-siobhan:hover figcaption::before,
figure.effect-siobhan:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-niall {
  background: #000000;
}
figure.effect-niall img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-niall:hover img {
  opacity: 0.4;
}
figure.effect-niall figcaption::before,
figure.effect-niall figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-niall figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
figure.effect-niall figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
figure.effect-niall h1,
figure.effect-niall h2,
figure.effect-niall h3,
figure.effect-niall h4,
figure.effect-niall h5,
figure.effect-niall h6 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
figure.effect-niall p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
figure.effect-niall:hover figcaption::before,
figure.effect-niall:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-niall:hover h1,
figure.effect-niall:hover h2,
figure.effect-niall:hover h3,
figure.effect-niall:hover h4,
figure.effect-niall:hover h5,
figure.effect-niall:hover h6,
figure.effect-niall:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-finley {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
figure.effect-finley {
  background: -webkit-linear-gradient(45deg,#000000 0%,#000000 40%,#000000 100%);
  background: linear-gradient(45deg,#000000 0%,#000000 40%,#000000 100%);
}
figure.effect-finley img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,0,300px);
  transform: translate3d(0,0,300px);
}
figure.effect-finley:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-finley figcaption::before,
figure.effect-finley figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
figure.effect-finley:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
  transform: translate3d(-50%,-50%,0) rotate(45deg);
}
figure.effect-finley:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
  transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
figure.effect-finley h1,
figure.effect-finley h2,
figure.effect-finley h3,
figure.effect-finley h4,
figure.effect-finley h5,
figure.effect-finley h6,
figure.effect-finley p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-finley h1,
figure.effect-finley h2,
figure.effect-finley h3,
figure.effect-finley h4,
figure.effect-finley h5,
figure.effect-finley h6 {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
  transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}
figure.effect-finley p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
  transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}
figure.effect-finley:hover h1,
figure.effect-finley:hover h2,
figure.effect-finley:hover h3,
figure.effect-finley:hover h4,
figure.effect-finley:hover h5,
figure.effect-finley:hover h6 {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
  transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}
figure.effect-finley:hover p {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
  transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}
figure.effect-ciara {
  background: #000000;
}
figure.effect-ciara img {
  min-width: 110%;
  height: -webkit-calc(140%);
  height: calc(140%);
}
figure.effect-ciara figcaption {
  padding: 3em;
}
figure.effect-ciara figcaption::before,
figure.effect-ciara figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}
figure.effect-ciara figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.effect-ciara figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
figure.effect-ciara h1,
figure.effect-ciara h2,
figure.effect-ciara h3,
figure.effect-ciara h4,
figure.effect-ciara h5,
figure.effect-ciara h6 {
  padding-top: 15%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-ciara p {
  padding: 0.5em 1em 1.2em 1em;
  line-height: 1em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}
figure.effect-ciara img,
figure.effect-ciara h1,
figure.effect-ciara h2,
figure.effect-ciara h3,
figure.effect-ciara h4,
figure.effect-ciara h5,
figure.effect-ciara h6 {
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}
figure.effect-ciara img,
figure.effect-ciara figcaption::before,
figure.effect-ciara figcaption::after,
figure.effect-ciara p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-ciara:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-ciara:hover figcaption::before,
figure.effect-ciara:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-ciara:hover h1,
figure.effect-ciara:hover h2,
figure.effect-ciara:hover h3,
figure.effect-ciara:hover h4,
figure.effect-ciara:hover h5,
figure.effect-ciara:hover h6,
figure.effect-ciara:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-ciara:hover figcaption::after,
figure.effect-ciara:hover h1,
figure.effect-ciara:hover h2,
figure.effect-ciara:hover h3,
figure.effect-ciara:hover h4,
figure.effect-ciara:hover h5,
figure.effect-ciara:hover h6,
figure.effect-ciara:hover p,
figure.effect-ciara:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.effect-aodhan {
  background: -webkit-linear-gradient(45deg,#000000 0%,#000000 40%,#000000 100%);
  background: linear-gradient(45deg,#000000 0%,#000000 40%,#000000 100%);
}
figure.effect-aodhan img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-aodhan figcaption {
  padding: 3em;
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
figure.effect-aodhan figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}
figure.effect-aodhan h1,
figure.effect-aodhan h2,
figure.effect-aodhan h3,
figure.effect-aodhan h4,
figure.effect-aodhan h5,
figure.effect-aodhan h6 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
figure.effect-aodhan figcaption::before,
figure.effect-aodhan p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
figure.effect-aodhan:hover h1,
figure.effect-aodhan:hover h2,
figure.effect-aodhan:hover h3,
figure.effect-aodhan:hover h4,
figure.effect-aodhan:hover h5,
figure.effect-aodhan:hover h6 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-aodhan:hover figcaption::before,
figure.effect-aodhan:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-aodhan:hover figcaption {
  background-color: rgba(58,52,42,0);
}
figure.effect-aodhan:hover img {
  opacity: 0.4;
}
figure.effect-seamus figcaption {
  text-align: right;
}
figure.effect-seamus h1,
figure.effect-seamus h2,
figure.effect-seamus h3,
figure.effect-seamus h4,
figure.effect-seamus h5,
figure.effect-seamus h6,
figure.effect-seamus p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}
figure.effect-seamus p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
figure.effect-seamus h1,
figure.effect-seamus h2,
figure.effect-seamus h3,
figure.effect-seamus h4,
figure.effect-seamus h5,
figure.effect-seamus h6 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
figure.effect-seamus:hover h1,
figure.effect-seamus:hover h2,
figure.effect-seamus:hover h3,
figure.effect-seamus:hover h4,
figure.effect-seamus:hover h5,
figure.effect-seamus:hover h6 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-seamus h1::after,
figure.effect-seamus h2::after,
figure.effect-seamus h3::after,
figure.effect-seamus h4::after,
figure.effect-seamus h5::after,
figure.effect-seamus h6::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}
figure.effect-seamus h1::after,
figure.effect-seamus h2::after,
figure.effect-seamus h3::after,
figure.effect-seamus h4::after,
figure.effect-seamus h5::after,
figure.effect-seamus h6::after,
figure.effect-seamus p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-seamus:hover h1::after,
figure.effect-seamus:hover h2::after,
figure.effect-seamus:hover h3::after,
figure.effect-seamus:hover h4::after,
figure.effect-seamus:hover h5::after,
figure.effect-seamus:hover h6::after,
figure.effect-seamus:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-reagan {
  background-color: #000000;
}
figure.effect-reagan img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
figure.effect-reagan:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-reagan h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
figure.effect-reagan p {
  margin: 0.5em 0 0;
  padding: 2em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0) scale(1.1);
  transform: translate3d(0,20px,0) scale(1.1);
}
figure.effect-reagan:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-reagan:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}
figure.effect-declan {
  background: -webkit-linear-gradient(45deg,#000000 0%,#000000 40%,#000000 100%);
  background: linear-gradient(45deg,#000000 0%,#000000 40%,#000000 100%);
}
figure.effect-declan img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-declan:hover img {
  opacity: 0.4;
}
figure.effect-declan figcaption::after {
  position: absolute;
  right: 20px;
  bottom: 10px;
  left: 20px;
  height: 45%;
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
figure.effect-declan:hover figcaption::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-declan figcaption {
  padding: 2em;
  text-align: left;
}
figure.effect-declan p {
  position: absolute;
  right: 60px;
  bottom: 30px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}
figure.effect-declan:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure.effect-charlie {
  background: linear-gradient(45deg,#000000 0%,#000000 40%,#000000 100%);
  background: -webkit-linear-gradient(45deg,#000000 0%,#000000 40%,#000000 100%);
}
figure.effect-charlie img {
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
}
figure.effect-charlie:hover img {
  opacity: 0.5;
  transform: scale(1);
  -webkit-transform: scale(1);
}
figure.effect-charlie figcaption {
  padding: 3em;
}
figure.effect-charlie figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
figure.effect-charlie figcaption::before,
figure.effect-charlie p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
}
figure.effect-charlie h2 {
  padding: 20% 0 20px 0;
}
figure.effect-charlie p {
  margin: 0 auto;
  max-width: 200px;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
figure.effect-charlie:hover figcaption::before,
figure.effect-charlie:hover p {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
@media screen and (max-width: 69.5em) {
  .jgHover figure {
    width: 100%;
  }
  .jgHover figure figcaption {
    font-size: 90%;
  }
}
@media screen and (max-width: 41.5em) {
  .jgHover figure {
    width: 100%;
  }
}
.row.row-closed > [class*="span"],
.row.row-set > [class*="span"],
.row-fluid.row-closed > [class*="span"],
.row-fluid.row-set > [class*="span"],
.editor-row.row-closed > [class*="span"],
.editor-row.row-set > [class*="span"],
.row-no-response.row-closed > [class*="span"],
.row-no-response.row-set > [class*="span"] {
  margin-bottom: -5px;
}
.section-tabkit {
  clear: both;
}
.section-tabkit .pager {
  margin-top: 20px;
}
.section-tabkit .pager a,
.section-tabkit .pager span {
  border-radius: 0px;
  background: #fff;
}
.section-tabkit .pager a:hover,
.section-tabkit .pager span:hover {
  background: #000000;
  color: #FFFFFF;
}
.section-tabkit .filter-bar {
  width: 100%;
  float: left;
  clear: left;
  padding-bottom: 0;
  position: relative;
  border-bottom: 1px solid #DFDFDF;
}
.section-tabkit .filter-bar ul.tabkit-filters {
  float: left;
}
.section-tabkit .filter-bar ul.tabkit-secondary-filters {
  float: right;
}
.section-tabkit .filter-bar ul {
  float: left;
}
.section-tabkit .filter-bar ul li {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-tabkit .filter-bar ul li a {
  padding: 12px 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
}
.section-tabkit .filter-bar ul.style1 li a {
  border-left: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  margin-left: -1px;
}
.section-tabkit .filter-bar ul.style1 li:hover {
  background: #f1f1f1;
}
.section-tabkit .filter-bar ul.style1 li:hover a {
  opacity: 1;
}
.section-tabkit .filter-bar ul.style1 li.current {
  background: #337EFF;
}
.section-tabkit .filter-bar ul.style1 li.current a {
  color: #fff;
  border-left: 1px solid #337EFF;
  border-top: 1px solid #337EFF;
  border-right: 1px solid #337EFF;
}
.section-tabkit .filter-bar ul.style2 li a {
  border-left: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  margin-left: -1px;
}
.section-tabkit .filter-bar ul.style2 li:hover {
  background: #f1f1f1;
}
.section-tabkit .filter-bar ul.style2 li:hover a {
  opacity: 1;
}
.section-tabkit .filter-bar ul.style2 li.current {
  background: #337EFF;
}
.section-tabkit .filter-bar ul.style2 li.current a {
  border-top: 3px solid #337EFF;
}
.section-tabkit h1.tabkit-title {
  padding: 75px 0 0 0;
}
.section-tabkit .tabkit-post {
  clear: both;
  padding: 25px 155px 25px 15px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.section-tabkit .tabkit-post h1 {
  font-size: 20px;
  font-weight: 400;
}
.section-tabkit .tabkit-post .tabkit-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -16px;
  font-size: 18px;
  color: #337EFF;
}
.section-tabkit .tabkit-post .tabkit-meta {
  font-size: 13px;
  font-style: italic;
  color: #a2a2a2;
}
.section-tabkit .tabkit-post .tabkit-meta span:not(:last-child):after {
  position: relative;
  font-size: 11px;
  content: "\2022";
  padding: 0 3px 0 4px;
  margin: 0;
}
.section-tabkit .tabkit-post .tabkit-meta span.pl-social-icon:after {
  content: none;
}
.section-tabkit .tabkit-post .tabkit-meta a {
  padding-bottom: 2px;
  border-bottom: 1px solid #E0E0E0;
  color: #616161;
}
.section-tabkit .tabkit-post .tabkit-meta a:hover {
  border-bottom: 1px solid #cccccc;
  color: #6d6d6d;
}
.section-tabkit .tabkit-post .tabkit-meta .tabkit-karma .pl-karma {
  border-bottom: none;
}
.section-tabkit .tabkit-post .tabkit-karma a:hover,
.section-tabkit .tabkit-post .tabkit-karma a:visited,
.section-tabkit .tabkit-post .tabkit-karma a.loved,
.section-tabkit .tabkit-post .tabkit-karma .pl-social-icon:hover,
.section-tabkit .tabkit-post .tabkit-karma .pl-social-icon:visited,
.section-tabkit .tabkit-post .tabkit-karma .pl-social-icon.loved {
  color: #F38176;
}
.section-tabkit .tabkit-post .tabkit-karma a:hover i,
.section-tabkit .tabkit-post .tabkit-karma a:visited i,
.section-tabkit .tabkit-post .tabkit-karma a.loved i,
.section-tabkit .tabkit-post .tabkit-karma .pl-social-icon:hover i,
.section-tabkit .tabkit-post .tabkit-karma .pl-social-icon:visited i,
.section-tabkit .tabkit-post .tabkit-karma .pl-social-icon.loved i {
  color: #F38176;
}
@media (max-width: 768px) {
  .section-tabkit ul.tabkit-filters,
  .section-tabkit ul.tabkit-secondary-filters {
    width: 100%;
  }
  .section-tabkit ul.tabkit-filters li,
  .section-tabkit ul.tabkit-secondary-filters li {
    width: 33.3%;
  }
  .section-tabkit .tabkit-post {
    padding: 25px 65px 25px 15px;
  }
}
