.main-title {
    font-size: 22px;
    letter-spacing: 0;
    padding: 0;
}

.main-title.c2 {
    color: #336685;
}

.main-title small {
    font-size: 17px;
    letter-spacing: 1px;
}

.main-title:after {
    width: 70px;
}

.main-title.c2:after {
    border-color: #336685;
}

.sect2 .main-title {
    text-align: left;
    position: relative;
    padding-left: 15px;
}

.sect2 .main-title small {
    display: inline-block;
}

.sect2 .main-title:after {
    position: absolute;
    left: 0;
    top: 5px;
    border-width: 0 0 0 3px;
    height: 16px;
    width: auto;
    margin: 0;
}

.btn.more {
    display: block;
    margin: 0 auto;
    background: #C09E6A;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    width: 170px;
    border: 2px solid;
    border-color: #C09E6A #C09E6A #B48B4E;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn.more.small {
    width: 60px;
    font-size: 14px;
    line-height: 24px;
}

.btn.more.c2 {
    background: #769DB8;
    border-color: #769DB8 #769DB8 #5889A9;
}

.btn.more:hover {
    border-color: #C09E6A;
    background: none;
    color: #B38D55;
}

.btn.more.c2:hover {
    border-color: #769DB8;
    color: #5889A9;
}

.site-main .slick-prev,
.site-main .slick-next {
    text-indent: -99999px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    padding: 0;
    width: 40px;
    height: 80px;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -20px;
    background: no-repeat;
}

.site-main .slick-prev {
    background-position: 0 0;
    left: 0;
}

.site-main .slick-next {
    background-position: 100% 0;
    right: 0;
}

.site-main .slick-prev:hover {
    background-position: 0 100%;
}

.site-main .slick-next:hover {
    background-position: 100% 100%;
}

.news-box .slick-prev,
.news-box .slick-next {
    background-image: url(../../images/common/index/news_arrow.png);
	cursor: pointer;
}

.travel-box .slick-prev,
.travel-box .slick-next {
    background-image: url(../../images/common/index/travel_arrow.png);
    width: 30px;
    height: 90px;
    margin-top: -45px;
	cursor: pointer;
}

.rooms-box .slick-prev,
.rooms-box .slick-next {
    background-image: url(../../images/common/index/room_arrow.png);
	cursor: pointer;
}

.news-box {
    background: url(../../images/common/main_bg.jpg);
    padding: 40px 0 44px;
}

.news-top {
    padding-top: 25px;
}

.news-list,
.rooms-list {
    padding: 0 45px;
    margin-bottom: 33px;
}

.news-list .item,
.rooms-list .item {
    float: left;
    width: 24%;
}

.news-list.no-slider,
.rooms-list.no-slider {
    text-align: center;
}

.news-list.no-slider .item,
.rooms-list.no-slider .item {
    float: none;
    display: inline-block;
}

.news-list .item .box,
.rooms-list .item .box {
    margin-bottom: 0;
}

.news-list .item .box {
    border-bottom: 2px solid #D0C0AE;
}

.sect2 .row {
    margin: 0 -35px;
    position: relative;
}

