body {
  background: url(../../themes/novatech/assets/images/bg-pattern.png);
  font-family: 'Maven Pro';
}
#page-header {
  padding-top: 15px;
}
#page-header .fb-link img {
  height: 24px;
}
@media (max-width: 500px) {
  #page-header .fb-link img {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #page-header {
    text-align: center;
  }
}
#phone-address .phone,
#phone-address .address {
  line-height: 20px;
  padding-right: 20px;
}
#phone-address .phone i,
#phone-address .address i {
  font-size: 20px;
}
#search-form {
  border: 1px solid #000;
  border-radius: 3px;
  margin-left: 20px;
}
@media (max-width: 500px) {
  #search-form {
    clear: both;
    margin: 10px auto;
  }
  #search-form.pull-right {
    float: none !important;
  }
  #search-form input[type="text"] {
    width: 90%;
  }
}
#search-form input[type="text"] {
  background: transparent;
  border: none;
  float: left;
}
#search-form button[type="submit"] {
  background: #ed1244;
  border: none;
  margin: 0px;
  float: right;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
}
#logo {
  padding-top: 20px;
  float: right;
}
@media (max-width: 500px) {
  #logo {
    margin: 0 auto;
    float: none;
    padding-top: 0px;
  }
}
#logo img {
  width: 250px;
}
nav.navbar {
  float: left;
}
@media (max-width: 500px) {
  nav.navbar {
    float: none;
    margin-bottom: 0px;
  }
}
.mobile_menu {
  display: none;
}
@media (max-width: 500px) {
  .mobile_menu {
    display: block;
    width: 100%;
    height: 40px;
    clear: both;
    margin: 0 auto 25px;
  }
}
ul.nav {
  margin: 30px auto;
  display: inline-block;
}
@media (max-width: 500px) {
  ul.nav {
    display: none;
  }
}
ul.nav li a {
  border: 1px solid #999;
  border-radius: 0px;
  color: #000;
  font-size: 12px;
  padding: 8px 35px;
  margin-right: 1px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
}
ul.nav li a:hover {
  background: #ededed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border-bottom: 1px solid #ec0b3f;
  -moz-box-shadow: inset #ec0b3f 0 -1px 0 0;
  -webkit-box-shadow: inset #ec0b3f -1px 0 0;
  box-shadow: inset #ec0b3f 0 -3px 0 0;
}
ul.nav li.active a {
  background: #ededed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  color: #000;
  border-bottom: 1px solid #ec0b3f;
  -moz-box-shadow: inset #ec0b3f 0 -1px 0 0;
  -webkit-box-shadow: inset #ec0b3f -1px 0 0;
  box-shadow: inset #ec0b3f 0 -3px 0 0;
}
.nivo-main-image {
  width: 1140px;
  height: 300px;
}
img.featured {
  margin: 0 auto;
  display: block;
}
@media (max-width: 500px) {
  img.featured {
    width: 100%;
    margin-top: 30px;
  }
}
#content {
  margin-top: 30px;
  padding: 25px 30px;
  background: #fff;
}
@media (max-width: 500px) {
  #content .container {
    padding: 0px;
  }
}
footer {
  background: #363636;
  color: #c0c0c0;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer #footer-left ul {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
}
footer #footer-left ul a {
  color: #c0c0c0;
}
footer #footer-center {
  border-right: 1px solid #606060;
  border-left: 1px solid #606060;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 500px) {
  footer #footer-center {
    padding: 15px;
  }
}
footer #footer-center .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
footer #footer-right {
  padding-left: 30px;
}
@media (max-width: 500px) {
  footer #footer-right {
    padding: 15px;
  }
}
footer #footer-right p {
  padding-top: 10px;
  font-size: 11px;
  text-align: justify;
}
footer #footer-right a {
  color: inherit;
  font-size: 18px;
}
footer #footer-right i {
  color: #ffffff;
  font-size: 24px;
}
footer #footer-right img {
  margin-left: 10px;
}
footer button {
  background: #7d7d7d;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 10px 15px;
}
footer input {
  border-radius: 3px;
  border: none;
  padding: 10px 10px;
  width: 230px;
}
footer .copy {
  padding-left: 10px;
}
footer .col-md-4 #social {
  font-size: 20px;
}
@media (max-width: 500px) {
  .featured-images {
    margin-top: 20px;
  }
}
.featured-images .post-featured-container {
  margin: 0 auto;
  float: none;
  display: inline-block;
}
.featured-images .post-featured-container a {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #dddddd;
  width: 200px;
  height: 200px;
}
.videos .video-container {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 0 auto;
}
#featured-pages {
  padding-bottom: 40px;
}
#featured-pages h2 {
  background: none !important;
  font-size: 18px !important;
  font-weight: bold;
  text-align: left !important;
  color: #000000;
  padding-left: 0px;
}
#featured-pages .col-md-4 {
  text-align: justify;
}
@media (max-width: 500px) {
  #featured-pages .col-md-4 {
    margin: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #featured-pages .col-md-4.pull-right {
    float: none !important;
  }
}
#featured-pages .col-md-4 a {
  color: inherit;
}
#featured-pages .col-md-4 a:hover {
  text-decoration: none;
}
#featured-pages .col-md-4 a img {
  width: 100%;
  max-height: 110px;
}
#featured-pages .col-md-4:first-child {
  padding-left: 0px;
}
#featured-pages .col-md-4:last-child {
  padding-right: 0px;
}
#featured-pages .col-md-4 p {
  margin-bottom: 0px;
}
#featured-pages .col-md-4 ul {
  padding-left: 15px;
  list-style: none;
  padding-left: 0px;
}
#advanced {
  width: 1140px;
}
#page-content h1 {
  background: #eee;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
}
#page-content h2 {
  background: url('../../themes/novatech/assets/images/subtitle-bg.png') no-repeat center;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
