/*--------------------------------------------------
Responsive Styles
--------------------------------------------------*/
/*--------------------------------------
Nav collapse on 991px 
--------------------------------------*/
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-default .navbar-toggle {
    display: block;
    margin-right: 0;
    border-color: #ffffff;
    border-radius: 5px;
    margin-top: 33px;
    margin-bottom: 33px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-default.affix .navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .navbar-default .navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-default .navbar-nav > li > a {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #2196f3;
    position: absolute;
    right: 15px;
    width: calc(100% - 30px);
    max-width: 320px;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
  
  .process-icon span {
		font-size: 5rem;  
  }
}
@media (max-width: 1199px) {
  .banner-mock .front-mock {
    max-height: 550px;
  }

  .back-mock {
    max-height: 500px;
  }
 
  .process-icon:after {
    top: 8px;
  }
  .col-md-3:nth-child(2n) .process-item .process-icon:after {
    top: auto;
    bottom: 8px;
  }

  .video {
    height: 480px;
  }

  .screenshot-wrap {
    margin: 52px -20px 0;
  }

  .screen-mock {
    height: 379px;
    width: 202px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .banner {
    height: 650px;
  }

  .left-part {
    height: 650px;
  }

  .banner.style-6 .left-part {
    height: 650px;
    margin-bottom: 0;
  }
  .banner.style-6 .left-part .banner-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    margin-top: 45px;
  }

  .banner-content {
    text-align: center;
  }

  .section-padding {
    padding: 70px 0;
  }

  .section-header {
    margin-bottom: 40px;
    text-align: center;
  }
  .section-header.section-header-left {
    text-align: center;
    margin-bottom: 40px;
  }

  .features-section {
    margin-top: 0;
  }
  .features-section .feature-item {
    padding: 0;
	text-align: center;
  }

  .video {
    height: 360px;
  }

  .screen-mock {
    height: 509px;
    width: 340px;
  }

  .screenshot-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 69px;
  }

  .member {
    max-width: 270px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post {
    max-width: 370px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .google-map {
    height: 360px;
  }

  .contact-info-area {
    position: static;
    clear: both;
    -webkit-transform: none;
            transform: none;
    margin: 40px 0;
  }

  .footer-top {
    padding: 60px 0;
  }

  .footer-about {
    text-align: center;
  }

  .subscription {
    text-align: center;
    margin-top: 40px;
  }

  .contact-items > div + div {
    margin-top: 30px;
    float: left;
    width: 100%;
  }

  .banner.style-8:before {
    background-image: none;
    background-color: rgba(33, 150, 243, 0.7);
  }

  .page-header {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .blog-listing .post-inner {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .sidebar {
    margin-top: 60px;
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    margin-right: 15px;
  }

  .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }

  .banner {
    height: 480px;
  }
  .banner .banner-content .banner-title {
    font-size: 3.6rem;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-part {
    height: 480px;
  }

  .price-item {
    max-width: 480px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xs-bottom-30 {
    margin-bottom: 30px;
  }

  .screen-mock {
    height: 650px;
    width: 590px;
  }

  .screenshot-wrap {
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 88px;
  }

  .banner.style-6 .left-part {
    height: 480px;
  }

  .blog-listing .post-inner {
    padding: 15px;
    margin-bottom: 20px;
  }

  .blog-single .post-inner {
    padding: 15px;
  }

  .post-pagination > a + a,
  .post-pagination .current + a,
  .nav-links > a + a,
  .nav-links .current + a {
    margin-left: 5px;
  }

  .post-pagination .current,
  .nav-links .current {
    margin-left: 5px;
  }

  .given-comment .comment-body {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .col-xs-6 {
    width: 100%;
  }

  .features-left {
    margin-bottom: 0px;
  }
  .features-left .feature-item {
    text-align: center;
  }

  .screen-mock {
    height: 480px;
    width: 480px;
  }

  .screenshot-wrap {
    width: 238px;
    margin-top: 64px;
  }

  .testimonial-item {
    margin: 0 40px;
  }

  .account-page-banner .account-form .social-signup {
    padding: 10px;
  }
}
@media (max-width: 479px) {
  .banner .banner-content .banner-title {
    font-size: 2.4rem;
  }

  .banner-content .banner-subtext {
    font-size: 1.4rem;
  }

  .btn {
    clear: both;
  }

  .working-process .col-xs-3 {
    width: 100%;
  }

  .process-item {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 30px;
  }
  .process-item .process-icon:after {
    content: none !important;
  }

  .screen-mock {
    width: 260px;
  }

  .button-group .btn {
    margin-bottom: 10px;
    margin-left: 0 !important;
    display: block;
  }

  .subscription [type=email] {
    width: 100%;
    max-width: none;
    margin-right: 0;
    display: block;
  }

  .navbar-collapse {
    width: 100%;
  }
}
