/* #Fonts */

@font-face {
    font-family: 'Nunito';
    font-weight: normal;
    font-style: normal;
}
 
 
/* #end */

body { 
	font-family: "Nunito", Arial,sans-serif
}

h1, h2, h3, h4, h5, p { 
	font-family: Nunito;
	line-height: 1.6;
}

ul {
    margin: 0px;
    padding: 0px;
}   

.container_logo{

    margin-left: auto !important;
    margin-right: auto !important;
    width: 94%;
    height: 80px;
    padding-top: 10px;

}

.container_24{

    margin-left: auto;
    margin-right: auto;
    width: 85%;

}


a{
	text-decoration: none;
	color:#515151;
	cursor: pointer;
}
ul{
	margin:
}

#subnav2{
    height: 78px;
    background-color: #EBEBEB;
    font-size: 12px;
    color: #FFFFFF;
    width: 100%;
    position: relative;
    box-shadow: 0px 2px 2px #B1B1B1;
    z-index: 100;
}



#subnav{
	height:45px;
	background-color:#343434;
	font-size:12px;
	color:#FFFFFF;
	width:100%;
}
#subnav ul{
	padding:0;
	margin:0;
}
#subnav ul li{
	list-style:none;
}
#subnav ul div.navcall{
    height: 23px;
    margin-top: 13px;
	background:url(../img/call.png) no-repeat right transparent;
}
#subnav .regweb{
}
#subnav .demos{
}
#subnav ul .splogo{
   	display:block;
	width:25px;
	height:25px;
	float: left;
	margin-top:13px;
	margin-right:10px;
}
#subnav ul .sptxt{
   	display:block;
	height:20px;
	margin-top:17px;
	float: left;
}
#subnav .grid_5.regweb .sptxt {
    background: url("../img/subnavtext.png") no-repeat scroll left top transparent;
    width: 137px;
}
#subnav .grid_4.regweb .sptxt{
    background-image: none;
    color: #FFFFFF;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 17px;
    width: 140px;
}
#subnav .demos .sptxt{
	background:url(../img/subnavtext.png) no-repeat left bottom transparent;
    width: 75px;
}
.regweb .splogo{
	background:url(../img/subnavico.png) no-repeat center bottom transparent;
}
.demos .splogo{
	background:url(../img/subnavico.png) no-repeat center top transparent;
}
.regweb a{
	display: block;
	width:190px;
	height:30px;
}
.demos a{
	display: block;
	width:110px;
	height:30px;
}
/*****************/
/*****************/



#navs{
	height:80px;
    font-family: 'Nunito',Helvetica,Arial,Sans-serif;
	width:100%;
    position: relative;
	background-color: #f5f6f7;
}
#navs .logo div{
	height:65px;
	margin-top:-2px;
	margin-left:15px;
}

#navs .logo div img{
	height:85px;
}

#navs ul{
    margin-top: 30px;
    float: right;
    font-size: 16px;
    font-weight: 500;
}
#navs ul a{
    text-decoration: none;
    color: #464646;
    cursor: pointer;
}
#navs ul li{
	list-style:none;
}

#navs li.navitems{
	float:right;
        margin-left: 19px;
}
 
#navs .sp-nav {
    border: 2px solid #09ACF2;
    padding: 6px;
    border-radius: 2px;
    margin-top: -8px;
}

#navs .sp-nav a{
    color: #09ACF2;
}

.navdropdown {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0;
    border-bottom:none;
    padding: 0px 10px;
    position: absolute;
    right: 300px;
    top: 52px;
    width: 146px;
    z-index: 10000;
    height: 80px;
}
.navdropdown>span{
	width: 148px;
	display: block;
	float: left;
	color:#515151;
	font-size: 14px;
}
.navdropdownitem {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0;
    border-bottom: none;
    padding: 5px 10px;
    position: absolute;
    right: 365px;
    top: 24px;
    width: 81px;
    z-index: 100001;
    height: 18px;
}
.navdropdownitem>span {
	color: #A73831;
}
#industries-01{
    margin-bottom: 15px;
    margin-top: 15px;
}
#industries-02{
	margin-bottom:10px;
}
#industries-01>a, #industries-02>a{
	text-decoration: none;
	color:#515151;
	cursor: pointer;
}
.navdropdownborder {
    background-color: #A73831;
    height: 3px;
    position: absolute;
    right: 300px;
    top: 135px;
    width: 168px;
    z-index: 100002;
}
.drp4{
	display: none;
}

/*****/

.top-tab {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.top-tab div {
    border-top: 5px solid #434343;
    text-align: center;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-tab div:hover {
	background-color: #393939;
    border-color: #7ab317;
}
.top-tab a {
    color: #FFFFFF !important;
    line-height: 40px;
    display: block;
    font-family: "Nunito",Helvetica,Tahoma,sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}

.top-tab a:hover {
    color: #FFFFFF !important;
}

.top-tab.active div {
    background-color: #343434;
    border-color: #09ACF2;
}
.top-tab.active a {
    color: #fff !important;
}
.top-fold{
    background-color: #7ab317;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 1px #466d00;
    height: 60px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 250px;
    z-index: 10;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-fold:hover{
    height: 63px;
}
.top-fold a{
    color: #FFFFFF !important;
    display: block;
    font-family: "Lato",Helvetica,Tahoma,sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 60px;
    padding: 0 0 0 11px;
    text-decoration: none !important;
    float: left;
}
.top-fold img {
    margin: 15px 7px 0;
	opacity: 1;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-fold:hover img{
	opacity: 0.8;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    border-bottom: 5px solid #4a7302;
    position: absolute;
    z-index: 6;
}
.arrow-up.right {
    right: -6px;
    top: -5px;
}
.arrow-up.left {
    right: 245px;
    top: -5px;
}
.call {
    float: right !important;
}
/*****************/
/*****************/
#chatPopupWindow{
	z-index: 2000;
}
#mainimage{
	height:660px; 
    font-family: 'hofont',Helvetica,Arial,Sans-serif;
	width:100%;
	background-color: #f5f6f7;
    border-bottom: 1px solid #D9D9D9;
    overflow: hidden;
}
#imgindex {
	position: relative;
	height: 380px;
}
#imgindex .itemx {
	position: absolute;
}
#imgindex .itemy {
	position: absolute;
}
#item1 {
	z-index: 1;
	right:525px;
    top: 25px;
}
#item2 {
	z-index: 1;
    right: 536px;
    top: 170px;
}
#item3 {
	z-index: 1;
    right:616px;
    top: 285px;
}
#item4 {
	z-index: 1;
	right:25px;
    top: 33px;
}
#item5 {
	z-index: 2;
    right: 90px;
    top: 2px;
}
/*#mainimage .textblock{
	height:350px;
	margin:15px 0px;
}*/
#mainimage .title{
	height:111px;
	background:url(../img/alltext.png) no-repeat transparent;
	font-size: 53px;
    width: 425px;
}
#mainimage .caption{
    height: 80px;
    width: 414px;
  	font-size: 23px;
	color:#767676;
}
#mainimage .startbtn{
	height:56px;
	width:260px;
}
#mainimage .startbtn a{
	height:56px;
	width:260px;
	display:block;
}
#mainimage .startbtn div.btn1{
	background:url(../img/startbtn.png) no-repeat center top transparent;
	height:56px;
	width:260px;
	cursor: pointer;
}
#mainimage .startbtn div.btn2{
	margin-top:-56px;
	background:url(../img/startbtn.png) no-repeat center center transparent;
	height:56px;
	width:260px;
	cursor: pointer;
	opacity:0;
}
#mainimage .startbtn div.btn2:active{
	background:url(../img/startbtn.png) no-repeat center bottom transparent;
}

