/** ============================================================================


H O R N E R   M I L L W O R K
responsive stylesheet

________________________________________________________________________________


TABLE OF CONTENTS
-- -- -- -- -- --

  1 ............. max-width: 1189px
    1.1 ......... Top bar
    1.2 ......... Main header
    1.3 ......... Main menu
    1.4 ......... Slider Revolution


============================================================================ **/


 /** ===========================================================================
  *
  * 1.1 - Top bar
  */

@media screen and (max-width: 1189px) {

  .social-icons li:first-child {
    border: none;
  }

  .social-icons li {
    border: none;
    width: 32px;
  }

  /* ======================================================================= **/

 /** ===========================================================================
  *
  * 1.2 - Main header
  */

  .header {
    width: 90%;
    position: relative;
  }

  .header .logo {
    width: auto;
    max-width: auto;
    float: left;
  }

  .header-container {
    padding: 26px 0;
  }

 /** ===========================================================================
  *
  * 1.3 - Main menu
  */

  .menu-container {
    float: right;
    position: absolute;
    right: 0;
    width: 650px;
    margin-top: 15px;
  }
}

  /* end of (max-width: 1189px)  =========================================== **/

 /** ===========================================================================
  *
  * 1.4 - Slider Revolution
  */

.tp-revslider-mainul .tp-parallax-wrap {
	/*top: auto !important;*/    /** This line needs to be removed from the responsive.css stylesheet included with the theme. **/
	bottom: 50px !important;
}

  /* ======================================================================= **/




 /** ===========================================================================
  *
  * x.x - template
  */

  /* ======================================================================= **/
