/* CSS Document */
/* CSS Document */
@media only screen and (max-width: 1268px) {
  .wrapper_inner {
    width: calc(100% - 40px);
    box-sizing: border-box; } }
@media only screen and (min-width: 1196px) {
  .header_nav {
    display: block !important; }

  .header_nav_mobile,
  .header_nav_mobile nav ul {
    display: none !important; } }
@media only screen and (max-width: 1195px) {
  .logo {
    width: calc(100% - 92px);
    display: block;
    float: left;
    text-align: left;
    padding: 20px 0 10px 0; }

  .logo img {
    width: 170px; }

  .burger_nav {
    position: absolute;
    right: 0px;
    top: 30px;
    cursor: pointer;
    display: block; }

  .burger_nav svg {
    height: 4em;
    color: #328ac8; }

  .header_nav {
    display: none; }

  .header_nav_mobile {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
    text-align: left; }

  .header_nav_mobile nav ul {
    width: 100%;
    display: none;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0; }

  .header_nav_mobile nav ul li {
    float: left;
    display: block;
    position: relative;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

  .header_nav_mobile nav ul li a {
    color: #333333;
    font-size: 95%;
    line-height: 130%;
    text-decoration: none;
    border-top: 1px solid #bababa;
    background-color: #e4e3e3;
    display: block;
    padding: 20px 20px 21px 20px;
    transition: border-top 500ms ease-in-out, color 500ms ease-in-out, background-color 500ms ease-in-out; }

  .header_nav_mobile nav ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    border-top: 1px solid #a0ce4e;
    background-color: #606060; }

  .header_nav_mobile .drop_menu {
    color: #333333 !important;
    text-decoration: none !important;
    border-top: 1px solid #bababa !important;
    background-color: #8D8D8D !important;
    padding: 10px 20px 11px 20px;
    color: #ffffff !important; }

  .header_nav_mobile .nav_indent {
    padding-left: 34px !important; }

  /*
  	mobile nav end
  */
  .footer_col_1 {
    width: 50%;
    margin: 45px 0 0 0 !important; }

  .footer_col_2 {
    width: 50%;
    margin: 45px 0 0 0 !important; }

  .footer_col_3 {
    width: 50%;
    margin: 0 0 0 0 !important; }

  .footer_col_3 ul {
    margin: 0 20px 20px 0px !important; } }
@media only screen and (max-width: 980px) {
  .left_col_home_2col {
    width: 100%;
    float: left; } }
@media only screen and (max-width: 890px) {
  /*
  	two col to one col
  	put home page booking link and email below or above building photo
  	make phone and email on 2 lines
  	facebook link in mobile menu
  */
  .home_bookonline {
    position: absolute;
    top: 22%; }

  .home_phone_us {
    top: 45%; }

  .footer_col_1,
  .footer_col_2 {
    width: 100%;
    margin: 25px 0 0 0 !important; }

  .footer_col_3 {
    width: 100%;
    margin: 25px 0 0 0 !important; } }
@media only screen and (max-width: 820px) {
  .two_col_left {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    padding-right: 0px; }

  .two_col_right {
    width: 100%;
    float: left;
    margin: 0 0 30px 0; }

  .logo img {
    width: 140px; } }
@media only screen and (max-width: 640px) {
  .top_col .social_link img {
    /*display: none;*/
    padding-top: 9px; }

  header .spacer {
    visibility: hidden; }

  .lch_block {
    width: calc(100% / 1);
    float: left;
    margin: 0 0 25px 0;
    text-align: left; }

  .lch_block img {
    width: 100%;
    border-radius: 0;
    border-top: 15px solid #81ba27; }

  .home_bookonline {
    position: absolute;
    top: 15%;
    left: calc(50% - 150px);
    width: 300px; }

  .home_phone_us {
    top: 35%;
    left: calc(50% - 130px);
    width: 260px; }

  .home_bookonline h2,
  .home_phone_us h3 {
    font-family: 'Lusitana', serif;
    font-size: 130%;
    line-height: 130%;
    color: #ffffff;
    margin: 12px 20px; } }