#mainimage .imgblock{
    height: 314px;
    width: 472px;
	background:url(../img/cloud.png) no-repeat transparent;
}
#mainimage .gears{
	float:right;
    height: 340px;
    width: 328px;
  	position: relative;
}
#comgear{
	position: absolute;
	top:0px;
    right: 95px;
	z-index:30;
}
#comgear img{
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#comgear img:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
#mobgear{
	position: absolute;
    top: 96px;
    right: 0px;
	z-index:40;
}
#mobgear img{
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#mobgear img:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
#collabgear{
	position: absolute;
    right: 189px;
    top: 98px;
	z-index:3;
}
#collabgear img{
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#collabgear img:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
#socialgear{
	position: absolute;
    right: 93px;
    top: 195px;
	z-index:3;
}
#socialgear img{
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#socialgear img:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
/*****************/
/*****************/
#clients{
	height:55px;
	background-color:#f6f6f7;
	width:100%;
}
#clients ul{
	margin-left:7px;
    margin-top: 2px;
}
#clients li{
    opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
  	height:45px;
	margin:4px 2px;
	float:left;
	width:80px;
}
#clients .cl1{
	background:url(../img/clients.png) no-repeat 0 center transparent;
}
#clients .cl2{
	background:url(../img/clients.png) no-repeat -80px center transparent;
}
#clients .cl3{
	background:url(../img/clients.png) no-repeat -160px center transparent;
}
#clients .cl4{
	background:url(../img/clients.png) no-repeat -240px center transparent;
}
#clients .cl5{
	background:url(../img/clients.png) no-repeat -320px center transparent;
}
#clients .cl6{
	background:url(../img/clients.png) no-repeat -400px center transparent;
}
#clients .cl7{
	background:url(../img/clients.png) no-repeat -480px center transparent;
}
#clients .cl8{
	background:url(../img/clients.png) no-repeat -560px center transparent;
}
#clients .cl9{
	background:url(../img/clients.png) no-repeat -640px center transparent;
}
#clients .cl10{
	background:url(../img/clients.png) no-repeat -720px center transparent;
}
#clients .cl11{
	background:url(../img/clients.png) no-repeat -800px center transparent;
}
/*****************/
/*****************/


#solution{
	height:230px;
    font-family: 'hofont',Helvetica,Arial,Sans-serif;
	background:url(../img/solbg.png) repeat #E2E2E2;
	width:100%;
}
#solution li div.solcell{
	margin-top:30px;
	height:170px;
    width: 161px;
}
#solution .solicodock{
	height:70px;
}
#solution .shadowdock{
	height:30px;
}
#solution .solicon{
	float:left;
	height:60px;
	width:90px;
	margin:5px 28px;
}
#solution .soltitle{
	height:20px;
	color:#737373;
	font-size:15px;
	text-align:center;
    margin-bottom: 0px;
    padding-top: 5px;
}
#solution .sol2 .soltitle{
    font-size: 15px;
    width: 160px;
}
#solution .solsplit{
	margin:5px 0px;
	height:1px;
	background-color:#fefefe;
	border-top:1px solid #c6c6c6;
}
#solution .solcaption{
	height:50px;
	color:#4d4d4d;
	font-size:13px;
    line-height: 17px;
    margin-top: 10px;
}
#solution .sol1 .solicon{
	background:url(../img/solsoftware.png) no-repeat center center transparent;
}
#solution .sol2 .solicon{
	background:url(../img/soldoc.png) no-repeat center center transparent;
}
#solution .sol3 .solicon{
	background:url(../img/solcollab.png) no-repeat center center transparent;
}
#solution .sol4 .solicon{
	background:url(../img/solmail.png) no-repeat center center transparent;
}
#solution .sol5 .solicon{
	background:url(../img/solmob.png) no-repeat center center transparent;
}
/*****************/
/*****************/

