.homepage .t3-header {
  background: rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 767px) {
  .homepage .t3-header {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
  }
}
.t3-header {
  padding-top: 0px;
  padding-bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.t3-header .logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .t3-header .logo {
    padding-top: 15px !important;
  }
}
.t3-header .logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-header .logo {
    padding-top: 11px;
  }
}
.t3-header.affix {
  position: fixed;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
  width: 100%;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
.t3-header.affix .logo {
  padding-top: 11px;
}
@media (min-width: 992px) {
  .t3-header.affix .logo img {
    width: 80%;
  }
}
.t3-header.affix .navbar-nav > li {
  padding: 0;
}
@media (min-width: 768px) {
  .t3-header.affix .noo-search .icon-search {
    padding: 21px 0;
  }
}
.noo-search {
  position: relative;
}
@media (max-width: 767px) {
  .noo-search {
    width: 30px;
    margin: 0 auto;
  }
}
.noo-search .icon-search {
  text-align: center;
  color: #ffffff;
  padding: 35px 0;
  -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;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .noo-search .icon-search {
    padding: 21px 0;
  }
}
@media (max-width: 767px) {
  .noo-search .icon-search {
    padding: 10px 0;
  }
}
.noo-search .icon-search i {
  cursor: pointer;
}
.noo-search .icon-search:hover {
  color: #e46097;
}
.noo-search .search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 2px solid #e46097;
  background: #ffffff;
  width: 210px;
}
@media (max-width: 767px) {
  .noo-search .search {
    right: -100px;
  }
}
.noo-search .search:before {
  content: '';
  position: absolute;
  right: 20px;
  top: -10px;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #e46097;
  border-left: 8px solid transparent;
}
@media (max-width: 767px) {
  .noo-search .search:before {
    right: 100px;
  }
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #5f5f5f;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.homepage .t3-mainbody {
  padding: 0;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-footer {
  background: #222222;
  color: #c2c2c2;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 40px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav .t3-module {
  background: transparent;
  color: #c2c2c2;
  margin: 0;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  padding-top: 30px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 30px;
}
.t3-footnav .t3-module ul > li > a {
  color: #c2c2c2;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #e46097;
}
.t3-footnav .t3-module ul.contact-address {
  margin-top: 10px;
}
.t3-footnav .t3-module .k2ItemsBlock li {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #2b2b2b;
}
.t3-footnav .t3-module .k2ItemsBlock li .moduleItemDateCreated {
  font-size: 14px;
  color: #8d8d8d;
}
.t3-footnav .tweet .e-entry-title {
  color: #c2c2c2 !important;
}
.t3-copyright {
  border-top: 1px solid #393939;
  background: #191919;
  padding: 20px 0;
  color: #c2c2c2;
  font-size: 14px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.boxed {
  background: url("../../../templates/jux_grande/images/bg-box.png") left top;
  background-position: left top;
  background-attachment: fixed;
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .boxed.homepage .t3-header {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .boxed.homepage .t3-header {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .boxed.homepage .t3-header {
    width: 1200px;
  }
}
.boxed .t3-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .boxed .t3-wrapper {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .boxed .t3-wrapper {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .boxed .t3-wrapper {
    width: 1200px;
  }
}
.boxed .t3-wrapper .logo {
  text-align: left;
}
@media (min-width: 768px) {
  .boxed .t3-wrapper .t3-header.affix {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .boxed .t3-wrapper .t3-header.affix {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .boxed .t3-wrapper .t3-header.affix {
    width: 1200px;
  }
}
.boxed .latest-works .noo-portfolio .noop-item .item-info .info-content .link-info {
  width: 40%;
}
.dark .t3-wrapper {
  background: #000;
  background: url("../../../templates/jux_grande/images/bg-dark.png") left top repeat;
}
.dark .module-title {
  color: #ffffff !important;
}
.dark .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.dark .navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.dark .affix .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.dark .affix .navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.dark .t3-header.affix {
  background: #000000;
}
.dark .latest-works {
  background: transparent;
  border-top: 1px solid #191919;
}
.dark .latest-stories {
  background: transparent;
}
.dark .our-teams {
  background: transparent;
}
.dark .our-teams .meet-our-teams .list-teams .team .teamDesc {
  border-bottom-color: #2d2d2d;
}
.dark .our-teams-numbers {
  border-color: #2d2d2d;
}
.jux-portfolio-header {
  background: transparent;
  padding: 0;
}
#portfolio-filter ul {
  text-align: right;
}
#portfolio-filter ul li {
  display: inline-block;
  padding: 0 16px;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-transform: none;
  list-style-type: disc;
  font-family: "Lato", Arial, sans-serif;
  margin: 0;
}
#portfolio-filter ul li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  #portfolio-filter ul li {
    padding: 0 50px 0 20px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  #portfolio-filter ul {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }
}
.tp-portfolio {
  width: 100%;
}
.tp-portfolio .jux_mansory {
  border: 0;
  margin: 0;
}
.tp-portfolio .cell1x1 img,
.tp-portfolio .cell1x2 img,
.tp-portfolio .cell2x1 img,
.tp-portfolio .cell2x2 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tp-portfolio .the-overlay {
  top: 0;
  left: 0;
}
.tp-portfolio .caption {
  left: 0;
}
.jux-portfolio #portfolio-filter {
  margin-right: 30px;
  margin-bottom: 20px;
}
.jux-portfolio #portfolio-filter li .listitem:before {
  background: none repeat scroll 0 0 #5f5f5f;
  content: "";
  height: 3px;
  left: -10px;
  position: absolute;
  top: 50%;
  width: 3px;
}
.jux-portfolio #portfolio-filter li:first-child .listitem:before {
  background: transparent;
}
.jux-portfolio #portfolio-filter li.selected-filter-item .listitem {
  color: #e46097;
}
.jux-portfolio #portfolio-filter li .listitem:hover {
  color: #e46097;
}
.jux-portfolio #content_wrap {
  margin: 0 -15px;
}
.pricing-table-desc h3 {
  font-size: 60px;
  text-transform: uppercase;
  color: #5f5f5f;
}
#pricePlans {
  margin: 30px 0;
}
#pricePlans .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
#pricePlans #plans {
  list-style: none;
  margin: 30px 0;
}
#pricePlans #plans .plan:first-child {
  border-left: 0;
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #eef0f2;
}
#pricePlans #plans .plan:first-child .planContainer .title h2 {
  border-radius: 8px 0 0 0px;
}
#pricePlans #plans .plan:last-child {
  border-right: 0;
  border-radius: 0 8px 8px 0;
  border-right: 1px solid #eef0f2;
}
#pricePlans #plans .plan:last-child .planContainer .title h2 {
  border-radius: 0 8px 0 0;
}
#pricePlans #plans .plan {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  border-right: 1px solid #eef0f2;
  border-left: 1px solid #eef0f2;
  border-bottom: 5px solid #eef0f2;
}
#pricePlans #plans .plan .planContainer {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#pricePlans #plans .plan .planContainer .title h2 {
  font-size: 35px;
  font-weight: 300;
  color: #252525;
  margin: 0;
  padding: 20px 0 50px 0;
  background: #f6f8fa;
  text-transform: uppercase;
}
#pricePlans #plans .plan .planContainer .price p {
  font-size: 40px;
  font-weight: 700;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 100%;
  margin-top: -40px;
  background: #e3e4e8;
  padding: 20px;
  color: #999999;
}
#pricePlans #plans .plan .planContainer .button {
  margin: 10px 0 30px 0;
  background: transparent;
}
#pricePlans #plans .plan .planContainer .button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #3e4f6a;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 20px;
  display: inline-block;
  height: 60px;
  border-radius: 5px;
  margin: 0 30px;
  background: #f6f8fa;
  padding: 20px;
}
#pricePlans #plans .plan .planContainer .options {
  list-style: none;
}
#pricePlans #plans .plan .planContainer .options li {
  line-height: 40px;
  font-size: 18px;
}
#pricePlans #plans .plan .planContainer .title h2.bestPlanTitle {
  background: #e46097;
  color: #fff;
}
#pricePlans #plans .plan .planContainer .price p.bestPlanPrice {
  background: #34ACD5;
  color: #ffffff;
}
#pricePlans #plans .plan .planContainer .button a.bestPlanButton {
  color: #fff;
  background: #e46097;
}
#pricePlans #plans .plan:hover .title h2 {
  background: #e46097;
  color: #ffffff;
}
#pricePlans #plans .plan:hover .price p {
  background: #34ACD5;
  color: #ffffff;
}
#pricePlans #plans .plan:hover .button a {
  background: #e46097;
  color: #ffffff;
}
#pricePlans2 {
  margin: 30px 0;
}
#pricePlans2 .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
#pricePlans2 #plans {
  list-style: none;
  margin: 30px 0;
}
#pricePlans2 #plans .plan {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
#pricePlans2 #plans .plan .planContainer {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
#pricePlans2 #plans .plan .planContainer .title h2 {
  font-size: 2.125em;
  font-weight: 300;
  color: #999999;
  margin: 0;
  padding: .6em 0;
  background: #f6f8fa;
  border-radius: 5px 5px 0 0;
}
#pricePlans2 #plans .plan .planContainer .price p {
  background: #e3e4e8;
  color: #999999;
  font-size: 26px;
  font-weight: 700;
  height: 2.6em;
  line-height: 2.6em;
  margin: 0 0 1em;
}
#pricePlans2 #plans .plan .planContainer .button {
  background: transparent;
  margin: 0;
  padding: 0;
}
#pricePlans2 #plans .plan .planContainer .button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #3e4f6a;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 60px;
  display: inline-block;
  width: 100%;
  height: 60px;
  border-radius: 0 0 7px 7px;
  margin: 20px 0 0 0;
  background: #f6f8fa;
  border-bottom: 5px solid #e3e4e8;
}
#pricePlans2 #plans .plan .planContainer .options {
  list-style: none;
}
#pricePlans2 #plans .plan .planContainer .options li {
  line-height: 40px;
  font-size: 18px;
}
#pricePlans2 #plans .plan .planContainer .title h2.bestPlanTitle {
  background: #34ACD5;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
