/* No transitions */
.notransition, 
.notransition *,
.fancybox-overlay,
.fancybox-overlay *,
.cycle-slideshow,
.cycle-slideshow *,
.jcarousel,
.jcarousel * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
form#post textarea#excerpt {
	height: 100px;
	font-size: 14px;
}

.wp-switch-editor {
    height: 29px;
}

/* Features Fields */

	#features-fields > .item-check {
		float: left;
		margin: 16px;
	}
	#features-fields input.disabled[type="checkbox"], 
	#features-fields input.disabled[type="checkbox"]:checked::before, 
	#features-fields input[type="checkbox"]:disabled, 
	#features-fields input[type="checkbox"]:disabled:checked::before {
		 content: "";
		 opacity: 0;
	}
	#features-fields input {
		background: none;
	}
	#features-fields .j-custom-checkbox {
		float: none;
		width: 128px;
		height: 128px;
		margin: 0 0 10px 0;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	    filter: gray; /* IE6-9 */
	    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	    cursor: pointer;
	}
	#features-fields .j-custom-checkbox.checked {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    	-webkit-filter: grayscale(0%);	
    }
	#features-fields .j-custom-checkbox.piki-feature-meta {
		cursor: default;
	}
	#features-fields .item-check .text {
		display: block;
		text-align: center;
		font-weight: bold;
	}
	#features-fields .item-check .required .j-custom-checkbox {
		cursor: default;
	}

.hide {
	display: none;
}

/* Responsive videos */

	.video-container {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* Cycle */

	.cycle-slideshow {
		width: 100%;
	}
	.cycle-slideshow > img { 
		width: 100%; 
		height: auto 
	}
		 
/* Circle */

	.circle {
		-webkit-border-radius: 51%;
		-moz-border-radius: 51%;
		border-radius: 51%;
	}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; 
}
.clearfix:after{ clear: both;  }
.clearfix { zoom: 1; }