#sections{
	height:400px;
	background:url("../img/secbg.png") repeat scroll 0 0 #FFFFFF;
	width:100%;
}
#sections ul.secdock{
	margin-left:0px;
}
#sections li div.secstyle {
	width:297px;
	height:366px;
	margin:25px 0px;
	background:url(../img/seccell.png) no-repeat transparent;
}
#sections .sectitle{
	height:35px;
    font-family: 'hofont',Helvetica,Arial,Sans-serif;
}
#sections .websch ul p{
    color: #666666;
    font-size: 13px;
    margin-left: 13px;
    margin-top: 15px;
}
#sections .sectitle span.ttltext{
	display:block;
	float:left;
	margin-top:15px;
	margin-left:15px;
	color:#595959;
	font-size:14px;
}
#sections .sectitle span.ttlicon{
	display:block;
	float:right;
	width:73px;
	height:34px;
	margin-right:10px;
	margin-top:5px;
}
.thebuzz .ttlicon{
	background:url(../img/thebuzzico.png) no-repeat center center transparent;
}
.websch .ttlicon{
	background:url(../img/webinarfreeico.png) no-repeat center center transparent;
}
.whatnew .ttlicon{
	background:url(../img/whatnewico.png) no-repeat center center transparent;
}
#sections .qoute{
	background:url(../img/qoutebg.png) no-repeat transparent;
	margin:10px 0px;
	height:100px;
	margin-left:10px;
	font-size:16px;
	padding:10px;
	padding-right:25px;
	color:#a0a0a0;
	margin-top:15px;
}
#sections .qouterel{
	margin-bottom:10px;
	height:45px;
	background:url(../img/qoutelogo.png) no-repeat 0px 0px transparent;
	margin-left:20px;
}
#sections .qoutereldock{
	height:50px;
}
#sections .clientqoute{
	margin-top:20px;
	height:100px;
}
.clientqoute a{
	display:block;
	height:100px;
}
.clientqoute .cq1{
	float:left;
	width:95px;
	height:40px;
	margin:0px 15px 0px 15px;
	background:url(../img/qoutelogo.png) no-repeat 0px -160px transparent;
}
.clientqoute .cq2{
	float:left;
	width:135px;
	height:40px;
	margin:0px 10px 0px 15px;
	background:url(../img/qoutelogo.png) no-repeat 0px -120px transparent;
}
.clientqoute .cq3{
	float:left;
	width:70px;
	height:40px;
	margin:5px 10px 0px 15px;
	background:url(../img/qoutelogo.png) no-repeat 0px -40px transparent;
}
.clientqoute .cq4{
	float:left;
	width:55px;
	height:40px;
	margin:5px 10px 0px 10px;
	background:url(../img/qoutelogo.png) no-repeat 0px -80px transparent;
}
.clientqoute .cq5{
	float:left;
	width:90px;
	height:40px;
	margin:5px 10px 0px 10px;
	background:url(../img/qoutelogo.png) no-repeat 0px -200px transparent;
}
#sections .websch li.schlist{
	display:block;
	margin:15px 15px;
	font-size:13px;
	color:#515151;
}
#sections .websch li.schlist:first-child{
	display:block;
	margin:15px 15px;
	font-size:13px;
	color:#515151;
}
#sections .websch li.schlist>a{
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#64b1e0;
	cursor: pointer;
}
#sections .websch li.schlist>span{
	display:block;
	margin-top: 5px;
	margin-bottom: 10px;
}
.webschsplit{
    background-color:#efefef;
    height: 1px;
    margin: 0 5px 0 4px !important;
}
#sections .whatnew li{
	margin:-3px 15px;
    line-height: 17px;
   	font-size:12px;
	color:#515151;
    float: left;
}
#sections .whatnew li>span.wnewtext{
	display:block;
	margin-top: 20px;
	margin-bottom: 10px;
	width:265px;
    float: left;
    text-align: center;

}
#sections .whatnew li >a{
    display: block;
    float: right;
    height: 90px;
    margin-left: 20px;
    margin-top: 9px;
    width: 90px;
}
#sections .secmid{
    margin-left: 11px;
    margin-right: 11px;
}
/*****************/



#collabtools{
	height:420px;
	background:url(../img/colabbg.png) repeat #E5E5E4;
    font-family: 'hofont',Helvetica,Arial,Sans-serif;
	width:100%;
	}
#collabtools .coltitle{
    font-family: 'hofont',Helvetica,Arial,Sans-serif;
	margin:10px 0px;
	height:30px;
	font-size:16px;
	color:#42a4ce;
    margin-top: 20px;
    width: 185px;
}
#collabtools .coltitlesplit{
	margin:5px 0px;
	height:1px;
	background-color:#ffffff;
	border-top:1px solid #cacaca;
}

#collabtools li div.colcell{
	margin:10px 0px;
	height:90px;
}
#collabtools li div.colcell>div{
	margin:0px;
    height:60px;
}
#collabtools .colcelltitle{
    font-family: 'hofont',Helvetica,Arial,Sans-serif;
	height:20px;
	margin:5px 0px;
}
#collabtools .colcelltitle>a{
	font-size:15px;
	color:#42a4ce;
}
#collabtools .colcellcaption{
	font-size:13px;
	color:#656565;
	line-height: 17px;
	margin-top:10px;
}
.colcell .colimg a{
	width:70px;
	height:60px;
	display: block;
}
.colcell .colimg{
    margin-right: 10px !important;
    margin-top: 20px !important;
}
.colcell .ct1{
	background:url(../img/colcom.png) no-repeat transparent;
}
.colcell .ct2{
    width: 85px !important;;
  	background:url(../img/coldoc.png) no-repeat transparent;
}
.colcell .ct3{
	background:url(../img/colcal.png) no-repeat transparent;
}
.colcell .ct4{
	background:url(../img/colcontact.png) no-repeat transparent;
}
.colcell .ct5{
	background:url(../img/coltask.png) no-repeat transparent;
    margin-top: 10px !important;
}
.colcell .ct6{
	background:url(../img/colportal.png) no-repeat 5px 0px transparent;
}
.pf2{
	margin-left:-15px !important;
}

/*****************/

/*****************/


.freetrial-btn {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    padding: 0 15px;
    line-height: 32px;
    height: auto;
    display: inline-block;
    text-align: center;
    background-color: #62B597;
    font-family: Nunito;
    font-weight: 500;
    padding: 15px 55px;
    color: #fff;
    border-radius: 2px;
}

.freetrial-btn:hover{
	background-color:#6fd471;
        text-decoration: none;
   	 color: #fff;
}

/*****************/
/*****************/

#footer-new { 
	height:350px;
	background:url(../img/footerbg.jpg) repeat #4D4D4D;
	width:100%;
	overflow:hidden;
}

#footer-new ul.footerdock{
	margin-left:10px;
}
#footer-new li{
	list-style:none;
}
#footer-new .footercell{
	height:335px;
	width:200px;
}
#footer-new .footertitle{
    font-family: 'hofont',Helvetica,Arial,Sans-serif;
    height: 45px;
    overflow: visible;
    width: 300px;
}
#footer-new .footertitle>span{
    color: #C5C5C5;
    display: block;
    font-size: 16px;
    height: 20px;
    padding-top: 15px;
    text-align: left;
    text-shadow: 0 0 20px #000000;
    width: 200px;
    margin-left:10px;
}
#footer-new .footersplit{
	height:1px;
	background-color:#696D70;
	border-top:1px solid #474A4C;
}
#footer-new .footercell li{
	font-size:12px;
	color:#FFFFFF;
    line-height: 15px;
	margin:15px 10px;
}
#footer-new .footercell li>a{
	font-size:12px;
	color:#FFFFFF;
    text-decoration: none;
}
 
