/*
== General
*/
.clear{ clear: both; }
.code-preview .btn {
  margin-bottom: 6px;
  margin-right: 2px;
}

/*
== Background images
*/
.bg-img-index-header {
  background: linear-gradient(177deg,rgba(75,177,250,0) 0,rgba(75,177,250,0) 50%,rgba(75,177,250,.6) 90%,#169ce5 100%),#169 url(../img/abstractbg.png) center center repeat;
}

.bg-img-fact {
  background-image: url(../img/bg-fact.html);
}

.bg-img-purchase {background: linear-gradient(169deg,#0c63aa,#7ac4fa);}

.bg-img-faq-header {
  background-image: url(../img/bg-page.html);
}

.bg-img-tutorial-header {
  background-image: url(../img/bg-page.html);
}

header{
	position: relative;
}
.mobile-view{
	display: none;
}
.header-mobile-image{
	position: absolute;
	text-align: center;
	bottom: -220px;
	z-index: 1;
	width: 100%;
	display: none;
}
.header-mobile-image img{
	width: 200px;
}
.change-price{
	width: 100px;
	float: right;
	margin: 10px;
}
.price h2{
	margin-top: 0px;
}
.home-mobile-big-img{
	width: 90%;
	margin: 10px auto;
	text-align: center;
	display: none;
}
.home-mobile-big-img img{
	width: 100%;
}




#get-in-touch{
	position: fixed;
	z-index: 10;
	bottom: 100px;
	/*padding: 15px;*/
	/*width: 50px;*/
	text-decoration: none;
	cursor: pointer;
	right: 0;
	/*background: linear-gradient(177deg,rgba(75,177,250,0) 0,rgba(75,177,250,0) 50%,rgba(75,177,250,.6) 90%,#169ce5 100%),#169 url(../img/abstractbg.png) center center repeat;*/
	background: transparent;
	color: #fff;
}
#get-in-touch img{
	width: 50px;
	border-radius: 50%;
}
#get-in-touch-form{
	position: fixed;
	width: 320px;
	/*height: 300px;*/
	background: #fff;
	z-index: 8000;
	bottom: 0;
	right: -320px;
	-webkit-box-shadow: -2px -1px 17px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px -1px 17px -2px rgba(0,0,0,0.75);
	box-shadow: -2px -1px 17px -2px rgba(0,0,0,0.75);
}
#get-in-touch-form .get-in-touch-head{
	padding: 10px;
	color: #fff;
	font-size: 20px;
	background: linear-gradient(177deg,rgba(75,177,250,0) 0,rgba(75,177,250,0) 50%,rgba(75,177,250,.6) 90%,#169ce5 100%),#169 url(../img/abstractbg.png) center center repeat;
}
#close-get-in-touch-form{
	position: absolute;
	right: 10px;
	top: 6px;
	text-decoration: none;
	/*background: #fff;*/
	color: #fff;
	font-size: 25px;
	border: 1px solid #fff;
	padding: 0 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#close-get-in-touch-form img{
	width: 48px;
}
#get-in-touch-form .get-in-touch-form{
	padding: 10px;
}



#payment-add-300{
	width: 20px;
	height: 20px;
	vertical-align: center;
}

.package-feature{
	padding: 0;
}
.package-feature li{
	margin-left: 0 !important;
}
.sub-content{
	/*background: linear-gradient(189deg,#4C9CD9,#53A1DD);*/
	width: 45%;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 10px 0;
	text-align: left;
	display: none;
}
.sub-content li{
	font-size: 13px;
}





















