@charset "UTF-8";
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  text-align: center;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 25px 0 0;
  text-align: left;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li a {
  text-decoration: none;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 10px;
  color: #333;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  float: right;
}
#offcanvas-toggler >i {
  color: #888;
  display: inline-block;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  padding: 9px 10px;
  margin: 0;
  margin-top: -10px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.close-offcanvas:hover {
  background: #000;
  color: #fff;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner {
  margin-top: 30px;
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  list-style: none;
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  border-bottom: 1px solid #ddd;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  display: block;
  color: #888;
  text-decoration: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover {
  background: #e9e9e9;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
  background: #e9e9e9;
  color: #d1d1d1;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.nav-smooth .sp-megamenu-parent >li {
  margin: 0 10px 0 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li a {
  padding-left: 40px;
  font-size: 95%;
}
.offcanvas .offcanvas-menu ul.nav-child li ul.nav-child li a {
  padding-left: 60px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.widget {
  margin-bottom: 1.2em;
}
.widget:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}
.search-form:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.search-form input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.search-form input[type="text"]:focus {
  border-color: #333;
}
.search-form input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}
.search-form input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.search-form input[type="text"]:-moz-placeholder {
  color: #ccc;
}
.search-form input[type="text"]:-ms-input-placeholder {
  color: #ccc;
}
.search-form input[type="text"] .placeholder {
  color: #ccc;
}
.search-form input[type="tel"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.search-form input[type="tel"]:focus {
  border-color: #333;
}
.search-form input[type="tel"]::-webkit-input-placeholder {
  color: #ccc;
}
.search-form input[type="tel"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.search-form input[type="tel"]:-moz-placeholder {
  color: #ccc;
}
.search-form input[type="tel"]:-ms-input-placeholder {
  color: #ccc;
}
.search-form input[type="tel"] .placeholder {
  color: #ccc;
}
.search-form input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.search-form input[type="email"]:focus {
  border-color: #333;
}
.search-form input[type="email"]::-webkit-input-placeholder {
  color: #ccc;
}
.search-form input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.search-form input[type="email"]:-moz-placeholder {
  color: #ccc;
}
.search-form input[type="email"]:-ms-input-placeholder {
  color: #ccc;
}
.search-form input[type="email"] .placeholder {
  color: #ccc;
}
.search-form input[type="search"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
  margin: 0 4px 0 0;
  width: 150px;
}
.search-form input[type="search"]:focus {
  border-color: #333;
}
.search-form input[type="search"]::-webkit-input-placeholder {
  color: #ccc;
}
.search-form input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.search-form input[type="search"]:-moz-placeholder {
  color: #ccc;
}
.search-form input[type="search"]:-ms-input-placeholder {
  color: #ccc;
}
.search-form input[type="search"] .placeholder {
  color: #ccc;
}
.search-form input[type="password"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.search-form input[type="password"]:focus {
  border-color: #333;
}
.search-form input[type="password"]::-webkit-input-placeholder {
  color: #ccc;
}
.search-form input[type="password"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.search-form input[type="password"]:-moz-placeholder {
  color: #ccc;
}
.search-form input[type="password"]:-ms-input-placeholder {
  color: #ccc;
}
.search-form input[type="password"] .placeholder {
  color: #ccc;
}
.search-form input[type="url"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.search-form input[type="url"]:focus {
  border-color: #333;
}
.search-form input[type="url"]::-webkit-input-placeholder {
  color: #ccc;
}
.search-form input[type="url"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.search-form input[type="url"]:-moz-placeholder {
  color: #ccc;
}
.search-form input[type="url"]:-ms-input-placeholder {
  color: #ccc;
}
.search-form input[type="url"] .placeholder {
  color: #ccc;
}
.search-form input[type="date"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.search-form input[type="date"]:focus {
  border-color: #333;
}
.search-form input[type="date"]::-webkit-input-placeholder {
  color: #ccc;
}
.search-form input[type="date"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.search-form input[type="date"]:-moz-placeholder {
  color: #ccc;
}
.search-form input[type="date"]:-ms-input-placeholder {
  color: #ccc;
}
.search-form input[type="date"] .placeholder {
  color: #ccc;
}
.search-form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.search-form textarea:focus {
  border-color: #333;
}
.search-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.search-form textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.search-form textarea:-moz-placeholder {
  color: #ccc;
}
.search-form textarea:-ms-input-placeholder {
  color: #ccc;
}
.search-form textarea .placeholder {
  color: #ccc;
}
.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type="submit"] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em;
}
.search-form input[type="submit"]:hover {
  opacity: .8;
}
.post-password-form p:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.post-password-form input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.post-password-form input[type="text"]:focus {
  border-color: #333;
}
.post-password-form input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.post-password-form input[type="text"]:-moz-placeholder {
  color: #ccc;
}
.post-password-form input[type="text"]:-ms-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="text"] .placeholder {
  color: #ccc;
}
.post-password-form input[type="tel"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.post-password-form input[type="tel"]:focus {
  border-color: #333;
}
.post-password-form input[type="tel"]::-webkit-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="tel"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.post-password-form input[type="tel"]:-moz-placeholder {
  color: #ccc;
}
.post-password-form input[type="tel"]:-ms-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="tel"] .placeholder {
  color: #ccc;
}
.post-password-form input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.post-password-form input[type="email"]:focus {
  border-color: #333;
}
.post-password-form input[type="email"]::-webkit-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.post-password-form input[type="email"]:-moz-placeholder {
  color: #ccc;
}
.post-password-form input[type="email"]:-ms-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="email"] .placeholder {
  color: #ccc;
}
.post-password-form input[type="search"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.post-password-form input[type="search"]:focus {
  border-color: #333;
}
.post-password-form input[type="search"]::-webkit-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.post-password-form input[type="search"]:-moz-placeholder {
  color: #ccc;
}
.post-password-form input[type="search"]:-ms-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="search"] .placeholder {
  color: #ccc;
}
.post-password-form input[type="password"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
  margin: 0 4px 0 0;
  width: 300px;
  width: 150px;
}
.post-password-form input[type="password"]:focus {
  border-color: #333;
}
.post-password-form input[type="password"]::-webkit-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="password"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.post-password-form input[type="password"]:-moz-placeholder {
  color: #ccc;
}
.post-password-form input[type="password"]:-ms-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="password"] .placeholder {
  color: #ccc;
}
.post-password-form input[type="url"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.post-password-form input[type="url"]:focus {
  border-color: #333;
}
.post-password-form input[type="url"]::-webkit-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="url"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.post-password-form input[type="url"]:-moz-placeholder {
  color: #ccc;
}
.post-password-form input[type="url"]:-ms-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="url"] .placeholder {
  color: #ccc;
}
.post-password-form input[type="date"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.post-password-form input[type="date"]:focus {
  border-color: #333;
}
.post-password-form input[type="date"]::-webkit-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="date"]::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.post-password-form input[type="date"]:-moz-placeholder {
  color: #ccc;
}
.post-password-form input[type="date"]:-ms-input-placeholder {
  color: #ccc;
}
.post-password-form input[type="date"] .placeholder {
  color: #ccc;
}
.post-password-form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.post-password-form textarea:focus {
  border-color: #333;
}
.post-password-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.post-password-form textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.post-password-form textarea:-moz-placeholder {
  color: #ccc;
}
.post-password-form textarea:-ms-input-placeholder {
  color: #ccc;
}
.post-password-form textarea .placeholder {
  color: #ccc;
}
.post-password-form label {
  display: block;
}
.post-password-form input {
  float: left;
  height: 2em;
}
.post-password-form input[type="submit"] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em;
}
.post-password-form input[type="submit"]:hover {
  opacity: .8;
}
.navigation-single {
  margin-bottom: 1.2em;
}
.navigation-single:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.navigation-single .next {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  text-decoration: none;
  float: right;
}
.navigation-single .next a {
  color: inherit;
  text-decoration: none;
  padding: .4em;
  display: block;
}
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  text-decoration: none;
}
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: .4em;
  display: block;
}
#sp-header:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.max-container:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.visual .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.visual .pagination ul:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-networks:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.info:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.info .pricing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info .pricing:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.info .pricing .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info .pricing .list:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.info .slider:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.info .slider .slide:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.info .slider .pagination .mask-inner {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info .slider .pagination .mask-inner:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.info .services {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info .services:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.info .filter {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info .filter:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.info .txt-frame .text-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info .txt-frame .text-box:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.info .txt-frame .img-holder:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.info .img-area .caption .icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info .img-area .caption .icons:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.client-area {
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-area:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.f1 .wpcf7-form .rows:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.f1 .testimonial {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.post .social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post .social:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.post .holder:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.post .info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btn-area:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.sidebar .sp-module:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.sidebar .search-area:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.sidebar .categories,
.sidebar .k2ArchivesBlock {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.sidebar .categories:after,
.sidebar .k2ArchivesBlock:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.sidebar .instagram {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .instagram:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.sidebar .recent {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .recent:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.sidebar .recent li:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.sidebar .tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .tags:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.comment {
  overflow: hidden;
}
.comment:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.comment ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment ol:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.comment-form .column:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.comment-form #comments-form-send,
.comment-form #comments-form-send {
  text-decoration: none;
}
.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="email"],
.comment-form input[type="search"],
.comment-form input[type="password"],
.comment-form input[type="url"],
.comment-form input[type="date"],
.comment-form #comments-form-send,
.comment-form #comments-form-send {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="tel"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="search"]:focus,
.comment-form input[type="password"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="date"]:focus,
.comment-form #comments-form-send:focus,
.comment-form #comments-form-send:focus {
  outline: none;
  border-color: #333;
}
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="tel"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="search"]::-webkit-input-placeholder,
.comment-form input[type="password"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form input[type="date"]::-webkit-input-placeholder,
.comment-form #comments-form-send::-webkit-input-placeholder,
.comment-form #comments-form-send::-webkit-input-placeholder {
  color: #ccc;
}
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="tel"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="search"]::-moz-placeholder,
.comment-form input[type="password"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form input[type="date"]::-moz-placeholder,
.comment-form #comments-form-send::-moz-placeholder,
.comment-form #comments-form-send::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.comment-form input[type="text"]:-moz-placeholder,
.comment-form input[type="tel"]:-moz-placeholder,
.comment-form input[type="email"]:-moz-placeholder,
.comment-form input[type="search"]:-moz-placeholder,
.comment-form input[type="password"]:-moz-placeholder,
.comment-form input[type="url"]:-moz-placeholder,
.comment-form input[type="date"]:-moz-placeholder,
.comment-form #comments-form-send:-moz-placeholder,
.comment-form #comments-form-send:-moz-placeholder {
  color: #ccc;
}
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="tel"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="search"]:-ms-input-placeholder,
.comment-form input[type="password"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form input[type="date"]:-ms-input-placeholder,
.comment-form #comments-form-send:-ms-input-placeholder,
.comment-form #comments-form-send:-ms-input-placeholder {
  color: #ccc;
}
.comment-form input[type="text"] .placeholder,
.comment-form input[type="tel"] .placeholder,
.comment-form input[type="email"] .placeholder,
.comment-form input[type="search"] .placeholder,
.comment-form input[type="password"] .placeholder,
.comment-form input[type="url"] .placeholder,
.comment-form input[type="date"] .placeholder,
.comment-form #comments-form-send .placeholder,
.comment-form #comments-form-send .placeholder {
  color: #ccc;
}
.comment-form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
  margin: 0 4px 0 0;
  width: 300px;
}
.comment-form textarea:focus {
  outline: none;
  border-color: #333;
}
.comment-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.comment-form textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.comment-form textarea:-moz-placeholder {
  color: #ccc;
}
.comment-form textarea:-ms-input-placeholder {
  color: #ccc;
}
.comment-form textarea .placeholder {
  color: #ccc;
}
.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form input[type="submit"],
.comment-form #comments-form-send,
.comment-form #comments-form-send {
  display: block;
  float: none;
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em;
}
.comment-form input[type="submit"]:hover,
.comment-form #comments-form-send:hover,
.comment-form #comments-form-send:hover {
  opacity: .8;
}
.masonry-holder .links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.masonry-holder .links:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.masonry-holder .masonry {
  margin: 0;
  padding: 0;
  list-style: none;
}
.masonry-holder .masonry:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.masonry-holder .masonry .caption .icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.masonry-holder .masonry .caption .icons:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.project-area:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.project-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-area ul:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.contact .column:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.paginations ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}
.commentlist-item .commentlist-item {
  padding: 0;
  padding-top: 1.2em;
}
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}
.commentlist-holder {
  overflow: hidden;
}
.widget_calendar #next {
  text-align: right;
}
.gallery-item dt {
  float: none;
  padding: 0;
}
.navigation {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}
.navigation .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .4em;
}
.navigation .next {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: .4em;
  text-decoration: none;
}
.navigation .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: .4em;
  text-decoration: none;
}
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .4em;
}
.navigation-comments .next {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: .4em;
  text-decoration: none;
}
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #666;
  color: #fff;
  padding: .4em;
  text-decoration: none;
}
.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: .4em;
  margin-bottom: 1.2em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: .4em 0 0;
}
div.aligncenter {
  margin: 0 auto 1.2em;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}