.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    font-size: 11px;
    color: #FFFFFF;
}

#footer{
	height:335px;
	background:url(../img/footerbg.jpg) repeat #4D4D4D;
	width:100%;
}
#footer ul.footerdock{
	margin-left:10px;
}
#footer li{
	list-style:none;
}
#footer .footercell{
	height:335px;
	width:200px;
}
#footer .footertitle{
    font-family: 'hofont',Helvetica,Arial,Sans-serif;
    height: 45px;
    overflow: visible;
    width: 300px;
}
#footer .footertitle>span{
    color: #C5C5C5;
    display: block;
    font-size: 16px;
    height: 20px;
    padding-top: 15px;
    text-align: left;
    text-shadow: 0 0 20px #000000;
    width: 200px;
    margin-left:10px;
}
#footer .footersplit{
	height:1px;
	background-color:#696D70;
	border-top:1px solid #474A4C;
}
#footer .footercell li{
	font-size:12px;
	color:#FFFFFF;
    line-height: 15px;
	margin:15px 10px;
}
#footer .footercell li>a{
	font-size:12px;
	color:#FFFFFF;
    text-decoration: none;
}
/*****************/
/*****************/

#cright{
	height:340px;
	background:url(../img/footerbg.jpg) repeat #4D4D4D;
    margin-bottom: -20px;
	width:100%;
}

#cright #keywords{
	font-size:11px;
	color:#D3D3D3;
	line-height: 20px;
	text-align: justify;
    margin-top: 20px;
}
#keywords > div {
	margin-bottom:0px;
    padding: 10px 0 0;
}
#keywords > div > div {
    padding: 0 0 10px;
}
#keywords > div > div > div {
    padding: 0px 15px;
}

#cright #keywords a{
	    color: #47B8ED;
    text-decoration: underline;
}
#cright .tenplus>div{
    background: url("../img/tenplus.png") no-repeat transparent;
	height:175px;
	width:960px;
}
#cright .crighttext{
	text-align:center;
    margin-left: 7px;
    margin-top: -20px;
  	font-size:11px;
	color:#FFFFFF;
}
.socico{
	display:block;
	height:20px;
	width:25px;
	float:left;
    margin-right: 10px;
    margin-top: -3px;
}
.socicoh{
	display:block;
	height:20px;
	width:25px;
	float:left;
    margin-right: 10px;
    margin-top: -3px;
    margin-left: -35px;
    display: none;
}

.trial-button-1-1{
	width:178px;
	height:47px;
	background:url(../img/trial-button-1.png) no-repeat 0px 0px;
	cursor:pointer;
    margin-left: 85px;
}
.trial-button-1-2{
	margin-top:-47px;
	width:178px;
	height:47px;
	background:url(../img/trial-button-1.png) no-repeat -178px 0px;
	cursor:pointer;
	opacity:0;
    margin-left: 85px;
}
.trial-button-1-2:active{
	background:url(../img/trial-button-1.png) no-repeat -356px 0px;
}
.trial-button-2-1{
	width:178px;
	height:47px;
	background:url(../img/trial-button-2.png) no-repeat 0px 0px;
	cursor:pointer;
    margin-left: 80px;
}
.trial-button-2-2{
	margin-top:-47px;
	width:178px;
	height:47px;
	background:url(../img/trial-button-2.png) no-repeat -178px 0px;
	cursor:pointer;
	opacity:0;
    margin-left: 80px;
}
.trial-button-2-2:active{
	background:url(../img/trial-button-2.png) no-repeat -356px 0px;
}

.learn-button-1{
	width:170px;
	height:40px;
	background:url(../img/learn-button-n.png) no-repeat 0px 0px;
	cursor:pointer;
    margin-left: 100px;
}
.learn-button-2{
	margin-top:-40px;
	width:170px;
	height:40px;
	background:url(../img/learn-button-n.png) no-repeat -170px 0px;
	cursor:pointer;
	opacity:0;
    margin-left: 100px;
}
.learn-button-2:active{
	background:url(../img/learn-button-n.png) no-repeat -340px 0px;
}
.learn-green-button-1{
	width:170px;
	height:40px;
	background:url(../img/learn-green-button-n.png) no-repeat 0px 0px;
	cursor:pointer;
    margin-left: 100px;
}
.learn-green-button-2{
	margin-top:-40px;
	width:170px;
	height:40px;
	background:url(../img/learn-green-button-n.png) no-repeat -170px 0px;
	cursor:pointer;
	opacity:0;
    margin-left: 100px;
}
.learn-green-button-2:active{
	background:url(../img/learn-green-button-n.png) no-repeat -340px 0px;
}
.style4{ 
    color: #003399;
    font-size: 15px;
    line-height: 23px;
}
.get-copy-link{
	color:#009bff;
    font-size: 15px;
    text-decoration: underline;
}

/* NEW HOMEPAGE STYLES JUNE 2017 */

/* hero area */

#container-newhome .new-head{
    font-family: Nunito;
	margin-top:75px;
	

}

#container-newhome a:hover{
    text-decoration:none;	
}

#container-newhome .new-head h1{
    font-size: 4.0em;
    font-weight: 400;
    line-height: 1.2;
	color: #fff;
	font-weight:300;

}

#container-newhome .new-head p {
	font-size: 20px;
    color: #000000;
    font-family: lato;
    margin-bottom: 45px;
    line-height: 1.7;
    margin-top: 25px;
}

#container-newhome .new-image{
    text-align: center;
    margin-top:30px;

}

#container-newhome .new-image img{
    width: 120%;
    margin-top: 7%;
}

#container-newhome {
	width:90% !important;
	margin: 0 auto;
        overflow: visible;
}

#container-newhome .active{
	display: inline;
    list-style-type: none;
    margin-right: 20px;
    color: #9bccfb;
    font-size: 16px;
    border-bottom: 2px solid;
	cursor: pointer;
	font-family: Roboto;
}

#container-newhome li{
	display: inline;
    list-style-type: none;
    margin-right: 20px;
}

#container-newhome .inactive{
    color: #9bccfb;
    font-size: 16px;
	cursor: pointer;
	-webkit-transition: .1s;
    transition: .1s;
	font-family: Roboto;	
}

