@media (min-width: 576px) {
  .container {
    max-width: 570px; } }
@media (min-width: 767px) {
  .container {
    max-width: 1140px; }

  .main-container .left-wrapper {
    width: 200px;
    right: 0; }
  .main-container .content-wrapper {
    padding-right: 200px; }

  .expand-menu:after {
    background: none;
    z-index: -1; }
  .expand-menu .left-wrapper {
    right: -200px; }
  .expand-menu .content-wrapper {
    padding: 0;
    width: 100%; }
  .expand-menu .navbar-toggle .fas {
    color: #fff; }

  .navbar-toggle .fas {
    color: ##fff; }

  .user-logged-in .main-header {
    position: relative; }

  .flexslider .slider-caption {
    display: block;
    top: 25%;
    left: 10%;
    width: 60%;
    font-size: 1.2em; }
  .flexslider .flex-direction-nav {
    display: block;
    margin-top: -24px; }

  .clients .region ul li {
    width: 24%; }

  .carousel-caption p, .carousel-caption h3 {
    display: block; }
  .carousel-caption p:last-child {
    margin: 0; }

  .carousel-caption {
    background-color: #fff;
    background: rgba(0, 0, 0, 0.84);
    color: #ddd;
    text-shadow: none;
    padding: 20px;
    top: 20%;
    left: 10%;
    bottom: auto;
    width: 30%;
    text-align: left; 
	}

  .comment-wrap .author-details {
    width: 10%;
	}
  .comment-wrap .author-comments {
    width: 90%; 
	}
	
	 .node-form {
    background: #fff;
    width: 50%;
	}
		
	 .views-exposed-form .form-item,
    .views-exposed-form .form-actions {
        float: right;
        width: 20%;
        padding: 15px
    }
    .views-exposed-form .form-item-combine {
        width: 40%
    }
     .views-exposed-form .form-submit {
	     color:#fff;
        padding: 8px 30px;
        width: 100%;
        box-shadow: 0 2px 0 #82b9fd;
        background: #2663af;
        width: auto
    }
		
	}


