.so {
  padding-top: 82px;
}

.boxitto {
    background-color: #ececec;
    border-radius: 5px;
    min-height: 154px;
    margin-bottom: 30px;


    p {
      font-size: 11px;
      
      color: #462200;
      line-height: 14px;
    }

    h3 {
      font-size: 15px;
      
      font-weight: 600;
      color: #462200;
      margin-bottom: 5px !important;
    }

    img {
      margin-top: 10px;
    }

    .button {
      /*&.rc,&.rc:hover {background-color:#b8112d; border-bottom:2px solid #b8112d;}*/
	  &.ss,&.ss:hover {background-color:#743a77; border-bottom:2px solid #743a77;}
	  &.ch,&.ch:hover {background-color:#017777; border-bottom:2px solid #017777;}
	  &.cr,&.cr:hover {background-color:#af9e8e; border-bottom:2px solid #af9e8e;}
      border-bottom: 2px solid #a20c25;
      font-size: 15px;
      font-weight: 600;
      color: #fff;
      background-color: #c11935;
      display: block;
      border-radius: 5px;
      text-decoration: none;
      text-align: center;
      height: 35px;
      line-height: 35px;
      margin-bottom: 12px;
    }

    .button:hover {
      background-color: #9f152c;
    }

    .boxittos {
      min-height: 107px;
    }
    .img-circle {
		&.rc, {border:1px solid #b8112d;}
		&.ss, {border:1px solid #743a77;}
		&.ch, {border:1px solid #017777;}
		&.cr, {border:1px solid #af9e8e;}
    }

}

.footer2.rc {background-color: #b8112d;}
.footer2.ch {background-color: #017777;}
.footer2.cr {background-color: #af9e8e;}
.footer2.ss {background-color: #743a77;}

.footer2 {
  min-height: 156px;
  width: 100%;
  border-bottom: 15px solid #a51027;
  background-color: #ce1b37;

  ul {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 15px 0 0 -15px;
    padding: 0;
  }

  ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  ul li a {
    color: #fff;
  }

  ul li span {
    display: inline-block;
    margin: 0 15px;
  }



  .icons_block {
    float: left;
    padding-top: 35px;
    a {
      height: 31px;
      display: inline-block;
    }

    a.wifi {
      width: 45px;
      background: url("../images/footer_icons.png") no-repeat;
      margin-right: 27px;
    }

    a.twitter {
      width: 17px;
      background: url("../images/footer_icons.png") no-repeat -76px 0;
      margin-right: 25px;
    }

    a.facebook {
      width: 9px;
      background: url("../images/footer_icons.png") no-repeat -122px 0;
      margin-right: 20px;
    }

    a.youtube {
      width: 50px;
      background: url("../images/footer_icons.png") no-repeat -155px 0;
      margin-right: 16px;
    }

    a.blogger {
      width: 22px;
      background: url("../images/footer_icons.png") no-repeat -225px 0;
      margin-right: 16px;
    }

    a.google {
      width: 21px;
      background: url("../images/footer_icons.png") no-repeat -266px 0;
    }
  }

  .logo {
    width: 121px;
    height: 43px;
    background: url(../images/footer_logo2.png) 0 0 no-repeat;
    display: inline-block;
    margin-top: 24px;
    vertical-align: top;
  }

  .wifi {
    width: 46px;
    height: 33px;
    background: url(../images/wifi.png) 0 0 no-repeat;
    display: inline-block;
    margin-top: 42px;
    margin-right: 40px;
    vertical-align: top;
  }

  .addr {
    background: url(../images/geo.png) 0 0 no-repeat;
    margin-left: -15px;
    padding-left: 15px;
    font-size: 14px;
    
    color: #fff;
    margin-top: 20px;
  }

  .addr span {
    display: block;
    margin-top: 15px;
  }


}





.form_page {
  background-color: #eeeeee;


  .input_box {
    width: 100%;
    display: inline-block;
    border: 1px solid #d8d0c1;
    border-radius: 7px;
    background-color: #fff;
    height: 52px;
    font-size: 18px;
    color: #6d6b67;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: top;
  }

  .input_box input {
    border: none;
    outline: 0;
    background-color: transparent;
    margin-top: 13px;
    width: 90%;
    text-align: center;
    text-transform: uppercase;
  }

  .input_box.half {
    width: 47%;
    margin-right: 4.7%;
  }

  .input_box.half.last {
    margin-right: 0;
  }
  .input_box.half.last input {
    text-transform: none !important;
  }

  .input_box img {
    margin: 0 auto;
    margin-top: 4px;
  }

  
  input[type="submit"].signup {
    &.rc,&.rc:hover {background-color:#b8112d;}
	&.ss,&.ss:hover {background-color:#743a77;}
	&.ch,&.ch:hover {background-color:#017777;}
	&.cr,&.cr:hover {background-color:#af9e8e;}
    background-color: #b8112d;
    width: 100%;
    height: 52px;
    border-radius: 7px;
    border: none;
    outline: 0;
    color: #fff;
    
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
  }

  h3 {
    font-size: 18px;
    color: #212121;
    text-transform: uppercase;
    margin: 25px 0;
  }

}




.gallery_page {
  padding: 100px 0;
  background-color: #f2ede3;

  .blockem {
    border-bottom: 2px solid #c7bda9;
    font-size: 15px;
    
    color: #462200;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    height: 58px;
    line-height: 58px;
    margin-bottom: 12px;
  }

}



.gallery_hotel_page {
  background-color: #eeeeee;
  padding: 80px 0 50px 0;

  ul {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 0;
  }

  ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: 10px;
  }

  ul li:last-child {
    margin-right: 0 !important;
  }

  ul li a {
    font-size: 14px;
    
    color: #462200;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    padding: 0 10px;
  }

  .gallery_slides {
    background-color: #eee;
    text-align: center;
    padding: 40px 0;
    margin: 40px 0;

    .control {
      margin: 0 auto;
      width: 790px;
      height: 72px
    }
    
  }





}