@media (min-width: 768px) {

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

  .region-primary-menu,
  .menu-base-theme li a{
    background: none;
  }

  .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 #a8a8a8;
    padding: 0;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.84);
  }

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

  .welcome-banner-text h2{
    font-size: 35px;
    padding: 40px 0;
  }

  .welcome-banner-text{
    font-size: 14px;
	line-height: 140%;
    max-width: 500px;
  }

  .bottom-widgets{
    text-align: left;
    padding: 50px 0;
  }

  .footerwidget{
    padding: 50px 0;
  }

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

  .social-media{
    float: right;
  }

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

  /*comment*/

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

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

@media (min-width:992px){ 
.welcome-banner-text h2{font-size: 40px;} .welcome-banner-text{font-size: 14px;	line-height: 150%; max-width: 600px; padding:80px 0;}
}
@media (min-width:1200px){ 
.welcome-banner-text h2{font-size: 50px;}  .welcome-banner-text{font-size: 14px;	line-height: 150%; max-width: 880px; padding: 80px 0;}
} 

@media (min-width:1600px){.container{width:1570px}}
