.col-login,
.col-search,
.col-top-popup {
  padding: 0;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .col-login,
  .col-search,
  .col-top-popup {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .col-login,
  .col-search,
  .col-top-popup {
    padding: 0;
  }
}
.col-login a,
.col-search a,
.col-top-popup a {
  color: #fff;
  background: transparent;
  font-size: 0;
  display: inline-block;
  cursor: pointer;
}
.col-login a:hover,
.col-search a:hover,
.col-top-popup a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
.col-login i,
.col-search i,
.col-top-popup i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
}
.login-greeting {
  margin-bottom: 15px;
}
.modal-content {
  border-radius: 0px;
  overflow: hidden;
}
.modal-dialog {
  margin: 100px auto;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .modal-dialog {
    margin: 10px;
    width: auto;
  }
}
.modal-controls .module-title {
  font-size: 26px;
}
.modal-controls .module-title span {
  padding: 5px;
}
.modal-controls .close {
  font-size: 26px;
  color: #5b6675;
  opacity: 1;
  outline: none;
}
.modal-controls .close:hover,
.modal-controls .close:focus {
  color: #abb3be;
  opacity: 1;
}
.modal-controls .search {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
}
.modal-controls .search .button {
  background: #5b6675;
  border: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 25px;
  border-radius: 0;
  padding: 0 !important;
}
.modal-controls .search .button:hover,
.modal-controls .search .button:focus {
  background: #454d58;
}
.modal-controls .search .form-control {
  padding-left: 30px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
  border: 0;
  width: auto;
  height: 50px;
  border-radius: 0px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 460px) {
  .modal-controls .search .form-control {
    width: 180px;
  }
}
.modal-controls .search .btn {
  margin-left: 0;
}
.modal-controls form {
  margin: 0 0 20px;
}
.modal-controls .control-group {
  margin-bottom: 20px;
}
.modal-controls .input-group-addon {
  padding: 0;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
  width: 50px;
  color: #5b6675;
  font-size: 20px;
  border: 0;
}
.modal-controls #form-login-username input,
.modal-controls #form-login-password input {
  padding: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #333333;
  border-radius: 0px;
}
.modal-controls input[type="text"],
.modal-controls input[type="password"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 4px;
  height: 30px;
  border: 0;
}
.modal-controls #form-login-remember {
  margin-left: 53px;
}
.modal-controls #form-login-remember label {
  color: #888;
  font-size: 11px;
  font-weight: normal;
}
.modal-controls .btn {
  margin-left: 53px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  padding: 12px 19px !important;
  background: #5b6675;
  border: 0;
}
.modal-controls .btn:hover,
.modal-controls .btn:focus {
  background: #454d58;
}
.modal-controls ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
.modal-controls li {
  list-style: none;
}
.modal-controls li a {
  font-size: 11px;
  margin-left: 0px;
  color: #333333;
}
.modal-controls li a:hover,
.modal-controls li a:focus {
  color: #abb3be;
}
.modal-controls .login-ico {
  position: absolute;
  bottom: 0px;
  right: 50px;
  font-size: 200px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.15;
}
.contact .mod-header {
  border-bottom: 0;
}
.contact-address dt {
  width: auto;
}
.contact-address dd {
  margin-left: 35px;
}
.contact-address .contact-address-list {
  margin-bottom: 10px;
}
.contact-address .contact-ico {
  background: #5b6675;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 30px;
  font-size: 20px;
  line-height: 35px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 480px) {
  .contact-address .contact-ico {
    margin-right: 20px;
  }
}
.contact-address .contact-ico i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.contact-img {
  padding: 0 35px;
}
@media (max-width: 480px) {
  .contact-img {
    padding: 0;
  }
}
.contact-img img {
  max-width: 100%;
  border: 5px solid #5b6675;
}
.form-top {
  display: inline-block;
  margin-bottom: 10px;
}
.col-inner {
  padding: 0;
}
@media (max-width: 767px) {
  .col-inner {
    padding: 10px 0;
  }
}
.col-inner:first-child {
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .col-inner:first-child {
    padding: 10px 0;
  }
}
.col-inner:last-child {
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .col-inner:last-child {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-form .form-fix input {
  width: 100%;
}
.contact-form .btn {
  background: #808c9c;
  border: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.contact-form .btn:hover,
.contact-form .btn:focus {
  background: #abb3be;
}
.contact-form input.invalid {
  border: 1px solid #cc0000 !important;
}
.contact-form input,
.contact-form .form-control {
  background: #fff;
  box-shadow: none;
  border: 1px solid #5b6675;
  color: #333333;
}
.contact-form textarea {
  border: 1px solid #5b6675;
}
.contact-form textarea.invalid {
  border: 1px solid #cc0000;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  box-shadow: none;
  background: #5b6675;
  color: #fff;
}
.contact-form input::-webkit-input-placeholder {
  color: #333333;
}
.contact-form input::-webkit-input-placeholder:focus {
  color: #fff;
}
.contact-form textarea::-webkit-input-placeholder {
  color: #333333;
  text-transform: uppercase;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #333333;
  text-transform: uppercase;
}
.contact-form .checkbox {
  padding-left: 20px;
  margin-left: 25px;
  display: inline-block;
}
@media (max-width: 325px) {
  .contact-form .checkbox {
    margin-left: 0;
  }
}
.contact-form .checkbox label {
  padding: 0;
}
.contact-form :focus::-webkit-input-placeholder {
  color: #fff;
}
.contact-form :focus::-moz-placeholder {
  color: #fff;
}
.contact-form :focus:-ms-input-placeholder {
  color: #fff;
}
.contact-form :focus:input:-moz-placeholder {
  color: #fff;
}
.about {
  background: #5b6675;
  color: #fff;
  padding: 75px 55px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 45px 20px;
  }
}
.about .about-img img {
  display: inline-block;
}
.about .about-content h3 {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid;
}
.about .about-content .about-content-inner-left {
  padding-right: 30%;
}
@media screen and (max-width: 1379px) {
  .about .about-content .about-content-inner-left {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .about .about-content .about-content-inner-left {
    padding-bottom: 30px;
  }
}
.about .about-content .about-content-inner-right {
  padding-left: 30%;
}
@media screen and (max-width: 1379px) {
  .about .about-content .about-content-inner-right {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .about .about-content .about-content-inner-right {
    padding-top: 30px;
  }
}
.about .about-title {
  color: #5b6675;
  padding: 20px 0 0;
  font-size: 22px;
}
.about .about-title p {
  margin: 0;
}
.about .about-desc {
  padding: 20px 0 0;
}
.about .about-social {
  padding: 20px 0 0;
}
.about .about-social li {
  margin: 0 6px;
}
.about .about-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
.about .about-social a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .features {
    margin-bottom: 55px;
  }
}
.features .features-inner .features-img {
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.features .features-inner .features-img img {
  width: 100%;
  display: inline-block;
}
.features .features-inner .features-ico {
  color: #5b6675;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.features .features-inner .features-ico i {
  font-size: 100px;
}
.features .features-inner .features-title {
  margin-bottom: 30px;
}
.features .features-inner .features-title a {
  color: #5b6675;
  font-size: 30px;
  border-bottom: 1px solid #5b6675;
  line-height: 38px;
  padding-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .features .features-inner .features-title a {
    font-size: 22px;
  }
}
.features .features-inner .features-desc {
  font-size: 22px;
  line-height: 35px;
  font-weight: 100;
  text-align: justify;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .features .features-inner .features-desc {
    font-size: 17px;
  }
}
.features .features-inner .features-btn {
  padding-bottom: 20px;
}
.features .features-inner:hover .features-ico,
.features .features-inner:focus .features-ico {
  color: #333333;
}
.features .features-inner:hover .features-title a,
.features .features-inner:focus .features-title a {
  color: #333333;
}
.peopleOverlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 1;
}
.peopleOverlay > a {
  color: #fff;
  display: block;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  text-indent: 0 !important;
  width: 50px;
  -moz-box-sizing: border-box;
  border: 2px solid #5b6675;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 75%;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  background: #5b6675;
}
.peopleOverlay > a:hover {
  text-decoration: none;
  color: #5b6675;
  background: #fff;
}
.peopleOverlay > a.facebook {
  margin-top: -25px !important;
  margin-left: -85px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
}
.peopleOverlay > a.twitter {
  margin-top: -25px !important;
  transition: all 0.3s ease-out 0s;
}
.peopleOverlay > a.google-plus {
  margin-top: -25px !important;
  margin-left: 35px;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}
.peopleOverlay:hover > a {
  top: 50%;
}
.peopleOverlay:hover {
  opacity: 1;
}
ul.social-media-icons {
  padding: 0;
  margin: 0;
}
ul.social-media-icons li {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  ul.social-media-icons li {
    margin: 0 10px 10px 10px;
  }
}
ul.social-media-icons li a {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  height: 30px;
  width: 30px;
  text-shadow: 0;
  font-size: 25px;
}
ul.social-media-icons li a i {
  vertical-align: top;
  height: 50px;
  width: 50px;
  line-height: 50px;
  vertical-align: middle;
  background: none;
  color: #5b6675;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
ul.social-media-icons li a:hover,
ul.social-media-icons li a:focus {
  color: #fff;
}
ul.social-media-icons li a:hover i,
ul.social-media-icons li a:focus i {
  color: #fff;
  background: #5b6675;
}
@media screen and (max-width: 768px) {
  ul.social-media-icons {
    text-align: center;
  }
}
.t3-footer-social {
  padding: 60px 0;
}
.footer-social-icons ul {
  text-align: right;
  padding-left: 0;
  font-size: 0;
}
@media screen and (max-width: 1379px) {
  .footer-social-icons ul {
    text-align: center;
    margin-bottom: 0 !important;
  }
}
.footer-social-icons ul li {
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 15px;
}
.footer-social-icons ul li a {
  padding: 0px !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #5b6675 !important;
  border-radius: 50%;
  border: 1px solid #5b6675;
}
.footer-social-icons ul li a:hover,
.footer-social-icons ul li a:focus {
  background: #5b6675 !important;
  color: #fff !important;
}
.footer-social-icons ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px !important;
}
.t3-off-canvas ul.social-media-icons {
  margin: 0;
  text-align: left;
}
.t3-off-canvas ul.social-media-icons li {
  margin: 0 4px;
}
.t3-off-canvas ul.social-media-icons li a {
  font-size: 20px;
}
.t3-off-canvas ul.social-media-icons li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border: 0;
  border-radius: 0;
}
.t3-off-canvas ul.social-media-icons li a i:hover,
.t3-off-canvas ul.social-media-icons li a i:focus {
  background: none;
  color: #abb3be;
}
.mod-header {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.mod-header h2 {
  font-size: 35px;
}
@media screen and (max-width: 992px) {
  .mod-header h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mod-header h2 {
    font-size: 25px;
  }
}
.mod-header .title h1,
.mod-header .title h2,
.mod-header .title h3,
.mod-header .title h4,
.mod-header .title h5,
.mod-header .title h6 {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
}
.mod-header .description h1,
.mod-header .description h2,
.mod-header .description h3,
.mod-header .description h4,
.mod-header .description h5,
.mod-header .description h6 {
  font-weight: 400;
  line-height: 1.2;
  color: #5b6675;
}
.module-title {
  text-align: center;
  padding: 50px 0 100px;
  color: #5F5F5F;
}
.module-title h2 {
  font-size: 44px;
}
@media screen and (max-width: 991px) {
  .module-title h2 {
    font-size: 30px;
  }
}
.module-title .module-title-up {
  font-size: 34px;
  color: #5b6675;
  font-weight: 100;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .module-title .module-title-up {
    font-size: 22px;
  }
}
.module-title .module-title-down {
  font-size: 34px;
  color: #333333;
  font-weight: 800;
}
@media screen and (max-width: 992px) {
  .module-title .module-title-down {
    font-size: 22px;
  }
}
.parallax {
  padding: 0;
}
.parallax > div {
  height: 500px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .parallax > div {
    height: 500;
  }
}
@media screen and (max-width: 1040px) {
  .parallax > div {
    background-attachment: scroll;
  }
}
.parallax-background {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
}
@media screen and (max-width: 992px) {
  .parallax-background {
    width: 100%;
  }
}
.parallax-inner {
  height: 100%;
  color: #fff;
}
.parallax-inner .title-parallax {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
}
.parallax-inner .title-parallax h2 {
  margin-bottom: 35px;
  font-size: 34px;
  line-height: 60px;
  font-weight: 100;
}
@media screen and (max-width: 991px) {
  .parallax-inner .title-parallax h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .parallax-inner .title-parallax h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
.parallax-inner .title-parallax h3 {
  margin-bottom: 25px;
}
.parallax-inner .title-parallax h4 {
  padding-bottom: 25px;
}
.parallax-inner .title-parallax p {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 45px;
}
@media screen and (max-width: 991px) {
  .parallax-inner .title-parallax p {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .parallax-inner .title-parallax p {
    display: none;
  }
}
.parallax-inner .title-parallax i {
  color: #fff;
}
.tabs ul.nav-tabs {
  padding: 0px;
  border-bottom: 0px solid #abb3be;
  background: #ededed;
  padding-left: 15px;
}
.tabs ul.nav-tabs li {
  margin-bottom: 0;
}
.tabs ul.nav-tabs li a {
  padding: 15px 30px 15px 0px;
  font-size: 20px;
  line-height: 1.1;
  border: 0;
  background: transparent;
  border-color: transparent;
}
.tabs ul.nav-tabs li a:hover,
.tabs ul.nav-tabs li a:focus {
  color: #808c9c;
}
.tabs ul.nav-tabs li a:after {
  color: #abb3be;
  content: "/";
  display: block;
  font-family: FontAwesome,sans-serif;
  position: absolute;
  right: 9px;
  top: 13px;
  font-size: 26px;
}
.tabs ul.nav-tabs li.active a {
  border: 0;
  background: transparent;
  color: #abb3be;
}
.tabs .tab-content {
  padding: 0;
}
.stats-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.stats-wrap .stats .stats-inner {
  margin-bottom: 30px;
}
.stats-wrap .stats .stats-inner .stats-ico {
  font-size: 65px;
  color: #333333;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.stats-wrap .stats .stats-inner .stats-counter {
  font-size: 40px;
  color: #5b6675;
}
.stats-wrap .stats .stats-inner h4 {
  color: #000;
}
.stats-wrap .stats .stats-inner:hover .stats-ico,
.stats-wrap .stats .stats-inner:focus .stats-ico {
  display: none\9;
  color: #5b6675;
  -webkit-transform: scale(1.3) translate(0, -15px);
  -moz-transform: scale(1.3) translate(0, -15px);
  -ms-transform: scale(1.3) translate(0, -15px);
  -o-transform: scale(1.3) translate(0, -15px);
  transform: scale(1.3) translate(0, -15px);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.t3-wrapper .mnwall_iso_buttons a.mnw_filter_active {
  color: #fff;
  background: #abb3be;
  border-color: #abb3be;
}
.t3-wrapper .mnwall_iso_dropdown.expanded .dropdown-label {
  background: #abb3be;
  border-color: #abb3be;
  color: #fff;
}
.t3-wrapper .mnwall_iso_dropdown:hover .dropdown-label {
  color: #abb3be;
}
.t3-wrapper .mnwall_iso_dropdown.expanded:hover .dropdown-label {
  color: #fff;
}
.t3-wrapper .mnwall_iso_dropdown ul li a.mnw_filter_active {
  color: #abb3be;
}
.t3-wrapper .mnwall_iso_dropdown .dropdown-label {
  max-height: 38px;
  padding: 3px;
}
.t3-wrapper .mnwall_iso_buttons a {
  margin-bottom: 10px;
}
.t3-wrapper .mnwall_page.mnw_active {
  background: #abb3be;
  border-color: #abb3be;
}
.t3-wrapper .mnwall_more_results {
  border: 0;
  box-shadow: none;
  background: none;
  margin-top: 50px;
}
.t3-wrapper .mnwall_more_results a {
  display: inline-block;
  color: #333333;
  background: transparent;
  border: 1px solid #5b6675;
  font-size: 17px;
  font-weight: 300;
  padding: 15px;
  color: #5b6675;
}
.t3-wrapper .mnwall_more_results a .more-results {
  padding-bottom: 10px;
  border-bottom: 0px solid #808c9c;
}
.t3-wrapper .mnwall_more_results a:hover,
.t3-wrapper .mnwall_more_results a:focus {
  color: #FFF;
  background: #5b6675;
}
.t3-wrapper .mnwall_more_results a.disabled,
.t3-wrapper .mnwall_more_results a.disabled:hover,
.t3-wrapper .mnwall_more_results a.disabled:focus {
  color: #5b6675 !important;
  background: transparent !important;
}
.t3-wrapper .mnwall_arrow {
  color: #abb3be;
}
.t3-wrapper .wall-portfolio .mnwall-detail-box-inner {
  height: 100%;
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0 !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.t3-wrapper .wall-portfolio .mnwall-hover-box h3.mnwall-item-title a {
  font-size: 34px;
  line-height: 45px;
  font-weight: 500;
  padding: 0 20px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .t3-wrapper .wall-portfolio .mnwall-hover-box h3.mnwall-item-title a {
    font-size: 22px;
    line-height: 25px;
  }
}
.t3-wrapper .wall-portfolio .mnwall-hover-box .mnwall-item-info a {
  font-size: 20px;
  font-weight: 100;
}
@media screen and (max-width: 992px) {
  .t3-wrapper .wall-portfolio .mnwall-hover-box .mnwall-item-info a {
    font-size: 17px;
    line-height: 22px;
  }
}
.grey-bg {
  background: #f9f9f9;
}
.grey-bg .t3-mainbody {
  background: #f9f9f9;
}
.grey-bg.com_k2.view-item {
  background: #f9f9f9;
}
.grey-bg.com_k2.view-item .t3-mainbody {
  background: transparent;
}
.grey-bg.com_k2.view-item .itemView.grey-bg {
  background: transparent;
}
.dark-bg {
  background: #393939;
  color: #fff;
}
.dark-bg .module-title {
  color: #fff;
}
.menu-btn-up {
  text-align: center;
  margin: 55px 0;
}
.menu-btn {
  white-space: pre-wrap;
  background: transparent;
  color: #5b6675;
  font-size: 28px;
  border-color: #5b6675;
  width: 50%;
  padding: 15px;
}
.menu-btn:hover,
.menu-btn:focus {
  background: #5b6675;
  border-color: #5b6675;
  color: #fff;
}
@media (max-width: 768px) {
  .menu-btn {
    width: auto;
    font-size: 18px;
  }
}