#page-content hr {
  border-color: #9d9d9d;
}
#page-content #content .adresa {
  color: #636363;
}
#page-content #content form[role="form"] {
  width: 60%;
  padding-top: 40px;
}
#page-content #content form[role="form"] button {
  background: #d7d7d7;
  color: #000000;
  border: none;
  border-radius: 0px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
}
#page-content #content form[role="form"] button:hover {
  background: #c7c7c7;
}
#page-content #content form[role="form"] input[type="text"],
#page-content #content form[role="form"] textarea {
  border: 1px solid #c7c7c7;
  border-radius: 0px !important;
}
.service-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.service-list li {
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .service-list li {
    padding: 0px!important;
  }
}
.service-list li.col-md-4:nth-child(4n),
.service-list li.col-md-4:first-child {
  padding-left: 0px;
}
.service-list li.col-md-4:nth-child(3n) {
  float: right;
  padding-right: 0px;
}
.service-list li a {
  background: #e0e0e0;
  color: #858585;
  width: 347px;
  height: 115px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
}
.service-list li a:hover {
  background: #ffffff;
  border: 1px solid #7e7e7e;
}
.parteneri ul {
  list-style: none;
  padding-left: 0px;
}
.parteneri ul .col-md-3 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .parteneri ul .col-md-3 {
    padding: 0px !important;
    text-align: center !important;
    float: none!important;
  }
}
.parteneri ul .col-md-3:first-child,
.parteneri ul .col-md-3:nth-child(4n+1) {
  padding-left: 0px;
  text-align: left;
}
@media (max-width: 500px) {
  .parteneri ul .col-md-3:first-child,
  .parteneri ul .col-md-3:nth-child(4n+1) {
    padding: 0px !important;
  }
}
.parteneri ul .col-md-3:nth-child(4n) {
  padding-right: 0px;
  float: right;
  text-align: right;
}
@media (max-width: 500px) {
  .parteneri ul .col-md-3:nth-child(4n) {
    padding: 0px!important;
  }
}
#adaugari-recente {
  background: #fff;
  margin-bottom: 35px;
  box-shadow: 0px 1px 5px #000;
}
#adaugari-recente h2 {
  background: #7d7d7d;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  font-size: 16px;
}
#adaugari-recente .produs {
  padding-bottom: 20px;
  position: relative;
  height: 235px;
}
#adaugari-recente .produs img {
  float: left;
  width: 90px;
}
#adaugari-recente .produs h3 {
  float: right;
  font-size: 14px;
  width: 235px;
  margin-top: 0px;
}
#adaugari-recente .produs .descriere {
  float: right;
  width: 235px;
}
#adaugari-recente .produs a.btn {
  background: #7d7d7d;
  border-radius: 3px;
  border: 0;
  color: #fff;
  padding: 10px;
  width: 235px;
  float: right;
  margin: 20px auto 0;
  position: absolute;
  bottom: 10px;
  left: 130px;
}
.post-list {
  padding-left: 0px;
  list-style: none;
  clear: both;
}
.post-list li {
  background: #e0e0e0;
  margin-right: 10px;
  float: left;
  width: 353px;
  height: 460px;
  padding: 0px 10px 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .post-list li {
    width: 100%;
    height: 480px;
  }
}
.post-list li:nth-child(3n) {
  margin-right: 0px;
}
.post-list li .read-more {
  bottom: 10px;
  right: 10px;
  position: absolute;
}
.post-list li .thumb-container {
  display: table-cell;
  vertical-align: middle;
  height: 230px;
  width: 325px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 500px) {
  .post-list li .thumb-container {
    margin: 0px;
  }
}
.post-list li .thumb-container img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
.post-list li.clearfix {
  background: transparent;
  float: none;
  z-index: 0;
}
.post-list li h3 {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 15px;
  font-size: 16px;
  width: 250px;
}
@media (max-width: 500px) {
  .post-list li h3 {
    width: 65%;
  }
}
.post-list li h3 a {
  color: #000;
}
.post-list li .info {
  background: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  padding-top: 5px;
  text-align: center;
}
.post-list li .info .day {
  font-size: 24px;
  font-weight: bold;
}
.post-list li .info .month {
  font-size: 9px;
}
.post-list li .content {
  padding-top: 15px;
  text-align: justify;
}
.slider-wrapper {
  margin: 0 auto;
}
.post h1 {
  padding-right: 0px !important;
}
.post h1 a {
  display: block;
  background: url(../../themes/novatech/assets/images/back-blog-bg.png) no-repeat;
  width: 85px;
  height: 27px;
  margin-top: -5px;
  padding-top: 5px;
  padding-left: 25px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
.post h2 {
  background: #e0e0e0 !important;
  font-size: 24px !important;
  padding: 10px 30px;
  text-align: left !important;
  font-weight: bold;
}
.post h3 {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
}
.post h3 span.number_js {
  position: absolute;
  left: -40px;
  font-size: 24px;
  font-weight: bold;
  top: -3px;
}
.post .content {
  padding-left: 40px;
}
#category-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
@media (max-width: 500px) {
  #category-list {
    text-align: center;
  }
}
#category-list li {
  padding-left: 0px;
  width: 190px;
  float: left;
}
@media (max-width: 500px) {
  #category-list li {
    float: none;
    display: inline-block;
  }
}
#category-list li a {
  width: 185px;
  height: 256px;
}
#category-list li img {
  width: 185px;
  margin-right: 5px;
}
#category-list li imglast-child {
  margin-right: 0px;
}
.prod-categ {
  padding: 0px !important;
}
.prod-categ h1 {
  padding-right: 0px !important;
  background: #7e7e7e !important;
  color: #ffffff;
}
@media (max-width: 500px) {
  .prod-categ h1 {
    text-align: center;
    padding-right: 10px;
  }
}
.prod-categ h1 a {
  display: block;
  background: url(../../themes/novatech/assets/images/back-blog-bg.png) no-repeat;
  width: 85px;
  height: 27px;
  margin-top: -5px;
  padding-top: 5px;
  padding-left: 25px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .prod-categ h1 a {
    background: none;
    clear: both;
    color: red;
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  .prod-categ h1 a.pull-right {
    float: none !important;
  }
}
.prod-categ h2 {
  background: #e0e0e0 !important;
  font-size: 24px !important;
  padding: 10px 30px;
  text-align: left !important;
  font-weight: bold;
}
.prod-categ .post-list {
  padding: 10px;
  margin: 0px;
}
@media (max-width: 500px) {
  .prod-categ .post-list {
    width: 100%;
    padding: 0px;
  }
}
.prod-categ .post-list li {
  background: transparent;
}
@media (max-width: 500px) {
  .prod-categ .post-list li {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
}
.prod-categ .post-list li .post-container {
  position: relative;
  background: #e0e0e0;
  padding: 10px;
  padding-bottom: 30px;
  min-height: 440px;
}
.prod-categ .post-list li .post-container .read-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 500px) {
  .prod-categ .post-list li .post-container .read-more {
    bottom: 15px;
  }
}
.prod-categ .post-list h3 {
  padding-left: 0px;
}
.prod-content h2 {
  background: transparent !important;
  padding-left: 0px;
  /*font-weight: bold;*/
}
.prod-content .col-xs-8 {
  padding-left: 0px;
}
.prod-content .images {
  padding-top: 25px;
}
.prod-content .images .product-page-thumb-container {
  float: left;
}
.prod-content .images a {
  border: 1px solid #e0e0e0;
  display: inline-block;
}
.prod-content .images a img {
  margin-bottom: 10px;
  display: block;
}
.prod-content .images a:hover {
  text-decoration: none;
}
.prod-content .images a.thumb {
  display: table-cell;
  vertical-align: middle;
  height: 168px;
  width: 168px;
  text-align: center;
  border-spacing: 5px;
}
.prod-content .images a.thumb img {
  max-width: 166px;
  max-height: 166px;
  display: inline-block;
  margin: auto;
}
.prod-content h3 {
  background: #7e7e7e;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px;
}
.prod-content .table {
  width: 100%;
}
.prod-content .table th {
  text-transform: uppercase;
  border: none;
}
.prod-content .table td {
  border: none;
}
@media (max-width: 500px) {
  .product-cerere-oferta {
    display: none;
  }
}
.form-cerere-oferta {
  border-left: 1px solid #bebebe;
  padding-left: 100px;
}
@media (max-width: 500px) {
  .form-cerere-oferta {
    padding: 0px;
    width: 100% !important;
    float: none;
  }
}
.form-cerere-oferta h2 {
  background: transparent !important;
  font-size: 24px;
  font-weight: normal;
  padding-left: 0px;
}
#pagination .pg_descr {
  float: left;
  padding-top: 28px;
  padding-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
#pagination ul.pagination {
  float: right;
}
#pagination ul.pagination li a,
#pagination ul.pagination li span {
  border: none;
  color: #000;
}
#pagination ul.pagination li.active span {
  background: #e0e0e0;
  color: #000;
}
@media (max-width: 500px) {
  .map {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #contact-form {
    width: 100%!important;
  }
}

.custom-term-cond-text h2{background: transparent !important;font-size: 28px !important;text-align: left !important;text-transform: initial !important;}
.custom-term-cond-text h1{background: transparent !important;font-size: 36px !important;text-align: left !important;text-transform: initial !important;border: 0 !important;padding: 10px 0px !important;}