#container-newhome .inactive a{
    color: #9bccfb;
}

#container-newhome .inactive:hover {
	border-bottom: 2px solid;
}

#mainimage-newhome {	 
    font-family: 'hofont',Helvetica,Arial,Sans-serif;
	width:100%;
	background-color: #018dfc;
    border-bottom: 1px solid #D9D9D9;
    overflow: hidden;
	padding-bottom:150px;
 
}
 
.freetrial-btn-newhome {
    display: inline-block;
    position: relative;
	background: #018dfc;
    width: 260px;
    height: 58px;
    line-height: 57px;
    border-radius: 2px;
    font-size: 1.6em;
    font-weight: 300;
    color: #FFFFFF;
    border: 1px solid #4fa8ef;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-align: center;
}

.freetrial-btn-newhome:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.4);
    transition-delay: 0s;
    color:#fff;
    text-decoration:none;
}

/* navigation */

#navs-new{
	height:95px;
    font-family: nunito,Helvetica,Arial,Sans-serif;
	width:100%;
    position: relative;
	background-color: #228cfc;
	z-index:1;
}

#navs-new .col-md-2{
	text-align:center;
}

#navs-new .logo div{
	height:65px;
	margin-top:-2px;
	margin-left:15px;
}

#navs-new .logo div img{
	height:85px;
}

#navs-new ul{
    margin-top: 30px;
    float: right;
    font-size: 16px;
    font-weight: 400;
}

#navs-new ul a{
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
	font-family: Roboto;
    letter-spacing: 0;
    line-height: 19.6px;
}

#navs-new ul li{
	list-style:none;
	font-family: Roboto;
}

#navs-new li.navitems{
		float:right;
        margin-left: 19px;
		color:#fff;
		font-size: 14px;
		font-weight: 600;
		transition: .1s ease-in-out;
}

#navs-new li.sp-nav {
    float: right;
    margin-left: 19px;
}
 
#navs-new .sp-nav-newhome {
    padding: 6px;
    border-radius: 2px;
    font-size: 20px;
    margin-top: -9px;
    color: #173f71;
    padding-left: 25px;
    float: right;
}

#navs-new .sp-nav-newhome div {
    float: right;
    margin-left: 6px;
    margin-top: 1px;
}


#navs-new ul li ul {
  display: none;
  z-index:50;
}

#navs-new li.navitems:hover {
  cursor: pointer;
  border-bottom: 2px solid #fff;
}


#navs-new ul li:hover ul {
  display: block;
  margin-top: 0px;
  width: 200px;
  left: 0;
  position: absolute;
}

#navs-new ul li:hover .new-productmenu {
    width: 610px;
    box-shadow: 1px 2px 5px #0d6ab3;
    background: #fff;
    left: -150px;
  
}

#navs-new ul li:hover .new-productmenu li{
  background: #fff;
  height:100%;
  	padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#navs-new ul li:hover .new-productmenu li:hover{
  background: #fff;
}

.new-productmenu h4{
  color: #000;
  font-size:16px;
}

.new-productmenu p{
  color: #808080;
  font-size:13px;
}
.new-productmenu .col-md-4{
  padding:20px;
  -webkit-transition: .2s;
    transition: .2s;
	border-bottom:6px solid #c5c5c5;
	height: 220px;
}

.new-productmenu .col-md-4:hover {
  border-bottom:6px solid #037cdd;
}

#navs-new ul li:hover ul {
	box-shadow: 1px 2px 5px #0d6ab3;
}

#navs-new ul li:hover ul li {
  display: block;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:7px;
  border-bottom:none;
      -webkit-transition: .2s;
    transition: .2s;
}

#navs-new ul li:hover ul li a{
  color:#000;
}

#navs-new ul li:hover ul li span {
  float: right;
  color: #f9f9f9;
  background-color: #6495ed;
  padding: 2px 5px;
  text-align: center;
  font-size: .8rem;
  border-radius: 3px;
}

#navs-new ul li:hover ul li:hover {
  background-color: #f6f6f6;
}

#navs-new ul li:hover ul li:hover span {
  background-color: #fff;
}

.navdropdown-new {
	position:relative;
}

/* selection */

#subnav-newhome {
    background-color: #EBEBEB;
    font-size: 12px;
    color: #FFFFFF;
    width: 100%;
    position: relative;
    box-shadow: 0px 2px 2px #B1B1B1;
    z-index: 100;
}

.business-active {
    position: absolute;
    display: block;
    height: 20px;
    width: 40%;
    background: #D6D6D6;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    right: -20%;
    top: 25px;
}

.business-active:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
    content: '';
    transition: all 0.3s ease;
}

.choose-type-business {
    float: left;
    width: 50%;
    height: 88px;
    border-top: 7px solid #558ED5;
    text-align: right;
    background: #EBEBEB; 
	
}

.choose-type-business h2 {
    margin-top: 0;
    padding-top: 12px;
    font-size: 18px;
    font-family: nunito;
    color: #558ED5;
    font-weight: 600;
}

.choose-type-business p {
    color: #9D9595;
    font-size: 13px;
}

.choose-type-business .col-md-2 {
     text-align: center;
}

.choose-type-business .col-md-10 {
	padding-right: 0px;
}

.choose-type-business i {
    font-size: 44px;
    margin-top: 12px;
    color: #558ED5;
}

.choose-type-sp {
    float: left;
    width: 50%;
    border-top: 7px solid #CFCFCF;
}

.choose-type-sp h2 {
    margin-top: 0;
    padding-top: 12px;
    font-size: 18px;
    font-family: nunito;
    color: #6A6A6A;
    font-weight: 600;
}

.choose-type-sp p {
    color: #959595;
    font-size: 13px;
}

.choose-type-sp .col-md-2 {
     text-align: center;
}

.choose-type-sp .col-md-10 {
	padding-left: 0px;
}

.choose-type-sp i {
    font-size: 44px;
    margin-top: 12px;
    color: #B2B2B2;
}

.choose-type-sp:hover i {
    color: #51CD47;
}

.choose-type-sp:hover h2 {
    color: #51CD47;
}

.choose-type-sp:hover {

    border-top: 7px solid #51CD47;
    background:#E4E4E4;	
}

.select-mobile {
	text-align:center;
}

/* solutions */

