/* Sticky footer styles wrap_2
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
html,
body{
  min-height: 100%;
  height: 100%;
}
#wrap {
  /* Margin bottom by footer height */
  background-color: #fff;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -160px;
    padding: 0 0 160px;
}
#footer {
    width: 100%;
    min-height: 160px;
    background-color: transparent;
    overflow: hidden;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding:0 15px;
}
#wrap > #sticky {
  padding-top: 60px ;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

 @media only screen and (min-width : 320px) {
  #wrap {
      width: 100%;
}
}
@media only screen and (min-width : 480px) {

}
@media only screen and (min-width : 768px) {

}
@media only screen and (min-width : 992px) {

}
@media only screen and (min-width : 1200px) {

}
@media only screen and (max-width : 768px) {
  #wrap {
  /* Margin bottom by footer height */
  background-color: #fff;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
    padding: 0 0 200px;
}
#footer {
    width: 100%;
    min-height: 200px;
    background-color: transparent;
    overflow: hidden;
}
}