#pricePlans2 #plans .plan .planContainer .price p.bestPlanPrice {
  background: #e46097;
  color: #ffffff;
}
#pricePlans2 #plans .plan .planContainer .button a.bestPlanButton {
  color: #fff;
  background: #e46097;
  border-bottom: 5px solid #34ACD5;
}
#pricePlans2 #plans .plan:hover .title h2 {
  background: #34ACD5;
  color: #ffffff;
}
#pricePlans2 #plans .plan:hover .price p {
  background: #e46097;
  color: #ffffff;
}
#pricePlans2 #plans .plan:hover .button a {
  background: #e46097;
  color: #ffffff;
  border-bottom: 5px solid #34ACD5;
}
.bs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bs-example .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  margin-top: 10px;
}
.bs-example .panel-default > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: #dddddd;
  border-radius: 0;
  padding-right: 0;
}
.bs-example .panel-default > .panel-heading a {
  width: 100%;
  position: relative;
}
.bs-example .fa.pull-right {
  margin-left: .3em;
  background: #07b;
  padding: 10px 9px 11px 13px;
  margin: 0;
  margin-top: -10px;
  color: #fff;
}
.bs-example:before {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
}
.back-to-top {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  position: fixed;
  text-align: center;
  z-index: 100;
  bottom: 10px;
  right: 20px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 10px 20px;
}
.back-to-top i {
  margin: 0 0 0 7px;
}
.back-to-top:hover {
  color: #e46097;
}