.sect2 .row:before {
    content: "";
    border-left: 3px double #E3EAED;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}

.sect2 .col {
    float: left;
    width: 50%;
    padding: 60px 35px 70px;
}

.sect2 .btn.more {
    position: absolute;
    right: 0;
    top: 0;
}

.sect2 .main-title {
    margin-bottom: 20px;
}

.about-box,
.travel-box {
    position: relative;
    font-size: 14px;
}

.about-box .main-title {
    float: left;
}

.about-box .txt {
    float: left;
    width: calc(100% - 278px);
    position: relative;
    margin-top: 15px;
}

.about-box .pic {
    float: right;
    position: relative;
    overflow: hidden;
    max-width: 250px;
}

.about-box .pic:before {
    content: "";
    border: 5px solid rgba(255, 255, 255, 0.60);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.about-box .btn.more {
    right: 278px;
}

.travel-box {
    margin-left: 10px;
}

.travel-list {
    margin: 0 0 0 -35px;
    padding: 0 35px;
}

.travel-list .item {
    padding: 0;
    border: 0;
}

.travel-list .pic {
    max-width: 240px;
}

.travel-list .item:before,
.travel-list .pic a:before {
    display: none;
}

.travel-list .pic a:after {
    border-color: rgba(255, 255, 255, 0.60);
}

.travel-list .txt {
    margin-left: 260px;
    border-left: 0;
    padding: 22px 0 0;
}

.travel-list .title a {
    font-size: 16px;
}

.travel-list .description {
    height: 69px;
    overflow: hidden;
}

.sect3 {
    background: url(../../images/common/header_bg.jpg);
    padding: 30px 0 45px;
}

.rooms-box .main-title {
    margin-bottom: 38px;
}
.sect4 .main-title{
    background: url(../../images/common/header_bg.jpg);
    padding-top: 40px;
}
.attractions-list .item{
    width: 50%;
}
.attractions-list .box{
    position: relative;
}
.attractions-list .cover{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
}


.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item .box {
  color: #333;
}
.ih-item .box:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img a:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}

.ih-item.square {
  position: relative;
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info .title{
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info .title {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px;
    border-bottom: 1px solid #fff;
  margin: 8% 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 14px;
  position: relative;
  color: #ddd;
  padding: 40px 50px 0;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
    height: 135px;
    overflow: hidden;
}
.ih-item.square.effect6 .box:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
    -webkit-filter: blur(3px); /* Chrome, Opera */
       -moz-filter: blur(3px);
        -ms-filter: blur(3px);    
            filter: blur(3px);
}
.ih-item.square.effect6 .box:hover .info {
  visibility: visible;
  opacity: 1;
}
.ih-item.square.effect6.from_left_and_right .info .title {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
    font-style: normal;
}
.ih-item.square.effect6.from_left_and_right .box:hover .info .title,
.ih-item.square.effect6.from_left_and_right .box:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.square.effect6 a .info p{
    font-style: normal;
}
@media screen and (max-width: 1300px) {
    .about-box .main-title {
        float: none;
    }
    .about-box .btn.more {
        right: 0;
    }
}
@media screen and (max-width: 1100px) {
    .about-box .pic,
    .about-box .txt,
    .travel-list .pic {
        float: none;
        width: auto;
    }
    .about-box .pic,
    .travel-list .pic {
        margin: 0 auto;
    }
    .about-box .txt {
        text-align: center;
    }
    .travel-box {
        margin-left: 0;
    }
    .travel-list {
        margin: 0 -20px;
        text-align: center;
    }
    .travel-list .txt {
        margin-left: 0;
    }
    .travel-list .pic {
        max-width: 300px;
    }
    .travel-list .description {
        height: auto;
    }
    .ih-item.square.effect6 .info h3{
        margin-top: 5%;
    }
    .ih-item.square.effect6 .info p {
        height: 100px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 800px) {
    .sect2 .row:before {
        display: none;
    }
    .sect2 .col {
        float: none;
        width: auto;
        border-bottom: 3px double #E3EAED;
    }
    .about-box,
    .travel-box {
        max-width: 500px;
        margin: 0 auto;
    }
    .sect2 .main-title {
        text-align: center;
    }
    .sect2 .main-title:after {
        display: none;
    }
    .sect2 .btn.more {
        position: static;
        margin-top: 30px;
    }
    .attractions-list .item{
        width: 100%;
    }
    .ih-item.square.effect6 .info p {
        height: 120px;
    }
}

@media screen and (max-width: 767px) {
    .news-list,
    .rooms-list {
        margin-bottom: 80px;
        padding: 0;
    }
    .news-box .slick-prev,
    .news-box .slick-next,
    .rooms-box .slick-prev,
    .rooms-box .slick-next {
        top: 100%;
        margin-top: 0;
    }
    .news-box .slick-prev,
    .rooms-box .slick-prev {
        left: 50%;
        margin-left: -45px;
    }
    .news-box .slick-next,
    .rooms-box .slick-next {
        right: 50%;
        margin-right: -45px;
    }
	.ih-item.square.effect6 .info {
	    visibility: visible;
	    opacity: 1;
	}
	.ih-item.square.effect6.from_left_and_right .info h3,
	.ih-item.square.effect6.from_left_and_right .info p {
	    -webkit-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	    -o-transform: translateX(0);
	    transform: translateX(0);
	}
}
@media screen and (max-width: 530px) {
    .ih-item.square.effect6 .info p{
        height: 100px;
    }
}
@media screen and (max-width: 450px) {
    .ih-item.square.effect6 .info p{
        height: 75px;
    }
}