/**
* SiteTastik.com
**/

html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	height:100%;
	/*font-family: "Lato", "Serif";*/
	font-weight: 300;
	padding:0;
	margin:0;
	font-size:20px;
	line-height: 28px;
	color: #636060; 
	background: #fff;
	overflow-x:hidden;
	position: relative;
}
h1 { font-size: 3em; line-height:1.2em; margin:0 0 .3em; }
h2 { font-size: 1.8em; line-height:1.4em; margin:0 0 .3em;  }
h3 { font-size: 1.2em; line-height:1.4em; }
h4 { font-size: 1.25em; line-height:1.4em;}
h5 { font-size: 1.1em; line-height:1.4em; }
h6 { font-size: 1em; line-height:1.2em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none
}	 
p { 
	padding: 0 0 1em;
	margin:0;
	color: #2f2e2e;
    font-weight: 100;
}
a {
	color: #3eb0f7;
	outline: 0;
	font-weight: bold;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
} 
a:hover {
	text-decoration: none;
	color: #1f2222;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.highlight {
	color: #3eb0f7;
}
a.header-logo-link {
	padding: 18px 15px 10px 15px;
	border-radius: 24px;
	background-color: #000;
}
#hero-site-example {
	max-width: 65%;
}
.error-bw {
	color: #fff;
	display: none;
}

#top-feature-text-sm-vp {
	display: none;
}
#hero-thankyou {
	margin-bottom: 65px;
}
#header-regular-price,
#header-strikethrough-price { display: none; }
ul#header-bullets {
	font-size: 24px;
	color: #fff;
	margin-top: -40px;
	margin-left: -20px;
}


#top-feature-text-lrg-vp {
	margin-bottom: 100px;
}

.dot-blue-round {
	height: 17px;
    width: 17px;
    margin-right: 10px;
    background-color: #38a9e4;
    border-radius: 50%;
    display: inline-block;
}

#main-title-2 {
	display: block;
}

#main-title-3 {
	display: block;
}

#main-title-4 {
	display: none;
}

/*display: none; 
#packages { 
}
*/

.client-logo {
	max-width: 85%;
}

.client-logo.h100{
	height: 100px;
}

.full-pwr {
	text-align: center;
}

.full-pwr img {
	max-width: 87%;
	border-radius: 16px;
}

#header-regular-price {
	position:relative;
}
#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url(../images/loading.gif) no-repeat center center;
}
.fullscreen {
    width:100%;
    min-height:100%;
	background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#menu {
	z-index: 9999;
}
.navbar-default {
	background: rgba(000, 000, 000, 1.00);
	box-shadow: 0px 0.5px 2px #cecece;
	z-Index: 99999;
}
.navbar-default .navbar-brand {
    padding: 7px;
	margin-top: 8px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #3eb0f7;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
    color: red;
}
.navbar-brand img{ 
	max-width: 70%;
    margin-top: -7px; 
}
#code-request-container { display: none; }
.validation-error { 
	color: #ec141f;
	font-size: 1.3em;
	font-weight: 600; 
}
.btn-default {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #3eb0f7;
	background: transparent;
	transition: all 0.4s;
	color: #3eb0f7;
	border-radius: 100px;
}
#validation-msg-container,
#req-code-msg-container,
#promo-site-msg-container,
#site-suspension-msg-container { 
	display: none; 
	font-size: 15px;
	text-align: left;
	display: none; 
	padding: 15px!important;
	background-color: #fff;
}
#request-code-ok-btn-container,
#promo-site-ok-btn-container,
#site-suspension-ok-btn-container { 
	text-align: center;
	display: none; 
}
#validation-msg-btn-container { 
	text-align: center;
	margin-top: 22px;
	margin-bottom: 27px;
}
#validation-msg-btn {
	border-radius: 50px;
    height: 35px;
    width: 40%;
	text-decoration: none;
    background-color: #3eb0f7;
    color: #fff;
    font-size: 15px !important;
	font-weight: normal;
    padding: 10px 18px;
    margin: auto;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
