.jdl-item{
	margin-bottom: 40px;
	/*padding: 10px;*/
}
.jdl-item ul,.info-list{
	margin: 0;
	list-style: none;
}
.jdl-item-screen{
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
          box-sizing: border-box;
}

.jdl-item-image img{
	width: 100%;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
          box-sizing: border-box;
}
.jdl-item-screen:hover .jdl-item-image img{
/*	opacity:0.5;
	filter: alpha(opacity=50);*/
}
.jdl-item-act{
	position: absolute;
    right: 0;
    top: 45%;
    width: 100%;
    text-align: center;
}
.jdl-item-act li{
	display: inline-block;
	*display: inline;
    margin-right: 10px;
}

.jdl-item-act li a{
    height: 35px;
    line-height: 35px;
    opacity: 0.9;
    padding: 0 10px;
}
.text-center{
	text-align: center;
}
.jdl-item-screen:hover .jdl-item-act li a{
	display: block;
	font-size: 14px;
	height: 35px;
}
.jdl-item-act li a:hover{
	text-decoration: none;
	 background:#3F4045;
}
.jdl-item-title{}
.jdl-item-title a{
	font-size: 16px;
    font-weight: bold;
}
.jdl-item-title a:hover{}

.jdl-info-list{}
.jdl-info-list a{
	color:#333333;
	text-decoration: none;
}
.jdl-info-list a:hover,.jdl-info-list a:focus {
    color: #333333;
    text-decoration: none;
}
.jdl-info-list .span6:last-child{
	text-align: right;
}

.jdl-item-rating:after,
.jdl-quick-info:after{
    clear: both;
}

.jdl-item-rating:before,
.jdl-item-rating:after,
.jdl-quick-info:before,
.jdl-quick-info:after{
    content: "";
    display: table;
    line-height: 0;
}
.jdl-item-rating{}

.jdl-item-rating .rating{
	background: url("../images/rating-stars.png") repeat-x scroll left top transparent;
    display: block;
    float: right;
    height: 16px;
    text-align: left;
    width: 80px;
}
.jdl-item-rating .rating-current {
    background: url("../images/rating-stars.png") repeat-x scroll left center transparent;
    display: inline-block;
    height: 16px;
}

.jdl-item-intro-desc{
	padding-right:20px;
}

.jdl-item-intro{
	margin-bottom: 40px;
}
.jdl-quick-info{
	background: none repeat scroll 0 0 #EEF1F5;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    margin-bottom: 10px;
}
.jdl-quick-info > div {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
          box-sizing: border-box;
     width: 50%;
}
.jdl-quick-info .quick-info{
	float: left;
	background: none repeat scroll 0 0 #EEF1F5;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    padding: 8px 20px;
}
.jdl-quick-info .quick-act{
	float: right;
	background: none repeat scroll 0 0 #CED7E2;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    text-align: center;
   	padding: 20px;
}

.jdl-quick-info .jdl-item-rating{}
.jdl-rate-form{
	margin: 0;
}
.rating-start{
	background: url("../images/rating-stars.png") repeat-x scroll left center transparent;
}
.rating-start {
    list-style: none outside none;
    margin: 0;
    position: relative;
    width: 82px;
    float: left;	
    line-height: 25px;
    background-position: 0 0;
    height: 16px;
}
.jdl-rate-form .rating-current {
}
.jdl-rate-form li {
}
.jdl-rate-form li a {
    display: inline;
    height: 16px;
    left: 0;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 16px;
    outline: none;
}
.jdl-rate-form li a:hover {
    background: url("../images/rating-stars.png") repeat-x scroll left bottom transparent;
}
.rating-start .one-star {
    width: 20%;
    z-index: 5;
}
.rating-start .two-stars {
    width: 40%;
    z-index: 4;
}
.rating-start .three-stars {
    width: 60%;
    z-index: 3;
}
.rating-start .four-stars {
    width: 80%;
    z-index: 2;
}
.rating-start .five-stars {
    width: 100%;
    z-index: 1;
}
.rating-log{
	font-size: 12px;
	padding: 0 0 0 5px;
}
.rating-log span{}

.jdl-quick-info .info-list > li{
	border-bottom: 0 none;
    border-top: 1px dotted #DEE4EC;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
    position: relative;
}
.jdl-quick-info .info-list li > span{
	display: inline-block;
	*display: inline;
    font-weight: bold;
    width: auto;
}
.jdl-quick-info .quick-act a.btn{
	display: block;
    margin: 10px 0;
	padding: 8px 10px;
}

.jdl-quick-info .quick-act a.btn.live_demo{
     background: #FBAF2A;
    border-color: #FBAF2A;
}

.jdl-quick-info .quick-act a.btn.live_demo:hover{ 
    background: #FF7A00;
}

.jdl-item-tag{
	background: none repeat scroll 0 0 #EEF1F5;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    padding: 20px;
}

