.OpenSansLight {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.OpenSansNormal {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.OpenSansSemiBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.OpenSansBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto/roboto-regular-webfont.eot");
  src: url("fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("fonts/roboto/roboto-regular-webfont.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto/roboto-bold-webfont.eot");
  src: url("fonts/roboto/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto/roboto-bold-webfont.woff") format("woff"), url("fonts/roboto/roboto-bold-webfont.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto/roboto-light-webfont.eot");
  src: url("fonts/roboto/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-light-webfont.woff2") format("woff2"), url("fonts/roboto/roboto-light-webfont.woff") format("woff"), url("fonts/roboto/roboto-light-webfont.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url("fonts/poppins/poppins-light-webfont.eot");
  src: url("fonts/poppins/poppins-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/poppins-light-webfont.woff2") format("woff2"), url("fonts/poppins/poppins-light-webfont.woff") format("woff"), url("fonts/poppins/poppins-light-webfont.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url("fonts/poppins/poppins-regular-webfont.eot");
  src: url("fonts/poppins/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/poppins-regular-webfont.woff2") format("woff2"), url("fonts/poppins/poppins-regular-webfont.woff") format("woff"), url("fonts/poppins/poppins-regular-webfont.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url("fonts/poppins/poppins-semibold-webfont.eot");
  src: url("fonts/poppins/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/poppins-semibold-webfont.woff2") format("woff2"), url("fonts/poppins/poppins-semibold-webfont.woff") format("woff"), url("fonts/poppins/poppins-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: 'Poppins';
  src: url("fonts/poppins/poppins-bold-webfont.eot");
  src: url("fonts/poppins/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/poppins/poppins-bold-webfont.woff2") format("woff2"), url("fonts/poppins/poppins-bold-webfont.woff") format("woff"), url("fonts/poppins/poppins-bold-webfont.ttf") format("truetype");
  font-weight: 700;
}
img.alignright {
  padding: 0;
  float: right;
  margin: 5px 0 10px 30px;
}
img.aligncenter {
  float: none;
  display: block;
  margin: 5px auto 15px;
}
img.alignleft {
  padding: 0;
  float: left;
  margin: 5px 30px 10px 0;
}
body {
  font-family: "Roboto", sans-serif;
  color: #596570;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
table {
  margin: 0 0 18px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 .h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  color: #373e45;
}
html,
body {
  height: 100%;
}
a:hover {
  text-decoration: none;
}
.request-offer-main-menu {
  background-color: #f93;
  color: white!important;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .request-offer-main-menu {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .request-offer-main-menu {
    margin-left: 50px;
  }
}
.request-offer-main-menu a {
  text-transform: uppercase;
  color: white!important;
  font-size: 12px!important;
  font-weight: 800;
}
.request-offer-main-menu a:after {
  font-family: FontAwesome, sans-serif;
  content: "\f178";
  padding-left: 10px;
}
p {
  line-height: 1.714;
  font-size: 15px;
}
a {
  outline: 0;
  transition: all 0.5s;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto!important;
}
.image-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-parallax {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.blue-btn {
  background-color: #f93;
  color: white;
  padding: 12px 35px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blue-btn:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0 0 0 0;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
a.btn {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  border: 2px solid #FF5326;
  background-color: #FF5326;
  box-sizing: border-box;
  transition: all 0.4s;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
a.btn:hover {
  border-color: #f93;
  background-color: #f93;
  color: white;
}
.margin-top-30 {
  margin-top: 30px;
}
.section-padding {
  padding-top: 60px !important;
  padding-bottom: 30px !important;
}
.center-align {
  display: block;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle:hover {
  background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #222;
}
.breadcrumbs ul {
  margin: 0;
  padding: 21px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumbs ul a {
  color: rgba(255, 255, 255, 0.85);
}
.breadcrumbs ul a:hover {
  color: white;
  text-decoration: underline;
}
.breadcrumbs ul li:last-child span {
  color: white;
  text-decoration: underline;
}
.breadcrumbs ul li:last-child:before {
  color: #aaa;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.header .affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  animation: MoveDown 1s ease-out;
  border-radius: 0;
  left: 0;
  right: 0;
}
@keyframes MoveDown {
  0% {
    top: -120px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .header .phone {
    padding: 0!important;
    margin-top: 0!important;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header .phone {
    padding: 20px 0 0;
  }
}
.header .header-top {
  border-radius: 0;
  border: 0 none;
  padding: 20px 0 0;
  margin-top: 20px;
  color: #36454e;
}
.header .header-top .contact-top {
  float: none;
}
@media (max-width: 767px) {
  .header .header-top .contact-top ul {
    text-align: center;
  }
}
.header .header-top .contact-top li span {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .header .header-top .contact-top li span {
    font-size: 19px;
  }
}
.header .header-top .contact-top li .fa {
  text-align: center;
  background: transparent;
  color: #f93;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
  height: auto;
  width: auto;
  line-height: inherit;
  border: 0 none;
}
.header .header-top .contact-top li a {
  color: white;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-size: 19.5px;
}
.header .header-top .contact-top li a:hover {
  color: #f93;
}
@media (min-width: 768px) {
  .header .header-top .contact-top li a {
    font-size: 15.5px;
  }
}
@media (min-width: 992px) {
  .header .header-top .contact-top li a {
    font-size: 19.5px;
  }
}
.header .header-top .contact-top li .color-secondary {
  color: #FF5326;
}
@media (min-width: 768px) {
  .header .header-top .contact-top li {
    padding-left: 20px;
    line-height: 70px;
  }
}
.header .header-top .contact-top li.programare-btn a.btn {
  padding: 8px 22px;
  margin-top: -2px;
  letter-spacing: inherit;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  color: #fff !important;
  background-color: #FF5326;
  border: 2px solid #FF5326;
  border-radius: 2px;
  vertical-align: middle;
}
.header .header-top .contact-top li.programare-btn a.btn:hover {
  color: white;
  border-color: #f93;
  background-color: #f93;
}
@media (min-width: 768px) {
  .header .header-top .contact-top {
    float: right;
  }
}
@media (min-width: 768px) {
  .header .header-top {
    margin: 0 0 20px;
  }
}
.header .meniu .navbar-toggle {
  float: left;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px 12px;
  background-color: #f93;
  margin-left: -12px;
}
.header .meniu .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header .meniu .programare-btn {
  float: right;
  margin: 8px 0;
}
.header .meniu .programare-btn a {
  padding: 6px 12px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .header .meniu {
    padding: 0;
  }
}
.header .navbar-default .navbar-collapse,
.header .navbar-default .navbar-form {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.header .navbar-brand {
  padding: 0 15px 15px;
  height: auto;
}
.header .navbar-brand img {
  height: 60px!important;
}
@media (max-width: 767px) {
  .header .navbar-brand img {
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 1200px) {
}
@media (max-width: 767px) {
  .header .navbar-brand {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header .navbar-header {
    padding: 0 15px;
    background-color: #f93;
  }
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:focus,
.header .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #f93;
}
.header #MeniuPrincipal {
  margin: 0;
  background: white;
  color: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: transparent;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
  .header #MeniuPrincipal .dropdown-menu {
    min-width: 250px;
    top: 170%;
  }
}
.header #MeniuPrincipal ul:not(.dropdown-menu) {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
}
.header #MeniuPrincipal ul:not(.dropdown-menu) li {
  line-height: 28px;
}
.header #MeniuPrincipal ul:not(.dropdown-menu) li a {
  background: transparent;
  text-transform: uppercase;
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  padding: 18px 17px;
  transition: background 350ms, color 350ms, border-color 350ms;
}
@media (max-width: 767px) {
  .header #MeniuPrincipal ul:not(.dropdown-menu) li a {
    font-size: 14px;
    font-weight: 400;
    color: #596570;
    position: relative;
    transition: color 0.4s, background 0.4s;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
}
.header #MeniuPrincipal ul:not(.dropdown-menu) li:hover a,
.header #MeniuPrincipal ul:not(.dropdown-menu) li:focus a {
  background-color: #FF5326;
  color: white;
}
@media (min-width: 768px) {
  .header #MeniuPrincipal ul:not(.dropdown-menu) li {
    flex-grow: 1;
  }
  .header #MeniuPrincipal ul:not(.dropdown-menu) li:first-of-type {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .header #MeniuPrincipal ul:not(.dropdown-menu) li {
    width: 100%;
  }
}
.header #MeniuPrincipal ul:not(.dropdown-menu) .active a {
  background-color: transparent;
  color: #f93;
}
@media (min-width: 768px) {
  .header #MeniuPrincipal ul:not(.dropdown-menu) .active a {
    background-color: #FF5326;
    color: white;
  }
}
@media (min-width: 768px) {
  .header #MeniuPrincipal ul:not(.dropdown-menu) {
    display: flex;
  }
}
@media (min-width: 768px) {
  .header #MeniuPrincipal {
    background-color: #f93;
  }
}
.header_home_class {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .header_page_class .header-top {
    margin: 0 0 20px;
  }
}
.header_page_class .contact-top {
  background-color: #fff;
}
.header_page_class .contact-top ul li a {
  color: #36454e !important;
}
.header_page_class .contact-top ul li a:hover {
  color: #f93;
}
.nav_other_pages {
  background-color: #f93;
}
.homepage .homepage-slider {
  position: relative;
}
.homepage .homepage-slider .img-slider {
  position: relative;
}
@media (min-width: 768px) {
}
.homepage .homepage-slider .img-slider:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.homepage .homepage-slider .img-slider .text-slider {
  position: absolute;
  color: white;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .homepage .homepage-slider .img-slider .text-slider {
    width: 100%;
    left: 50%;
    top: 70%;
    padding: 15px;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .homepage .homepage-slider .img-slider .text-slider {
    top: 50%;
    right: 10%;
    /* float: right; */
    max-width: 400px;
    transform: translate(0, -50%);
  }
}
.homepage .homepage-slider .img-slider .text-slider .subtitle {
  color: white;
  font-size: 32px;
  font-weight: 400;
}
.homepage .homepage-slider .img-slider .text-slider .content-editor {
  font-size: 16px;
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.homepage .homepage-slider .slick-slide {
  color: white;
}
.homepage .homepage-slider .slick-slider {
  margin-top: 0;
  margin-bottom: 0;
  position: relative!important;
}
.homepage .homepage-slider .slick-next,
.homepage .homepage-slider .slick-prev {
  background-color: transparent!important;
  border-radius: 50%;
  font-size: 44px;
  height: 60px;
  width: 60px;
  color: white;
  text-align: center;
  line-height: 55px;
  position: absolute;
  bottom: 40px;
  top: 50%;
  visibility: hidden;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}
.homepage .homepage-slider .slick-next {
  right: 15px;
  background-color: white;
}
@media (min-width: 1440px) {
  .homepage .homepage-slider .slick-next {
    right: 30px;
  }
}
@media (max-width: 426px) {
}
.homepage .homepage-slider .slick-next::before {
  display: none;
}
.homepage .homepage-slider .slick-prev {
  left: 15px;
  z-index: 2;
}
.homepage .homepage-slider .slick-prev::before {
  display: none;
}
@media (max-width: 1024px) {
}
@media (max-width: 769px) {
}
.homepage .homepage-slider:hover .slick-next,
.homepage .homepage-slider:hover .slick-prev {
  visibility: visible;
  opacity: 1;
}
.navbar-toggle {
  padding-top: 20px;
}
.servicii-home {
  padding-top: 80px;
}
.servicii-home .col-sm-4 {
  padding: 0 1px;
}
.servicii-home .box-servicii {
  position: relative;
  transform-style: preserve-3d;
  background: transparent;
  overflow: hidden;
  margin-bottom: 60px;
}
.servicii-home .box-servicii .image img {
  transition: all 1.2s;
  width: 100%;
}
.servicii-home .box-servicii .servicii-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  padding: 20px 25px;
  transition: all 0.4s;
  -ms-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: rgba(255, 153, 51, 0.85);
}
.servicii-home .box-servicii .servicii-content h3 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
}
.servicii-home .box-servicii:hover .image img {
  transform: scale(1.08);
}
@media (min-width: 768px) {
  .servicii-home .box-servicii {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .servicii-home {
    padding-bottom: 80px;
  }
}
.home-info {
  padding-bottom: 80px;
}
.home-info .box-iii {
  font-size: 16px;
}
.servicii-short {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f8f8;
}
.servicii-short h4 {
  font-size: 20px;
  font-weight: 300;
}
.servicii-short a {
  color: #f93;
}
.servicii-short a:hover {
  color: #FF5326;
}
.servicii-short .lead p {
  font-size: 21px;
  font-weight: 300;
}
.servicii-short .mmm {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .servicii-short .mmm {
    margin: 0;
  }
}
.servicii-short ul {
  list-style: none;
  padding-left: 0;
}
.servicii-short ul li {
  position: relative;
  padding-left: 28px;
  margin-left: 0;
  margin-bottom: 8px;
}
.servicii-short ul li:before {
  font-family: FontAwesome, sans-serif;
  content: '\f00c';
  font-size: 18px;
  line-height: 18px;
  top: 4px;
  color: #f93;
  position: absolute;
  left: 1px;
}
.contact-parallax {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  color: white;
}
.contact-parallax:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.contact-parallax h2 {
  color: white;
}
.contact-parallax .wide {
  max-width: 770px;
  margin: 0 auto;
}
.contact-parallax .wide .lead a {
  display: inherit;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  width: 180px;
  margin: 20px auto;
  border: 2px solid #f93;
  background-color: #f93;
  box-sizing: border-box;
  transition: all 0.4s;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.contact-parallax .wide .lead a:hover {
  border-color: #FF5326;
  background-color: #FF5326;
}
.contact-map {
  background-color: #596570;
  margin-bottom: 20px;
}
.contact-map .map-title {
  color: white;
  padding-top: 80px !important;
  padding-bottom: 70px !important;
}
@media (max-width: 767px) {
}
#footer .title-footer {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
#footer .footer-top {
  background-color: #2a2d33;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
}
#footer .footer-top .footer-inf {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #footer .footer-top .footer-inf {
    margin-bottom: 0;
  }
}
#footer .footer-top .title-footer {
  color: #f93;
}
#footer .footer-top a {
  color: white;
}
#footer .footer-top .contact-footer {
  line-height: 28px;
}
#footer .footer-top .contact-footer a:hover {
  color: #FF5326;
}
#footer .footer-top .contact-footer i {
  padding-right: 10px;
}
#footer .footer-top .utile-footer ul {
  margin: 0;
  padding: 0;
}
#footer .footer-top .utile-footer ul li {
  list-style: none;
}
#footer .footer-top ul:not(.social-icons) {
  list-style: none;
  padding-left: 0;
}
#footer .footer-top ul:not(.social-icons) li {
  padding-left: 12px;
  position: relative;
}
#footer .footer-top ul:not(.social-icons) li a:before {
  font-family: 'FontAwesome', sans-serif;
  content: "\f105";
  position: absolute;
  left: 0;
  margin-top: 2px;
  line-height: 16px;
  font-size: 16px;
  color: #f93;
  display: inline-block;
  transition: left 0.3s;
}
#footer .footer-top ul:not(.social-icons) li:hover a:before {
  left: 3px;
}
#footer .footer-top ul:not(.social-icons) li:hover a:hover {
  color: #FF5326;
}
#footer .fa {
  color: #f93;
}
#footer .fa:hover {
  color: #FF5326;
}
#footer .footer {
  background-color: #1e2228;
  padding: 25px 0;
  color: white;
}
#footer .footer a {
  color: white;
}
.contact-page {
  height: 300px;
  position: relative;
  margin-bottom: 80px;
}
.contact-page:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.contact-page .title-section {
  position: absolute;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}
