/*


*/
.lead{
	font-size: 17px!important;
	color: #777;
}


/**
* 1.0 Shortcode Template
*
----------------------------------------------------------------------------
 */
#theme-shortcodes{
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
}

.jc_widget_shortcodes .btn{
	margin-top: 10px;
}

/** 
* Tooltips
*-----------------------------------------------------------------------------------------------------------------
*/
button{
	margin-bottom: 15px;
}
.small{
	padding: 10px 14px 8px 14px;
}
.large{
	padding: 24px 85px;
}
/** 
* Buttons
*-----------------------------------------------------------------------------------------------------------------
*/
.page-template-template-shortcodes-php .btn{
	margin: 10px 0;
}

.btn-info,
.btn-danger,
.btn-warning,
.btn-success,
.btn-primary,
.btn-default{
	font-size: 15px;
	text-transform: capitalize;
	font-weight: normal;
}
.btn-default{
	border: 1px solid #ccc;
	color: #333;
}
.no-touch .btn-info:hover,
.no-touch .btn-danger:hover,
.no-touch .btn-warning:hover,
.no-touch .btn-success:hover,
.no-touch .btn-primary:hover,
.no-touch .btn-default:hover{
	background-color: #de6f2c;
	border-color: #de6f2c;
}
.btn-sm{
	padding: 10px 10px;
}
.btn-lg{
	padding: 16px 16px;
}

/** 
* Button  Colors
*-----------------------------------------------------------------------------------------------------------------
*/