.jdl-item-tag h3{
	margin:0 0 10px 0;
}
.jdl-item-tag a{}

.jdl-item-tag a:hover{}

.jdl-item-gallery{
	
}
.jdl-item-content{}
.jdl-feature-header{
	background: none repeat scroll 0 0 #EEF1F5;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    padding:20px 0;
}
.jdl-feature-header h2{
	margin:0;
}
.jdl-item-features{}
.jse-feature-row{
	border-bottom: 1px solid #F4F1F1;
    padding: 40px 0 0;
}
.feature-desc{
	text-align: center;
}
.feature-desc h3{
	margin-top:40px;
}
.feature-desc p{
}
.feature-image{}

.jdl-related-item{
	padding:40px 0 0 0;
	border-top:1px solid #dddddd;
}
.jdl-related-header{
	
}
.jdl-related-list{
	padding:40px 0 0 0;
}
.jdl-related-list ul{
	margin:0;
	padding:0;
}
.rl-thumb {
    position: relative;
    padding: 10px;
}
.rl-thumb a {
}
.rl-thumb a img{
	width: 100%;
}
.rl-thumb a:hover {
}
.rl-thumb a strong {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #FFFFFF;
    display: block;
    padding: 6px 0;
    position: absolute;
    left: 10px;
    right:10px;
}
/** carousel fade */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.jdl-login-form{
	background: none repeat scroll 0 0 #EEF1F5;
    padding: 20px;
    border:1px solid #DEE4EC;
    border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    -webkit-border-radius:2px;
}
.register-qicklink{
	margin-top:20px;
	margin-bottom:20px
}
.register-qicklink a{
	padding:10px 40px
}

