.ait-sc-rule-btn-top {
	font-size: 11px;
	line-height: 16px;
}
.ait-sc-button .title {
	font-size: 18px;
	line-height: 26px;
}
.ait-sc-button .description {
	font-size: 11px;
	line-height: 16px;
}

img.ait-sc-thumb {
	display: inline-block;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #dddddd;
}


.ait-sc-rule {
	clear: both;
	width: 100%;
	position: relative;
}
.ait-sc-rule.rule-basic {
	border-bottom: 2px solid #dddddd;
	padding-top: 10px;
	margin-bottom: 40px;
}
.ait-sc-rule.rule-top {
	border-bottom: 2px solid #dddddd;
	padding-top: 10px;
	margin-bottom: 40px;
}
.ait-sc-rule.rule-top .ait-sc-rule-btn-top {
	display: inline-block;
	padding: 0px 15px 2px 15px;
	background: #eaeaea;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 12px;
	right: 0px;
}
.ait-sc-rule.rule-empty {
	height: 20px;
	clear: none;
}
.ait-sc-button {
	background: #333333;
	border: 2px solid #333333;
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	overflow: hidden;
}
.ait-sc-button:hover {
	-moz-box-shadow: 0px 50px 80px -50px rgba(255,255,255,0.5) inset;
	-webkit-box-shadow: 0px 50px 80px -50px rgba(255,255,255,0.5) inset;
	box-shadow: 0px 50px 80px -50px rgba(255,255,255,0.5) inset;
}
.ait-sc-button.alignleft {
	margin-bottom: 20px;
}
.ait-sc-button.alignright {
	margin-bottom: 20px;
}
.ait-sc-button.aligncenter {
	margin-bottom: 20px;
}
.ait-sc-button .container {
	display: table;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ait-sc-button .wrap {
	display: table-row;
}
.ait-sc-button .icon {
	display: table-cell;
	vertical-align: top;
	padding: 13px;
}
.ait-sc-button .icon img {
	margin: 0px;
	display: inline-block;
	vertical-align: top;
}
.ait-sc-button .text {
	display: table-cell;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
}
.ait-sc-button .title {
	color: #ffffff;
	display: block;
	font-family: "IstokWebBold";
}
.ait-sc-button .description {
	color: #b3b3b3;
	display: block;
}
.ait-sc-button.buticon .text {
	padding: 13px;
}
.ait-sc-button.buticon.buticon-left .icon,
.ait-sc-button.buticon.buticon-right .icon {
	text-align: center !important;
}
.ait-sc-button.buticon.buticon-left .text {
	padding-left: 0px;
}
.ait-sc-button.buticon.buticon-right .text {
	padding-right: 0px;
}
.ait-sc-button.buticon.buticon-top span,
.ait-sc-button.buticon.buticon-bottom span {
	display: block;
}
.ait-sc-button.buticon.buticon-top .icon {
	padding-top: 18px;
}
.ait-sc-button.buticon.buticon-top .text {
	padding-bottom: 18px;
	padding-top: 0px;
}
.ait-sc-button.buticon.buticon-bottom .icon {
	padding-bottom: 18px;
}
.ait-sc-button.buticon.buticon-bottom .text {
	padding-top: 18px;
	padding-bottom: 0px;
}
.ait-sc-button.notext span {
	display: block;
}
.ait-sc-button.notext .icon {
	padding: 13px !important;
}
.entry-content ul,
.ait-sc-lists {
	list-style-type: none;
	margin-bottom: 20px;
}
.ait-sc-lists:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.entry-content ul li,
.ait-sc-lists li {
	padding: 0px 0px 10px 30px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ait-sc-lists li:last-child {
	padding-bottom: 0px;
}
.entry-content ul li:before,
.ait-sc-lists li:before {
	content: "";
	width: 20px;
	height: 20px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.ait-sc-lists.line li {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}
.ait-sc-lists.line li:last-child {
	border-bottom-width: 0px;
	margin-bottom: 0px;
}
.ait-sc-lists.style1 li:before,
.ait-sc-lists li.style1:before {
	background-position: 0px 0px;
	background-color: #76CA33;
}
.ait-sc-lists.style2 li:before,
.ait-sc-lists li.style2:before {
	background-position: -20px 0px;
	background-color: #ED1212;
}
.ait-sc-lists.style3 li:before,
.ait-sc-lists li.style3:before {
	background-position: -40px 0px;
	background-color: #FFCC00;
}
.entry-content ul li:before,
.ait-sc-lists.style4 li:before,
.ait-sc-lists li.style4:before {
	background-position: -60px 0px;
	background-color: #00a6d6;
}
.ait-sc-lists.style5 li:before,
.ait-sc-lists li.style5:before {
	background-position: -80px 0px;
	background-color: #00a6d6;
}
.ait-sc-lists.style6 li:before,
.ait-sc-lists li.style6:before {
	background-position: -100px 0px;
	background-color: #333333;
}
.ait-sc-notification {
	min-height: 27px;
	border: 3px solid #dddddd;
	background: #eaeaea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 38px 10px 67px;
	position: relative;
	margin-bottom: 20px;
	-moz-box-shadow: 72px 0px 0px -20px rgba(0,0,0,0.05) inset;
	-webkit-box-shadow: 72px 0px 0px -20px rgba(0,0,0,0.05) inset;
	box-shadow: 72px 0px 0px -20px rgba(0,0,0,0.05) inset;
}
.ait-sc-notification:before {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #ff0000;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.ait-sc-notification .notify-wrap:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.ait-sc-notification .notify-wrap :nth-child(n) {
	margin-bottom: 5px !important;
}
.ait-sc-notification .close {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	background: #333333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(0,0,0,0.2);
}
.ait-sc-notification .close:hover {
	background-color: rgba(0,0,0,0.5);
}
.ait-sc-notification.error {
	background-color: #ffeeee;
	border-color: #ee0000;
}
.ait-sc-notification.success {
	background-color: #e0ffb7;
	border-color: #67B700;
}
.ait-sc-notification.info {
	background-color: #e7f8ff;
	border-color: #00A3E7;
}
.ait-sc-notification.attention {
	background-color: #fff6d8;
	border-color: #E7B300;
}
.ait-sc-notification.error:before {
	background-color: #ee0000;
	background-position: 0px 0px;
}
.ait-sc-notification.success:before {
	background-color: #67B700;
	background-position: -32px 0px;
}
.ait-sc-notification.info:before {
	background-color: #00A3E7;
	background-position: -64px 0px;
}
.ait-sc-notification.attention:before {
	background-color: #E7B300;
	background-position: -96px 0px;
}


@media all and (max-width: 640px) {
	.ait-sc-rule-btn-top {
		font-size: 14px;
		line-height: 22px;
	}
	.ait-sc-button .title {
		font-size: 22px;
		line-height: 30px;
	}
	.ait-sc-button .description {
		font-size: 14px;
		line-height: 22px;
	}

	.ait-sc-button {
		display: block !important;
		min-width: 50%;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 20px !important;
		float: none !important;
	}
	.ait-sc-button .container {
		display: block;
	}
	.ait-sc-button .wrap {
		display: block;
	}
	.ait-sc-button .icon {
		display: block;
		text-align: center !important;
	}
	.ait-sc-button .text {
		display: block;
		text-align: center !important;
	}
	.ait-sc-button.buticon.buticon-left .text,
	.ait-sc-button.buticon.buticon-right .text {
		padding-left: 13px;
		padding-right: 13px;
	}
	.ait-sc-button.buticon.buticon-left .text {
		padding-bottom: 18px;
		padding-top: 0px;
	}
	.ait-sc-button.buticon.buticon-right .text {
		padding-top: 18px;
		padding-bottom: 0px;
	}
	.ait-sc-button.buticon.buticon-left .icon {
		padding-top: 18px;
	}
	.ait-sc-button.buticon.buticon-right .icon {
		padding-bottom: 18px;
	}
}


@media all and (max-width: 497px) {
	.ait-sc-button {
		width: 100% !important;
	}
}