li.disabled {
    display:none;
}
#sf-menu {
  float: left;
  position: relative; }

.sf-menu ul {
  width: 100%; }

.superfish-wrapper-main {
  z-index: 100;
  line-height: 6rem;
  position: relative;
  opacity: 1;
  font-size: 2rem;
  letter-spacing: 0.5px;
  background-color: #5a431a;
  font-family: 'proxima'; }

.superfish-wrapper-main:before, .sf-menu:before {
  content: " ";
  display: table; }

.superfish-wrapper-main:after {
  clear: both;
  display: table;
  content: " "; }

.superfish-wrapper {
  position: relative; }

.superfish-toggle {
  border-color: #777777 !important;
  position: relative;
  float: left;
  padding: 6px 10px 6px 10px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  display: none; }

.superfish-toggle > .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
  margin-top: 4px;
  margin-bottom: 4px; }

.sf-menu a {
  display: block;
  position: relative;
  color: #fff;
  border: 0px solid red;
  line-height: 6rem;
  padding: 0 2.5rem;
  text-transform: uppercase; }
  .sf-menu a:hover {
    text-decoration: none; }
  .sf-menu a:focus {
    text-decoration: none; }

.sf-menu li {
  /*	padding-left:5px;
  	padding-right:5px;	*/
  /*display: inline-block; */
  color: #fff;
  /*float: left;*/
  position: relative; }

.sf-menu > li:not(.dropright):hover > a:after {
  position: absolute;
  bottom: 5px;
  left: 20px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid rgba(240, 242, 241, 0);
  border-bottom: 6px solid #F0F2F1; }

.sf-menu > li.dropright > a:after {
  margin-top: 0px;
  margin-left: 15px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid rgba(240, 242, 241, 0);
  border-left: 6px solid #F0F2F1; }

.sf-menu a:hover, .sf-menu a:focus {
  color: #eeeeee; }

.sf-menu ul {
  background-color: #fff;
  /*	border-bottom:1px solid $brand-primary;
  	border-left:1px solid $brand-primary;
  	border-right:1px solid $brand-primary;*/
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px; }

.sf-menu ul > li {
  border: 1px solid #eeeeee;
  padding: 0px; }
  .sf-menu ul > li a {
    color: #5a431a;
    font-size: 1.4rem;
    line-height: 5rem;
    font-weight: 400;
    padding: 0 2.5rem; }
    .sf-menu ul > li a:hover {
      color: #fff;
      background-color: #ad8c51;
      font-weight: 400; }

#search {
  width: 100px; }

.nav-tabs > li > a {
  color: #5a431a; }

.daction > a.btn-primary {
  background-color: #5a431a; }

@media (max-width: 480px) {
  #sf-menu {
    display: none; }

  #header-top #logo {
    float: none; }

  #header-top #contact-header {
    display: none; } }
@media (min-width: 481px) and (max-width: 767px) {
  sf-menu li a {
    font-size: 2rem;
    line-height: 6rem;
    font-weight: normal;
    width: 12rem; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sf-menu li a {
    font-size: 2rem;
    line-height: 6rem;
    font-weight: normal;
    width: 17rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .sf-menu li a {
    font-size: 2rem;
    line-height: 6rem;
    font-weight: normal;
    width: 17rem; } }
@media (min-width: 1200px) {
  .sf-menu li a {
    font-size: 2rem;
    line-height: 6rem;
    font-weight: normal;
    width: 17rem; } }
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }

.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none; }

.pushy a:hover {
  color: #FFF; }

.pushy ul:first-child {
  margin-top: 10px; }

.pushy.pushy-left {
  left: 0; }

.pushy.pushy-right {
  right: 0; }

.pushy-content {
  visibility: hidden; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */ }

.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out; }

.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out; }

.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0; }

.pushy-submenu button:hover {
  color: #FFF; }

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative; }

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s; }

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }

.pushy-submenu-closed .pushy-link {
  opacity: 0; }

.pushy-submenu-open {
  /* Submenu Icon */ }

.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible; }

.pushy-submenu-open .pushy-link {
  opacity: 1; }

.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

.hamburger-btn {
  display: none;
  border: 2px solid #5a431a;
  border-radius: 3px;
  padding: 2px 4px 2px 4px;
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 7rem;
  /*margin-right:10px; */ }
  .hamburger-btn .icon-bar {
    display: block;
    height: 2px;
    width: 20px;
    margin: 2px 0;
    background-color: #5a431a;
    border-radius: 3px;
    color: #5a431a; }

/*# sourceMappingURL=pushy.css.map */
@font-face {
  font-family: 'proxima';
  src: url("../fonts/proxima-nova-regular.ttf");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'proxima';
  font-size: 1.6rem; }

.pad {
  margin-top: 2.5rem; }

.pad2 {
  margin-top: 5rem; }

/** header **/
#header-top {
  width: 100%;
  background-color: #fff; }
  #header-top #logo {
    float: left;
//    background: url("../img/sigla.svg");
    background-position: -5% 40%;
    background-size: auto 150%;
    background-repeat: no-repeat;
    position: absolute;
    text-align:left;
    left: 0px; }
  #header-top #logo img {
      margin-top:-5px;
  }
  #header-top h1 {
    font-family: arial;
    font-size: 6rem;
    font-weight: bold;
    margin: 0px auto;
    line-height: 14rem;
    color: #3a84b8; }
  #header-top #contact-header {
    position: absolute;
    right: 0px;
    top: 3rem; }
    #header-top #contact-header .contact_element {
      font-size: 1.6rem;
      color: #5a431a; }

