/* lg */ 
@media (min-width: 1200px) {
.inner-intro:hover .next-section{
  opacity: 1;
  top: 57%;
}
}



/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-intro:hover .next-section{
    opacity: 1;
    top: 68%;
  }
  .inner-intro {
    padding-top:100px!important;
  }

  .inner-intro h2 {
    font-size:20px!important;
  }

  .inner-intro h4 {
    font-size:15px;
  }

  .inner-intro .container {
    width: 100%;
  }
}



/* sm */
@media (min-width: 768px) and (max-width: 991px) {

  .header .side-menu-btn ul li, .header .mobile-menu-icon-wraper {
    padding: 19px 0 20px;
  }
  .header .logo {
      display: inline-block;
      margin-top:15px;
  }
  .inner-intro:hover .next-section{
    opacity: 1;
    top: 86%;
  }

  .inner-intro {
    padding-top:80px!important;
  }

  .inner-intro h2 {
    font-size:20px!important;
  }

  .inner-intro h4 {
    font-size:15px;
  }

  .inner-intro .container {
    width: 100%;
  }

}



/* xs */
@media (max-width: 767px) {
  .mb-xs-50 {margin-bottom: 100px;}
  .sharebuttons a {
    width:50%;
    margin:0;
  }
  .inner-sub {
    height:180px;
    text-align: center;
  }
.header .logo {
      display: inline-block;
      margin-top:15px;
  }
  .inner-intro {
    padding-top:60px;
  }

  .inner-intro h2 {
    font-size:20px!important;
  }

  .inner-intro h4 {
    font-size:15px;
  }

  .inner-intro .container {
    width: 100%;
    max-width: 720px;
  }

  .item-title h2 { 
    font-size: 27px;
  }
  .info-description {
    font-size: 12px;
  }
  .info-container {
    padding-top: 15px;
  }

  .header .side-menu-btn > ul > li, .header .mobile-menu-icon-wraper {
    margin-left: 16px;
  }

  .header {
    background: #fff;
    color: #fff;
  }

  .full-intro .header {
    background-color: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }

  .footer h4 {
    font-size:14px;
  }

  .pull-xs-left {float:none;text-align: left;}

}




/* XS Portrait */
@media (max-width: 480px) {
}


/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@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;
  }
}

@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;
  }
  .next a:link, 
  .next a:visited {
    display:inline-block;
    width: auto;
    background:none;
    text-align: left;
    padding:0;
    color:#16283e;
  }
}

@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;
  }
}

@media (min-width: 1200px) {
  .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;
  }
}