body {
  position: relative;
  font-weight: 300;
}
.t3-wrapper {
  overflow: hidden;
}
#t3-top {
  background: #fbfbfb;
  font-size: 11px;
  letter-spacing: 1px;
}
#t3-top .right {
  float: right;
}
#t3-top.hasMod {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.t3-top li {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.t3-top li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.t3-top li > a:hover {
  color: #555;
  background-color: rgba(0, 0, 0, 0.02);
}
.t3-header {
  padding-top: 23px;
  padding-bottom: 23px;
}
#t3-mainnav {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  font-weight: normal;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
#t3-mainnav .navbar-header,
#t3-mainnav .t3-navbar {
  float: right;
}
#t3-mainnav .navbar-header {
  line-height: 75px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 21px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
#t3-mainnav .navbar-header .navbar-toggle {
  float: none;
}
#t3-mainnav h1,
#t3-mainnav h2 {
  float: left;
  padding: 0;
  margin: 0;
}
#t3-mainnav h1 a,
#t3-mainnav h2 a {
  display: table-cell;
  vertical-align: middle;
  height: 75px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
#t3-mainnav .nav > li {
  margin-left: 25px;
}
#t3-mainnav .nav > li > a {
  padding: 0;
  line-height: 75px;
  background: none;
}
#t3-mainnav .nav > li > a:hover,
#t3-mainnav .nav > li.active > a {
  background: none;
  color: #000000;
}
#t3-mainnav.dark {
  background-color: rgba(10, 10, 10, 0.95);
  box-shadow: none;
}
#t3-mainnav.dark .nav > li > a {
  color: rgba(255, 255, 255, 0.7);
}
#t3-mainnav.dark .nav > li > a:hover,
#t3-mainnav.dark .nav > li.active > a {
  color: #ffffff;
}
#t3-mainnav.transparent {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#t3-mainnav.affix {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
#t3-mainnav.affix.dark {
  background: rgba(10, 10, 10, 0.95);
  box-shadow: none;
}
#t3-mainnav.affix .navbar-header,
#t3-mainnav.affix .nav > li > a {
  line-height: 55px;
}
#t3-mainnav.affix h1 a,
#t3-mainnav.affix h2 a {
  height: 55px;
}
@media (max-width: 1039px) {
  #t3-mainnav .onSmall .nav > li > a {
    line-height: 36px;
  }
  #t3-mainnav .onSmall .nav > li > a:hover {
    color: #fff;
  }
  #t3-mainnav .onSmall .nav > li li > a {
    background: none;
  }
  #t3-mainnav .onSmall .nav > li li > a:hover {
    background: none;
  }
  #t3-mainnav .onSmall .nav .open > a,
  #t3-mainnav .onSmall .nav .open > a:hover,
  #t3-mainnav .onSmall .nav .open > a:focus {
    background: none;
  }
}
#t3-mainnav.fullscreen-menu {
  position: static;
  min-height: 0;
}
#t3-mainnav.fullscreen-menu.transparent {
  background: none;
}
#t3-mainnav.fullscreen-menu h1 a,
#t3-mainnav.fullscreen-menu h2 a {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  height: 54px;
  z-index: 1030;
}
#t3-mainnav.fullscreen-menu .nav > li {
  margin-left: 0;
}
#t3-mainnav.fullscreen-menu .nav > li a {
  padding: 15px 20px;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
  background-color: transparent;
}
#t3-mainnav.fullscreen-menu .nav > li.dropdown > a:after {
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
  content: '\f107';
  margin-left: 5px;
}
#t3-mainnav.fullscreen-menu .nav > li.dropdown.open > a:after {
  content: '\f106';
}
#t3-mainnav.fullscreen-menu .nav > li .caret {
  display: none;
}
#t3-mainnav.fullscreen-menu .dropdown-menu {
  position: relative;
  float: none;
  text-align: inherit;
  background-color: transparent;
}
#t3-mainnav.fullscreen-menu .dropdown-menu > li > a {
  font-size: 13px;
  padding: 5px 20px;
}
#t3-mainnav.fullscreen-menu .dropdown-menu > li > a:hover {
  background-color: transparent;
}
#t3-mainnav.fullscreen-menu .searchTrigger {
  display: block;
  color: #777777;
  padding: 15px 20px;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
  background-color: transparent;
}
#t3-mainnav.fullscreen-menu .searchTrigger:after {
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
  content: '\f107';
  margin-left: 5px;
}
#t3-mainnav.fullscreen-menu .searchTrigger.open:after {
  content: '\f106';
}
#t3-mainnav.fullscreen-menu.dark .searchTrigger {
  color: rgba(255, 255, 255, 0.7);
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  line-height: 0;
}
.logo-image span,
.logo-image small {
  position: absolute;
  top: -999em;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.formopen .t3-mainnav h1,
.formopen .t3-mainnav h2,
.formopen .t3-mainnav .head-search ~ div {
  visibility: hidden;
  pointer-events: none;
  position: relative;
  z-index: -1;
}
.head-search {
  float: right;
  font-size: 11px;
  letter-spacing: 2px;
  margin-left: 30px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search > div {
  display: inline-block;
  position: relative;
  margin-left: 25px;
}
.head-search > div > a {
  line-height: 75px;
  color: #777777;
  text-transform: uppercase;
}
.head-search > div > a:hover {
  color: #000000;
}
.head-search > div a {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.head-search label {
  display: none;
}
.head-search .search {
  cursor: pointer;
}
.head-search .search.openform > .fa:before {
  content: "\f00d";
}
.head-search .form-control {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.head-search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.affix .head-search > div > a {
  line-height: 55px;
}
.dark .head-search a {
  color: rgba(255, 255, 255, 0.7);
}
.dark .head-search a:hover {
  color: #ffffff;
}
.searchTrigger + form,
.langTrigger + div {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  z-index: 2;
  display: none;
  padding: 8px;
  background-color: rgba(30, 30, 30, 0.97);
}
.fullscreen-menu .searchTrigger + form,
.fullscreen-menu .langTrigger + div {
  position: relative;
  padding: 0;
  margin: 18px auto;
  width: 320px;
  background: transparent;
}
.fullscreen-menu .searchTrigger + form input,
.fullscreen-menu .langTrigger + div input {
  background: transparent;
  color: #555;
  text-align: center;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px;
}
.langTrigger + div {
  padding: 0;
}
.langTrigger + div.hide1st li {
  margin: 0;
  direction: inherit;
}
.langTrigger + div a {
  padding: 11px 15px;
  font-size: 13px;
  display: block;
  color: #b0b0b0;
}
.langTrigger + div a:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #f5f5f5;
}
#top .tp-caption.primaryBg {
  background-color: transparent;
}
#top .tp-caption.primaryBg .fa:after {
  background-color: #111111;
}
#top .tp-caption.primaryBg .fa-2:after {
  opacity: 0.75;
}
#top .tp-caption.primaryBg .fa-3:after {
  opacity: 0.5;
}
#top .tp-caption.primaryBg .fa:before {
  position: relative;
  z-index: 1;
}
#top .tp-caption.primary {
  color: #111111;
}
.t3-sl {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.feature-list h2,
.check-list h2,
.feature-list h3,
.check-list h3 {
  margin: 0 0 40px;
}
.feature-list ul,
.check-list ul {
  padding-left: 0;
  list-style: none;
}
.feature-list ul li,
.check-list ul li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 30px;
  line-height: 20px;
}
.feature-list ul li .fa,
.check-list ul li .fa {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  color: #000000;
}
.check-list h2,
.check-list h3 {
  margin: 0 0 30px;
  font-size: 24px;
}
.check-list ul li {
  margin-bottom: 20px;
}
.check-list ul li .fa {
  font-size: 20px;
  line-height: 22px;
  top: 3px;
}
.enviroiment,
.btn + .enviroiment {
  width: 234px;
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
  color: #000;
}
.enviroiment .fa,
.btn + .enviroiment .fa {
  font-size: 18px;
  margin: 10px 5px 0;
}
.t3-mainbody {
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: normal;
}
.com_sppagebuilder .t3-mainbody,
.no-content .t3-mainbody {
  padding: 0;
}
@media (min-width: 992px) {
  .t3-mainbody {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .t3-mainbody {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .contentLeft .t3-content {
    padding-right: 30px;
  }
  .contentRight .t3-content {
    padding-left: 30px;
  }
}
.acymailing_moduleform.withintro {
  margin: 0 auto;
  display: table;
  vertical-align: middle;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .acymailing_moduleform.withintro {
    width: 940px;
    padding: 0;
  }
}
.acymailing_introtext {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
}
.acymailing_introtext .fa {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .acymailing_introtext {
    display: table-cell;
  }
}
.acymailing_form {
  vertical-align: middle;
  margin-bottom: 20px;
}
.acymailing_form .acysubbuttons .btn {
  color: #fff;
}
.acymailing_form .acysubbuttons .btn:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: transparent;
}
.acymailing_form p {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.withintro .acymailing_form {
  min-width: 305px;
}
@media (min-width: 768px) {
  .withintro .acymailing_form {
    padding-left: 20px;
    display: table-cell;
  }
}
.acymailing_form + .acymailing_finaltext {
  font-size: 11px;
  color: #aaa;
}
.acymailing_form + .acymailing_finaltext .fa {
  font-size: 12px;
}
#login-form .userdata > div {
  margin-bottom: 15px;
}
#login-form .input-group-addon {
  border-left: 0;
  background: none;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  border-right: 0;
}
#login-form input[type="text"]:focus + span,
#login-form input[type="password"]:focus + span {
  border-color: #000000;
}
#login-form .list-inline li:first-child {
  display: block;
}
.login-form h2,
.login-form h3 {
  margin: 0 0 27px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.login-form ul li .fa {
  margin-right: 25px;
}
.login-form .icons {
  margin-left: -58px;
}
.login-form .icons a {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 0 60px;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
}
.login-form .icons .fa {
  position: relative;
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  transition: color 0.3s;
}
.login-form .icons .fa:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.login-form .icons .fa:before {
  position: relative;
  z-index: 1;
}
.login-form .icons a:hover .fa {
  color: #111111;
}
.login-form .icons a:hover .fa:after {
  background: #fff;
}
.reset #user-registration button.btn {
  margin-top: -60px;
}
.social-nav {
  margin-bottom: 40px;
  font-size: 24px;
}
.social-nav a {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.social-nav li {
  display: table-cell;
  width: 1%;
}
.social-nav-2 {
  margin-bottom: 40px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.social-nav-2 a {
  display: table-cell;
  width: 1%;
  margin-left: 20px;
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  text-align: center;
}
.social-nav-2 a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.t3-bottom {
  color: #777777;
  color: rgba(119, 119, 119, 0.8);
  font-size: 13px;
}
.t3-bottom .about {
  padding-top: 10px;
}
.t3-bottom .about 2 {
  line-height: 24px;
}
.t3-bottom small {
  display: block;
  font-size: 100%;
}
.t3-bottom a {
  color: #555;
}
.t3-bottom a:hover,
.t3-bottom a:active,
.t3-bottom a:focus {
  color: #777777;
  color: rgba(119, 119, 119, 0.9);
}
.t3-bottom img {
  margin-bottom: 30px;
}
.t3-bottom .footer2,
.t3-bottom .footer2 a {
  color: #b0b0b0;
}
.t3-footer {
  background: #f8f8f8;
  color: #999999;
  color: rgba(153, 153, 153, 0.8);
  font-size: 12px;
  position: relative;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #888888;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #999999;
  color: rgba(153, 153, 153, 0.8);
}
.t3-footer ul > li {
  margin-bottom: 20px;
}
.t3-footer ul > li > a {
  color: rgba(153, 153, 153, 0.8);
}
.t3-footer ul > li > a:hover,
.t3-footer ul > li > a:active,
.t3-footer ul > li > a:focus {
  color: #999999;
}
.t3-footer .footerg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
}
.t3-footer .footerg ~ div {
  position: relative;
}
.footer-social-links {
  font-size: 14px;
}
.footer-social-links a {
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  position: relative;
  margin: 0 6px;
  text-align: center;
  display: inline-block;
  color: #111;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.footer-social-links a i,
.footer-social-links a span,
.footer-social-links a em {
  position: relative;
  top: 0;
  left: -2px;
}
.footer-social-links a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #111;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.footer-social-links a:hover {
  color: #fff;
}
.footer-social-links a:hover:before {
  background: #111;
}
.t3-newsletter {
  padding: 50px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.footNav {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.t3-footnav {
  padding: 60px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media (min-width: 992px) {
  .t3-footnav {
    padding: 100px 0 60px;
  }
}
@media (min-width: 992px) {
  .t3-footnav {
    padding: 140px 0 60px;
  }
}
.t3-footnav .t3-module .module-title {
  color: #999999;
  font-size: 18px;
  margin-bottom: 11.5px;
}
.t3-footnav .t3-module p {
  margin-bottom: 10px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #888888;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #999999;
}
.home-footer3 .t3-footnav {
  text-align: center;
}
.t3-copyright {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding: 46px 0 0;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.footer-copy {
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-family: Dosis, Arial, sans-serif;
}
.footer-made {
  font-size: 11px;
  color: #999;
}
.copyright {
  margin-bottom: 23px;
}
.copyright h2 {
  font-size: 22px;
  font-weight: bold;
}
.copyright p {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-top: 30px;
}
.copyright p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  background: #e6e6e6;
  width: 70px;
  height: 5px;
  display: block;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.featured-box .bottom-content .moduleItemImage,
.featured-box .hoverlink,
.hover-box,
#tubular-shield,
.images-box .classicItemImg a,
.portgrids > li > .featured-box,
.portgrids > li > .gridItemImage,
.carousel-4 .link,
.itemVideoEmbedded,
.catItemVideoEmbedded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-box {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.featured-box h3 {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.featured-box img {
  width: 100%;
}
.featured-box h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  margin-left: 30px;
  padding-top: 40px;
}
.featured-box p {
  padding-bottom: 10px;
  margin-top: 10px;
}
.featured-box .top-content {
  text-align: center;
  margin-top: 30px;
}
.featured-box .top-content h3 {
  padding: 30px 20px 0;
  border-top: 10px solid #111111;
  font-size: 24px;
  margin: 0;
  line-height: 30px;
  height: 70px;
  text-transform: uppercase;
}
.featured-box .top-content .blog-text {
  padding: 20px 20px 30px;
  line-height: 20px;
  margin: 0;
}
.featured-box .bottom-content {
  position: relative;
  margin-bottom: 30px;
}
.featured-box .bottom-content:before {
  content: '';
  display: block;
  padding-top: 62.71%;
}
.featured-box .bottom-content .moduleItemImage,
.featured-box .bottom-content .hoverlink {
  background-position: 50% 50%;
  background-size: cover;
}
.featured-box .bottom-content .hoverlink {
  border: 4px solid transparent;
  background: none;
}
.featured-box .bottom-content:hover .hoverlink {
  border-color: #111111;
}
.hover-box {
  text-align: center;
}
.hover-box a.linkTitle {
  background: transparent;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #ffffff;
  font-size: 30px;
  color: #ffffff;
  line-height: 60px;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.hover-box a.linkTitle:hover {
  background: #ffffff;
  color: #111111;
}
.hoverlink {
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
}
.hover-box:hover .hoverlink {
  opacity: 1;
}
.iconlink,
.zoomlink {
  position: absolute;
  font-size: 16px;
  width: 36px;
  line-height: 36px;
  display: block;
  top: 40%;
  margin-top: -18px;
  left: 50%;
  margin-left: 2px;
  text-align: center;
  border: 1px solid #777;
  color: #777;
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.hover-box:hover .iconlink,
.hover-box:hover .zoomlink {
  top: 30%;
  filter: alpha(opacity=100);
  opacity: 1;
}
.hover-box:hover .iconlink:hover,
.hover-box:hover .zoomlink:hover {
  border-color: #111111;
  color: #111111;
}
.zoomlink {
  margin-left: -38px;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
.recentblog {
  padding: 54px 63px;
}
@media (min-width: 992px) {
  .recentblog {
    padding: 60px 80px;
  }
}
@media (min-width: 1200px) {
  .recentblog {
    padding: 90px 100px;
  }
}
.recentblog .sppb-addon-title,
.recentblog .addon-title {
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.recentblog .modulePretext {
  text-align: center;
  margin: 0 0 50px;
}
.featured-box:hover .hover-box {
  opacity: 1;
}
.featured-box:hover .classicImage {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.hover-box div {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 25px;
  text-align: center;
}
.feature-content-box {
  min-height: 263px;
}
.feature-content-box a {
  text-decoration: underline;
  color: #2787cc;
}
@media (min-width: 768px) {
  #owl-demo,
  #owl-demo3 {
    margin: 0 -15px;
    width: auto;
  }
}
#owl-demo2 {
  padding: 50px 30px;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}
@media (min-width: 768px) {
  .owl-item .item {
    margin: 0 15px;
  }
}
.owl-item .item img {
  width: 100%;
}
.out-carousel {
  position: relative;
}
.owl-carousel.slider {
  overflow: hidden;
}
.works {
  margin-left: 30px;
  width: 70px;
  height: 5px;
  background: #e6e6e6;
  display: inline-block;
}
.k2modport {
  position: relative;
}
.portgrid1 .filter,
.portgrid2 .filter {
  text-align: center;
  margin-bottom: 45px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-weight: normal;
  font-family: Dosis, arial, sans-serif;
}
.portgrid1 .filter a,
.portgrid2 .filter a {
  display: inline-block;
  margin: 0 27px;
  color: #999999;
  cursor: pointer;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.portgrid1 .filter a:first-child,
.portgrid2 .filter a:first-child {
  border-radius: 5px 0 0 5px;
}
.portgrid1 .filter a:last-child,
.portgrid2 .filter a:last-child {
  border-radius: 0 5px 5px 0;
}
.portgrid1 .filter a:hover,
.portgrid2 .filter a:hover {
  color: #111111;
}
.portgrid1 .filter a.active,
.portgrid2 .filter a.active,
.portgrid1 .filter a.active:hover,
.portgrid2 .filter a.active:hover {
  color: #111111;
}
.images-box {
  padding: 0;
  margin: 0 0 0 -10px;
  list-style: none;
}
.images-box a {
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.images-box .classicItemImg {
  position: relative;
  overflow: hidden;
}
.images-box .classicItemImg:before {
  content: '';
  display: block;
  padding-top: 64.31%;
}
.images-box .classicItemImg a {
  background-position: 50% 50%;
  background-size: cover;
}
.images-box .classicImage {
  display: block;
}
.images-box .hoverBox {
  width: 100%;
  padding: 20px 20px 25px;
  position: absolute;
  left: 0;
  bottom: -94px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: Dosis, Arial, sans-serif;
  display: block;
}
.images-box .hoverBox .linkTitle {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  height: 15px;
  display: block;
  overflow: hidden;
}
.images-box .hoverBox .moduleItemCategory {
  font-size: 11px;
  line-height: 1.2;
  display: block;
}
.images-box .isotope-item {
  padding: 0 0 10px 10px;
}
.images-box .isotope-item:hover .hoverBox {
  bottom: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .images-box .isotope-item {
    width: 100%;
  }
}
.images-box.isotop2.notEqual li[data-id="0"] .classicItemImg:before,
.images-box.isotop2.notEqual li[data-id="1"] .classicItemImg:before,
.images-box.isotop2.notEqual li[data-id="4"] .classicItemImg:before,
.images-box.isotop2.notEqual li[data-id="7"] .classicItemImg:before {
  padding-top: 160%;
}
.no-gutter .images-box,
.images-box.k2-slider {
  margin-left: 0;
}
.no-gutter .images-box .isotope-item,
.images-box.k2-slider .isotope-item {
  padding: 0;
}
.titleBottom .featured-box {
  padding: 0 0 84px 0;
}
.titleBottom .hoverBox {
  opacity: 1;
  bottom: 0;
}
.titleBottom .isotope-item:hover .hoverBox {
  bottom: 100px;
}
.hover-black .hoverlink {
  background: rgba(20, 20, 20, 0.85);
  height: auto;
  bottom: 84px;
}
.hover-black .linkTitle {
  color: #ccc;
}
.hover-black .moduleItemCategory {
  color: #999999;
}
.clients-box > div {
  margin-top: 30px;
}
.clients-box2 {
  text-align: center;
  position: relative;
}
.clients-box2 img {
  vertical-align: middle;
  width: auto !important;
}
.client-2 h3 {
  margin-bottom: 21px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.client-2 .sppb-addon-text,
.client-2 .addon-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
}
.slider .sppb-col-sm-12,
.slider .testimonials .owl-carousel,
.slider .sppb-addon-content {
  position: static;
}
.slider .icon {
  font-size: 32px;
  line-height: 51px;
  margin-bottom: 7px;
  display: block;
}
.testimonial {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  opacity: .85;
}
.testimonial p {
  font-size: inherit;
}
.testimonials {
  position: static;
}
.testimonial2 .carousel {
  padding: 0;
  margin-top: 30px;
}
.testimonial2 .owl-item img {
  display: block;
  float: left;
}
.testimonial2 .owl-item h3 {
  padding: 0 0 15px 30px;
  overflow: hidden;
  font-size: 24px;
  color: #000;
  margin: 0 0 15px;
  position: relative;
}
.testimonial2 .owl-item h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  height: 1px;
  background-color: #111111;
}
.testimonial2 .owl-item h3 small {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #777777;
}
.testimonial2 .owl-item p {
  overflow: hidden;
  display: block;
}
.testimonial2 .owl-pagination {
  margin-left: 138px;
}
.testimonial2 .owl-buttons {
  display: none;
}
.testimonial3 > div {
  margin-bottom: 40px;
}
.testimonial3 .author {
  float: left;
  width: 70px;
  margin: 0 30px 0 60px;
  font-size: 13px;
  text-align: center;
}
.testimonial3 img {
  margin-bottom: 30px;
  border-radius: 50%;
}
.testimonial3 h5 {
  margin: 0 0 6px;
  font-size: 15px;
}
.testimonial3 p {
  padding-right: 60px;
  overflow: hidden;
  line-height: 20px;
}
#block-counters div {
  text-transform: uppercase;
  font-family: Dosis, Arial, sans-serif;
  letter-spacing: 0.2em;
  font-size: 13px;
  color: #999999;
}
#block-counters div .fa {
  font-size: 14px;
  margin-bottom: -1px;
}
.countTo {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #111111;
}
.countTo + sub {
  font-size: 18px;
}
#tubular-container {
  overflow: hidden;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
}
#tubular-shield {
  z-index: -1;
  background: url('../../templates/rhythm/images/dot-pattern.png');
}
.tubular-play,
.tubular-pause {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 50px;
  border: 3px solid #FFF;
  margin-top: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
  padding: 0;
}
.tubular-play:hover,
.tubular-pause:hover {
  border-color: #FFF;
}
.localVideo {
  overflow: hidden;
}
.bg-video-wrapper {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.vidlayer,
.vidlayer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-4 {
  text-align: center;
}
.carousel-4 img {
  display: block;
  border: 3px solid #fff;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.carousel-4 .pic:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.carousel-4 .fancybox {
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -30px 0 0 -32px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #111111;
  font-size: 28px;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.carousel-4 .pic:hover .fancybox {
  opacity: 1;
}
.carousel-4 .carousel {
  width: auto;
  margin: 0 -15px;
}
.carousel-4 .owl-item {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 0 15px;
}
.carousel-4 .owl-prev,
.carousel-4 .owl-next {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  margin: 0 2px 0;
  border: 1px solid #fff;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}
.carousel-4 .owl-prev i,
.carousel-4 .owl-next i {
  display: block;
  line-height: 24px;
}
.carousel-4 .owl-prev:hover,
.carousel-4 .owl-next:hover {
  background: #fff;
  color: #111111;
}
.carousel-4 .block-head {
  position: relative;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1299px) {
  
  .block-recent-works-4 {
    padding: 60px 80px;
  }
  .block-recent-works-4 img {
    width: 100%;
    height: auto;
  }
  .block-recent-works-4 .carousel {
    margin-right: -10px;
    margin-left: -10px;
  }
  .block-recent-works-4 .owl-item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  
  .block-recent-works-4 {
    padding: 54px 63px;
  }
  .block-recent-works-4 .carousel {
    margin-right: -9px;
    margin-left: -9px;
  }
  .block-recent-works-4 .owl-item {
    padding: 0 9px;
  }
}
.login-form .icons .fa:after,
.block-pricing .price:before,
.singleBlog3 .top-content .reply:before,
.singleBlog3 .top-content .zooms:before,
.progressDefault .eachSkill:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  border-radius: 20% 0 20% 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}
.pricing-item-inner {
  border: 1px solid #eaeaea;
  vertical-align: middle;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.pricing-item-inner:hover {
  border-color: #aaa;
}
.main .pricing-item-inner {
  border-color: #aaa;
}
.pricing-wrap {
  position: relative;
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
}
.pricing-icon {
  padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
  font-size: 32px;
  z-index: 1;
}
.pricing-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.pr-list {
  margin: 0 -20px 30px;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pr-list li {
  padding: 12px 20px;
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
}
.pr-list li:first-child {
  border-top: 1px solid #f1f1f1;
}
.pricing-num {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}
.pricing-num sup {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -20px;
  left: -3px;
  margin-left: -7px;
}
.pr-button {
  margin: 30px -20px 0;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}
.pr-per {
  color: #999;
  font-size: 12px;
}
.top-content .itemTilte {
  margin: 0 0 .5em 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.top-content .moduleItemImage,
.top-content .imageBlock .itemLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.singleBlog3 .top-content .reply,
.singleBlog3 .top-content .zooms {
  position: absolute;
  top: 50%;
  left: 0;
  width: 78px;
  height: 78px;
  margin: -150px 0 0 -39px;
  overflow: visible;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .singleBlog3 .top-content .reply,
  .singleBlog3 .top-content .zooms {
    display: block;
  }
}
.singleBlog3 .top-content .reply > a,
.singleBlog3 .top-content .zooms .fa {
  background: none;
  width: auto;
  position: relative;
  padding: 14px 0 18px;
  font-size: 24px;
  text-align: center;
  color: #FFF;
  z-index: 2;
  line-height: 1;
}
.singleBlog3 .top-content .reply > a span,
.singleBlog3 .top-content .zooms .fa span {
  font-size: 18px;
  display: block;
}
.singleBlog3 .top-content .reply {
  margin-top: -39px;
}
.singleBlog3 .top-content .reply a {
  display: block;
}
.singleBlog3 .top-content .zooms {
  margin-top: 72px;
}
.singleBlog3 .top-content .zooms .fa {
  font-size: 36px;
  line-height: 49px;
  display: block;
}
.blog3 .top-content .zoom {
  top: 58px;
  left: 58px;
  width: 48px;
  height: 48px;
  color: #111111;
  opacity: 0;
  font-size: 18px;
  line-height: 48px;
  margin: 0;
  border: 0;
}
.blog3 .top-content .zoom .fa {
  position: relative;
}
.top-content:hover .to-item {
  opacity: 0.8;
}
.top-content:hover .zoom {
  opacity: 1;
}
.article-box .itemInfo {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaa;
  padding: 0;
}
.article-box .itemInfo li {
  display: inline-block;
  margin-right: 25px;
}
.article-box .itemInfo a {
  color: #777777;
}
.itemView .article-box .itemInfo {
  margin: 15px 0;
}
.blog-section .article-box {
  padding: 12px 0;
}
.article-box .left-content {
  float: left;
  margin: 0 7px 0 0;
}
.article-box .left-content .moduleItemImage {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  width: 70px;
  height: 70px;
}
.article-box .itemImage,
.article-box .catItemImage {
  margin-left: 120px;
  display: block;
}
.article-box .itemImage img,
.article-box .catItemImage img {
  width: 100%;
}
.article-box .right-content {
  overflow: hidden;
  font-size: 12px;
}
.article-box .right-content h4,
.article-box .right-content p {
  line-height: 1.6;
  margin: 0;
}
.article-box .right-content h4 {
  font-size: 13px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.article-box .right-content h4 a {
  color: #555555;
}
.article-box .right-content h4 a:hover {
  color: #777777;
}
.article-box .right-content p,
.article-box .right-content p a {
  color: #aaa;
}
.article-box .right-content .blog-text {
  font-size: 14px;
  line-height: 25px;
  color: #d9dcdf;
}
.article-box:first-child {
  margin-top: 0;
}
.article-box .top-content .imageBlock {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
}
.article-box .top-content .imageBlock:before {
  content: '';
  display: block;
  padding-top: 71.62%;
}
.itemView .article-box .top-content .imageBlock:before,
.catItemView.article-box .top-content .imageBlock:before {
  padding-top: 54.054%;
}
.article-box .top-content .comDate {
  position: absolute;
  top: 0;
  right: -100px;
  width: 100px;
  height: 100%;
  background: #111111;
  transition: all 0.3s;
  text-align: center;
}
.article-box .top-content:hover .comDate {
  right: 0;
}
.article-box .top-content .date {
  position: absolute;
  top: 20px;
  left: 13px;
  width: 74px;
  padding: 17px 0;
  border-radius: 50%;
  background: #b0b0b0;
  font-size: 18px;
  line-height: 20px;
}
.article-box .top-content .itemComments {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  color: #FFF;
  text-transform: capitalize;
}
.article-box .top-content .itemComments span {
  display: block;
  font-size: 24px;
}
.itemView .article-box .top-content,
.itemContainer .article-box .top-content {
  margin: 0;
  overflow: initial;
}
#blogV2 .article-box .catItemVideoBlock {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
}
#blogV2 .article-box .catItemVideoBlock:before {
  content: '';
  display: block;
  padding-top: 54.054%;
}
.article-box .bottom-content .itemTitle {
  margin-bottom: 6px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.article-box .bottom-content .itemTitle a {
  color: #777777;
}
.article-box .bottom-content .itemTitle a:hover {
  color: #111111;
}
.article-box .bottom-content .blog-info {
  margin-bottom: 15px;
}
.article-box .bottom-content .blog-info > div {
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
  color: #aaaaaa;
  font-family: Dosis, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.article-box .bottom-content .blog-info > div ~ div:before {
  content: '| ';
  display: inline-block;
}
.article-box .bottom-content .blog-info > div a {
  color: #aaaaaa;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.article-box .bottom-content .blog-info > div a:hover {
  color: #111111;
}
.itemView .article-box .bottom-content,
.itemContainer .article-box .bottom-content {
  position: relative;
}
.itemView .article-box .bottom-content h3,
.itemContainer .article-box .bottom-content h3 {
  margin: 0 0 15px;
  text-transform: uppercase;
}
.t3-bottom .article-box {
  margin-bottom: 26px;
}
.recentblog .article-box .left-content {
  width: 100%;
  margin: 0 30px 0 0;
  position: relative;
  float: none;
}
.recentblog .article-box .left-content:before {
  content: '';
  display: block;
  padding-top: 45%;
}
.recentblog .article-box .left-content .moduleItemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-color: #FFF;
}
@media (min-width: 768px) {
  .recentblog .article-box .left-content {
    width: 50%;
    float: left;
  }
  .recentblog .article-box .left-content .moduleItemImage:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #FFF;
  }
}
.recentblog .article-box .right-content {
  padding: 24px 0 36px;
}
.recentblog .article-box .right-content h4 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.recentblog .article-box .right-content .date {
  margin: 10px 0;
}
.recentblog .article-box .right-content p {
  line-height: 20px;
  max-height: 60px;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .recentblog .article-box .right-content p {
    display: none;
  }
}
.recentblog .article-box .right-content .btn {
  margin-top: 15px;
  padding: 0 20px;
  border-color: #b0b0b0;
  background-color: #b0b0b0;
  font-size: 12px;
  line-height: 28px;
  color: #111111;
  display: none;
}
.recentblog .article-box .right-content .btn:hover {
  color: #ffffff;
  background-color: #111111;
}
@media (min-width: 1200px) {
  .recentblog .article-box .right-content .btn {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .recentblog .article-box .right-content {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .recentblog .article-box:nth-child(2n) .left-content {
    float: right;
    margin: 0 0 0 30px;
  }
  .recentblog .article-box:nth-child(2n) .left-content .moduleItemImage:before {
    left: auto;
    right: 100%;
    border-left: none;
    border-right: 8px solid #FFF;
  }
}
.article-box .categoryHead {
  padding-bottom: 5px;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.blog-mag .article-box {
  margin-bottom: 30px;
}
.blog-mag .article-box.small-box {
  margin-bottom: 0;
}
.blog-mag .article-box.small-box > div {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px dotted #eaeaea;
}
.port-carousel {
  border-top: 1px solid #000;
}
.carousel-box {
  text-align: center;
}
.carousel-box.article-box {
  margin: 0 15px;
}
.carousel-box .top-content {
  margin: 30px 0 0;
}
.carousel-box .bottom-content {
  padding: 30px 20px;
  border: 1px solid #b8b8b8;
  border-top: 0;
}
.carousel-box .bottom-content .itemTitle {
  margin: 0 0 10px;
  font-size: 18px;
}
.carousel-box .bottom-content .btn {
  font-size: 12px;
  padding: 4px 20px;
}
#blogV3 .itemContainer {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  #blogV3 .itemContainer {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  #blogV3 .itemContainer.col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
#blogV3 .imageBlock,
#blogV3 .catItemVideoBlock {
  position: relative;
}
#blogV3 .imageBlock:before,
#blogV3 .catItemVideoBlock:before {
  content: '';
  display: block;
  padding-top: 56.39%;
}
#blogV3 .catItemTitle {
  margin-bottom: 6px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#blogV3 .itemInfo {
  margin-bottom: 15px;
  font-size: 11px;
  text-decoration: none;
  padding: 0;
  color: #aaa;
  text-transform: uppercase;
  font-family: Dosis, Arial, sans-serif;
  letter-spacing: 0.2em;
}
#blogV3 .itemInfo li {
  display: inline-block;
}
#blogV3 .itemInfo li:not(.notHidden) {
  display: none;
}
#blogV3 .itemInfo a {
  color: #aaa;
}
#blogV3 .catItemIntroText {
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  padding: 0;
}
#blogV3 .catItemIntroText p {
  margin: 0;
  max-height: 78px;
  overflow: hidden;
}
.blog-beauty .top-content,
.blog-mag .top-content {
  position: relative;
}
.blog-beauty .top-content:before,
.blog-mag .top-content:before {
  content: '';
  display: block;
  padding-top: 54.054%;
}
.catItemView.portfolio-box {
  padding: 0;
  margin-bottom: 30px;
}
.portfolio-box .top-content h3 {
  display: none;
}
.portfolio-box .top-content .itemCategory {
  padding: 20px 30px;
  background: #b0b0b0;
  line-height: 18px;
  color: #111111;
}
.portfolio-box .top-content .itemCategory p {
  float: right;
  margin: 0;
}
.portfolio-box .bottom-content {
  position: relative;
  text-align: center;
}
.portfolio-box .bottom-content:before {
  content: '';
  display: block;
  padding-top: 70%;
}
.portfolio-box .bottom-content .itemLink,
.portfolio-box .bottom-content .to-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.portfolio-box .bottom-content .zoom {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-box .bottom-content .to-item {
  background-color: rgba(17, 17, 17, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-box .bottom-content .to-item .fa,
.portfolio-box .bottom-content .to-item + .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-top: -20px;
  border: 1px solid #FFF;
  background-color: #111111;
  color: #ffffff;
  font-size: 18px;
}
.portfolio-box .bottom-content .to-item .fa:hover,
.portfolio-box .bottom-content .to-item + .zoom:hover {
  background-color: #ffffff;
  color: #111111;
}
.portfolio-box .bottom-content .to-item .fa {
  border-radius: 0 3px 3px 0;
}
.portfolio-box .bottom-content .to-item + .zoom {
  border-radius: 3px 0 0 3px;
  margin-left: -39px;
}
.portfolio-box .bottom-content .imageBlock:hover .to-item,
.portfolio-box .bottom-content .imageBlock:hover .zoom {
  opacity: 1;
}
.blog-section .moduleCustomLink {
  display: block;
  width: 170px;
  margin: 70px auto 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 48px;
}
.t3-bottom .blog-section .moduleCustomLink {
  font-size: inherit;
  margin: 30px 0 0 80px;
  line-height: inherit;
}
.team-box .top-content {
  position: relative;
  overflow: hidden;
  margin: 0 0 23px;
}
.team-box .top-content:before {
  content: '';
  display: block;
  padding-top: 121.666667%;
}
.team-box .top-content .intro {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px 23px 55px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.team-box .top-content .intro h4 {
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: inherit;
  margin-bottom: 1.3em;
}
.team-box .top-content .intro a {
  color: rgba(0, 0, 0, 0.4);
  padding: 3px 7px;
}
.team-box .top-content .intro a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.team-box .top-content:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.team-box .itemTitle {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #777777;
}
.team-box .itemTitle .teamInfo {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #aaa;
}
.team-box:hover .intro {
  opacity: 1;
}
.team-box:hover .top-content:after {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.93);
}
.about a,
.about ~ p a {
  text-transform: uppercase;
}
.accordion .sppb-panel-group .sppb-panel + .sppb-panel {
  margin-top: 10px;
}
.accordion .sppb-panel-heading,
.accordion .sppb-panel-group .sppb-panel {
  border-radius: 0;
}
.accordion .fa {
  font-size: 14px;
  margin-top: 3px;
}
.icon-right.accordion .fa {
  float: right;
}
.accordion .panel-body,
.accordion .sppb-panel-body {
  padding: 20px 20px 0;
}
.accordion .panel-body h4,
.accordion .sppb-panel-body h4 {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 20px;
}
.accordion .panel-body p,
.accordion .sppb-panel-body p {
  margin-bottom: 20px;
}
.accordion .sppb-panel-heading.active .fa-plus:before,
.accordion .panel-heading.active .fa-plus:before {
  content: "\f068";
}
.progressBars > div {
  margin-top: 10px;
  margin-bottom: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 2px;
  background: #f0f0f0;
}
.progressBars .bar {
  padding-top: 2px;
  position: relative;
  overflow: visible;
  background-color: #222222;
  font-size: 11px;
  color: #000000;
  width: 0;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.progressBars .name {
  position: absolute;
  top: 5px;
  left: 0;
  text-transform: uppercase;
}
.progressBars .value {
  position: absolute;
  top: 5px;
  right: 0;
}
.progressBars.progressBars-2 > div {
  background: #eeeeee;
  height: 20px;
  position: relative;
  margin-bottom: 20px;
}
.progressBars.progressBars-2 .bar {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0;
}
.progressBars.progressBars-2 .name {
  position: static;
  line-height: 20px;
  color: #ffffff;
  padding-left: 7px;
}
.progressDefault .eachSkill {
  position: relative;
  height: 8px;
  margin: 56px 0 120px 96px;
  border: 2px solid #111111;
  background: #111111;
}
.proSmall.progressDefault .eachSkill {
  margin: 38px 0 60px 82px;
}
.teamView .progressDefault .eachSkill {
  margin-top: 73px;
}
.progressDefault .bar {
  width: 0;
  height: 4px;
  background: #b0b0b0;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.progressDefault .eachSkill:before,
.progressDefault .name {
  top: -36px;
  left: -80px;
  text-transform: uppercase;
  width: 80px;
  line-height: 80px;
  height: 80px;
  font-size: 24px;
  text-align: center;
}
.proSmall.progressDefault .eachSkill:before,
.proSmall.progressDefault .name {
  width: 64px;
  height: 64px;
  line-height: 64px;
  top: -30px;
  left: -70px;
}
.progressDefault .value {
  top: 15px;
  right: 0;
  font-size: 16px;
}
.proSmall.progressDefault .value {
  font-size: inherit;
}
.proSmall.progressDefault > div {
  background: none;
}
h2.name,
.contact-form h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 25px;
  font-family: Helvetica, Arial, sans-serif;
}
h2.name + p,
.contact-form h3 + p {
  font-size: 15px;
  color: #111111;
}
.contact-info {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 155px auto 65px;
  padding-top: 40px;
  text-align: center;
  color: #fff;
}
.contact-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px 0 60px 0;
  background: #111111;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact-info p {
  position: relative;
  margin-top: 30px;
  line-height: 1.6;
}
.contact-info a {
  color: #fff;
}
.contact-info img {
  position: relative;
  display: block;
  margin: 0 auto;
}
.contact-info .icons {
  position: relative;
  margin-top: 30px;
}
.contact-info .icons a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  margin: 0 10px;
  text-align: center;
  transition: color 0.3s;
}
.contact-info .icons a:hover {
  color: #111111;
}
.contact-info .icons a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 0 5px 0;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
}
.contact-info .icons a:hover:before {
  opacity: 1;
}
.contact-info .icons .fa {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .contact-info {
    
    margin: 35px auto 0;
  }
}
.info {
  padding-left: 0px;
  margin-top: 40px;
}
.info li {
  list-style: none;
  font-size: 15px;
  color: #111111;
  line-height: 28px;
  padding-bottom: 10px;
}
.info .adress {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #ffffff;
}
.info .fax {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #ffffff;
}
.info .email {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #ffffff;
}
.info a {
  color: #2787cc;
  text-decoration: underline;
}
.contactlist {
  margin-bottom: 40px;
}
.contactlist li {
  position: relative;
  min-height: 32px;
  margin-top: 10px;
  padding: 8px 0 0 50px;
  font-size: 14px;
  line-height: 24px;
}
.contactlist li .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.contactlist li .fa:before {
  margin-right: -4px;
}
.tab-content,
.sppb-tab-content {
  padding: 30px 0;
  line-height: 1.8;
  font-size: 15px;
}
.contact-tabs .sppb-nav,
.big-tabs .sppb-nav,
.contact-tabs .nav,
.big-tabs .nav {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  border: none;
  padding: 0;
  width: 100%;
}
.contact-tabs .sppb-nav > li,
.big-tabs .sppb-nav > li,
.contact-tabs .nav > li,
.big-tabs .nav > li {
  display: inline-block;
  float: none;
  padding: 0;
}
.contact-tabs .sppb-nav > li > a,
.big-tabs .sppb-nav > li > a,
.contact-tabs .nav > li > a,
.big-tabs .nav > li > a {
  border: none;
  font-family: Dosis, Arial, sans-serif;
  color: #a3a3a3;
}
.contact-tabs .sppb-nav > li > a .fa,
.big-tabs .sppb-nav > li > a .fa,
.contact-tabs .nav > li > a .fa,
.big-tabs .nav > li > a .fa,
.contact-tabs .sppb-nav > li > a .icon,
.big-tabs .sppb-nav > li > a .icon,
.contact-tabs .nav > li > a .icon,
.big-tabs .nav > li > a .icon {
  margin-bottom: 12px;
  font-size: 48px;
  letter-spacing: 0;
  display: block;
  line-height: 68px;
}
.contact-tabs .sppb-nav > li a:hover,
.big-tabs .sppb-nav > li a:hover,
.contact-tabs .nav > li a:hover,
.big-tabs .nav > li a:hover,
.contact-tabs .sppb-nav > li a:focus,
.big-tabs .sppb-nav > li a:focus,
.contact-tabs .nav > li a:focus,
.big-tabs .nav > li a:focus,
.contact-tabs .sppb-nav > li.active a,
.big-tabs .sppb-nav > li.active a,
.contact-tabs .nav > li.active a,
.big-tabs .nav > li.active a,
.contact-tabs .sppb-nav > li.active a:hover,
.big-tabs .sppb-nav > li.active a:hover,
.contact-tabs .nav > li.active a:hover,
.big-tabs .nav > li.active a:hover,
.contact-tabs .sppb-nav > li.active a:focus,
.big-tabs .sppb-nav > li.active a:focus,
.contact-tabs .nav > li.active a:focus,
.big-tabs .nav > li.active a:focus {
  background: none;
  border: none;
  color: #111111;
}
.sixcols.contact-tabs .sppb-nav > li,
.sixcols.big-tabs .sppb-nav > li,
.sixcols.contact-tabs .nav > li,
.sixcols.big-tabs .nav > li,
.fivecols.contact-tabs .sppb-nav > li,
.fivecols.big-tabs .sppb-nav > li,
.fivecols.contact-tabs .nav > li,
.fivecols.big-tabs .nav > li,
.fourcols.contact-tabs .sppb-nav > li,
.fourcols.big-tabs .sppb-nav > li,
.fourcols.contact-tabs .nav > li,
.fourcols.big-tabs .nav > li {
  width: 50%;
}
.threecols.contact-tabs .sppb-nav > li,
.threecols.big-tabs .sppb-nav > li,
.threecols.contact-tabs .nav > li,
.threecols.big-tabs .nav > li,
.twocols.contact-tabs .sppb-nav > li,
.twocols.big-tabs .sppb-nav > li,
.twocols.contact-tabs .nav > li,
.twocols.big-tabs .nav > li {
  width: 100%;
}
@media (min-width: 480px) {
  .sixcols.contact-tabs .sppb-nav > li,
  .sixcols.big-tabs .sppb-nav > li,
  .sixcols.contact-tabs .nav > li,
  .sixcols.big-tabs .nav > li,
  .fivecols.contact-tabs .sppb-nav > li,
  .fivecols.big-tabs .sppb-nav > li,
  .fivecols.contact-tabs .nav > li,
  .fivecols.big-tabs .nav > li {
    width: 33.3333333%;
  }
  .fourcols.contact-tabs .sppb-nav > li,
  .fourcols.big-tabs .sppb-nav > li,
  .fourcols.contact-tabs .nav > li,
  .fourcols.big-tabs .nav > li,
  .threecols.contact-tabs .sppb-nav > li,
  .threecols.big-tabs .sppb-nav > li,
  .threecols.contact-tabs .nav > li,
  .threecols.big-tabs .nav > li,
  .twocols.contact-tabs .sppb-nav > li,
  .twocols.big-tabs .sppb-nav > li,
  .twocols.contact-tabs .nav > li,
  .twocols.big-tabs .nav > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .contact-tabs .sppb-nav,
  .big-tabs .sppb-nav,
  .contact-tabs .nav,
  .big-tabs .nav {
    padding: 30px 0;
  }
  .sixcols.contact-tabs .sppb-nav > li,
  .sixcols.big-tabs .sppb-nav > li,
  .sixcols.contact-tabs .nav > li,
  .sixcols.big-tabs .nav > li {
    width: 16.66666667%;
  }
  .fivecols.contact-tabs .sppb-nav > li,
  .fivecols.big-tabs .sppb-nav > li,
  .fivecols.contact-tabs .nav > li,
  .fivecols.big-tabs .nav > li {
    width: 20%;
  }
  .fourcols.contact-tabs .sppb-nav > li,
  .fourcols.big-tabs .sppb-nav > li,
  .fourcols.contact-tabs .nav > li,
  .fourcols.big-tabs .nav > li {
    width: 25%;
  }
  .threecols.contact-tabs .sppb-nav > li,
  .threecols.big-tabs .sppb-nav > li,
  .threecols.contact-tabs .nav > li,
  .threecols.big-tabs .nav > li {
    width: 33.3333333%;
  }
}
@media (min-width: 992px) {
  .contact-tabs .sppb-nav,
  .big-tabs .sppb-nav,
  .contact-tabs .nav,
  .big-tabs .nav {
    font-size: 13px;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 1200px) {
  .contact-tabs .sppb-nav,
  .big-tabs .sppb-nav,
  .contact-tabs .nav,
  .big-tabs .nav {
    font-size: 14px;
    letter-spacing: 0.4em;
  }
}
.contact-tabs .sppb-tab-content,
.big-tabs .sppb-tab-content,
.contact-tabs .tab-content,
.big-tabs .tab-content {
  position: relative;
  padding: 30px 0;
  font-size: 15px;
}
.map-section {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 !important;
  background: rgba(17, 17, 17, 0.93);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.map-section:hover {
  background: rgba(17, 17, 17, 0.9);
}
.map-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mt-icon {
  width: 27px;
  height: 27px;
  line-height: 27px;
  margin: 6px auto 25px;
  position: relative;
  color: #111;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.mt-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mt-icon i,
.mt-icon span {
  position: relative;
}
.mt-text {
  margin-left: 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.75);
  font-family: Dosis, Arial, sans-serif;
}
.mt-close {
  display: none;
}

.map-section.js-active {
  height: 50px;
  background: rgba(17, 17, 17, 0.75);
}
.map-section.js-active:hover {
  background: rgba(17, 17, 17, 0.85);
}
.map-section.js-active .mt-icon {
  opacity: 0;
}
.map-section.js-active .mt-text {
  position: relative;
  top: -30px;
}
.contactIntro {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 30px;
}
#sp-quickcontact-form label,
#comment-form label {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #bec3c7;
}
#sp-quickcontact-form textarea,
#comment-form textarea,
#sp-quickcontact-form input[type="text"],
#comment-form input[type="text"],
#sp-quickcontact-form input[type="email"],
#comment-form input[type="email"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: transparent;
  border-color: #dddddd;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.t3-footer #sp-quickcontact-form textarea,
.t3-footer #comment-form textarea,
.t3-footer #sp-quickcontact-form input[type="text"],
.t3-footer #comment-form input[type="text"],
.t3-footer #sp-quickcontact-form input[type="email"],
.t3-footer #comment-form input[type="email"] {
  border-color: #b0b0b0;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  margin-bottom: 10px;
}
.t3-footer #sp-quickcontact-form textarea:focus,
.t3-footer #comment-form textarea:focus,
.t3-footer #sp-quickcontact-form input[type="text"]:focus,
.t3-footer #comment-form input[type="text"]:focus,
.t3-footer #sp-quickcontact-form input[type="email"]:focus,
.t3-footer #comment-form input[type="email"]:focus {
  border-color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
  color: #ffffff;
}
#sp-quickcontact-form textarea,
#comment-form textarea {
  height: 80px;
  margin-bottom: 0;
}
#sp-quickcontact-form input[type="submit"],
#comment-form input[type="submit"] {
  margin-top: 10px;
}
.fullContact #sp-quickcontact-form input[type="submit"],
.fullContact #comment-form input[type="submit"] {
  width: 100%;
}
#sp-quickcontact-form .h100,
#comment-form .h100 {
  height: 100px;
}
#comment-form textarea,
#comment-form input[type="text"],
#comment-form input[type="email"] {
  margin-bottom: 20px;
}
#comment-form .fa {
  position: absolute;
  top: 0;
  right: 15px;
  width: 38px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  color: #9c9c9c;
}
.search {
  position: relative;
}
.search .form-control {
  width: 100%;
  padding-right: 30px;
}
.search .fa:not(.not-this),
.search .fa + .button {
  position: absolute;
  width: 37px;
  height: 37px;
  line-height: 37px;
  top: 0;
  right: 0;
  text-align: center;
}
.head-search .search .fa:not(.not-this),
.head-search .search .fa + .button {
  font-size: 14px;
  top: 8px;
  right: 8px;
}
.search .fa + .button {
  z-index: 3;
  opacity: 0;
}
.social-icons {
  text-align: center;
  margin-top: 10px;
  padding-left: 0px;
  margin-bottom: 25px;
}
.social-icons li {
  display: inline-block;
  list-style: none;
  margin-top: 30px;
  padding-right: 25px;
}
.social-icons a {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #fff;
  line-height: 70px;
  font-size: 34px;
  border-radius: 5px;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.social-icons a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.fm-social-links {
  padding: 15px;
  font-size: 14px;
  text-align: center;
}
.fm-social-links > a {
  display: inline-block;
  margin: 0 2px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  text-decoration: none;
  color: #555;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.fm-social-links > a:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #999;
}
.primaryBg {
  background-color: #111111;
}
.primaryBg.sppb-section:before,
.custom.primaryBg:before {
  background: rgba(17, 17, 17, 0.7);
}
.color-white div,
.primaryBg div,
.color-white blockquote,
.primaryBg blockquote,
.color-white a,
.primaryBg a,
.color-white h1,
.primaryBg h1,
.color-white h2,
.primaryBg h2,
.color-white h3,
.primaryBg h3,
.color-white h4,
.primaryBg h4 {
  color: #ffffff;
}
.color-white p,
.primaryBg p {
  color: rgba(255, 255, 255, 0.7);
}
.color-white .sppb-carousel-arrow,
.primaryBg .sppb-carousel-arrow,
.color-white .testimonial p,
.primaryBg .testimonial p,
.color-white .hero-subhead,
.primaryBg .hero-subhead {
  color: #ffffff;
}
.color-white blockquote footer,
.primaryBg blockquote footer {
  color: #777777;
}
.color-white .owl-buttons > div,
.primaryBg .owl-buttons > div,
.color-white .btn-default,
.primaryBg .btn-default {
  color: #111111;
}
.color-white .btn-default:hover,
.primaryBg .btn-default:hover {
  background: #ffffff;
  color: #444444;
  border-color: transparent;
}
.color-white .btn-primary,
.primaryBg .btn-primary {
  border-color: #ffffff;
}
.color-white .btn-primary:hover,
.primaryBg .btn-primary:hover,
.color-white .btn-primary:focus,
.primaryBg .btn-primary:focus {
  background-color: #ffffff;
  color: #111111;
}
.color-white .btn-dark,
.primaryBg .btn-dark {
  border-color: transparent;
}
.color-white .btn-dark:hover,
.primaryBg .btn-dark:hover,
.color-white .btn-dark:focus,
.primaryBg .btn-dark:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.85);
}
.color-white.sppb-section:before,
.primaryBg.sppb-section:before,
.custom.color-white:before,
.custom.primaryBg:before,
.slider .color-white:before,
.slider .primaryBg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.alpha30.color-white:before,
.alpha30.primaryBg:before {
  background: rgba(34, 34, 34, 0.3);
}
.alpha50.color-white:before,
.alpha50.primaryBg:before {
  background: rgba(34, 34, 34, 0.5);
}
.alpha70.color-white:before,
.alpha70.primaryBg:before {
  background: rgba(17, 17, 17, 0.7);
}
.alpha90.color-white:before,
.alpha90.primaryBg:before {
  background: rgba(3, 3, 3, 0.9);
}
.custom.color-white,
.custom.primaryBg {
  position: relative;
}
.custom.color-white h2,
.custom.primaryBg h2,
.custom.color-white > div,
.custom.primaryBg > div {
  position: relative;
}
.tertiaryBg {
  background-color: #b0b0b0;
}
.gutterLeft {
  margin-left: -30px;
}
.border-top {
  border-top: 1px solid #eeeeee;
}
.border-bottom {
  border-bottom: 2px solid #b0b0b0;
}
.border {
  padding: 40px 20px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.smallPTPB {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .smallPTPB {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.smallPT {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .smallPT {
    padding-top: 70px;
  }
}
.smallPB {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .smallPB {
    padding-bottom: 70px;
  }
}
.widePTPB {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .widePTPB {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .widePTPB {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.widePT {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .widePT {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .widePT {
    padding-top: 140px;
  }
}
.widePB {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .widePB {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .widePB {
    padding-bottom: 140px;
  }
}
.full-height {
  position: relative;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mt-60 {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}
.mb-60 {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}
.mt-70 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .mt-70 {
    margin-top: 70px;
  }
}
.mb-70 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .mb-70 {
    margin-bottom: 70px;
  }
}
.mt-80 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .mt-80 {
    margin-top: 80px;
  }
}
.mb-80 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}
.mb-110 {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .mb-110 {
    margin-bottom: 110px;
  }
}
.mb-140 {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .mb-140 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .mb-140 {
    margin-bottom: 140px;
  }
}
.section-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5em;
  line-height: 1.4;
}
#multi,
#one {
  font-size: 16px;
}
@media (min-width: 992px) {
  .row-45 .sppb-row {
    margin-left: -45px;
    margin-right: -45px;
  }
}
img.rounded,
.rounded img {
  overflow: hidden;
  margin: 30px auto 30px;
  width: 260px;
  height: 260px;
  border: 10px solid #b0b0b0;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
}

.preloader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}
.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hide1st {
  display: none;
}