#validation-msg-btn:hover, #validation-msg-btn:focus, #validation-msg-btn:active, #validation-msg-btn.active, #validation-msg-btn {
	border: 2px solid #3eb0f7;
	background: #3eb0f7;
	color: white;
	text-decoration: none;
}
#request-code-ok-btn {
	border-radius: 50px;
    height: 35px;
    width: 30%;
	text-decoration: none;
    background-color: #3eb0f7;
    color: #fff;
    font-size: 15px !important;
	font-weight: normal;
    margin: 12px auto;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
#request-code-ok-btn:hover, #request-code-ok-btn:focus, #request-code-ok-btn:active, #request-code-ok-btn.active, #request-code-ok-btn {
	border: 2px solid #3eb0f7;
	background: #3eb0f7;
	color: white;
	text-decoration: none;
}

#selling {
	text-align: center;
	padding: 100px 0 70px;
}

#ecwid-row {
	text-align: center;
}

#ecwid-list {
	text-align: left;
}

#ecwid-intro {
	text-align: left;
}

ul#ecwid-features, ul#buy-now {
	list-style-type: none;
}

ul#ecwid-features li {
	margin-bottom: 12px;
}

ul#buy-now li {
	margin-bottom: 30px;
	border-bottom: 1px solid;
    padding-bottom: 30px;
    padding-top: 30px;
}

#buy-now-list-container {
	padding: 25px;
}

#ecwid-logo-small {
	position: relative;
	top: -9px;
	float: left;
	margin-right: 12px;
	margin-bottom: 4px;
}

h2.ecwid-plan-label {
	font-size: 1.4em;
}

.ecwid-feature-checkmark {
	margin-top: -9px;
    margin-right: 4px;
}

#main-title-4 { display: none; }
.top-40 { margin-top: 50px; }

#promo-site-container,
#promo-site-suspension-container { 
	margin: 150px 0 100px;
	background: rgba(255,255,255,0.2);
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	display: none; 
}

/* site promo ok btn styles */
#site-promo-ok-btn {
	border-radius: 50px;
    height: 35px;
    width: 30%;
	text-decoration: none;
    background-color: #3eb0f7;
    color: #fff;
    font-size: 15px !important;
	font-weight: normal;
    margin: 12px auto;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
#site-promo-ok-btn:hover, #site-promo-ok-btn:focus, #site-promo-ok-btn:active, #site-promo-ok-btn.active, #site-promo-ok-btn {
	border: 2px solid #3eb0f7;
	background: #3eb0f7;
	color: white;
	text-decoration: none;
}
/* end site promo ok btn styles */

/* site suspension ok btn styles */
#site-suspension-ok-btn {
	border-radius: 50px;
    height: 35px;
    width: 30%;
	text-decoration: none;
    background-color: #3eb0f7;
    color: #fff;
    font-size: 15px !important;
	font-weight: normal;
    margin: 12px auto;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
#site-suspension-ok-btn:hover, #site-suspension-ok-btn:focus, #site-suspension-ok-btn:active, #site-suspension-ok-btn.active, #site-suspension-ok-btn {
	border: 2px solid #3eb0f7;
	background: #3eb0f7;
	color: white;
	text-decoration: none;
}
/* end site suspension ok btn styles */

.freeSiteContentBlock { display: none; }

#free-site-msg-btn { display: none; }
#free-site-code-request-container { display: none; }
#paypal-free-buy-btn { display: none; }
.free-site-hosting-price { display: none; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border: 2px solid #3eb0f7;
	background: #3eb0f7;
	color: white;
}
.btn-primary {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #3eb0f7;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 100px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	border: 2px solid #3eb0f7;
	background: transparent;
	color: #3eb0f7;
}
.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	background: #1f96e0;
	color: white
}
/*
.site-name img {
	width: 150px; 
	height: 37px
}
*/
.logo {
	margin: 50px 0 40px 0;
}

#site-sections-pic { 
	width: 80%;
	margin: 35px 0px;
}

/* Header text logo styes */
.text-logo1, .text-logo2, .text-logo3 {
	font-weight: 300;
}
.text-logo1 {
	margin: 100px 0 40px 0;
}
.text-logo1, .text-logo2 {
	font-size: 36px;
}
.text-logo1, .text-logo3 {
	color: #fff;
}
.text-logo2,
.text-logo2-ex-small {
	color: #ec141f;
	font-weight: 700;
	z-Index: 1;
}
.text-logo3 {
	font-size: 22px;
}
/* End header text logo styles */