.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}
.mejs-container {
  margin-bottom: 1.2em;
}
.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}
@font-face {
  font-family: fontello;
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot?#iefix") format("embedded-opentype"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svgfontello") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url("../fonts/IcoMoon.eot");
  src: url("../fonts/IcoMoon.eot?#iefix") format("embedded-opentype"), url("../fonts/IcoMoon.woff") format("woff"), url("../fonts/IcoMoon.ttf") format("truetype"), url("../fonts/IcoMoon.svgicomoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OCRAStd;
  src: url("../fonts/OCRAStd.eot");
  src: url("../fonts/OCRAStd.eot?#iefix") format("embedded-opentype"), url("../fonts/OCRAStd.woff") format("woff"), url("../fonts/OCRAStd.ttf") format("truetype"), url("../fonts/OCRAStd.svgOCRAStd") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: muli;
  src: url("../fonts/muli-extralight-webfont.eot");
  src: url("../fonts/muli-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-extralight-webfont.woff") format("woff"), url("../fonts/muli-extralight-webfont.ttf") format("truetype"), url("../fonts/muli-extralight-webfont.svgmuli-extralight-webfont") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: muli;
  src: url("../fonts/muli-extralightitalic-webfont.eot");
  src: url("../fonts/muli-extralightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-extralightitalic-webfont.woff") format("woff"), url("../fonts/muli-extralightitalic-webfont.ttf") format("truetype"), url("../fonts/muli-extralightitalic-webfont.svgmuli-extralightitalic-webfont") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: muli;
  src: url("../fonts/muli-light-webfont.eot");
  src: url("../fonts/muli-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-light-webfont.woff") format("woff"), url("../fonts/muli-light-webfont.ttf") format("truetype"), url("../fonts/muli-light-webfont.svgmuli-light-webfont") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: muli;
  src: url("../fonts/muli-lightitalic-webfont.eot");
  src: url("../fonts/muli-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-lightitalic-webfont.woff") format("woff"), url("../fonts/muli-lightitalic-webfont.ttf") format("truetype"), url("../fonts/muli-lightitalic-webfont.svgmuli-lightitalic-webfont") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: muli;
  src: url("../fonts/muli-webfont.eot");
  src: url("../fonts/muli-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-webfont.woff") format("woff"), url("../fonts/muli-webfont.ttf") format("truetype"), url("../fonts/muli-webfont.svgmuli-webfont") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: muli;
  src: url("../fonts/muli-italic-webfont.eot");
  src: url("../fonts/muli-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-italic-webfont.woff") format("woff"), url("../fonts/muli-italic-webfont.ttf") format("truetype"), url("../fonts/muli-italic-webfont.svgmuli-italic-webfont") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: muli;
  src: url("../fonts/muli-semibold-webfont.eot");
  src: url("../fonts/muli-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-semibold-webfont.woff") format("woff"), url("../fonts/muli-semibold-webfont.ttf") format("truetype"), url("../fonts/muli-semibold-webfont.svgmuli-semibold-webfont") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: muli;
  src: url("../fonts/muli-semi-bolditalic-webfont.eot");
  src: url("../fonts/muli-semi-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-semi-bolditalic-webfont.woff") format("woff"), url("../fonts/muli-semi-bolditalic-webfont.ttf") format("truetype"), url("../fonts/muli-semi-bolditalic-webfont.svgmuli-semi-bolditalic-webfont") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: muli;
  src: url("../fonts/muli-bold-webfont.eot");
  src: url("../fonts/muli-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-bold-webfont.woff") format("woff"), url("../fonts/muli-bold-webfont.ttf") format("truetype"), url("../fonts/muli-bold-webfont.svgmuli-bold-webfont") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: muli;
  src: url("../fonts/muli-bolditalic-webfont.eot");
  src: url("../fonts/muli-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-bolditalic-webfont.woff") format("woff"), url("../fonts/muli-bolditalic-webfont.ttf") format("truetype"), url("../fonts/muli-bolditalic-webfont.svgmuli-bolditalic-webfont") format("svg");
  font-weight: 700;
  font-style: italic;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "\e800";
}
.icon-mail:before {
  content: "\e801";
}
.icon-facebook:before {
  content: "\e802";
}
.icon-twitter:before {
  content: "\e803";
}
.icon-gplus:before {
  content: "\e804";
}
.icon-pinterest-circled:before {
  content: "\e805";
}
.icon-attach:before {
  content: "\e806";
}
.icon-resize-full-alt:before {
  content: "\e807";
}
.icon-quote-left:before {
  content: "\e808";
}
.icon-left-thin:before {
  content: "\e809";
}
.icon-right-thin:before {
  content: "\e80a";
}
.icon-down-open-mini:before {
  content: "\e80b";
}
.icon-left-open-mini:before {
  content: "\e80c";
}
.icon-right-open-mini:before {
  content: "\e80d";
}
.icon-up-open-mini:before {
  content: "\e80e";
}
.icon-instagram:before {
  content: "\e80f";
}
.icon-music:before {
  content: "\e810";
}
.icon-location:before {
  content: "\e811";
}
[class^="icons-"],
[class*=" icons-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icons-ico-01:before {
  content: "\e900";
}
.icons-ico-02:before {
  content: "\e901";
}
.icons-ico-03:before {
  content: "\e902";
}
.icons-ico-04:before {
  content: "\e903";
}
.icons-ico-05:before {
  content: "\e904";
}
.icons-ico-06:before {
  content: "\e905";
}
.icons-ico-07:before {
  content: "\e906";
}
.icons-ico-08:before {
  content: "\e907";
}
.icons-ico-09:before {
  content: "\e908";
}
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}
a,
a:hover,
a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  outline: none;
}
#sp-header {
  padding: 33px 0 17px;
  background: #fff;
  margin-top: -100px;
}
#sp-header .navbar-default {
  width: 80%;
  float: left;
}
#sp-header .sp-megamenu-parent >li >a {
  margin: 0 0 13px;
}
#sp-header .sp-megamenu-parent li:hover a:after {
  opacity: 1;
  visibility: visible;
  left: 0;
}
#sp-header .sp-megamenu-parent li:hover a:before {
  opacity: 1;
  visibility: visible;
  left: 0;
  left: auto;
  right: 0;
}
#sp-header .sp-megamenu-parent li:last-child .dropdown-menu {
  right: 0;
}
#sp-header .sp-megamenu-parent li:last-child .drop {
  left: auto;
  right: 100%;
}
#sp-header .sp-megamenu-parent li.active a {
  font-style: italic;
}
#sp-header .sp-megamenu-parent li.active a:after {
  opacity: 1;
  visibility: visible;
  left: 0;
}
#sp-header .sp-megamenu-parent li.active a:before {
  opacity: 1;
  visibility: visible;
  left: 0;
  left: auto;
  right: 0;
}
#sp-header .sp-megamenu-parent li.open a:after {
  opacity: 1;
  visibility: visible;
  left: 0;
}
#sp-header .sp-megamenu-parent li.open a:before {
  opacity: 1;
  visibility: visible;
  left: 0;
  left: auto;
  right: 0;
}
#sp-header .sp-megamenu-parent a {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  font-size: 13px;
  line-height: 16px;
  color: #252525;
  padding: 8px 22px;
  letter-spacing: 2px;
}
#sp-header .sp-megamenu-parent a:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 2px;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
#sp-header .sp-megamenu-parent a:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 2px;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  left: auto;
  right: 50%;
  top: auto;
  bottom: 0;
}
#sp-header .sp-megamenu-parent a:hover:after {
  opacity: 1;
  visibility: visible;
  left: 0;
}
#sp-header .sp-megamenu-parent a:hover:before {
  opacity: 1;
  visibility: visible;
  left: 0;
  left: auto;
  right: 0;
}
#sp-header .sp-megamenu-parent .sp-dropdown {
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
  font-style: normal;
  border-top: 2px solid transparent;
  box-shadow: 0 13px 12px rgba(0,0,0,0.176);
}
#sp-header .sp-megamenu-parent .sp-dropdown li {
  margin: 0;
  position: relative;
}
#sp-header .sp-megamenu-parent .sp-dropdown li:hover .drop {
  opacity: 1;
  visibility: visible;
}
#sp-header .sp-megamenu-parent .sp-dropdown li:hover >a {
  background: #f5f5f5;
}
#sp-header .sp-megamenu-parent .sp-dropdown li:last-child a {
  border-bottom: 0;
}
#sp-header .sp-megamenu-parent .sp-dropdown a {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 10px 16px 45px;
  text-transform: lowercase;
  text-transform: capitalize;
  line-height: 18px;
  font-size: 16px;
  width: 100%;
}
#sp-header .sp-megamenu-parent .sp-dropdown a:hover {
  color: #000;
}
#sp-header .sp-megamenu-parent .sp-dropdown a:after {
  display: none;
}
#sp-header .sp-megamenu-parent .sp-dropdown a:before {
  display: none;
}
#sp-header .sp-megamenu-parent .drop {
  margin: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  list-style: none;
  position: absolute;
  left: 100%;
  background: #fff;
  font-size: 14px;
  z-index: 1000;
  border-top: 2px solid transparent;
  box-shadow: 0 13px 12px rgba(0,0,0,0.176);
  top: 0;
  min-width: 240px;
}
#sp-header .sp-megamenu-parent .drop a {
  text-decoration: none;
}
#sp-header .sp-megamenu-parent .drop a:hover {
  background: #f5f5f5;
}
#sp-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: all .6s ease .8s;
  transition: all .6s ease .8s;
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.max-container {
  max-width: 1770px;
  margin: 0 auto;
}
.logo {
  float: left;
  width: 233px;
}
.logo a {
  text-decoration: none;
}
.logo .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  margin: 0 5px 0 -2px;
}
.logo .img {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  width: 194px;
}
.logo .img img {
  display: block;
  width: 100%;
  height: auto;
}
.align-right {
  text-align: right;
}
.align-right .sp-module {
  display: inline-block;
}
.align-right .search-area {
  text-align: right;
}
.align-right .search-area .search,
.align-right .search-area a {
  display: inline-block;
  vertical-align: middle;
  color: #252525;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.align-right .search-area .mail {
  margin: 2px -5px 0 37px;
}
.align-right .search-area .search {
  font-size: 26px;
  line-height: 26px;
}
.align-right .search-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.align-right .search-box::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.align-right .search-box:hover input[type="text"] {
  width: 200px;
  border-color: #000;
}
.align-right .search-box button[type="submit"] {
  background: transparent;
  border: none;
}
.align-right .search-box input[type="text"] {
  outline: none;
  width: 0;
  height: 32px;
  position: absolute;
  top: 0;
  right: 100%;
  border: 1px solid transparent;
  color: #000;
  padding: 2px 10px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.dropdown-menu {
  opacity: 0;
  display: block;
  min-width: 240px;
  visibility: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform: translateY(100px);
}
.dropdown-menu >.active >a {
  background: transparent;
}
.dropdown-menu >.active >a:hover {
  background: transparent;
}
.dropdown-menu >.active >a:focus {
  background: transparent;
}
.navbar-nav >li.open .dropdown-menu {
  opacity: 1;
  display: block;
  visibility: visible;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.navbar-nav >li.dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
  visibility: visible;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.visual {
  overflow: hidden;
  margin: 0 0 80px;
}
.visual .slideshow {
  overflow: hidden;
  position: relative;
}
.visual .slideshow .box {
  border-style: solid;
  border-width: 20px;
  position: absolute;
  left: 26.5%;
  right: 26.5%;
  top: 15.8%;
  bottom: 15.8%;
}
.visual .slide {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block !important;
}
.visual .slide .image {
  width: 54.8%;
  opacity: 0;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .6s ease .8s;
  transition: all .6s ease .8s;
  display: table-cell;
  vertical-align: middle;
}
.visual .slide .image img {
  display: block;
  width: 100%;
  height: auto;
}
.visual .slide .caption {
  display: table-cell;
  vertical-align: middle;
}
.visual .slide .caption .text {
  max-width: 80%;
  padding: 0 0 0 100px;
}
.visual .slide .caption .txt {
  margin: 11px 0 23px;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  opacity: 0;
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .6s ease 2s;
  transition: all .6s ease 2s;
}
.visual .slide .caption h1 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 100px;
  opacity: 0;
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .6s ease 2s;
  transition: all .6s ease 2s;
}
.visual .slide .caption h1 .add {
  display: block;
}
.visual .slide .caption h1 .add2 {
  display: block;
}
.visual .slide .caption .icon {
  font-weight: 700;
}
.visual .slide .caption .light {
  font-weight: 200;
}
.visual .slide .box {
  opacity: 0;
  z-index: -1;
  -ms-transform: rotate(20deg) translateX(50px);
  -webkit-transform: rotate(20deg) translateX(50px);
  transform: rotate(20deg) translateX(50px);
  -webkit-transition: all .6s ease 1.4s;
  transition: all .6s ease 1.4s;
}
.visual .slide.slick-active .image {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .6s ease .4s;
  transition: all .6s ease .4s;
}
.visual .slide.slick-active .box {
  opacity: 1;
  -ms-transform: rotate(0) translateX(0);
  -webkit-transform: rotate(0) translateX(0);
  transform: rotate(0) translateX(0);
  -webkit-transition: all .8s ease 1s;
  transition: all .8s ease 1s;
}
.visual .slide.slick-active .caption h1 {
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .8s ease 1.8s;
  transition: all .8s ease 1.8s;
}
.visual .slide.slick-active .caption .txt {
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .8s ease 1.8s;
  transition: all .8s ease 1.8s;
}
.visual .slide.slick-active .social-networks {
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .8s ease 1.8s;
  transition: all .8s ease 1.8s;
}
.visual .pagination {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 3;
  margin: -51px 0 0;
}
.visual .pagination li {
  margin: 0 0 30px;
  display: block;
}
.visual .pagination a {
  text-decoration: none;
  width: 30px;
  height: 4px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: top;
  border-color: #fff;
}
.visual .slick-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 3;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: -51px 0 0;
}
.visual .slick-dots li {
  margin: 0 0 30px;
}
.visual .slick-dots button {
  text-decoration: none;
  width: 30px;
  height: 4px;
  margin: 0;
  padding: 0;
  background: none;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: top;
  border-color: #fff;
}
.visual .social-networks {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .6s ease 2s;
  transition: all .6s ease 2s;
}
.social-networks li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 29px 0 0;
}
.social-networks a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 28px;
  border-radius: 100%;
  border: 1px solid #252525;
  color: #252525;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.smooth-section {
  position: absolute;
  margin: -100px 0 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: -1;
}
.info {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 80px;
  display: table;
  width: 100%;
}
.info.right .img-frame:after {
  left: auto;
  right: 0;
}
.info:first-child .txt-frame {
  padding: 0 0 0 4.1%;
}
.info .pricing {
  text-align: right;
  padding: 97px 0 0;
}
.info .pricing li {
  display: inline-block;
  vertical-align: middle;
  width: 30.8%;
  border: 1px solid #e5e5e5;
  padding: 95px 15px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  text-align: center;
  margin: 0 0 0 2.1%;
}
.info .pricing li:hover {
  border-color: #fff;
  box-shadow: 0 14px 54px rgba(0,0,0,0.22);
}
.info .pricing li:hover .price {
  font-size: 48px;
  line-height: 48px;
}
.info .pricing .icon {
  display: inline-block;
  vertical-align: middle;
  width: 182px;
  height: 182px;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin: 0 0 36px;
}
.info .pricing .ico-text {
  display: table;
  width: 100%;
  height: 100%;
}
.info .pricing .ico-box {
  display: table-cell;
  vertical-align: middle;
}
.info .pricing .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 36px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  color: #252525;
  margin: 4px 0 12px;
}
.info .pricing .price sup {
  font-size: 18px;
  line-height: 18px;
  color: #707070;
  top: -0.7em;
}
.info .pricing .month {
  display: block;
  color: #707070;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
}
.info .pricing .package {
  display: block;
  text-transform: uppercase;
  color: #252525;
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 20px;
}
.info .pricing .list {
  border: solid #e5e5e5;
  border-width: 1px 0;
  padding: 27px 0 6px;
  max-width: 53%;
  margin: 0 auto 37px;
}
.info .pricing .list li {
  padding: 0 0 24px;
  width: 100%;
  display: block;
  border: 0;
  color: #707070;
  font-size: 16px;
  line-height: 18px;
}
.info .pricing .list li:hover {
  box-shadow: none;
}
.info .pricing .plan {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #252525;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #252525;
  padding: 10px 16px 12px;
  letter-spacing: 2.2px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.info .txt-holder {
  overflow: hidden;
  margin: 0 0 -19px;
}
.info .txt-holder .images {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 58.4%;
}
.info .txt-holder .images .sub-caption {
  position: absolute;
  right: -38px;
  top: 45.1%;
  color: #b7b7b7;
  font-size: 12px;
  letter-spacing: 6px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.info .txt-holder .images img {
  padding: 13px 0 0 30px;
}
.info .txt-holder .txts {
  display: table-cell;
  vertical-align: middle;
}
.info .txt-holder .txts h3 {
  margin: -7px 0 24px;
  color: #252525;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}
.info .txt-holder .txt-box {
  max-width: 75%;
}
.info .txt-holder .txt-box p {
  color: #707070;
  font-size: 16px;
  margin: 0 0 28px;
  text-transform: none;
}
.info .txt-holder .continue {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: #252525;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.info .txt-holder .continue span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.info .txt-holder .continue i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.info .txt-holder .continue:hover i {
  margin: 0 0 0 8px;
}
.info .txt-holder.right .txt-box {
  float: right;
  text-align: right;
  max-width: 81%;
  padding: 22px 31px 0 0;
}
.info .txt-holder.right .images .sub-caption {
  right: auto;
  left: -70px;
  top: 47.4%;
}
.info .txt-holder.right .images img {
  padding: 0 0 0 120px;
}
.info .slider {
  position: relative;
  padding: 97px 0 80px;
}
.info .slider .mask {
  padding: 78px 0 0;
}
.info .slider .slide {
  background: #fff;
  padding: 0 99px 80px;
  box-shadow: 0 14px 54px rgba(0,0,0,0.22);
}
.info .slider blockquote {
  float: left;
  width: 55%;
  border: 0;
  margin: 0;
  padding: 71px 20px 0 0;
  letter-spacing: .2px;
  font-size: 18px;
  line-height: 36px;
}
.info .slider blockquote q {
  quotes: none;
  display: block;
  margin: 0 0 31px;
  position: relative;
  z-index: 1;
}
.info .slider blockquote q:after {
  position: absolute;
  left: 3px;
  top: -14px;
  font-family: "fontello";
  content: "\e808";
  color: #eee;
  z-index: -1;
  font-size: 58px;
  line-height: 58px;
}
.info .slider blockquote cite {
  font-style: normal;
}
.info .slider blockquote .heading4 {
  margin: 0 0 17px;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
}
.info .slider blockquote .designation {
  display: block;
  text-transform: uppercase;
  color: #b7b7b7;
  letter-spacing: 2.9px;
  font-size: 14px;
  line-height: 16px;
}
.info .slider .images {
  float: right;
  width: 44%;
  margin-top: -78px;
}
.info .slider .pagination {
  margin: 0;
  width: 47.3%;
  position: absolute;
  left: 99px;
  bottom: 159px;
}
.info .slider .pagination li {
  float: left;
  width: 33.1%;
  padding: 0 4.4% 0 0;
}
.info .slider .pagination li.active a {
  box-shadow: 0 14px 54px rgba(0,0,0,0.22);
}
.info .slider .pagination a {
  display: block;
}
.info .slider .pagination a:hover {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.info .slider .pagination a.tabset-active {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.info .services {
  padding: 188px 0 122px;
}
.info .services li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 0 20px 68px 0;
}
.info .services li h3 {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.3px;
}
.info .services li h3 i {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 13px 0 0;
  min-width: 50px;
  font-size: 20px;
  line-height: 20px;
  border-right: 1px solid #e5e5e5;
}
.info .services li h3 span {
  display: inline-block;
  vertical-align: middle;
}
.info .services li h3 .icons-ico-02 {
  font-size: 20px;
}
.info .services li p {
  margin: 0;
}
.info .filter {
  float: right;
  width: 41%;
  padding: 0;
  min-height: 560px;
}
.info .filter li {
  margin: 0 0 46px;
}
.info .filter a {
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  display: inline-block;
  vertical-align: bottom;
}
.info .tild {
  margin: 0 -19px 0 0;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 213px;
  right: 0;
  letter-spacing: 24px;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255,255,255,0.1);
}
.info .num {
  font-family: "OCRAStd", sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 72px;
  line-height: 72px;
  padding: 12px 129px 0 43px;
  letter-spacing: 14px;
  color: rgba(255,255,255,0.1);
}
.info .more {
  position: absolute;
  right: 100px;
  bottom: 80px;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 20px 12px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  letter-spacing: 2.6px;
}
.info .more:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  content: "";
  height: 2px;
  background: #fff;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.info .more:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  content: "";
  height: 2px;
  background: #fff;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.info .more:hover:after {
  left: 50%;
}
.info .more:hover:before {
  right: 50%;
}
.info .img-frame {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  width: 58%;
}
.info .img-frame:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 55.5%;
  content: "";
  background: #252525;
  z-index: -1;
}
.info .img-frame .text {
  display: table-cell;
  vertical-align: top;
  padding: 80px 0;
  color: rgba(255,255,255,0.1);
  position: relative;
  text-align: center;
  width: 41.2%;
}
.info .img-frame .image {
  display: table-cell;
  vertical-align: top;
  padding: 80px 0;
}
.info .img-frame .image img {
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  display: block;
  width: 100%;
  height: auto;
}
.info .img-frame .box {
  position: absolute;
  left: 15px;
  right: 15px;
  text-align: center;
  bottom: 95px;
}
.info .img-frame .box p {
  letter-spacing: 2.8px;
}
.info .img-frame .box-inner {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 0 0 60px;
}
.info .img-frame h3 {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
}
.info .img-frame p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.info .txt-frame {
  display: table-cell;
  vertical-align: middle;
  color: #707070;
}
.info .txt-frame h3 {
  font-weight: 700;
  margin: 0 0 22px;
  color: #252525;
  font-size: 36px;
  line-height: 36px;
}
.info .txt-frame h3 a {
  text-decoration: none;
  color: #252525;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.info .txt-frame p {
  margin: 0 0 55px;
}
.info .txt-frame .text-box {
  padding: 41px 42px 0 0;
  text-align: left;
}
.info .txt-frame .text-box li {
  display: inline-block;
  vertical-align: middle;
  width: 49.5%;
  position: relative;
}
.info .txt-frame .text-box li:first-child:after {
  position: absolute;
  right: 6px;
  top: 9px;
  bottom: 3px;
  width: 1px;
  content: "";
  background: #e5e5e5;
}
.info .txt-frame .text-box li span {
  display: block;
  color: #b7b7b7;
  margin: 0 0 37px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.info .txt-frame .text-box p {
  margin: 0 0 0 19px;
}
.info .txt-frame .text-box h2 {
  margin: 0 0 17px;
  font-weight: 300;
  font-size: 36px;
  line-height: 38px;
}
.info .txt-frame .text-box h2 a {
  text-decoration: none;
  color: #252525;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.info .txt-frame .social-networks li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
}
.info .txt-frame .social-networks li span {
  display: none;
}
.info .txt-frame .img-holder .box {
  float: left;
  width: 49.9%;
  padding: 0 3.6% 0 0;
}
.info .txt-frame .img-holder .img {
  overflow: visible;
  margin: 0 0 26px;
}
.info .txt-frame .img-holder .img img {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.info .txt-frame .img-holder .img a {
  text-decoration: none;
}
.info .txt-frame .img-holder .img a:hover img {
  opacity: 1;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.info .txt-frame .img-holder .txt-box {
  overflow: hidden;
  text-align: left;
  padding: 0 0 0 29px;
}
.info .txt-frame .img-holder h3 {
  margin: 0 0 2px;
  color: #252525;
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
}
.info .txt-frame .img-holder .designation {
  margin: 0;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #b7b7b7;
  font-size: 12px;
  line-height: 14px;
}
.info .img-area {
  overflow: hidden;
  padding: 0 0 0 31px;
  padding: 0;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.info .img-area img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.info .img-area .image-frame {
  position: relative;
  overflow: hidden;
}
.info .img-area .image-frame:hover .caption {
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}
.info .img-area .caption {
  -ms-transform: translate(0,150%);
  -webkit-transform: translate(0,150%);
  transform: translate(0,150%);
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 14px 54px rgba(0,0,0,0.22);
  text-align: center;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.info .img-area .caption .c1 {
  display: table;
  width: 100%;
  height: 100%;
}
.info .img-area .caption .c2 {
  display: table-cell;
  vertical-align: middle;
}
.info .img-area .caption .title {
  display: block;
  padding: 2px 0 10px;
  font-weight: 700;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
.info .img-area .caption p {
  margin: 0 0 26px;
  font-size: 12px;
  line-height: 14px;
  color: #b7b7b7;
  font-style: italic;
  text-transform: none;
}
.info .img-area .caption .icons li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px;
}
.info .img-area .caption .icons a {
  display: inline-block;
  vertical-align: middle;
  color: #252525;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 23px;
  line-height: 23px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.info .img-area .caption .icons a span {
  display: none;
}
.info .img-area .caption .icons a i {
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
}
.info .img-area .caption .icons a .icon-attach {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.info .img-area .img-t {
  overflow: hidden;
}
.info .img-area .img-t .align-left {
  float: left;
  width: 66.5%;
}
.info .img-area .img-t .align-left .holder {
  overflow: hidden;
}
.info .img-area .img-t .align-left .holder .image-frame {
  float: left;
  width: 50%;
}
.info .img-area .img-t .align-right {
  float: left;
  width: 33.5%;
}
.info .img-area .img-b {
  overflow: hidden;
}
.info .img-area .img-b .image-frame {
  float: left;
  width: 33.3%;
}
.info .img-area .img-b .image-frame + .image-frame {
  width: 66.7%;
}
.info .img-area .item {
  float: left;
  width: 33.33%;
  overflow: hidden;
}
.info .img-area .item:hover .caption {
  transform: translate(0,0);
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
.info .img-area .item.add {
  width: 66.66%;
}
.info.team .txt-frame .text-box {
  padding: 71px 42px 117px 0;
}
.info.team .img-frame {
  width: 54.8%;
  vertical-align: top;
}
.info.team .img-frame:after {
  width: 58.8%;
}
.info.team .img-frame .image {
  width: 58.8%;
}
.info.team .img-frame .image img {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  display: inline-block;
  vertical-align: top;
}
.info.team .img-frame .image a {
  text-decoration: none;
}
.info.team .img-frame .image a:hover img {
  opacity: 1;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
}
.info.team .num {
  padding: 14px 0 0 116px;
}
.info.team .tild {
  left: -40px;
  right: auto;
  top: 239px;
}
.info.work .txt-frame {
  vertical-align: top;
  position: relative;
  z-index: 1;
  width: 32.2%;
  padding: 4.8% 0 0;
}
.info.work .txt-frame:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: #252525;
  z-index: -1;
}
.info.work .num {
  padding: 12px 79px 0 93px;
}
.info.work .tild {
  margin: 28px -159px 0 0;
  right: 50%;
}
.info.work .img-frame {
  width: 68%;
}
.info.work .img-frame:after {
  display: none;
}
.info.work .more {
  right: auto;
  left: 100px;
}
.info.work .img-area {
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.info.service-area .img-frame {
  width: 32.2%;
  vertical-align: top;
  text-align: right;
  padding: 4.8% 0 0;
  color: rgba(255,255,255,0.1);
}
.info.service-area .img-frame:after {
  width: 100%;
}
.info.service-area .num {
  padding: 12px 78px 0 43px;
}
.info.service-area .tild {
  top: 293px;
  right: 50px;
}
.info.testimonial .img-frame {
  width: 72%;
}
.info.testimonial .img-frame:after {
  display: none;
}
.info.testimonial .txt-frame {
  position: relative;
  vertical-align: top;
  padding: 4.7% 0 0;
  z-index: 1;
  width: 28.2%;
}
.info.testimonial .txt-frame:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 113.7%;
  content: "";
  background: #252525;
  z-index: -1;
}
.info.testimonial .num {
  padding: 12px 92px 0 92px;
}
.info.testimonial .tild {
  right: 27px;
  top: 291px;
}
.info.testimonial .more {
  left: 100px;
  right: auto;
}
.info.blogs .img-frame {
  width: 67.8%;
  padding: 0 0 25px;
}
.info.blogs .img-frame:after {
  display: none;
}
.info.blogs .txt-frame {
  vertical-align: top;
  padding: 4.7% 0 0;
  width: 32.5%;
  position: relative;
  z-index: 1;
  text-align: right;
}
.info.blogs .txt-frame:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: #252525;
  z-index: -1;
}
.info.blogs .num {
  padding: 12px 78px 0 43px;
}
.info.blogs .tild {
  right: 102px;
  top: 239px;
}
.info.price {
  padding: 21px 0 0;
}
.info.price .img-frame {
  vertical-align: top;
  color: rgba(255,255,255,0.1);
  width: 32.2%;
  padding: 4.7% 0 0;
}
.info.price .img-frame:after {
  width: 100%;
}
.info.price .txt-frame {
  vertical-align: bottom;
}
.info.price .num {
  padding: 12px 89px 0 92px;
}
.info.price .tild {
  top: 190px;
  right: auto;
  left: 127px;
}
.info.price .more {
  left: 100px;
  right: auto;
}
.client-area {
  margin: -12px 0 77px 0;
}
.client-area li {
  display: inline-block;
  vertical-align: middle;
  width: 19.5%;
  text-align: center;
}
.client-area .box {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.client-area .ico {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  min-height: 100px;
}
.client-area .ico img {
  display: block;
  width: 100%;
  height: auto;
}
.client-area .ico.heart {
  width: 52px;
  padding: 11px 0 0;
}
.client-area .ico.task {
  width: 52px;
  padding: 13px 0 0;
}
.client-area .ico.days {
  width: 44px;
}
.client-area .ico.team {
  width: 60px;
  padding: 9px 0 0;
}
.client-area .title {
  display: block;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  font-weight: normal;
  margin: 0 0 28px;
  letter-spacing: 2.7px;
}
.client-area .count {
  display: block;
  color: #252525;
  font-weight: 700;
  letter-spacing: 6.9px;
  font-size: 36px;
  line-height: 38px;
}
#sp-footer,
#sp-bottom {
  overflow: hidden;
  color: #707070;
}
#sp-footer .max-container,
#sp-bottom .max-container {
  background: #252525;
  padding: 80px 85px 0;
}
#sp-footer .max-container {
  padding: 0 85px;
}
.logo-footer {
  display: block;
  width: 233px;
  margin: 0 0 27px;
}
.logo-footer a {
  text-decoration: none;
}
.logo-footer .icon {
  margin: 0 7px 0 -3px;
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 36px;
}
.logo-footer .img {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 36px;
  width: 194px;
}
.logo-footer .img img {
  display: block;
  width: 100%;
  height: auto;
}
.f1 {
  overflow: hidden;
  margin: 0 auto;
}
.f1 .footer-txt {
  overflow: hidden;
}
.f1 .footer-txt .text {
  float: left;
  font-size: 14px;
  line-height: 26px;
}
.f1 .footer-txt .text p {
  margin: 0 0 25px;
}
.f1 .footer-txt p {
  margin: 0;
}
.f1 .contact {
  border-top: 1px solid #3b3b3b;
  padding: 25px 0 0;
  color: #707070;
  font-size: 14px;
  line-height: 24px;
}
.f1 .contact a {
  text-decoration: none;
  color: #707070;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.f1 address {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 24px;
}
.f1 .email {
  display: block;
  margin: 0 0 12px;
}
.f1 .holder {
  float: left;
  width: 75%;
}
.f1 .testimonial {
  float: right;
  width: 43.1%;
  font-size: 14px;
  line-height: 26px;
}
.f1 .testimonial li {
  margin: 0 0 20px;
}
.f1 .testimonial p {
  margin: 0;
}
.f1 .testimonial a {
  text-decoration: none;
}
.f1 .frame {
  float: right;
  width: 36.3%;
  padding: 2px 0 0;
}
.f1 .wpcf7-form {
  background: #fff;
  overflow: hidden;
  padding: 49px 49px 54px;
  margin-left: 50px;
}
.f1 .wpcf7-form h3 {
  margin: 0 0 16px;
  letter-spacing: 2.6px;
  font-size: 24px;
  line-height: 26px;
}
.f1 .wpcf7-form input[type="email"] {
  padding: 0;
  outline: none;
  float: left;
  width: 100%;
  border: solid #e5e5e5;
  border-width: 0 0 1px;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  height: 52px;
}
.f1 .wpcf7-form input[type="text"] {
  padding: 0;
  outline: none;
  float: left;
  width: 100%;
  border: solid #e5e5e5;
  border-width: 0 0 1px;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  height: 52px;
}
.f1 .wpcf7-form textarea {
  padding: 0;
  outline: none;
  float: left;
  width: 100%;
  border: solid #e5e5e5;
  border-width: 0 0 1px;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  height: 52px;
  resize: none;
  padding: 15px 0;
  height: 70px;
  margin: 0 0 50px;
}
.f1 .wpcf7-form input[type="email"].error {
  color: red;
  border-color: red;
}
.f1 .wpcf7-form input[type="text"].error {
  color: red;
  border-color: red;
}
.f1 .wpcf7-form textarea.error {
  color: red;
  border-color: red;
}
.f1 .wpcf7-form input[type="submit"] {
  float: left;
  background: #fff;
  border: 1px solid #252525;
  font-weight: bold;
  color: #252525;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  padding: 13px 18px 11px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.done-massage {
  background: #dff0d8 none repeat scroll 0 0;
  border: 1px solid #d6e9c6;
  border-radius: 10px;
  color: #468847;
  display: none;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
}
.f2 {
  overflow: hidden;
  margin: 0 auto;
}
.f2 .sub-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.f2 .sub-nav {
  padding: 29px 0 31px;
  position: relative;
  overflow: hidden;
}
.f2 .sub-nav:before {
  position: absolute;
  left: 0;
  right: 70px;
  top: 0;
  height: 1px;
  content: "";
  background: #3b3b3b;
}
.f2 .sub-nav li {
  float: left;
  margin: 0 57px 0 0;
  position: relative;
}
.f2 .sub-nav li:after {
  position: absolute;
  left: -28px;
  top: 4px;
  width: 2px;
  height: 11px;
  content: "";
  background: #707070;
}
.f2 .sub-nav a {
  text-decoration: none;
  color: #707070;
  font-weight: bold;
  letter-spacing: 2.2px;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.f2 .sp-copyright {
  float: right;
  color: #707070;
  padding: 32px 22px 0 0;
  letter-spacing: 1.3px;
  font-size: 12px;
  line-height: 14px;
}
.f2 .sp-copyright a {
  text-decoration: none;
  color: #707070;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.promo {
  position: relative;
  overflow: hidden;
  margin: 0 0 69px;
}
.promo .max-container {
  position: relative;
}
.promo .holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.promo .frame {
  display: table;
  width: 100%;
  height: 100%;
}
.promo .box {
  display: table-cell;
  vertical-align: middle;
}
.promo .heading {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px 11px;
}
.promo h1 {
  margin: 5px 0 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
}
.promo h2 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  margin: 0;
  position: relative;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
}
.promo h2:after {
  position: absolute;
  left: 100%;
  top: 8px;
  height: 1px;
  content: "";
  width: 1000%;
}
.promo h2:before {
  position: absolute;
  left: 100%;
  top: 8px;
  height: 1px;
  content: "";
  width: 1000%;
  left: auto;
  right: 100%;
}
.promo.add {
  padding: 0 0 11px;
}
.promo.portfolio {
  padding: 0 0 5px;
}
.promo.contact {
  margin: 0 0 100px;
  padding: 0;
}
.blockquote {
  overflow: hidden;
  margin: 0 0 50px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.blockquote .img {
  width: 100%;
  display: block;
  max-width: inherit;
}
.blockquote .frame {
  margin: 30px 20px;
  border: 1px solid #5e5e5e;
}
.blockquote .box-t {
  width: 100%;
  height: 100%;
  display: table;
}
.blockquote .box-c {
  display: table-cell;
  vertical-align: middle;
}
.blockquote blockquote {
  border: 0;
  padding: 30px 36px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.blockquote blockquote .icon-quote-left {
  font-size: 25px;
  line-height: 25px;
  margin: -3px 0 4px -4px;
  display: block;
}
.blockquote blockquote .icon-attach {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 16px -3px;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.blockquote blockquote q {
  font-style: italic;
  quotes: none;
  display: block;
  margin: 0 0 20px;
}
.blockquote blockquote q span {
  display: block;
}
.blockquote blockquote cite {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  padding: 9px 0 0 15px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  letter-spacing: 2.8px;
}
.blockquote blockquote cite:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 2px;
  width: 30px;
}
.post {
  padding: 11px 0 0;
}
.post .image-box {
  position: relative;
  overflow: hidden;
  margin: 0 0 60px;
}
.post .image-box time {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 9px 9px 10px;
  letter-spacing: 2px;
  background: #fff;
  text-align: center;
}
.post .image-box time .date {
  display: block;
  color: #252525;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
}
.post .image-box time .month {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #707070;
  font-size: 12px;
  line-height: 14px;
}
.post .image-box .slide {
  position: relative;
}
.post .image-box .slide img {
  display: block;
  width: 100%;
  height: auto;
}
.post .image-box .slide .btn-play {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  pointer-events: none;
}
.post .image-box .slide .btn-play .icon-music {
  display: block;
  margin: 0;
  line-height: 50px;
}
.post .image-box .slide .btn-play.add:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  border-style: solid;
  margin: -6px 0 0 -6px;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
}
.post .image-box .slick-next {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -25px 0 0;
  z-index: 2;
  padding: 0;
  background: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
  height: 50px;
  border: 1px solid #707070;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  left: auto;
  right: 10px;
}
.post .image-box .slick-next:after {
  top: 12px;
  left: 12px;
  color: #fff;
  text-indent: 0;
  content: "\e80c";
  position: absolute;
  font-family: "fontello";
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  content: "\e80d";
}
.post .image-box .slick-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -25px 0 0;
  z-index: 2;
  padding: 0;
  background: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
  height: 50px;
  border: 1px solid #707070;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.post .image-box .slick-prev:after {
  top: 12px;
  left: 12px;
  color: #fff;
  text-indent: 0;
  content: "\e80c";
  position: absolute;
  font-family: "fontello";
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.post .text-area {
  overflow: hidden;
  text-align: center;
}
.post .text-area h2 {
  margin: 0 0 4px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}
.post .text-area h3 {
  margin: 0 0 33px;
  font-size: 30px;
  line-height: 32px;
}
.post .itemBody {
  padding: 0;
  font-size: 16px;
  margin: 0 0 54px;
}
.post .itemBody p {
  margin: 0 0 36px;
  text-align: left;
  line-height: 26px;
}
.post .btn-holder {
  overflow: hidden;
}
.post .btn-holder .more {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #252525;
  font-style: italic;
  text-decoration: none;
  letter-spacing: 2.9px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.post .btn-holder .more span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.post .btn-holder .more i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.post .btn-holder .more:hover i {
  margin-left: 5px;
}
.post .social {
  text-align: center;
  color: #b7b7b7;
  border: 1px solid #e5e5e5;
  padding: 9px 5px;
  margin: 0 0 59px;
}
.post .social li {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  position: relative;
}
.post .social li + li:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 30px;
  content: "";
  background: #e5e5e5;
}
.post .social .num {
  color: #707070;
}
.post .social .name {
  color: #707070;
}
.post .social .social-networks li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 4px;
  width: auto;
}
.post .social .social-networks li + li {
  border: 0;
}
.post .social .social-networks li + li:after {
  display: none;
}
.post .social .social-networks a {
  border: 0;
}
.post .social .social-networks span {
  display: none;
}
.post .info-list {
  color: #b7b7b7;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}
.post .info-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 23px;
  position: relative;
}
.post .info-list li + li:after {
  position: absolute;
  left: -10px;
  top: 5px;
  width: 20px;
  height: 1px;
  content: "";
  background: #b7b7b7;
}
.post .holder {
  margin: 0 -3.3% 0 0;
}
.post .holder .box {
  display: inline-block;
  vertical-align: top;
  width: 47.2%;
  margin-right: 20px;
}
.post .box {
  margin: 0 0 58px;
}
.post .box .image-box {
  margin: 0 0 27px;
}
.post .box .image-box a:hover img {
  opacity: .7;
}
.post .box img {
  width: 100%;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.post .box .text-area {
  margin: 0 0 10px;
}
.post .box h3 {
  margin: 0 0 7px;
  font-size: 24px;
  line-height: 26px;
}
.post .box h3 a {
  text-decoration: none;
  color: #252525;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.post .text-area h3 a {
  text-decoration: none;
  color: #252525;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.post.detail {
  padding: 0;
}
.post.detail .text-area {
  margin: 0 0 26px;
}
.post.detail .text-area p {
  margin: 0 0 26px;
}
.post.detail .txts {
  padding: 3px 0 44px;
  font-size: 16px;
  line-height: 26px;
}
.post.add .image-box {
  margin: 0 0 37px;
}
.post.add .text-area {
  margin: 0 0 47px;
}
.post.add .text-area h3 {
  margin: 0 0 23px;
}
.btn-area {
  text-align: center;
  margin: -30px 0 80px;
}
.btn-area .more {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  text-decoration: none;
  min-width: 170px;
  text-transform: uppercase;
  border: 1px solid #252525;
  font-size: 12px;
  line-height: 26px;
  padding: 5px 5px 7px;
  color: #252525;
  letter-spacing: 2.3px;
}
.paginations {
  overflow: hidden;
  margin: 0 0 80px;
  display: block;
  border-radius: 0;
}
.paginations ul {
  text-align: center;
}
.paginations li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.paginations li.active a {
  border-color: #000;
}
.paginations a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 39px;
  border: 1px solid #e5e5e5;
  color: #252525;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  line-height: 36px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.paginations a:hover {
  border-color: #000;
}
.sidebar .sp-module {
  margin: 0;
}
.sidebar .sp-module h3.sp-module-title {
  margin: 0;
  font-weight: 700;
  padding: 8px 0 18px 13px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.sidebar .sp-module h3.sp-module-title:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  content: "";
  background: #000;
}
.sidebar .sp-module.add h3.sp-module-title {
  padding-bottom: 28px;
}
.sidebar .search-area {
  border: 1px solid #e5e5e5;
  padding: 8px 0 5px;
  margin: 0 0 61px;
}
.sidebar .search-area .search-box input[type="text"] {
  float: left;
  width: 205px;
  height: 31px;
  border: 0;
  background: #fff;
  outline: none;
  padding: 0 10px;
  border-right: 1px solid #e5e5e5;
}
.sidebar .search-area span.search {
  float: right;
  width: 45px;
  margin: -6px 2px 0 0;
}
.sidebar .search-area button[type="submit"] {
  background: #fff;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 26px;
}
.sidebar .categories ul,
.sidebar .k2ArchivesBlock ul {
  padding: 0 0 36px;
}
.sidebar .categories ul li,
.sidebar .k2ArchivesBlock ul li {
  padding: 10px 0 19px 24px;
  position: relative;
}
.sidebar .categories ul li:after,
.sidebar .k2ArchivesBlock ul li:after {
  position: absolute;
  left: 0;
  top: 18px;
  content: "";
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #e5e5e5;
}
.sidebar .categories ul li + li,
.sidebar .k2ArchivesBlock ul li + li {
  border-top: 1px solid #e5e5e5;
}
.sidebar .categories ul a,
.sidebar .k2ArchivesBlock ul a {
  text-decoration: none;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.sidebar .instagram {
  margin: 11px -10px 50px 0;
}
.sidebar .instagram li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 10px 0;
}
.sidebar .instagram a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.sidebar .instagram a:hover img {
  opacity: .7;
}
.sidebar .recent {
  padding: 20px 0 30px;
}
.sidebar .recent li {
  margin: 0 0 30px;
}
.sidebar .recent .img {
  float: left;
  width: 83px;
  margin: 0 17px 0 0;
}
.sidebar .recent .img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.sidebar .recent .img a:hover img {
  opacity: .7;
}
.sidebar .recent .txt {
  overflow: hidden;
}
.sidebar .recent h3 {
  margin: -7px 0 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
.sidebar .recent h3 a {
  text-decoration: none;
  color: #252525;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.sidebar .recent time {
  display: block;
  color: #b7b7b7;
  font-style: italic;
  font-size: 12px;
  line-height: 14px;
}
.sidebar .tags {
  padding: 20px 0 0;
}
.sidebar .tags li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 9px 0;
}
.sidebar .tags a {
  display: inline-block;
  vertical-align: top;
  color: #707070;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 7px 22px;
  text-decoration: none;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.article-holder {
  overflow: hidden;
  padding: 11px 0 57px;
}
.article-holder .article {
  display: table;
  width: 100%;
}
.article-holder .article:nth-child(even) .txt {
  text-align: right;
  padding: 0 7% 0 0;
}
.article-holder .article:nth-child(even) .title {
  left: auto;
  right: -97px;
}
.article-holder .image {
  width: 48.8%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.article-holder .image img {
  display: block;
  width: 100%;
  height: auto;
}
.article-holder .text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.article-holder .txt {
  max-width: 71%;
  padding: 0 0 0 7%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
}
.article-holder .title {
  font-weight: normal;
  position: absolute;
  left: -99px;
  top: 50%;
  white-space: nowrap;
  color: #b7b7b7;
  font-size: 12px;
  line-height: 14px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  margin: -11px 0 0;
  letter-spacing: 6px;
}
.article-holder h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 25px;
}
.article-holder p {
  margin: 0 0 30px;
  color: #707070;
}
.article-holder .more {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #252525;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2.8px;
  font-weight: 700;
  font-style: italic;
}
.article-holder .more span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.article-holder .more .icon-right-thin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.article-holder .more:hover .icon-right-thin {
  margin-left: 5px;
}
.comment {
  overflow: visible;
  margin: 0 0 38px;
  padding: 0 0 2px;
  border-bottom: 1px solid #e9e9e9;
}
.comment h3 {
  margin: 0;
  font-weight: 700;
  padding: 8px 0 49px 13px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.comment h3:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 30px;
  content: "";
}
.comment ol li {
  margin: 0;
}
.comment ol ol li {
  padding: 0 0 0 96px;
}
.comment ol .box {
  overflow: hidden;
  padding: 0 0 41px;
}
.comment ol .box .imgs {
  float: left;
  width: 68px;
  margin: 1px 28px 0 0;
}
.comment ol .box .imgs img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.comment ol .box .imgs a:hover img {
  opacity: .7;
}
.comment ol .box .txt {
  overflow: hidden;
  position: relative;
  padding: 0 0 0 30px;
}
.comment ol .box .txt:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 8px;
  width: 1px;
  content: "";
  background: #e9e9e9;
}
.comment ol .box .txt p {
  color: #707070;
  margin: 0;
  font-size: 17px;
  line-height: 26px;
}
.comment ol .box .head-area {
  overflow: hidden;
  margin: 0 0 10px;
}
.comment ol .box .head {
  float: left;
  max-width: 50%;
}
.comment ol .box .head time {
  display: block;
  color: #b7b7b7;
  margin: 0 0 4px;
  font-style: italic;
  font-size: 12px;
  line-height: 14px;
}
.comment ol .box .head h4 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}
.comment ol .box .head h4 a {
  color: #252525;
  text-decoration: none;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.comment ol .box .reply {
  float: right;
  max-width: 50%;
  text-decoration: none;
  min-width: 92px;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 5px 8px;
  color: #252525;
  margin: 14px 0 0;
  border: 1px solid #252525;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.comment-form {
  overflow: hidden;
  margin: 0 0 79px;
}
.comment-form::-webkit-input-placeholder {
  color: #b7b7b7;
}
.comment-form:-moz-placeholder {
  color: #b7b7b7;
}
.comment-form::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
}
.comment-form:-ms-input-placeholder {
  color: #b7b7b7;
}
.comment-form h3 {
  margin: 0;
  font-weight: 700;
  padding: 10px 0 30px 15px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.comment-form h3:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 30px;
  content: "";
}
.comment-form .column .rows {
  float: left;
  width: 42.6%;
}
.comment-form .column .rows + .rows {
  float: right;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
  float: left;
  width: 100%;
  height: 49px;
  padding: 0 0 4px;
  border: 0;
  margin: 0;
  color: #b7b7b7;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.comment-form textarea {
  float: left;
  width: 100%;
  height: 49px;
  padding: 0 0 4px;
  border: 0;
  margin: 0;
  color: #b7b7b7;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  padding: 25px 0 0;
  min-height: 102px;
  resize: none;
  margin: 0 0 59px;
}
.comment-form input[type="submit"],
.comment-form #comments-form-send,
.comment-form #comments-form-send {
  margin: 0;
  color: #252525;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #252525;
  background: #fff;
  padding: 9px 20px 13px;
  letter-spacing: 2.2px;
  height: auto;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  display: inline-block;
}
.masonry-holder {
  overflow: hidden;
  padding: 0 0 80px;
  text-align: center;
}
.masonry-holder .paginations {
  padding-top: 80px;
}
.masonry-holder h2 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  padding: 8px 0 59px 23px;
  letter-spacing: 3.6px;
  text-align: left;
}
.masonry-holder h2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 1px;
  content: "";
}
.masonry-holder .links {
  padding: 0 0 56px;
}
.masonry-holder .links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.masonry-holder .links a {
  text-decoration: none;
  color: #252525;
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.masonry-holder .sp-simpleportfolio-items .sp-simpleportfolio-item .holder {
  overflow: hidden;
  position: relative;
}
.masonry-holder .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .caption {
  transform: translate(0);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
}
.masonry-holder .sp-simpleportfolio-items .sp-simpleportfolio-item .img img {
  display: block;
  width: 100%;
  height: auto;
}
.masonry-holder .sp-simpleportfolio-items a {
  text-decoration: none;
}
.masonry-holder .sp-simpleportfolio-items .caption {
  -ms-transform: translate(0,-150%);
  -webkit-transform: translate(0,-150%);
  transform: translate(0,-150%);
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 14px 54px rgba(0,0,0,0.22);
  text-align: center;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.masonry-holder .sp-simpleportfolio-items .caption .c1 {
  display: table;
  width: 100%;
  height: 100%;
}
.masonry-holder .sp-simpleportfolio-items .caption .c2 {
  display: table-cell;
  vertical-align: middle;
}
.masonry-holder .sp-simpleportfolio-items .caption .title {
  display: block;
  padding: 2px 0 10px;
  font-weight: 700;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
.masonry-holder .sp-simpleportfolio-items .caption p {
  margin: 0 0 26px;
  font-size: 12px;
  line-height: 14px;
  color: #b7b7b7;
  font-style: italic;
  text-transform: none;
}
.masonry-holder .sp-simpleportfolio-items .caption .icons li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px;
  width: auto;
  padding: 0;
  float: none;
}
.masonry-holder .sp-simpleportfolio-items .caption .icons a {
  display: inline-block;
  vertical-align: middle;
  color: #252525;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 23px;
  line-height: 23px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.masonry-holder .sp-simpleportfolio-items .caption .icons a span {
  display: none;
}
.masonry-holder .sp-simpleportfolio-items .caption .icons a i {
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
}
.masonry-holder .sp-simpleportfolio-items .caption .icons a .icon-attach {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.masonry-holder .masonry.add li {
  width: 31.8%;
}
.masonry-holder .masonry.grid2 li {
  width: 50%;
}
.masonry-holder .masonry.grid3 li {
  width: 33.33%;
}
.masonry-holder .more {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #252525;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #252525;
  text-transform: uppercase;
  padding: 11px 37px 10px;
  letter-spacing: 2.2px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.gallery {
  overflow: hidden;
  padding: 39px 0 60px;
}
.gallery .img {
  float: left;
  width: 65.8%;
  margin: 5px 11.1% 0 0;
}
.gallery .img img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery .text {
  overflow: hidden;
  color: #707070;
  font-size: 16px;
  line-height: 26px;
}
.gallery h2 {
  margin: 0 0 13px;
  color: #252525;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
}
.gallery p {
  margin: 0 0 41px;
}
.gallery dl {
  margin: 0;
  border-top: 1px solid #e5e5e5;
  padding: 54px 0 0;
  letter-spacing: 1.6px;
  font-size: 14px;
  line-height: 16px;
}
.gallery dl dt {
  float: left;
  clear: left;
  font-weight: normal;
  color: #b7b7b7;
  margin: 0 4px 0 0;
  padding: 0 0 16px;
}
.gallery dl dd {
  overflow: hidden;
  font-weight: 700;
  color: #252525;
  padding: 0 0 16px;
}
.project-area {
  padding: 0 0 43px;
}
.project-area h2 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  padding: 8px 0 59px 23px;
  letter-spacing: 3.6px;
}
.project-area h2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 1px;
  content: "";
}
.project-area ul {
  margin: 0 -3%;
  text-align: center;
}
.project-area ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 1% 3%;
  width: 31.8%;
}
.contact {
  overflow: hidden;
  color: #707070;
  padding: 0 0 121px;
  font-size: 16px;
  line-height: 26px;
}
.contact h3 {
  margin: 0 0 18px;
  font-weight: 700;
  color: #252525;
  letter-spacing: -0.5px;
  font-size: 25px;
  line-height: 28px;
}
.contact p {
  margin: 0 0 20px;
}
.contact .column,
.contact .control-group {
  padding: 0 0 16px;
  overflow: hidden;
  margin: 0;
}
.contact .column .control-label,
.contact .control-group .control-label {
  display: none;
}
.contact input[type="text"] {
  float: left;
  width: 100%;
  height: 40px;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  outline: none;
}
.contact input[type="text"]:focus {
  padding-left: 10px;
}
.contact input[type="email"] {
  float: left;
  width: 100%;
  height: 40px;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  outline: none;
}
.contact input[type="email"]:focus {
  padding-left: 10px;
}
.contact input[type="tel"] {
  float: left;
  width: 100%;
  height: 40px;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  outline: none;
}
.contact input[type="tel"]:focus {
  padding-left: 10px;
}
.contact textarea {
  float: left;
  width: 100%;
  height: 40px;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  -webkit-transition: all ease .5s !important;
  transition: all ease .5s !important;
  outline: none;
  margin: 0;
  resize: none;
  height: 112px;
  padding: 8px 0 0;
}
.contact textarea:focus {
  padding-left: 10px;
}
.contact input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
  padding: 12px 29px;
  border: 1px solid #252525;
  font-size: 12px;
  line-height: 14px;
  background: #fff;
  letter-spacing: 1.7px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.about-us {
  padding: 0;
}
.map {
  overflow: hidden;
  padding: 7px 0 0;
  position: relative;
}
.map img {
  display: block;
  width: 100%;
  height: auto;
}
.map .icon-location {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -89px 0 0 -28px;
  z-index: 2;
  font-size: 70px;
  line-height: 70px;
}
.map-canvas {
  top: 0;
  bottom: 0;
  width: 1200px;
  position: absolute;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.loader-container {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader {
  display: block;
  position: absolute;
  font-size: 0;
  color: #f36b21;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.loader >div {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  display: inline-block;
  float: none;
  background-color: transparent;
  border: 0 solid transparent;
}
.loader >div:first-child {
  position: absolute;
  width: 42px;
  height: 42px;
  background: transparent;
  border-style: solid;
  border-width: 3px;
  border-right-color: transparent;
  border-left-color: transparent;
  -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09,.57,.49,.9) infinite;
  animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09,.57,.49,.9) infinite;
}
.loader >div:last-child {
  width: 21px;
  height: 21px;
  -webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09,.57,.49,.9) infinite;
  animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09,.57,.49,.9) infinite;
}
#back-top {
  bottom: 0;
  opacity: 0;
  z-index: 9;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 25px;
  position: fixed;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  background: #252525;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transform: translateY(40px);
}
#back-top.active {
  opacity: 1;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