.jdl-step {
}
.jdl-step ul {
    background: url("../images/dot.png") repeat-x scroll 0 center transparent;
    list-style: none outside none;
    margin-left: 0;
}
.jdl-step ul > li {
    padding: 0 !important;
    text-align: center;
    width: 30%;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.jdl-step li.current {
}
.jdl-step li span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 20px;
}
.jdl-step li .num {
    background: none repeat scroll 0 0 #A3A3A3;
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.jdl-step li.current span {
}
.jdl-step li.current .num,.jdl-step li a:hover .num,.jdl-step li.back span:hover .num {
	cursor:pointer;
	background: repeat scroll 0 0 #29739D
}
.jdl-step li.current ,.jdl-step li a:hover,.jdl-step li.back span:hover{
	color: #005580;
	text-decoration: none;
	cursor:pointer;
}
.jdl-content{
	margin-top:15px
}
.jdl-rgt-plan {
}
.plan {
}
.plan-header {
}
.pimage {
    float: left;
    margin: 0 15px 0 0;
}
.pimage img {
}
.pinfo{
	float: left;
}
.pinfo h2{
	font-weight: normal;
    margin: 0;
}
.bundle-plan {
}
.bheader {
    border-bottom: 2px solid #CCCCCC;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 5px;
}
.blist {
}
.bitem {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 14px;
    padding: 10px 0;}

.plan-billing {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    float: right;
    padding: 15px;
}
.ppermission{}
.ppermission .permission-text{
	font-weight: bold;
    margin: 0 10px 0 0;
}
.ppermission .permission-value{}


.pduration{}
.pduration .duration-text{
	font-weight: bold;
    margin: 0 10px 0 0;
}
.pduration .duration-value{}
.pprice{}
.pprice .price-text{
	font-weight: bold;
    margin: 0 10px 0 0;
}
.pprice .price-value{}
.plan-actions {
	margin: 15px 0 0;
}
.pfree{
	font-weight: bold;
}

.review-header{
	background-color: #F5F5F5;
	font-weight:bold;
	font-size:14px;	
}
.tbl-review{}
.jdl-rgt-review .tbl-review th,.jdl-rgt-review .tbl-review td{
	padding: 15px 20px;
}
.tbl-review .tbl-label{
	font-size: 14px;
    font-weight: bold;
    text-align: right !important;
}
.tbl-review .tbl-value,.add-ons label{
	font-size:14px;
}
.tbl-value h2{
	margin: 0;
	padding:0
}
.add-ons{
	margin: 0;
	list-style: none;
}

.jdl-pm-history {
}
.jdl-pm-history .plan-title {
    font-size: 16px;
    font-weight: bold;
}
.jdl-pm-history .bheader {
    font-size: 12px;
}
.jdl-pm-history .bitem {
    font-size: 12px;
    padding: 2px 0;
}
.line-through{text-decoration: line-through;}

.rgt-review{
	border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    margin-bottom:18px;
}
.rgt-review h2{
	margin:0;
}
.rgt-review h3{
	border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    padding:10px 0;
    margin:0;
    border-bottom:1px solid #dddddd;
}
.rgt-review .control-group{
	border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0 !important;
}
.rgt-review .control-group:last-child{
	border-bottom: none;
}
.rgt-review.form-horizontal .control-label{
	font-weight: bold;
	font-size:14px;
	margin-top:18px;
	padding-top:0px
}
.rgt-review.form-horizontal .controls{
	border-left: 1px solid #CCCCCC;
    padding: 18px;
}
.coupon_info{
	color: #ff0000;
	padding:5px 0;
}
.jdl_error{
	color: #FF0000;
    padding: 5px 0;
}
input.jdl_valid{
	border: 1px solid #ff0000 !important; 
}
.jdl-item-ext {
    margin: 0 0 40px;
    padding: 40px 0 0;
}
.jdl-list-ext {
    padding: 40px 0 0;
    text-align: center;
}
.list-ext-header p {
    font-size: 14px;
    font-weight: bold;
}
.list-ext {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.list-ext li{
    display: inline-block;
    margin: 0 20px 20px;
    vertical-align: top;
    width: 96px;
}
.list-ext li a,
.tp-list li a{
	display: block;
}
.list-ext li a:hover,
.tp-list li a:hover{
	text-decoration: none;
}
.list-ext li a strong,
.tp-list li a strong {
    display: block;
    font-weight: normal;
    padding: 5px 0 0;
}
.jdl-item-tp {
    border-top: 1px solid #DDDDDD;
    margin: 0 0 40px;
    padding: 40px 0 0;
}
.jdl-tp-list {
    padding: 40px 0 0;
    text-align: center;
}
.tp-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.tp-list li {
    display: inline-block;
    margin: 0 20px 20px;
}
.tp-list li img {
}
.tp-list li a strong{
	display: none;
}

.jdl-filter {
    margin-bottom: 10px;
    padding: 0 10px;
}
.fl-tags {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.fl-tags li {
    display: inline-block;
    margin: 0 5px 5px 0;
}
.fl-tags a,.fl-tags a:focus{
    background: none repeat scroll 0 0 #B1B4B9;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 8px;
    text-decoration: none;
}
.fl-tags a:hover,.fl-tags li.active a {
    background: none repeat scroll 0 0 #005580;
    color: #FFFFFF;
    text-decoration: none;
}
.jdl-item-page .modal.fade{
	top:-999em;
}
.jdl-item-page .modal.fade.in{
	top:10%
}

 .jdl-lock-header 
{
    padding: 9px 40px 8px 13px;
    background: #6D84B4;
    color: #fff;
    border: 1px solid #3B5998;
    
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    
     -moz-text-shadow: 1px 1px 1px #3B5998;
     -webkit-text-shadow: 1px 1px 1px #3B5998;
     text-shadow: 1px 1px 1px #3B5998;
     
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.3);   
    -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.3); 
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.3);
}
.jdl-lock-header h3{
	color:#ffffff
}
.jdl-lock-container iframe,
.jdl-lock-container .fb_iframe_widget,
.jdl-lock-container span{
	width: 100% !important
}
@media (max-width: 767px) {
	.jdl-item-intro-desc{
		padding:0;
	}
	.jdl-item-screen:hover .jdl-item-image img{
		opacity:1;
		filter: alpha(opacity=100);
	}
	
	.jdl-item-act {
/*	    bottom: 0;
	    left: 0;
	    position: relative;
	    right: 0;
	    top: 0;
	    background:#3F4045;*/
	}
	.jdl-item-act li a {
	    background: none repeat scroll 0 0 #3F4045;
	    box-shadow: 0 0 0 transparent;
	    font-size: 14px;
	    height: 35px;
	}
	
	.jdl-item-title h2{
		text-align: center;
	}
	.jdl-item-info{
		display: none
	}
	.jdl-quick-info .quick-info,
	.jdl-quick-info .quick-act{
		float: none;
		width: 100%
	}
	
	.jdl-related-list .span3{
		margin-bottom:15px
	}
	.rgt-review .control-label{
		margin-bottom:18px
	}
	.rgt-review.form-horizontal .controls{
		border-left:none;
	    padding: 0 0 18px 0;
	}
	.plan-header:before, .plan-header:after {
	    content: "";
	    display: table;
	    line-height: 0;
	}
	.plan-header:after {
	    clear: both;
	}
	.pinfo{
		float: none;
	}
	.plan-billing{
		float: none;
		margin-top:18px;
	}
	.jdl-step ul{
		background: none;
	}
	.rgt-review{
		border: none;
	    border-radius: 0px 0px 0px 0px;
	    -moz-border-radius: 0px 0px 0px 0px;
	    -o-border-radius: 0px 0px 0px 0px;
	    -webkit-border-radius:  0px 0px 0px 0px;
	    margin-bottom:18px;
	}
	.jdl-step li{
		width:100%;
		text-align: left;
		margin-bottom:10px;
	}
	.jdl-step li span{
		padding:0;
	}
	.rgt-review.form-horizontal .controls{
		margin-left:0px;
	}
	.rgt-review.form-horizontal .control-label{
		float:none;
		text-align: left;
	}
}