.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
  margin-bottom: 40px;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #aeaeae;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form .btn-primary {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
#login-form #form-login-remember label input#modlgn-remember {
  margin-top: 7px;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #4b4f53;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #4b4f53;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #4b4f53;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #4b4f53;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #5f5f5f;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #4b4f53;
  border-radius: 3px;
  color: #5f5f5f;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #c1bb12;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #4b4f53;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #5f5f5f;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #c1bb12;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.grande-introduction {
  text-align: center;
}
.grande-introduction .des {
  width: 70%;
  margin: 0 auto;
}
.grande-introduction .services {
  margin: 40px 0 90px;
}
.grande-introduction .services > div i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-size: 30px;
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.grande-introduction .services > div i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0px;
  left: 0px;
  padding: 0px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.grande-introduction .services > div:hover i {
  border-color: #e46097;
  background: #e46097;
  color: #ffffff;
}
.grande-introduction .services > div:hover i:after {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -moz-opacity: 0;
  background: #e46097;
}
.grande-introduction .services > div h4 {
  font-size: 16px;
  margin: 20px 0;
  text-transform: uppercase;
}
.latest-works {
  background: #f8f8f8;
  border-top: 1px solid #eee;
}
.latest-works .noo-portfolio {
  margin: 40px 0 0 0;
}
.latest-works .noo-portfolio .noop-main-wrap {
  overflow: hidden;
}
.latest-works .noo-portfolio .noop-item {
  width: 25% !important;
  margin: 0;
  float: left;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.latest-works .noo-portfolio .noop-item .noop-img img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.latest-works .noo-portfolio .noop-item .item-info {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 15px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.latest-works .noo-portfolio .noop-item .item-info:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  opacity: 0;
  -moz-opacity: 0;
  transition: opacity 0.2s, transform 0.3s;
  -moz-transition: opacity 0.2s, transform 0.3s;
  -webkit-transition: opacity 0.2s, transform 0.3s;
  -ms-transition: opacity 0.2s, transform 0.3s;
  -o-transition: opacity 0.2s, transform 0.3s;
}
.latest-works .noo-portfolio .noop-item .item-info:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  opacity: 0;
  -moz-opacity: 0;
  transition: opacity 0.5s, transform 0.7s;
  -moz-transition: opacity 0.5s, transform 0.7s;
  -webkit-transition: opacity 0.5s, transform 0.7s;
  -ms-transition: opacity 0.5s, transform 0.7s;
  -o-transition: opacity 0.5s, transform 0.7s;
}
.latest-works .noo-portfolio .noop-item .item-info .info-content {
  position: relative;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.latest-works .noo-portfolio .noop-item .item-info .info-content .title h2 {
  margin-top: 0;
  position: relative;
  padding: 0 0 10px;
}
.latest-works .noo-portfolio .noop-item .item-info .info-content .title h2 a {
  color: rgba(255, 255, 255, 0.7);
}
.latest-works .noo-portfolio .noop-item .item-info .info-content .title h2 a:hover {
  color: #c1bb12;
}
.latest-works .noo-portfolio .noop-item .item-info .info-content .title h2:after {
  content: '';
  bottom: 0;
  position: absolute;
  width: 8%;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.latest-works .noo-portfolio .noop-item .item-info .info-content p {
  color: #ffffff;
  font-size: 14px;
}
.latest-works .noo-portfolio .noop-item .item-info .info-content .link-info {
  width: 35%;
  text-align: center;
  margin: 10px auto;
  display: block;
}
.latest-works .noo-portfolio .noop-item .item-info .info-content .link-info .noop-zoom-merito,
.latest-works .noo-portfolio .noop-item .item-info .info-content .link-info .noop-link-merito {
  float: none;
}
.latest-works .noo-portfolio .noop-item .item-info .info-content .link-info .noop-zoom-merito a,
.latest-works .noo-portfolio .noop-item .item-info .info-content .link-info .noop-link-merito a {
  background: transparent;
  top: 0;
  position: relative;
  opacity: 0;
  left: auto;
  float: none;
  text-indent: 5px;
}
.latest-works .noo-portfolio .noop-item .item-info .info-content .link-info .noop-zoom-merito a .fa,
.latest-works .noo-portfolio .noop-item .item-info .info-content .link-info .noop-link-merito a .fa {
  font-size: 18px;
}
.latest-works .noo-portfolio .noop-item:hover .noop-img img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.latest-works .noo-portfolio .noop-item:hover .item-info {
  opacity: 1;
}
.latest-works .noo-portfolio .noop-item:hover .item-info:after,
.latest-works .noo-portfolio .noop-item:hover .item-info:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
}
.latest-works .noo-portfolio .noop-item:hover .link-info .noop-zoom-merito a,
.latest-works .noo-portfolio .noop-item:hover .link-info .noop-link-merito a {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .latest-works .noo-portfolio .noop-item {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .latest-works .noo-portfolio .noop-item {
    width: 100% !important;
  }
}
.our-services {
  margin: 100px 0;
}
.our-services i {
  font-size: 32px;
  color: #e46097;
}
.our-services h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #4b4f53;
  line-height: 2;
}
.our-services p {
  margin: 30px 0 40px;
  color: #4b4f53;
}
.nav-content {
  position: relative;
  padding: 0;
}
.nav-content .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.nav-content .bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: absolute;
  background: url("../../../templates/jux_grande/images/bg-client-testimonial.png");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat-y;
}
.nav-content .client-testimonial-main {
  position: relative;
  text-align: center;
  padding: 190px 0;
}
.nav-content .client-testimonial-main h2 {
  margin: 0 0 40px;
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
}
.nav-content .client-testimonial-main .client-testimonial-button a {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  border: 3px solid rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 18px;
  height: 60px;
  line-height: 54px;
  padding: 0 50px;
  font-weight: bold;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.nav-content .client-testimonial-main .client-testimonial-button a i {
  margin: 0 0 0 5px;
}
.nav-content .client-testimonial-main .client-testimonial-button a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0px;
  left: 0px;
  padding: 0px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.nav-content .client-testimonial-main .client-testimonial-button a:hover:after {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
}
.our-teams {
  background: #f8f8f8;
}
.our-teams .meet-our-teams {
  padding: 30px 0 100px 0;
}
.our-teams .meet-our-teams .list-teams .team .teamImage {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.our-teams .meet-our-teams .list-teams .team .teamImage .teamimg {
  overflow: hidden;
  position: relative;
}
.our-teams .meet-our-teams .list-teams .team .teamImage .teamimg img {
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
@media (max-width: 767px) {
  .our-teams .meet-our-teams .list-teams .team .teamImage .teamimg img {
    width: 100%;
  }
}
.our-teams .meet-our-teams .list-teams .team .teamImage .teamSocial {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  background: #e46097;
}
.our-teams .meet-our-teams .list-teams .team .teamImage .teamSocial a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  padding: 6px 12px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.our-teams .meet-our-teams .list-teams .team .teamImage .teamSocial a:hover {
  color: #e46097;
}
.our-teams .meet-our-teams .list-teams .team .teamImage:hover .teamSocial {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.our-teams .meet-our-teams .list-teams .team .teamDesc {
  display: block;
  overflow: hidden;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.our-teams .meet-our-teams .list-teams .team .teamDesc .spanName {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
.our-teams .meet-our-teams .list-teams .team .teamDesc .spanPosition {
  float: right;
  font-size: 14px;
  color: #afb6ba;
}
.our-teams .meet-our-teams .list-teams .team .teamDesc .spanDesc {
  clear: both;
  display: block;
  padding-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .our-teams .meet-our-teams .list-teams .team {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our-teams .meet-our-teams .list-teams .team {
    margin-bottom: 40px;
  }
}
.our-teams .meet-our-teams .list-teams .team:hover .teamimg img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.our-teams .meet-our-teams .list-teams .team:hover .teamDesc {
  background: #ffffff;
}
.our-teams-numbers {
  text-align: center;
  padding: 90px 0;
  border-top: 1px solid #eee;
}
.our-teams-numbers .our-teams-desc {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: bold;
}
.our-teams-numbers .icon {
  font-size: 36px;
  margin: 20px 0;
}
.our-teams-numbers .noo-counter {
  font-size: 60px;
}
.t3-nav-footer .our-customers {
  position: relative;
  padding: 150px 0;
}
.t3-nav-footer .our-customers .bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: absolute;
  background: url("../../../templates/jux_grande/images/bg-nav-footer.png");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat-y;
}
.t3-nav-footer .our-customers .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.t3-nav-footer .carousel {
  padding: 0 0 50px;
}
.t3-nav-footer .carousel .carousel-inner {
  text-align: center;
  color: #ffffff;
}
.t3-nav-footer .carousel .carousel-indicators {
  text-align: center;
  bottom: 0;
  margin-bottom: 0;
}
.t3-nav-footer .carousel .carousel-indicators li {
  background: #ffffff;
  border: 4px solid #ffffff;
  opacity: 0.6;
}
.t3-nav-footer .carousel .carousel-indicators li.active {
  opacity: 1;
}
.t3-nav-footer .carousel .comment {
  color: #ffffff;
}
.t3-nav-footer .carousel .comment .comment-desc {
  padding: 20px 0;
  font-size: 30px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .t3-nav-footer .carousel .comment .comment-desc {
    padding: 20px 0;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
  }
}
.t3-nav-footer .carousel .comment .comment-name {
  font-size: 24px;
}
.acymailing_module .acymailing_form {
  margin: 20px 0;
  width: 100%;
}
.acymailing_module .acymailing_form .acyfield_email input {
  background: #ffffff;
  height: 50px;
}
.acymailing_module .acymailing_form .acysubbuttons {
  float: left;
  margin-top: 20px;
}
.acymailing_module .acymailing_form .acysubbuttons .btn {
  border: 0;
  background: #65cff9;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 3px solid #34c0f7;
  color: #cef1ff;
  padding: 5px 25px;
  border-radius: 3px;
  height: 42px;
}
.acymailing_module .acymailing_form .acysubbuttons .btn:hover {
  color: #ffffff;
}
.t3-module .mod-banner {
  height: auto;
  text-align: left;
}
.t3-module .mod-banner h3 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 36px;
  font-weight: lighter;
  color: #fff;
  padding: 80px 0;
  margin: 0;
}
.k2CalendarBlock {
  height: auto !important;
}
.k2CalendarBlock table.calendar {
  margin: 0;
  width: 100%;
  border: 1px solid #e4e4e4;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev,
.k2CalendarBlock table.calendar tr td.calendarCurrentMonth,
.k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
  background: transparent;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.k2CalendarBlock table.calendar tr td.calendarDayName {
  background: transparent;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
  background: #e46097;
  border-radius: 4px;
  color: #fff;
  padding: 5px;
  margin: 5px;
  display: block;
}
.k2CalendarBlock table.calendar tr td {
  border: 0;
  font-size: 14px;
}
.k2CalendarBlock table.calendar tr td.calendarDateEmpty,
.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
  background: transparent;
}
.k2CalendarBlock table.calendar .calendarCurrentMonth {
  text-align: center;
}
.k2CategoriesListBlock ul,
.k2ArchivesBlock ul {
  padding: 0;
  margin: 0;
}
.k2CategoriesListBlock ul li,
.k2ArchivesBlock ul li {
  list-style: none;
  line-height: 120%;
}
.k2CategoriesListBlock ul li a,
.k2ArchivesBlock ul li a {
  font-size: 14px;
  color: #e46097;
}
.k2CategoriesListBlock ul li a:hover,
.k2ArchivesBlock ul li a:hover {
  color: #5f5f5f;
}
.k2CategoriesListBlock ul li:after,
.k2ArchivesBlock ul li:after {
  content: "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -";
  letter-spacing: 0;
  display: block;
  color: #4b4f53;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .k2CategoriesListBlock ul li:after,
  .k2ArchivesBlock ul li:after {
    content: "- - - - - - - - - - - - - - - - - - - - - - - - ";
  }
}
.k2TagCloudBlock a {
  background: #333333;
  margin: 5px 2px;
  padding: 10px 5px;
  font-size: 12px !important;
  color: #ffffff;
  border-radius: 4px;
}
.k2TagCloudBlock a:hover {
  background: #e46097 !important;
}
.noo-slideshow .tp-bullets.simplebullets.round .bullet {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid transparent;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.noo-slideshow .tp-bullets.simplebullets.round .bullet.selected {
  background: none;
  border: 2px solid #ffffff;
  width: 15px;
  height: 15px;
  margin-top: -2px;
}
.noo-slideshow .tp-leftarrow.default {
  width: 51px;
  height: 99px;
  background: url("../../../templates/jux_grande/images/slideshow_prev.png") 0 0 no-repeat;
}
@media (max-width: 991px) {
  .noo-slideshow .tp-leftarrow.default {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .noo-slideshow .tp-leftarrow.default {
    width: 20px;
  }
}
.noo-slideshow .tp-rightarrow.default {
  width: 51px;
  height: 99px;
  background: url("../../../templates/jux_grande/images/slideshow_next.png") top right no-repeat;
}
@media (max-width: 991px) {
  .noo-slideshow .tp-rightarrow.default {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .noo-slideshow .tp-rightarrow.default {
    width: 20px;
  }
}
.about .t3-module.mod-banner {
  height: auto;
  margin-bottom: 50px !important;
  text-align: center;
}
.about .t3-module.mod-banner .about-info {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: box;
  box-pack: center;
  box-align: center;
  display: -webkit-box;
  height: 100%;
}
.about .t3-module.mod-banner .about-info h3 {
  font-size: 48px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
}
.about-us-2 .nav-content {
  height: auto;
}
.about-us-2 .our-teams-numbers {
  width: 100%;
  background: transparent !important;
  background-size: cover;
  color: #5f5f5f !important;
  padding: 0 0 30px 0 !important;
}
.about-services {
  margin-bottom: 80px;
}
.about-services .service h3 {
  font-weight: 300;
}
.about-services .service h3 .fa {
  color: #e46097;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .about-services .service {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-services {
    margin-bottom: 30px;
  }
}
.about-customhtml {
  margin-bottom: 50px;
}
.about-customhtml .video {
  padding-left: 0;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .about-customhtml .video {
    margin-bottom: 50px;
  }
}
.about-customhtml .about-button {
  text-transform: uppercase;
  font-size: 14px;
}
.about-customhtml .about-button .fa {
  margin-left: 10px;
}
.about-customhtml .about-button:after {
  content: "................";
  letter-spacing: 2px;
  
  display: block;
  line-height: 30%;
  margin-top: -6px;
}
.about .logo-designer {
  padding: 0;
  float: left;
  width: 100%;
}
.about .logo-designer .item {
  text-align: center;
  margin: 20px 0;
}
.about .t3-module .module-title {
  padding: 30px 0 10px 0;
}
.about .our-teams-numbers {
  width: 100%;
  background: url("../../../templates/jux_grande/images/counter-about.png");
  background-size: cover;
  color: #ffffff;
  padding: 150px 0;
}
.about .our-teams {
  border-top: 0;
}
.noo-breadcrumbs ul.breadcrumb {
  background: transparent;
  text-align: right;
  margin-top: -160px;
  margin-right: 20px;
}
.noo-breadcrumbs ul.breadcrumb li {
  color: #ffffff;
  font-size: 12px;
}
.noo-breadcrumbs ul.breadcrumb li a {
  color: #ffffff;
}
.noo-breadcrumbs ul.breadcrumb li .fa {
  margin-right: 5px;
}
.noo-breadcrumbs ul.breadcrumb li:before {
  color: #ffffff;
}
.noo-breadcrumbs ul.breadcrumb li.active span {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .noo-breadcrumbs {
    display: none;
  }
}
.latest-works .module-title {
  background: transparent;
  color: #5f5f5f;
  font-size: 30px;
  margin: 0 0 10px 0;
  padding: 100px 0 10px 0;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .latest-works .module-title {
    padding: 50px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .latest-works .module-title {
    padding: 50px 0 10px 0;
  }
}
.latest-stories {
  background: #f8f8f8;
}
.latest-stories ul {
  list-style: none;
  padding: 30px 0 0;
}
.latest-stories ul .odd,
.latest-stories ul .even {
  background: transparent;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.latest-stories ul li .itemContent {
  padding: 20px;
}
.latest-stories ul li .moduleItemImage {
  display: block;
  position: relative;
  overflow: hidden;
}
.latest-stories ul li .moduleItemImage img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.latest-stories ul li .moduleItemImage:before {
  content: "\f0c1";
  font-family: FontAwesome;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.latest-stories ul li .moduleItemImage:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e46097;
  top: 0;
  right: 0;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.latest-stories ul li .moduleItemImage:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.latest-stories ul li .moduleItemImage:hover:after {
  opacity: 0.8;
  -moz-opacity: 0.8;
  z-index: 1;
}
.latest-stories ul li .moduleItemImage:hover:before {
  opacity: 1;
  -moz-opacity: 1;
  z-index: 2;
}
.latest-stories ul li h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.latest-stories ul li h3 a {
  color: #5f5f5f;
}
.latest-stories ul li h3 a:hover {
  color: #ece633;
}
.latest-stories ul li .catItemInfo {
  color: #c2c2c2;
  margin: 5px 0 20px;
}
.latest-stories ul li .catItemInfo .moduleItemComments {
  color: #c2c2c2;
  margin: 0 0 0 30px;
  border: 0;
}
.latest-stories ul li .catItemInfo .moduleItemComments:hover {
  color: #ece633;
}
.latest-stories ul li div.moduleItemIntrotext {
  padding: 0 !important;
  line-height: 1.5 !important;
}
.latest-stories ul li:hover .itemContent {
  background: #ffffff;
}
.latest-stories .moduleCustomLink {
  text-align: center;
  padding: 50px 0 100px;
}
.latest-stories .moduleCustomLink a {
  display: inline-block;
  position: relative;
  color: #5f5f5f;
  border: 3px solid #5f5f5f;
  text-transform: uppercase;
  font-size: 18px;
  height: 60px;
  line-height: 54px;
  padding: 0 25px;
  font-weight: bold;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  opacity: 0.6;
  -moz-opacity: 0.6;
}
.latest-stories .moduleCustomLink a i {
  margin: 0 0 0 5px;
}
.latest-stories .moduleCustomLink a:hover,
.latest-stories .moduleCustomLink a:focus {
  opacity: 1;
  -moz-opacity: 1;
}
.logo-designer {
  padding: 40px 0;
  background: #e46097;
}
.logo-designer .item {
  text-align: center;
  margin: 20px 0;
}
.logo-designer .item img {
  margin: 40px 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.logo-designer .item img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.jux-languages {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}