/* *** CUSTOM REPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 768px) { /* MOBILE */

  body {
    padding-top: 50px;
  }
  .navbarContainer {
    width: auto;
    min-width: 0;
    margin: 0 auto;
  }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #723d46;
  }
  .logo-container {
	  top: 50px;
	  background: #472d30;
	  width: 100%;
	  height: 90px;
	  position: absolute;
	  z-index: 99;
	}
  .headLogoContainer {
    margin:0px auto; display: block;
        top: 0px;
  	height: 90px;
  }
  .headLogo {
    width: auto;
    height:50px;
  }
  .headLogoIcon {
    height:50px;
  }
  .callnow {
  	margin-top: 100px;
  	margin-left: 5%;
  	margin-right: 5%;
  	position: absolute;
  	line-height: 40px;
  	height: 40px;
  	font-size: 20px;
  	z-index: 999;
  	color: #474448;
  	width: 90%;
  }
  .carousel .item {
	/*padding-top: 40px;*/
    /* BACKGROUND FIXED IMAGES */
    background-attachment: scroll !important;
	}
  .boxMargin {
    margin:0px;
    padding-bottom: 4%;
  }
  .sectionContainer {
    padding-top:0;
    border: 0;
  }


    /* WARNING MESSAGES: BOTH ON INDEX AND CONTACT */
    #warning-msg  {
        position: absolute;
        right: 1rem;
        left:unset;
        top: 150px;
        color: white;
        z-index: 99;
        font-weight: bold;
        font-size: 1.2rem;
        border-radius: 5px;
        border: 1px solid #777;
        background: rgba(0,0,0,0.2);
        padding:0.4rem 1rem;
    }

    #warning-msg.warning-msg-contact    {
        top: 10px;
        font-size: 1rem;
    }

}