@media (min-width: 767px) {

  .site-branding{
    padding: 10px 0;
  }

  .breadcrumb-wrap{
    text-align: right;
    margin: 15px 0;
  }
  
  /*Top Widget*/

  .topwidget .col-sm-4{
    padding: 0;
  }

  .region-topwidget-first,
  .region-topwidget-second,
  .region-topwidget-third{
    overflow: hidden;
    height: 300px;
  }

  .region-topwidget-forth,
  .region-topwidget-fifth,
  .region-topwidget-sixth{
    overflow: hidden;
    height: 217px;
  }

  /*Search*/

  .region-search{
    display: block;
  }

  .contact-address{
    position: absolute;
    width: 35%;
  }

  /*Widgets*/

  .widget-group{
    padding: 50px 0;
  }

  .main-header{
    padding: 0;
  }

  .gallery-wrap{
    height: 300px;
  }

  .region-primary-menu{
    display: block !important;
    margin: 0;
  }

  .region-primary-menu,
  .menu-base-theme li a{
    background: none;
    text-transform: uppercase;
  }

  .menu-base-theme a{
    border: 0;
  }

  .menu-base-theme > li{
    border: 0;
  }

  .menu-base-theme a span.sub-arrow {
    padding: 0;
    top: 22px;
    margin-top: 0;
    bottom: 2px;
    right: 8px;
    margin-left: -3px;
    left: auto;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    background: transparent;
  }

  .menu-base-theme ul {
    border: 0;
    padding: 0;
    background-color: #fff;
    background: rgb(255, 255, 255);
    z-index: 999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 4px 4px;
  }

  .menu-wrap,
  .menu-wrap > .row{
    background: #2c3e50;
  }

  .menu-wrap > .row >div{
    padding-left: 0;
    padding-right: 0;
  }

  .menu-base-theme{
    background: #2c3e50;
  }

  .menu-base-theme ul li {
    border-bottom: 1px solid #eee;
  }

  .menu-base-theme ul li:last-child{
    border-radius: 0 0 4px 4px;
  }

  .menu-base-theme ul a:hover, 
  .menu-base-theme ul a:focus, 
  .menu-base-theme ul a:active, 
  .menu-base-theme ul a.highlighted {
    background: #f5f5f5;
    color: #262626;
  }

  .menu-base-theme a:hover,
  .menu-base-theme a:focus,
  .menu-base-theme a:active, 
  .menu-base-theme a.highlighted {
    background: #2ecc71;
  }

  .menu-base-theme ul.has-submenu li {
    border-bottom: 1px solid #fff;
  }

  .menu-base-theme li ul li a{
    font-size: 12px;
  }

  .welcome-banner-text h2{
    font-size: 50px;
  }

  .welcome-banner-text{
    font-size: 14px;
  }

  .bottom-widgets{
    text-align: left;
  }

  .footerwidget{
    padding: 10px 0;
  }

  .credit-link{
    text-align: right;
  }

  .social-media{
    text-align: center;
    margin-bottom: 0;
  }

  .nav-hr{
    width: 100%;
    height: 0;
    background: #FFFFFF;
    border-top: 1px solid rgb(98, 115, 132);
  }

  /*Comment*/

  .comment-wrap .author-details{ width: 10%; }

  .comment-wrap .author-comments{ width: 90%;}

  .region-sidebar-first .block:first-child h2,
  .region-sidebar-second .block:first-child h2{
    margin-top: 0;
  }

  /*Flex Slider*/

  .flex-control-nav {
    bottom: 0;
  }

  .flexslider{
    display: block;
    margin: 0;
  }

  /*Top Menu*/

  .top-user-menu{
    text-align: right;
  }

  .top-user-menu ul{
    margin: 0;
  }

  .top-user-menu ul li{
    vertical-align: middle;
  }

  .top-user-menu .list-inline>li{
    display: inline-block;
  }  

  ul.filterOptions li a {
    padding: 8px 17px;
  }

  ul.ourHolder li.item {
    padding: 0;
    margin: 0;
  }

  ul.ourHolder li.item img{
    border: 1px solid #fff;
    box-shadow: 0px 0px 1px #CCCCCC;
    margin: 0;
    width: 200px;
    vertical-align: top;
  }

}

@media (min-width: 992px){
  
  .gallery-wrap{
    height: 400px;
  }

  .flex-caption {
    top: 20%;
  }

}