.contact-page .title-section h1 {
  font-size: 28px;
  margin: 0 0 10px;
  color: white;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .contact-page .title-section h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .contact-page .title-section {
    padding: 15px;
  }
}
.contact {
  padding-bottom: 80px;
}
.contact .contact_content .program p {
  margin-bottom: 0;
}
.contact .contact_content .program a {
  color: #596570;
}
.contact .contact_content .program a:hover {
  color: #f93;
}
.contact .contact_content .contact-form {
  margin-top: 30px;
}
.contact .contact_content .contact-form input[type="email"],
.contact .contact_content .contact-form input[type="text"] {
  height: 50px;
}
.contact .contact_content .contact-form textarea {
  height: 150px;
}
.contact .contact_content .contact-form input[type="email"],
.contact .contact_content .contact-form input[type="text"],
.contact .contact_content .contact-form textarea {
  width: 100%;
  -ms-border-radius: 2px;
  margin-bottom: 15px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  background-color: #f4f8f8;
}
.contact .contact_content .contact-form input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  padding: 12px 20px;
  text-align: center;
  color: white;
  border: 2px solid #f93;
  background-color: #f93;
  box-sizing: border-box;
  transition: all 0.4s;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.contact .contact_content .contact-form input[type="submit"]:hover {
  color: white;
  border: 2px solid #FF5326;
  background-color: #FF5326;
}
@media (min-width: 768px) {
  .contact .contact_content .contact-form .nopaddleft {
    padding-left: 0;
  }
  .contact .contact_content .contact-form .nopaddright {
    padding-right: 0;
  }
  .contact .contact_content .contact-form .nopadd {
    padding: 0;
  }
}
.normal-page .titlu {
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.normal-page .content-page {
  margin-bottom: 30px;
}
.single-serviciu {
  margin-bottom: 60px;
}
.single-serviciu .affix-top,
.single-serviciu .affix {
  position: static;
}
.single-serviciu .contact-form-serviciu {
  position: relative;
}
.single-serviciu .contact-form-serviciu input[type="text"],
.single-serviciu .contact-form-serviciu input[type="email"],
.single-serviciu .contact-form-serviciu input[type="tel"] {
  height: 50px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  background-color: white;
  width: 100%;
  margin-bottom: 15px;
}
.single-serviciu .contact-form-serviciu textarea {
  width: 100%;
  height: 130px;
  margin-bottom: 15px;
}
@media (min-width: 979px) {
  .single-serviciu .sidebar.affix-top {
    position: static;
    margin-top: 30px;
    width: 25%;
  }
  .single-serviciu .sidebar.affix-bottom {
    position: relative;
  }
  .single-serviciu .sidebar.affix {
    position: fixed;
    top: 0;
    width: 25%;
  }
}
.single-serviciu ul {
  list-style: none;
  padding-left: 0;
}
.single-serviciu ul li {
  position: relative;
  padding-left: 28px;
  margin-left: 0;
  margin-bottom: 8px;
}
.single-serviciu ul li:before {
  font-family: FontAwesome, sans-serif;
  content: '\f00c';
  font-size: 18px;
  line-height: 18px;
  top: 4px;
  color: #f93;
  position: absolute;
  left: 1px;
}
/*# sourceMappingURL=less-style.css.map */