.t3-header {
  border-bottom: solid 1px #d9d9d9;
  background: #ffffff;
  position: relative;
  min-height: 50px;
}
.t3-header.affix-top {
  position: relative;
}
.t3-header.affix {
  position: relative;
  z-index: 100;
  margin-top: 0;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .t3-header.affix {
    position: fixed;
  }
}
.t3-header #t3-mainnav.container .t3-navbar.collapse {
  display: block;
}
.t3-header .pull-right {
  position: absolute;
  right: 60px;
  top: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .t3-header .pull-right {
    position: absolute;
    right: 20px;
    top: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .t3-header .pull-left {
    position: static;
  }
}
.logo {
  float: left;
  margin-left: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .logo {
    margin-left: 20px;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  overflow: hidden;
}
.logo-image span,
.logo-image small {
  display: none !important;
}
.logo-text {
  white-space: nowrap;
}
.logo-text a {
  color: #e67e22;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  color: #bf6516;
  text-decoration: none;
}
.logo-text .site-slogan {
  display: inline-block !important;
  color: #aaa;
  font-size: 16px;
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .logo-text .site-slogan {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .head-right {
    margin-right: 40px;
  }
}
.head-right > div {
  float: right;
  border-right: 1px solid #ddd;
  padding: 10px 15px;
  height: 50px;
}
@media screen and (max-width: 480px) {
  .head-right > div {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.head-right .action .btn {
  display: inline-block;
}
.head-right .social .addthis_toolbox > a {
  background: #e5e5e5;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  line-height: 18px;
  height: 20px;
  margin-top: 5px;
  text-align: center;
  width: 20px;
  font-size: 11px;
}
.head-right .social .addthis_toolbox > a > i {
  vertical-align: middle;
}
.head-right .social .addthis_toolbox > a:hover,
.head-right .social .addthis_toolbox > a:active,
.head-right .social .addthis_toolbox > a:focus {
  background: #e67e22;
}
@media screen and (min-width: 768px) {
  .ie11 .head-right {
    margin-right: 50px;
  }
}
.head-search {
  float: right;
  margin-top: 0;
}
.head-search form {
  margin: 0;
  float: right;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  color: #ddd;
}
.head-search .form-control {
  width: 200px;
  padding-right: 30px;
  padding-top: 5px;
}
@media screen and (max-width: 480px) {
  .head-search .form-control {
    width: 90px;
  }
}
.head-search .form-control:focus {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .head-search .form-control:focus {
    width: 90px;
  }
}
.head-search .form-control:before {
  color: #e67e22;
}
.t3-sl {
  padding-bottom: 60px;
  padding-top: 60px;
}
.t3-mainbody {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-mainbody {
    padding-top: 80px;
  }
}
.t3-footer {
  background: #000000;
  color: #666666;
  font-size: 12px;
  padding-top: 50px;
  position: relative;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footer {
    padding-top: 100px;
  }
}
.t3-footer .container > .mask {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: url("../../../templates/ja_appolio/images/bg-footer.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.t3-footer small {
  display: block;
  font-size: 12px;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #ffffff;
  text-decoration: none;
}
.t3-footer .pull-right .right {
  float: right;
  text-align: right;
}
.t3-footer .footer-logo a {
  background: url("../../../templates/ja_appolio/images/logo.png") no-repeat left top;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
}
.t3-footer .t3-logo,
.t3-footer .t3-logo-small {
  text-indent: 0;
}
.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.back-to-top.active {
  z-index: 2;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.back-to-top.active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.back-to-top .btn {
  outline: none;
}
.ie11 .back-to-top,
.ie10 .back-to-top {
  right: 20px !important;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.t3-footnav ul li {
  line-height: 22px;
  padding: 3px 0;
}
.t3-footnav .t3-module {
  margin-bottom: 0;
  background: transparent;
}
.t3-footnav .t3-module .module-title {
  border: none;
  color: #ffffff;
  padding: 0;
  text-transform: none;
}
.t3-footnav .t3-module .module-ct {
  border: none;
  padding: 0;
}
.t3-footnav .t3-module .nav li a,
.t3-footnav .t3-module .nav li.open a {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #666666;
  font-weight: 700;
  padding: 0;
}
.t3-footnav .t3-module .nav li a:hover,
.t3-footnav .t3-module .nav li.open a:hover,
.t3-footnav .t3-module .nav li a:active,
.t3-footnav .t3-module .nav li.open a:active,
.t3-footnav .t3-module .nav li a:focus,
.t3-footnav .t3-module .nav li.open a:focus {
  background: none;
  color: #ffffff;
  outline: none;
}
.t3-copyright {
  border-top: 1px solid #303030;
  clear: both;
  display: block;
  font-size: 12px;
  margin: 20px 0 0 0;
  padding: 40px 0 20px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-copyright {
    margin-top: 55px;
  }
}
.t3-copyright small {
  line-height: normal;
  margin-bottom: 0;
}
.t3-copyright .copyright .ja-copyright {
  margin-bottom: 10px;
}
.t3-copyright .poweredby {
  float: none;
}
@media screen and (min-width: 768px) {
  .t3-copyright .poweredby {
    float: right;
  }
}
.t3-copyright .poweredby > a,
.t3-copyright .poweredby .t3-logo,
.t3-copyright .poweredby .t3-logo-small {
  opacity: 0.5;
  filter: alpha(opacity=50);
  float: none;
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  .t3-copyright .poweredby > a,
  .t3-copyright .poweredby .t3-logo,
  .t3-copyright .poweredby .t3-logo-small {
    float: right;
    margin: 0;
  }
}
.t3-video {
  position: relative;
  background: #ccc;
  min-height: 650px;
}
@media (max-width: 1024px) {
  .t3-video {
    min-height: 420px;
  }
}
.t3-video .t3-module {
  margin-bottom: 0;
}
.t3-video .module-title {
  border: 0;
}
.t3-video .module-ct {
  padding: 0;
  border: 0;
}
.t3-video .t3-module.slogin {
  position: absolute;
  left: 50%;
  top: 200px;
  z-index: 1;
}
@media (min-width: 768px) {
  .t3-video .t3-module.slogin {
    margin-left: -380px;
  }
}
@media (min-width: 992px) {
  .t3-video .t3-module.slogin {
    margin-left: -510px;
  }
}
@media (min-width: 1200px) {
  .t3-video .t3-module.slogin {
    margin-left: -510px;
  }
}
@media (max-width: 1024px) {
  .t3-video .t3-module.slogin {
    top: 20px;
  }
}
.t3-video .t3-module.slogin .module-title {
  font-size: 84px;
  color: #ffffff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0;
  width: 55%;
  text-transform: none;
}
@media (max-width: 1024px) {
  .t3-video .t3-module.slogin .module-title {
    font-size: 64px;
  }
}
.t3-video .t3-module.slogin .pretext {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 37px;
  color: #ffffff;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.t3-video .t3-module.slogin .social-btn {
  display: block;
}
.t3-video .video-shuffle {
  position: relative;
}
.t3-video .video-shuffle > .mask {
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#000000, endColorstr=#000000);
  background-image: -moz-linear-gradient(right top, #000000 0%, #000000 30%, #000000 70%, #000000 100%);
  background-image: linear-gradient(right top, #000000 0%, #000000 30%, #000000 70%, #000000 100%);
  background-image: -webkit-linear-gradient(right top, #000000 0%, #000000 30%, #000000 70%, #000000 100%);
  background-image: -o-linear-gradient(right top, #000000 0%, #000000 30%, #000000 70%, #000000 100%);
  background-image: -ms-linear-gradient(right top, #000000 0%, #000000 30%, #000000 70%, #000000 100%);
  background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0%, #000000), color-stop(30%, #000000), color-stop(70%, #000000), color-stop(100%, #000000));
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.t3-video .video-shuffle video {
  display: block;
  width: 100%;
}
@media only screen and (max-device-width: 1024px) {
  .t3-video .video-shuffle video {
    display: none;
  }
  .t3-video .video-shuffle .mobile-video {
    display: block;
  }
}
.t3-video .video-shuffle-wrap .container {
  position: absolute;
  left: 50%;
  top: 200px;
}
@media (max-width: 1024px) {
  .t3-video .video-shuffle-wrap .container {
    top: 100px;
  }
}
@media (max-width: 992px) {
  .t3-video .video-shuffle-wrap .container {
    top: 20px;
  }
}
.t3-video .video-shuffle-wrap .container h1 {
  font-size: 84px;
  color: #ffffff;
  margin-bottom: 40px;
}
.t3-video .video-shuffle-wrap .container h1 small {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
  color: #ffffff;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
@media (max-width: 992px) {
  .t3-video .video-shuffle-wrap .container h1 {
    font-size: 64px;
  }
}
@media (min-width: 768px) {
  .t3-video .video-shuffle-wrap .container {
    margin-left: -380px;
  }
}
@media (min-width: 992px) {
  .t3-video .video-shuffle-wrap .container {
    margin-left: -510px;
  }
}
@media (min-width: 1200px) {
  .t3-video .video-shuffle-wrap .container {
    margin-left: -510px;
  }
}
.t3-video .video-shuffle-wrap .video-fallback {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.t3-video .video-shuffle-wrap .video-fallback object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ie8 .t3-video .video-shuffle > .mask {
  display: none;
}
.t3-masshead {
  text-align: center;
  margin-top: 0;
  margin-bottom: -50px;
}
.t3-masshead .jamasshead {
  background: url("../../../templates/ja_appolio/images/masshead.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  position: relative;
  color: #ffffff;
}
.t3-masshead .jamasshead:before {
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#000000, endColorstr=#000000);
  background-image: -moz-linear-gradient(right top, #000000 0%, #000000 30%, #000000 70%, #000000 100%);
  background-image: linear-gradient(right top, #000000 0%, #000000 30%, #000000 70%, #000000 100%);
  background-image: -webkit-linear-gradient(right top, #000000 0%, #000000 30%, #000000 70%, #000000 100%);
  background-image: -o-linear-gradient(right top, #000000 0%, #000000 30%, #000000 70%, #000000 100%);
  background-image: -ms-linear-gradient(right top, #000000 0%, #000000 30%, #000000 70%, #000000 100%);
  background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0%, #000000), color-stop(30%, #000000), color-stop(70%, #000000), color-stop(100%, #000000));
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.t3-masshead .jamasshead-title {
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
  font-size: 48px;
}
.t3-masshead .jamasshead-description {
  position: relative;
  z-index: 2;
  font-size: 16px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.section.parallax {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .section.parallax {
    padding-top: 120px;
  }
}
.section.parallax.section-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section.parallax.section-center .categories-module.value-page,
  .section.parallax.section-center ul.categories-module.value-page,
  .section.parallax.section-center .value-page {
    width: 90% !important;
  }
}
.section.parallax.section-mask {
  padding-top: 0;
}
.section.parallax.inview {
  position: relative;
  z-index: 1;
}
.section.parallax.no-container .container {
  width: auto;
  text-align: center;
}
.section.parallax.no-container .container img {
  width: 100%;
}
.section.parallax.column-3 {
  padding-top: 40px;
}
.section.parallax.column-3 h1 {
  margin-bottom: 40px;
}
.section.parallax.column-6 {
  padding-top: 40px;
}
.section.parallax.column-6 h1 {
  margin-bottom: 60px;
}
.section.parallax.slideshow {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .section.parallax.slideshow .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.section.parallax h1,
.section.parallax .section-title {
  color: #e67e22;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section.parallax h1,
  .section.parallax .section-title {
    font-size: 48px;
  }
}
.section.parallax img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section.parallax.section-image {
  position: relative;
  overflow: hidden;
  min-height: 541px;
}
.section.parallax.section-image .btn {
  background: none;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  color: #aaa;
  display: inline-block;
  padding: 10px 20px;
}
.section.parallax.section-image .btn:hover,
.section.parallax.section-image .btn:active,
.section.parallax.section-image .btn:focus {
  background: #e67e22;
  border-color: #e67e22;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section.parallax.section-image .btn {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .section.parallax .img-right {
    top: 150px;
    position: absolute;
    right: 0;
  }
}
.section.parallax .img-right img {
  float: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .section.parallax .img-right img {
    float: right;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .section.parallax .img-left {
    position: absolute;
    left: 0;
    top: 150px;
  }
}
.section.parallax .img-left img {
  float: none;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .section.parallax .img-left img {
    float: left;
    margin-left: -20px;
  }
}
.section.parallax.section-center .last-content {
  margin: auto;
  float: none;
}
.section.parallax .discussions-inner {
  position: relative;
  z-index: 1000;
  display: none;
}
.section.parallax .discussions-inner .text {
  background: black;
  width: 320px;
  height: 320px;
  color: white;
  text-align: center;
  border-radius: 100%;
  padding: 80px 35px;
  float: left;
}
.main-col {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
}
.background {
  bottom: 0;
  left: 50%;
  margin-left: -1440px;
  position: absolute;
  top: 0;
  width: 2880px;
}
.shadow {
  background: url("../../../templates/ja_appolio/images/shadow.png") repeat-x left top;
  height: 200px;
  position: absolute;
  top: 0;
  width: 1920px;
  z-index: 999;
}
.col {
  -webkit-animation: background-move 10s linear 0s infinite alternate;
  -o-animation: background-move 10s linear 0s infinite alternate;
  animation: background-move 10s linear 0s infinite alternate;
  float: left;
  height: 700px;
  transform: translateZ(0px);
}
.col1 {
  background: url("../../../templates/ja_appolio/images/background-col1.jpg") no-repeat 0 50%;
}
.col2 {
  background: url("../../../templates/ja_appolio/images/background-col7.jpg") no-repeat 0 50%;
}
.col3 {
  background: url("../../../templates/ja_appolio/images/background-col5.jpg") no-repeat 0 50%;
}
.col4 {
  background: url("../../../templates/ja_appolio/images/background-col4.jpg") no-repeat 0 50%;
}
.col5 {
  background: url("../../../templates/ja_appolio/images/background-col3.jpg") no-repeat 0 50%;
}
.col6 {
  background: url("../../../templates/ja_appolio/images/background-col7.jpg") no-repeat 0 50%;
}
.col7 {
  background: url("../../../templates/ja_appolio/images/background-col2.jpg") no-repeat 0 50%;
}
.col8 {
  background: url("../../../templates/ja_appolio/images/background-col1.jpg") no-repeat 0 50%;
}
.col9 {
  background: url("../../../templates/ja_appolio/images/background-col2.jpg") no-repeat 0 50%;
}
.col10 {
  background: url("../../../templates/ja_appolio/images/background-col3.jpg") no-repeat 0 50%;
}
.col11 {
  background: url("../../../templates/ja_appolio/images/background-col4.jpg") no-repeat 0 50%;
}
.col12 {
  background: url("../../../templates/ja_appolio/images/background-col5.jpg") no-repeat 0 50%;
}
.col2 {
  -webkit-animation: background-move 10s linear 0s infinite alternate;
  -o-animation: background-move 10s linear 0s infinite alternate;
  animation: background-move 10s linear 0s infinite alternate;
}
.col5 {
  -webkit-animation: background-move 30s linear 0s infinite alternate;
  -o-animation: background-move 30s linear 0s infinite alternate;
  animation: background-move 30s linear 0s infinite alternate;
}
.col7 {
  -webkit-animation: background-move 50s linear 0s infinite alternate;
  -o-animation: background-move 50s linear 0s infinite alternate;
  animation: background-move 50s linear 0s infinite alternate;
}
.col9 {
  -webkit-animation: background-move 70s linear 0s infinite alternate;
  -o-animation: background-move 70s linear 0s infinite alternate;
  animation: background-move 70s linear 0s infinite alternate;
}
.col3 {
  -webkit-animation: background-move 20s linear 0s infinite alternate;
  -o-animation: background-move 20s linear 0s infinite alternate;
  animation: background-move 20s linear 0s infinite alternate;
}
.col6 {
  -webkit-animation: background-move 40s linear 0s infinite alternate;
  -o-animation: background-move 40s linear 0s infinite alternate;
  animation: background-move 40s linear 0s infinite alternate;
}
.col8 {
  -webkit-animation: background-move 60s linear 0s infinite alternate;
  -o-animation: background-move 60s linear 0s infinite alternate;
  animation: background-move 60s linear 0s infinite alternate;
}
.col4 {
  -webkit-animation: background-move 90s linear 0s infinite alternate;
  -o-animation: background-move 90s linear 0s infinite alternate;
  animation: background-move 90s linear 0s infinite alternate;
}
.col10 {
  -webkit-animation: background-move 110s linear 0s infinite alternate;
  -o-animation: background-move 110s linear 0s infinite alternate;
  animation: background-move 110s linear 0s infinite alternate;
}
.col11 {
  -webkit-animation: background-move 80s linear 0s infinite alternate;
  -o-animation: background-move 80s linear 0s infinite alternate;
  animation: background-move 80s linear 0s infinite alternate;
}
.col12 {
  -webkit-animation: background-move 130s linear 0s infinite alternate;
  -o-animation: background-move 130s linear 0s infinite alternate;
  animation: background-move 130s linear 0s infinite alternate;
}
.section.everywhere {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section.everywhere {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .section.discover {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section.discover .img-right {
    margin-top: 20px;
  }
}
.section.review ul {
  margin: 40px 0 20px;
  padding: 0;
}
.section.review ul li {
  list-style: none;
  width: 45%;
  float: left;
}
.section.review ul li i {
  border-radius: 40px;
  border: solid 1px #000000;
  color: #000000;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
}
.section.review ul li i.icon-green {
  color: #669900;
  border-color: #669900;
}
.section.review ul li i.icon-orange {
  color: #ff8800;
  border-color: #ff8800;
}
.section.review ul li span {
  color: #333;
  display: block;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.section.share {
  padding-bottom: 120px;
}
.section.share .last-content {
  float: none;
  margin: 0 auto;
}
.section.share.slogin {
  text-align: center;
}
.section.share.slogin .section-title {
  width: 58.33%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .section.share.slogin .section-title {
    width: auto;
  }
}
.section.share.slogin img {
  display: inline;
  margin-bottom: 20px;
}
.section.share.slogin .slogin-buttons,
.section.share.slogin .pretext {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .section.share.slogin .slogin-buttons,
  .section.share.slogin .pretext {
    width: 90%;
    margin-bottom: 20px;
  }
}
.section.slideshow {
  padding-bottom: 120px;
}
#gmap .container {
  width: 100%;
  margin: auto;
}
.section.about-page {
  line-height: 24px;
  padding-top: 60px;
}
.section.about-page .header-about {
  text-align: center;
  margin-bottom: 70px;
}
.section.about-page .header-about > h1 {
  color: #e67e22;
  margin-top: 0;
}
.section.about-page .thumbnail {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.section.about-page .thumbnail > img {
  width: 100%;
}
.section.about-page .thumbnail .caption {
  padding: 10px 0;
  text-align: center;
}
.section.about-page .thumbnail .caption > h3 {
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: bold;
  color: #111111;
  margin: 15px 0 10px 0;
  text-transform: uppercase;
}
.section.about-page .thumbnail .addthis_toolbox > a {
  color: #999999;
  font-size: 20px;
  margin: 0 5px;
}
.section.about-page .thumbnail .addthis_toolbox > a:hover,
.section.about-page .thumbnail .addthis_toolbox > a:active,
.section.about-page .thumbnail .addthis_toolbox > a:focus {
  color: #e67e22;
}
.section.about-page {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .section.about-page {
    padding-top: 120px;
  }
}
.section.about-page .about-page {
  padding-bottom: 60px;
  border-bottom: 2px solid #e5e5e5;
}
.section.about-page .content-twocolumn img {
  width: 100%;
  margin-bottom: 20px;
}
.social-btn {
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 15px;
  text-align: left;
  transition: 0.3s;
  width: 260px;
}
.social-btn i {
  border-right: 1px solid rgba(225, 225, 225, 0.2);
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin: -15px 15px -15px -15px;
  padding: 15px;
  text-align: center;
  width: 50px;
}
.social-btn:hover,
.social-btn:active,
.social-btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.social-btn.g-btn {
  background: #dd4b39;
}
.social-btn.g-btn:hover,
.social-btn.g-btn:active,
.social-btn.g-btn:focus {
  background: #c23321;
}
.social-btn.fb-btn {
  background: #3e6bb7;
}
.social-btn.fb-btn:hover,
.social-btn.fb-btn:active,
.social-btn.fb-btn:focus {
  background: #315591;
}
.social-btn.twitter-btn {
  background: #00bef6;
}
.social-btn.twitter-btn:hover,
.social-btn.twitter-btn:active,
.social-btn.twitter-btn:focus {
  background: #0097c3;
}
.social-btn.linkedin-btn {
  background: #0077B5;
}
.social-btn.linkedin-btn:hover,
.social-btn.linkedin-btn:active,
.social-btn.linkedin-btn:focus {
  background: #005582;
}
.social-btn.mails-btn {
  background: #5080B0;
}
.social-btn.mails-btn i {
  background: url("../../../templates/ja_appolio/images/ico/mailru.png") no-repeat center 4px;
}
.social-btn.mails-btn:hover,
.social-btn.mails-btn:active,
.social-btn.mails-btn:focus {
  background: #40668d;
}
.social-btn.odnok-btn {
  background: #F2720C;
}
.social-btn.odnok-btn i {
  background: url("../../../templates/ja_appolio/images/ico/odnoklassniki.png") no-repeat center 4px;
}
.social-btn.odnok-btn:hover,
.social-btn.odnok-btn:active,
.social-btn.odnok-btn:focus {
  background: #c15b0a;
}
.social-btn.vkontak-btn {
  background: #5578A0;
}
.social-btn.vkontak-btn i {
  background: url("../../../templates/ja_appolio/images/ico/vkontakte.png") no-repeat center 4px;
}
.social-btn.vkontak-btn:hover,
.social-btn.vkontak-btn:active,
.social-btn.vkontak-btn:focus {
  background: #435f7f;
}
.social-btn.yandex-btn {
  background: #ff0000;
}
.social-btn.yandex-btn i {
  background: url("../../../templates/ja_appolio/images/ico/yandex.png") no-repeat center 4px;
}
.social-btn.yandex-btn:hover,
.social-btn.yandex-btn:active,
.social-btn.yandex-btn:focus {
  background: #cc0000;
}
.social-btn.ulogin-btn {
  background: #8dd749;
}
.social-btn.ulogin-btn i {
  background: url("../../../templates/ja_appolio/images/ico/ulogin.png") no-repeat center 4px;
}
.social-btn.ulogin-btn:hover,
.social-btn.ulogin-btn:active,
.social-btn.ulogin-btn:focus {
  background: #73c22b;
}
.social-btn.lives-btn {
  background: #0072c6;
}
.social-btn.lives-btn i {
  background: url("../../../templates/ja_appolio/images/ico/outlook.png") no-repeat center 4px;
}
.social-btn.lives-btn:hover,
.social-btn.lives-btn:active,
.social-btn.lives-btn:focus {
  background: #005593;
}
.link-sign {
  color: #aaa;
  font-size: 11px;
  font-weight: bold;
}
.link-sign > a {
  color: #aaa;
  text-decoration: underline;
}
.link-sign > a:hover,
.link-sign > a:active,
.link-sign > a:focus {
  color: #e67e22;
}
.mod-preview-info {
  z-index: 1000 !important;
}
@media (max-width: 1024px) {
  .container.t3-mainnav {
    width: auto !important;
  }
  .container.t3-mainnav .container {
    width: auto !important;
  }
}
#eblog-wrapper .blog-content .blog-text,
#ezblog-body .blog-text p,
#eblog-wrapper {
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .blog-post .blog-content-wrap {
    margin-left: 0 !important;
    width: 100% !important;
  }
  #eblog-wrapper .blog-content-wrap .blog-header,
  #eblog-wrapper .blog-content-wrap .blog-content {
    margin-left: 0 !important;
  }
  #socialbutton.alignright + .blog-text {
    margin-right: 0;
  }
  #eblog-wrapper .comment-body .form-row label {
    display: inline-block;
  }
  #eblog-wrapper .reset-ul.entry-related-post > li {
    padding: 10px 0px 20px;
  }
  #eblog-wrapper .comment-body .form-row.fsm:before,
  #eblog-wrapper .comment-body .form-row.fsm:after {
    content: " ";
    display: table;
  }
  #eblog-wrapper .comment-body .form-row.fsm:after {
    clear: both;
  }
  #eblog-wrapper .comment-body .form-row.fsm label {
    display: inline-block;
    white-space: inherit;
    margin-bottom: 0;
  }
  #eblog-wrapper .comment-body .form-row.fsm input#esregister {
    display: inline-block;
  }
  #write_container #editor-write_title .blogTitle .write-selectreaders select {
    width: 45% !important;
  }
  #write_container #editor-write_title .blogTitle .write-selectreaders select + select {
    float: right;
  }
}
@media (max-width: 768px) {
  #eblog-wrapper .float-l {
    float: left !important;
  }
  #eblog-wrapper .float-r {
    float: right !important;
  }
  #ezblog-head .component-links {
    margin: 0 0 13px 0;
    width: 100%;
  }
  #ezblog-menu .blog-navi li.toolbar-item {
    border-right: 0 !important;
    border-bottom: 1px solid #222 !important;
  }
  #ezblog-menu .blog-navi li.toolbar-item ul {
    border: 0;
    left: -1px;
  }
  #ezblog-menu .blog-navi .user-form form .input {
    width: 98%;
  }
  #ezblog-body .blog-read {
    width: 100%;
  }
  .video-container iframe {
    width: 100% !important;
    height: auto !important;
  }
  #ezblog-body .profile-brief .active-bloggers li {
    margin-right: 35px;
  }
  #ezblog-body #bloggers-sorting select,
  #ezblog-body #bloggers-sorting input {
    width: auto;
  }
  #ezblog-body #ezblog-featured {
    display: none;
  }
  #ezblog-body .tag-sort-order .tag-search input {
    width: 135px;
  }
  #ezblog-body .blog-meta-bottom div > span + span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }
  #ezblog-body .blog-header .blog-avatar {
    margin-bottom: 10px;
  }
  #ezblog-body .blog-read .blog-avatar {
    margin-bottom: 10px;
  }
  #ezblog-body .blog-read .blog-meta {
    clear: both;
    float: none;
  }
  #ezblog-body .blog-read .blog-option ul {
    margin-top: 10px;
  }
  #ezblog-body .profile-connect .connect-links li {
    margin-bottom: 5px;
  }
  #ezblog-body .blog-rating .star-location b.ratings-value b {
    display: none;
  }
  #ezblog-body .comment-content .comment-body .form-row label.label {
    white-space: normal;
    text-align: left;
  }
  #ezblog-dashboard .ui-toolbar li {
    border-right: 0 !important;
    border-bottom: 1px solid #222 !important;
  }
  #ezblog-dashboard #dashboard-entries .dashboard-head form.head-option {
    clear: both;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
  }
  #ezblog-dashboard .ui-entries-filter li a {
    padding: 0 5px;
  }
  #ezblog-dashboard .list-form li > div.input-label {
    margin-right: 11px !important;
  }
  #ezblog-dashboard .dashboard-option .ui-button,
  #ezblog-dashboard .dashboard-option .buttons {
    padding: 0 9px !important;
  }
  #ezblog-dashboard .locationForm .buttons.autoDetectButton {
    float: left;
    margin-top: 10px;
  }
  #eblog-wrapper.w768 .list-form li > label {
    float: left;
  }
  #eblog-wrapper.w768 .list-form li > label + div {
    margin: 0 10px 0 155px;
  }
}
@media (max-width: 480px) {
  #eblog-wrapper .blog-rating .ratings-value b {
    display: none;
  }
  #ezblog-body .profile-brief .active-bloggers li {
    margin-right: 10px;
  }
  #ezblog-body .blog-meta-bottom div > span + span {
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
  }
  #eblog-wrapper .tag-sort-order #filter-tags {
    width: 114px;
  }
  #eblog-wrapper .tag-sort-order li a,
  #eblog-wrapper .post-tags li a {
    font-size: 12px;
  }
  #eblog-wrapper .tag-sort-order li + li {
    margin-bottom: 10px;
  }
  #ezblog-dashboard .ui-toolbar li {
    border-right: 0 !important;
  }
  #ezblog-dashboard .dashboard-option {
    display: inline-block;
    margin: 15px 0 0 0;
    width: 100%;
  }
  #ezblog-dashboard .dashboard-option .float-r {
    float: none;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
  }
  #ezblog-dashboard .list-form li > div.input-label {
    margin-right: 8px !important;
  }
  #ezblog-dashboard #dashboard-entries .dashboard-head form.head-option input.input.search-head {
    background-position: 135px center;
    width: 125px;
  }
  #ezblog-dashboard .dashboard-tags .ui-modbox .ui-modbody .list-form li > label {
    width: 70px;
  }
  #ezblog-dashboard .dashboard-tags .ui-modbox .ui-modbody .list-form li > label + div {
    margin-left: 75px;
  }
  #ezblog-dashboard .dashboard-tags .ui-modbox .ui-modbody .list-form li > label + div .input.text {
    width: 200px;
  }
  #eblog-wrapper.w320 #ezblog-dashboard .list-form li.columns-2 > div {
    float: none;
    width: 100%;
  }
}
@media (max-width: 360px) {
  #ezblog-body .blog-meta .wrap-created-category {
    clear: both;
    display: inline-block;
    margin-top: 10px;
    text-align: left;
    width: 100%;
  }
  #ezblog-body .blog-meta .wrap-created-category .blog-created {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  #ezblog-body .blog-meta .wrap-created-category .blog-category {
    display: inline-block;
    margin: 0 0 5px 0;
    float: left;
  }
  #ezblog-body .easyblog-readmore {
    margin-top: 10px;
  }
  #eblog-wrapper.w768 .list-form li > label {
    float: none;
  }
  #eblog-wrapper.w768 .list-form li > label + div {
    margin: 0 10px 0 0;
  }
}