#solution-new {
	padding-bottom:70px;
        font-family: 'nunito',Helvetica,Arial,Sans-serif;
	width:100%;
        background: #fff;
	padding-top:40px;



}

#solution-new .col-md-2 {
	text-align:center;
	padding:25px;
}

#solution-new li {
	width:16.666%;
        list-style: none;
        padding:15px;
	float: left;
        text-align: center;
}

#solution-new img {
	margin-bottom:40px;
	margin-top:20px;
}

#solution-new .soltitle {
	font-size: 20px;
    font-weight: 600;
    color: #525252;
    margin-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

#solution-new .solcaption {
    color: #8B8B8B;
}

#solution-new h2 {
    text-align: center;
    color: #018dfc;
    font-size: 32px;
    margin-top: 45px;
    margin-bottom: 30px;
	line-height: 1.6;
}

#solution-new h3 {
    text-align: center;
    font-family: lato;
    color: #A2A2A2;
    margin-bottom: 25px;
	font-size:18px;
	line-height: 1.6;
}

#solution-new .solnew-image img {
   min-width:30%;
}

/* Clients */

#sections-new {
    height: 550px;
    width: 100%;
    background: url("img/clients-new.png") repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
	padding:2%;
 
}

.sections-left {
 
    height: 100%;
    padding:3%;
	 
 
} 


.sections-right {

    height: 100%;
 
}

.sections-left h2 {
    font-size: 30px;
    margin: 25px;
    font-family: nunito;
    margin-top: 75px;
    line-height: 1.4;
    color: #EF6A37;
}

.sections-left h3 {
    font-weight: 500;
    color: #FFFFFF;
    background: #2196F3;
    padding: 20px;
    padding-bottom: 40px;
    font-family: lato;
    font-style: italic;
    opacity: .96;
}

#cright-newhome {
	height:500px;
	background:url(../img/footerbg.jpg) repeat #4D4D4D;
    margin-bottom: -20px;
	width:100%;
	overflow: hidden;
}

#cright-newhome img{
	width:95%;
}

#cright-newhome #keywords{
    font-size: 11px;
    color: #D3D3D3;
    line-height: 20px;
    text-align: justify;
    padding-top: 20px;
}

#cright-newhome #keywords a{
	    color: #47B8ED;
    text-decoration: underline;
}

#cright-newhome .tenplus>div{
    background: url("../img/tenplus.png") no-repeat transparent;
	height:175px;
	width:960px;
}

#cright-newhome .crighttext{
	text-align:center;
    margin-left: 7px;
    margin-top: -20px;
  	font-size:11px;
	color:#FFFFFF;
}

/* FEATURES SECTION */

#collabtools-newhome{
	background:#fff;
	width:100%;
   	overflow: hidden;
	border-bottom: 1px solid #dadada;
}

.collabtools-bottom {
	height:100%;
	text-align:center;
}

.collabtools-bottom img {
    margin-bottom: -50px;
    box-shadow: 0px 4px 6px #D3D3D3;
}

.collabtools-bottom .lightbox-2017 img {
    position: absolute;
    top: 270px;
    left: 50%;
    transform: translate(-50%, -50%);
	box-shadow: none !important;
}

.collabtools-top {
	padding: 50px;
    	padding-bottom: 0px;
}

.collabtools-top .row {
    padding: 45px;
    text-align:center;	
}

.collabtools-top .col-md-8 {
    padding-top: 56px;
}

.collabtools-top .col-md-2 {
    margin-bottom: 35px;
}

.collabtools-top h2 {
	font-family: Nunito;
	text-align: center;
    color: #018dfc;
    font-size: 32px;
    margin-top: 45px;
    margin-bottom: 30px;
}

.collabtools-top h3 {
	text-align: center;
    font-family: lato;
    color: #A2A2A2;
    margin-bottom: 25px;
    font-size: 18px;
}

#collabtools-newhome.colcell {
    margin-bottom: 30px;
}

#collabtools-newhome .colcelltitle {
    font-family: nunito;
    font-size: 16px;
    font-weight: 500;
}

#collabtools-newhome .colcelltitle img {
    height: 70px;
}

#collabtools-newhome .colcelltitle span {
    font-size: 22px;
    color: #2FCD7A;
}

#collabtools-newhome .colcellcaption {
    font-family: lato;
    font-size: 15px;
    font-style: italic;
    color: #949494;
    padding-top: 15px;
}

/* HISTORY SECTION */

#history-newhome {
    width: 100%;
    background: url("img/media-bg.jpg") repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
    text-align:center;
 
}

.media-layer {
    height: 100%;
    background: rgba(1, 141, 252, 0.8);
    text-align: center;
}

.media-quote {
    padding-top: 95px;
	font-family: lato;
}

.media-quote div {   
    font-size: 34px;
    line-height: 1.8;
    color: #f3f3f3;
    padding: 25px;
    font-style: italic;
    border-top: 1px solid;
    border-bottom: 1px solid;	
}

.media-quote p{
    font-size: 16px;
    color: #000;
    font-style: normal;
    font-weight: 600;
	margin-top: 14px;
}

#history-newhome h2 {
    font-size: 30px;
    font-family: nunito;
    line-height: 1.4;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 35px;
    padding-top: 55px;
}

#history-newhome h3 {
    text-align: center;
    font-family: lato;
    color: #C7762A;
    font-style: italic;
    margin-bottom: 70px;
}

#history-newhome img {
    text-align: center;
}

#history-newhome .select-mobile img {
	max-width: 100%;
}

/* FREE TRIAL SECTION */

#freetrial-newhome {
    height: 350px;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

#freetrial-newhome h2 {
    font-size: 30px;
    font-family: lato;
    line-height: 1.4;
    color: #558ED5;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 35px;
    font-style: italic;
    padding: 20px;
}

/* FREE TRIAL SECTION */

#otherproducts-newhome {
    padding-top: 15px;
    text-align: center;
	margin:auto;
	background: #f5f5f5;
}

#otherproducts-newhome h2 {
	font-size: 32px;
    font-family: lato;
    line-height: 1.4;
    color: #FF5722;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 35px;
    padding: 20px;
}

#otherproducts-newhome .col-md-6{
	margin-bottom: 25px;
}

#otherproducts-newhome .col-md-6 div{
	margin: 0px 10px;
    background: #ffffff;
    padding: 5px 25px;
    text-align: left;
    box-shadow: 1px 2px 4px #bbb;
    overflow: hidden;
    height: 632px;
	    -webkit-transition: .3s;
    transition: .3s;
}

