@font-face {
    font-family: "Banda";
    font-weight: normal;
    font-style: normal;
}

@import "../css/nulled.css";

body {
	margin: 0px;
	/*padding: 0px;*/
	/*background: #010101;*/
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	/*overflow-x: hidden;*/
	
	
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 15px 15px 25px;
	width: 960px;
}
/* --- COMMON STYLES --- */
p {
	margin: 5px 0px 5px 0px;
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
}
div {
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
}

h1 {
	font-family: Banda, Trebuchet MS,  Verdana, Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: normal;
	color: #000;
	margin: 10px 0px 10px 0px;
	line-height: 48px;
	
}

h2 {
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 40px;
	font-weight: normal;
	color: #000;
	margin: 20px 0px 15px 0px;
	line-height: 44px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

h2.security{
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 40px;
	font-weight: normal;
	color: #000;
	margin: -10px 0px 15px 0px;
	line-height: 44px;
	text-align: center;
}

h3 {
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 25px;
	font-weight: normal;
	color: #333;
	margin: 10px 0px 5px 0px;
	line-height: 28px;
}
h3 a {
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 25px;
	font-weight: normal;
	color: #333;
	line-height: 28px;
	border-bottom: none;
}
h4 {
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 15px 0px 12px 0px;
	line-height: 20px;
}
h4 a {
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	border: 0px;
}
h5 {
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 8px 0px 5px 0px;
}
h5 a {
	border-bottom: none;
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 16px;
}
h6 {
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 0px 0px;
}
h6 a {
	font-size: 16px;
}
form {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 10px 0px 10px 20px;
	
}
ul li {
/* 	list-style-type: disc; */
}

img {
	border: 0px;
}




.rpic {
	float: right;
	margin: 0px 0px 5px 10px;
}
.lpic {
	float: left;
	margin: 0px 15px 5px 0px;
}

/* links */
a {
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 14px;
	color: #00B2DF;
	text-decoration: none;
	/*border-bottom: 1px dashed #00B2DF;*/
}

a:hover { 
	text-decoration: none;
	border-bottom: none;
}
a:active, a:focus {
  outline: none;
}




div.twob {
	border: 1px solid transparent;	
	padding: 0px 0px 25px 0px;
}

div.twleft, div.twleft.bt,  div.abovecontent div.twleft, div.addcontent div.twleft  {
	width: 48%;
	border: 0px solid yellow;
	font-size: 14px;
	padding-left: 30px;
}

div.twleft {
	padding-left: 10px;
}
div.twright, div.twright.bt {
	float: right;
	width: 46%;
	text-align: left;
	border: 0px solid violet;
	font-size: 14px;
}
div.twleft.bt, div.twright.bt {
	font-size: 16px;
}
div.twob h2 {
	float: left;
	margin-bottom: 20px;
	text-align: left;
}
div.twob h2.b1 {
	background: url(../../../../assets/images/h2_icon1.png) no-repeat right;
	padding-right: 100px;
}
div.twob h2.b2 {
	background: url(../../../../assets/images/h2_icon2.png) no-repeat right;
	padding-right: 100px;
}
div.twob h2.b3 {
	background: url(../../../../assets/images/h2_icon3.png) no-repeat right;
	padding-right: 100px;
}
div.twob h2.b4 {
	background: url(../../../../assets/images/h2_icon4.gif) no-repeat right;
	padding-right: 100px;
}
div.twob h2.b5 {
	background: url(../../../../assets/images/h2_icon5.gif) no-repeat right;
	padding-right: 100px;
}
div.clrleft {
	clear: left;
}

div.twob ul {
	margin: 10px 0px 10px 0px;
}
div.twob ul li {
	list-style-type: none;
	list-style-image: none;
	background: url(../../../../assets/images/orange_bullet.png) no-repeat left 7px;
	padding-left: 15px;
	margin-bottom: 20px;
}

div.twob div.picblock {
	margin-bottom: 20px;
}

div.tstm_box h3, div.picblock1 h3 {
	color: #E5790C;
	margin-bottom: 12px;
}

/* UPDATE START */
.content {
	position: relative;
}
/* UPDATE END */

.content.blue div.tstm_box h3, .content.blue div.picblock1 h3 {
	color: #0085B2;
	margin-bottom: 12px;
}

div.sep {
	/*background: url(dashed_content.gif) repeat-x left top;*/ /*UPDATE BACK*/
	background: url(../../../../assets/images/dashed_content.gif) repeat-x left top;
	height: 3px;
}

div.sep-darkgray {
	background: url(../../../../assets/images/sep-darkgray.png) repeat-x left center;
	height: 10px;
}

/* PICBLOCKS */
div.picblock1, div.picblock3 {
	width: 600px;
	margin-bottom: 5px;
	padding: 5px 15px;
}
div.picblock3 {
	width: 700px;
}
div.rs {
	margin-left: 350px;
}
div.rs3 {
	margin-left: 350px;
}
div.picblock1 div.textbox, div.picblock3 div.textbox  {
	margin-left: 155px;
}
div.picblock1 div.textbox2, div.picblock3 div.textbox2  {
	margin-left: 60px;
}
div.picblock1 div.textbox3r, div.picblock3 div.textbox3r {
	margin-right: 145px;
}
div.picbox {
	float: left;
}

div.multi {
	overflow: hidden;
	padding: 10px 0px 0px 15px;
}
div.multi div {
	float: left;
	width: 270px;
	line-height: 22px;
}
div.multi div h3 {
	margin-bottom: 15px;
}
div.multi.orange, div.multi.green, div.multi.bordo {
	background: #fff;
}
div.multi.orange h3 {
	color: #E5790C;
	line-height: 32px;
}
.lpic1 {
	float: left;
	margin: 13px 5px 0px 0px;
}

div.picblock {
	overflow: hidden;
}

div.picboxr {
	float: right;
}
div.textbox {
	width: 420px;
	font-size: 14px;
}
div.textbox1 {
	font-size: 16px;
	margin: 0px 0px 30px 80px;
}
div.abovecontent.bordo h3, div.content.bordo h3, div.content.bordo h4, div.content.bordo h5 {
	color: #990251;
}

div.abovecontent.blue h3, div.content.blue h3, div.content.blue h4, div.content.blue h5 {
	color: #0085B2;
}

div.abovecontent.orange h3, div.content.orange h3, div.content.orange h4, iv.content.orange h5 {
	color: #00AEEF;
}
div.abovecontent.green h3, div.content.green h3, div.content.green h4, div.content.green h5 {
	color: #5B8F16;
}
div.abovecontent.red h3, div.content.red h3, div.content.red h4, div.content.red h5 {
	color: #990000;
}

div.abovecontent.red .red-text, div.content.red .red-text{
	color: #990000;
}
.f16{
	font-size: 16px;
}

div.contact h3 {
	line-height: 35px;
	margin-bottom: 15px;
}
div.contact div.textbox {
	font-size: 16px;
	line-height: 24px;
}
div.contact div.twleft {
	width: 52%;
	border: 0px solid yellow;
	font-size: 14px;
	padding-left: 10px;
}
div.contact div.twleft table.contact_tbl td.td1 {width: 155px;}
div.green {
	background: #598E1B;
}
div.orange {
	background: #DF6E09;
}
div.bordo {
	background: #990251;
}
div.blue {
	background: #0085B2;
}

.color-blue{
	color: #0085B2!important;
	border-color: #0085B2!important;
}

.color-bordo{
	color: #990251!important;
	border-color: #990251!important;
}

.color-orange{
	color: #DF6E09!important;
	border-color: #DF6E09!important;
}

.color-black{
	color: #000000!important;
	border-color: #000000!important;
}

.color-333333{
	color: #333!important;
	border-color: #333!important;
}

/*UPDATE START*/
.color-666666{
	color: #666!important;
	border-color: #666!important;
}

.color-white{
	color: #FFF!important;
	border-color: #FFF!important;
}

.color-f9dcc0-hover:hover{
	border-color: #f9dcc0!important;
	text-decoration: none!important;
	color: #f9dcc0!important;
}

.default-button{
	display: inline-block;
	padding: 10px;
	width: 136px;
	background: transparent;
	border: 2px solid #0085B2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
}
.default-button:hover{
	text-decoration: none!important;
	border-bottom: 2px solid;
}

.color-45b5da-hover:hover{
	border-color: #45B5DA!important;
	color: #45B5DA!important;
}

.filled-button{
	display: inline-block;
	height: 37px;
	padding: 0px 25px;
	background: #0085B2;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;

	font-size: 16px!important;
	line-height: 35px!important;
	color: #FFF!important;
	border-bottom: 0px solid;
}

.filled-button.color-45b5da-hover:hover{
	background: #45B5DA;
	color: #FFF!important;
}

.center{
	display: block;
	margin: 0 auto;
}

/*UPDATE END*/

.ml105{
	margin-left: 105px!important;
}

.w48p{
	width: 48%!important;
}

.fw_normal{
	font-weight: normal!important;
}

.fc_black{
	color: #000!important;
}

.mr20{
	margin-right: 20px!important;
}

.mb15{
	margin-right: 15px!important;
}

#link-share .stButton{
	display: none!important;
}

