.btn.btn-shortcode {
	display: inline-block;
	padding: 7px 15px !important;
	font-size: 12px !important;
	line-height: 1.3 !important;
	margin-right: 10px;
	font-weight: 500;
	margin-bottom: 10px !important;
	color: #fff !important;
	background-color: #555;
	text-decoration: none !important;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.btn.btn-shortcode:hover, .btn.btn-shortcode:focus {
	background-color: #0063d1;
	border:none
}
.btn.btn-shortcode.is-round {
	border-radius: 18px;
}
.btn.btn-shortcode.is-3d {
	border-radius: 6px;
	position: relative;
	z-index: 2;
}
.btn.btn-shortcode.is-3d:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 3px;
	bottom: -3px;
	background-color: inherit;
	border-radius: 6px;
	opacity: .7;
}
.accordion-shortcode {
	display: block;
	padding: 10px 5px 10px 5px !important;
	margin-bottom: 5px !important;
}
.media-shortcode {
	position: relative;
	margin: 10px 0;
}
.media-shortcode .ratio {
	display: block;
	width: 100%;
	height: auto;
}
.media-shortcode iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.row-shortcode {
	display: block;
	margin-bottom: 10px;
}
.col-shortcode {
	padding-left: 10px !important;
	padding-right: 10px !important;
}