#otherproducts-newhome .col-md-6 div:hover {
	box-shadow: 2px 3px 12px #bbb;
}

#otherproducts-newhome .col-md-6 div h3{
    font-size:20px;
	font-weight:600;
	font-family:Lato;
}

#otherproducts-newhome .col-md-6 div p {
    font-size: 16px;
    color: #929292;
}

#otherproducts-newhome .col-md-6 div hr {
    width: 5%;
    border: 3px solid #018dfc;
		    -webkit-transition: .3s;
    transition: .3s;
	margin-left:0px;
}

#otherproducts-newhome .col-md-6 div img {
    padding: 10%;
}

#otherproducts-newhome a:hover {
    text-decoration: none;
}

#otherproducts-newhome .col-md-6 div:hover hr{
    width: 25%;
    border: 3px solid #018dfc;
}


/* MOBILE PHONE NUMBER */

.phone-newhome {
    background: #FFFFFF;
    padding: 30px;
    border-bottom: 1px solid #D9D9D9;
    color: #A9A9A9;
}

.phone-newhome h2 {
    margin:0px;
}


/*=====================================================
=            Media Queries        =
=====================================================*/

@media only screen and (max-width : 6200px) {

#collabtools-newhome {
    height: 1200px;
}

#subnav-newhome {
    height: 88px;
}

.choose-type-sp {
    height: 88px;
}

.select-desktop {display:block;}

.select-mobile {display:none;}

#container-newhome .new-head h1 {
    font-size: 4em;
	color:#fff;

}
 
.sections-left h3 {
    font-size: 41px;
}  
 
#navs-new, #footer-new, #cright-newhome,  {display:block;}

#history-newhome {
    height: 550px;
}

.contact-us17 {
	padding:50px;
}

 
}


@media only screen and (max-width : 1200px) {

#collabtools-newhome {
    height: 1200px;
}

#subnav-newhome {
    height: 88px;
}

.choose-type-sp {
    height: 88px;
}

.select-desktop {display:block;}

.select-mobile {display:none;}

#container-newhome .new-head h1 {
    font-size: 4em;
	color:#fff;

}

.sections-left h3 {
    font-size: 41px;
}

#navs-new {display:block;}  
#navs-new ul {
    display: block;
}

#footer-new, #cright-newhome {display:block;} 

#history-newhome {
    height: 550px;
}

.contact-us17 {
	padding:50px;
}

}

@media only screen and (max-device-width: 768px)  {

#collabtools-newhome {
    height: 1800px;
}

#subnav-newhome {
    height: 178px;
}

.choose-type-sp {
    height: 178px;
}

.select-desktop {display:none;} 

.select-mobile {display:block;}     

#container-newhome .new-head h1 {
    font-size: 3.5em;
	color:#fff;
}

.sections-left h3 {
    font-size: 31px;
}

#navs-new {display:block;} 

#navs-new ul {
    display: none;
} 

#footer-new, #cright-newhome {display:none;} 

#history-newhome {
    height: 1080px;
}

.contact-us17 {
	padding:0px;
}
 
}


@media only screen and (max-device-width: 667px)  {

#collabtools-newhome {
    height: 2200px;
}

#subnav-newhome {
    height: 178px;
}

.choose-type-sp {
    height: 178px;
}

.select-desktop {display:none;} 

.select-mobile {display:block;}     

#container-newhome .new-head h1 {
    font-size: 3.5em;
	color:#fff;
}

.sections-left h3 {
    font-size: 31px;
}

#navs-new {display:block;}  

#navs-new ul {
    display: none;
}

#footer-new, #cright-newhome {display:none;} 

#history-newhome {
    height: 1080px;
}

.contact-us17 {
	padding:0px;
}
 
}

.bg-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow:hidden;
  background: #228cfc;
}

.bg-icons img{
  width:80px;
}

.bg-icons li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bg-icons li:nth-child(1) {
  left: 0%;
    -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.bg-icons li:nth-child(2) {
  left: -10%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 27s;
          animation-duration: 27s;
}
.bg-icons li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.bg-icons li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 42s;
          animation-duration: 42s;
}
.bg-icons li:nth-child(5) {
  left: 20%;
}
.bg-icons li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.bg-icons li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.bg-icons li:nth-child(8) {
  left: 25%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-icons li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-icons li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(1400px, -800px) rotate(50deg);
            transform: translate(1400px, -800px) rotate(50deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(1400px, -800px) rotate(50deg);
            transform: translate(1400px, -800px) rotate(50deg);
  }
}

.home-quote {
    text-align: center;
    padding: 5px;
	width:45%;
	margin:auto;
}

.home-quote p{
	font-style:italic;
    line-height: 1.9;
    color: #FF5722;
    font-size: 15px;
	font-family: Lato;	
}

.home-quote p span{
	font-style:normal;
    line-height: 1.9;
    color: #000;
    font-size: 13px;
	
}

#customize-newhome {
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    padding-top: 50px;
    padding-bottom: 80px;
}

#customize-newhome h2 {
    text-align: left;
    color: #018dfc;
    font-size: 32px;
    margin-top: 45px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#customize-newhome p {
    font-size: 15px;
    color: #8a8a8a;
    padding-top: 15px;
	    line-height: 1.7;
}

#customize-newhome h3 {
	text-align: left;
    font-family: lato;
    color: #A2A2A2;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.7;
}

#customize-newhome span {
    font-weight: 600;
    color: #FF5722;
}

#freetrial-home2017 {
	text-align: center;
    padding-top: 140px;
    padding-bottom: 170px;
    background: #f5f5f5;
}

#freetrial-home2017 .freetrial-btn-newhome {
    border: none;
    font-family: lato;
    width: 360px;
	max-width:80%;
    height: 68px;
    line-height: 67px;
    font-size: 1.8em;
}

.pricing17 #navs-new {
    background-color: #fff;
	border-bottom: 1px solid #dcdcdc;
}

.pricing17 #navs-new ul a {
    text-decoration: none;
    color: #484848;
    cursor: pointer;
}

.pricing17 #navs-new ul li:hover .new-productmenu {
    box-shadow: 1px 2px 5px #969696;
}

.pricing17 #navs-new li.navitems {
    color: #484848;
}