/* Styles for navbar logo */
.navbar-text-logo1, .navbar-text-logo2, .navbar-text-logo3 {
	font-weight: 300;
}
.navbar-text-logo1, .navbar-text-logo2 {
	font-size: 22px;
}
.navbar-text-logo1, .navbar-text-logo3 {
	color: #fff;
}
.navbar-text-logo2 {
	color: #ec141f;
	font-weight: 700;
}
.navbar-text-logo3 {
	font-size: 14px;
}
/* End navbar logo styles */

/* Rotating text styles 
Vertical Sliding / topToBottom Animation
Credit: A PEN BY Amrit Leone,
URL: https://codepen.io/amritleone/pen/qERPmW
*/

.circle-text { 
	width: 30%;
	margin: auto;
}

.circle-text-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 0;
	padding: 50% 12%;
	border-radius: 50%;
	line-height: 0;
	  
	/* Just making it pretty */
	@shadow: rgba(0, 0, 0, .5);
	@shadow-length: 4px;
	-webkit-box-shadow: 0 @shadow-length 0 0 @shadow;
	box-shadow: 0 @shadow-length 0 0 @shadow;
	text-shadow: 0 @shadow-length 0 @shadow;
	background: #38a9e4;
	color: white;
	font-family: Helvetica, Arial Black, sans;
	font-size: 28px;
	text-align: center;
}

.circle-text-inner p {
	color: #fff;
}

.slidingVertical{
	display: inline;
	text-indent: 8px;
}
.slidingVertical span{
	animation: topToBottom 12.5s linear infinite 0s;
	-ms-animation: topToBottom 12.5s linear infinite 0s;
	-webkit-animation: topToBottom 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}


/*
.slidingVertical span:nth-child(6){
	animation-delay: 12.5s;
	-ms-animation-delay: 12.5s;
	-webkit-animation-delay: 12.5s;
}
.slidingVertical span:nth-child(7){
	animation-delay: 15s;
	-ms-animation-delay: 15s;
	-webkit-animation-delay: 15s;
}
.slidingVertical span:nth-child(8){
	animation-delay: 17.5s;
	-ms-animation-delay: 17.5s;
	-webkit-animation-delay: 17.5s;
}
/*

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

/*
.logo img{
	width: 150px; 
	height: 37px
}
*/

#demo-links {
	background-color: #f7f7f7;
	padding-bottom: 50px;
}
.demo-link-inner {
	border: solid 1px #d1d1d1;
}
.demo-link-inner:hover {
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
.demo-link-inner img { 
	max-width: 85%;
	display: block;
	margin: auto;
}
.demo-link-inner h2 {
	font-size: 36px;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#demo-row-2 {
	margin-top: 25px;
}
.landing h1{
	font-size: 43px;
	font-weight: 300;
	color: #fff;
	margin: 30px 0 30px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
#main-title-1,
#header-regular-price {
	font-size: 40px;
}
.landing p, .landing h2 {
	color: #fff;
}
.landing-text {
	margin-bottom: 20px;
}
.landing-text p {
	font-size: 17px !important; 
}
.head-btn {
	margin-bottom: 150px;
	padding-top: 30px;
}
.promo-pg-head-btn {
	margin-bottom: 40px;
	padding-top: 30px;
}
.option {
	text-transform: uppercase;
	padding: 5px;
	min-width: 80px;
	margin-right: 5px;
	transition: all 0.4s;
	font-size: 14px;
	color: #fff;
}
.discount-header {
	background: rgba(255,255,255,0.2);
	margin-bottom: 50px;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	text-align: center;
}
.discount-header h3{
	padding: 20px 0 10px;
	color: white;
	font-weight: 300;
	font-size: 26px;
}
.form-header input {
	position: relative;
	padding: 5px 15px;
}
.form-header .form-control {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	height: 55px;
}
textarea#offer {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	height: 120px;
}
.form-header .btn {
	border-radius: 0;
	height: 55px;
	width: 100%;
	background-color: #3eb0f7;
	color: white;
	font-size: 17px !important;
	padding: 0 33px;
	border: none;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.form-header .btn:hover {
	background-color: #1f96e0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.privacy {
	padding-top: 0;
	font-size: 13px;
}
.discount-header p {
	color: white;
}
.privacy a {
	text-decoration: underline;
	color: white;
	font-weight: 300;
}
#policy {
	padding: 100px 0 70px;
}
.top220 { margin-top: 220px; }
.intro,
#steps,
#examples {
	padding: 100px 0 70px;
	text-align: center;
	z-Index: 1;
}
#steps h2 {
	font-size: 36px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