.button-colour-red { background-color: #ED5951; }
.button-colour-blue { background-color: #3998f0; }
.button-colour-green { background-color: #60AE40; }
.button-colour-light-gray { background-color: #a4aaae; }
.button-colour-dark-gray { background-color: #3B4147; }
.button-colour-orange { background-color: #ee7d45; }
.button-colour-purple { background-color: #b769ed; }
.button-colour-theme { background-color: #000000; }

/**
* Progressbars
*-----------------------------------------------------------------------------------------------------------------
*/
.progress-bar > span {
	background: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.25);
}
.progress {
	height: 30px;
	overflow: hidden;
	border-radius: 0;
}
.progress-bar{
	position: relative;
}
.progress-bar .value-percent,
.progress-bar .value-skill{
	bottom: 0;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 0;
}
.progress-bar .value-percent{
	right: 0;
}
.progress-bar .value-skill{
	left: 0;
}

.skill-title{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	font-size: 18px;
	color: #444;
}
.chart {
	position: relative;
	display: block;
	width: 200px;
	margin: 0 auto;
	height: 200px;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  font-size: 25px;
  display: block;
  text-align: center;
  line-height: 200px;
  z-index: 2;
  color: #777;
  font-weight: 400;
}

/** 
* Page Heading Shortcode 
*-----------------------------------------------------------------------------------------------------------------
*/
.page-header.no-border{
	border: 0;
	text-transform: capitalize;
}

/**
* Heading Colors 
*-----------------------------------------------------------------------------------------------------------------
*/
.title-color-darkblue{
	color: #2B364E;
}
.title-color-yellow{
	color: #fbbf58;
}
.title-color-green{
	color: #02bd85;
}
.title-color-purple{
	color: #807399;
}
.title-color-orange{
	color: #f76e2a;
}
.title-color-theme{
	color: #303030;
}



/** 
* Heading Shortcode Subtitle
*-----------------------------------------------------------------------------------------------------------------
*/
#theme-shortcodes .page-header.no-border.subtitle{
	padding-top: 15px;
}

/** 
* Heading Shortcode with Border
*-----------------------------------------------------------------------------------------------------------------
*/
.page-header.alignright{
	text-align: right;
}
.page-header.alignleft{
	text-align: left;
}
.page-header.show-border{
	width: 100%;
}
.entry-content p{
	display: block;
	clear: both;
}
.show-border{
	padding-top: 16px;
	padding-bottom: 20px;
	display: block;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 25px;
	max-width: 100%;
	border-bottom: 3px solid #ededed;
}

/** 
* Pricing Tables Shortcode
*-----------------------------------------------------------------------------------------------------------------
*/
.fs-pricing{
	padding-bottom: 20px;
}
.one-column-table .fs-pricing-cost{
	font-size: 40px;
}
.two-column-table .fs-pricing-cost{
	font-size: 34px;
}
.three-column-table .fs-pricing-cost{
	font-size: 30px;
}
.four-column-table .fs-pricing-cost{
	font-size: 26px;
}
.two-column-table .fs-pricing-header .details{
	max-width: 210px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.fs-pricing-header{
	background-color: #2f4356;
	padding-bottom: 0px;
}
.fs-pricing-header .fs-pricing-per,
.fs-pricing-header .details p{
	color: #bbb;
}
.fs-pricing-header .details{
	padding-bottom: 10px;
}
.fs-pricing-table .fs-pricing-content ul li:nth-child(2n+2) {
	background: #f9f9f9;
}

.fs-pricing-table{
	border: 0;
	position: relative;
	overflow: hidden;
}
.fs-pricing .inside{
	border: 1px solid #ededed;
	padding: 0px;
	text-align: center;
}
.fs-pricing-content ul{
	padding:  0;
	margin: 0;
	list-style: none outside none;
}
.fs-pricing-content ul li{
	line-height: 1.5;
    padding: 15px 0 15px 0;
	border-bottom: 1px solid #ededed;
}
.fs-pricing-cost{
	color: #fff;
	padding-right: 4px;
	padding-left: 6px;
	padding-top: 15px;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}
.pricing-title{
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	background: #2B374B;
	padding: 10px 0;
	font-weight: normal;
	text-transform: uppercase;
	border: 0!important;
}
.fs-pricing-header .details p{
	font-size: 15px;
	letter-spacing: normal;
}
.fs-pricing-header .details:empty { 
	display: none; 
}
.featured .pricing-title{
	background-color: #00b0d2;
	font-weight: 700;
	margin-bottom: 0;
}
.fs-pricing-header .sep{
	background-color: #14ddb3;
	height: 4px;
	width: 60px;
	margin: 12px auto 12px;
	line-height: 25px;
	padding-top: 0px;
	display: block;
}
.fs-pricing-header a{
	display: block;
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 0px;

	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;
}
.no-touch .fs-pricing-header a:hover{
	background: #3b5269;
}




/** 
* Carousel Shortcode 
*-----------------------------------------------------------------------------------------------------------------
*/
.carousel-control .icon-prev, 
.carousel-control .icon-next, 
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
	margin-top: -30px;
}
.caption-title{
	font-weight: 400;
	color: #fff;
}
.carousel-caption p{
	color: #aaa;
}
.align-left .carousel-caption,
.align-right .carousel-caption{
	width: 30%;
	top: 0;
	bottom: 0;
}
.carousel-caption .btn{
	float: none;
	clear: both;
	padding: 5px 5px; 
	margin-top: 20px;
}
.carousel-indicators{
	bottom: 0;
}
.carousel-indicators li{
	background-color: #fff;
}
.carousel-indicators .active {
    background-color: #14ddb3;
    border: 0;
    height: 14px;
    margin: 0 2px;
    width: 14px;
}
.align-left  .carousel-control,
.align-right .carousel-control{
	display: none;
}
#carousel-0 .carousel-control{
	display: none;
}
.carousel-control{
	z-index: 10;
}
.carousel-control span{
	display: block;
	border-style: solid;
	border-width: 4px;
	border-color: #fff;
	padding: 15px;
	border-radius: 50%;
	float: none;
	width: 60px!important;
	height: 60px;
}
.carousel-control.left,
.carousel-control.right{
	background-image: none;
}

.align-left .carousel-caption{
    right: auto;
    left: 0;
}
.align-right .carousel-caption{
	left: auto;
	right: 0;
}
.align-bottom .carousel-caption{
	bottom: 0;
	top: auto;
	left: 0;
}
.align-top .carousel-caption{
	top: 0;
	bottom: auto;
	left: 0;
}
.align-left .carousel-caption,
.align-right .carousel-caption,
.align-bottom .carousel-caption,
.align-top .carousel-caption{
	padding: 14px;
}
.align-top .caption-title{
	padding-bottom: 0;
	padding-top: 5px;
	line-height: 1;
	margin: 0;
}
.align-bottom .caption-title{
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 25px;
}
.carousel-caption{
	background-color:  rgb(0,0,0);
	background-color: rgba(0,0,0 , .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
	width: 100%;
	position: absolute;
}
/* Fade transition for carousel items */
.carousel.carousel-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}
 
.carousel.carousel-fade .carousel-control {
  z-index: 1000;
  outline:none;
}

	
/** 
* Blockquote Shortcode
*-----------------------------------------------------------------------------------------------------------------
*/

.fs-quote{
    border-color: #ff6571;
}
.fs-quote p{
	font-family: 'Georgia', serif;
	font-style: italic;
	color: #4e5462;
	font-size: 18px;
}
.fs-quote small{
	padding-top: 10px;
	line-height: 25px;
	font-style: normal;
}

/** 
* Pullquote Shortcode 
*-----------------------------------------------------------------------------------------------------------------
*/

/* Pull Quote Left */

	.fs-shortcode-left {
		display: inline-block;
		text-decoration: none;
		position: relative;
		text-align: left;
		float: left;
		border-left: 5px solid #bbb;
		margin: 5px 10px 10px 0;
		padding: 0 20px 0 0;
		text-transform: normal;
	}
	
	.fs-shortcode-left p{ 
		font-size: 22px; 
		line-height: 1.4em; 
		font-weight: 400;
		padding: 0 18px;
	}
	
	
	
/* Pull Quote Right */

	.fs-shortcode-right {
		display: inline-block;
		text-decoration: none;
		position: relative;
		text-align: right;
		border-right: 5px solid #bbb;
		float: right;
		margin: 5px 0px 10px 10px;
		padding: 0 0 0 20px;
		text-transform: normal;
	}
	
	.fs-shortcode-right p{ 
		font-size: 22px; 
		line-height: 1.4em; 
		font-weight: 400;
		padding: 0 18px;
	}


	.fs-shortcode-pullleft-color-red p{ color: #DE5959!important; }
	.fs-shortcode-pullleft-color-blue p{ color: #5091B2!important; }
	.fs-shortcode-pullleft-color-green p{ color: #5F9025!important; }
	.fs-shortcode-pullleft-color-light-gray p{ color: #666666!important; }
	.fs-shortcode-pullleft-color-yellow p{ color: #C4690E!important; }
	.fs-shortcode-pullleft-color-theme p{ color: #fefefe!important; }
	
	.fs-shortcode-pullright-color-red p{ color: #DE5959!important; }
	.fs-shortcode-pullright-color-blue p{ color: #5091B2!important; }
	.fs-shortcode-pullright-color-green p{ color: #5F9025!important; }
	.fs-shortcode-pullright-color-light-gray p{ color: #666666!important; }
	.fs-shortcode-pullright-color-yellow p{ color: #C4690E!important; }
	.fs-shortcode-pullright-color-theme p{ color: #777!important; }

	.fs-shortcode small{
		text-transform: capitalize;
		display: block;
		font-size: 14px;
		padding: 0 2px;
	}
	.fs-shortcode-right small:after, 
	.fs-shortcode .small:after {
		content: '\2014 \00A0';
		padding: 0 5px 0;
	}
	.fs-shortcode-left small:before, 
	.fs-shortcode .small:before {
		content: '\2014 \00A0';
	}
	


/** 
* List Group Shortcode 
*-----------------------------------------------------------------------------------------------------------------
*/
#theme-shortcodes .list-group-item.active .list-group-item-text{
	color: #fff;
}
#theme-shortcodes .list-group-item-heading{
	border: 0!important;
	padding-top: 10px;
	padding-bottom: 10px;
}
#theme-shortcodes .list-group-item-text{
	color: #777;
}

/** 
*  Accordion Shortcode
*-----------------------------------------------------------------------------------------------------------------
*/
.accordion-toggle .glyphicon{
	float: right;
}
.panel-title{
	color: #555;
}
.panel-group{
	position: relative;
	overflow: hidden;
}
.panel-group .panel{
	border-radius: 0px;
	display: block;
	background-color: #fff;
	padding: 0;
	cursor: pointer;
}
.panel-group .panel a{
	display: block;
	padding: 20px 25px 20px;
}
.no-touch .accordion-toggle:hover,
.accordion-toggle.actives{ 
	color: #000; 
	background-color: #eee;  
	text-decoration: none; 
}
.panel-heading{
	padding: 0;
}
.panel-body{
	background: #fff;
	position: relative;
	overflow: hidden;
}

/** 
*  Tabs Shortcode
*-----------------------------------------------------------------------------------------------------------------
*/
.nav-tabs > li > a {
	border-radius: 0;
	background-color: #f6f6f6;
	margin-top: 5px;
	border-bottom: 1px solid #ededed;
}
.nav-tabs > li a:hover{
	color: #df9274;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	padding-bottom: 15px;
    padding-top: 10px;
    transition: all 0.2s ease 0s;
    margin-top: 0; 
}
.tab-content .tab-pane{
	background: #fff;
	padding: 20px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	color: #888;
}

/** 
*  Toggle Shortcode
*-----------------------------------------------------------------------------------------------------------------
*/

.fs-toggle .fs-toggle-trigger .glyphicon{
	float: right;
}

.fs-toggle .fs-toggle-trigger { 
	display: block; 
	color: #555; 
	padding: 15px 15px 15px 25px; 
	border: 1px solid #ddd; 
	outline: 0; 
	text-transform: none; 
	letter-spacing: normal; 
	font-weight: 700; 
	font-size: 1em; 
	line-height: 1.5em; 
	margin: 0; 
	margin-top: 10px; 
	cursor: pointer; 
}
.fs-toggle .fs-toggle-trigger:hover { 
	background-color: #eee; 
	text-decoration: none; 
}
.fs-toggle .fs-toggle-trigger.active, 
.fs-toggle .fs-toggle-trigger.active:hover { 
	color: #000; 
	background-color: #eee;  
	text-decoration: none; 
}
.fs-toggle .fs-toggle-container { 
	display: none; 
	overflow: hidden; 
	padding: 15px; 
	border: 1px solid #ddd; 
	border-top: 0px; 
}

