@media (min-width: 767px) {
  .button-et{
    position: fixed;
    top: 30%;
    right: 0;
    background: url(/themes/cavca_theme/images/etp.png) no-repeat;
    width: 57px;
    height: 293px;
    z-index: 10;
  }

  .topwidget{
    padding: 20px 0 0 0;
  }

  .contact-message-feedback-form{
    max-width: 650px;
    margin: 0 auto;
    border: 1px solid #E9E8ED;
    padding: 10px 30px;
    background: #FDFDFD;
  }

  .region-primary-menu{
    display: inline-block;
    float: right;
    width: auto;
    margin: 0;
  }

  .footerwidget img.left{
    float: left;
    margin: 10px 10px 0 0;
  }

  .region-primary-menu,
  .menu-base-theme li a{
    background: none;
    color: #000;
/*    text-transform: uppercase; */
    font-size: 15px;
	font-weight: bold;
	padding: 90px 10px 25px 10px; 
  }
  
/*.menu-base-theme li:last-child a {
    color: #ef4423;
}*/

  .main-header nav{
    margin: 0;
  }

  .menu-base-theme a{
    border: 0;
  }

  .menu-base-theme > li{
    border: 0;
  }

  .menu-base-theme a span.sub-arrow {
    padding: 0;
    top: 23px;
    margin-top: 0;
    bottom: 2px;
    right: 5px;
    margin-left: -5px;
    left: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    background: transparent;
  }

  .menu-base-theme ul {
    border: 1px solid #eee;
    padding: 0;
    background-color: #333;
  }

  .menu-base-theme ul.has-submenu li {
    border-bottom: 1px solid #fff;
  }

  .carousel-caption p,
  .carousel-caption h3{
    display: block;
  }

  .carousel-caption{
    background-color: #fff;
    background: rgba(255, 255, 255, 0.89);
    color: #333;
    text-shadow: none;
    padding: 25px 0 0 0;
  }

  .bottom-widgets{
    text-align: left;
  }

  .footerwidget{
    padding: 10px 0;
  }

  .credit-link{
    text-align: right;
  }

  .social-media{
    float: right;
  }
  
    .contacts-pc {
    text-align: right;
  }

  .social-media a{
    margin: 0 0 0 10px;
  }

  /*comment*/

  .comment-wrap .author-details{ 
    width: 10%;
  }

  .comment-wrap .author-comments{ 
    width: 90%;
  }

  .menu-base-theme a, 
  .menu-base-theme a:hover, 
  .menu-base-theme a:focus, 
  .menu-base-theme a:active, 
  .menu-base-theme a.highlighted {
	color: #fff;
    background: #009deb;
	background: linear-gradient(to bottom,#dbf3ff 0%,#09a7f5 70%);
	padding: 90px 10px 25px 10px; /* Intrebare Modificare */
  }

  .menu-base-theme ul a:hover, 
  .menu-base-theme ul a:focus, 
  .menu-base-theme ul a:active, 
  .menu-base-theme ul a.is-active,
  .menu-base-theme ul a.highlighted {
    background: #EE0328;
    color: white;
  }

  .menu-base-theme li.active a{
    background: #009deb;
	background: linear-gradient(to bottom,#dbf3ff 0%,#009deb 60%);
    color: #fff;
	padding: 90px 10px 25px 10px; /* Intrebare Modificare */
  }

}