/*JITYA*/

body{
	margin: 0;
	min-width: 340px;
	padding: 0;
	background:#fff;
	font-family: 'Lato', Tahoma, sans-serif;
}

.wrap{
	margin: 0 auto;
	padding:0 10px;
    max-width: 960px;
	box-sizing:border-box;
}

#headerwrap{
	max-width: 98%;
}

.clear{
	clear:both;
}

hr{
	border:none;
	border-top:1px solid #aaa;
	margin:0;
}

ul, li{
	margin:0;
	padding:0;
}

button, a{
	outline:none;
}


#homeheader{
	height: 75px;
	padding: 0;
	width:100%;	
	position:fixed;
	top:0;
	z-index:2000;
    transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
}

#headerlogo{
	float:left;
	margin:18px 0px;
}

#loginblock{
	float:right;
	margin:18px 0px;
}

#loginblock button{
	font-family: 'Lato', Tahoma, sans-serif;
	height:39px;
	width:120px;
	color:#330394;
	font-size:18px;
	font-weight:400;
	border:none;
	box-shadow: 0 0 1px #666;
	border-radius:3px;
	cursor:pointer;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8eaeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8eaeb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8eaeb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e8eaeb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e8eaeb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e8eaeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8eaeb',GradientType=0 );
}

#headermenu{
	margin: 0 auto;
    max-width: 415px;
    padding-top: 28px;
	text-align: center;
}

#pcmenu a {
	position: relative;
	display: inline-block;
	margin: 0px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	cursor:pointer;
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
	padding: 0 0 3px;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	-o-transition: height 0.3s, opacity 0.3s, -o-transform 0.3s;
	-ms-transition: height 0.3s, opacity 0.3s, -ms-transform 0.3s;	
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#homeintro{
	background-image:url("../../images/homev3/topbg.png");	
	background-repeat:no-repeat;
	background-position:center top;
	max-height:1000px;
	margin: 0 auto;
	padding-top: 75px;
	overflow:hidden;
	width:100%;
}

#signupblock{
	margin:60px auto;
	text-align:center;
}

#signupblock h3{
	color:#fff;
	font-size:45px;
	font-weight:400;
	margin:0;
}

#signupblock h4{
	color:#fff;
	font-size:25px;
	font-weight:300;
	margin:0;
}

#signupblock button{
	font-family: 'Lato', Tahoma, sans-serif;
	height:60px;
	width:300px;
	color:#fff;
	font-size:30px;
	font-weight:400;
	border:none;
	box-shadow: 0 0 1px #666;
	border-radius:3px;
	cursor:pointer;
	background: #32cd8e;
	background: -moz-linear-gradient(top,  #32cd8e 0%, #1cb77a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32cd8e), color-stop(100%,#1cb77a));
	background: -webkit-linear-gradient(top,  #32cd8e 0%,#1cb77a 100%);
	background: -o-linear-gradient(top,  #32cd8e 0%,#1cb77a 100%);
	background: -ms-linear-gradient(top,  #32cd8e 0%,#1cb77a 100%);
	background: linear-gradient(to bottom,  #32cd8e 0%,#1cb77a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32cd8e', endColorstr='#1cb77a',GradientType=0 );
	margin-top:60px;
}

#signupblock span{
	color:#fff;
	font-size:16px;
	font-weight:700;
}

#introslide{
	background:url(./images/laptopmock.png) no-repeat;
	width:936px;
	height:538px;
	margin:10px auto;
	box-sizing: padding-box;
	padding-top:33px;
}

#slidecontent{
	width:711px;
	height:444px;
	margin: 0 auto;
}

#introimg{
	background:url(./images/laptopmock-768.png) no-repeat;
	width:733px;
	height:422px;
	margin:10px auto;
	display:none;
}

#homefeatures{
	background:#fff;
	margin: 0 auto;
	padding: 50px 0;	
	width:100%;
	text-align:center;
}

#homefeatures h2{
	color:#333;
	font-size:30px;
	text-align:center;
	margin:0;
	font-weight:300;
}

#homefeatures h2 span{
	font-weight:700;
}

#homefeatures ul li{
	list-style:none;
	float:left;
	width:300px;
	margin: 30px 0;
	display:inline-block;
}