.encryption-icon{
	background: url('../../../../assets/images/encryption_icon.png') top left no-repeat;
	padding-left: 80px!important;
	width: 43%!important;
}

.try-it-button, .buy-it-button {
	display: block;
	margin: 0 auto;
	padding-top: 5px;
	width: 176px;
	border: 0px;
}

.try-it-now-button, .buy-it-now-button{
	display: block;
	margin: 0 auto;
	padding-top: 5px;
	width: 223px;
	border: 0px;
}

/* UPDATE START */
.compare-button {
	display: inline-block;
	padding: 12px;
	width: 185px;
	background: #666666;
	border: none;
	font-size: 1.2em;
	margin-top: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.compare-button:hover{
	text-decoration: underline;
}
/* UPDATE END */



/*Test Drive Table, Features*/
/* UPDATE START */
section {
	padding: 20px 0 20px 0;
	/*background: url(dashed_content.gif) repeat-x left bottom;
	background: url(../../../../assets/images/dashed_content.gif) repeat-x left bottom;*/
}

section:last-child {
	background: none;
	/* background: #fff url(../../../../assets/images/dashed_content.gif) repeat-x left bottom; */
}

ul.options {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;	
	position: relative;
	background-image: url( ../../../../assets/images/hrule.png );
	background-repeat: no-repeat;
	background-position: center bottom;
}

ul.options li {
	display: inline-block;
	margin: 0 10px 21px 10px;
	list-style-type: none;
	vertical-align: top;
	border-left: 2px dashed #CCCCCC;
}

ul.options li:first-child {
	border-left: none;
}

.option {
	display: inline-block;
	width: 300px;
	max-width: 300px;
	padding: 0px;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.option h3 {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px dashed white;
}
.option h4 {
	font-size: 1.4em;
	margin-top: 8px;
	margin-bottom: 10px;
}

.option .price h3 {
	padding: 0;
	margin: 7px 10px 0 0;
	font-family: Banda, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
}

.option .price sup {
	font-size: 0.5em;
}

.option .price p {
	padding: 0;
	margin: 0;
}

.learn-more-button {
	display: inline-block;
	padding: 9px 0px;
	width: 130px;
	margin: 17px 0 0 0;
	background: transparent;
	border: 2px solid white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #666666 !important;
}

.learn-more-button:hover{
	border: 2px solid white;
	text-decoration: underline;
}

.tab-control .buttons {
	background-color: white;
	padding: 16px 40px 0 40px;
	width: 1000px;
	margin: 0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.tab-control .tab {
	width: 1000px;
	margin: 15px auto 0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 0 30px 15px 30px;
}

.tab-control .tab h2 {
	margin-top: 0;
	padding-top: 15px;
}

.tab-control .tab p {
	margin-top: 20px;
}

.tab-button {
	display: inline-block;
	padding: 18px 5px;
	width: 200px;
	margin: 0 9px 5px 0;
	background: transparent;
	border: 2px solid white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
}

.tab-button:hover {
	border: 2px solid white;
	text-decoration: underline;
}

.tab-button.active {
	margin-bottom: -7px;
	padding-bottom: 29px;
	background-color: #E2F1F5;
	border-color: #E2F1F5 !important;
	color: #666666 !important;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}



ul.features-list {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.features-list li {
	display: inline-block;
	height: 340px;
	margin: 10px 0;
	list-style-type: none;
	vertical-align: top;
}

.feature {
	display: inline-block;
	width: 296px;
	max-width: 296px;
	height: 340px;
	max-height: 340px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.current .feature {
	border-right: 1px solid #c1c1c1;
}

.feature h3 {
	margin: 5px 0 15px 0;
	text-align: center;
}

.feature p {
	text-align: center;
}

.prev-feature, .next-feature {
	position: absolute;
	z-index: 10;
	top: 0px;
	width: 60px;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.prev-feature {
	left: 0px;
	background-image: url(../../../../assets/images/nav/prev.png);
}

.next-feature {
	right: 0px;
	background-image: url(../../../../assets/images/nav/next.png);
}

.features-pager {
	text-align: center;
}

.features-pager a {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #c1c1c1;
	margin: 0 5px;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.blue .features-pager a.selected {
	background-color: #0085B2;
}

.orange .features-pager a.selected {
	background-color: #E5790C;
}

.bordo .features-pager a.selected {
	background-color: #990251;
}

.features-pager a span {
	display: none;
}

.pricing-option {
	margin: 0 0 0 20px;
}

.pricing-description {
	display: inline-block;
	max-width: 280px;
	margin: 0 30px 20px 0;
}

.pricing-table-container {
	display: inline-block;
	margin: 0 0 20px 0;
	vertical-align: top;
}

.pricing table {
	border-spacing: 0;
	border: 2px solid white;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.pricing tr {
	height: 67px;
}

.pricing td {
	border: 2px none white;
	vertical-align: middle;
}

.pricing .features {
	padding: 10px 35px 10px 25px;
	background-color: #F8F8F8;
}

.pricing ul li {
	line-height: 2em;
}

.pricing td>div {
	padding: 20px 20px 20px 20px;
	border-width: 2px;
}

.pricing h3 {
	margin: 0 0 15px 0;
}

.border-left {
	border-left-style: solid !important;
}

.border-right {
	border-right-style: solid !important;
}

.border-top {
	border-top-style: solid !important;
}

.border-bottom {
	border-bottom-style: solid !important;
}

.round-tl {
	-moz-border-top-left-radius: 14px;
    -webkit-border-top-left-radius: 14px;
    border-top-left-radius: 14px;
}

.round-bl {
	-moz-border-bottom-left-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.round-br {
    -moz-border-bottom-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.ribbon {
	height: 4em;
	line-height: 4em;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	z-index: 2;
}

.ribbon strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ribbon:before, .ribbon:after {
	content: "";
	position: absolute;
	top: 0px;
	display: block;
	border: 2em solid white;
	z-index: 1;
}

.blue.ribbon:before, .blue.ribbon:after {
	border: 2em solid #0085B2;
}

.ribbon:before {
	border-left: 1.2em solid transparent !important;
	border-right-width: 2px !important; 	
	left: -1.2em;
}

.ribbon:after {
	border-right: 1.2em solid transparent !important;
	border-left-width: 2px !important; 	
	right: -1.2em;
}

/* UPDATE END */

.test-drive-number{
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 44px;
	color: #333333;
	padding-bottom: 17px;
}

.test-drive-description{
	font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 15px;
}

.test-drive-description a{
	font-size: 18px;
	border: 0px;
}

.test-drive-list-image{
	padding-right: 10px;
	vertical-align: top;
	padding-top: 15px;
}

.test-drive-list-description{
	vertical-align: top;
	padding-right: 10px;
}

.baloon{
	border: 1px solid #DAE3E8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/
	padding: 15px;
	color: #333333;
	margin: 0 auto;
}

.baloon .title{
	text-align: center;
}

.w908{
	width: 908px;
}

.s12{
	font-size: 12px;
}

.s16{
	font-size: 16px;
}

.s20{
	font-size: 20px;
	line-height: 22px;
}

.s34{
	font-size: 34px;
}

.s40{
	font-size: 40px;
}

.arial {
	font-family: Arial, Verdana;
}

.helvetica{
	font-family: Helvetica, Verdana;
}

sup.price{
	padding-right: 10px;
}
sup.price span{
	position: absolute;
	margin-top: -9px;
}

.learn-more-round{
	position: absolute;
	margin-top: -40px;
	border: 0px;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

    .background-F5F5F5{
        background: #F5F5F5;
    }
    .no-size{
        font-size: 0px;
        line-height: 0px;
    }

    .no-margin-top{
        margin-top: 0px;
    }

    .no-background{
        background: transparent;
    }



.divider {
	height: 3px;
	border-bottom: 2px dashed #CCCCCC;
}

@media screen and (max-width: 768px) {
	h2.security{
		font-family: "Source Sans Pro", Helvetica-Neue, Helvetica, Arial;
		font-size: 40px;
		font-weight: normal;
		color: #000;
		margin: 0px 0px 15px 0px;
		line-height: 44px;
		text-align: center;
	}
}