.pricing17 #navs-new ul li:hover ul {
    box-shadow: 1px 2px 5px #a5a5a5;
}

.pricing17 .freetrial-btn-newhome {
    width: 300px;
    margin: 70px 20px;
}

.pricing-body17 {
    text-align: center;
    padding: 30px;
}


.pricing-body17 h1{
    text-align: center;
    margin: 30px;
	color: #018dfc;
	font-size: 50px;
}

.pricing-body17 h3 {
    color: #676767;
	margin: 30px;
}

/*PRICE COLOR CODE START*/



.pricing-table17 .starter, .add-on, .hb-pricing {	
	box-shadow: 1px 2px 8px #c1c1c1;
	padding: 5px;
	margin-bottom:30px;	
}

.pricing-table17 p {	
	font-style: italic;
	margin:10px;
}

.starter, .add-on {	
	height:305px;
}	

.pricing-table17 hr {
	margin:5px 20%;
	
}	

.starter {
    border-top: 5px solid #018dfc;
}

.starter h1 {
    color: #018dfc;
    font-size: 50px;
    font-weight: 600;
	margin-bottom: 8px;
}

.starter span {
    color: #018dfc;
}

.starter h3 {
    color: #018dfc;
}

.add-on {
    border-top: 5px solid #FF5722;
}

.add-on h1 {
    color: #FF5722;
    font-size: 50px;
    font-weight: 600;
	margin-bottom: 8px;
}

.add-on span {
    color: #FF5722;
}

.hb-pricing {
    border-top: 5px solid #a7a7a7;
}

.hb-pricing h1 {
    color: #a7a7a7;
    font-size: 50px;
    font-weight: 600;
	margin-bottom: 8px;
}

.pricing-body17 .pricing-faq17 h3 {
    color: #018dfc;
    margin: 10px;
    text-align: left;
    line-height: 1.6;
    font-size: 22px;
}

.pricing-body17 .pricing-faq17 h4 {
    padding: 10px;
    box-shadow: 1px 2px 8px #c1c1c1;
    font-size: 14px;
    color: #5d5d5d;
	line-height: 1.6;
}

.pricing-faq17 {
    margin: 2%;
}

.pricing-faq17 .row .row {
    padding: 0px 10px;
}

.pricing-body17 .pricing-faq17 p {
    font-size: 16px;
    text-align: left;
    padding: 0px 10px;
    color: #777;
	line-height: 1.8;
}

.pricing-faq17 ul {
    padding: 10px;
}

.pricing-faq17 ul li {
    text-align: left;
    border-top: 1px solid #eaeaea;
    padding: 10px;
}

.pricing-faq17 .col-md-4 .col-md-4 {
    text-align: left;
    margin-bottom: 25px;
    font-style: italic;
    font-size: 13px;
    margin-top: 10px;
}

.pricing-faq17 span {
    font-weight: 600;
    color: #000;
}

.pricing17 {
    max-width: 100%;
    overflow: hidden;
}

.pricing17 .pricing-call {
    font-size: 16px;
    background: #fff;
    color: #018dfc;
    font-weight: 400;
}

.contact-us17 {
	min-height:1000px;
	max-width: 100%;
    overflow: hidden;
}

.contact-us17 h1 {
    color: #018dfc;
    font-size: 35px;
}

.contact-us17 hr {
    width: 8%;
    border-top: 6px solid #018dfc;
}

.contact-us17 p {
    font-size: 18px;
    color: #828282;
    margin-bottom: 20px;
	line-height:1.8;
}

.contact-us17 img {
    margin-right: 10px;
}

/*
Footer
*/

.footer-section {
    background-color: #6d6d6d !important;
	padding-top: 20px;
}

.footer-section .row {
    padding: 30px 0 !important;
    margin-bottom: 0;
}

.box-content {
  padding: 20px;
	text-align: left;
}

.box-content h5 {
    font-family: Roboto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
}

.box-content ul li {
	padding: 0 !important;
    font-size: 13px;
    list-style-type: none;
    line-height: 1.7;
    margin-bottom: 8px;
}

.box-content ul li a {
    color: #ffffff;
}

.box-content ul li a:hover {
    color: #e8e8e8;
    text-decoration: none;
}

.box-content ul li a:active {
    color: #e8e8e8;
    text-decoration: none;
}

.box-content h5 {
    color: #cecece;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: inherit;
}

.box-cell {
  margin-bottom: 10px;
}

@media only screen and (min-width: 720px) {
  .boxes {
    display: table;
    width: 100%;
  }

  .box-row {
    display: table-row;
  }

  .box-cell {
    display: table-cell;
    vertical-align: top;
    width: 25%;
  }
  .box-cell.one {
    border-right: 5px solid transparent;
  }
  .box-cell.two {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .box-cell.three {
    border-left: 5px solid transparent;
		border-right: 5px solid transparent;
  }
	  .box-cell.four {
    border-left: 5px solid transparent;
  }
	
}

.footer-description p {
    font-size: 13px;
    line-height: 2.3;
    color: #d6d6d6 !important;
    padding: 35px;
	text-align:center;
}

.footer-section .footer-description a {
    color: #00BCD4 !important;
}

.footer-copyright {
    font-size: 15px;
    color: #d8d8d8 !important;
    border-top: 1px solid rgba(255,255,255,0.18);
    padding: 20px;
    text-align: center;
}

.webinars2018 {
    padding-top: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
    background: #fbfbfb;
    text-align: center;	
}

.webinars2018 h3 {
    color: #5d5d5d;
    font-size: 19px;
    margin-top: 32px;
    display: inline-block;
}

.webinars2018 a {
    display: inline-block;
    border: 1px solid;
    padding: 9px 25px;
    background: #f67001;
    margin-left: 20px;
	margin-right: 20px;
    font-size: 15px;
    color: #fff;
    position: relative;
    top: -3px;
}

.spanish-demo {
	padding-top: 0px !important;
}

.spanish-demo h3 {
    margin-top: 22px !important;
}

#spanish-solutions .soltitle {
    font-size: 17px !important;
}

.spanish-footer {
    background: #464646 !important;
}

.spanish-form {
    background: #fff;
    padding: 50px;
    overflow:hidden;
}

.eng {
	position: relative;
    top: 2px;
    opacity: .6;
}

.esp {
	position: relative;
    top: 2px;
    border-bottom: 2px solid;	
}