.t3-header {
  padding-top: 17px;
  padding-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 17px;
}
.logo-text a:hover,
.logo-text a:focus {
  color: #5e5e5e;
}
.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: 12px;
}
.head-search {
  margin-top: 17px;
}
.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: #252525;
}
@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-sl {
  padding-bottom: 34px;
  padding-top: 34px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 51px;
    padding-top: 51px;
  }
}
.t3-mainbody {
  padding-top: 17px;
  padding-bottom: 17px;
}
.t3-content {
  padding-top: 17px;
  padding-bottom: 17px;
}
.t3-sidebar {
  padding-top: 17px;
  padding-bottom: 17px;
}
.t3-footer {
  background: #282828;
  color: #a5a5a5;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.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;
}
ul,
ol {
  line-height: 24px;
}
p {
  font-weight: 300;
  line-height: 24px;
  color: #4c4c4c;
}
.btn-black {
  color: #282828;
}
.btn-black:after,
.btn-black:before {
  background: #282828;
}
.btn-black:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}
.textOverlay {
  padding-bottom: 100px;
  padding-top: 100px;
  margin-left: -200px;
  z-index: 6;
}
@media (max-width: 767px) {
  .textOverlay {
    margin-left: 0;
  }
}
section {
  position: relative;
}
section .container {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}
@media (max-width: 767px) {
  section .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.valign {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.black-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}
.separator {
  width: 170px;
  max-width: 170px;
  margin-top: 120px;
  margin-bottom: 100px;
}
.lineSeparator {
  width: 60px;
  max-width: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blogSeparator {
  width: 35px;
  margin: 15px 0;
}
.introLogo {
  position: relative;
  width: 160px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .introLogo {
    width: 80px;
  }
}
.section-title {
  text-align: center;
}
@media (min-width: 1200px) {
  .section-title {
    width: 70%;
    margin: 0 auto;
  }
}
.section-title h2 span {
  padding: 25px 50px;
  border: solid 10px #282828;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 15px;
    letter-spacing: 4px;
  }
  .section-title h2 span {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 480px) {
  .section-title h2 {
    font-size: 12px;
  }
  .section-title h2 span {
    padding: 15px 25px;
  }
}
.section-title .section-subtitle {
  margin-top: 100px;
}
.parallaxLetter {
  position: absolute;
  font-size: 300px;
  color: #F9F9F9;
  z-index: -1;
}
.letter1 {
  right: 20%;
}
.letter2 {
  left: 20%;
}
.letter3 {
  right: 15%;
}
.letter4 {
  left: 10%;
}
.blackBox {
  background: #282828;
}
.blackBox i {
  color: #ffffff;
}
.t3-header {
  padding: 10px 50px;
  background-color: #282828;
  transition: all .5s ease .25s;
  -webkit-transition: all .5s ease .25s;
  -moz-transition: all .5s ease .25s;
  -ms-transition: all .5s ease .25s;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .t3-header .col-sm-10 {
    padding-left: 0;
    padding-right: 0;
  }
}
.t3-header .t3-mainnav {
  float: right;
}
@media (max-width: 767px) {
  .t3-header .t3-mainnav {
    float: none;
  }
  .t3-header .t3-mainnav .navbar-header {
    position: absolute;
    top: -50px;
    right: 15px;
  }
  .t3-header .t3-mainnav .navbar-collapse {
    border-top: 1px solid #e7e7e7;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .t3-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.homepage .t3-header {
  padding: 30px 50px;
  background-color: transparent;
  transition: all .5s ease .25s;
  -webkit-transition: all .5s ease .25s;
  -moz-transition: all .5s ease .25s;
  -ms-transition: all .5s ease .25s;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.homepage .t3-header.affix {
  background-color: #282828;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .homepage .t3-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.noo-slideshow {
  position: relative;
  overflow: hidden;
}
.noo-slideshow .intro .custom {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat-y;
}
.noo-slideshow .intro .separator {
  margin-top: 30px;
  margin-bottom: 30px;
}
.noo-slideshow .intro h1 {
  color: #ffffff;
}
.noo-slideshow .intro p {
  color: #ffffff;
}
.noo-slideshow .coming-soon-slider .custom {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat-y;
}
.noo-slideshow .coming-soon-slider .custom h1 {
  color: #ffffff;
}
.text-separator {
  background-color: #1d1d1d;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  overflow: hidden;
}
.text-separator .col-md-6 {
  padding-left: 50px;
  z-index: 2;
}
.text-separator h2 {
  color: #ffffff;
}
.text-separator p {
  color: #e7e7e7;
}
.textSepLogo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.welcome-separator .image {
  padding: 0;
  height: 500px;
  overflow: hidden;
}
.welcome-separator .image .whiteOverlay {
  background: transparent url("../../../templates/noo_phoenix/images/gradient.png") bottom right repeat-y;
  bottom: 0;
  height: 500px;
  right: 0;
  position: absolute;
  width: 500px;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 4;
}
.welcome-separator .image img {
  max-width: none;
  height: 100%;
}
.welcome-separator .separator {
  width: 120px;
  max-width: 120px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.about {
  overflow: hidden;
}
.about .custom {
  position: relative;
}
.about .aboutItem {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about .aboutItem .aboutIconWrapper {
  font-size: 80px;
  color: #f5f5f5;
  position: absolute;
  z-index: -1;
}
.about .aboutItem .aboutText {
  padding-left: 50px;
}
.about .progress {
  height: 16px;
  margin-bottom: 17px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #000000;
}
.about .progress .progress-bar {
  color: #ffffff;
  background-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.portfolio .boxed-4-columns .noop-item .noop-zoom a,
.portfolio .boxed-4-columns .noop-item .noop-link a {
  padding: 0 15px;
}
.portfolio .section-title {
  padding: 135px 0;
  width: 100%;
  position: relative;
  background: url("../../../templates/noo_phoenix/images/portfolioIntro.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 0, 50% 0, 50% 0, 50% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
}
.portfolio .section-title h2 {
  margin: 0;
}
.portfolio .section-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}
.portfolio .noop-filters {
  padding: 30px 0;
  background: #1d1d1d;
}
.portfolio .noop-filters ul {
  padding: 0;
}
.portfolio .noop-filters ul li {
  padding: 0;
  margin: 17px;
}
.portfolio .noop-filters ul li a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  border-radius: 0;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  padding: 0 40px;
  font-size: 12px;
  letter-spacing: .2em;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  outline: 1px solid transparent;
  -webkit-transition: all .5s ease .25s;
  transition: all .5s ease .25s;
}
.portfolio .noop-filters ul li a:before,
.portfolio .noop-filters ul li a:after {
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  background: white;
}
.portfolio .noop-filters ul li a:before {
  left: -8px;
}
.portfolio .noop-filters ul li a:after {
  right: -8px;
}
.portfolio .noop-filters ul li a:hover,
.portfolio .noop-filters ul li a:focus {
  color: #282828;
  background: #e6e6e6;
  border-color: #ffffff;
}
.portfolio .noop-filters ul li a:hover:before,
.portfolio .noop-filters ul li a:focus:before {
  left: 0;
}
.portfolio .noop-filters ul li a:hover:after,
.portfolio .noop-filters ul li a:focus:after {
  right: 0;
}
.portfolio .noop-filters ul li a.selected {
  color: #282828;
  background: #e6e6e6;
  border-color: #ffffff;
}
.portfolio .noop-filters.light {
  background: #f8f8f8;
}
.portfolio .noop-filters.light ul li a {
  color: #282828;
}
.portfolio .noop-filters.light ul li a:after,
.portfolio .noop-filters.light ul li a:before {
  background: #282828;
}
.portfolio .noop-filters.light ul li a:hover,
.portfolio .noop-filters.light ul li a:focus {
  color: #ffffff;
  background: #282828;
  border-color: #282828;
}
.portfolio .noop-filters.light ul li a:hover:before,
.portfolio .noop-filters.light ul li a:focus:before {
  left: 0;
}
.portfolio .noop-filters.light ul li a:hover:after,
.portfolio .noop-filters.light ul li a:focus:after {
  right: 0;
}
.portfolio .noop-filters.light ul li a.selected {
  color: #ffffff;
  background: #282828;
  border-color: #282828;
}
.portfolio .noop-item {
  margin: 0;
  height: auto !important;
}
.portfolio .noop-item .noop-img img {
  width: 100%;
  height: 100%;
}
.portfolio .noop-item .item-info {
  background: rgba(40, 40, 40, 0.7);
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  top: 0;
}
.portfolio .noop-item .item-info p {
  font-size: 11px;
  font-style: italic;
  color: #ffffff;
}
.portfolio .noop-item .item-info .noop-zoom a,
.portfolio .noop-item .item-info .noop-link a {
  line-height: 30px;
  text-indent: 0;
  font-size: 9px;
  margin-top: 8px;
  background-image: none;
  width: auto;
  height: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  background-color: transparent;
  position: static;
  display: inline-block;
  margin: 30px 17px;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}
.portfolio .noop-item .item-info .noop-zoom a:hover,
.portfolio .noop-item .item-info .noop-link a:hover {
  background-color: #e6e6e6;
}
.portfolio .noop-item:hover .item-info {
  opacity: 1;
  -moz-opacity: 1;
}
.portfolio .noop-item:hover h4 a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .portfolio .noop-item {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  .portfolio .noop-item {
    width: 100% !important;
  }
}
.team {
  overflow: hidden;
}
.team .container {
  padding-bottom: 0;
}
.team .owl-buttons .owl-prev,
.team .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.team .owl-buttons owl-prev {
  left: 10px;
}
.team .owl-buttons .owl-next {
  right: 10px;
}
@media (max-width: 767px) {
  .team .teamMember .memberDescription {
    text-align: center;
  }
}
.team .teamMember .memberDescription h2 {
  letter-spacing: 0;
}
.team .teamMember .memberDescription .position span {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 3px;
  line-height: 20px;
  text-transform: uppercase;
  border: solid 1px black;
  padding: 6px;
}
.team .teamMember .memberDescription .memberParagraph {
  padding-right: 34px;
}
@media (max-width: 767px) {
  .team .teamMember .memberDescription .memberParagraph {
    padding-right: 0;
  }
}
.team .teamMember .memberDescription .teamSocial {
  margin-top: 8.5px;
}
.team .teamMember .memberDescription .teamSocial a {
  display: inline-block;
  padding: 7px;
  font-size: 15px;
}
.team .teamMember .memberDescription .teamSocial a:first-child {
  padding-left: 0;
}
.text-separator-clients {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #1d1d1d;
}
.text-separator-clients h3 span {
  padding: 25px 50px;
  border: solid 10px #ffffff;
  color: #ffffff;
}
@media (max-width: 991px) {
  #owl-clients {
    margin-top: 50px;
  }
}
.services .introServiceBox {
  position: relative;
  z-index: 2;
  background: url("../../../templates/noo_phoenix/images/backgroundService.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 0, 50% 0, 50% 0, 50% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
}
.services .serviceBox {
  width: 50%;
  height: 400px;
  position: relative;
  float: left;
  padding: 50px;
  z-index: 2;
}
.services .serviceBox h2 {
  margin: 0;
}
.services .serviceBox h2 span {
  padding: 25px 50px;
  border: solid 10px #282828;
}
@media (max-width: 991px) {
  .services .serviceBox h2 {
    letter-spacing: 5px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .services .serviceBox h2 span {
    padding: 0;
    border: 0;
  }
}
.services .serviceBox .separator {
  width: 100px;
  max-width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.services .serviceBox i {
  font-size: 9em;
}
@media (max-width: 767px) {
  .services .serviceBox {
    width: 100%;
    float: none;
  }
}
.text-separator-timers {
  background: #1d1d1d;
  padding: 50px 0;
}
.text-separator-timers .timerWrapper {
  color: #ffffff;
  padding: 17px;
}
.text-separator-timers .timerWrapper h1 {
  letter-spacing: 0;
}
.text-separator-timers .timerWrapper p {
  color: #a5a5a5;
}
.pricing {
  overflow: hidden;
}
.pricing .tableWrapper {
  padding: 51px;
  border: solid 10px #000000;
}
.pricing .tableWrapper .subscriptionName h2 {
  letter-spacing: 0;
}
.pricing .tableWrapper .separator {
  padding: 17px;
  margin-top: 17px;
  margin-bottom: 17px;
}
.pricing .tableWrapper .subscriptionPrice {
  padding-bottom: 10px;
}
.pricing .tableWrapper .subscriptionPrice strong {
  font-size: 25px;
}
.pricing .tableWrapper .subscriptionList ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 991px) {
  .pricing .tableWrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .pricing .tableWrapper {
    padding: 10px;
    padding-bottom: 30px;
  }
}
.text-separator-testimonials {
  padding: 50px 0;
  background-color: #1d1d1d;
  text-align: center;
}
.text-separator-testimonials .module-title {
  float: left;
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 130px;
}
@media (max-width: 991px) {
  .text-separator-testimonials .module-title {
    width: 100%;
  }
}
.text-separator-testimonials .module-title span {
  padding: 25px 50px;
  border: solid 10px #ffffff;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: white;
}
@media (max-width: 1199px) {
  .text-separator-testimonials .module-title span {
    letter-spacing: 3px;
    padding: 15px 25px;
    font-size: 18px;
  }
}
.text-separator-testimonials .module-ct {
  float: left;
  width: 66.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .text-separator-testimonials .module-ct {
    width: 100%;
  }
}
.text-separator-testimonials #style7 .title.inner.flip-container {
  background: transparent;
  padding: 34px;
  margin: 0;
}
.text-separator-testimonials #style7 .title.inner.flip-container:after {
  display: none;
}
.text-separator-testimonials #style7 .comment-testimonial {
  font-family: monospace;
  font-size: 12px;
  color: #e7e7e7;
  text-align: center;
}
.text-separator-testimonials #style7 .rating i {
  font-size: 12px;
  margin: 0 2px;
}
.text-separator-testimonials #style7 .rating .star-active {
  color: #e7e7e7;
}
.text-separator-testimonials #style7 .social > div {
  margin: 0 5px!important;
}
.text-separator-testimonials #style7 .social a {
  color: #e7e7e7;
}
.text-separator-testimonials #style7 .social a i {
  color: inherit;
}
.text-separator-testimonials #style7 .company {
  padding-top: 17px;
}
.text-separator-testimonials #style7 .company h4 {
  color: #898989;
  letter-spacing: 0;
  margin-bottom: 0px;
}
.text-separator-testimonials #style7 .company .position {
  color: #e7e7e7;
}
.contact .form-info {
  padding-top: 30px;
}
@media (max-width: 480px) {
  .contact .form-info .listwrapper {
    width: 100%;
  }
}
.contact .form-info .infoContact {
  list-style: none;
  padding: 17px;
}
.contact .form-info .infoContact li {
  padding-left: 17px;
}
.contact .form-info .infoContact li:first-child {
  margin-left: -27px;
}
.contact .form-info .infoContact li .fa {
  margin-right: 6px;
  font-size: 15px;
}
.contact .form-info .socialContact {
  list-style: none;
  padding: 0;
}
.contact .form-info .socialContact li {
  display: inline-block;
}
.contact .form-info .socialContact li a {
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  background-color: #282828;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.contact .form-info .socialContact li a:hover {
  background: #000000;
}
.contact .form-list .control-group {
  padding-bottom: 5px;
  text-align: center;
}
.contact .form-list .control-group #btn_summit:after,
.contact .form-list .control-group #btn_summit:before {
  display: none;
}
.contact .form-list .inputbox {
  height: 50px;
  padding: 10px;
  margin: 10px 0;
  padding-bottom: 0px;
  border: 0;
  width: 100%;
  font-weight: 700;
  background: transparent;
  border-bottom: 5px solid #282828;
  border-left: 5px solid #282828;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #282828;
  letter-spacing: 1px;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
}
.contact .form-list .inputbox.textarea {
  height: 200px;
}
.google-map .noo-m-info h1 {
  font-size: 18px;
  letter-spacing: 0;
}
.t3-footer .topLine {
  padding: 50px;
  background: #282828;
}
.t3-footer .t3-copyright {
  padding: 50px;
  background: #222;
}
.t3-footer .t3-copyright p {
  font-size: 11px;
  color: #a5a5a5;
}
.t3-footer .backToTop {
  color: #ffffff;
  cursor: pointer;
}
.t3-footer .footerSocialIcons {
  padding: 17px;
}
@media (max-width: 767px) {
  .t3-footer .footerSocialIcons {
    padding-left: 0;
    padding-right: 0;
  }
}
.t3-footer .footerSocialIcons li {
  display: inline-block;
  margin: 0 10px;
}
.t3-footer .footerSocialIcons li a {
  color: #a5a5a5;
  font-size: 25px;
}
.callToAction {
  background: #282828;
}
.callToAction .container {
  padding-top: 75px;
  padding-bottom: 75px;
}
.callToAction h4 {
  color: #ffffff;
  letter-spacing: 2px;
}
.callToAction p {
  color: #d5d5d5;
  padding: 15px 0;
}
.t3-footnav {
  padding: 0;
}
.t3-footnav .t3-module {
  background: #282828;
  color: #a5a5a5;
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 8.5px;
  letter-spacing: 8px;
}
.t3-footnav .t3-module .module-title:after {
  content: url("../../../templates/noo_phoenix/images/lineSeparatorWhite.png");
  width: 60px;
  max-width: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
.t3-footnav .t3-module p {
  color: #a5a5a5;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #a5a5a5;
}
.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: #a5a5a5;
}
.t3-footnav .acymailing_module_form .acymailing_form {
  margin: 0;
  width: 90%;
}
.t3-footnav .acymailing_module_form .acysubbuttons {
  position: relative;
  padding: 0;
}
@media (max-width: 991px) {
  .t3-footnav .acymailing_module_form .acysubbuttons {
    width: 15%;
  }
}
.t3-footnav .acymailing_module_form .acysubbuttons .button {
  padding: 17px 25px;
  background: transparent;
  border: 0;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.t3-footnav .acymailing_module_form .acysubbuttons .button:hover,
.t3-footnav .acymailing_module_form .acysubbuttons .button:focus {
  border: 0;
  outline: 0;
}
.t3-footnav .acymailing_module_form .acysubbuttons:after {
  font-family: FontAwesome;
  content: "\f003";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.t3-footnav .acymailing_module_form .acyfield_email {
  padding: 0;
}
.t3-footnav .acymailing_module_form .acyfield_email input {
  height: 54px;
  border: 0;
  background: #393939;
  border-radius: 0;
  box-shadow: none;
  line-height: 54px;
  font-size: 9px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #a5a5a5;
  letter-spacing: 1px;
}
.t3-footnav .infoContact {
  padding: 10px;
  font-size: 11px;
}
.t3-footnav .infoContact .fa {
  margin-right: 6px;
  font-size: 40px;
  position: absolute;
  opacity: 0.1;
  left: 0;
}
.t3-sidebar > .t3-module {
  padding: 10px;
  margin-bottom: 17px;
}
.t3-sidebar > .t3-module .module-title {
  font-size: 18px;
  letter-spacing: 2px;
}
.t3-sidebar > .t3-module .module-title:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #282828;
  display: block;
  margin-bottom: 17px;
  margin-top: 15px;
}
.t3-sidebar .search .form-control {
  height: 40px;
  padding: 8px 12px;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  float: left;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .t3-sidebar .search .form-control {
    max-width: 70%;
  }
}
.t3-sidebar .search .button {
  padding: 10px 18px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #282828;
  border: 0;
  border-radius: 0;
  height: 40px;
  float: left;
}
.t3-sidebar .top-stories ul,
.t3-sidebar .categories ul {
  padding: 0 0 0 17px;
  list-style: square;
  margin: 0;
}
.t3-sidebar .top-stories ul li,
.t3-sidebar .categories ul li {
  margin: 0 0 10px;
}
.t3-sidebar .top-stories ul li a,
.t3-sidebar .categories ul li a {
  text-decoration: none;
}

#countdown {
  width: 100%;
  position: relative;
  height: auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 0;
}
#countdown .countdown-section {
  display: inline-block;
  position: relative;
  width: 25%;
  height: auto;
  min-height: 150px;
  vertical-align: top;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#countdown .countdown-section:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  #countdown .countdown-section {
    width: 50%;
    border: 0;
    min-height: 100px;
  }
}
#countdown .countdown-amount {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 90px;
  color: white;
  display: block;
}
@media (max-width: 767px) {
  #countdown .countdown-amount {
    font-size: 25px;
  }
}
#countdown .countdown-period {
  font-size: 12px;
  color: white;
  font-family: monospace;
  font-weight: 300;
}
.featured-works .list-items .item {
  padding: 10px;
}
.featured-works .list-items .item .item-content {
  padding: 10px;
}
.featured-works .list-items .item .moduleItemReadMore {
  line-height: 30px;
  font-size: 9px;
  margin-top: 8px;
}
.featured-works .owl-buttons .owl-prev,
.featured-works .owl-buttons .owl-next {
  display: inline-block;
  margin: 10px;
  padding: 5px 10px;
  background: #282828;
  color: #ffffff;
}