#homefeatures ul li:nth-child(2){
	margin: 30px 20px;
}

#homefeatures ul li h3{
	color:#333;
	font-size:16px;
	font-weight:700;
	margin:10px 0 0;
}

#homefeatures ul li p{
	color:#333;
	font-size:16px;
	font-weight:400;
	margin:0;
}

#homefeatures button{
	font-family: 'Lato', Tahoma, sans-serif;
	height:50px;
	width:220px;
	color:#fff;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	border:none;
	box-shadow: 0 0 1px #666;
	border-radius:3px;
	cursor:pointer;
	background: #32cd8e;
	background: -moz-linear-gradient(top,  #32cd8e 0%, #1cb77a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32cd8e), color-stop(100%,#1cb77a));
	background: -webkit-linear-gradient(top,  #32cd8e 0%,#1cb77a 100%);
	background: -o-linear-gradient(top,  #32cd8e 0%,#1cb77a 100%);
	background: -ms-linear-gradient(top,  #32cd8e 0%,#1cb77a 100%);
	background: linear-gradient(to bottom,  #32cd8e 0%,#1cb77a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32cd8e', endColorstr='#1cb77a',GradientType=0 );
	margin-top:20px;
}

#mobileapps{
	background-image:url(./images/appbg.jpg);
	background-position:50% center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding: 50px 0;
	width:100%;
}

#mobileappscontent{
	float:right;
	width:55%;
	text-align:left;
}

#mobileappscontent h3{
	color:#fff;
	font-size:30px;
	margin:0 0 10px;
}

#mobileappscontent h3 span{
	font-weight:300;
	font-size:30px;
}

#mobileappscontent span{
	color:#fff;
	font-size:14px;
}

#testimonials{
	background:#fff;
	margin: 0 auto;
	padding: 50px 0;
	text-align:center;
	width:100%;
}

#testislider .item p{
	color:#333;
	font-size:22px;
	line-height:40px;
	margin:20px 0;
	font-weight:400;
}

#testislider .item h3{
	color:#333;
	font-size:24px;
	margin:10px 0 0;
}

#testislider .item h4{
	color:#333;
	font-size:18px;
	font-weight:300;
	margin:0;
}

#homepricing{
	background-image:url(./images/pricebg.jpg);
	background-position:50% center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding: 50px 0;
	width:100%;
	text-align:center;
}

#homepricing h2{
	color:#fff;
	font-size:30px;
	text-align:center;
	margin:0;
	font-weight:300;
}

#homepricing h2 span{
	font-weight:700;
}

#homepricing p{
	color:#fff;
	font-size:22px;
	text-align:center;
	margin:10px 0;
}

#pricetable{
	background:#f7f5f5;
	overflow:hidden;
	border-radius:3px;
	margin:20px auto;
	box-shadow: 0 0 2px #999;
	max-width:600px;
}

#pricetable ul li{
	list-style:none;
	float:left;
	padding: 0 1%;
    width: 50%;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	box-sizing:border-box;
}

#pricetable ul li:nth-child(2){
	border-right:none;
}

#pricetable ul li h3{
	color:#4d4d4d;
	font-size:25px;
	font-weight:400;
	text-align:center;
}

#pricetable ul li h5{
	color:#a2a2a2;
	font-size:14px;
	font-weight:700;
	text-align:left;
	line-height:30px;
	margin: 10px 0;
}

#pricetable ul li h5 span{
	color:#4d4d4d;
	font-size:24px;
	font-weight:400;
	float:right;
}

#pricetable h4{
	color:#4d4d4d;
	font-size:20px;
	font-weight:300;
	text-align:center;
	margin:10px;
}