.greensock-slider {
  min-height: 600px; }

/**  index **/
header.titlu {
  font-size: 2.2rem;
  line-height: 2.4rem;
  color: #333333;
  font-family: 'Helvetica Nueue';
  color: #5a431a; }

section.content {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #555555;
  font-family: 'proxima'; }

/** continut **/
h1 {
  font-size: 4rem; }

h3 {
  color: #333333;
  color: #5a431a;
  padding-bottom: 10px;
  padding-top: 10px; }

h4 {
  margin: 2rem 0 2rem 0; }

p {
  font-size: 1.6rem;
  color: #555555;
  margin: 0px;
  padding: 0px;
  line-height: 2.4rem; }

.titlu {
  margin-top: 3rem; }
  .titlu h1 {
    color: #5a431a;
    font-family: 'Helvetica Nueue'; }

.continut .daction {
  margin-top: 2rem; }
.continut ul {
  list-style: none;
  margin: 0px;
  margin-top: 2rem;
  padding-left: 10px; }
  .continut ul li {
    color: #555555;
    list-style-type: square;
    padding: 0 0 0 0;
    line-height: 3rem; }
.continut strong {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-top: 2rem;
  margin-bottom: 0;
  display: block; }
.continut strong + p {
  margin-top: 2rem; }
.continut ul.firme {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 1.2rem;
  overflow: hidden;
  text-align: left; }
  .continut ul.firme > li {
    float: left;
    width: 20%;
    min-height: 200px; }
  .continut ul.firme > li:nth-child(6) {
    clear: both; }
  .continut ul.firme > li:nth-child(11) {
    clear: both; }
  .continut ul.firme > li:nth-child(16) {
    clear: both; }
  .continut ul.firme li {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .continut ul.firme ol {
    list-style: none;
    margin: 0px;
    padding: 0px; }

.contact {
  padding-left: 7rem; }
  .contact h2 {
    margin-bottom: 2rem;
    font-family: 'Helvetica Nueue'; }

/** footer **/
footer {
  background-color: #847a71;
  min-height: 25rem;
  position: relative;
  color: #FFF; }

.footer_title {
  font-size: 1.8rem;
  margin-top: 3rem;
  width: 20rem;
  text-align: left;
  line-height: 2rem;
  font-family: 'Helvetica Neueue';
  margin-left: 0px; }

.footer_link {
  color: #fff; }

.footer_link:hover {
  color: #ad8c51;
  text-decoration: none; }

.footer_element_first {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-left: 0px; }

.footer_element {
  margin-top: 0.3rem;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-left: 0px; }

.contact_title {
  font-size: 1.8rem;
  margin-top: 3rem;
  width: 20rem;
  text-align: left;
  line-height: 2rem;
  font-family: 'Helvetica Nueue'; }

.contact_name {
  font-size: 1.4rem;
  margin-top: 2rem;
  text-align: left;
  line-height: 2rem; }

.contact_element {
  font-size: 1.2rem;
  margin-top: 1rem;
  text-align: left;
  line-height: 2rem; }

.contact_element > i {
  margin-right: 1rem; }

.footer_left {
  padding-left: 2rem; }

.footer_right {
  padding-left: 10rem; }

.footer_center {
  padding-right: 0rem; }

.copyright {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background-color: #847a71;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  line-height: 1.6rem; }

.logo_jos {
  background-image: url("../img/sigla.svg");
  background-position: center;
  background-size: 100% auto;
  width: 10rem;
  height: 10rem;
  margin: 0px auto;
  margin-top: 7rem; }

.social {
  margin-top: 5rem; }

.wrapsocial {
  display: table;
  margin: 0px auto;
  margin-top: 2rem;
  margin-right: 0px; }

.social-content {
  margin: 0px auto;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  float: left; }

.social-content > a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  line-height: 3rem;
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 0.5rem;
  text-align: center;
  margin-right: 0px;
  font-size: 1.6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .social-content > a:hover {
    color: #ad8c51;
    border: 2px solid #ad8c51; }

.pushy {
  background-color: #5a431a; }

.pushy ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.pushy-content .menu-btn {
  float: right; }

@media (max-width: 480px) {
  #toppad {
    margin-top: 0px !important; }

  #header-top #logo {
    width: 13rem;
    height: 13rem;
    top: 0.5rem;
    float: left;
    background: url("../img/sigla.svg");
    background-position: -5% 40%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    left: 0px; }

  #header-top {
    min-height: 14rem; }
    #header-top h1 {
      display: none; }

  .logo_jos {
    margin-left: 0rem;
    margin-top: 2rem; }

  .footer_right {
    padding-left: 2rem; }

  #header-top #contact-header {
    display: none; }

  .hamburger-btn {
    display: block; }

  li.letter {
    width: 100% !important; } }
@media (min-width: 481px) and (max-width: 767px) {
  #header-top {
    min-height: 14rem; }
    #header-top h1 {
      display: none; }

  .logo_jos {
    margin-left: 0rem;
    margin-top: 2rem; }

  .footer_right {
    padding-left: 2rem; }

  li.letter {
    width: 50% !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  li.letter {
    width: 33% !important; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

/*# sourceMappingURL=main.css.map */