#back-top:hover {
  opacity: .9;
}
.tb-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f1f1f1;
  border: 1px solid #ddd;
}
.padding-top-lg {
  padding-top: 90px;
}
.padding-top-md {
  padding-top: 60px;
}
.padding-top-sm {
  padding-top: 30px;
}
.padding-bottom-lg {
  padding-bottom: 90px;
}
.padding-bottom-md {
  padding-bottom: 60px;
}
.padding-bottom-sm {
  padding-bottom: 30px;
}
.margin-top-lg {
  margin-top: 90px;
}
.margin-top-md {
  margin-top: 60px;
}
.margin-top-sm {
  margin-top: 30px;
}
.margin-bottom-lg {
  margin-bottom: 90px;
}
.margin-bottom-md {
  margin-bottom: 60px;
}
.margin-bottom-sm {
  margin-bottom: 30px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.fancybox-wrap {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  top: 0;
  left: 0;
  z-index: 8020;
  position: absolute;
}
.fancybox-wrap iframe {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-skin {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-outer {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: relative;
}
.fancybox-inner {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-opened {
  z-index: 9999;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#fancybox-loading {
  background-image: url("../images/fancybox/fancybox_sprite.png");
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: .8;
  z-index: 8060;
  cursor: pointer;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-close:after {
  top: 33px;
  right: 38px;
  font-size: 35px;
  content: "\e900";
  line-height: 35px;
  position: absolute;
  font-family: "icomoon" !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
  overflow: hidden;
  position: absolute;
  background: url("../images/fancybox/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}
.changer-active #style-changer {
  margin: 0;
}
#style-changer {
  top: 186px;
  left: 0;
  width: 244px;
  z-index: 9999;
  position: fixed;
  background: #fff;
  margin: 0 0 0 -245px;
  border: 1px solid #eee;
  padding: 16px 17px 5px 17px;
  -webkit-transition: margin .4s ease;
  transition: margin .4s ease;
  box-shadow: 10px 10px 0 0 rgba(122,122,122,0.1);
}
#style-changer .title {
  color: #222;
  display: block;
  margin: 0 0 15px;
  padding: 0 0 8px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  font: 500 16px/24px "muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#style-changer .subtitle {
  color: #8f8f8f;
  display: block;
  margin: 0 0 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 500 13px/24px "muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#style-changer .list-color {
  margin: 0 0 12px;
  padding: 0 0 14px;
  border-bottom: 1px solid #eee;
}
#style-changer .list-color li {
  padding: 0 1px 4px 5px;
}
#style-changer .list-color a {
  display: block;
  border-radius: 3px;
  width: 33px;
  height: 33px;
}
#style-changer .list-color a:hover {
  opacity: .7;
  text-decoration: none;
}
#style-changer .list-style {
  margin: 0 0 14px;
  padding: 0 0 19px;
  border-bottom: 1px solid #eee;
}
#style-changer .list-style li {
  padding: 0 5px 0 2px;
}
#style-changer .list-style li.dark {
  background: transparent;
}
#style-changer .list-style .btn {
  width: 95px;
  padding: 4px;
  color: #fff;
  display: block;
  font-size: 12px;
  border-radius: 0;
  background: #222;
  text-align: center;
  border: 1px solid #222;
  text-transform: uppercase;
}
#style-changer .list-style .btn:hover {
  color: #222;
  text-decoration: none;
  background: transparent;
}
#style-changer .list-style .btn.add {
  color: #222;
  background: transparent;
}
#style-changer .list-style .btn.add:hover {
  color: #fff;
  background: #222;
}
#style-changer .list-style .btn2 {
  color: #fff;
  width: 95px;
  padding: 4px;
  display: block;
  font-size: 12px;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
}
#style-changer .list-style .btn2:hover {
  text-decoration: none;
  color: #222;
  border-color: #222;
  background: transparent;
}
#style-changer .list-style .btn2.add {
  color: #222;
  border-color: #222;
  background: transparent;
}
#style-changer .list-style .btn2.add:hover {
  color: #fff;
}
#style-changer .list-style.add {
  border: 0;
  padding: 0;
}
#style-changer a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
#style-changer .changer-opener {
  left: 100%;
  font-size: 25px;
  padding: 10px 0 0;
  text-align: center;
  position: absolute;
  background: #fff;
  border-radius: 0 5px 5px 0;
  width: 49px;
  height: 54px;
  top: 50px;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-shadow: 10px 10px 0 0 rgba(122,122,122,0.1);
}
#style-changer .changer-opener:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0;
  }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: .2em;
  }
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: .2em;
  }
}
@-webkit-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%,-50%) rotate(0);
    transform: translate(-50%,-50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    transform: translate(-50%,-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%,-50%) rotate(0);
    transform: translate(-50%,-50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    transform: translate(-50%,-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@-webkit-keyframes ball-clip-rotate-pulse-scale {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
  30% {
    opacity: .3;
    -webkit-transform: translate(-50%,-50%) scale(.15);
    transform: translate(-50%,-50%) scale(.15);
  }
}
@keyframes ball-clip-rotate-pulse-scale {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
  30% {
    opacity: .3;
    -webkit-transform: translate(-50%,-50%) scale(.15);
    transform: translate(-50%,-50%) scale(.15);
  }
}
#itemListPrimary.post .box h3 {
  margin: 0 0 15px;
}
body .featherlight .featherlight-content {
  padding: 0;
  border-bottom: 0;
  background: transparent;
}
body .featherlight .featherlight-close-icon {
  background: transparent;
  font-size: 0;
  opacity: 0.8;
}
body .featherlight .featherlight-close-icon:hover {
  opacity: 1;
}
body .featherlight .featherlight-close-icon:after {
  top: 15px;
  right: 15px;
  font-size: 35px;
  content: "\e900";
  line-height: 35px;
  position: absolute;
  font-family: "icomoon" !important;
}
.sp-tweet .sp-tweet-item {
  border-bottom: none;
  background: transparent;
  padding: 0 0 20px;
}
.toggle-sidebar a {
  padding: 3px 15px;
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #888;
  display: inline-block;
}
.toggle-sidebar i {
  font-size: 18px;
}
.overlay-window {
  cursor: pointer;
  opacity: 0.7;
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  display: none;
  z-index: 998;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
body {
  font-family: 'muli', sans-serif;
}
@media only screen and (max-width: 1919px) {
  .max-container {
    padding: 0 15px;
    max-width: 1600px;
  }
  .info .num {
    padding: 12px 129px 0 30px;
  }
  .info .services {
    padding: 140px 0 80px;
  }
  .info .services li {
    width: 32%;
  }
  .info .slider .slide {
    padding: 0 60px 80px;
  }
  .info .slider .pagination {
    left: 59px;
  }
  .info .txt-holder .images img {
    padding: 0;
  }
  .info .more {
    right: 80px;
  }
  .info.work .num {
    padding: 12px 70px 0;
  }
  .info.work .tild {
    margin: 28px -165px 0 0;
  }
  .info.work .more {
    right: auto;
    left: 80px;
  }
  .info.service-area .num {
    padding: 12px 50px 0;
  }
  .info.service-area .tild {
    right: 15px;
  }
  .info.testimonial .num {
    padding: 12px 65px 0;
  }
  .info.testimonial .tild {
    right: 5px;
  }
  .info.testimonial .more {
    right: auto;
    left: 80px;
  }
  .info.blogs .num {
    padding: 12px 50px 0 43px;
  }
  .info.blogs .tild {
    right: 65px;
  }
  .info.price .num {
    padding: 12px 89px 0 65px;
  }
  .info.price .tild {
    left: 90px;
  }
  .info.price .more {
    right: auto;
    left: 80px;
  }
  .info.team .tild {
    left: -60px;
  }
  .f2 {
    max-width: 100%;
    padding: 0 15px;
  }
  .f2 .sub-nav li {
    margin: 0 50px 0 0;
  }
  .f2 .sub-nav:before {
    right: 61px;
  }
  .f1 {
    max-width: 100%;
    padding: 0 15px;
  }
  #sp-bottom .max-container {
    padding: 80px 35px 0;
  }
  #sp-footer .max-container {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1599px) {
  .max-container {
    max-width: 1400px;
  }
  .f2 .sub-nav li {
    margin: 0 30px 0 0;
    margin: 0 10px 0 0;
    margin: 0 4.1% 0 0;
  }
  .f2 .sub-nav li:after {
    left: -18px;
    left: -6px;
    top: 5px;
    left: -19px;
    top: 6px;
  }
  .f2 .sub-nav a {
    font-size: 10px;
    font-size: 12px;
  }
  .f2 .sub-nav:before {
    right: 5.4%;
  }
  #sp-header .navbar-default {
    width: 83%;
  }
  #sp-header .sp-megamenu-parent li {
    margin: 0 2px 0 0;
  }
  .visual .slide .caption .text {
    padding: 0 0 0 20px;
  }
  .info .tild {
    right: -30px;
  }
  .info .filter {
    width: 44%;
  }
  .info .services li h3 i {
    min-width: inherit;
    border: 0;
  }
  .info .slider .slide {
    padding: 30px 35px 79px;
  }
  .info .slider blockquote {
    padding: 26px 20px 0 0;
  }
  .info .slider .pagination {
    left: 15px;
    left: 35px;
  }
  .info .slider .images {
    width: 45%;
  }
  .info .txt-holder .images img {
    display: block;
    width: 100%;
    height: auto;
  }
  .info .txt-holder .images .sub-caption {
    right: -108px;
  }
  .info .more {
    right: 64px;
  }
  .info .txt-holder.right .txt-box {
    padding: 0;
    max-width: 100%;
  }
  .info .pricing .list {
    max-width: 66%;
  }
  .info .txt-frame .text-box li:first-child:after {
    right: -4px;
  }
  .info.team .tild {
    left: -100px;
  }
  .info.team .txt-frame .text-box {
    padding: 71px 17px 65px 0;
  }
  .info.team .num {
    padding: 14px 0 0 95px;
  }
  .info.work .num {
    padding: 12px 0 0 45px;
  }
  .info.work .tild {
    right: 50%;
  }
  .info.work .more {
    right: auto;
    left: 64px;
  }
  .info.service-area .tild {
    left: -10px;
    right: auto;
  }
  .info.service-area .num {
    padding: 12px 35px 0 0;
  }
  .info.testimonial .tild {
    right: -50px;
  }
  .info.testimonial .num {
    padding: 25px 0 0 50px;
  }
  .info.testimonial .more {
    right: auto;
    left: 64px;
  }
  .info.blogs .num {
    padding: 25px 35px 0 0;
  }
  .info.blogs .tild {
    right: 60px;
  }
  .client-area {
    margin: -12px 0 77px;
  }
  .info.price .tild {
    left: 80px;
  }
  .info.price .more {
    right: auto;
    left: 64px;
  }
  .info.price .num {
    padding: 25px 89px 0 45px;
  }
}
@media only screen and (max-width: 1399px) {
  .max-container {
    max-width: 1280px;
  }
  #sp-header .sp-megamenu-parent a {
    padding: 8px 14px;
  }
  #sp-header .nav-smooth .sp-megamenu-parent > li:last-child {
    margin-right: 0;
  }
  #sp-header .nav-smooth .sp-megamenu-parent a {
    padding: 8px;
  }
  .visual .slide .caption h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .info .img-frame .box {
    bottom: 72px;
    left: 40px;
  }
  .info .img-frame .box p {
    letter-spacing: 1.9px;
  }
  .info .img-frame .box-inner {
    margin: 0;
  }
  .info .txt-frame .text-box li {
    width: 48.5%;
  }
  .info .txt-frame .social-networks li {
    width: auto;
    margin: 0 8px 0 0;
  }
  .info .txt-frame .img-holder .txt-box {
    padding: 0 0 0 17px;
  }
  .info .img-area {
    padding: 0;
    margin: 0;
  }
  .info .img-area .item {
    width: 33.33%;
  }
  .info .img-area .item.add {
    width: 66.66%;
  }
  .info .filter {
    padding: 25px 21px 0;
    min-height: 0;
  }
  .info .filter li {
    margin: 0 0 20px;
  }
  .info .slider blockquote {
    font-size: 14px;
    line-height: 20px;
  }
  .info .slider blockquote q {
    margin: 0 0 6px;
  }
  .info .slider blockquote .heading4 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
  }
  .info .slider blockquote .designation {
    font-size: 12px;
  }
  .info .txt-holder {
    margin: 0;
  }
  .info .txt-holder .txt-box {
    max-width: 97%;
  }
  .info .pricing li {
    width: 31.5%;
    margin: 0 0 0 1.1%;
  }
  .info .pricing .icon {
    width: 160px;
    height: 160px;
  }
  .info .pricing .list {
    max-width: 100%;
  }
  .info .services {
    padding: 70px 0 30px;
  }
  .info .services li h3 i {
    display: block;
    margin: 0 0 10px;
  }
  .info .services li h3 span {
    display: block;
  }
  .info .more {
    right: 40px;
  }
  .f2 {
    max-width: 100%;
  }
  .f2 .sp-copyright {
    padding: 32px 0 0;
  }
  .f2 .sub-nav li {
    margin: 0 2.4% 0 0;
  }
  .f2 .sub-nav li:after {
    left: -11px;
    width: 1px;
    top: 6px;
  }
  .f2 .sub-nav li:first-child:after {
    display: none;
  }
  .info.team .txt-frame .text-box {
    padding: 40px 17px 77px 0;
  }
  .info.team .num {
    padding: 14px 0 0 85px;
  }
  .info.work .num {
    padding: 30px 0 0 35px;
  }
  .info.work .more {
    right: auto;
    left: 40px;
  }
  .info.work .tild {
    margin: 28px -170px 0 0;
  }
  .info.service-area .num {
    padding: 12px 15px 0 0;
  }
  .info.service-area .tild {
    left: -30px;
    top: 275px;
  }
  .info.testimonial .num {
    padding: 25px 0 0 30px;
  }
  .info.testimonial .more {
    right: auto;
    left: 40px;
  }
  .info.testimonial .tild {
    top: 285px;
  }
  .info.blogs .num {
    padding: 25px 20px 0 0;
  }
  .info.blogs .tild {
    right: 30px;
    top: 234px;
  }
  .info.price .num {
    padding: 25px 89px 0 35px;
  }
  .info.price .more {
    right: auto;
    left: 40px;
  }
  .info.price .tild {
    left: 55px;
    top: 183px;
  }
  .f1 .max-container,
  .f2 .max-container {
    max-width: 100%;
  }
  .post .social li {
    width: 32%;
  }
  .post .holder .box {
    margin-right: 12px;
  }
  .post .info-list li {
    padding: 0 10px;
  }
  .post .info-list li + li:after {
    width: 15px;
    left: -10px;
  }
  .article-holder .article {
    padding: 0 0 20px;
  }
  .gallery .img {
    margin: 5px 6.1% 0 0;
  }
}
@media only screen and (max-width: 1279px) {
  .max-container {
    max-width: 1024px;
  }
  .align-right .search-area .mail {
    margin: 2px -5px 0 -2px;
  }
  .navbar-collapse {
    padding-right: 0;
  }
  .container-fluid {
    padding-right: 0;
  }
  #sp-header .navbar-default {
    width: 91%;
  }
  .info {
    font-size: 14px;
    line-height: 22px;
  }
  .info .txt-frame p {
    margin: 0 0 20px;
  }
  .info .txt-frame h3 {
    font-size: 30px;
    margin: 0 0 15px;
    line-height: 32px;
  }
  .info .txt-frame .text-box h2 {
    font-size: 22px;
    margin: 0 0 7px;
    line-height: 28px;
  }
  .info .txt-frame .text-box >li {
    width: 52.5%;
  }
  .info .txt-frame .text-box >li span {
    font-size: 12px;
    margin: 0 0 17px;
  }
  .info .txt-frame .text-box >li:first-child {
    width: 43.5%;
  }
  .info .txt-frame .img-holder .txt-box {
    padding: 0 0 0 10px;
  }
  .info .txt-frame .img-holder .img {
    margin: 0 0 10px;
  }
  .info .txt-frame .img-holder h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .info .txt-frame .img-holder .designation {
    font-size: 12px;
    line-height: 15px;
  }
  .info .txt-frame .img-holder .box {
    padding: 0 4.6% 0 0;
  }
  .info .signature {
    max-width: 150px;
  }
  .info .tild {
    top: 184px;
    right: -50px;
  }
  .info .filter {
    width: 51%;
    padding: 31px 21px 0 0;
  }
  .info .num {
    letter-spacing: 2px;
  }
  .info .slider {
    padding: 49px 0 70px;
  }
  .info .slider .slide {
    padding: 23px 35px 50px;
  }
  .info .slider .pagination {
    bottom: 121px;
  }
  .info .services {
    padding: 30px 0 0;
  }
  .info .services li {
    width: 32.9%;
    font-size: 13px;
    padding: 0 12px 40px 0;
  }
  .info .img-frame h3 {
    margin: 0 0 7px;
    font-size: 21px;
    line-height: 25px;
  }
  .info .img-frame p {
    font-size: 11px;
  }
  .info .img-frame .box {
    bottom: 45px;
  }
  .info .img-frame .text {
    padding: 50px 0;
  }
  .info .img-frame .image {
    padding: 50px 0;
  }
  .info .img-area .caption {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .info .img-area .caption p {
    margin: 0 0 9px;
  }
  .info .txt-holder .images {
    width: 53.4%;
  }
  .info .pricing {
    padding: 60px 0 0;
  }
  .info .pricing li {
    padding: 45px 15px;
  }
  .info .more {
    bottom: 30px;
  }
  .info:first-child .txt-frame {
    padding: 0 0 0 2.1%;
  }
  .info.team .num {
    padding: 14px 0 0 61px;
  }
  .info.team .tild {
    top: 211px;
    left: -130px;
  }
  .info.team .txt-frame .text-box {
    padding: 40px 7px 60px 0;
  }
  .info.work .num {
    padding: 30px 0 0 30px;
  }
  .info.work .tild {
    display: none;
  }
  .info.service-area .num {
    padding: 12px 30px 0 0;
  }
  .info.service-area .tild {
    top: 261px;
    left: -93px;
  }
  .info.blogs .num {
    padding: 25px 28px 0 0;
  }
  .info.blogs .tild {
    top: 218px;
    right: 17px;
  }
  .info.testimonial .tild {
    top: 271px;
    right: -109px;
  }
  .info.price .num {
    padding: 25px 89px 0 30px;
  }
  .info.price .tild {
    top: 172px;
    left: 42px;
  }
  #footer .max-container {
    padding: 60px 0 0;
  }
  .f1 .max-container .holder {
    width: 100%;
  }
  .f1 .max-container .testimonial {
    width: 49.1%;
  }
  .f1 .max-container .wpcf7-form {
    padding: 50px 30px 54px;
    margin: 0;
  }
  .f1 .max-container .wpcf7-form h3 {
    font-size: 19px;
    letter-spacing: 0.8px;
  }
  .f2 .sub-nav:before {
    right: 0;
  }
  .f2 .sub-nav a {
    font-size: 10px;
  }
  .f2 .sub-nav li {
    margin: 0 0 0 19px;
  }
  .f2 .sub-nav li:first-child {
    margin: 0;
  }
  .f2 .sp-copyright {
    font-size: 10px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 1023px) {
  .visual {
    margin: 0 0 40px;
  }
  .visual .slide .caption .text {
    padding: 0;
    max-width: 98%;
  }
  .visual .slide .caption h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .max-container {
    max-width: 768px;
  }
  .align-right .img {
    width: 150px;
  }
  .align-right .search-area {
    width: 14%;
  }
  .align-right .search-area .mail {
    margin: 0;
  }
  .navbar-collapse {
    padding-left: 0;
  }
  .container-fluid {
    padding-left: 0;
  }
  .logo {
    width: 177px;
  }
  .logo .img {
    width: 140px;
  }
  .logo .icon {
    font-size: 26px;
    line-height: 26px;
    margin: 1px 0 -3px -2px;
  }
  #sp-header .navbar-default {
    width: 86%;
    margin-top: -5px;
  }
  #sp-header .sp-megamenu-parent a {
    padding: 8px 3px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  #sp-header .sp-megamenu-parent li {
    margin: 0 20px 0 -6px;
  }
  #sp-header .sp-megamenu-parent .drop {
    float: none;
    display: none;
    padding-top: 0;
    min-width: 120px;
  }
  #sp-header .sp-megamenu-parent .dropdown-menu a {
    font-size: 11px;
    padding: 6px 10px;
  }
  #sp-header .nav-smooth .sp-megamenu-parent a {
    padding: 8px 0;
  }
  .dropdown-menu {
    float: none;
    display: none;
    padding-top: 0;
    min-width: 120px;
  }
  .info {
    display: flex;
    flex-direction: column;
  }
  .info .img-frame {
    order: 1;
    display: block;
    width: 100%;
  }
  .info .img-frame .box-inner {
    margin: 0;
    text-align: center;
  }
  .info .img-frame .box {
    padding: 0;
    display: block;
    position: static;
    text-align: center;
  }
  .info .img-frame .box p {
    letter-spacing: 0;
  }
  .info .img-frame:after {
    display: none;
  }
  .info .img-frame .text {
    width: 100%;
    padding: 40px;
    display: block;
    margin: 0 0 40px;
    background: #252525;
  }
  .info .img-frame .image {
    padding: 0;
    width: 260px;
  }
  .info .slider {
    padding: 40px 0 0;
  }
  .info .slider blockquote {
    padding: 58px 20px 0 22px;
  }
  .info .slider .slide {
    padding: 0 15px 50px;
  }
  .info .slider .pagination {
    bottom: 50px;
  }
  .info .tild {
    white-space: normal;
    margin: 0 !important;
    padding: 0 0 20px !important;
    position: static;
    display: block;
    transform: none;
  }
  .info .txt-holder {
    overflow: visible;
  }
  .info .pricing {
    padding: 0;
    margin: 0 0 0 -20px;
  }
  .info .pricing .icon {
    height: 100px;
    width: 100px;
  }
  .info .pricing .price {
    font-size: 26px;
    line-height: 26px;
  }
  .info .pricing li {
    margin: 0 0 0 7px;
  }
  .info .pricing li:hover .price {
    font-size: 30px;
    line-height: 30px;
  }
  .info .pricing .month {
    font-size: 14px;
    line-height: 14px;
  }
  .info:first-child .txt-frame.text {
    width: 450px;
    padding: 20px 0 0;
  }
  .info:first-child .image {
    right: 0;
    position: absolute;
  }
  .info .txt-frame {
    order: 2;
    display: block;
    width: 100%;
  }
  .info .more {
    order: 3;
    top: auto;
    bottom: auto;
    display: block;
    margin: 0 auto;
    max-width: 200px;
    position: relative;
    vertical-align: top;
    left: auto !important;
    right: auto !important;
  }
  .info .filter li {
    margin: 0 0 10px;
  }
  .info .services {
    padding: 25px 0;
  }
  .info .services li {
    padding: 0 20px 30px 0;
  }
  .info .img-area .caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .info .img-area .caption p {
    margin: 0 0 8px;
  }
  .info .img-area .caption .icons a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .info .img-area .caption .icons a i {
    line-height: 40px;
  }
  .info .num {
    padding: 0;
  }
  .info.testimonial .tild {
    top: 251px;
  }
  .info.testimonial .txt-frame {
    order: 1;
    width: 100%;
    display: flex;
    padding: 40px;
    text-align: center;
    flex-direction: column;
  }
  .info.testimonial .txt-frame:after {
    width: 100%;
  }
  .info.testimonial .txt-frame .num {
    order: 1;
    padding: 0 0 10px;
  }
  .info.testimonial .txt-frame .tild {
    order: 2;
    padding: 5px 0 15px;
  }
  .info.testimonial .txt-frame .more {
    order: 3;
  }
  .info.testimonial .img-frame {
    order: 2;
    width: 100%;
  }
  .info.team .img-frame {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .info.team .img-frame .image {
    display: none;
  }
  .info.team .img-frame .text {
    order: 1;
    margin: 0;
    width: 100%;
    display: flex;
    padding: 25px 0;
    flex-direction: column;
  }
  .info.team .img-frame .text .num {
    order: 1;
    padding: 0 10px 10px;
  }
  .info.team .img-frame .text .tild {
    order: 2;
  }
  .info.work .img-frame {
    order: 2;
    width: 100%;
  }
  .info.work .txt-frame {
    order: 1;
    width: 100%;
    display: flex;
    padding: 30px;
    text-align: center;
    flex-direction: column;
  }
  .info.work .txt-frame .num {
    order: 1;
    padding: 12px 0 0;
  }
  .info.work .txt-frame .tild {
    order: 2;
    display: block;
  }
  .info.work .txt-frame .filter {
    order: 4;
    padding: 0;
    width: 100%;
  }
  .info.work .txt-frame .filter li {
    vertical-align: top;
    margin: 0 14px 10px 0;
    display: inline-block;
  }
  .info.work .more {
    display: none;
  }
  .info.service-area .img-frame {
    width: 100%;
    display: flex;
    padding: 40px;
    margin: 0 0 40px;
    text-align: center;
    background: #252525;
    flex-direction: column;
  }
  .info.service-area .img-frame .num {
    order: 1;
    padding: 0 0 10px;
  }
  .info.service-area .img-frame .tild {
    order: 2;
    padding: 0 0 20px;
  }
  .info.service-area .img-frame .more {
    order: 3;
  }
  .info.blogs .txt-frame {
    order: 1;
    width: 100%;
    padding: 40px;
    display: flex;
    text-align: left;
    margin: 0 0 40px;
    text-align: center;
    flex-direction: column;
  }
  .info.blogs .txt-frame .num {
    order: 1;
    padding: 0 0 10px;
  }
  .info.blogs .txt-frame .tild {
    order: 2;
    padding: 5px 0 15px;
  }
  .info.blogs .txt-frame .more {
    order: 3;
  }
  .info.blogs .img-frame {
    order: 2;
    width: 100%;
  }
  .info.price {
    padding: 0;
  }
  .info.price .img-frame {
    width: 100%;
    display: flex;
    padding: 40px;
    margin: 0 0 40px;
    text-align: left;
    text-align: center;
    background: #252525;
    flex-direction: column;
  }
  .info.price .img-frame .num {
    order: 1;
    padding: 0 0 10px;
  }
  .info.price .img-frame .tild {
    order: 2;
    padding: 5px 0 15px;
  }
  .info.price .img-frame .more {
    order: 3;
  }
  .sidebar .wpcf7-form .rows {
    width: 168px;
  }
  .post .social .social-networks li {
    margin: 0;
  }
  .post .holder .box {
    width: 46.2%;
  }
  .post .info-list {
    text-align: center;
  }
  .post .info-list li {
    padding: 0 10px 5px;
  }
  .blockquote blockquote {
    line-height: 25px;
  }
  .blockquote blockquote q {
    margin: 0 0 5px;
  }
  .promo img {
    max-width: inherit;
    display: block;
    position: relative;
    left: 50%;
    width: 1770px;
    margin: 0 0 0 -885px;
  }
  .article-holder .image img {
    display: block;
    width: 100%;
  }
  .article-holder .txt {
    max-width: 80%;
  }
  .article-holder h2 {
    font-size: 23px;
  }
  .article-holder .title {
    left: -115px;
  }
  .article-holder .article:nth-child(2n) .title {
    left: auto;
    right: -115px;
  }
  .masonry-holder .links a {
    font-size: 16px;
  }
  .gallery {
    padding: 0 0 30px;
  }
  .gallery .img {
    width: 55.8%;
  }
  .map .icon-location {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-megamenu-parent {
    margin-left: 0;
    margin-right: 0;
  }
  .info {
    margin: 0 0 30px;
    display: flex;
    flex-direction: column;
  }
  .info .slider {
    padding: 20px 0;
  }
  .info .slider blockquote {
    padding: 17px 10px 0 0;
    font-size: 13px;
    line-height: 16px;
    font-size: 12px;
  }
  .info .slider blockquote q {
    margin: 0;
  }
  .info .slider blockquote .heading4 {
    font-size: 14px;
    line-height: 16px;
  }
  .info .slider blockquote .designation {
    font-size: 10px;
    font-size: 8px;
  }
  .info .slider .mask {
    padding: 0;
  }
  .info .slider .slide {
    padding: 0 15px;
    padding: 15px 14px 30px;
  }
  .info .slider .images {
    margin: 0;
  }
  .info .slider .pagination {
    position: static;
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  .info .img-frame {
    display: block;
    width: 100%;
  }
  .info .img-frame:after {
    width: 100%;
  }
  .info .img-frame .text {
    padding: 0;
    width: 100%;
    display: block;
  }
  .info .img-frame .image {
    padding: 0;
    width: 100%;
    display: block;
  }
  .info .img-frame .box {
    position: static;
    text-align: center;
  }
  .info .img-frame h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .info .img-frame .box-inner {
    text-align: center;
    padding: 0 0 25px;
  }
  .info .txt-frame {
    display: block;
    width: 100%;
  }
  .info .txt-frame .text-box li {
    width: 100%;
    display: block;
  }
  .info .txt-frame .text-box li:first-child:after {
    display: none;
  }
  .info .txt-frame .text-box li span {
    margin: 0 0 15px;
  }
  .info .txt-frame .text-box >li:first-child {
    width: 100%;
    padding: 0 0 20px;
  }
  .info .txt-frame .text-box p {
    margin: 0;
  }
  .info .txt-frame h3 {
    display: block;
    font-size: 26px;
    line-height: 26px;
    margin: 20px 0 22px 15px;
  }
  .info .txt-frame .social-networks li {
    float: left;
    width: auto;
  }
  .info .num {
    display: block;
    letter-spacing: 0;
    padding: 25px 10px 10px;
    font-size: 40px;
    line-height: 40px;
  }
  .info .tild {
    transform: none;
    position: static;
    margin: 0 0 10px;
    letter-spacing: 0;
  }
  .info:first-child .txt-frame {
    padding: 0;
    width: 100%;
  }
  .info:first-child .image {
    position: static;
  }
  .info:nth-child(2n) .img-frame:after {
    width: 100%;
  }
  .info .img-area .img-t .align-left {
    width: 100%;
  }
  .info .img-area .img-t .align-left .holder .image-frame {
    width: 100%;
  }
  .info .img-area .img-t .align-right {
    width: 100%;
  }
  .info .img-area .img-b .image-frame {
    width: 100%;
  }
  .info .img-area .img-b .image-frame + .image-frame {
    width: 100%;
  }
  .info .img-area .item {
    width: 100%;
  }
  .info .img-area .item.add {
    width: 100%;
  }
  .info .txt-holder {
    margin: 0;
    overflow: hidden;
    margin: 0 0 40px;
  }
  .info .txt-holder .images {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .info .txt-holder .images .sub-caption {
    display: none;
  }
  .info .txt-holder .txts {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .info .txt-holder .txts h3 {
    margin-top: 0;
  }
  .info .txt-holder .txt-box {
    max-width: 100%;
  }
  .info .txt-holder .txt-box p {
    margin: 0 0 18px;
  }
  .info .services {
    padding: 20px 0;
  }
  .info .services li {
    width: 100%;
    padding: 0 0 20px;
  }
  .info .txt-holder.right .images img {
    padding: 0;
  }
  .info .txt-holder.right .txt-box {
    text-align: left;
  }
  .info .pricing {
    padding: 0;
  }
  .info .pricing li {
    width: 100%;
    padding: 25px 15px;
    margin: 0 0 20px;
  }
  body {
    min-width: 320px;
  }
  .smooth-section {
    height: 0;
    margin: 0;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .max-container {
    position: relative;
  }
  .logo {
    position: absolute;
    left: 15px;
  }
  .align-right {
    width: 100%;
  }
  .align-right .search-area {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp-header .navbar-default {
    width: 100%;
  }
  #sp-header .sp-megamenu-parent a:after {
    display: none;
  }
  #sp-header .sp-megamenu-parent a:before {
    display: none;
  }
  #sp-header .sp-megamenu-parent li {
    margin: 0;
  }
  #sp-header .sp-megamenu-parent .dropdown-menu {
    margin: 0;
    overflow: hidden;
    position: static;
    box-shadow: none;
    border: 0;
  }
  #sp-header .sp-megamenu-parent .dropdown-menu li {
    float: left;
    width: 100%;
  }
  #sp-header .sp-megamenu-parent .dropdown-menu li a {
    padding-left: 15px;
  }
  #sp-header .sp-megamenu-parent .drop {
    margin: 0;
    overflow: hidden;
    position: static;
    box-shadow: none;
    border: 0;
    padding-left: 10px;
  }
  .navbar-toggle {
    margin-right: 0;
  }
  .visual {
    margin: 0 0 40px;
  }
  .visual .slideshow .box {
    display: none;
  }
  .visual .slide {
    display: flex;
    flex-direction: column;
  }
  .visual .slide .image {
    order: 1;
    display: block;
    width: 100%;
  }
  .visual .slide .caption {
    order: 2;
    display: block;
    margin-bottom: 30px;
  }
  .visual .slide .caption .txt {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    max-width: 100%;
  }
  .visual .slide .caption h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .visual .slide .caption h1 br {
    display: none;
  }
  .visual .pagination {
    display: none;
  }
  .visual .social-networks {
    position: static;
    padding: 10px 0;
  }
  .info.team .txt-frame {
    display: flex;
    flex-direction: column;
  }
  .info.team .txt-frame .text-box {
    padding: 10px;
    order: 2;
    order: 1 !important;
  }
  .info.team .txt-frame .img-holder {
    order: 1;
  }
  .info.team .img-frame {
    width: 100%;
  }
  .info.team .img-frame .image {
    width: 100%;
  }
  .info.team .tild {
    padding-top: 15px;
  }
  .info.team .num {
    padding: 10px;
  }
  .info.work .txt-frame {
    width: 100%;
  }
  .info.work .img-frame {
    width: 100%;
  }
  .info.work .img-area img {
    width: 100%;
  }
  .info.work .num {
    padding: 52px 0 0 15px;
  }
  .info.service-area .img-frame {
    width: 100%;
    text-align: center;
    padding: 25px 0;
  }
  .info.service-area .tild {
    padding-top: 20px;
  }
  .info.testimonial .txt-frame {
    width: 100%;
    text-align: center;
    padding: 25px 0;
  }
  .info.testimonial .txt-frame:after {
    width: 100%;
  }
  .info.testimonial .img-frame {
    width: 100%;
  }
  .info.testimonial .tild {
    padding-top: 20px;
  }
  .info.blogs .img-frame {
    width: 100%;
  }
  .info.blogs .txt-frame {
    width: 100%;
    text-align: center;
    padding: 25px 0;
  }
  .info.price .img-frame {
    width: 100%;
    text-align: center;
    padding: 25px 0;
  }
  .f1 .holder {
    width: 100%;
  }
  .f1 .footer-txt .text {
    width: 100%;
  }
  .f1 .testimonial {
    width: 100%;
  }
  .f1 .frame {
    width: 100%;
  }
  .f1 .wpcf7-form h3 {
    font-size: 16px;
  }
  .f2 .sub-nav {
    width: 100%;
  }
  .f2 .sub-nav li:after {
    width: 1px;
  }
  .f2 .sp-copyright {
    width: 100%;
    max-width: 100%;
    padding: 0 0 30px;
  }
  .client-area {
    margin: 0 0 25px;
  }
  .client-area li {
    width: 100%;
    margin: 0 0 15px;
    margin: 0 0 30px;
  }
  .client-area .ico {
    min-height: 0;
    margin: 0 0 15px;
  }
  .client-area .title {
    margin: 0 0 5px;
  }
  .promo {
    margin: 0 0 40px;
  }
  .post .image-box {
    overflow: visible;
  }
  .post .image-box .slide time {
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    padding: 0 5px;
  }
  .post .image-box .slide time .date {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  .post .image-box .slide time .month {
    display: inline-block;
    vertical-align: middle;
  }
  .post .image-box .slide .btn-play {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
  }
  .post .image-box .slide .btn-play .icon-music {
    font-size: 12px;
    line-height: 26px;
  }
  .post .image-box .slide .btn-play.add:after {
    border-width: 3px 0 3px 6px;
    margin: -3px 0 0 -3px;
  }
  .post .text-area h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px;
  }
  .post .social {
    padding: 0 5px;
  }
  .post .social >li {
    width: 100%;
    padding: 6px 0 7px;
  }
  .post .social li + li {
    border-top: 1px solid #e5e5e5;
  }
  .post .social li + li:after {
    display: none;
  }
  .post .holder {
    margin: 0;
  }
  .post .holder .box {
    display: block;
    width: 100%;
    margin: 0 0 25px;
  }
  .post .box {
    margin: 0 0 25px;
  }
  .post .box img {
    display: block;
    width: 100%;
    height: auto;
  }
  .blockquote .frame {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }
  .blockquote blockquote {
    padding: 30px 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .sidebar {
    margin-bottom: 40px;
  }
  .sidebar .wpcf7-form .rows {
    width: 80%;
  }
  .sidebar .instagram {
    margin: 11px 0px 50px 0;
  }
  .post.add .text-area {
    margin: 0 0 25px;
  }
  .btn-area {
    margin: 0 0 50px;
  }
  .article-holder .article {
    display: flex;
    flex-direction: column;
  }
  .article-holder .article:nth-child(even) .txt {
    text-align: left;
    padding: 0;
    max-width: 100%;
  }
  .article-holder .article:nth-child(even) .title {
    left: -99px;
    right: auto;
  }
  .article-holder .article .title {
    position: static;
    display: block;
    white-space: normal;
    transform: none;
    padding: 22px 0 12px;
  }
  .article-holder .image {
    width: 100%;
    order: 1;
    display: block;
  }
  .article-holder .text {
    width: 100%;
    order: 1;
    display: block;
    order: 2;
  }
  .article-holder .txt {
    max-width: 100%;
    padding: 0;
  }
  .article-holder h2 {
    margin: 0 0 13px;
  }
  .article-holder p {
    margin: 0 0 12px;
  }
  .comment ol .box {
    padding: 0 0 35px;
  }
  .comment ol .box .imgs {
    float: none;
    display: block;
    margin: 0 0 10px;
  }
  .comment ol .box .txt {
    padding: 0;
    overflow: visible;
  }
  .comment ol .box .txt:after {
    display: none;
  }
  .comment ol ol li {
    padding: 0 0 0 20px;
  }
  .comment-form .column .rows {
    width: 100%;
  }
  .comment-form textarea {
    padding: 14px 0 0;
    margin: 0 0 50px;
  }
  .masonry-holder .links {
    padding: 0 0 20px;
  }
  .masonry-holder .links li {
    display: block;
    margin: 0 0 8px;
  }
  .masonry-holder .masonry {
    margin: 0;
  }
  .masonry-holder .masonry li.coll3 {
    width: 100%;
  }
  .masonry-holder .masonry li.onethird {
    width: 100%;
  }
  .masonry-holder .masonry li {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
  .masonry-holder .masonry.add li {
    width: 100%;
  }
  .masonry-holder .masonry.grid3 li {
    width: 100%;
  }
  .masonry-holder .masonry.grid2 li {
    width: 100%;
  }
  .gallery .img {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .gallery h2 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .gallery p {
    margin: 0 0 37px;
  }
  .gallery dl {
    padding: 34px 0 0;
  }
  .project-area h2 {
    font-size: 17px;
    padding: 8px 0 29px 12px;
  }
  .project-area ul {
    margin: 0;
  }
  .project-area ul li {
    display: block;
    width: 100%;
    padding: 0 0 30px;
  }
  .project-area ul li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .contact {
    padding: 0 0 30px;
  }
  .contact textarea {
    margin: 0 0 25px;
  }
  .map {
    padding: 0 0 30px;
  }
  .map .icon-location {
    font-size: 35px;
  }
  #sp-left,
  #sp-right {
    position: fixed;
    top: 0;
    overflow-y: auto;
    background: #fff;
    z-index: 9998;
    width: 80%;
    display: none;
    height: 100%;
    padding: 30px 15px;
  }
}