#starttrialbtn{
	font-family: 'Lato', Tahoma, sans-serif;
	height:50px;
	width:340px;
	color:#fff;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	border:none;
	box-shadow: 0 0 1px #666;
	border-radius:3px;
	cursor:pointer;
	background: #398fe5;
	background: -moz-linear-gradient(top,  #398fe5 0%, #2279d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#398fe5), color-stop(100%,#2279d1));
	background: -webkit-linear-gradient(top,  #398fe5 0%,#2279d1 100%);
	background: -o-linear-gradient(top,  #398fe5 0%,#2279d1 100%);
	background: -ms-linear-gradient(top,  #398fe5 0%,#2279d1 100%);
	background: linear-gradient(to bottom,  #398fe5 0%,#2279d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#398fe5', endColorstr='#2279d1',GradientType=0 );
	margin-top:30px;
}


#homecontact{
	background:#fff;
	margin: 0 auto;
	padding: 10px 0;	
	width:100%;
}

#contactlist li{
	list-style:none;
	float:left;
	width:220px;
	text-align:left;
}

#contactlist li:nth-child(2){
	margin:0 140px;
}

#contactlist h3{
	color:#333;
	font-size:30px;
	margin:10px 0;
}

#contactlist p{
	color:#333;
	font-size:22px;
	margin:10px 0;
	line-height:30px;
}

#footer{
	background:#1f282f;
	margin: 0 auto;
	height:50px;
	width:100%;	
}

#footerlinks{
	color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 300;
    padding-top: 14px;
}

#footerlinks a{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

#copyrights{
	color: #fff;
    float: right;
    font-size: 18px;
    font-weight: 300;
    padding-top: 14px;
}



/*Inner Pages*/

#innerheader{
	background:#330394;
	height: 75px;
	padding: 0;
	width:100%;	
	position:fixed;
	top:0;
	z-index:2000;
}

.pagecontent{
	margin: 0 auto;
	width:100%;
	padding-top: 75px;
	padding-bottom:20px;
	min-height:600px;
	text-align:center;
	background:#eee;
}

.pagecontent h1 {
    color: #333;
    font-size: 30px;
    font-weight: 300;
    margin: 20px 0;
}

.pagecontent h1 span {
    font-weight: 700;
}

.pagecontent p {
    color: #333;
    font-size: 16px;
    margin: 10px 0;
}

#pricingcontent #pricechooser button{
	color:#333;
}

#featurescontent .featurediv{
	width:100%;
	padding:50px 0;
}

#featurescontent .featurediv:nth-child(even){
	background:#fff;
}

#featurescontent .featurediv:nth-child(even) img{
	float:left;
        max-width:48%;
}

#featurescontent .featurediv:nth-child(odd) img{
	float:right;max-width:48%;
}

#featurescontent .featuretext{
	margin-top:80px;
	width:48%;
}

#featurescontent .featurediv:nth-child(even) .featuretext{
	float:right;	
}

#featurescontent .featurediv:nth-child(odd) .featuretext{
	float:left;
}

#featurescontent .featuretext h3{
	text-align:left;
	font-weight:300;
	font-size:26px;
	margin:0 0 15px;
	color:#333;
}

#featurescontent .featuretext p{
	text-align:left;
	font-weight:300;
	font-size:15px;
	margin:10px 0;
        line-height: 25px;
	color:#333;
}

#testimonials button{
	font-family: 'Lato', Tahoma, sans-serif;
	height:50px;
	width:220px;
	color:#fff;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	border:none;
	box-shadow: 0 0 1px #666;
	border-radius:3px;
	cursor:pointer;
	background: #32cd8e;
	background: -moz-linear-gradient(top,  #32cd8e 0%, #1cb77a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32cd8e), color-stop(100%,#1cb77a));
	background: -webkit-linear-gradient(top,  #32cd8e 0%,#1cb77a 100%);
	background: -o-linear-gradient(top,  #32cd8e 0%,#1cb77a 100%);
	background: -ms-linear-gradient(top,  #32cd8e 0%,#1cb77a 100%);
	background: linear-gradient(to bottom,  #32cd8e 0%,#1cb77a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32cd8e', endColorstr='#1cb77a',GradientType=0 );
	margin-top:20px;
}

#testimonialcontent .testimonialdiv{
	width:100%;
	padding:50px 0;
}

#testimonialcontent .testimonialdiv:nth-child(even){
	background:#fff;
}

.testimonialdiv p{
	color:#333;
	font-size:22px;
	line-height:40px;
	margin:20px 0;
	font-weight:400;
}

.testimonialdiv h3{
	color:#333;
	font-size:24px;
	margin:10px 0 0;
}

.testimonialdiv h4{
	color:#333;
	font-size:18px;
	font-weight:300;
	margin:0;
}
