@charset "utf-8";
/* CSS Document */
/*--team comman effect--*/
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin:0% 4.5% 0% 0%;
}
/*--team end here--*/
.team {
    padding: 5em 0em;
}
.team-top h3 {
    font-size: 3em;
    color: #000;
    text-align: center;
    font-family: 'Aladin', cursive;
    margin-bottom: 1.3em;
}
.team-bottom {
    text-align: center;
    margin-top: 1em;
}
.team-bottom ul {
    padding: 0px;
    list-style: none;
    margin-top: 0.5em;
}
.team-bottom ul li {
	display: inline-block;
	margin-left: 0.2em;
}
.team-bottom ul li a {
    background: url(../images/t-icn.png)no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.team-bottom ul {
    padding: 0px;
    list-style: none;
    margin-top: 0.5em;
}
.team-bottom ul li {
	display: inline-block;
	margin-left: 0.2em;
}
.team-bottom ul li a {
    background: url(../images/t-icn.png)no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.team-bottom ul li a.fa {
    background-position: 0px 0px;
}
.team-bottom ul li a.tw {
    background-position: -27px 0px;
}
.team-bottom ul li a.g {
    background-position: -53px 0px;
}
.team-bottom ul li a.fa:hover {
    background-position: 0px 0px;
    opacity: 0.8;
}
.team-bottom ul li a.tw:hover {
    background-position: -27px 0px;
     opacity: 0.8;
}
.team-bottom ul li a.g:hover {
    background-position: -53px 0px;
     opacity: 0.8;
}
/*///////////////////////////////////////*/
 .col-md-3 {
	width: 24.5%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 12px;
	float: left;
  }
  
  
  /*--*/

.ih-item.circle.effect5 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
}
.ih-item.circle.effect5.colored .info .info-back {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect5 .info {
  -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-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ih-item.circle.effect5 .info .info-back {
  visibility: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect5 .info h3 {
	color: #fff;
	position: relative;
	letter-spacing: 0px;
	font-size: 1.3em;
	height: auto;
	font-family: 'Aladin', cursive;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 99px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.ih-item.circle.effect5 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect5:hover .info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}
.ih-item.circle.effect5:hover .info .info-back {
  visibility: visible;
}



.room-btn a {
    font-size: 1em;
    color: #6F6F8C;
    padding: 0.4em 0.6em;
    border: 4px double #E9A820;
    display: inline-block;
    margin-top: 0.6em;
}
.room-btn a:hover{
	 border: 4px double #6F6F8C;
}



.about {
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 10px;
	padding-left: 0em;
}
.about-top {
    text-align: center;
    margin-bottom: 3em;
}
.about-right h4 {
    font-size: 1.6em;
    color: #E9A820;
    margin-bottom: 0.3em;
    font-family: 'Aladin', cursive;
}
.about-top h1 {
    font-size: 3em;
    color:#6F6F8C;
    margin-bottom:0.3em;
    font-family: 'Aladin', cursive;
}
.about-right p {
    font-size: 1em;
    color:#737373;
    line-height: 1.8em;
}
span.abou-icon1 {
    background: url(../images/keys.png)no-repeat;
    width: 64px;
    height: 64px;
    display: inline-block;
}
span.abou-icon2 {
    background: url(../images/summer.png)no-repeat;
    width: 64px;
    height: 64px;
    display: inline-block;
}
.about-img {
	float: left;
	width: 11%;
	padding-top: 15px;
	padding-right: px;
	padding-bottom: 15px;
	padding-left: px;
}
.about-text {
    float: right;
    width: 85%;
}
.about-list {
    padding-top: 1.5em;
}
.about-text h5 {
    color: #000;
    font-size: 1.3em;
    margin-bottom: 0.3em;
    font-family: 'Aladin', cursive;
}
.advantages {
    padding: 5em 0em;
}
.advantages {
    background: url(../images/ab-bann.jpg)no-repeat;
    min-height: 350px;
    background-size: cover;
}
.advantage-block {
    padding:2em 2em;
    background: rgba(233, 168, 32, 0.67);
    text-align: center;
        border-radius: 5px;
    border: 5px solid #6F6F8C;
}
.advantage-block:hover {
    background: rgba(111, 111, 140, 0.71);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.advantage-block h4 {
    font-size: 1.5em;
    color: #fff;
    font-family: 'Aladin', cursive;
    margin: 0.5em 0em 0.5em 0em;
}
.advantage-block p {
    font-size: 1em;
    color: #FFF;
    line-height: 1.8em;
}
.advantage-block h3 {
    font-size: 2.5em;
    color: #fff;
    font-family: 'Aladin', cursive;
}
.advantages-top {
    text-align: center;
    margin-bottom: 3em;
}
.advantages-top h2 {
    font-size: 3em;
    color: #FFF;
    font-family: 'Aladin', cursive;
}
