/* ==========================================================================
		Slider core styles
===========================================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-container {
  position: relative;

  overflow: hidden;

  width: 95%;
  margin: 0 auto;
}

#package-box3{
	width:225px;
	height:400px;
	margin-left:55px;
	border:1px solid #BDBDBD;
	border-radius:15px;
	float:left;
	box-shadow:2px 2px 2px 2px grey;
	
	
}

#package-box3 h3{
	text-align:center; margin:2px; padding:2px;
}

#package-box3 ul{
	list-style-image:url(../images/tick.png);
	margin:20px;
	padding:4px;
	}
#package-box3 ul li{
	font-size:14px;
	margin-left:10px;
	margin-top:0px;
	padding:1px;
}

#package-box3 .wrong {
	list-style-image:url(../images/cross.png);
	
}	


#package-box1{
	width:225px;
	height:400px;
	margin-left:55px;
	border:1px solid #BDBDBD;
	border-radius:15px;
	float:left;
	
}

#package-box1 h3{
	text-align:center; margin:2px; padding:2px;
}

#package-box1 ul{
	list-style-image:url(../images/tick.png);
	margin:20px;
	padding:4px;
	}
#package-box1 ul li{
	font-size:14px;
	margin-left:10px;
	margin-top:0px;
	padding:1px;
}

#package-box1 .wrong {
	list-style-image:url(../images/cross.png);
	
}	

#package-box2{
	width:225px;
	height:400px;
	margin-left:85px;
	border:1px solid #A4A4A4;
	float:left;
	border-radius:15px;
}
#package-box2 h3{
	text-align:center; margin:2px; padding:2px;
}

#package-box2 ul{
	list-style-image:url(../images/tick.png);
	margin:20px;
	padding:4px;
	}
#package-box2 ul li{
	font-size:14px;
	margin-left:10px;
	margin-top:0px;
	padding:1px;
}

#package-box2 .wrong {
	list-style-image:url(../images/cross.png);
	
}	


.slider {
  position: relative;

  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;

  content: ' ';
}
.slider:after {
  clear: both;
}
.slider .slide {
  position: relative;

  float: left;

  margin: 0;
  padding: 0;
}
.slider .slide img {
  display: block;

  max-width: 100%;
  
}
.act,
#prev > span,
#next > span,
#slider-nav > a {
  background: url(../images/arrows.png) no-repeat;
}
#next > span,
#prev > span {
  display: block;

  width: 16px;
  height: 24px;
}
/* Arrows */
#next > span {
  background-position: -20px 0;
}
#prev > span {
  background-position: 0 0;
}
#next,
#prev {
  position: absolute;
  top: 50%;

  margin-top: -20px;
  padding: 10px 15px;

  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  border-radius: 5px;
  background: rgba(0, 0, 0, .39);

  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
       -o-user-select: none;
}
#prev {
  left: 0px;
}
#next {
  right: 0px;
}
.caption {
  position: absolute;
  bottom: 0;

  display: block;

  width: 100%;
  padding: 0 10px 30px;

  color: #fff;
  background: rgba(0,0,0,.8);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0, .8), transparent 100%);
  background: linear-gradient(to top, rgba(0,0,0, .8), transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}
.caption a {
  display: block;

  color: #fff;
}
.slider-nav {
  line-height: 30px;

  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;

  text-align: center;
  /*background: #323232;*/
  /*opacity: .9;*/

  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav a {
  display: inline-block;

  width: 12px;
  height: 12px;
  margin: 0 3px;

  -webkit-transition: background .5s ease;
     -moz-transition: background .5s ease;
       -o-transition: background .5s ease;
          transition: background .5s ease;

  
  border-radius: 50%;
  background: transparent;
}

.heart-empty{
	font-size:18px;
	color:#ccc !important;
}
.heart-empty:hover {
	font-size:18px;
	color:red !important;
}
.heart-filled,.heart-filled:hover{
	font-size:18px;
	color:red !important;
}
