/*------------------------------------------------------------------
[Responsive Stylesheet]

Project:	Aashu
Version:	1.0
Last change:	01/31/2017
Assigned to:	drupalthemez
Primary use:	Application landing page 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Media max width 767px
2. Media max width 1199px
3. Media min width 480px
4. Media min width 768px
5. Media min width 992px
6. Media min width 1200px
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Media max width 767px]
*/
@media (max-width: 767px){
  .btn-icon{
    display: block
  }
  .slide-item .caption h2 {
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
  }
  .grid-icon-item{
    margin: 24px 0
  }
  .contact-item{
    border-right: none;
  }
  .app-screenshots:before{
    width: 320px
  }
  .footer-nav li, .footer-text {
    display: block;
    text-align: center;
    margin: 0
  }
  .footer-nav li a{
    margin: 0 !important
  }

  .navbar-brand {
    display: flex;
    align-items: center;
  }

  .navbar-brand.navbar-brand img {
    max-width: 200px;
    height: auto;
  }
}

/*------------------------------------------------------------------
[2. Media max width 1199px]
*/
@media (max-width: 1199px) {
  .container-fluid>.navbar-collapse, 
  .container-fluid>.navbar-header, 
  .container>.navbar-collapse, 
  .container>.navbar-header{
        margin-right: -15px;
    margin-left: -15px;
  }
    .navbar-brand{
      text-align: center;
      width: 100%;
      margin: 0 !important;
      line-height: 50px;
      height: 50px;
    }
    .navbar-brand img{
      line-height: 50px;
      height: 50px;
      margin: 0 auto;
    }
    .navbar-header .navbar-toggle.btn,
    .navbar-right.navbar-extra .btn{
      font-size: 21px;
      padding: 1px 8px;
      background: none !important;
    margin: 8px 0;
    }    
    .navbar-header .navbar-toggle{
      left: 15px;
      position: absolute;
      top: 0;
    }
    .navbar-right.navbar-extra .btn{
      right: 15px;
      position: absolute;
      top: 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in{
        display:block !important;
            max-height: 340px;
            overflow-y: auto !important
    }
    .navbar-right{
      margin: 0
    }
    footer .block ul li a, 
    footer .block ol li a {
        margin-right: 15px;
    }
}

/*------------------------------------------------------------------
[3. Media min width 480px]
*/
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

/*------------------------------------------------------------------
[4. Media min width 768px]
*/
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
  .grid-icon-item.icon-right {
    padding-right: 48px;
    padding-left: 0;
    text-align: right
  }
  .grid-icon-item.icon-right .icon {
    left: auto;
    right: 0
  }
}

/*------------------------------------------------------------------
[5. Media min width 992px]
*/
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

/*------------------------------------------------------------------
[6. Media min width 1200px]
*/
@media (min-width: 1200px) {
  .navbar {
    min-height: 60px;
  }
  .navbar-brand{
    padding: 0;
    line-height: 60px;
    height: 60px;
  }
  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar>.container .navbar-brand, 
  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-right {
    margin-right: 0px;
  }
  .navbar-btn {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}