#works-header { margin-bottom: 50px; }

.intro h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
.intro-pic {
	margin-top: 20px;
}
.btn-section {
	padding-top: 20px;
}
#feature {
	padding-top: 100px;
	background: #f6f6f6;
}
#feature h2 {
	margin: 15px 0 15px 0;
	font-size: 40px;
	font-weight: 300;
}
#feature .feature-title p {
	font-size: 18px;
}
.row-feat {
	padding-top: 50px;
}
.feat-list {
	margin-top: 40px;
}
.feat-list i {
	font-size: 48px;
	float: left;
	width: 20%;
	color: #555;
	height: 100%;
	position: relative;
	opacity: 0.6;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.feat-list:hover i {
	color: #3eb0f7;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#feature .inner {
	float: left;
	display: inline-block;
	width: 80%;
}
#feature-2 {
	padding: 100px 0 100px;
}
#feature-2 h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
.feature-2-pic {
	margin-top: 20px;
}
.subscribe {
	color: #fff;
}
.subscribe p {
	margin: 30px auto 30px;
}
.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #3eb0f7;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .btn {
	height: 55px;
}
.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
	color: #333;  
}
#package {
	padding-top: 100px;
}
.title-line {
    width: 70%;
    height: 3px;
    margin: auto;
    margin-bottom: 50px;
    background: #a9d1f5;
}
.price-box {
	border: solid 1px #d1d1d1;
}
.package-option {
	padding: 50px 0 100px;
}
.package-option ul {
	padding: 0;
}
.price-heading h3 {
	margin-top: 40px;
}
.popular-flag {
	color: #fff;
    padding: 14px;
    text-align: center;
    background-color: #346b9e;
    margin-top: -55px;
    font-size: 46px;
    padding: 40px 0px;
}

.popular-flag-subhead {
	color: rgb(0, 0, 0);
    padding: 14px;
    text-align: center;
    background-color: #59c0f5;
    font-size: 26px;
    padding: 25px 0px;
}
.togo-flag {
	color: #fff;
	font-weight: 100;
	padding: 14px;
	text-align: center;
	background-color: #c60610;
    margin-top: -55px;
}
#layout-notice {
	font-size: 0.8em;
	padding: 14px;
	color: #000;
	border-top: 2px solid #c60610;
	border-bottom: 2px solid #c60610;
	line-height: 130%;
}
.discounted-price-container {
	margin-bottom: 14px;
}
.price-heading i {
	color: #d1d1d1;
	font-size: 75px;
	margin-top: 20px;
}
.price-group {
	padding: 30px 0 10px;
	margin-left: 30px;
    margin-right: 30px;
}
.price-group-no-btm-border {
	text-align: left;
	padding: 30px 0 10px;
	border-bottom: none;
	margin-left: 30px;
    margin-right: 30px;
}
.price-group .dollar {
	font-size: 28px;
	position: relative;
	top: -13px;
}
.price-group .price {
	color: #3eb0f7;
	font-size: 50px;
	font-weight: 500;
}
.price-group .price-small {
    color: #3eb0f7;
    font-size: 30px;
    font-weight: 500;
	position: relative;
	top: -15px;
}
.price-group .time {
	font-size: 18px;
}
.price-group .extrasmall {
	font-size: 14px;
	line-height: 99%;
	margin-top: -12px;
}
h3 span.togo-text { font-style: italic; }
.dprice-left,
.dprice-right {
	width: 50%;
	float: left;
}
.fa-check-circle-o:before {
    content: "\f05d";
    color: green;
    position: relative;
    top: 6px;
    margin-right: 7px;
}
.red-text { color: red!important; }

