*, *::after, *::before{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#page{
	overflow: hidden;
}
.container, .awsm-container{
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
.awsm-container{
	/*-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;*/
	margin: 90px auto;
}

.mobile-window .awsm-container{
	max-width: 678px;
}
.tablet-window .awsm-container{
	max-width: 992px;
}
.awsm-container.content-right-align,
.awsm-container.content-left-align{
	max-width: 678px;
}
.clearfix::after, .container::after{
	content: "";
	display: table;
	clear: both;
}

.site-header{
	background: #8541c0;
	color: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 1000;
	top: 0;
}
.header-top{
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid rgba(90,43,130, 0.5);
}
.awsm-logo{
	float: left;
	padding-left: 46px;
	background: url(../images/logo.png) no-repeat 0 7px;
	background-size: 29px 24px;
	line-height: 1.2;
	text-align: left;
}
.awsm-logo strong{
	display: block;
	font-size: 20px;
}
.button{
	display: inline-block;
	padding: 7px 16px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.button:hover{
	color: #8541c0;
	background: #fff;
	text-decoration: none;
}
.header-top .button{
	float: right;
	margin-top: 3px;
}
.style-switch{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 3px 0 0;
}
.style-switch li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
	font-size: 16px;
}
.style-switch a{
	color: rgba(255,255,255,0.5);
	display: block;
	padding: 7px 5px;
}
.style-switch a:hover{
	color: #fff;
}
.style-switch a.switch-btn{
	background: #5a2b82;
	padding: 10px 37px 10px 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.style-switch a.switch-btn::after{
	content: "";
	border-width: 6px 6px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -3px;
}

.header-style-options{
	text-align: center;
	font-size: 0;
	padding-top: 30px;
	display: none;
}
.style-list-main{
	margin: 0 -15px;
}
.style-list{
	padding: 0 15px;
	margin-bottom: 20px;
	list-style: none;
	max-width: 800px;
	margin: 0 auto;
}
.style-list li{
	padding-bottom: 10px;
	display: inline-block;
}
.style-list a{
	display: block;
	font-size: 16px;
	width: 140px;
	padding: 6px 12px;
	color: #fff;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	text-align: left;
}
.style-list a.active{
	background: #5a2b82;
}
.style-list a:hover{
	background: #642e93;
}
.header-cutomizations{
	background: #eee;
	padding: 15px 0;
}
.demo-label{
	float: left;
	line-height: 36px;
	color: #535353;
	font-weight: bold;
}
.demo-label span{
	display: inline-block;
	background: #8541c0;
	color: #fff;
	text-transform: uppercase;
	padding: 0 12px;
	margin-right: 3px;
}
.custom-options{
	display: none;
	float: right;
}
.button-group{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 20px;
	border: 1px solid #d7d7d7;
}
.button-group li{
	display: inline-block;
	border-right: 1px solid #d7d7d7;
}
.button-group li:last-child{
	border-right: none;
}
.button-group li.active{
	border-right-color: #8541c0;
}
.button-group a{
	display: block;
	padding: 8px 16px;
	background: #fff;
	font-size: 14px;
	color: #444;
	line-height: 19px;
}
.button-group a:hover{
	color: #8541c0;
}
.button-group .active a{
	color: #fff;
	background: #8541c0;
}
.button-group svg{
	max-width: 19px;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button-group a:hover svg{
	fill: #8541c0;
}
.button-group .active svg path{
	fill: #fff;
}
.animation-selector{
	float: left;
	margin-left: 20px;
}
.animation-selector select{
	height: 36px;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff url(../images/drop-arrow.gif) no-repeat right 0;
	color: #444;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	padding: 0 14px;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance:none;
	 text-indent: 0.01px;
    text-overflow: '';
	width: 190px;
}
.animation-selector select::-ms-expand{
	display: none;
}
.check-style{
	position: relative;
	float: left;
	margin-left: 20px;
	color: #535353;
	line-height: 20px;
	margin-top: 8px;
}
.check-style input{
	position: absolute;
	opacity: 0;
	width: 20px;
	height: 100%;
}
.check-style span{
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #8541c0;
	border-radius: 2px;
	cursor: pointer;
	float: left;
	margin-right: 6px;
	position: relative;
}
.check-style span::after{
	display: none;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: url(../images/tick.png) no-repeat center center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.check-style input:checked ~ span::after{
	opacity: 1;
}
@media only screen and (max-width:800px) {
	body{
		padding-top: 65px;
	}
	.header-style-options{
		text-align: left;
	}
	.header-style-options ul:empty{
		display: none;
	}
	.header-cutomizations,
	.awsm-logo,
	.header-top .button{
		display: none;
	}
	.style-switch a.switch-nav{
		width: 150px;
		text-align: left;
		padding: 10px 5px;
	}
	.style-switch a.switch-prev{
		text-align: right;
	}
}
@media only screen and (max-width:490px){
	.style-switch a.switch-nav{
		width: 80px;
	}
}