html,
body {
  font-family: Roboto, arial, sans-serif;
}
h1 {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}
.image-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.no-padding {
  padding: 0px;
  margin: 0px;
}
.custom_footer {
  padding: 0.01em 16px;
  text-align: center!important;
  color: #fff!important;
  background-color: #009688!important;
  margin-top: 16px!important;
}
.custom_footer .footer_left_text {
  color: white;
  text-decoration: none;
}
.custom_footer .footer_left_text:hover {
  color: black;
}
#Top_navbar.affix {
  position: fixed;
  left: 0px;
  right: 0px;
  max-width: 100%;
  top: 0px;
  width: 100%;
  transform: none;
  animation: MoveDown 1s ease-out;
}
#Top_navbar {
  margin: 0;
  height: 40px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1070px;
  z-index: 999;
  min-height: 110px;
  background-color: white;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}
#Top_navbar a.navbar-brand {
  padding-top: 38px;
}
#Top_navbar a.navbar-brand img {
  max-width: 110px;
}
#Top_navbar .navbar-collapse {
  margin-top: 11px;
}
#Top_navbar .navbar-collapse ul {
  background-color: white;
  margin-top: 5px;
  border-radius: 0;
  border-color: #b7673c;
}
#Top_navbar button.navbar-toggle {
  margin-top: 40px;
  border-color: transparent;
}
#Top_navbar button.navbar-toggle span.icon-bar {
  background-color: #72706f;
}
#Top_navbar button.navbar-toggle:hover,
#Top_navbar button.navbar-toggle:focus {
  border-color: transparent;
  background-color: transparent;
}
#Top_navbar a {
  color: #72706f;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 10px;
  text-transform: uppercase;
}
#Top_navbar a:hover {
  color: #b7673c;
}
#Top_navbar .navbar-nav > .active > a {
  background-color: transparent;
  color: #b7673c;
}
#Top_navbar .navbar-nav > .active > a:hover {
  color: #b7673c;
}
@media (min-width: 768px) {
  #Top_navbar .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 33px;
  }
  #Top_navbar .navbar-collapse {
    margin-top: 10px;
  }
}
.navbar-header {
  z-index: 999999;
  position: relative;
}
@media only screen and (min-width: 768px) {
  html {
    margin-top: 0!important;
  }
}
@media only screen and (min-width: 768px) {
  #mega-menu-wrap-primary {
    top: -40px;
  }
}
@media only screen and (max-width: 767px) {
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-right {
    margin-top: -20px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  margin-top: 27px;
}
#mega-menu-wrap-primary #mega-menu-primary input,
#mega-menu-wrap-primary #mega-menu-primary img {
  height: 200px!important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #b7673c !important;
  background-color: transparent!important;
}
#Top_navbar a {
  text-decoration: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding-top: 5px;
  padding-bottom: 10px;
}
ul.mega-sub-menu a.mega-menu-link:first-of-type {
  text-align: center!important;
}
.widget_text {
  text-align: center!important;
  color: #b7673c !important;
}
.widget_text a,
.widget_text h4 {
  color: #b7673c !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:active > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  right: 162px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:active > a:after {
  border-left-color: white;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-submenu > a:after {
  content: '\F061';
  font-family: FontAwesome;
  border-width: 0;
  color: #b7673c;
  border-left-color: transparent;
  padding-right: 20px;
  margin-top: 0;
}
.dropdown-submenu a {
  text-transform: capitalize;
}
.dropdown-submenu > .dropdown-menu {
  min-width: 200px;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
@keyframes MoveDown {
  0% {
    top: -120px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes ScaleDown {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.carousel .item {
  left: 0 !important;
  transition: opacity 4s;
}
.carousel .carousel-control {
  background-image: none;
}
.carousel .next.left,
.carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
.carousel .active.left,
.carousel .active.right {
  opacity: 0;
  z-index: 2;
}
section#main-slideshow .my-image {
  min-height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
section#main-slideshow .my-image:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: ' ';
}
section#main-slideshow ol.carousel-indicators {
  right: 50px;
  top: 50%;
  left: auto;
  bottom: auto;
  transform: translate(0%, -50%);
  width: auto;
  margin-left: 0;
}
section#main-slideshow ol.carousel-indicators li {
  display: block;
}
section#main-slideshow .arrow-container {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  text-align: center;
  width: 100%;
  height: 60px;
}
section#main-slideshow .arrow_down {
  display: inline-block;
  cursor: pointer;
}
section#main-slideshow .carousel-indicators .active {
  background-color: #b7673c;
  border: none;
  width: 10px;
  height: 10px;
  margin: 1px;
  margin-top: 10px;
}
section#main-slideshow .carousel-indicators li {
  margin-top: 10px;
  background-color: #b7673c;
  border: none;
}
section#main-slideshow .carousel-caption {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
  bottom: auto !important;
  right: auto !important;
  animation: MoveUp 1s ease-in;
}
section#main-slideshow .carousel-caption h2 {
  font-size: 70px;
}
section#main-slideshow .carousel-caption p {
  margin: 0;
  padding: 0;
  text-shadow: none;
  color: white;
  font-size: 20px;
  line-height: 22px;
}
@keyframes MoveDown {
  0% {
    top: -120px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes MoveUp {
  0% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
section.despre {
  min-height: 550px;
  background-position: 45% 0;
}
section.despre .info {
  font-size: 16px;
  padding-top: 120px;
}
section.servicii-homepage {
  background-color: #E0E0E0;
  padding: 60px 0;
}
section.servicii-homepage .entry-title {
  padding-bottom: 40px;
}
section.servicii-homepage .link {
  text-transform: uppercase;
}
section.servicii-homepage .link .info {
  position: relative;
}
section.servicii-homepage .link .info .imagine {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
}
section.servicii-homepage .link .info .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #b7673c;
}
section.servicii-homepage .link .info .overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
section.servicii-homepage .link .info:hover .overlay {
  opacity: 0.8;
}
section.servicii-homepage .link:hover {
  text-decoration: none;
}
section.contact-acasa,
section.contact {
  padding-top: 100px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  min-height: 600px;
  padding-bottom: 110px;
}
section.contact-acasa .title,
section.contact .title {
  padding-bottom: 40px;
}
section.contact-acasa .contact-form-homepage label,
section.contact .contact-form-homepage label {
  width: 100%;
}
section.contact-acasa .contact-form-homepage input[type="text"],
section.contact .contact-form-homepage input[type="text"],
section.contact-acasa .contact-form-homepage input[type="email"],
section.contact .contact-form-homepage input[type="email"] {
  width: 100%;
  min-height: 40px;
  border-radius: 3px;
  border: 1px solid #72706f;
  margin-top: 10px;
}
section.contact-acasa .contact-form-homepage input[type="submit"],
section.contact .contact-form-homepage input[type="submit"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #72706f;
  background-color: #72706f;
  color: white;
  padding: 10px 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section.contact-acasa .wpcf7-form textarea,
section.contact .wpcf7-form textarea {
  width: 100% !important;
  border-radius: 3px;
  border: 1px solid #72706f;
}
.services-single .image-cover {
  min-height: 300px;
}
.services-single .info {
  margin-bottom: 50px;
  margin-top: 50px;
}
.general-page {
  margin-bottom: 100px;
}
.general-page .img-default {
  min-height: 400px;
}
section.contact {
  margin-top: 20px;
  margin-bottom: 50px;
  min-height: 100%;
  padding-top: 0;
}
section.contact .wpcf7-form {
  margin-top: 30px;
}
section.contact .info {
  margin-top: 50px;
  color: white;
}
section.contact .info .info-bg {
  width: 60%;
  display: block;
  margin: 0 auto;
  background-color: #969594;
  padding: 20px;
}
section.contact .info .info-bg h4 {
  line-height: 30px;
}
section.contact .info .info-bg a {
  color: white;
}
section.contact .info .info-bg a:hover {
  text-decoration: none;
  color: #b7673c;
}
section.portofoliu {
  /* Rotate */
  /* Blur */
}
section.portofoliu .column {
  margin: 15px 15px 0;
  padding: 0;
}
section.portofoliu .column:last-child {
  padding-bottom: 60px;
}
section.portofoliu .column::after {
  content: '';
  clear: both;
  display: block;
}
section.portofoliu .column div {
  position: relative;
  float: left;
  width: 300px;
  height: 200px;
  margin: 0 0 0 25px;
  padding: 0;
}
section.portofoliu .column div:first-child {
  margin-left: 0;
}
section.portofoliu figure {
  width: 300px;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
section.portofoliu figure:hover + span {
  bottom: -36px;
  opacity: 1;
}
section.portofoliu .hover06 figure img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
section.portofoliu .hover06 figure:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
section.portofoliu .hover07 figure img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
section.portofoliu .hover07 figure:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
footer {
  background-color: #72706f;
  padding: 30px 0;
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: #b7673c;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #Top_navbar .navbar-collapse {
    margin-top: 39px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Top_navbar a {
    font-size: 11px;
  }
  .nav > li > a {
    padding: 10px 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding: 10px 12px;
  }
}
html {
  position: relative;
  min-height: 100%;
}
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