/*
Just apply a class="clearfix" to the parent element to
force it to self-clear it's children.
*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.price-feature li {
	margin-left: 30px;
	margin-right: 30px;
	list-style: none;
	border-bottom: solid 1px #d1d1d1;
	line-height: 40px;
}
.price-feature img { 
	max-width: 15%;
	margin: 5px 7px 5px 0px;
}
.price-feature .pay-today { 
	margin-top: 22px;
}
.price-footer { padding-bottom: 40px; }
.DiscountForm { display: none; }
.CLDiscountForm { display: none; }
.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 20px;	
}
.btn-price:hover {
	background: #1f96e0;
	color: white;
}
#client {
	background: #f6f6f6;
	padding: 70px 0 70px;
}
#client img {
	max-height: 80px;
	margin: 0 20px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#client img:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#testi {
	padding: 0px 0px 100px 0px;
    margin-top: -30px;
}
.testi-item {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 30px;
}
.testi-item .box {
	margin-right: 15px;
	margin-left: 15px;
}
.testi-item .box .message {
	padding: 20px;
	font-style: italic;
	line-height: 30px;
	font-weight: 300;
	font-size: 20px;
}
.testi-item .client-pic img {
	max-width: 14%;
}
.testi-item .client-info .client-name {
	margin-top: 10px;
	font-size: 16px;
}
.testi-item .client-info .company {
	font-style: italic;
	color: #3eb0f7;
}
.owl-theme .owl-controls .owl-page span{
	background: #3eb0f7;
}
.video-header {
	margin: 40px 0 30px;
}
.video-embed {
	position: relative;
	padding-top: 56.25%; 
	height: 0;
	background-color: #000000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.action {
	color: #fff;
}
.action h2 {
	margin-top: 100px;
	font-size: 40px;
	font-weight: 300;
}
.download-cta {
	padding: 50px 0 160px;
}
a.get-started-cta {
	padding-left: 150px;
	padding-right: 150px;
}
#contact {
	width: 100%;
	min-height: 650px;
	background-color: #000;
}
#contact  h2{
	color: white;
}
.ul-address a {
	font-weight: normal;
}
.ul-address a:hover {
	color: white;
}
.ul-address li {
	padding-right: 20px; 
	margin-bottom: 8px; 
	list-style: none;
	color: white;
}
.ul-address i {
	margin-left: 15px;
	position: absolute; 
	left: 0;
	color: #3eb0f7; 
	font-size: 25px;
	line-height: 30px;
}
.contact-row {
	margin: 100px 0 100px;
}
.fa-shopping-cart {
  color: #ec141f;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 5px;
}
#contact-form {
	margin: 0 auto;
}
#contact-form input {
	position: relative;
	padding: 5px 25px;
	width: 100%;
}
#contact-form textarea {
	position: relative;
	padding: 10px 25px;
	width: 100%;
	height: 120px !important;
}
#contact-form .form-control {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
#contact-form .btn {
	height: 55px;
	width: 100%;
	background-color: #3eb0f7;
	color: #ffffff;
	font-size: 17px !important;
	line-height: 18px;
	padding: 0 33px;
	border: none;
	border-radius: 0;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#contact-form .btn:hover {
	background-color: #1f96e0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#footer {
	background: #fff;
	padding: 50px 0 50px;
	min-height: 600px;
}
.social ul {
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	padding-right: .3em;
	padding-bottom: .3em;
}
.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #3eb0f7;
	border-radius: 50%;
	background: #fff;
	border: solid 1px #3eb0f7;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.social li a:hover {
	color: #fff;
	background: #3eb0f7;
}
#shortcode-basic {
	padding: 70px 0 10px;
}
#shortcode-button {
	padding: 50px 0 10px;
	width: 100%;
	min-height: 100%;
}
#shortcode-button .form-horizontal {
	padding-left: 20px;
	padding-right: 20px;
}
#shortcode-icon {
	padding: 70px 0 10px;
}
#shortcode-alert {
	padding: 70px 0 10px;
}
#shortcode-table {
	padding: 70px 0 10px;
}
#shortcode-column {
	padding: 50px 0 10px;
}
.social-icons i {
	color: #3eb0f7;
	font-size: 30px;
	line-height: 40px
}
#shortcode-alert {
	padding: 70px 0 30px;
}
.alert { 
	border: none; 
	border-radius: 0; 
	position: relative; 
	font-size: 17px; 
	line-height: 22px; 
	padding: 16px; 
	padding-left: 60px; 
}
.alert i { 
	font-size: 28px; 
	position: absolute; 
	left: 15px; 
	top: 13px; 
} 
.icon-demo i {
	font-size: 70px;
	margin-right: 20px;
}
.table > thead > tr > th { 
	background: #3eb0f7; 
	color: #fff; 
	border-bottom: 0; 
	text-transform: uppercase; 
}
.table > thead > tr > th, 
.table > tbody > tr > td { 
	font-size: 15px; 
	font-weight: 300; 
	padding: 20px 20px; 
}
.table-bg > tbody > tr:nth-child(odd) > td, 
.table-bg > tbody > tr:nth-child(odd) > th { 
	background: #fff; 
}
.table-bg > tbody > tr:nth-child(even) > td, 
.table-bg > tbody > tr:nth-child(even) > th { 
	background: #f6f6f6; 
}
.scrollToTop{
	width: 40px; 
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	background: rgba(0, 0, 0, 0.7);
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	display: none;
}
.scrollToTop:hover{
	color: #3eb0f7;
}
.control-group .controls {
	overflow-x: hidden;
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.head-btn {
		margin: 50px 0 100px;
	}
	.discount-header {
		margin: 50px 0 100px;
	}
	.price-feature li {
		margin-left: 15px;
		margin-right: 15px;
	}
	.btn-price {
		padding: 7px 25px;
	}
	.intro {
		padding: 30px 0 50px;
	}
	#policy {
		padding: 30px 0 50px;
	}
	.intro h2, #feature-2 h2 {
		text-align: center;
	}
	.intro p, #feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 75px;
	}
	.feature-img {
		margin-top: 0;
	}	
	.row-feat {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	#feature-2 {
		padding: 80px 0 80px;
	}
	.feature-2-pic {
		margin-top: 40px;
	}
	#client img {
		margin: 10px 0 10px;
		max-height: 40px;
	}	
	.video-header {
		margin: 50px 0 30px;
	}
	#bottom-action {
		text-align: center;
	}
	.button-demo li {
		padding-bottom: 50px;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	.logo {
		margin: 100px 0 30px 0;
	}
	.landing h1{
		margin: 60px 0 60px 0;
	}	
	.landing-text {
		margin: 60px 0 40px 0;
	}
	.discount-header {
		margin-top: 250px;
	}
	.intro-pic {
		margin-top: 100px;
	}
	.feature-img {
		margin-top: 30px;
	}	
	.feat-list {
		margin-top: 10px;
	}
	.feat-list p {
		font-size: 15px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		max-height: 45px;
	}	
	.video-header {
		margin: 50px 0 30px;
	}
}

@media only screen 
and (min-width : 768px) 
and (max-width : 800px) {
	.slidingVertical{
		display: block;
		text-indent: 8px;
	}
}

/* smart-phone ----------- */
@media (max-width: 767px) {
	.logo {
		margin: 40px 0 30px 0;
	}
	.head-btn {
		margin: 30px 0 80px;
	}
	.discount-header {
		margin: 70px 0 80px;
	}
	.slidingVertical{
		display: block;
		text-indent: 8px;
	}
	.intro {
		padding: 70px 0 70px;
	}
	#policy {
		padding: 70px 0 70px;
	}
	.intro h2, #feature-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	.intro p, #feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 50px;
	}
	.row-feat {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.feat-list i {
		padding-left: 40px;
	}
	#feature-2 {
		padding: 40px 0 50px;
	}
	#works-footer { margin-top: 30px; }
	.feature-2-pic {
		margin-top: 50px;
	}
	
	#package {
		padding-top: 80px;
	}
	.package-option {
		padding: 50px 0 50px;
	}
	.price-box {
		margin-bottom: 30px;
	}
	#client img {
		margin: 10px 0 10px;
	}	
	.contact-left {
		margin-bottom: 50px;
	}
	.video-header {
		margin: 50px 0 30px;
	}
	#bottom-action {
		text-align: center;
	}
	.testi-item .client-pic img {
		max-width: 28%;
	}
	
	#main-title-2 {
		display: none;
	}
	#main-title-3 {
		display: none;
	}
	#main-title-4 {
		display: block;
		font-size: 30px;
	}
}	
/* iPhone 6Plus (landscape) ----------- */
@media (max-width: 736px) {
	.feature-img {
		margin-top: 0;
	}
}

