#jz{
	padding:5px 5px 0 0;
}

.jztxt{
	border:thin solid #e5e5e5;
	padding:4px 90px 7px 8px;
	background-image:url(/Public/images/ebt/images2019/home-2.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.jzt1{
	background:#0068b7;
	color:#ffffff;
	border-radius:5px;
	padding:4px 10px;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	margin-bottom: 3px;
}

.jzt2{
	font-size:1.2em;
	text-align:center;
	margin-bottom: 2px;
}

.jzt3{
	font-size:1.2em;
	text-align:center;	
	margin-bottom: 4px;
}

.jzt3 a{
	text-decoration:underline;
	color:#000000;
}

.iflash{
	padding:5px 0 0 0;
}

.mytitle{
	font-size:1.4em;
}

.rightmore{
	float:right;font-weight:normal;padding-right:10px;font-size:0.8em;
}

.iyoutube{
	padding:5px  0 0 0;
}

.videoFrame{
	height:258px;
}

#zt5{
	background-color:#a5dbf7;
	padding-bottom:30px;
}


.carousel-indicators{
	bottom:-10px!important;
}

.mytourpic{
	overflow: hidden;
	position: relative;
}

.mytourpic img {
  width: 100%; 
  height:100%;
  transform: scale(1); 
  transition: transform 0.3s ease-in-out;
}
 
.mytourbox:hover img {
  transform: scale(1.2);
}

.row2col1row2{
    padding: 10px 0 0 0;
}

.mytourbox {
    padding: 5px 5px;
}
.myboxNopadding {
    border: 1px solid #dce5ec;
    padding: 0;
    height:100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.mytourtitle {
    font-size: 1.2em;
    padding: 5px;
}
.mytourdate {
    padding: 0 5px 5px 5px;
}
.cur {
    text-align: right;
    padding: 0 0.1em 0 0;
}
.mytourpirce {
    padding: 0 0 5px 28px;
}
.cur span {
    color: #e60012;
}
.mytourtitle span {
    font-size: 0.7em;
}
.mytourpic img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
}

.noc {
    width: 1.4em;
    display: inline-block;
}

.cur {
    text-align: right;
    padding: 0 0.5em 0 0;
}

@media only screen and (max-width: 1199px){
	.jztxt{
		padding-right:8px;
		background-image:none;
	}
	.jzt1,.jzt2,.jzt3{
		font-size:1.1em;
	}
	.videoFrame{
		height:208px;
	}
	.jzt1,.jzt2,.jzt3{
		margin-bottom:4px;
	}
}

@media only screen and (max-width: 991px){
	.videoFrame{
		height:160px;
	}
}

@media only screen and (max-width: 767px) {
	.jztxt{
		padding:8px 90px 7px 8px;
		background-image:url(/Public/images/ebt/images2019/home-2.jpg);
	}
.jzt1{
	background:#e4007e;	
	}
}