
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
	font-size: 0
}
.clear {
	clear: both
}
.space10 {
	width: 100%;
	height: 10px
}
.space15 {
	width: 100%;
	height: 15px
}
.space20 {
	width: 100%;
	height: 20px
}
.space30 {
	width: 100%;
	height: 30px
}
.space40 {
	width: 100%;
	height: 40px
}
.banner-wrapper {
	padding: 0 20px
}

.btn-redirect {
	height: 18px;
	padding: 9px;
	overflow: hidden;
	color: white;
	border: 1px solid #000;
	background-color: #000;
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.btn-redirect:hover {
	background-color: #4e7cfd;
	border: 1px solid #4e7cfd
}
.btn-redirect i {
	font-size: 1.3em;
	position: relative;
	left: 1px;
	color: white
}
.btn-redirect span {
	font-weight: 700;
	position: relative;
	top: 3px
}
.configurator {
	max-width: 1170px;
	margin: auto;
	padding: 0 20px
}
.configurator table {
	padding: 0;
	margin: 0
}
.configurator table tr {
	width: 100%;
	color: #2c2c2c;
	font-weight: 800;
	font-size: 18px;
	line-height: 39px;
	white-space: nowrap
}
.configurator table td:first-child {
	padding-right: 10px
}
.configurator table td.divider {
	width: 100%;
	height: 10px;
	background: url(../images/preview/bg/divider.png) repeat-x left 18px
}
.one_third {
	width: 30%;
	margin-right: 2%;
	float: left
}
.one_third.last {
	margin-right: 0
}
.configurator .conftitle {
	color: rgb(241,241,241);
	font-weight: 800;
	font-size: 13px
}
.configurator .conftitle span {
	font-size: 10px;
	font-weight: 500;
	color: #999
}
.configurator .selecter {
	position: relative;
	min-width: 200px;
	max-width: 380px;
	margin-top: 5px
}
.configurator select {
	min-width: 200px;
	max-width: 380px;
	width: 100%;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	background: #fff;
	height: 30px
}
.configurator .dropdown {
	min-width: 200px;
	max-width: 380px;
	width: 100%;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #CCC
}
.configurator .dropcontent {
	line-height: 27px;
	padding: 0 15px;
	font-size: 13px;
	color: #404040;
	float: left
}
.configurator .dropbutton {
	width: 23px;
	height: 23px;
	background: url(../images/preview/bg/dropdown.png) no-repeat;
	float: right;
	margin-right: 2px;
	margin-top: 2px
}
.configurator .selecter:hover .dropbutton {
	background-position: bottom
}
.configurator .radio-img {
	float: left;
	cursor: pointer;
	background-color: #fff;
	border: 3px solid #888;
	margin-right: 5px;
	margin-bottom: 5px
}
.configurator .radio-img-selected {
	border: 3px solid #333
}
.configurator .radio-img:last-child {
	margin-right: 0
}
.configurator ul li {
	background: url(../images/preview/tick.png) no-repeat 0 4px;
	padding-left: 45px;
	font-size: 13px;
	line-height: 16px;
	padding-left: 20px;
	color: #404040;
	margin-bottom: 10px
}
.cross_platform {
	width: 100%;
	text-align: center
}

.preferences {
	background: white;
	width: 100%;
	position: relative;
	padding: 25px;
	overflow: hidden
}
.three-part {
	width: 48%;
	padding: 10px;
	list-style: none;
	overflow: hidden;
	float: left;
	font-family: 'Ubuntu';
	font-weight: 600
}
.three-part h2 {
	text-decoration: underline;
	margin: 0 auto;
	text-align: left
}
.three-part ul {
	width: 100%;
	overflow: hidden
}
.three-part ul li {
	border-bottom: 1px solid rgba(29,23,23,.22);
	list-style-position: inside;
	font-size: 15px;
	padding: 0 2px;
	display: block;
	position: relative;
	float: left;
	width: 45%
}
.three-part ul li .checkbox-custom, .three-part ul li .radio-custom {
	opacity: 0;
	position: absolute
}
.three-part ul li .checkbox-custom-label span {
	position: relative;
	top: 2px
}
.three-part ul li .checkbox-custom, .checkbox-custom-label, .three-part ul li .radio-custom, .radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer
}
.three-part ul li .checkbox-custom-label, .three-part ul li .radio-custom-label {
	position: relative
}
.three-part ul li .checkbox-custom+.checkbox-custom-label:before, .three-part ul li .radio-custom+.radio-custom-label:before {
	content: '';
	background: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
	outline: 0
}
.three-part ul li .checkbox-custom:checked+.checkbox-custom-label:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background: rgb(41,97,255);
	color: #fff;
	outline: 0
}
.three-part ul li .radio-custom+.radio-custom-label:before {
	border-radius: 50%
}
.three-part ul li .radio-custom:checked+.radio-custom-label:before {
	background: #2961ff;
	box-shadow: inset 0 0 0 4px #fff
}
.three-part ul li .input-customize {
	height: 22px;
	margin: 5px;
	font-family: 'Ubuntu';
	float: left
}
.btn-customize {
	height: 40px;
	text-transform: uppercase;
	margin: 5px;
	border: 2px solid transparent;
	padding: 5px 20px;
	font-family: 'Ubuntu';
	font-weight: 600;
	background: #2961ff;
	color: white;
	cursor: pointer;
	font-size: 17px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.btn-customize:hover {
	background: #7398ff
}
.btn-customize-default {
	border: 2px solid #ddd;
	background: white;
	color: #0c0b0b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.btn-customize-default:hover {
	background: #ddd
}
.half-div {
	width: 50%;
	float: left
}
.hstyle {
	font-size: 24px;
	text-transform: uppercase;
	background: url(../images/pattern.png) rgba(41,97,255,.65);
	padding: 10px;
	color: white;
	margin: 0 auto;
	width: 320px;
	text-align: center
}
.code-generate {
	width: 40%;
	margin: 0 auto
}
.code-generate .btn-customize-default {
	width: 110px;
	height: 28px;
	margin: 0 auto
}
.code-generate .btn-customize-default span {
	position: relative;
	top: 3px
}
.code-generate .btn-customize-default i {
	margin-right: 10px;
	font-weight: 700;
	position: relative;
	top: 2px
}
.code-generate .code-section {
	display: none
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

@media (max-width:1016px) {
.three-part {
	width: 100%
}
}

@media (max-width:680px) {
.half-div {
	width: 100%
}
}

@media only screen and (min-width:0) and (max-width:767px) {

.btn-redirect {
	float: right
}
.one_third {
	float: none;
	clear: both;
	width: 100%
}
}

@media only screen and (min-width:480px) and (max-width:767px) {
.cross_platform img {
	width: 400px;
	height: 59px
}
}

@media only screen and (min-width:0) and (max-width:479px) {
.cross_platform img {
	width: 300px;
	height: 44px
}
}
