#conceptArea .row{
	width:100%;
	max-width:970px;
	margin:0 auto;
}

.ih-item {
  position: relative;
	-ms-transition: all 0.35s ease-in-out;
	-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 * {
  box-sizing: border-box;
}
.ih-item a {
  color: #fff;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin:0 auto;
}
.ih-item.circle .img {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin:0 auto;
}
.ih-item.circle .img: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);
  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;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.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.circle.effect3 .img {
  z-index: 11;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3.colored .info {
  background: #605455;
}
.ih-item.circle.effect3 .info {
  background: #333333;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect3 .info p {
  color: #fff;
  padding: 10px 5px;
 /* font-style: italic;*/
  margin: 0 30px;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect3.left_to_right .img {
  transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.left_to_right .info {
  transform: translateX(-100%);
}
.ih-item.circle.effect3.left_to_right a:hover .img {
  transform: scale(0.5) translateX(100%);
}
.ih-item.circle.effect3.left_to_right a:hover .info {
  opacity: 1;
  transform: translateX(0);
}

.ih-item.circle.effect3.right_to_left .img {
  transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.right_to_left .info {
  transform: translateX(100%);
}
.ih-item.circle.effect3.right_to_left a:hover .img {
  transform: scale(0.5) translateX(-100%);
}
.ih-item.circle.effect3.right_to_left a:hover .info {
  opacity: 1;
  transform: translateX(0);
}

.ih-item.circle.effect3.top_to_bottom .img {
	-ms-transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.ih-item.circle.effect3.top_to_bottom .info {
  -ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.circle.effect3.top_to_bottom a:hover .img {
  -ms-transform: scale(0.5) translateY(100%);
	-webkit-transform: scale(0.5) translateY(100%);
  transform: scale(0.5) translateY(100%);
}
.ih-item.circle.effect3.top_to_bottom a:hover .info {
  opacity: 1;
	-ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.circle.effect3.bottom_to_top .img {
  -ms-transform: scale(1) translateY(0);
	-webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.ih-item.circle.effect3.bottom_to_top .info {
  -ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.circle.effect3.bottom_to_top a:hover .img {
  -ms-transform: scale(0.5) translateY(-100%);
	-webkit-transform: scale(0.5) translateY(-100%);
  transform: scale(0.5) translateY(-100%);
}
.ih-item.circle.effect3.bottom_to_top a:hover .info {
  opacity: 1;
  -ms-transform: translateY(0);
	-webkit-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect3 {
  overflow: hidden;
}
.ih-item.square.effect3.colored .info {
  background: #1a4a72;
}
.ih-item.square.effect3 .img {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
	-ms-transition: all 0.35s ease-in-out;
  -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.effect3 .info {
  height: 65px;
  background: #333333;
  opacity: 0;
	-ms-transition: all 0.35s ease-in-out;
  -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 .info h4 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px 10px 10px 4px;
  margin: 60px 0 0 0;
}
.ih-item.square.effect3 .info p {
  font-style: italic;
  font-size: 16px;
  position: relative;
  color: #bbb;
  padding: 5px;
  text-align: center;
}
.ih-item.square.effect3 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect3.bottom_to_top .info {
  top: auto;
	-ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect3.bottom_to_top a:hover .img {
  -ms-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.ih-item.square.effect3.bottom_to_top a:hover .info {
  -ms-transform: translateY(0);
	-webkit-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect3.top_to_bottom .info {
  bottom: auto;
  -ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect3.top_to_bottom a:hover .img {
  -ms-transform: translateY(50px);
	-webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.ih-item.square.effect3.top_to_bottom a:hover .info {
  -ms-transform: translateY(0);
	-webkit-transform: translateY(0);
  transform: translateY(0);
}
.mobile-device,.ch-item-cover{
	display: none;
}
/* for IE10 & 11 */
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .ch-item-cover{
		display: block;
	}
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  .ch-item-cover{
     display: block;
	}
}

@media screen and (max-width: 768px) {
.col-sm-4{
	margin:0 0 80px 0;
}
/************* conceptArea ****************/
.screeen-device{
		display: none;
	}
	.mobile-device{
		display: block;
	}

.img img{
		display: block;
		/* width: 40% !important; */
    width: 40% ;
		height: auto;
		margin: 0 auto 20px;
	}
	.mobile-device .info{
		width: 60%;
		margin: 0 auto;
	}
.mobile-device h4{
		font-family: 'Fredericka the Great', cursive;
		border-left: 10px solid #403f3f;
		margin:0 0 10px 0;
		color: #403f3f;
		font-size: 1.8rem;
		border-left: 10px solid;
		text-indent: 0.5rem;
}
/*************  end conceptArea ****************/
/************* tourist-spot ****************/
.ch-item{
		display: none;
	}
.ch-item-cover{
		display: block;
	}
.ih-item.circle {
  width: 260px;
  height: 260px;
}
.ih-item.circle .img {
  width: 260px;
  height: 260px;
}
.ih-item.circle .img img {
	width: 100%;
}
.row .col-sm-4 .screeen-device img{
	width:100%;
}
/*************  end tourist-spot****************/
}


@media screen and (max-width: 480px) {
	/*.ch-item{
		display: none;
	}*/
	.img img{
		display: block;
		width: 70% !important;
		height: auto;
		margin: 0 auto 20px;
	}
	.mobile-device .info{
		width: 90%;
		margin: 0 auto;
	}
	
	.mobile-device p{
		color: #333;
	}
}