/* iPhone 6 (landscape) ----------- */
@media (max-width: 667px) {
	.logo {
		margin: 30px 0 30px 0;
	}
	.landing h1{
		font-size: 50px;
		margin: 10px 0 25px 0;
	}
	.landing-text {
		margin-top: 20px;
	}
	.subscribe p {
		margin: 25px auto 15px;
	}
	.subscribe-form {
		margin: 20px auto 100px;
	}
	.action h2 {
		margin-top: 70px;
	}
	.download-cta {
		padding: 50px 0 100px;
	}
}

/* iPhone 5 (landscape) ----------- */
@media (max-width: 568px){
	.logo {
		margin: 15px 0 15px 0;
	}
	.landing h1{
		font-size: 34px;
		margin: 20px 0 10px 0;
	}
	.landing-text p {
		font-size: 16px !important; 
	}
	.intro {
		padding-top: 50px;
	}
	#policy {
		padding-top: 50px;
	}
	#feature {
		padding-top: 50px;
	}
	.feat-list i {
		padding-left: 20px;
	}
	#feature-2 {
		padding: 50px 0 70px;
	}
	#screenshot {
		padding-top: 70px;
	}	
	.screenshots {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	#testi {
		padding: 70px 0 70px;
	}
	.testi-item .box .message {
		line-height: 25px;
		font-size: 18px;
	}
	.action h2 {
		margin: 50px 0 20px;
	}
	.download-text p {
		line-height: 1.5;	
	}

	#main-title-1, #header-regular-price {
		font-size: 26px;
	}
	
	ul#header-bullets {
		font-size: 19px;
	}
	
	.head-btn {
		text-align: center;
	}
	
	.btn-primary {
		margin: auto;
	}
	
	.circle-text-inner {
		font-size: 20px;
	}
	
	.price-group .price {
		font-size: 36px;
	}
	
	.price-group .price-small {
		font-size: 19px;
	}
	
	.price-group .extrasmall {
		font-size: 14px;
		margin-top: none;
		padding-left: 16px;
	}
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) {
	.feat-list i {
		padding-left: 5px;
	}
	.action h2 {
		font-size: 30px;
	}
	.button-demo li {
		padding-bottom: 50px;
	}
}

/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
	.intro h2, #feature h2, #feature-2 h2 {
		font-size: 30px;
		z-Index: 1;
	}
	.feat-list i {
		padding-left: 0;
	}
	#feature .inner {
		padding-left: 15px;
	}
	.video-header {
		margin: 30px 0 30px;
	}
}

/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {
	.logo {
		margin: 30px 0 20px 0;
	}
	.landing h1{
		margin: 20px 0 35px 0;
	}
	.btn-default {
		font-size: 16px;
		margin: 30px 0 10px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.btn-primary {
		font-size: 16px;
		margin: 30px 0 10px;
		margin-right: 15px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.subscribe-form {
		margin: 50px auto 110px;
	}
	.subscribe-form input {
		padding: 5px 15px;
	}
	.subscribe-form button {
		padding: 0 15px;
	}
	.action h2 {
		margin: 70px 0 20px;
	}
	.table > thead > tr > th, 
	.table > tbody > tr > td { 
		padding: 20px 10px; 
	}
	.text-logo1, .text-logo2 {
		font-size: 30px;
	}
	.feature-scroll {
		font-size: 26px;
	}
}