/* Minification failed. Returning unminified contents.
(1807,11): run-time error CSS1030: Expected identifier, found ' '
(1807,12): run-time error CSS1031: Expected selector, found '0'
(1807,12): run-time error CSS1025: Expected comma or open brace, found '0'
(1807,17): run-time error CSS1019: Unexpected token, found '}'
 */
/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Reset
========================================================================== */
* {
  padding: 0px;
  margin: 0px;
  outline: 0; }

/* ==========================================================================
	#Base
========================================================================== */
html, body {
  height: 100%; }

html {
  overflow-y: scroll; }

body {
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.63;
  color: #454545;
  -webkit-text-size-adjust: none; }

a {
  text-decoration: none;
  color: #f6641f;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

a:hover {
  text-decoration: underline; }

img {
  border: 0;
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  /*font-weight:$font-normal;*/ }

h1 {
  font-size: 40px;
  line-height: 1.12;
  color: #75bf42; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 26px;
  line-height: 1.15;
  color: #f6641f; }

h5 {
  font-size: 23px; }

h6 {
  font-size: 18px; }

p {
  padding-bottom: 15px; }

textarea {
  overflow: auto;
  resize: none;
  -webkit-appearance: none; }

ul, ol {
  list-style-position: inside; }

.relative-pos {
  position: relative !important; }

/* ==========================================================================
	#Helpers
========================================================================== */
.clear {
  clear: both; }

.form-row:before, .form-row:after, .clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.form-row:after, .clearfix:after {
  clear: both; }

.form-row, .clearfix {
  *zoom: 1; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.alignleft {
  float: left; }

.alignright {
  text-align: right; }

.service, .selecter .selecter-options {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.tablet-show {
  display: none; }

.mobile-show {
  display: none; }

/* ==========================================================================
	#Containers
========================================================================== */
.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%; }

.shell {
  width: 960px;
  margin: 0px auto; }

/* ==========================================================================
	#Section Secure
========================================================================== */
.section-secure {
  overflow: hidden;
  padding-bottom: 11px; }

.section-secure .section-content {
  float: left;
  width: 700px; }

.section-secure .section-aside {
  float: right;
  width: 220px;
  padding-top: 20px;
  text-align: center; }

.section-secure aside .widget {
  background: none;
  margin-bottom: 40px; }

.section-secure .list-secures img {
  width: 130px; }

.section-secure .article-primary {
  padding-top: 19px; }

.section-secure .list-secures li {
  float: left;
  width: 120px;
  padding: 25px 20px; }

.section-secure .list-secures li:first-child {
  /*border-bottom:$bdr-size1 $bdrsolid $bdr-gray1;*/ }

.section-secure .list-secures li + li {
  border: 0;
  padding-left: 40px; }

.section-secure .list-secures li img {
  width: 100%;
  height: auto; }

.section-secure .widget-secure {
  padding: 0px; }

.section-secure .stacked li {
  float: none;
  margin: 10px auto 0px; }

.section-secure .stacked li + li {
  padding-left: 0px; }

.section-secure .stacked li:hover img {
  opacity: 0.7; }

/* ==========================================================================
	#Articles
========================================================================== */
.article h1 {
  padding-bottom: 8px; }

.article h2 {
  padding-bottom: 18px;
  font-size: 26px;
  color: #f6641f;
  line-height: 30px; }

.article h4 {
  padding-bottom: 12px; }

.article h5 {
  padding-bottom: 8px;
  color: #898989; }

/* ==========================================================================
	#Main
========================================================================== */
body.fixed .main {
  /*padding-top:$padding235 !important;*/ }

.main-bar {
  padding-top: 34px; }

.main-bar-secondary {
  padding-top: 21px; }

.col {
  float: left; }

.breadcrumbs {
  padding-bottom: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: bold;
  list-style: none; }

.breadcrumbs li {
  list-style: none;
  float: left; }

.breadcrumbs a {
  color: #494949;
  font-size: 12px; }

.breadcrumbs a:hover, .breadcrumbs .current {
  color: #75be42;
  text-decoration: none; }

.breadcrumbs li.breadarrow {
  padding: 0px 10px; }

.list-green-bullets {
  list-style: none; }

.list-green-bullets li {
  position: relative;
  font-size: 12px;
  padding-left: 22px; }

.list-green-bullets li + li {
  margin-top: 11px; }

.list-green-bullets li:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #75bf42;
  content: ''; }

.list-green-bullets a {
  color: #454545; }

.list-green-bullets a:hover {
  color: #75bf42;
  text-decoration: none; }

.list-orange-bullets {
  list-style: none; }

.list-orange-bullets li {
  position: relative;
  font-size: 12px;
  padding-left: 16px; }

.list-orange-bullets li + li {
  margin-top: 5px; }

.list-orange-bullets li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f6641f;
  content: ''; }

.list-orange-bullets a {
  color: #454545; }

.list-orange-bullets a:hover {
  color: #75bf42;
  text-decoration: none; }

/* ==========================================================================
	#Intro Inner Banners
========================================================================== */
.intro {
  padding: 32px 0 40px;
  background: #ffbd37; }

body.fixed .intro {
  /*height:0; padding:0; overflow:hidden;*/ }

.intro-image {
  overflow: hidden;
  border-radius: 18px 0; }

/*---------------------------------------------------------------
   CHAT BOX PLACED IN VENDROR CSS
-----------------------------------------------------------------*/
.chat {
  position: fixed;
  right: 0;
  bottom: 190px;
  z-index: 999;
  width: 275px;
  border: 12px solid #75be42;
  border-right: 0;
  -webkit-border-top-left-radius: 23px;
  -moz-border-top-left-radius: 23px;
  border-top-left-radius: 23px;
  /*23px top left Check this after generating*/
  margin-right: -287px;
  text-align: center;
  /*transition: 0.5s ease;*/
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.chat a {
  letter-spacing: 0px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.chat:hover {
  background: #75be42;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.chat:hover a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.chat-body {
  position: relative;
  background: #ffffff;
  padding: 40px 30px 20px;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0; }

.chat-image {
  padding-bottom: 23px; }

.chat-actions .btn {
  position: relative;
  display: block;
  padding: 4px 35px 5px 14px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.chat-actions .btn .ico-btn-arrow-white {
  position: absolute;
  top: 16px;
  right: 16px; }

.chat-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 8px 5px;
  border-radius: 7px;
  background: #fbba34;
  font-size: 0;
  line-height: 0; }

.chat-toggle {
  position: absolute;
  top: -12px;
  right: 100%;
  padding: 4px 12px 0px;
  border: 8px solid #75be42;
  border-bottom-width: 20px;
  -webkit-border-top-right-radius: 23px;
  -moz-border-top-right-radius: 23px;
  border-top-right-radius: 23px;
  margin-right: 56px;
  background: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #f6641f;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap; }

.chat-toggle:hover {
  text-decoration: none;
  background: #75be42;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.chat-toggle {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
  zoom: 1;*/
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.chat-expanded {
  margin-right: 0px; }

.chat-expanded .chat-toggle {
  background: #75be42;
  color: #ffffff; }

/*-------------------------------------
		Dispalay None
-------------------------------------*/
.displaynone {
  display: none; }

/* ==========================================================================
	#Symantec Rebrands
========================================================================== */
.rebrandlist {
  border: 1px solid #efeeee; }

.rebrandlist .headraw {
  background: #efeeee; }

.rebrandlist .dtlraw {
  float: left;
  width: 100%; }

.rebrandlist .headraw p {
  font-weight: bold;
  color: #000000; }

.rebrandlist .dtlraw p {
  display: table-cell;
  font-size: 13px;
  color: #494949;
  line-height: 16px; }

.rebrandlist .dtlraw + .dtlraw p {
  font-size: 12px;
  border-top: 1px solid #efeeee; }

.rebrandlist .dtlraw .hidehead {
  display: none; }

.rebrandlist p {
  float: left;
  width: 100%;
  padding-bottom: 0px; }

.rebrandlist p span {
  float: left;
  width: 50%;
  padding: 12px 10px;
  box-sizing: border-box; }

.rebrandlist p label {
  float: left;
  border-left: 1px solid #efeeee;
  padding: 12px 10px;
  box-sizing: border-box; }

.servertype + .servertype {
  margin-top: 10px; }

.servertype + .servertype ul {
  width: 90%; }

.supcursor {
  cursor: pointer; }

.smfontpara {
  font-size: 12px;
  line-height: 20px; }

.topdottedbdr {
  border-top: 1px dotted #4f4f4f;
  padding-top: 15px !important; }

.imgpara {
  float: left;
  width: 100%; }

.imgpara .fleft {
  float: left;
  margin-right: 20px; }

.imgpara .fright {
  float: right;
  margin-left: 20px; }

.cntdecp {
  display: none; }

.qahead {
  background: url(../images/plusicon.png) no-repeat 0 5px;
  padding-left: 25px;
  background-size: 15px;
  cursor: pointer;
  line-height: 24px; }

.compitibilitytable {
  margin-bottom: 25px;
  background: #ffffff;
  /*padding:20px;*/ }

.compitibilitytable ul {
  float: left;
  margin: 0px;
  padding: 0px;
  border: 1px solid #cccccc;
  list-style: none; }

.compitibilitytable ul li {
  float: left;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #4f4f4f;
  width: 100%;
  background: none;
  margin: 0px;
  padding: 0px; }

.compitibilitytable ul li + li {
  border-top: 1px solid #cccccc; }

.compitibilitytable ul li label {
  float: left;
  padding: 5px 20px;
  width: 339px;
  line-height: 20px; }

.compitibilitytable ul li span {
  padding: 5px 20px;
  border-left: 1px solid #cccccc;
  float: left;
  line-height: 20px; }

.tabs-nav li.lineht36 a {
  line-height: 30px;
  padding-top: 6px; }

.becomebtn {
  padding-bottom: 27px; }

.becomebtn .btn {
  width: 148px !important; }

.join-reseller {
  margin-top: 20px; }

.join-reseller .section-dashboard {
  margin-bottom: 0px; }

.article h3.article-title {
  font-size: 30px;
  color: #454545; }

.logo-inventory {
  max-width: 100%; }

.signupform {
  padding-top: 0px; }

.signupform .section-content-head {
  padding-bottom: 30px;
  background: url(../images/stripe.png) 0 14px repeat-x;
  text-align: center; }

.signupform .section-content-head span {
  display: inline-block;
  padding: 0px 10px;
  background: #efeeee;
  color: #75be42;
  line-height: 1;
  padding-top: 4px;
  font-size: 36px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }

.signupform .linehttwenty {
  line-height: 20px !important; }

.signupform .radiobox {
  float: left;
  width: 100%; }

.signupform .radiobox .radio {
  float: left; }

.signupform .radiobox .radio + .radio {
  margin-left: 50px; }

.resform .radiobox .radio {
  float: none; }

.dvdisable .form-label {
  color: #999999; }

.dvdisable .selecter {
  opacity: 0.3; }

.dvdisable .simplesltbox {
  opacity: 0.3;
  cursor: default; }

.dvdisable .simplesltbox:hover {
  background-image: -moz-linear-gradient(center top, #fff, #cdcdcd); }

/*15052015 POPUP START*/
.table-seal td span.mob-show {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px; }

.mob-show {
  display: none; }

/*15052015 POPUP CLOSE*/
/* ==========================================================================
	#Common Messages
========================================================================== */
.validation-summary-errors ul li {
  list-style: none; }

.validation-summary-errors ul li, .notification-error {
  color: #9c4242;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  font-size: 15px;
  line-height: 20px;
  background: url(../images/ico-msg-error.png) 10px 10px no-repeat #efa3a3;
  -webkit-border-radius: 8px 0;
  -moz-border-radius: 8px 0;
  -o-border-radius: 8px 0;
  border-radius: 8px 0;
  position: relative; }

.notification-notice {
  color: #8f8d5d;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  line-height: 20px;
  font-size: 15px;
  background: url(../images/ico-msg-warning.png) 10px 10px no-repeat #f8f7d3;
  -webkit-border-radius: 8px 0;
  -moz-border-radius: 8px 0;
  -o-border-radius: 8px 0;
  border-radius: 8px 0;
  position: relative; }

.notification-info {
  color: #3c7889;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  line-height: 20px;
  font-size: 15px;
  background: url(../images/ico-msg-info.png) 10px 10px no-repeat #9dd7e6;
  -webkit-border-radius: 8px 0;
  -moz-border-radius: 8px 0;
  -o-border-radius: 8px 0;
  border-radius: 8px 0;
  position: relative; }

.notification-sucess {
  color: #64ae14;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  line-height: 20px;
  font-size: 15px;
  background: url(../images/ico-msg-sucess.png) 10px 10px no-repeat #dff2bf;
  -webkit-border-radius: 8px 0;
  -moz-border-radius: 8px 0;
  -o-border-radius: 8px 0;
  border-radius: 8px 0;
  position: relative; }

.close {
  position: absolute;
  right: 7px;
  top: 7px;
  height: 10px;
  display: block;
  cursor: pointer; }

.close img {
  vertical-align: top; }

.codelink {
  padding-bottom: 0px; }

.codelink a {
  text-decoration: underline;
  color: #9c4242;
  font-weight: bold; }

.codelink a:hover {
  text-decoration: none; }

/*------------------ 02-07-2015 -------------------*/
.icon-list li a {
  font-size: 18px !important;
  color: #f6641f !important;
  display: block; }

.icon-list li a span {
  line-height: 22px;
  margin-top: 10px !important; }

.icon-list li a .icon {
  display: inline-block;
  margin-top: 10px; }

.icon-list li a:hover {
  text-decoration: none; }

/*------------------ 06-07-2015 -------------------*/
.doublelftarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrowfirst.png) no-repeat 0 0; }

.singlelftarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrowprevious.png) no-repeat 0 0; }

.singlergtarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrownext.png) no-repeat 0 0; }

.doublergtarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrowlast.png) no-repeat 0 0; }

.genepage {
  border: none;
  background: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  cursor: pointer; }

.simplesltbox {
  padding: 0px 0px 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
  border: 1px solid #898989;
  outline: 0;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  /*background-color: $toColor;  Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cdcdcd));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #cdcdcd);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff, #cdcdcd);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff, #cdcdcd);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #cdcdcd);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff, #cdcdcd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#cdcdcd'); }

.simplesltbox:hover {
  background: #ffffff; }

.simplesltbox option {
  padding: 0px 10px; }

.displaynone {
  display: none !important; }

/*MyDashBoard link*/
.dashboard-label {
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
  zoom: 1;*/ }

.dashboard-label {
  position: fixed;
  bottom: 380px;
  left: 0;
  z-index: 10;
  padding: 6px 10px 2px;
  border: 8px solid #75be42;
  -webkit-border-top-right-radius: 23px;
  -moz-border-top-right-radius: 23px;
  border-top-right-radius: 23px;
  border-bottom: none;
  background: #ffffff;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-left: -147px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

.dashboard-label a {
  letter-spacing: 0px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

.dashboard-label:hover {
  background: #75be42;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

.dashboard-label:hover a {
  text-decoration: none;
  color: #ffffff;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

/*------------------ 16-07-2015 -------------------*/
.homefullcontent {
  padding: 0px 0 30px;
  border-bottom: 1px solid #c7c7c7; }

.hidesection {
  display: none; }

.tablet-show-inline, .mobile-show-inline {
  display: none; }

/*------------------loader css------------------*/
.masterdivback {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: fixed;
  background-color: White;
  width: 100%;
  height: 100%;
  z-index: 99999; }

.masterdivinner {
  position: fixed;
  margin-top: -42px;
  margin-left: -52px;
  top: 50%;
  left: 50%;
  z-index: 99999;
  height: 85px;
  width: 105px; }

/*------------------loader css------------------*/
.article-entry h5 {
  color: #898989;
  padding-bottom: 0px; }

.noextracost {
  margin-bottom: 5px; }

.noextracost span {
  color: #f6641f !important; }

.section-shop-secondary.section-ssltype .shop-item-head {
  padding-bottom: 11px; }

.padtop15 {
  padding: 15px 0px 0px !important; }

.padbot15 {
  padding: 0px 0px 15px !important; }

.padtopbot20 {
  padding: 30px 0px 20px 0px !important; }

.homegrnbltlist ol, .homegrnbltlist ul {
  margin-left: 35px;
  padding-bottom: 15px; }

.homegrnbltlist ul li {
  font-size: 16px;
  line-height: 22px; }

.homegrnbltlist ul li a {
  text-decoration: underline; }

/*.underline-text {position:$position-relative; bottom:$bottoMinus4; display:$displayIn-Block;} */
.underlinelink {
  text-decoration: underline;
  font-weight: bold;
  color: #f6641f !important; }

.underlinelink:hover {
  text-decoration: none; }

.rdmorelink {
  text-align: right;
  font-weight: bold; }

.rdmorelink a {
  text-decoration: underline;
  color: #f6641f; }

.rdmorelink a:hover {
  text-decoration: none; }

.link-more {
  font-weight: bold;
  text-decoration: underline; }

.link-more:hover {
  text-decoration: none; }

.txtalignrt {
  text-align: right; }

.subscription {
  border: 1px solid #898989;
  color: #454545;
  font-family: Arial, sans-serif;
  font-size: 13px;
  height: 300px;
  line-height: 24px;
  overflow: auto;
  padding: 10px 15px;
  text-align: left;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.checkbox {
  position: relative;
  display: block; }

.checkbox label {
  cursor: pointer; }

.suplink {
  text-decoration: underline;
  font-weight: bold;
  color: #f6641f !important; }

.suplink:hover {
  text-decoration: none; }

.graytxt {
  color: #454545 !important; }

.article h3 {
  font-size: 23px;
  color: #898989; }

/* ==========================================================================
	#Popups
========================================================================== */
.popup {
  width: 653px;
  padding: 12px;
  -webkit-border-radius: 20px 0px 20px 0px;
  -moz-border-radius: 20px 0px 20px 0px;
  -o-border-radius: 20px 0px 20px 0px;
  border-radius: 20px 0px 20px 0px;
  background: #fbba34; }

.popup-body {
  padding: 16px 20px 20px;
  -webkit-border-radius: 11px 0px 11px 0px;
  -moz-border-radius: 11px 0px 11px 0px;
  -o-border-radius: 11px 0px 11px 0px;
  border-radius: 11px 0px 11px 0px;
  background: #ffffff; }

.popup .article {
  padding: 0px;
  border: 0;
  font-size: 13px;
  line-height: 1.43; }

.popup-body h4 {
  margin-bottom: 10px; }

.popupcntcntr {
  text-align: center; }

.popupcntcntr p {
  padding-bottom: 15px !important;
  font-size: 20px; }

.popupcntcntr .btn-green {
  float: none !important;
  margin-left: 0px; }

.popupcntcntr .btn + .btn {
  margin-left: 20px; }

/* ==========================================================================
	#Colorbox
========================================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0px; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0px;
  margin: 0px; }

#colorbox, #cboxContent, #cboxLoadedContent {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

#cboxOverlay {
  background: #e6e6e6;
  filter: alpha(opacity=90);
  /* msie */
  -moz-opacity: 0.9;
  /* firefox 1.0 */
  -khtml-opacity: 0.9;
  /* webkit */
  opacity: 0.9;
  /* css 3 */ }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px;
  background: transparent; }

.cboxIframe {
  background: #ffffff; }

#cboxError {
  padding: 50px;
  border: 1px solid #cccccc; }

#cboxLoadedContent {
  background: transparent; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #cccccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0;
  color: #cccccc; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0px;
  margin: 0px;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #ffffff; }

#cboxPrevious,
#cboxNext,
#cboxClose {
  display: none; }

/* ==========================================================================
	List style with line
========================================================================== */
.list-line {
  list-style: none;
  margin: 15px 0px 15px 40px; }

.list-line li {
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid #c7c7c7;
  padding: 6px 0px 6px 25px;
  line-height: 30px; }

.list-line li:last-child {
  border-bottom: none; }

.list-line li:hover {
  background: url(../images/list-arrow.png) no-repeat 0 center; }

.list-line li:before {
  position: absolute;
  top: 16px;
  left: 7px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #75bf42;
  content: ''; }

.list-line li:hover:before {
  background: #ffffff; }

.list-line a {
  color: #454545;
  display: block; }

.list-line li:hover a {
  color: #f6641f; }

.list-line a:hover {
  text-decoration: none; }

.padbot30 {
  padding-bottom: 30px; }

.tooltip-toggle {
  display: inline-block;
  width: 16px;
  height: 13px;
  padding-top: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: -4px 0px 0px 2px;
  background: #f6631f;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle; }

.tooltip-toggle:hover {
  text-decoration: none;
  cursor: default; }

.tooltip {
  position: relative;
  font-family: Arial, sans-serif; }

.tooltip-content {
  position: absolute;
  bottom: 100%;
  left: -110px;
  width: 166px;
  padding: 11px 15px 13px;
  -webkit-border-radius: 12px 0;
  -moz-border-radius: 12px 0;
  -o-border-radius: 12px 0;
  border-radius: 12px 0;
  margin: 0px 0px 22px -14px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
  font-size: 14px;
  line-height: 1.34;
  font-weight: normal;
  letter-spacing: -1px;
  filter: alpha(opacity=0);
  /* msie */
  -moz-opacity: 0;
  /* firefox 1.0 */
  -khtml-opacity: 0;
  /* webkit */
  opacity: 0;
  /* css 3 */
  visibility: hidden;
  -moz-transition: 0.5s, all;
  -o-transition: 0.5s, all;
  -webkit-transition: 0.5s, all;
  transition: 0.5s, all;
  z-index: 99999; }

.tooltip-content:after {
  position: absolute;
  bottom: -20px;
  left: 110px;
  width: 26px;
  height: 20px;
  background: url(../images/sprite.png) -243px -108px no-repeat;
  content: ''; }

.tooltip:hover .tooltip-content {
  filter: alpha(opacity=100);
  /* msie */
  -moz-opacity: 1;
  /* firefox 1.0 */
  -khtml-opacity: 1;
  /* webkit */
  opacity: 1;
  /* css 3 */
  visibility: visible; }

.total-list {
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid #c7c7c7;
  font-size: 15px;
  line-height: 1;
  font-weight: bold; }

.comptblraw .tooltip-toggle {
  line-height: 11px; }

/*==========================================================
				Others
============================================================*/
.width45per {
  width: 45%; }

.bordertopnone {
  border-top: none !important; }

.orangetxt {
  color: #f6641f !important; }

/* ==========================================================================
	#Section Services
========================================================================== */
.section-services {
  position: relative;
  padding: 40px 0px;
  background: #efeeee; }

.services {
  overflow: hidden;
  list-style: none; }

.service {
  float: left;
  display: table-cell;
  width: 225px;
  padding: 12px;
  -webkit-border-radius: 15px 0;
  -moz-border-radius: 15px 0;
  -o-border-radius: 15px 0;
  border-radius: 15px 0;
  background: #f6641f; }

.service ~ .service {
  margin-left: 20px; }

.service-head {
  padding: 4px 0px 14px; }

.service-title {
  font-size: 24px;
  color: #ffffff; }

.service-body {
  padding: 17px 20px;
  -webkit-border-radius: 10px 0;
  -moz-border-radius: 10px 0;
  -o-border-radius: 10px 0;
  border-radius: 10px 0;
  background: #ffffff; }

.service-image {
  padding-top: 20px; }

/* ==========================================================================
	#Home Boxes
========================================================================== */
.home-boxes {
  padding: 20px 0px 8px; }

.home-boxes ul {
  list-style: none;
  float: left;
  width: 100%; }

.home-boxes ul li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px; }

.home-boxes ul li a {
  display: block;
  padding: 20px 10px;
  background: #efeeee;
  width: 138px;
  height: 138px;
  box-sizing: border-box;
  text-align: center;
  color: #454545; }

.home-boxes ul li:first-child a {
  -webkit-border-radius: 16px 0 0;
  -moz-border-radius: 16px 0 0;
  -o-border-radius: 16px 0 0;
  border-radius: 16px 0 0; }

.home-boxes ul li:last-child a {
  -webkit-border-radius: 0 0 16px;
  -moz-border-radius: 0 0 16px;
  -o-border-radius: 0 0 16px;
  border-radius: 0 0 16px; }

.home-boxes ul li p {
  font-size: 10px;
  line-height: 13px;
  font-weight: bold; }

.home-boxes ul li a:hover {
  color: #75bf42;
  text-decoration: none; }

.home-boxes ul li span {
  display: block;
  height: 54px;
  margin-bottom: 20px; }

.home-boxes ul li:hover span {
  background-position: center bottom !important; }

.home-boxes ul li .icon-box1 {
  background: url(../images/homebox-icon1.png) no-repeat center 0; }

.home-boxes ul li .icon-box2 {
  background: url(../images/homebox-icon2.png) no-repeat center 0; }

.home-boxes ul li .icon-box3 {
  background: url(../images/homebox-icon3.png) no-repeat center 0; }

.home-boxes ul li .icon-box4 {
  background: url(../images/homebox-icon4.png) no-repeat center 0; }

.home-boxes ul li .icon-box5 {
  background: url(../images/homebox-icon5.png) no-repeat center 0; }

.home-boxes ul li .icon-box6 {
  background: url(../images/homebox-icon6.png) no-repeat center 0; }

.home-boxes ul li .icon-box7 {
  background: url(../images/homebox-icon7.png) no-repeat center 0; }

.home-boxes ul li .icon-box8 {
  background: url(../images/homebox-icon8.png) no-repeat center 0; }

/* ==========================================================================
	#Home Boost Google Ranking Banner
========================================================================== */
.boost-rank-banner {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #c7c7c7; }

.boost-rank-banner .btn-green {
  background: #42b758;
  font-size: 27px; }

.boost-rank-banner .btn-green:hover {
  background: #389e4b;
  color: #9bcea5; }

.boost-banner {
  position: relative; }

.boost-banner .btn {
  position: absolute;
  bottom: 50px;
  right: 120px; }

.applyarea .radiobox .radio .tooltip .tooltip-toggle {
  font-weight: bold;
  padding-top: 0px;
  height: 16px;
  display: inline-block;
  line-height: 16px; }

.begin-popup .radiobox .begingenradio {
  margin: 5px 0px 0px 0px !important;
  clear: both; }

.mrgtop20 {
  margin-top: 20px !important; }

/* ==========================================================================
	#FAQ Expand collapse
========================================================================== */
.common-question h3 {
  margin-bottom: 20px;
  line-height: 30px; }

.common-question h4 {
  font-family: "Roboto Condensed", sans-serif !important;
  padding-bottom: 0px !important;
  color: #f6641f !important;
  font-size: 20px !important;
  font-weight: bold !important; }

.common-question .article-entry + .article-entry {
  margin-top: 30px; }

.faqtltsec {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.faqrow {
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px; }

.faqtltsec h4 {
  float: left; }

.faqtltsec a {
  float: right; }

.expand_heading span {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  background: url(../images/faqplus-icon.png) no-repeat 0 5px; }

.expand_heading span:hover {
  color: #75bf42; }

.expand span {
  background: url(../images/faqminus-icon.png) no-repeat 0 5px; }

.toggle_container {
  padding: 20px;
  background: #efeeee;
  -webkit-border-radius: 25px 0;
  -moz-border-radius: 25px 0;
  -o-border-radius: 25px 0;
  border-radius: 25px 0;
  margin-top: 5px; }

.toggle_container p:last-child {
  padding-bottom: 0px;
  text-align: right; }

.toggle_container p a {
  color: #f6641f; }

.toggle_container ul {
  padding-bottom: 15px; }

.toggle_container ul li {
  margin: 0px; }

.toggle_container ul.list-decimal li {
  list-style: decimal inside; }

.toggle_container ul.list-green-bullets {
  margin: 0px 0px 0px 35px; }

.faqTable table {
  font-size: 13px; }

.faqTable table tr td {
  padding: 5px;
  word-break: break-all; }

.faqTable table tr th {
  padding: 5px;
  color: #ffffff;
  background: #898989;
  text-align: left;
  vertical-align: top;
  word-break: break-all; }

.intro-image {
  overflow: hidden;
  border-radius: 18px 0; }

/*---------------------------------------------------------------
   Buy Installation PLACED IN VENDROR CSS
-----------------------------------------------------------------*/
.fixedbuyis {
  position: fixed;
  right: 0;
  bottom: 480px;
  z-index: 999;
  width: 8px;
  border: 12px solid #75be42;
  border-right: 0;
  -webkit-border-top-left-radius: 23px;
  -moz-border-top-left-radius: 23px;
  border-top-left-radius: 23px;
  margin-right: -20px;
  text-align: center;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.fixedbuyis a {
  letter-spacing: 0px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.fixedbuyis:hover {
  background: #75be42;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.fixedbuyis:hover a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.sidebuyisbtn {
  position: absolute;
  top: -12px;
  right: 100%;
  padding: 4px 12px 0px;
  border: 8px solid #75be42;
  border-bottom-width: 20px;
  -webkit-border-top-right-radius: 23px;
  -moz-border-top-right-radius: 23px;
  border-top-right-radius: 23px;
  margin-right: 56px;
  background: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #f6641f;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
  zoom: 1;*/
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.sidebuyisbtn:hover {
  text-decoration: none;
  background: #75be42;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

/*---------------------------------------------------------------
   Pagination
-----------------------------------------------------------------*/
.pagination {
  padding: 30px 0px 0px;
  text-align: center; }

.pagination .viewing {
  font-size: 14px;
  line-height: 32px;
  padding-bottom: 0px; }

.pagination .pageno {
  margin-top: 2px;
  margin-left: 20px; }

.pagination .pageno span {
  display: inline-block; }

.pagination .pageno ul {
  list-style: none;
  margin: 0px 10px;
  display: inline-block; }

.pagination .pageno ul li {
  list-style: none;
  margin-left: 5px;
  display: inline-block; }

.pagination .pageno span + span {
  margin-left: 15px;
  display: inline-block; }

.pagination .pageno ul li a {
  font-size: 16px;
  color: #494949;
  font-weight: bold;
  line-height: 24px; }

.gotopage {
  float: right; }

.gotopage label {
  float: left;
  line-height: 30px;
  font-size: 14px; }

.gotopage input {
  border: 1px solid #898989;
  height: 30px;
  width: 40px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: 10px;
  float: left; }

.overlay-load {
  border-radius: 10px 0; }

.dim-load {
  border-radius: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: alpha(opacity=70);
  opacity: 0.7;
  background-color: White; }

.animated-load {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: White;
  opacity: 1;
  background: transparent url(../images/loading.gif) no-repeat center center; }

.scheduled-msg {
  background: #75bf42;
  color: #ffffff;
  padding: 5px 10px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  z-index: 999;
  height: 49px;
  box-sizing: border-box; }

.scheduled-msg .close {
  cursor: pointer;
  right: 7px;
  top: 4px;
  height: 16px;
  display: block;
  position: absolute; }

.scheduled-msg span {
  font-size: 11px !important;
  font-family: Arial, sans-serif !important; }

.scheduled-msg p {
  margin: 0px;
  padding: 0px;
}

.faqTable table td + td {
  word-break: break-all; }

/*# sourceMappingURL=vendor-style.css.map */
  padding: 0px; }

.dcbanner {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #c7c7c7; }

.grid-dctbl {
  display: table;
  width: 100%;
  padding: 20px 25px;
  -webkit-border-radius: 16px 0;
  -moz-border-radius: 16px 0;
  -o-border-radius: 16px 0;
  border-radius: 16px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #efeeee; }

.dcbanner span {
  display: table-cell;
  vertical-align: middle; }

.dcbanner span:first-child {
  width: 42%; }

.dcbanner span:last-child {
  text-align: right; }

.dcbanner span.dcbantext {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #f6641f;
  font-size: 24px;
  text-align: center; }

.rqinfopopup {
  width: 670px; }

.rqinfobtn {
  margin-left: 235px; }

.rqinfopopup .form-billing {
  position: relative; }

.entthankyou-popup p {
  font-size: 13px;
  margin-bottom: 15px; }

.rqinfoerrormsg {
  text-align: center;
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  top: 10px;
  padding-left: 36%; }

.captchacode img {
  border: 1px solid #898989;
  background: #ffffff;
  padding: 0px 10px 8px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px; }

.rqinfopopup .form-controls {
  position: relative; }

.rqinfopopup .form-controls .rqinfoerrormsg {
  padding-left: 0px;
  top: inherit;
  bottom: -20px; }

.popuphome {
  width: 360px;
  position: fixed;
  left: 20px;
  z-index: 999;
  bottom: 20px;
  background: #794d2f;
  box-sizing: border-box;
  padding: 10px 20px 15px 20px;
  display: none;
  font-size: 14px; }

.popuphome p {
  color: #ffffff;
  padding: 0px; }

.popuphome p a {
  text-decoration: underline; }

.popuphome p a:hover {
  text-decoration: none; }

.closebtn {
  position: absolute;
  right: 9px;
  top: 2px;
  height: 10px;
  display: block;
  cursor: pointer;
  width: 12px; }

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Icons
========================================================================== */
[class^="ico-"], [class*=" ico-"] {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/sprite.png) 0 0 no-repeat; }

.ico-cart {
  width: 16px;
  height: 15px;
  margin: -6px 3px 0 0;
  background-position: -129px -84px; }

.ico-dropdown-arrow {
  width: 17px;
  height: 17px;
  margin: -4px 0 0 5px;
  background-position: -170px -83px; }

.ico-home {
  width: 11px;
  height: 10px;
  margin: -4px 1px 0 0;
  background-position: -129px -103px; }

.ico-phone {
  width: 26px;
  height: 28px;
  margin: -4px 2px 0 0;
  background-position: -98px -85px; }

.ico-btn-arrow, .ico-btn-arrow-white {
  width: 19px;
  height: 19px;
  margin: -4px 0 0 5px; }

.ico-btn-arrow {
  background-position: -190px -83px; }

.ico-btn-arrow-white {
  background-position: -212px -83px; }

.ico-ok, .ico-remove {
  width: 14px;
  height: 14px;
  margin-right: 2px; }

.ico-ok {
  background-position: -236px -86px; }

.ico-remove {
  background-position: -257px -86px; }

.ico-check {
  width: 41px;
  height: 43px;
  margin-top: -17px;
  background-position: -158px -108px; }

.ico-arrow-right {
  width: 19px;
  height: 13px;
  background-position: -207px -107px; }

.ico-btn-arrow-big {
  width: 26px;
  height: 27px;
  margin: -4px 0 0 14px;
  background-position: -205px -128px; }

.ico-chat-bubbles {
  width: 37px;
  height: 31px;
  margin: -14px 8px 0 0;
  background-position: -237px -131px; }

.ico-phone-orange {
  width: 30px;
  height: 32px;
  margin: -2px 7px 0 0;
  background-position: -153px -157px; }

.ico-cart-secondary {
  width: 36px;
  height: 33px;
  margin: -12px 6px 0 0;
  background-position: -191px -162px; }

.ico-burger {
  width: 30px;
  height: 20px;
  margin: -6px 5px 0 0;
  background-position: -244px -169px; }

.icon-brand-1 {
  background: url(../images/geotrust-gray-icon.png) 0 0 no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px; }

.icon-brand-4 {
  background: url(../images/rapid-gray-icon.png) 0 0 no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px; }

.icon-brand-2 {
  background: url(../images/thawte-gray-icon.png) 0 0 no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px; }

.icon-brand-3 {
  background: url(../images/sprite.png) 0 0 no-repeat;
  width: 41px;
  height: 43px;
  margin-top: -17px;
  background-position: -158px -108px;
  display: inline-block;
  vertical-align: middle; }

.icon-brand-11 {
  background: url(../images/icon-brand-11.svg) 0 0 no-repeat;
  width: 36px;
  height: 36px;
  margin-top: -7px;
  display: inline-block;
  vertical-align: middle; }

/* Scss Document */
/* Scss Document */
.shell {
  width: 960px;
  margin: 0px auto; }

/*REMOVE IT AFTER ADDING ALL STYLE*/
.col {
  float: left; }

/*REMOVE IT AFTER ADDING ALL STYLE*/
.header {
  border-bottom: solid #ffbd37 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }

.header .fixed-show {
  display: none; }

.header-bar-inner {
  float: right; }

.header-bar .phone {
  display: none; }

.header-body {
  padding: 0 5px 11px; }

.header-body .header-inner-left {
  float: left;
  margin-top: -18px; }

.header-body .header-inner {
  float: right;
  padding-top: 14px; }

.header-body .secure {
  float: right;
  cursor: pointer; }

.header-contacts {
  float: left;
  padding: 12px 34px 0 0; }

.header-contacts .phone {
  clear: both; }

.logo, .slogan a {
  overflow: hidden;
  width: 268px;
  text-indent: 100%;
  white-space: nowrap;
  transition: none; }

.logo {
  display: block;
  height: 39px;
  margin: -5px 0 14px;
  background: url(../images/logo.svg) 0 0 no-repeat !important;
  background-size: cover !important; }

.slogan a {
  display: block;
  padding-bottom: 0px;
  height: 46px;
  background: url(../images/symantec-partner.svg) 0 0 no-repeat; }

.slogan {
  margin: 0px;
  float: left;
  clear: both; }

.full-site-link {
  display: none; }

.nav-utilities {
  float: left; }

.header-fixed .nav-utilities {
  padding-top: 10px; }

.nav-utilities ul {
  list-style: none; }

.nav-utilities li {
  float: left;
  font-size: 16px; }

.nav-utilities a {
  font-size: 12px;
  color: #898989;
  display: block;
  padding: 8px 10px 10px;
  line-height: 12px; }

.nav-utilities a:hover {
  color: #f6641f;
  text-decoration: none; }

.nav-utilities .cart-full {
  position: relative;
  display: block;
  padding: 15px 12px;
  margin: -10px 17px 0 0;
  background: #f6641f;
  color: #ffffff;
  line-height: 20px; }

.nav-utilities .cart-full:hover {
  color: #ffffff;
  filter: alpha(opacity=70);
  /* msie */
  -moz-opacity: 0.7;
  /* firefox 1.0 */
  -khtml-opacity: 0.7;
  /* webkit */
  opacity: 0.7;
  /* css 3 */ }

.nav-utilities .cart-full .ico-cart {
  background-position: -148px -84px; }

.nav-utilities .cart-full:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-width: 0 41px 10px 41px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  content: ''; }

.nav-utilities li.topsupportlink {
  margin-left: 5px; }

.nav-utilities li.topbloglink {
  margin-left: 10px; }

.nav-utilities li.toploginlink {
  margin: 0px 15px 0px 27px; }

.header-fixed .nav-utilities li.toploginlink {
  margin-right: 0px; }

.nav-utilities .top-dd {
  position: relative;
  z-index: 996; }

.nav-utilities .top-dd a {
  width: 69px;
  padding: 8px 8px 10px; }

.nav-utilities .top-dd a:hover {
  background: #4f4f4f; }

.nav-utilities .top-dd:hover {
  background: #343434; }

.nav-utilities .top-dd:hover a {
  color: #ffffff; }

.top-dd .topdd-links {
  position: absolute;
  background: #343434;
  width: 85px;
  display: none; }

.top-dd:hover .topdd-links {
  display: block; }

.top-dd .topdd-links li {
  float: none;
  padding-left: 0; }

.top-dd .topdd-links:after {
  bottom: -12px;
  left: 0;
  content: "";
  width: 85px;
  height: 13px;
  position: absolute;
  background: url(../images/topdd-botbg.png) 0 0 no-repeat; }

.top-dd .topdd-links a {
  font-size: 11px !important;
  padding: 4px 8px 6px !important;
  line-height: 12px;
  display: block;
  width: auto; }

.header-fixed .nav-utilities .top-dd a {
  padding: 7px 8px; }

.nav-lang {
  float: left;
  width: 148px;
  position: relative; }

.nav-lang .nav-selected {
  display: block; }

.nav-lang .nav-selected a {
  display: block;
  padding: 5px 13px 7px;
  font-size: 12px;
  color: #ffffff; }

.nav-lang .nav-selected a span span {
  width: 81px;
  float: left; }

/*11-08-2015*/
.nav-lang .nav-selected a:hover {
  text-decoration: none; }

.nav-lang .nav-selected img {
  margin: -4px 0 0 7px; }

.lang-main {
  background: #aeaeae;
  position: absolute;
  height: 32px;
  width: 100%;
  z-index: 997;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0; }

.nav-lang.hvrCountry .lang-main {
  height: 133px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffbd37; }

.nav-lang.hvrCountry .lang-dd {
  filter: alpha(opacity=100);
  /* msie */
  -moz-opacity: 1;
  /* firefox 1.0 */
  -khtml-opacity: 1;
  /* webkit */
  opacity: 1;
  /* css 3 */
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: visible; }

.lang-dd {
  padding: 0px 11px;
  filter: alpha(opacity=0);
  /* msie */
  -moz-opacity: 0;
  /* firefox 1.0 */
  -khtml-opacity: 0;
  /* webkit */
  opacity: 0;
  /* css 3 */
  visibility: hidden; }

.lang-dd ul {
  list-style: none; }

.lang-dd ul li {
  list-style: none;
  float: left;
  text-align: center;
  margin-right: 10px; }

.lang-dd ul li:nth-child(3n) {
  margin-right: 0; }

.lang-dd ul li span {
  display: block;
  font-size: 11px;
  color: #ffffff; }

.lang-dd ul li a {
  text-decoration: none; }

.nav-utilities-secondary {
  visibility: hidden; }
  .nav-utilities-secondary ul {
    overflow: hidden;
    list-style: none; }
  .nav-utilities-secondary li {
    float: left; }
  .nav-utilities-secondary a {
    font-size: 11px;
    color: #75bf42; }

.header-fixed .header-inner-left:hover .nav-utilities-secondary, .header-inner-left:hover .nav-utilities-secondary {
  visibility: visible;
  z-index: 500; }

.header-fixed .header-inner-left {
  position: relative; }

.header-fixed .header-inner-left:hover .nav-utilities-secondary {
  position: absolute;
  top: 22px;
  left: 0px;
  display: block; }

.nav .phone {
  display: none; }

.nav .phone a {
  color: #ffffff; }

.nav-toggle {
  display: none; }

.nav {
  border-top: 1px solid #c7c7c7; }

.nav > ul {
  list-style: none; }

.nav > ul > li {
  position: relative;
  float: left;
  padding: 15px 0 17px; }

.nav > ul > li + li {
  margin-left: 78px; }

.nav > ul > li > a {
  font-size: 15px;
  color: #494949;
  position: relative; }

.nav > ul > li > a:hover {
  color: #f6641f;
  text-decoration: none; }

.nav > ul > li:hover .nav-dropdown {
  display: block; }

.nav > ul > .current > a {
  color: #f6641f; }

.nav > ul > li.first {
  margin-left: 0px; }

.nav > ul > li.mobile-home {
  display: none; }

.nav-dropdown {
  position: absolute;
  top: 67px;
  left: -56px;
  z-index: 2;
  display: none;
  width: 495px; }

.nav-dropdown-image, .nav-dropdown-content {
  border: 10px solid #f6641f; }

.nav-dropdown-image {
  position: absolute;
  /*top:$topMinus68;*/
  bottom: 100%;
  left: 0px;
  width: 121px;
  height: 49px;
  padding: 7px 10px 2px;
  background: #ffffff;
  border-bottom: 0px;
  border-top-left-radius: 15px;
  text-align: center; }

.nav-dropdown-image:after {
  height: 10px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  content: "";
  width: 100%;
  left: 0;
  display: none; }

.nav-dropdown-image img {
  width: 100%;
  height: auto; }

.nav-dropdown-image a {
  font-size: 17px;
  color: #000000; }

.nav-dropdown-image a:hover {
  color: #f6641f;
  text-decoration: none; }

.nav-dropdown-secondary {
  left: auto;
  right: -56px; }

.nav-dropdown-recommendations {
  right: -30px; }

.nav-dropdown-secondary .nav-dropdown-image {
  left: auto;
  right: 0; }

.nav-dropdown-content {
  overflow: hidden;
  margin-top: -10px;
  padding: 12px 10px 16px;
  border-bottom-right-radius: 15px;
  background: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1; }

.nav-dropdown-content ul {
  overflow: hidden;
  list-style: none; }

.nav-dropdown-content a, .nav-dropdown-content span, .nav-dropdown-content strong {
  display: block; }

.nav-dropdown-content a {
  padding: 9px;
  color: #494949; }

.nav-dropdown-content a:hover {
  background: #e1e1e1;
  text-decoration: none; }

.nav-dropdown-content span {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: -0.01em; }

.nav-dropdown-content strong {
  padding-bottom: 5px;
  font-size: 18px;
  color: #75bf42; }

.nav-dropdown-content .col-size1 {
  width: 220px; }

.nav-dropdown-content .col-size2 {
  width: 235px; }

.header .socials {
  float: left;
  padding-bottom: 8px; }

.header.header-fixed .nav-dropdown {
  width: 495px; }

.socials ul {
  overflow: hidden;
  list-style: none; }

.socials li {
  float: left; }

.socials li + li {
  padding-left: 26px; }

.socials a {
  overflow: hidden;
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/sprite.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap; }

.socials a:hover {
  filter: alpha(opacity=70);
  /* msie */
  -moz-opacity: 0.7;
  /* firefox 1.0 */
  -khtml-opacity: 0.7;
  /* webkit */
  opacity: 0.7;
  /* css 3 */ }

.socials .link-facebook {
  background-position: 0 -84px; }

.socials .link-twitter {
  background-position: -32px -84px; }

.socials .link-googleplus {
  background-position: -64px -84px; }

.socials-primary {
  position: fixed;
  bottom: 1px;
  left: 0;
  padding: 15px;
  border: 12px solid #fbba34;
  border-left: none;
  border-bottom-right-radius: 23px;
  background: #ffffff;
  z-index: 999; }

.socials-primary li {
  float: none; }

.socials-primary li + li {
  padding: 16px 0px 0px; }

.phone {
  padding-bottom: 0px;
  font-size: 25px;
  color: #75bf42;
  letter-spacing: 1px; }

.secure {
  overflow: hidden;
  width: 146px;
  height: 79px;
  background: url(../images/sprite.png) 0 -163px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  display: block; }

.header-secondary .shell {
  height: 94px; }

.header-secondary .logo, .header-secondary .slogan, .header-secondary .phone {
  float: left; }

.header-secondary {
  border-bottom-width: 11px; }

.header-secondary .logo {
  width: 227px;
  height: 33px;
  margin-top: 33px !important;
  background: url(../images/logo.svg) no-repeat; }

.header-secondary .slogan {
  height: 33px;
  margin: 33px 0 0 28px;
  background-position: 0 -282px;
  clear: none; }

.header-secondary .phone {
  margin: 24px 0 0 87px;
  font-size: 30px; }

.header-secondary .secure {
  float: right;
  width: 112px;
  height: 60px;
  margin: 18px 16px 0 0;
  background-position: 0 -317px; }

.header-secondary .secure:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  /* msie */
  -moz-opacity: 0.7;
  /* firefox 1.0 */
  -khtml-opacity: 0.7;
  /* webkit */
  opacity: 0.7;
  /* css 3 */ }

.nav-utilities ~ .nav-utilities {
  display: none; }

.header-fixed .fixed-hidden {
  display: none; }

.header-fixed .fixed-show {
  display: block; }

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  border-bottom-width: 11px; }

.header-fixed .header-bar {
  height: 26px;
  background: #898989; }

.header-fixed .header-bar .shell {
  height: 26px; }

.header-fixed .header-bar .phone {
  display: block;
  height: 26px;
  float: left;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff; }

.header-fixed .header-body {
  padding-bottom: 0px; }

.header-fixed .nav-utilities li {
  display: none; }

.header-fixed .nav-utilities li:first-child {
  display: block; }

.header-fixed .nav-utilities .cart-full {
  padding-top: 6px; }

.header-fixed .nav-utilities ~ .nav-utilities {
  padding: 0 0 0 130px;
  display: block; }

.header-fixed .nav-utilities ~ .nav-utilities li {
  display: block; }

.header-fixed .nav-utilities ~ .nav-utilities a {
  font-size: 12px;
  color: #ffffff; }

.header-fixed .nav-lang {
  display: none; }

.header-fixed .header-inner {
  display: none; }

.header-fixed .logo {
  float: left;
  width: 227px;
  height: 33px;
  margin-top: 48px;
  background: url(../images/logo.svg) 0 0 no-repeat; }

.header-fixed .slogan {
  float: left;
  width: 225px;
  height: 33px;
  margin: 23px 0 0 28px;
  font-size: 0;
  line-height: 0;
  clear: none; }

.header-fixed .slogan a {
  display: block;
  height: 38px;
  padding-bottom: 0px;
  background-size: auto 38px; }

.header-fixed .nav-utilities-secondary {
  display: none; }

.header-fixed .nav {
  float: right;
  padding-top: 9px;
  border-top: 0px; }

.header-fixed .nav > ul > li > a {
  font-size: 18px; }

.header-fixed .nav > ul > li {
  padding-bottom: 26px; }

.header-fixed .nav > ul > li + li {
  margin-left: 67px; }

/*.header-fixed .list-brands li {float:$float-left; width:$width46per;}
.header-fixed .list-brands span {display:$displayBlock; padding-top:$padding5;}
.header-fixed .list-brands a {display:$displayBlock;}
.header-fixed .list-brands a:hover {background:$bg-white;}
*/
.header-fixed .brandmenu img {
  height: 23px; }

.header-fixed .nav-dropdown {
  width: 255px; }

.nav > ul > li:first-child .nav-dropdown-image img {
  width: 120%;
  margin-left: -10px;
  margin-top: 5px; }

.nav-dropdown.visible {
  display: block; }

.header-secondary .slogan {
  float: left;
  height: 33px;
  margin: 30px 0 0 28px;
  font-size: 0;
  line-height: 0;
  width: 274px;
  clear: none; }

.header-secondary .slogan a {
  display: block;
  padding-bottom: 0px;
  background-size: auto 38px; }

.nav-lang {
  position: relative; }

.nav-lang:hover .land-dd {
  dispaly: block; }

.land-dd {
  dispaly: none;
  position: absolute;
  background: #aeaeae;
  padding: 5px;
  right: 30px;
  z-index: 9999; }

.land-dd ul {
  list-style: none; }

.land-dd ul li {
  list-style: none;
  float: left; }

.land-dd ul li span {
  font-size: 12px;
  color: #ffffff;
  padding-right: 5px;
  dispaly: block; }

.land-dd ul li a:hover {
  text-decoration: none; }

.header-body .secure:hover {
  filter: alpha(opacity=70);
  /* msie */
  -moz-opacity: 0.7;
  /* firefox 1.0 */
  -khtml-opacity: 0.7;
  /* webkit */
  opacity: 0.7;
  /* css 3 */ }

.header.header-fixed .brandmenu {
  width: 480px; }

.singledd {
  width: 260px; }

.logo-section {
  float: left; }

.symantecmnudd {
  width: 610px; }

.symantecmnudd .col-size1 {
  width: 270px; }

.symantecmnudd .col-size2 {
  width: 300px; }

.geomnudd {
  width: 580px; }

.geomnudd .col-size1 {
  width: 225px; }

.geomnudd .col-size2 {
  width: 315px; }

.thawtemnudd {
  width: 575px; }

.thawtemnudd .col-size1 {
  width: 225px; }

.thawtemnudd .col-size2 {
  width: 310px; }

.navdashboardlk ul {
  list-style: none;
  padding: 7px 8px;
  float: left; }

.navdashboardlk ul li {
  float: left;
  font-size: 12px;
  line-height: 15px; }

.navdashboardlk ul li + li {
  padding-left: 6px;
  border-left: solid #ffffff 1px;
  margin-left: 6px; }

.navdashboardlk ul li a {
  color: #ffffff;
  text-decoration: underline; }

.navdashboardlk ul li a:hover {
  text-decoration: none; }

.hvrCountry .ico-dropdown-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
  zoom: 1;*/
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.header-secondary .header-inner-left {
  position: relative;
  float: left; }

.header-secondary .nav-utilities-secondary {
  display: none; }

.header-secondary .header-inner-left:hover .nav-utilities-secondary {
  visibility: visible;
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 500; }

.nav-dropdown-content sup {
  font-size: 0.6em; }

.mnusupscript {
  position: absolute;
  top: -5px; }

.mobtopmnu {
  float: right;
  display: none; }

.mobtopmnu ul li .topmnuicon {
  display: block;
  padding: 10px 0px;
  width: 25px;
  height: 14px;
  cursor: pointer;
  background: url(../images/topmenu-icon.png) no-repeat center center; }

.mobtopmnu ul {
  list-style: none; }

.mobtopmnu ul li {
  position: relative; }

.mobtopmnu ul li:hover ul {
  display: block; }

.mobtopmnu ul li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #343434;
  position: absolute;
  top: -5px;
  left: 25px; }

.mobtopmnu ul li ul {
  background: #343434;
  display: none;
  top: 35px;
  position: absolute;
  left: -18px;
  /*@include rounded-corners(6px);*/
  z-index: 9999; }

.mobtopmnu ul li a {
  color: #ffffff;
  font-size: 11px;
  line-height: 12px;
  padding: 4px 8px 6px;
  display: block; }

.mobtopmnu ul li a:hover {
  background: #4f4f4f;
  text-decoration: none; }

.solutionmnu em {
  font-style: normal;
  color: #75bf42;
  font-weight: bold; }

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Footer
========================================================================== */
.footer-title {
  padding-bottom: 5px;
  color: #ffffff; }

.footer-cols {
  overflow: hidden; }

.footer-cols.clearfix {
  overflow: visible; }

.footer-col {
  float: left; }

.footer-body,
.footer-body a {
  color: #ffffff; }

.footer-body {
  padding: 33px 0 43px;
  background: #f6641f;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }

.footer-body .footer-col-size1 {
  width: 670px; }

.footer-body .footer-col-size2 {
  float: right;
  width: 187px; }

.footer-body .footer-col-size3 {
  width: 275px; }

.footer-body .footer-col-size4 {
  width: 200px; }

.footer-body .footer-col-size5 {
  width: 195px; }

.footer-nav {
  padding: 3px 0px 0px 11px;
  border-left: 1px solid #ffffff; }

.footer-nav ul {
  list-style: none; }

.footer-nav li {
  padding-bottom: 1px;
  line-height: 30px; }

.footer-nav a {
  font-size: 18px; }

.footer-nav a:hover {
  text-decoration: underline; }

.testimonial {
  padding-top: 38px; }

.testimonial-entry {
  position: relative;
  padding: 25px 29px 27px;
  -webkit-border-radius: 18px 0;
  -moz-border-radius: 18px 0;
  -o-border-radius: 18px 0;
  border-radius: 18px 0;
  margin-bottom: 22px;
  background: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  color: #494949;
  font-weight: normal;
  min-height: 150px; }

.testimonial-entry:after {
  position: absolute;
  bottom: -15px;
  left: 55px;
  width: 0;
  height: 0;
  border-width: 15px 15px 0 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  content: ''; }

.testimonial-entry p {
  padding-bottom: 0px; }

.testimonial-entry p + p {
  padding-top: 5px; }

.testimonial-meta {
  font-size: 14px; }

.testimonial-meta strong {
  display: block;
  line-height: 1.29; }

.testimonial-meta strong a {
  text-decoration: underline; }

.testimonial-meta strong a:hover {
  text-decoration: none; }

.footer-ribbon {
  position: relative;
  padding: 45px 0px 60px;
  border: 1px solid #eeeeee;
  margin: -41px 0px 64px;
  background: #ffffff; }

.footer-ribbon:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 93px 28px 93px;
  border-style: solid;
  border-color: transparent transparent #f6641f transparent;
  content: ''; }

.footer-ribbon .secure {
  margin: 0px auto;
  cursor: pointer; }

.footer-ribbon .secure:hover {
  opacity: 0.7; }

.footer .socials {
  padding: 12px 0px 20px 6px; }

.footer .socials li + li {
  padding-left: 18px; }

.footer .socials a {
  width: 43px;
  height: 43px; }

.footer .socials .link-facebook {
  background-position: 0 -117px; }

.footer .socials .link-twitter {
  background-position: -45px -117px; }

.footer .socials .link-googleplus {
  background-position: -90px -117px; }

.footer .phone {
  padding: 0px 0px 18px 6px;
  font-size: 22px;
  color: #ffffff; }

.footer .phone a {
  color: #ffffff; }

.list-cards {
  overflow: hidden;
  padding-left: 12px;
  list-style: none; }

.list-cards li {
  float: left;
  padding: 0px 7px 9px 0px; }

.list-cards a:hover {
  filter: alpha(opacity=70);
  /* msie */
  -moz-opacity: 0.7;
  /* firefox 1.0 */
  -khtml-opacity: 0.7;
  /* webkit */
  opacity: 0.7;
  /* css 3 */ }

.list-cards img {
  width: 165px; }

.footer-partners {
  padding: 27px 0px 33px; }

.footer-partners .list-partners {
  overflow: hidden;
  text-align: center;
  list-style: none; }

.footer-partners .list-partners li {
  position: relative;
  display: inline-block;
  padding: 0px 35px; }

.footer-partners .list-partners li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 51px;
  margin-top: -26px;
  background: #acacac;
  content: ''; }

.footer-partners .list-partners a:hover {
  filter: alpha(opacity=70);
  /* msie */
  -moz-opacity: 0.7;
  /* firefox 1.0 */
  -khtml-opacity: 0.7;
  /* webkit */
  opacity: 0.7;
  /* css 3 */ }

.footer-bar,
.footer-bar a {
  color: #ffffff; }

.footer-bar {
  padding: 23px 0px 20px;
  background: #898989;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  line-height: 1.4; }

.footer-bar a:hover {
  /*color: #f6641f; text-decoration: none;*/ }

.footer-bar .shell {
  overflow: hidden; }

.footer-bar .contacts,
.footer-nav-secondary {
  float: left; }

.footer-nav-secondary {
  padding: 13px 0px 0px 80px; }

.footer-nav-secondary ul {
  overflow: hidden;
  list-style: none; }

.footer-nav-secondary li {
  float: left;
  line-height: 13px; }

.footer-nav-secondary li + li {
  padding-left: 13px;
  border-left: 1px solid #ffffff;
  margin-left: 12px; }

.copyright {
  float: right;
  text-align: right; }

.footer-secondary {
  padding: 19px 0px 2px;
  background: #898989;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-align: center; }

.footer-secondary a {
  color: #ffffff; }

.footer-secondary a:hover {
  /*color: #f6641f; text-decoration: none;*/ }

.footer-secondary .contacts {
  padding-bottom: 6px; }

.footer-secondary .contacts br {
  display: none; }

.footer-secondary .copyright {
  float: none;
  text-align: center; }

/* ==========================================================================
	#Shopper Approved Text
========================================================================== */
.shopperimg {
  float: right;
  margin: 0px 0px 20px 20px; }

.shownone {
  display: none; }

.shopbgnone {
  background: none; }

/* ==========================================================================
	#Section Customers
========================================================================== */
.section-customers {
  padding: 10px 45px 35px;
  clear: both; }

.section-customers .section-head {
  padding-bottom: 18px; }

.section-customers h2 {
  color: #75bf42;
  text-transform: uppercase;
  float: left; }

.section-customers .section-body {
  position: relative; }

.section-customers .section-head a {
  float: right;
  margin-top: 16px; }

.slides {
  overflow: hidden;
  list-style: none; }

.slide {
  float: left; }

.slide a {
  padding: 0px 25px;
  display: block;
  cursor: default; }

.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -10px;
  text-indent: 100%;
  white-space: nowrap; }

.slider-prev:hover,
.slider-next:hover {
  filter: alpha(opacity=70);
  /* msie */
  -moz-opacity: 0.7;
  /* firefox 1.0 */
  -khtml-opacity: 0.7;
  /* webkit */
  opacity: 0.7;
  /* css 3 */ }

.slider-prev {
  left: -45px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #75bf42 transparent transparent; }

.slider-next {
  right: -45px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #75bf42; }

.quickloginfoot {
  position: fixed;
  bottom: 0;
  width: 100%; }

.copyrighttxt {
  float: left;
  width: 100%;
  text-align: center; }

.reviewdecp {
  min-height: 73px; }

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Tabs 
========================================================================== */
.tabs-aside {
  float: left;
  width: 217px;
  position: relative;
  z-index: 0; }

.tabs-content {
  position: relative;
  padding: 0px 27px;
  width: 100%;
  max-width: 618px;
  float: left;
  border: 12px solid #fbbd3d;
  -webkit-border-radius: 24px 0;
  -moz-border-radius: 24px 0;
  -o-border-radius: 24px 0;
  border-radius: 24px 0;
  /*border-radius: 24px 0;*/
  background: #ffffff; }

.section-billing-method .tabs-content {
  max-width: 390px; }

.tabs-nav ul {
  list-style: none; }

.tabs-nav li {
  padding-bottom: 13px;
  margin-right: 13px; }

.tabs-nav li:first-child a {
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px; }

.tabs-nav a {
  display: block;
  height: 69px;
  padding: 0px 17px;
  background: #898989;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 69px;
  color: #ffffff; }

.section-dashboard .tabs-nav a.title2line {
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 12px;
  letter-spacing: 0px;
  height: auto; }

.tabs-nav a span {
  font-size: 30px; }

.tabs-nav .current a, .tabs-nav a:hover {
  background: #fbbd3d;
  border-right-color: #fbbd3d;
  text-decoration: none; }

.tabs-nav .current {
  margin-right: -25px; }

.tabs-nav a img {
  vertical-align: top; }

.section-dashboard .tabs-nav a img {
  vertical-align: middle; }

.section-shop .form-row {
  width: 300px; }

.section-shop .selecter .selecter-selected {
  padding: 4px 10px 2px;
  background-size: 29px 29px; }

.tab {
  display: none; }

.tab.current {
  display: block; }

.tab-head {
  display: none; }

.tabs-image {
  padding-top: 20px; }

/* ==========================================================================
	#Section Shop
========================================================================== */
.section-shop {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #c7c7c7; }

.section-shop .tabs-nav a {
  padding: 0px; }

.shop {
  padding: 20px 0 30px; }

.shop-head {
  padding-bottom: 20px;
  background: url(../images/stripe.png) repeat-x 0 20px;
  text-align: center; }

.shop-head span {
  display: inline-block;
  padding: 0 22px;
  background: #ffffff; }

.shop-head span a:hover {
  filter: alpha(opacity=70);
  /* msie */
  -moz-opacity: 0.7;
  /* firefox 1.0 */
  -khtml-opacity: 0.7;
  /* webkit */
  opacity: 0.7;
  /* css 3 */ }

.shop-items {
  list-style: none; }

.shop-item {
  padding-bottom: 7px;
  border-bottom: 1px solid #c7c7c7; }

.shop-item ~ .shop-item {
  padding-top: 27px; }

.shop-item-head {
  /*padding-bottom:$padding10+1px;*/ }

.shop-item-head h3 {
  float: left;
  font-size: 24px;
  color: #231f20;
  width: 100%;
  padding-bottom: 5px; }

.shop-secondary .shop-head {
  background-position: 0 10px; }

.shop-item-head h4 {
  color: #231f20;
  float: left;
  font-size: 24px; }

.shop-item-entry {
  font-size: 14px;
  line-height: 1.75; }

.shop-item-actions {
  display: none; }

.shop-secondary {
  padding: 23px 0 30px; }

.shop-secondary .shop-entry {
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 1.75; }

.shop-items-secondary .shop-item h3 {
  float: left;
  color: #898989;
  font-size: 18px;
  padding-bottom: 10px;
  width: 100%; }

.shop-items-secondary .shop-item {
  padding-bottom: 10px; }

.shop-items-secondary .shop-item ~ .shop-item {
  padding-top: 10px; }

.form-shop {
  float: right;
  padding-bottom: 20px; }

.form-shop select {
  width: 225px; }

.form-shop .form-body {
  float: left; }

.form-shop .form-actions {
  float: right;
  padding-left: 20px; }

.form-shop .btn {
  padding: 5px 5px 4px 10px;
  font-size: 12px;
  letter-spacing: 0px;
  text-align: left;
  height: 29px; }

.form-shop .btn .ico-btn-arrow {
  margin-left: 4px; }

.form-shop .btn .ico-btn-arrow-white {
  margin-top: -2px; }

.section-shop-secondary .tabs-nav a {
  overflow: hidden;
  padding-left: 17px; }

.section-shop-secondary .tabs-nav a strong {
  float: left;
  width: 50px;
  font-size: 36px; }

.section-shop-secondary .tabs-nav a span {
  display: block;
  padding: 17px 0 0 60px;
  font-size: 18px;
  line-height: 1.11; }

.section-shop-secondary .tabs-nav .current a span {
  padding-right: 35px; }

.section-shop-secondary .shop-item-head {
  padding-bottom: 0px; }

/*.section-shop-secondary .shop-item-head h3 a{border-bottom:$bdr-size1 $bdrsolid $bdr-gray3;}*/
.shop-item-head h3 a {
  color: #231f20;
  text-decoration: underline;
  /*border-bottom:$bdr-size1 $bdrsolid $bdr-black;*/ }

.shop-item-head h3 a:hover {
  color: #75bf42; }

.shop-items-secondary .shop-item h3 a {
  color: #898989; }

.shop-item-head h3 a:hover {
  text-decoration: none;
  color: #75bf42; }

.shop-items-secondary .shop-item h3 a:hover {
  text-decoration: none; }

.shop-secondary .shop-head h2 {
  color: #75be42;
  line-height: 1;
  padding-top: 4px; }

.shop-secondary .form-shop {
  padding-bottom: 0px; }

.tabs-nav .currentgreen a {
  background: #75bf42; }

.tabs-contentgreen {
  border-color: #75bf42; }

/*#tab-symantec .shop-head{background-position:0 20px;}*/
.form-shop .readmorebtn {
  height: auto; }

.is-badge {
  padding-right: 13px; }

.is-badge a {
  text-decoration: none; }

.is-badge a span {
  display: block;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: -0.02em;
  line-height: 52px;
  padding-bottom: 10px;
  white-space: nowrap; }

.is-badge a:hover {
  filter: alpha(opacity=70);
  /* msie */
  -moz-opacity: 0.7;
  /* firefox 1.0 */
  -khtml-opacity: 0.7;
  /* webkit */
  opacity: 0.7;
  /* css 3 */ }

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Slider Primary
========================================================================== */
.slider-primary {
  position: relative;
  padding: 22px 0 40px;
  margin-bottom: 50px;
  background: #ffbd37;
  font-family: "Roboto Condensed", sans-serif; }

.slider-primary .slider-clip {
  -webkit-border-radius: 20px 0px;
  -moz-border-radius: 20px 0px;
  -o-border-radius: 20px 0px;
  border-radius: 20px 0px;
  height: 280px !important; }

.slider-primary .slides {
  list-style: none;
  overflow: hidden;
  height: 100% !important; }

.slider-primary .slide {
  width: 920px !important;
  height: 229px;
  overflow: hidden;
  position: relative;
  padding: 51px 0 0 40px;
  color: #ffffff;
  margin: 0px;
  float: left;
  /*Extra Class*/
  filter: alpha(opacity=0);
  /* msie */
  -moz-opacity: 0;
  /* firefox 1.0 */
  -khtml-opacity: 0;
  /* webkit */
  opacity: 0;
  /* css 3 */ }

.slider-primary .slide-content {
  position: relative;
  z-index: 1;
  font-family: "Roboto Condensed", sans-serif; }

.slider-primary .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slider-primary .slide-image img {
  width: 100%;
  height: auto !important; }

.slider-primary .slidehead {
  font-size: 36px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: bold;
  padding: 0px; }

.slider-primary .slidesmallhead {
  padding-bottom: 19px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold; }

.slider-primary .slide-entry {
  width: 475px;
  padding-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.02em; }

.slider-primary .slide-entry p {
  padding-bottom: 0px; }

.slider-primary .price {
  font-size: 39px;
  font-weight: bold; }

.slider-primary .price sup {
  font-size: 20px;
  font-weight: bold; }

.slider-primary .slide-content .price sup {
  display: inline-block;
  margin-top: 7px;
  font-size: 25px;
  font-weight: bold;
  vertical-align: top; }

.slider-primary .slide-content .price sup {
  display: inline-block;
  margin-top: 7px;
  font-size: 25px;
  font-weight: bold;
  vertical-align: top; }

.slider-primary .list-price {
  display: inline-block;
  padding-left: 10px;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 300; }

.slider-primary .slide-actions {
  position: absolute;
  right: 150px;
  bottom: 0; }

.slider-primary .blacktext {
  color: #000000; }

.slider-primary .blacktext .slidehead {
  color: #000000; }

.slider-primary .old-price {
  display: block;
  text-decoration: line-through; }

.slider-primary .btn {
  width: 185px;
  height: 38px;
  border: 0;
  padding: 0px;
  cursor: pointer;
  background: url(../images/slide-button.png) no-repeat; }

.slider-primary .btn:hover {
  background: url(../images/slide-button-h.png) no-repeat; }

.slider-primary .slider-nav {
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 100%;
  text-align: center; }

.slider-primary .slider-nav a {
  overflow: hidden;
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0px 5px;
  background: #ffbd37;
  text-indent: 100%;
  white-space: nowrap; }

.slider-primary .slider-nav .selected, .slider-primary .slider-nav a:hover {
  background: #f6641f; }

.abtbrand-slider .slider-nav {
  bottom: 95px; }

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Buttons
========================================================================== */
.btn {
  display: inline-block;
  padding: 7px 14px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

.btn:hover {
  text-decoration: none;
  -moz-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  -webkit-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out; }

.btn:hover .ico-btn-arrow-white {
  filter: alpha(opacity=50);
  /* msie */
  -moz-opacity: 0.5;
  /* firefox 1.0 */
  -khtml-opacity: 0.5;
  /* webkit */
  opacity: 0.5;
  /* css 3 */ }

.btn-green {
  background: #56b114; }

.btn-green:hover {
  background: #75bf42;
  color: #b9dfa0;
  transition: none !important; }

.btn-orange {
  background: #f5651f; }

.btn-orange:hover {
  background: #f6631e;
  color: #eca787; }

.btn-small {
  position: relative;
  padding: 0px 25px 0 6px;
  font-size: 14px;
  height: 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 98px;
  line-height: 28px; }

.btn-small .ico-btn-arrow-white {
  position: absolute;
  top: 8px;
  right: 5px; }

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Plugins
========================================================================== */
.selecter {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1; }

.selecter:hover {
  background: #ffffff; }

.selecter {
  /*background-color: $toColor;  Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cdcdcd));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #cdcdcd);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff, #cdcdcd);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff, #cdcdcd);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #cdcdcd);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff, #cdcdcd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#cdcdcd'); }

.selecter .selecter-element {
  height: 100%;
  left: 0;
  position: absolute;
  filter: alpha(opacity=0);
  /* msie */
  -moz-opacity: 0;
  /* firefox 1.0 */
  -khtml-opacity: 0;
  /* webkit */
  opacity: 0;
  /* css 3 */
  width: 100%;
  z-index: 0; }

.selecter .selecter-element,
.selecter .selecter-element:focus {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }

.selecter .selecter-selected {
  background: url(../images/select-arrows.png) no-repeat right center;
  background-size: 41px 41px;
  border: 1px solid #898989;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0px;
  overflow: hidden;
  padding: 11px 10px 9px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
  text-align: left; }

.selecter .selecter-options {
  border: 1px solid #898989;
  border-width: 0 1px 1px;
  background-color: #fefefe;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  display: none;
  left: 0;
  margin: 0px;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px;
  position: absolute;
  top: 100%;
  width: 100%;
  *width: auto;
  z-index: 50; }

.selecter .selecter-group {
  background: #F9F9F9;
  border-bottom: 1px solid #e3e3e3;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 5px 10px 4px;
  text-transform: uppercase; }

.selecter .selecter-item {
  background: #ffffff;
  border-bottom: 1px solid #898989;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0px;
  overflow: hidden;
  padding: 8px 10px;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left; }

.selecter .selecter-item.placeholder {
  display: none; }

.selecter .selecter-item:hover {
  background: #e8e8e8; }

.selecter .selecter-item.disabled {
  color: #999999;
  cursor: default; }

.selecter .selecter-item:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.selecter .selecter-item:last-child {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-bottom: 0; }

/* Open */
.selecter.open {
  z-index: 2; }

.selecter.open .selecter-selected {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  z-index: 51; }

/* 'Cover' Positioning */
.selecter.cover .selecter-options {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  top: 0; }

.selecter.cover .selecter-options .selecter-item.first {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; }

.selecter.cover.open .selecter-selected {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  z-index: 49; }

/* Multiple Select */
.selecter.multiple .selecter-options {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  display: block;
  position: static;
  width: 100%; }

/* 'Disabled' State */
.selecter.disabled .selecter-selected {
  /*background:$bg-white; border-color:$bdr-gray4; color:$color26; cursor:$default;*/ }

.selecter.disabled .selecter-options {
  background: #ffffff;
  border-color: #eeeeee; }

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #eeeeee;
  color: #cccccc;
  cursor: default; }

.selecter.disabled .selecter-item.selected {
  background: #fafafa; }

/* Scroller Support */
.selecter .selecter-options.scroller {
  overflow: hidden; }

.selecter .selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0px; }

/* Scss Document */
/* Scss Document */
.section-head-rotate {
  position: relative;
  padding-bottom: 8px; }

.section-head-rotate h3 {
  line-height: 1.1;
  color: #75bf42;
  text-transform: uppercase !important;
  font-size: 36px; }

.section-head-rotate h3 span {
  position: absolute;
  top: 50px;
  right: 100%;
  color: #f6641f;
  white-space: nowrap; }

.section-head-rotate h3 span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
  zoom: 1;*/
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.section-head-rotate ~ .section-body {
  padding-left: 47px; }

/*# sourceMappingURL=rotate.css.map */

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Section Providers
========================================================================== */
.section-providers {
  overflow: hidden;
  padding-top: 16px; }

.section-providers .section-content {
  float: left;
  width: 620px; }

.section-providers .section-aside {
  float: right;
  width: 290px;
  padding-top: 10px; }

.section-providers .list-green-bullets {
  padding: 21px 0px 0px 0px; }

.section-providers .list-green-bullets li {
  font-size: 14px;
  line-height: 26px; }

.section-providers .list-green-bullets li + li {
  margin-top: 4px; }

.section-providers .list-green-bullets li:before {
  top: 7px; }

.section-providers .widget-secure {
  padding: 0px; }

.section-providers .list-secures {
  overflow: hidden; }

.section-providers .list-secures li {
  float: left;
  width: 120px;
  padding: 0px; }

.section-providers .list-secures li + li {
  border: 0;
  padding-left: 40px; }

.section-providers .article-primary {
  padding-top: 0px; }

/*List Green Bullets Start*/
.article-entry .list-green-bullets {
  margin-left: 35px;
  padding-bottom: 15px; }

.article-entry .list-green-bullets li {
  font-size: 16px;
  line-height: 26px; }

.article-entry .list-green-bullets li:before {
  top: 9px; }

/*List Green Bullets End*/
/* ==========================================================================
	#Widget Two Classes Are Specially Placed Here
========================================================================== */
.widget-secure img, .list-secures img {
  width: 100%;
  max-width: 150px; }

.widget-secure .list-secures img {
  max-width: 100%; }

.widget-secure .list-secures img:hover {
  opacity: 0.7; }

/* ==========================================================================
	#Browser ans Server Compatibility
========================================================================== */
.padbotnone {
  padding-bottom: 0px !important; }

.browsercomp .article-entry ul {
  float: left;
  list-style: none;
  width: 47%;
  margin-top: 15px; }

.browsercomp .article-entry ul + ul {
  margin-left: 40px;
  width: 45%; }

.borderbotnone {
  border-bottom: none !important; }

/*REMOVE IT AFTER ADDING ALL STYLE*/

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Widgets
========================================================================== */
.widgets {
  list-style: none; }

.widget {
  padding: 10px 12px;
  -webkit-border-radius: 20px 0px;
  -moz-border-radius: 20px 0px;
  -o-border-radius: 20px 0px;
  border-radius: 20px 0px;
  margin-bottom: 30px;
  background: #fbba34; }

.widget-head {
  padding: 0px 0px 10px 10px; }

.widget-title {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase; }

.widget-body {
  overflow: hidden;
  -webkit-border-radius: 10px 0px;
  -moz-border-radius: 10px 0px;
  -o-border-radius: 10px 0px;
  border-radius: 10px 0px;
  background: #ffffff; }

.widget-symantec {
  padding: 0px; }

.widget-secure {
  padding: 0px 30px;
  background: transparent; }

.widget-site-seal .widget-body {
  padding: 12px 0px; }

.widget-site-seal .secure {
  margin: 0px auto;
  position: relative; }

.widget-site-seal .secure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.widget-rating .widget-body {
  padding: 14px 12px 15px; }

.widget-support {
  padding-top: 5px;
  cursor: pointer;
  margin-bottom: 30px; }

.widget-support .widget-head {
  padding-left: 18px; }

.widget-support .widget-title {
  font-size: 48px;
  text-transform: none;
  letter-spacing: 2px; }

.support {
  position: relative; }

.support {
  display: block;
  padding: 28px 100px 15px 15px; }

.support-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px; }

.list-contacts {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  color: #75bf42;
  list-style: none; }

.list-contacts li + li {
  padding-top: 30px; }

.list-contacts li {
  text-decoration: none; }

.list-contacts li a {
  color: #75bf42;
  text-decoration: none; }

.list-contacts strong {
  display: block;
  font-size: 30px; }

.list-secures {
  list-style: none;
  text-align: center; }

.list-secures li {
  padding: 25px 0px; }

.list-secures li + li {
  border-top: 1px solid #c7c7c7; }

.list-secures img {
  width: 123px; }

.rate img ~ img {
  margin-left: 4px; }

.shop-solution {
  margin-bottom: 30px; }

.solution-body {
  margin-left: 47px;
  border: 12px solid #fbba34;
  overflow: auto;
  background: #ffffff;
  -webkit-border-radius: 20px 0px;
  -moz-border-radius: 20px 0px;
  -o-border-radius: 20px 0px;
  border-radius: 20px 0px; }

.solution-body ul {
  list-style: none; }

.solution-body ul li {
  padding: 0px 10px; }

.solution-body ul li:hover {
  background: #e1e1e1; }

.solution-body ul li a {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  padding: 12px 0px 14px;
  line-height: 18px;
  display: block; }

.solution-body ul li.active {
  font-weight: bold; }

.solution-body ul li.active a, .solution-body ul li a:hover {
  color: #75bf42;
  text-decoration: none; }

.solution-body ul li + li a {
  border-top: 1px solid #c7c7c7; }

.widget-compare {
  background: #898989;
  margin-bottom: 0px; }

.widget-compare ul {
  list-style: none; }

.widget-compare ul li {
  font-family: "Roboto Condensed", sans-serif;
  padding: 15px 20px; }

.widget-compare ul li strong {
  font-size: 18px;
  line-height: 18px;
  color: #75bf42;
  display: block;
  padding-bottom: 2px; }

.widget-compare ul li p {
  font-size: 16px;
  padding-bottom: 0px;
  line-height: 16px;
  color: #494949;
  min-height: 32px; }

.widget-compare ul li:nth-child(even) {
  background: #e1e1e1; }

.widget-compare ul li a {
  display: block; }

.widget-compare ul li a:hover {
  text-decoration: none; }

.widget-compare ul li.txtalignrt {
  line-height: 18px; }

.widget-compare ul li.txtalignrt a {
  font-family: Arial, sans-serif;
  font-size: 15px;
  padding: 0; }

.sidebar .widget-text {
  max-width: 236px; }

.widget-text {
  padding: 14px 10px 10px 10px;
  background: #75be42;
  margin: 0px auto;
  box-sizing: border-box; }

.widget-text .widget-head {
  padding-bottom: 13px; }

.widget-text h4.widget-title {
  font-size: 24px !important;
  color: #ffffff;
  letter-spacing: 1px !important;
  text-transform: none; }

.widget-text .widget-body {
  padding: 13px 14px 12px 14px; }

.widget-text .widget-body p {
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 0px; }

.dashboard-body .section-aside .list-secures img:hover {
  filter: alpha(opacity=70);
  /* msie */
  -moz-opacity: 0.7;
  /* firefox 1.0 */
  -khtml-opacity: 0.7;
  /* webkit */
  opacity: 0.7;
  /* css 3 */ }

/*# sourceMappingURL=widgets.css.map */

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Free SSL Certificate
========================================================================== */
.certinstallstep {
  margin: 15px 0px 30px; }

.certinstallstep .installstep {
  background: #494949;
  float: left;
  padding: 22px 0px;
  width: 31.5%;
  height: 45px;
  -webkit-border-radius: 0 16px;
  -moz-border-radius: 0 16px;
  -o-border-radius: 0 16px;
  border-radius: 0 16px;
  /*border-radius: 0 16px; -moz-border-radius: 0 16px; -webkit-border-radius: 0 16px; -o-border-radius: 0 16px;*/ }

.certinstallstep .installstep + .installstep {
  margin-left: 19px; }

.certinstallstep .installstep span {
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #ffffff;
  line-height: 45px;
  float: left; }

.certinstallstep .installstep span + span {
  float: right;
  margin: 0px 25px 0px 0px; }

.certinstallstep .enroll span {
  margin-left: 45px; }

.certinstallstep .confirm span {
  margin-left: 37px; }

.certinstallstep .installcert span {
  width: 100%;
  margin: 0px;
  text-align: center; }

.freesslbrowsers {
  padding: 5px 0px 20px 0px; }

.freesslbrowsers .shell {
  width: 100%;
  padding: 15px 0px; }

.freesslbrowsers .list-browsers {
  padding-bottom: 20px; }

.freesslbrowsers .list-browsers li + li {
  padding-left: 46px; }

.freesslbrowsers .section-entry {
  font-size: 16px; }

.freesslbrowsers .list-browsers img {
  width: 55px; }

/*List Green Bullets Start*/
.article-entry .list-green-bullets {
  margin-left: 35px;
  padding-bottom: 15px; }

.article-entry .list-green-bullets li {
  font-size: 16px;
  line-height: 26px; }

.article-entry .list-green-bullets li:before {
  top: 9px; }

/*List Green Bullets End*/
/*Article H4 Start*/
.article-entry h4 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #454545;
  padding-bottom: 5px !important; }

/*Article H4 End*/
.certfeatures {
  margin-bottom: 30px; }

.certfeatures-list {
  width: 390px;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 0 16px;
  -moz-border-radius: 0 16px;
  -o-border-radius: 0 16px;
  border-radius: 0 16px; }

.certfeatures-list .compyellowbg {
  padding: 30px;
  background: #ffbd37; }

.certfeatures-list ul {
  list-style: none; }

.certfeatures-list ul li {
  background: url(../images/greyroundarrow.png) no-repeat;
  padding-left: 35px;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 19px; }

.certfeatures-list ul li + li {
  margin-top: 22px; }

.upgreadformtxt {
  float: left;
  width: 150px;
  margin-left: 25px; }

.orangebox {
  background: #f6631f;
  -webkit-border-radius: 0 16px;
  -moz-border-radius: 0 16px;
  -o-border-radius: 0 16px;
  border-radius: 0 16px;
  padding: 20px;
  margin-bottom: 23px; }

.orangebox p {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  color: #ffffff; }

.trysec {
  float: left;
  width: 110px;
  margin-left: 25px; }

.trybuybtn {
  margin-bottom: 30px; }

.trybuybtn .btn + .btn {
  margin-left: 12px; }

.customerslogosec {
  border-top: 1px solid #c7c7c7; }

.article-secondary h4 {
  color: #898989;
  padding-bottom: 8px;
  font-size: 23px; }

.borderbotnone {
  border-bottom: none !important; }

/*# sourceMappingURL=free-ssl.css.map */

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Forms
========================================================================== */
.form-col {
  float: left; }

.radios {
  list-style: none; }

.checkbox input {
  filter: alpha(opacity=0);
  /* msie */
  -moz-opacity: 0;
  /* firefox 1.0 */
  -khtml-opacity: 0;
  /* webkit */
  opacity: 0;
  /* css 3 */
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  cursor: pointer; }

.checkbox-fake {
  float: left;
  width: 14px;
  height: 14px;
  border: 2px solid #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 4px 5px 0px 0px; }

.checkbox.checked .checkbox-fake {
  background: #000000; }

.checkbox.disabled .checkbox-fake {
  filter: alpha(opacity=50);
  /* msie */
  -moz-opacity: 0.5;
  /* firefox 1.0 */
  -khtml-opacity: 0.5;
  /* webkit */
  opacity: 0.5;
  /* css 3 */ }

.radio input {
  filter: alpha(opacity=0);
  /* msie */
  -moz-opacity: 0;
  /* firefox 1.0 */
  -khtml-opacity: 0;
  /* webkit */
  opacity: 0;
  /* css 3 */
  position: absolute; }

.radio-fake {
  float: left;
  width: 14px;
  height: 14px;
  margin: 3px 6px 0px 0px;
  background: url(../images/sprite.png) -137px -117px no-repeat; }

.radio.checked .radio-fake {
  background-position: -137px -134px; }

.radio.disabled .radio-fake {
  filter: alpha(opacity=50);
  /* msie */
  -moz-opacity: 0.5;
  /* firefox 1.0 */
  -khtml-opacity: 0.5;
  /* webkit */
  opacity: 0.5;
  /* css 3 */ }

.form-certificates {
  padding-top: 10px; }

.form-certificates .form-body {
  float: left; }

.form-certificates .form-actions {
  float: right; }

.form-certificates .form-row {
  float: left; }

.form-certificates .form-row ~ .form-row {
  padding-left: 40px; }

.form-certificates .form-label,
.form-certificates .form-controls {
  display: inline-block;
  vertical-align: middle; }

.form-certificates .form-label {
  padding-right: 10px;
  font-size: 15px;
  color: #000000; }

.form-certificates .select {
  width: 350px; }

.form-certificates .select-small {
  width: 90px; }

.form-certificates .btn {
  margin-left: 13px; }

.input-validation-error {
  border: 1px solid #ff0000 !important; }

.drop-validation-err {
  border: 1px solid #ff0000 !important; }

.field-validation-error {
  font-size: 11px;
  color: #ff0000;
  display: block;
  font-style: italic; }

.form-billing {
  background: #efeeee;
  -webkit-border-radius: 25px 0px 25px 0px;
  -moz-border-radius: 25px 0px 25px 0px;
  -o-border-radius: 25px 0px 25px 0px;
  border-radius: 25px 0px 25px 0px;
  padding: 30px 0px 15px 0px; }

.form-billing .form-label {
  float: left;
  width: 30.6%;
  float: left;
  text-align: right;
  line-height: 43px; }

.form-billing .form-label strong {
  color: #fc2d2d; }

.form-billing .field {
  font-size: 15px;
  color: #fc2d2d;
  border: 1px solid #898989;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #000000;
  font-family: Arial, sans-serif; }

.form-billing .form-controls {
  width: 55%;
  float: right;
  padding-right: 50px; }

.form-billing .form-row {
  padding-bottom: 18px; }

.form-billing select {
  font-size: 15px; }

.form-billing .field-small {
  width: 141px; }

.form-billing .form-col-size12 {
  width: 64%;
  float: left;
  margin-right: 7%; }

.form-billing .form-col-size13 {
  width: 28.2%;
  float: left; }

.form-billing .form-hint {
  font-size: 12px;
  color: #4f4f4f;
  font-style: italic;
  padding-left: 10px;
  padding-top: 13px;
  padding-bottom: 0px;
  line-height: 1; }

.showinput {
  font-size: 15px;
  color: #fc2d2d;
  border: 1px solid #898989;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #000000;
  display: block;
  background: #ffffff;
  line-height: 18px; }

.field.field-tiny {
  width: 85px; }

.smalltxt {
  font-size: 12px;
  padding: 10px 10px 10px 40px;
  background: url(/static/images/icon-information.png) no-repeat 10px 15px #FFF6BF; }

.martop {
  margin-top: 20px !important; }

.marbtzero {
  margin-bottom: 0px !important; }

.padbtzero {
  padding-bottom: 0px !important; }

.captchacode {
  position: static !important; }

.updatebtn {
  padding-bottom: 18px; }

.padrtzero {
  padding-right: 0px !important; }

.chkinfotxt {
  padding: 10px 40px;
  font-style: italic; }

.gdprdigi .form-billing .form-controls {
  float: left;
  position: static; }

.digigdpr .tool-tips span {
  left: -252px !important; }

.schedule .tool-tips {
  right: 50px; }

.suptooltip .tool-tips {
  margin-left: -15px; }

.form-billing .form-controls .tool-tips {
  position: relative;
  right: -30px;
  top: 2px;
  margin-top: -35px; }

.tool-tips {
  position: absolute;
  display: inline-block !important;
  float: right;
  width: 18px;
  height: 20px;
  background: url(../images/icon-privacy-r.svg) no-repeat;
  margin-top: 12px;
  cursor: pointer; }

.tool-tips:hover {
  background: url(../images/icon-privacy-h.svg) no-repeat; }

.tool-tips span {
  position: absolute;
  width: 250px;
  background: #fff;
  padding: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 9px #aaaaaa;
  -webkit-box-shadow: 2px 2px 9px #aaaaaa;
  -o-box-shadow: 2px 2px 9px #aaaaaa;
  box-shadow: 2px 2px 9px #aaaaaa;
  left: -42px !important;
  font-size: 12px;
  color: #4f4f4f;
  font-weight: normal; }

.tool-tips span:after {
  content: '';
  position: absolute;
  top: -12%;
  left: 50%;
  margin-left: 99px;
  width: 0;
  height: 0;
  border-top: none;
  border-bottom: 12px solid #FFFFFF !important;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent; }

.tool-tips:hover span {
  visibility: visible;
  opacity: 1;
  top: 30px;
  left: 50%;
  margin-left: -200px;
  z-index: 999; }

.digigdpr .tool-tips:hover span {
  margin-left: 10px; }

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Articles 
========================================================================== */
.article {
  padding: 26px 0px 40px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #c7c7c7; }

.article ~ .article {
  margin-top: -1px; }

.article img.alignright {
  margin: 20px 9px 0px 30px;
  float: right; }

.article-primary {
  overflow: hidden;
  border: 0;
  padding-top: 29px;
  padding-bottom: 15px; }

.article-primary-alt {
  padding-top: 19px; }

.article-primary h4 span {
  font-size: 18px; }

.article-secondary-alt {
  padding: 30px 30px 38px 38px;
  border: 12px solid #75be42;
  -webkit-border-radius: 23px 0;
  -moz-border-radius: 23px 0;
  -o-border-radius: 23px 0;
  border-radius: 23px 0;
  margin-bottom: 40px; }

.article-secondary-alt img.alignright {
  margin: 10px -15px 0px 30px; }

.article-secondary-gray {
  border: 0;
  margin: 38px 0px;
  background: #efeeee; }

.article-secondary-alt .article-title {
  padding-bottom: 3px;
  line-height: 30px; }

.article-entry h4 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #454545;
  padding-bottom: 5px !important;
  font-weight: normal; }

.padbotnone {
  padding-bottom: 0px !important; }

/*List Green Bullets Start*/
.article-entry .list-green-bullets {
  margin-left: 35px;
  padding-bottom: 15px; }

.article-entry .list-green-bullets li {
  font-size: 16px;
  line-height: 26px; }

.article-entry .list-green-bullets li:before {
  top: 9px; }

/*List Green Bullets End*/
/* ==========================================================================
	#Iconr Arrow White Right Side 
========================================================================== */
.prearrowbtn .ico-btn-arrow-white {
  margin: -3px 5px 0px 0px !important;
  background: url(../images/previousarrow.png) no-repeat; }

/* ==========================================================================
	#Check CSR 
========================================================================== */
.csrexample {
  display: block;
  margin: 10px 0px 40px; }

.csrgreybox {
  padding: 30px;
  background: #efeeee;
  -webkit-border-radius: 25px 0;
  -moz-border-radius: 25px 0;
  -o-border-radius: 25px 0;
  border-radius: 25px 0; }

.checkcsrform .form-actions {
  margin-bottom: 20px; }

.checkcsrform .form-actions label {
  display: block;
  font-size: 15px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold; }

.checkcsrform .form-actions label span {
  color: #000000; }

.checkcsrform .form-actions textarea {
  border: 1px solid #898989;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 400px; }

.margbotnone {
  margin-bottom: 0px !important; }

/* ==========================================================================
	#10 Reasons
========================================================================== */
.article-entry .list-green-bullets {
  margin-left: 35px;
  padding-bottom: 15px; }

.article-entry .list-green-bullets li {
  font-size: 16px;
  line-height: 26px; }

.article-entry .list-green-bullets li:before {
  top: 9px; }

.borderbot {
  border-bottom: #c7c7c7 solid #c7c7c7;
  padding-bottom: 20px; }

.borderbotop {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
  padding-top: 35px; }

/*15122014*/
.borderbtmnone {
  border-bottom: none; }

/*15122014*/
.faqtop {
  width: 19px;
  float: right; }

/*15122014*/
.faqtop a {
  display: inline-block;
  margin: 0px 0px 0px 0px; }

/*15122014*/
/*15122014*/
.faqimg {
  margin: 0px 0px 0px 0px; }

/*15122014*/
.topadnone {
  padding-top: 0px !important;
  text-align: center; }

/*15122014*/
.btnwrap {
  padding: 5px 0px; }

/*15122014*/
.clear {
  clear: both; }

/*15122014*/
.note-txt {
  color: #888888; }

/* ==========================================================================
	#Compare SSL Certificates
========================================================================== */
.comparecertbox {
  background: #efeeee;
  -webkit-border-radius: 25px 0;
  -moz-border-radius: 25px 0;
  -o-border-radius: 25px 0;
  border-radius: 25px 0;
  /*border-radius:25px 0;*/
  padding: 35px 50px;
  margin-bottom: 30px; }

.comparecertbox h3 {
  line-height: 30px;
  margin-bottom: 10px; }

.comparecertbox h3 a {
  color: #454545;
  text-decoration: underline; }

.comparecertbox h3 a:hover {
  text-decoration: none; }

.comparecertbox p {
  /*padding-bottom:$padding0;*/ }

/* ==========================================================================
	#Check Your SSL
========================================================================== */
.checkursslform .form-actions {
  padding-left: 33.5%; }

.checkursslform .form-row {
  padding-bottom: 18px; }

.checkursslform .form-label {
  float: left;
  line-height: 43px;
  text-align: right;
  width: 30.6%; }

.checkursslform .form-label strong {
  color: #fc2d2d; }

.checkursslform .form-controls {
  float: left;
  padding-right: 29px;
  width: 40%;
  margin-left: 25px; }

.checkursslform .form-hint {
  color: #4f4f4f;
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  padding-bottom: 0px;
  padding-top: 5px; }

.checkursslform .field {
  border: 1px solid #898989;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  font-size: 15px;
  padding: 12px;
  width: 100%; }

/* ==========================================================================
	#Contact Us
========================================================================== */
.contactaddress p {
  float: left; }

.contactaddress p + p {
  border-left: #c7c7c7 solid #c7c7c7;
  margin-top: 20px;
  padding-left: 50px;
  margin-left: 50px; }

.contactaddress p strong {
  display: block; }

.contactaddress p + p + p {
  width: 330px; }

.connecttosave {
  padding: 30px 0px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin: 40px 0px; }

/*.connecttosave h1{float:$float-left; line-height:$lineHeightpx85; color:$color04;}*/
.connecttosave p {
  float: left;
  line-height: 85px;
  color: #454545;
  font-size: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }

.connecttosave ul {
  list-style: none;
  float: left; }

.connecttosave ul li {
  list-style: none;
  float: left;
  margin-left: 32px; }

.connecttosave ul li a {
  background: url(../images/social-icons.png) no-repeat;
  display: block;
  height: 85px;
  width: 85px; }

.connecttosave ul li a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
  zoom: 1;*/
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.connecttosave ul li.utubeico a {
  background-position: -118px 0; }

.connecttosave ul li.gplusico a {
  background-position: -235px 0; }

.connecttosave ul li.inico a {
  background-position: -353px 0; }

.connecttosave ul li.twittico a {
  background-position: -471px 0; }

.connecttosave ul li.rssico a {
  background-position: right 0; }

.contactmap {
  background: #efeeee;
  -webkit-border-radius: 25px 0;
  -moz-border-radius: 25px 0;
  -o-border-radius: 25px 0;
  border-radius: 25px 0;
  padding: 40px; }

.contactmap #map_canvas {
  border: 1px solid #c7c7c7; }

/* ==========================================================================
	#Contact Us
========================================================================== */
.checkursslform .browsefile {
  background: #ffffff;
  padding: 8px; }

.checkursslform textarea {
  border: 1px solid #898989;
  font-size: 15px;
  padding: 12px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.checkursslform .select-half {
  width: 50%;
  margin-top: 18px; }

.checkursslform .select-small {
  width: 90px; }

.quoteform {
  margin-bottom: 40px; }

.orbigimg {
  margin: 40px 0px; }

.orbigimg img {
  width: 100%; }

.supportteam p {
  float: left;
  padding-bottom: 0px; }

.supportteam p strong {
  display: block; }

.supportteam p span {
  display: block; }

.supportteam .teamico {
  float: right; }

/* ==========================================================================
	#Contact us micro data
========================================================================== */
.officeaddress {
  float: left; }

.officeaddress p {
  float: none;
  padding-bottom: 0px; }

.officehour {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid #c7c7c7;
  margin-top: 20px;
  float: left; }

.officehour p {
  float: none;
  padding-bottom: 0px; }

.supportcenter {
  margin-left: 50px;
  padding-left: 46px;
  border-left: 1px solid #c7c7c7;
  margin-top: 20px;
  float: left;
  width: 330px; }

.supportcenter a {
  font-weight: bold;
  text-decoration: underline; }

.supportcenter a:hover {
  text-decoration: none; }

.supportcenter p {
  float: none;
  padding-bottom: 0px; }

.displaynone {
  display: none; }

.list-decimal {
  list-style: decimal; }

.list-decimal li {
  margin-left: 15px; }

.list-decimal .list-green-bullets {
  margin-top: 15px; }

/* ==========================================================================
	#CSR Generation
========================================================================== */
.servertype .article-entry ul {
  float: left;
  list-style: none;
  width: 47%;
  margin-top: 20px; }

.servertype .article-entry ul + ul {
  margin-left: 40px;
  width: 45%; }

.servertype .article-entry ul li a {
  color: #f6641f;
  font-weight: bold;
  text-decoration: underline; }

.servertype .article-entry ul li a:hover {
  text-decoration: none; }

.cntbotmenu {
  margin: 15px 0px 0px 15px; }

.cntbotmenu ul {
  list-style: none;
  float: left; }

.cntbotmenu ul li {
  float: left; }

.cntbotmenu ul li + li {
  background: url(../images/orngmnusept.png) no-repeat 0 5px;
  padding-left: 10px;
  margin-left: 8px; }

.cntbotmenu ul li a {
  font-weight: bold;
  text-decoration: underline; }

.cntbotmenu ul li a:hover {
  text-decoration: none; }

/* ==========================================================================
	#Step By Step Guide to Receiving your Certificate
========================================================================== */
.list-decimal {
  list-style: decimal; }

.list-decimal li {
  margin-left: 15px; }

.list-decimal .list-green-bullets {
  margin-top: 15px; }

.contactbox ul li {
  list-style: none; }

.contactbox ul li + li {
  margin-top: 5px; }

.contactbox ul li a {
  text-decoration: underline; }

.contactbox ul li a:hover {
  text-decoration: none; }

.issuancelist {
  border: 1px solid #efeeee; }

.issuancelist .headraw {
  background: #efeeee; }

.issuancelist .headraw p {
  font-weight: bold;
  color: #000000; }

.issuancelist .dtlraw p {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  color: #494949;
  line-height: 16px; }

.issuancelist .dtlraw + .dtlraw p {
  font-size: 12px;
  border-top: 1px solid #efeeee; }

.issuancelist .dtlraw p + p {
  border-left: 1px solid #efeeee; }

.issuancelist .dtlraw .hidehead {
  display: none; }

.issuancelist .dtlraw .brandname {
  width: 120px; }

.issuancelist .dtlraw .proname {
  width: 434px; }

.issuancelist .dtlraw .moredtls {
  width: 100px; }

.issuancelist .dtlraw .price {
  width: 80px; }

.issuancelist .dtlraw .expiry {
  width: 120px; }

.issuancelist .dtlraw .moredtls span .orangetxt {
  font-weight: bold;
  text-decoration: underline; }

.issuancelist .dtlraw .moredtls span .orangetxt:hover {
  text-decoration: none; }

.compatiblebox .list-green-bullets {
  padding-bottom: 0px; }

.webbrowser {
  margin-bottom: 30px; }

.validationimg {
  border: 1px solid #c7c7c7;
  display: block;
  margin-bottom: 30px; }

.validationimg img {
  width: 100%; }

.mrgbotnone {
  margin-bottom: 0px !important; }

.forgotpass .form-label {
  float: left;
  text-align: right;
  line-height: 43px;
  margin-right: 15px; }

.forgotpass .form-label strong {
  color: #fc2d2d; }

.forgotpass .form-controls {
  width: 59%;
  float: left;
  padding-right: 29px; }

.forgotpass .field {
  font-size: 15px;
  color: #fc2d2d;
  border: 1px solid #898989;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #000000; }

.forgotpass .sumitbtn {
  padding: 18px 0px 0px 67px; }

/* ==========================================================================
	#Site Map
========================================================================== */
.sitemap-list a:hover {
  text-decoration: none; }

.sitemap-list h3 {
  padding-bottom: 15px; }

.sitemap-list h3 a {
  color: #454545;
  font-size: 30px; }

.sitemap-list h4 {
  padding-bottom: 20px !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 23px; }

.sitemap-list h5 {
  padding-bottom: 10px; }

.sitemap-list h5 a {
  color: #75bf42; }

.sitemapmain .sitemap-lt {
  float: left;
  width: 47%; }

.sitemapmain .sitemap-rt {
  float: left;
  margin-left: 40px;
  width: 45%; }

.article-secondary .sitemapmain .list-green-bullets {
  padding-bottom: 0px; }

/* ==========================================================================
	#Support
========================================================================== */
.needdupport ul {
  list-style: none;
  margin-left: 20px; }

.needdupport ul li {
  list-style: none;
  margin-bottom: 25px; }

.needdupport ul li span {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border: 4px solid #fbba34;
  line-height: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  background: #fbba34;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-right: 25px;
  color: #ffffff; }

.needdupport ul li h3 {
  float: left;
  margin-top: 5px; }

.needdupport ul li p {
  float: left;
  padding-bottom: 0px;
  margin-top: -5px; }

.faqtltsec {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.faqrow {
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px; }

.faqtltsec h4 {
  float: left; }

.faqtltsec a {
  float: right; }

.expand_heading span {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  background: url(../images/faqplus-icon.png) no-repeat 0 5px; }

.expand span {
  background: url(../images/faqminus-icon.png) no-repeat 0 5px; }

.toggle_container {
  padding: 20px;
  background: #efeeee;
  -webkit-border-radius: 25px 0;
  -moz-border-radius: 25px 0;
  -o-border-radius: 25px 0;
  border-radius: 25px 0;
  margin-top: 5px; }

.toggle_container p:last-child {
  padding-bottom: 0px;
  text-align: right; }

.toggle_container p a {
  color: #f6641f; }

.toggle_container ul {
  padding-bottom: 15px; }

.toggle_container ul li {
  margin: 0px; }

.toggle_container ul.list-decimal li {
  list-style: decimal inside; }

.toggle_container ul.list-green-bullets {
  margin: 0px 0px 0px 35px; }

.toggle_container ol {
  margin-left: 30px; }

.toggle_container ol li {
  margin-left: 20px;
  list-style-position: outside; }

/* ==========================================================================
	#Sales Order Processing
========================================================================== */
.article-primary.salesorder-process h4 {
  margin-bottom: 15px; }

.numblist {
  margin-left: 40px;
  margin-bottom: 20px; }

.dotlist {
  margin: 0px 0px 20px 30px; }

.dotlist li {
  position: relative;
  list-style: none;
  padding-left: 10px;
  line-height: 26px; }

.dotlist li:before {
  background: #454545;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 4px;
  width: 4px;
  left: 0;
  position: absolute;
  top: 11px; }

/* ==========================================================================
	#SSL FAQ
========================================================================== */
.faqlist {
  margin-bottom: 30px; }

.faqlist ul li {
  font-size: 16px; }

.faqlist ul li::before {
  top: 8px; }

#frmlogin .form-actions {
  width: 40%; }

#frmlogin .form-actions a {
  float: right;
  font-size: 14px;
  line-height: 16px; }

.checkursslform .form-label.lineht22 {
  line-height: 22px; }

.captchacode img {
  border: 1px solid #898989;
  background: #ffffff;
  padding: 0px 10px 8px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px; }

.section-ssltype {
  padding-bottom: 0px;
  border-bottom: none; }

.imgoriginal {
  display: block;
  text-align: center; }

.article-entry .supportulli {
  padding-bottom: 30px; }

.mrgleft55 {
  margin-left: 55px; }

.boldstrip {
  margin: 40px 0;
  height: 24px;
  background: url(../images/stripe.png) repeat-x; }

.compare-icon {
  float: left;
  margin: 0px 30px 20px 0px; }

/* ==========================================================================
	#Whitepaper List
========================================================================== */
.article-left {
  float: left;
  width: 640px; }

.whtpaper-list {
  float: right;
  width: 292px; }

.whtpaper-list ul {
  list-style: none;
  float: left;
  width: 100%; }

.whtpaper-list ul li {
  float: left;
  width: 100%; }

.whtpaper-list ul li + li {
  padding-top: 40px; }

.whtpaper-list ul li img {
  float: left;
  margin-right: 15px; }

.whtpaper-list ul li h5 {
  font-size: 22px;
  line-height: 18px;
  margin-bottom: 10px; }

.whtpaper-decp {
  float: left;
  width: 236px; }

.whtpaper-decp p {
  float: left;
  font-size: 14px;
  width: 65%;
  padding-bottom: 0px;
  padding-top: 4px; }

.whtpaper-decp .btn {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0px 27px 0px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  text-align: left;
  float: right; }

.whtpaper-decp .btn .ico-btn-arrow-white {
  width: 10px;
  height: 10px;
  margin: 0px;
  position: absolute;
  right: 8px;
  top: 10px;
  background: url(../images/small-btn-arrow.png) no-repeat; }

.half-selectbox {
  width: 50%; }

.whtpaper-section {
  background: #efeeee;
  padding: 35px 40px 40px;
  margin-bottom: 20px;
  -webkit-border-radius: 25px 0;
  -moz-border-radius: 25px 0;
  -o-border-radius: 25px 0;
  border-radius: 25px 0; }

.whtpaper-section h4 {
  margin-bottom: 35px; }

.whtpaper-section .whtpaper-list {
  width: 50%;
  float: left;
  padding-right: 45px;
  box-sizing: border-box; }

.whtpaper-section .whtpaper-list + .whtpaper-list {
  float: right;
  border-left: 1px solid #c7c7c7;
  padding-right: 0px;
  padding-left: 45px; }

.whtpaper-section .whtpaper-list .whtpaper-decp {
  width: 84%; }

/* ==========================================================================
	#Always On SSL
========================================================================== */
.https-help {
  padding: 30px 0px 40px;
  border: 12px solid #75be42;
  -webkit-border-radius: 23px 0;
  -moz-border-radius: 23px 0;
  -o-border-radius: 23px 0;
  border-radius: 23px 0;
  margin-bottom: 40px; }

.cnthead-secondry {
  padding: 0px 30px 30px; }

.cnthead-secondry h2 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  background: url(../images/heading-line-grey.png) 0 center repeat-x; }

.cnthead-secondry h2 span {
  display: inline-block;
  padding: 0px 20px;
  background: #ffffff; }

.https-help ul {
  list-style: none;
  float: left;
  width: 100%; }

.https-help ul li {
  float: left;
  padding: 0px 15px;
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  position: relative; }

.https-help ul li a {
  color: #898989;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 28px;
  display: block;
  padding-top: 140px; }

.https-help ul li + li:before {
  border-left: 1px solid #c7c7c7;
  position: absolute;
  content: "";
  height: 90px;
  width: 1px;
  left: 0;
  top: 20px; }

.https-help ul li a:hover {
  text-decoration: none;
  color: #f6641f; }

.https-help ul li.hhtpshelp-icon1 a {
  background: url(../images/always-boost-seo-rank-rso.png) center 0 no-repeat; }

.https-help ul li.hhtpshelp-icon1:hover a {
  background: url(../images/always-boost-seo-rank.png) center 0 no-repeat; }

.https-help ul li.hhtpshelp-icon2 a {
  background: url(../images/standout-in-virtual-rso.png) center 0 no-repeat; }

.https-help ul li.hhtpshelp-icon2:hover a {
  background: url(../images/standout-in-virtual.png) center 0 no-repeat; }

.https-help ul li.hhtpshelp-icon3 a {
  background: url(../images/protect-all-encrypted-rso.png) center 0 no-repeat; }

.https-help ul li.hhtpshelp-icon3:hover a {
  background: url(../images/protect-all-encrypted.png) center 0 no-repeat; }

.https-help ul li.hhtpshelp-icon4 a {
  background: url(../images/always-prepared-rso.png) center 0 no-repeat; }

.https-help ul li.hhtpshelp-icon4:hover a {
  background: url(../images/always-prepared.png) center 0 no-repeat; }

.implementstep {
  padding: 0px 30px;
  margin: 20px 0px 40px; }

.implementstep ul {
  list-style: none;
  float: left;
  width: 100%; }

.implementstep ul li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 30px 0px; }

.implementstep ul li + li {
  border-top: 1px solid #c7c7c7; }

.implementstep ul li span {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border: 4px solid #fbba34;
  line-height: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  background: #fbba34;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-right: 25px;
  color: #ffffff; }

.implementstep ul li h3 {
  float: left;
  margin-top: 5px;
  font-size: 30px;
  color: #454545; }

.implementstep ul li h3 a {
  text-decoration: underline; }

.implementstep ul li h3 a:hover {
  text-decoration: none; }

.implementstep ul li p {
  padding: 5px 0px 0px 0px; }

/* ==========================================================================
	#Quick EV Green Address Bar
========================================================================== */
.left-icon {
  float: left;
  margin-top: 10px; }

.right-icon {
  float: right;
  margin-top: 10px; }

.right-cnt {
  float: right;
  width: 80%; }

.left-cnt {
  float: left;
  width: 80%; }

.article .aosslimg img {
  margin: 44px 0px 0px 30px; }

.leftside-content {
  float: left;
  width: 60%; }

/* ==========================================================================
	#Important EV
========================================================================== */
.impev-grnbar {
  padding: 29px 200px 145px 0px;
  background: url(../images/important-is-ev-img.png) right 110px no-repeat; }

.evssl-shop {
  padding: 30px;
  border: 12px solid #75be42;
  -webkit-border-radius: 24px 0;
  -moz-border-radius: 24px 0;
  -o-border-radius: 24px 0;
  border-radius: 24px 0;
  margin-top: 40px; }

.evssl-shop .shop-head {
  background-position: 0 8px;
  padding-bottom: 10px; }

.evssl-shop .shop-head h2 {
  line-height: 36px;
  color: #75bf42; }

.evssl-shop .shop-entry .alignright {
  float: right;
  margin-left: 20px; }

.evssl-shop .shop-entry p {
  padding-top: 25px;
  font-size: 14px; }

.evssl-shop .shop-items .shop-item-head {
  float: left; }

.evssl-shop .selecter .selecter-selected {
  padding: 4px 10px 2px;
  background-size: 29px 29px; }

.evssl-shop .shop-item-head h3 {
  font-size: 18px;
  padding-bottom: 0px; }

.evssl-shop .shop-item-head h3 a {
  color: #898989; }

.evssl-shop .form-shop .form-body {
  width: 300px; }

.evssl-shop .form-shop {
  padding-bottom: 0; }

.evssl-shop .shop-item {
  padding: 20px 0px; }

.evssl-shop .shop-item:last-child {
  padding-bottom: 0px;
  border-bottom: none; }

/* ==========================================================================
	#Why RSO
========================================================================== */
.why-rso {
  margin-top: 25px !important; }

.whyrso-icon {
  float: left;
  width: 35%;
  margin-top: 30px; }

.why-rso .whyrso-cnt {
  float: right;
  width: 55%; }

.whyrso-cnt h2 {
  font-size: 40px;
  color: #75bf42; }

.whyrso-cnt p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 0px; }

.whyrso-cnt p a {
  text-decoration: underline; }

.whyrso-cnt p a:hover {
  text-decoration: none; }

/* ==========================================================================
	#Specialist Partner
========================================================================== */
.symcpartner h5 {
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 2px;
  text-align: center;
  color: #75bf42;
  padding: 6px 0px 24px; }

.symcpartner ul {
  list-style: none;
  float: left;
  width: 100%; }

.symcpartner ul li {
  list-style: none;
  float: left;
  box-sizing: border-box;
  padding: 0px 41px; }

.miscisprice {
  float: left;
  padding-right: 20px;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 8px; }

.miscisprice label {
  color: #f6631f;
  font-size: 20px;
  float: left;
  padding-right: 10px;
  line-height: 26px; }

.miscisprice span {
  float: left;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px; }

.newsteps-head {
  padding: 0px 0px 30px 0px;
  position: relative; }

.newlist-steps {
  background: url(../images/list-steps.png) repeat-x 0 0;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  list-style: none;
  text-align: center; }

.newlist-steps li {
  line-height: 1.4;
  text-align: center;
  padding: 0px 10%;
  display: inline-block; }

.newlist-steps li .ico-step {
  width: 45px;
  height: 51px;
  display: inline-block;
  font-style: normal;
  line-height: 69px;
  font-weight: bold;
  background: url(../images/ico-step.png) no-repeat 0 0 !important;
  color: #cccccc; }

.newlist-steps li.current .ico-step {
  color: #ffffff;
  background: url(../images/ico-step-active.png) no-repeat 0 0 !important;
  font-style: normal; }

.newlist-steps li.current span {
  color: #000000; }

.newlist-steps span {
  font-size: 14px;
  line-height: 1.4;
  color: #cccccc;
  display: block;
  padding-top: 10px; }

.newlist-steps a:hover {
  text-decoration: none; }

.signupform {
  padding-top: 0px; }

.txtbtmspace {
  margin-bottom: 15px; }

.ulimargin {
  margin-left: 25px; }

#sectioncookies {
  border-top: 100px solid transparent;
  margin-top: -100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Section Browsers
========================================================================== */
.section-browsers {
  padding-top: 52px;
  text-align: center; }

.section-browsers .shell {
  padding-bottom: 34px;
  border-bottom: 1px solid #c7c7c7;
  padding-top: 44px;
  border-top: 1px solid #c7c7c7; }

.section-browsers .section-entry {
  font-size: 22px;
  font-weight: bold; }

.section-browsers .section-entry p {
  padding-bottom: 0px; }

.list-browsers {
  padding: 0px 17px 37px;
  overflow: hidden;
  list-style: none; }

.list-browsers li {
  float: left; }

.list-browsers li + li {
  padding-left: 63px; }

.list-browsers a:hover {
  filter: alpha(opacity=70);
  /* msie */
  -moz-opacity: 0.7;
  /* firefox 1.0 */
  -khtml-opacity: 0.7;
  /* webkit */
  opacity: 0.7;
  /* css 3 */ }

/* ==========================================================================
	#Section Platinum Partner
========================================================================== */
.section-platinum-partner {
  padding: 40px 0px; }

.section-platinum-partner a {
  display: block; }

.section-platinum-partner .section-image,
.section-platinum-partner .section-entry {
  display: inline-block;
  vertical-align: middle; }

.section-platinum-partner .section-image {
  padding-left: 30px; }

.section-platinum-partner .section-entry {
  padding: 16px 0px 0px 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 41px;
  color: #75bf42;
  font-weight: bold;
  text-transform: uppercase; }

/*# sourceMappingURL=browser-partner.css.map */

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Popups
========================================================================== */
.popup .article h4 {
  font-size: 28px;
  color: #75be42; }

.popup .article img {
  width: 207px;
  margin: 3px 0px 0px 10px; }

.popup-head {
  padding: 0px 20px 13px 17px; }

.popup-title {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.12; }

.popup-title-small {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase; }

.popup-title span {
  text-transform: none; }

.smallbox {
  width: 110px;
  margin-bottom: 10px; }

.popup-body h5 {
  color: #75be42;
  margin-bottom: 10px; }

.popup-body p {
  padding-bottom: 0px; }

.popup-actions .link-close {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 22px;
  height: 22px;
  background: url(../images/sprite.png) -152px -206px no-repeat; }

.popup-seal {
  width: 1036px; }

.table-rating {
  padding-bottom: 10px;
  font-size: 14px; }

.table-rating td {
  padding: 9px 0px 9px 16px; }

.table-rating td + td {
  text-align: right; }

.table-rating tr + tr td {
  border-top: 1px solid #898989; }

.table-rating .rate img {
  width: 19px; }

.rating-factors {
  padding: 15px 20px 23px;
  -webkit-border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;
  -o-border-radius: 10px 0px 10px 0px;
  border-radius: 10px 0px 10px 0px;
  background: #efeeee;
  font-size: 14px; }

.rating-factors h4 {
  padding-bottom: 16px;
  font-size: 28px;
  color: #454545; }

.rating-factors .cols {
  overflow: hidden; }

.rating-factors .col {
  padding-left: 20px; }

.rating-factors .col-size1 {
  width: 205px; }

.rating-factors .col-size2 {
  width: 130px; }

.rating-factors .col-size3 {
  width: 150px; }

.popup-rating .rating h2 {
  font-size: 40px;
  line-height: 1.12;
  color: #75bf42; }

.table-seal {
  border: 2px solid #898989;
  -webkit-border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;
  -o-border-radius: 10px 0px 10px 0px;
  border-radius: 10px 0px 10px 0px;
  font-size: 13px;
  line-height: 1.55;
  overflow: hidden; }

.table-seal table {
  border-collapse: collapse; }

.table-seal th {
  padding: 16px 18px 17px;
  background: #898989;
  font-size: 16px;
  line-height: 1.13;
  color: #ffffff;
  text-align: left; }

.table-seal td {
  height: 120px;
  padding: 16px 18px 12px; }

.table-seal td:first-child {
  vertical-align: top; }

.table-seal td + td {
  border-left: 2px solid #898989; }

.table-seal tr + tr td {
  border-top: 2px solid #898989; }

.table-seal .center {
  text-align: center; }

.table-seal tr:nth-child(even) td {
  background: #efeeee; }

.seal-entry {
  padding: 14px 0px 0px;
  font-size: 11px; }

.seal-entry p {
  padding-bottom: 0px; }

.seal-entry p + p {
  padding-top: 13px; }

.popup-money-back .popup-body {
  padding-bottom: 15px; }

.popup-money-back .article {
  line-height: 1.55; }

.popup-money-back .article a {
  text-decoration: none; }

.popup-money-back .article a:hover {
  text-decoration: none; }

.popup-money-back .article img {
  margin-left: 32px; }

/* ==========================================================================
	#Shopping Cart Popup / 20-05-2015
========================================================================== */
.popupprdtl ul li, .popupprdtl ul {
  list-style: none;
  float: left;
  width: 100%; }

.popupprdtl ul li {
  font-size: 14px;
  padding: 0px 0px 20px 0px; }

.popupprdtl ul li + li {
  border-top: 1px solid #898989;
  padding: 20px 0px; }

.popupprdtl ul li strong {
  float: left;
  width: 40%; }

.popupprdtl-rt {
  float: left;
  width: 55%; }

.popupprdtl-rt .radio {
  float: left; }

.popupprdtl-rt .radio + .radio {
  margin-left: 20px; }

.popupprdtl ul li h6 {
  margin-bottom: 10px;
  color: #75bf42; }

.listraw {
  float: left;
  width: 100%; }

.popupprdtl ul li strong span {
  color: #f6641f; }

.sancert {
  background: #efeeee;
  /*border-radius:14px 0;*/
  -webkit-border-radius: 14px 0px;
  -moz-border-radius: 14px 0px;
  -o-border-radius: 14px 0px;
  border-radius: 14px 0px; }

.sancert .domainselect {
  float: left;
  padding: 20px;
  box-sizing: border-box;
  width: 50%; }

.sancert .domainselect + .domainselect {
  width: 25%; }

.domainselect label {
  display: block;
  font-weight: bold;
  color: #f6641f;
  padding-bottom: 5px; }

.selectyr {
  width: 55%; }

/* ==========================================================================
	#Promo Expired Popup / 10-06-2015
========================================================================== */
.popup-expired-promo .article img {
  margin: 0px;
  width: auto;
  height: auto; }

.promocode-popup .promo-img {
  float: left;
  position: relative; }

.promocode-popup .promo-decp {
  float: right;
  width: 405px;
  margin-top: 20px;
  border-bottom: 1px solid #fbba34;
  padding-bottom: 25px; }

.botcontactinfo p {
  float: left;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  padding-top: 5px; }

.botcontactinfo p span {
  color: #f6641f; }

.botcontactinfo p a {
  color: #f6641f; }

.botcontactinfo .chatbubble {
  float: right; }

/* ==========================================================================
	#Begin Generation Popup / 15-06-2015
========================================================================== */
.popup-form .form-label {
  float: left;
  width: 10%;
  float: left;
  line-height: 43px;
  font-size: 16px; }

.popup-form .form-label strong {
  color: #fc2d2d; }

.popup-form .field {
  font-size: 15px;
  color: #fc2d2d;
  border: 1px solid #898989;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 12px;
  color: #000000; }

.popup-form .form-controls {
  width: 59%;
  float: left; }

.popup-form .form-row + .form-row {
  padding-top: 18px; }

.popup-form .form-hint {
  font-size: 12px;
  color: #000000;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 1; }

.generatebtn {
  padding-left: 36%; }

.begin-popup .selecter .selecter-options {
  max-height: 92px; }

/* ==========================================================================
	#Add Funds / 29-06-2015
========================================================================== */
.addfunddata {
  background: none;
  padding: 0px; }

.addfunddata h4 {
  color: #75be42;
  margin-bottom: 15px; }

.addfunddata .form-controls {
  width: 57%; }

.addfunddata .paymethod {
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  padding: 20px 0px !important; }

.paymethod .form-label {
  line-height: normal; }

.addfunddata .creditinfo {
  padding-top: 0px !important; }

.creditinfo .select {
  width: 48%;
  float: left; }

.creditinfo .select + .select {
  margin-left: 20px; }

.creditinfo .selecter .selecter-options {
  max-height: 92px; }

.creditinfo .form-controls {
  width: 48%;
  float: left; }

.creditinfo .form-controls + .form-controls {
  margin-left: 20px; }

.creditinfo .fullrow + .fullrow {
  margin-top: 20px; }

.cvvno .field {
  width: 20%;
  float: left; }

.cvvcardimg {
  position: relative;
  float: left;
  cursor: pointer;
  margin: 5px 15px 0 15px; }

.cvvcardimg img {
  width: auto; }

.cvvcardimg span {
  display: none;
  position: absolute;
  left: 55px;
  top: 0; }

.cvvcardimg:hover span {
  display: block; }

.addfunddata .selectpaymethod {
  padding: 20px 0px;
  border-top: 1px solid #898989; }

.addfunddata h2 {
  font-size: 24px;
  color: #75bf42; }

.addfunddata .creditcard-info {
  padding-bottom: 20px; }

.addfunddata .form-label {
  width: 34%; }

.addfunddata .creditcard-info .summaryinfo {
  padding: 30px; }

.addfunddata .halfselectbox + .halfselectbox {
  margin-left: 27px !important; }

.addfunddata .smfontpara {
  padding-bottom: 20px;
  font-size: 14px; }

/* ==========================================================================
	#Set Password / 30-06-2015
========================================================================== */
.setpassleft {
  float: left; }

.setpassright {
  float: right;
  width: 400px; }

.setpassright p.txtpass {
  font-size: 13px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fbba34; }

.setpassform {
  background: #efeeee;
  -webkit-border-radius: 14px 0px;
  -moz-border-radius: 14px 0px;
  -o-border-radius: 14px 0px;
  border-radius: 14px 0px;
  padding: 20px; }

.setpassform .form-label {
  width: 100%;
  text-align: left;
  line-height: normal; }

.setpassform .linehtnormal {
  line-height: normal; }

.setnowbtn {
  /*padding-left:$width40per;*/ }

.setpassform .form-row:last-child {
  padding-bottom: 0px; }

.setpassform .form-controls {
  padding-right: 0px;
  width: 100%; }

.setpassform .form-hint {
  padding: 5px 0px 0px;
  color: #999999; }

/* ==========================================================================
	#SSL Expert Advice / 30-06-2015
========================================================================== */
.expertbtnsec {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fbba34; }

.expertbtnsec .expertbtn {
  float: left;
  width: 140px; }

.expertbtnsec .expertbtn + .expertbtn {
  float: right;
  text-align: right; }

.expertbtn p {
  font-size: 11px;
  margin-top: 5px; }

/* ==========================================================================
	#Change Approver Email Popup / 17-07-2015
========================================================================== */
.selectmailid {
  background: none;
  padding: 0px; }

.selectmailid .form-row + .form-row {
  padding-bottom: 0px; }

.selectmailid .radio {
  width: 50%;
  padding: 10px 10px 10px 0px;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #898989; }

.selectmailid .radio:nth-child(even) {
  padding: 10px 0px 10px 10px; }

.selectmailid .radio .radio-fake {
  margin-top: 7px; }

.selectmailid .radio .label-content {
  float: left;
  word-break: break-all;
  width: 93%; }

.selectmailid .btn {
  float: left; }

.selectmailid .note {
  float: right;
  font-size: 13px;
  margin-top: 10px;
  font-style: italic; }

/* ==========================================================================
	#Add to Cart / 22-07-2015
========================================================================== */
.popup-add-cart .form-symantec .term-title, .form-symantec .radio label, .form-symantec .label-content, .form-symantec .radio.checked .term-save {
  display: block; }

.popup-add-cart .form-symantec {
  color: #000000; }

.popup-add-cart .form-symantec .form-cols {
  padding-bottom: 20px; }

.popup-add-cart .form-symantec .form-col-size1 {
  width: 390px;
  box-sizing: border-box;
  background: #efeeee;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.popup-add-cart .form-symantec .form-col-size2 {
  float: right;
  width: 200px; }

.popup-add-cart .form-symantec .radio label {
  overflow: hidden;
  padding: 5px 10px;
  line-height: 1.25; }

.popup-add-cart .form-symantec .label-content {
  overflow: hidden; }

.popup-add-cart .form-symantec .term-title {
  font-size: 13px !important; }

.popup-add-cart .form-symantec .term-title strong {
  font-weight: normal; }

.popup-add-cart .form-symantec .term-title span {
  color: #898989; }

.popup-add-cart .form-symantec .term-save {
  display: none;
  font-size: 13px;
  color: #75bf42; }

.popup-add-cart .form-symantec .radio-fake {
  float: left;
  margin-top: 0px; }

.popup-add-cart .form-symantec .radio.checked {
  margin: 4px 0px 10px; }

.popup-add-cart .form-symantec .radio.checked label {
  padding: 7px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #cccccc; }

.popup-add-cart .form-symantec .radio.checked .term-title {
  color: #f6641f; }

.popup-add-cart .form-symantec .radio.checked .radio-fake {
  float: left;
  margin-top: 2px; }

.popup-add-cart .form-symantec-secondary {
  position: relative; }

.popup-add-cart .total-list {
  padding-bottom: 12px;
  border-bottom: 1px solid #c7c7c7;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: right; }

.popup-add-cart .form-symantec-secondary .total-list {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-top: 0px; }

.popup-add-cart .form-symantec-secondary .total-list + .total-list {
  border-top: none; }

.popup-add-cart .form-symantec-secondary .total {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 15px;
  line-height: 24px;
  position: relative; }

.popup-add-cart .total strong {
  font-family: "Roboto Condensed", sans-serif;
  float: right;
  text-align: right;
  font-size: 24px;
  font-weight: bold; }

.popup-add-cart .form-symantec-secondary .total span {
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #343434; }

.popup-add-cart .form-symantec .selecter .selecter-selected {
  background: url(../images/select-arrows-small.png) no-repeat right center;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  padding: 4px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
  border: 1px solid #898989; }

.popup-add-cart .form-symantec .selecter .selecter-item {
  padding: 4px 10px; }

.popup-add-cart .form-symantec .form-col-size2 .form-label {
  display: inline-block;
  vertical-align: middle;
  float: left; }

.popup-add-cart .form-symantec .form-col-size2 .form-controls {
  float: right; }

.popup-add-cart .form-symantec .form-row {
  padding-bottom: 0px; }

.popup-add-cart .form-symantec .form-label {
  width: 130px;
  padding: 0px 0px 0px 0px;
  font-size: 11px;
  line-height: 33px; }

.popup-add-cart .form-symantec .form-label ~ .form-controls {
  width: 67px; }

.popup-add-cart .form-symantec .btn {
  width: 180px;
  padding: 9px 0px 11px 18px;
  margin-left: 5px; }

.popup-add-cart .form-symantec .btn .ico-btn-arrow, .form-symantec .btn .ico-btn-arrow-white {
  margin-left: 8px; }

.popup-add-cart .tooltip-toggle {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: -4px 0px 0px 0px;
  background: #f6631f;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 13px;
  padding: 0px; }

.popup-add-cart .tooltip-toggle:hover {
  text-decoration: none; }

.popup-add-cart .tooltip {
  position: relative; }

.popup-add-cart .tooltip-content {
  position: absolute;
  bottom: 100%;
  left: -110px;
  z-index: 102;
  width: 166px;
  padding: 11px 15px 13px;
  -webkit-border-radius: 12px 0;
  -moz-border-radius: 12px 0;
  -o-border-radius: 12px 0;
  border-radius: 12px 0;
  margin: 0px 0px 22px -14px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
  font-size: 12px;
  line-height: 1.34;
  font-weight: normal;
  letter-spacing: -1px;
  filter: alpha(opacity=0);
  /* msie */
  -moz-opacity: 0;
  /* firefox 1.0 */
  -khtml-opacity: 0;
  /* webkit */
  opacity: 0;
  /* css 3 */
  visibility: hidden;
  -moz-transition: 0.5s, all;
  -o-transition: 0.5s, all;
  -webkit-transition: 0.5s, all;
  transition: 0.5s, all; }

.popup-add-cart .tooltip-content:after {
  position: absolute;
  bottom: -20px;
  left: 110px;
  width: 26px;
  height: 20px;
  background: url(../images/sprite.png) -243px -108px no-repeat;
  content: ''; }

.popup-add-cart .tooltip-visible .tooltip-content {
  filter: alpha(opacity=100);
  /* msie */
  -moz-opacity: 1;
  /* firefox 1.0 */
  -khtml-opacity: 1;
  /* webkit */
  opacity: 1;
  /* css 3 */
  visibility: visible; }

.popup-add-cart .features {
  padding: 20px;
  border: 1px solid #d7d7d7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.popup-add-cart .features .col-size1 {
  width: 383px; }

.popup-add-cart .features .col-size2 {
  float: right;
  width: 168px; }

.popup-add-cart .features ul {
  list-style: none; }

.popup-add-cart .features .list-green-bullets {
  margin-left: 16px; }

.popup-add-cart .features-desc {
  padding: 15px 15px 10px;
  -webkit-border-radius: 5px 0;
  -moz-border-radius: 5px 0;
  -o-border-radius: 5px 0;
  border-radius: 5px 0;
  background: #efeeee;
  color: #000000;
  font-size: 14px;
  line-height: 1.25; }

.popup-add-cart .features-desc li {
  float: left;
  width: 166px;
  padding: 0px 10px 2px 0px; }

.popup-add-cart .features-checks {
  padding: 15px 0px 0px 18px;
  font-size: 11px; }

.popup-add-cart .features-checks ul {
  float: left;
  width: 175px; }

.popup-add-cart .features-checks ul + ul {
  padding-left: 15px; }

.popup-add-cart .features-checks li {
  padding-bottom: 2px; }

.popup-add-cart .features-icons {
  padding-bottom: 15px; }

.popup-add-cart .features-icons ul {
  overflow: hidden; }

.popup-add-cart .features-icons li {
  float: left;
  width: 49px;
  text-align: center; }

.popup-add-cart .features-icons li + li {
  padding-left: 10px; }

.popup-add-cart .features-icons li img {
  max-width: 100%; }

.popup-add-cart .features-icons span {
  display: block;
  padding-top: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  line-height: 1; }

.popup-add-cart .features-actions {
  text-align: center; }

.popup-add-cart .features-actions .btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 3px 13px;
  box-sizing: border-box;
  font-size: 18px; }

.popup-add-cart .features-actions .ico-btn-arrow-white {
  margin-left: 4px; }

.popup-add-cart .viewfulldtl {
  text-align: right;
  font-size: 12px;
  padding-top: 10px; }

.popup-add-cart .viewfulldtl a {
  text-decoration: underline; }

.popup-add-cart .viewfulldtl a:hover {
  text-decoration: none; }

.popup-add-cart .form-symantec .form-col-size2 .form-row {
  float: left;
  width: 100%; }

.popup-add-cart .form-symantec .form-col-size2 .form-row + .form-row {
  padding-top: 15px; }

.popup-add-cart .dtlbrandlogo {
  padding-bottom: 10px;
  float: left;
  width: 100%; }

.popup-add-cart .dtlbrandlogo img {
  height: 30px; }

.popup-add-cart .features .cols {
  margin: 0px;
  padding: 0px; }

.popup-add-cart .total sup {
  margin-left: 0px;
  font-size: 16px; }

.password-popup p {
  padding-bottom: 10px; }

.begin-popup .form-billing .lineht20 {
  line-height: 20px; }

.begin-popup .radio {
  float: left;
  cursor: pointer;
  position: relative; }

.begin-popup .radio span {
  cursor: pointer; }

.begin-popup .radio input {
  left: 0; }

.begin-popup .radio + .radio {
  margin-left: 20px; }

.popup-money-back .article img {
  float: right; }

.nsg-popup h2 {
  padding: 0px; }

.nsg-popup h3 {
  padding-bottom: 15px; }

.nsg-popup p {
  padding-bottom: 15px; }

.nsg-popup p strong {
  display: block;
  font-size: 14px; }

.nsg-popup p span {
  font-weight: bold;
  color: #75be42; }

.istermpoup {
  max-height: 400px;
  overflow: auto; }

.istermpoup p {
  line-height: 20px; }

.istermpoup .mrgbot20 {
  margin-bottom: 20px; }

.termslist {
  list-style: decimal; }

.termslist li {
  margin: 0px 0px 15px 20px; }

.termslist li .list-green-bullets {
  margin: 15px 0px 15px 25px; }

.istermpoup li p strong {
  display: block; }

.popup-add-cart .form-col-size2 #dvnumserv .tooltip-content {
  width: 237px;
  left: -156px; }

.popup-add-cart .form-col-size2 #dvnumserv .tooltip-content::after {
  left: 150px; }

/* Scss Document */
/* Scss Document */
/* ==========================================================================
Other	#Media Queries
========================================================================== */
@media only screen and (max-width: 959px) and (-webkit-min-device-pixel-ratio: 0) {
  .selecter .selecter-element {
    z-index: 51; } }
@media only screen and (max-width: 959px) {
  .header.header-secondary .phone {
    display: block;
    text-align: right;
    float: right;
    margin-left: 0px;
    margin-right: 20px; }

  .header.header-secondary .logo {
    margin-left: 18px; }

  .header.header-secondary .link-full-site {
    margin-top: -8px; }

  .header.header-secondary:before, .header.header-secondary:after {
    display: none; }

  .header.header-secondary .phone a {
    font-size: 14px;
    color: #f6641f;
    letter-spacing: 0px;
    text-decoration: underline; }

  .header.header-secondary .secure {
    display: none; }

  .link-full-site {
    display: block; }

  .header.header-secondary {
    border-bottom: 11px solid #ffbd37; }

  .main-secondary {
    padding-top: 0px;
    margin-top: 30px; }

  .main-secondary .sidebar {
    display: none; }

  .section-order-summary, .section-contact-secondary {
    display: displayNone; }

  .widget-contacts-secondary .widget-title {
    padding-bottom: 0px; }

  .main-secondary {
    padding-left: 20px;
    padding-right: 20px; }

  .content {
    width: auto;
    float: none; }

  .list-steps li {
    padding: 0px 5%; }

  .section-contact-secondary .widget-contacts {
    height: 95px; }

  .section-contact-secondary ul {
    list-style: none; }

  .section-contact-secondary .widget-contacts:after {
    background: url(../images/widget-contacts2.png) no-repeat 0 0;
    width: 34px;
    height: 137px;
    position: absolute;
    top: -1px;
    right: -1px;
    left: auto; }

  .section-contact-secondary .widget-contacts .widget-body:after {
    content: "";
    display: table;
    clear: both; }

  .section-contact-secondary .widget-contacts .widget-body {
    overflow: visible;
    background: none; }

  .section-contact-secondary .contacts p {
    width: 49%;
    float: left; }

  .section-contact-secondary .contacts p + p {
    margin-top: -40px;
    position: relative; }

  .main-head-secondary .breadcrumbs {
    padding-left: 20px; }

  .main-head-secondary .main-head-inner {
    padding-right: 20px; }

  .section-statistic .section-content {
    width: auto;
    display: block;
    float: none; }

  .section-statistic .section-aside {
    display: none; }

  .notification p {
    overflow: hidden;
    width: 100%; }

  .manager {
    max-width: 100%; }

  .issuancelist .dtlraw .proname {
    width: 215px; }

  /*------------------ SSL - Tools -----------*/
  .toollttxt, .toolrttxt {
    width: 70%; }

  .checkhostname .form-row {
    width: 80%; }

  .checkhostname .form-row + .form-row {
    width: auto; }

  .checkhostname .form-controls {
    width: 70%; }

  /*------------------ SSL - Tools -----------*/
  .sitecontacts .admincontdetail {
    width: 100%; }

  .sitecontacts .admincontdetail + .admincontdetail {
    margin: 20px 0px 0px; }

  /*-------------- Manage credit card tabel -------------*/
  .cimprofilelist {
    border-top: none; }

  .cimprofilelist .headraw {
    display: none; }

  .cimprofilelist .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px; }

  .cimprofilelist .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .cimprofilelist .dtlraw + .dtlraw p {
    border-top: none; }

  .cimprofilelist .dtlraw p + p {
    border-left: none; }

  .cimprofilelist .dtlraw p {
    font-size: 12px; }

  .cimprofilelist .dtlraw + .dtlraw p {
    font-size: 12px; }

  .cimprofilelist .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px; }

  .cimprofilelist .dtlraw p span {
    display: block; }

  .cimprofilelist .dtlraw p.proname {
    font-weight: normal; }

  .cimprofilelist .dtlraw .edit {
    text-align: left; }

  .cimprofilelist .dtlraw .delete {
    text-align: left; }

  #frmlogin .form-actions {
    width: 55%; }

  .detailbtnsec .btnraw form .btn {
    margin-bottom: 15px; }

  /*-------------- re-Issue -------------*/
  .reissuesec h2 {
    line-height: 32px;
    margin-bottom: 10px; }

  .reissuesec .detaillist li label {
    width: 100%;
    text-align: left; }

  .reissuesec .detaillist li span {
    width: 100%; }

  .reissuesec .creditcard-info {
    padding-bottom: 0px; }

  .reissuesec.padbot {
    padding-bottom: 0px !important; }

  .paypalinfo .summaryinfo span {
    width: 100%;
    text-align: center;
    margin: 0px 0px 15px 0px; }

  .paypalinfo .summaryinfo p {
    width: 100%; }

  /*-------------- Edit Renewal Reminders -------------*/
  .editrenewaltbl {
    border-top: none; }

  .editrenewaltbl .headraw {
    display: none; }

  .editrenewaltbl .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px; }

  .editrenewaltbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .editrenewaltbl .dtlraw + .dtlraw p {
    border-top: none; }

  .editrenewaltbl .dtlraw p + p {
    border-left: none; }

  .editrenewaltbl .dtlraw p {
    font-size: 12px; }

  .editrenewaltbl .dtlraw + .dtlraw p {
    font-size: 12px; }

  .editrenewaltbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px; }

  .editrenewaltbl .dtlraw p span {
    display: block; }

  .editrenewaltbl .dtlraw .action {
    text-align: left; }

  /*-------------- Product Detail -------------*/
  .icon-brand-1, .icon-brand-2, .icon-brand-3, .icon-brand-4 {
    left: 0;
    top: 10px;
    position: absolute; }

  .installation-support .creditcard-info, .installation-support .selectpaymethod {
    padding: 0 20px; }

  .installation-support h2 {
    line-height: 36px; }

  .installation-support .cardinfomain .form-label {
    width: 33%; }

  .installation-support .cardinfomain .form-controls {
    padding-right: 0px; }

  .installation-support .savebtn {
    padding-left: 41%; }

  .toolsdtlds .article-entry {
    padding: 20px 0px !important; }

  .toolsdtlds .toolrtimg, .toolsdtlds .toolltimg {
    width: 100%;
    text-align: center; }

  .toolsdtlds .tooldsrttxt {
    width: 100%;
    padding-top: 20px; }

  .toolsdtlds .tooldslttxt {
    width: 100%;
    padding-bottom: 20px; }

  .list-support li a {
    margin-top: 10px;
    float: none;
    display: block;
    width: 68px; }

  .section-shop .form-shop {
    position: relative;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 10px; }

  .section-shop .shop-item {
    padding-bottom: 20px; }

  #tab-paypal .form-creadit-card .form-controls {
    width: 70%; }

  /*==================== Buy Products ====================*/
  .brandstbl {
    border-top: none; }

  .brandstbl .headraw {
    display: none; }

  .brandstbl .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px;
    text-align: left !important; }

  .brandstbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .brandstbl .dtlraw + .dtlraw p {
    border-top: none; }

  .brandstbl .dtlraw p + p {
    border-left: none; }

  .brandstbl .dtlraw p {
    font-size: 12px; }

  .brandstbl .dtlraw + .dtlraw p {
    font-size: 12px; }

  .brandstbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px; }

  .brandstbl .dtlraw p span {
    display: block; }

  .brandstbl .dtlraw .renew .buybtn {
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px; }

  .mnusupscript {
    position: relative;
    top: 0; }

  /*------------------ Compare -----------*/
  .productcompare img {
    max-width: 100%; }

  .popularimg img {
    width: 150px; }

  .compare-header .popularimg {
    top: -10px;
    margin-left: -76px; }

  .column .compare-header {
    padding: 30px 0px 15px !important; }

  .compare-probox {
    min-height: 120px; }

  .compare-header h3 {
    font-size: 18px;
    line-height: 22px; }

  .compcol3 .compare-header:after, .compcol3 .compare-header:before {
    height: 86px; }

  .compcol1 {
    padding-top: 177px; }

  .column .comptblraw {
    padding: 10px;
    height: 42px; }

  .column .compfstraw {
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0; }

  .compcol1 .comptblraw {
    font-size: 16px; }

  .compcol1 .compraw-hd {
    font-size: 18px !important;
    line-height: 20px; }

  .ht102 {
    height: 88px !important; }

  .ht80, .tab2lnht {
    height: 60px !important; }

  .compare-footer {
    padding: 15px 0px 30px !important; }

  .compcol3 .compare-footer {
    padding-left: 6px !important;
    padding-right: 6px !important; }

  .compare-footer .popularimg {
    bottom: -52px; }

  .compare-pricebox {
    width: 100%; }

  .price-action {
    width: auto; }

  .compareprice h3 {
    font-size: 20px; }

  .productprice span {
    font-size: 24px; }

  .productprice span + span {
    font-size: 10px;
    line-height: 10px; }

  .price-action .btn {
    font-size: 14px; }

  .compare-footer .popularimg {
    margin-left: -76px; }

  .price-control .radio label {
    font-size: 11px; }

  .price-control .radio-fake {
    margin-right: 3px; }

  .price-control .radio .peryear {
    font-size: 8px;
    line-height: 6px; }

  .helpdeskimg img {
    max-width: 100%; }

  .width45per {
    width: 45%;
    margin-bottom: 20px; }

  /*------------------ SSL Buying Process -----------*/
  .tourboxsec {
    padding: 30px; }

  .tourbox .tour-decp {
    width: 85%; }

  .note-widget .widget-body {
    padding: 15px; }

  .note-widget .widget-body span {
    display: none; }

  .article-left {
    width: 420px; }

  .accountcntsec h2 {
    width: 100%; }

  .incidents-head .btn {
    margin-bottom: 10px;
    float: left; }

  .incidentsrch span {
    width: 40%;
    margin-right: 10px; }

  /*------------------ Home Boxes -----------*/
  .home-boxes ul li {
    margin: 0px 8px 8px 0px; }

  .home-boxes ul li a {
    padding: 10px;
    width: 128px; }

  .home-boxes ul li:nth-child(3n) {
    margin-right: 0px; }

  .advansrchopen .srchbtnraw {
    padding-right: 22px; }

  .advancesrch .orderraw .exportcsv {
    float: left; }

  /*------------------ Account Activity -----------*/
  .statmenttable {
    border-top: none; }

  .statmenttable .headraw {
    display: none; }

  .statmenttable .dtlraw span {
    display: block;
    width: 97% !important;
    padding: 5px;
    text-align: left !important; }

  .statmenttable .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .statmenttable .dtlraw + .dtlraw span {
    border-top: none; }

  .statmenttable .dtlraw span + span {
    border-left: none; }

  .statmenttable .dtlraw span {
    font-size: 12px; }

  .statmenttable .dtlraw + .dtlraw span {
    font-size: 12px; }

  .statmenttable .dtlraw .hidehead {
    display: block !important;
    margin-right: 5px; }

  .accountsrch .datesec + .datesec {
    margin-left: 60px; }

  .accountsrch .srchbtn {
    float: left;
    padding-left: 90px; }

  .accountsrch .exportcsv {
    clear: none;
    padding: 5px 0px 0px 10px !important;
    float: left; }

  .confirmtotalorder, .order-summary .confirmoredertable {
    margin-left: 0px; }

  .notification-detail {
    padding: 20px; }

  .tablinehttwenty {
    line-height: 20px !important; }

  .boost-rank-banner .tablet-show img {
    max-width: 100%; }

  .easyevvalidation {
    left: -50px; }

  /*------------------ Quick EV Green Address Bar -----------*/
  .right-cnt {
    width: 75%; }

  .left-cnt {
    width: 75%; }

  .leftside-content {
    width: 50%; }

  .leftside-content h3 {
    line-height: 24px; }

  .article .aosslimg img {
    margin-top: 64px; }

  .impev-grnbar {
    background-size: 100%;
    padding: 29px 130px 100px 0px;
    background-position: right 150px; }

  .evssl-shop .shop-item {
    padding: 10px 0px !important; }

  .evssl-shop .shop-items .shop-item-head {
    width: 100%;
    padding-bottom: 10px; }

  .evssl-shop .form-shop .form-body {
    padding-bottom: 0; }

  .evssl-shop .form-shop .form-body .form-row {
    width: 100%; }

  .evssl-shop .form-shop {
    position: relative;
    bottom: 0; }

  .evssl-shop .form-shop .form-actions {
    width: auto; }

  .whyrso-icon img {
    max-width: 100%; }

  .whyrso-cnt h2 {
    font-size: 30px;
    padding-bottom: 15px; }

  .whyrso-cnt p {
    font-size: 18px;
    line-height: 30px; }

  .symcpartner h5 {
    font-size: 20px; }

  .symcpartner ul li {
    padding: 0px 12px; }

  .whtpaper-section {
    padding: 30px; }

  .whtpaper-section .whtpaper-list {
    padding-right: 30px; }

  .whtpaper-section .whtpaper-list + .whtpaper-list {
    padding-left: 30px; }

  .whtpaper-section .whtpaper-list .whtpaper-decp {
    width: 80%; }

  .whtpaper-decp p {
    width: 50%;
    padding-top: 0px;
    line-height: 16px;
    font-size: 12px; }

  .whtpaper-list ul li h5 {
    margin-bottom: 10px;
    font-size: 18px; }

  /*------------------ Our Team -----------*/
  .teamlist ul li {
    margin: 0px 0px 30px 0px !important;
    width: 33.33%;
    padding: 0px 15px;
    box-sizing: border-box;
    /*min-height:$height400+215px;*/ }

  .team-member {
    /*display:$displayNone;*/ }

  .memberdecp {
    /*display:$displayBlock;*/
    position: relative;
    float: left;
    border: none;
    padding: 0px;
    width: auto;
    text-align: center; }

  .teamlist ul li.bioleft .memberdecp {
    top: 0;
    left: 0; }

  .teamlist ul li.bioright .memberdecp {
    top: 0;
    right: 0; }

  .memberdecp .memberimg {
    margin-bottom: 15px;
    width: 100%; }

  .memberdecp .memberdtl {
    width: 100% !important; }

  .memberdtl span {
    margin-bottom: 10px; }

  .teamlist ul li:nth-child(4n) {
    margin: inherit; }

  .rsoimggallery span {
    padding: 0px 10px 20px;
    box-sizing: border-box;
    width: 33.3%; }

  .rsoimggallery span img {
    width: 100%; }

  /*------------------ About Us -----------*/
  .article .rsoflag img {
    margin-top: 0px; }

  .meetusimg img {
    width: 100% !important; }

  .abtbrandcnt .brandicon {
    margin-right: 30px;
    padding-right: 30px; }

  .section-certificates .programsec img {
    max-width: 100% !important; }

  .slider-testimonial {
    padding: 0px 30px; }

  .testimonialslide {
    padding: 20px; }

  .abtsolutionsec .solution-body {
    margin-left: 0px; }

  .abtsolutionsec .solution-body ul li {
    box-sizing: border-box;
    width: 20%; }

  .abtsolutionsec .solution-body ul li a {
    padding: 10px; }

  .abtsolutionsec .solution-body ul li a img {
    max-width: 100%; }

  .abtsolutionsec .solution-body ul li span {
    padding-top: 20px; }

  .abtsolutionsec .solution-body ul li + li a:before {
    height: 144px; }

  .abtsolutionsec .solution-body ul li span {
    font-size: 18px; }

  .gridimg .collageitem {
    padding: 0px 10px 20px !important; }

  .gridimg .whyrso-clg {
    display: none; }

  .tabwhyrso {
    display: block !important;
    padding: 20px !important; }

  .gridimg .collageitem img {
    width: 100%; }

  .rsoimggallery .gallerygird {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0; }

  .gridimg .collageitem {
    float: none !important; }

  .invitelink h3 {
    line-height: 30px; }

  .fixedbuyis {
    display: none; }

  .form-billing.scheduleform .daytime .field {
    width: 190px;
    margin-right: 10px;
    font-size: 14px; }

  .scheduled-msg {
    padding: 5px 25px 5px 10px; }

  .scheduled-msg .shell {
    width: 100%; }

  .grid-dctbl {
    padding: 15px; }

  .dcbanner span:first-child {
    width: 35%; }

  .dcbanner span:first-child img {
    width: 100%; }

  .dcbanner span.dcbantext {
    font-size: 20px; }

  .cptickets {
    margin-bottom: 20px; }

  .cptickets .orderraw + .orderraw, .cptickets .orderraw {
    float: none; }

  .cptickets label.leftlbl {
    width: 110px; }

  .cptickets .srchbtn {
    padding-left: 118px; }

  /*GDPR Tooltips*/
  .tool-tips span {
    left: -120px !important; }

  .tool-tips:hover span {
    margin-left: -125px; }

  /*GDRP Checkout*/
  .form-billing .form-controls .tool-tips span {
    left: -225px !important; }

  .form-billing .form-controls .tool-tips:hover span {
    margin-left: -16px; }

  .toolcheck {
    margin-top: -70px !important; } }
@media only screen and (max-width: 800px) {
  /*GDPR Tooltips*/
  .form-billing .form-controls .tool-tips:hover span {
    margin-left: -17px; }

  .tool-tips span {
    left: -200px !important; }

  .tool-tips:hover span {
    margin-left: -42px; } }
@media only screen and (max-width: 767px) {
  body {
    line-height: 24px; }

  .header.header-secondary .phone, .header-secondary .logo, .header-secondary .slogan, .header-secondary .phone {
    float: none;
    display: block;
    margin: 20px auto !important; }

  .list-steps {
    display: none; }

  .header-secondary .shell {
    height: auto; }

  .steps-head {
    position: absolute;
    top: 127px;
    left: 48px; }

  .steps-head .btn-back {
    line-height: 1;
    width: 70px;
    padding-right: 0px; }

  .steps-head .btn-back span {
    padding: 6px 10px 6px 5px; }

  .header.header-secondary .phone {
    font-size: 23px;
    width: 163px;
    text-align: center;
    margin: 20px 0px 20px auto !important; }

  .header.header-secondary span {
    font-size: 12px; }

  .group-title {
    font-size: 32px;
    color: #75bf42; }

  .section-order-summary .widget {
    width: auto;
    float: none; }

  .widget-order {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

  .widget-order h4 {
    font-size: 36px;
    text-transform: none;
    letter-spacing: 1px;
    text-align: center; }

  /*.widget-secure {display:$displayNone;}*/
  .section-billing-info .section-head-rotate {
    margin-left: 0px; }

  .section-billing-info .section-head-rotate h3 {
    font-size: 32px; }

  .section-billing-info .section-head-rotate h3 i.ico-locker {
    margin-top: -14px; }

  .form-billing label.form-label {
    float: none;
    display: block;
    width: auto;
    text-align: left; }

  .form-billing .form-controls {
    width: 100%;
    padding-right: 0px; }

  .form-billing .field {
    padding: 4px; }

  .form-billing .form-label {
    line-height: 1;
    padding-bottom: 4px; }

  .form-billing {
    padding-left: 20px;
    padding-right: 20px; }

  .form-billing .field-small {
    width: 100%; }

  .section-billing-method .section-head {
    margin-left: 0px;
    padding-left: 48px; }

  .section-billing-method .section-head i {
    margin-top: -14px; }

  .section-billing-method .section-head-rotate h3 {
    font-size: 30px;
    letter-spacing: 0px;
    white-space: nowrap; }

  .form-creadit-card .form-row {
    margin-left: 0px;
    padding-right: 0px; }

  .form-creadit-card label.form-label {
    float: none;
    display: block;
    width: auto;
    text-align: left; }

  .form-creadit-card .form-controls {
    width: 100%;
    padding-right: 0px; }

  .form-creadit-card .field {
    padding: 4px; }

  .form-creadit-card .form-label {
    line-height: 1;
    padding-bottom: 4px; }

  .form-creadit-card {
    padding-left: 20px;
    padding-right: 20px; }

  .form-creadit-card .field-small {
    width: 100%; }

  .form-creadit-card .form-label strong {
    position: static; }

  .form-creadit-card .form-actions {
    overflow: hidden; }

  .form-creadit-card .form-actions img {
    float: left; }

  .form-creadit-card .btn {
    font-size: 14px;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    height: 28px !important;
    padding-right: 0px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*border-radius:5px;*/
    padding-left: 6px;
    width: 130px;
    line-height: 25px;
    padding-left: 0px;
    padding-right: 0px;
    float: right;
    margin-left: -20px;
    margin-top: 20px; }

  .form-creadit-card .btn .ico-btn-arrow-white {
    /*margin-left:0;*/ }

  .form-creadit-card {
    padding: 20px 0px; }

  .form-creadit-card .form-col-size15 {
    padding-right: 19px; }

  .section-billing-method .tab-body {
    padding-left: 10px;
    padding-right: 10px; }

  .form-creadit-card .form-col-size16 {
    width: 102px; }

  .form-creadit-card .form-col-size15 {
    width: 41px; }

  .form-creadit-card .form-col {
    background-position: 48px -7px; }

  .section-contact-secondary {
    margin-left: 0px; }

  .section-contact-secondary .widget-contacts {
    height: auto; }

  .section-contact-secondary .widget-contacts:after {
    display: none; }

  .section-contact-secondary .widget-contacts p {
    width: 100%;
    float: none;
    margin-top: 0px; }

  .section-contact-secondary .widget-contacts p + p {
    margin-top: 0px; }

  .section-contact-secondary .widget.widget-secure {
    display: block; }

  .tab-head {
    display: block; }

  .section-orders i {
    margin-top: -10px;
    position: relative; }

  .notification h5 {
    float: none;
    display: block; }

  .main-head-secondary .breadcrumbs {
    float: left;
    width: 90%;
    display: block;
    padding-bottom: 10px; }

  .main-head-secondary .main-head-inner {
    float: none;
    display: block; }

  .list-messages {
    margin-left: 10px; }

  .main-head-inner {
    width: auto;
    padding-bottom: 10px; }

  .main-head-inner p {
    line-height: 1; }

  .list-statistic li p {
    width: 100%;
    float: none;
    display: block; }

  .list-statistic li a.btn {
    float: none;
    display: block; }

  .manager-image {
    display: none; }

  .list-statistic li p a {
    float: none;
    display: block; }

  .dashboard-body .list-statistic li p a {
    display: inline-block; }

  .list-statistic li p span + span {
    float: none;
    display: block; }

  .dashboard-body .list-statistic li p span + span {
    display: inline-block; }

  /*------------------ SSL - Tools -----------*/
  .checkhostname {
    padding: 20px 0px; }

  .checkhostname .form-row {
    width: 100%; }

  .checkhostname .form-controls {
    width: 100%;
    margin-right: 0px; }

  .checkhostname .field {
    padding: 4px; }

  .checkhostname .form-row + .form-row {
    padding-top: 15px; }

  .greendownarrow {
    padding: 0px 0px 20px 0px; }

  .csrbox {
    padding: 20px 0px; }

  .csrbox textarea {
    height: auto; }

  .csrbox .checkbtn {
    padding-top: 20px; }

  .sslconvert-form .convertbtn, .sslconvert-form .form-controls {
    padding-left: 0px; }

  .keymatcher .checkbtn {
    padding-top: 0px !important; }

  .generatecsr-form .convertbtn, .generatecsr-form .form-controls {
    padding-left: 0px; }

  .generatecsr-form .field, .form-billing .form-labeldata {
    width: 100%;
    text-align: left;
    padding-top: 0px; }

  .generatecsr-form .form-hint {
    padding: 5px 0px 0px 0px; }

  .generatedcsr {
    margin-top: 20px; }

  .csrinfo, .greenlock, .orangelock {
    background-image: none; }

  /*------------------ Shopping cart Popup -----------*/
  .popupprdtl ul li {
    padding-bottom: 10px;
    font-size: 13px; }

  .popupprdtl ul li strong {
    width: 100%;
    padding-bottom: 3px; }

  .popupprdtl-rt {
    width: 100%; }

  .sancert .domainselect {
    width: 100%;
    padding: 10px; }

  .sancert .domainselect + .domainselect {
    width: 100%;
    padding: 0px 10px 10px; }

  .popupprdtl ul li + li {
    padding: 10px 0px; }

  .selectyr {
    width: 100%; }

  /*------------------ Expired Promo Popup -----------*/
  .promocode-popup .promo-decp {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding-bottom: 20px; }

  .botcontactinfo p {
    padding-top: 0px;
    font-size: 12px; }

  /*------------------ Add Funds Popup -----------*/
  .addfunddata {
    padding: 0px !important; }

  .addfunddata .form-label {
    font-size: 14px; }

  .addfunddata .halfselectbox {
    width: 100% !important; }

  .addfunddata .halfselectbox + .halfselectbox {
    margin: 18px 0px 0px 0px !important; }

  /*------------------ Set Password -----------*/
  .setpassleft {
    display: none; }

  .setpassright {
    width: 100%; }

  .setnowbtn {
    padding: 0px; }

  /*------------------ Set Password -----------*/
  .expertbtnsec .expertbtn {
    width: 110px; }

  .showinput {
    padding: 4px; }

  .homefullcontent {
    margin: 0px 20px; }

  #frmlogin .form-actions {
    width: 100%; }

  #frmlogin .form-actions a {
    font-size: 13px; }

  .section-platinum-partner {
    float: left;
    width: 100%; }

  /*------------------ Popup Change Approver Email -----------*/
  .selectmailid {
    padding: 0px !important; }

  .selectmailid .radio .radio-fake {
    margin-top: 5px; }

  .selectmailid .radio {
    width: 100%;
    padding: 5px 0px !important; }

  .selectmailid .note {
    float: left;
    font-size: 11px; }

  .selectmailid .radio .label-content {
    width: 92%; }

  .detailbtnsec .btnraw form .btn {
    margin: 0px 10px 0px 0px; }

  .ajax-upload-dragdrop span {
    width: 72% !important;
    text-align: center !important; }

  /*------------------ reissue -----------*/
  .paypalinfo .summaryinfo {
    padding: 20px; }

  /*-------------- Edit Renewal Reminders -------------*/
  .renewaltab .dashboard-head {
    display: none; }

  .renewaltab .tab-body {
    padding: 15px 15px 0px !important; }

  .mobpad-show {
    padding: 0px 20px; }

  /*------------------ Popup Add to Cart -----------*/
  .popup-add-cart .form-symantec .form-col-size1, .popup-add-cart .form-symantec .form-col-size2 {
    float: none;
    width: auto; }

  .popup-add-cart .form-symantec .form-label {
    display: block;
    float: left;
    width: auto;
    font-size: 12px;
    padding-top: 10px; }

  .popup-add-cart .form-symantec .form-label ~ .form-controls {
    display: block;
    float: right; }

  .popup-add-cart .form-symantec .btn {
    width: 120px;
    padding-left: 5px; }

  .popup-add-cart .form-symantec-secondary .total {
    position: static; }

  .popup-add-cart .form-symantec-secondary .form-actions {
    margin-top: 0px; }

  .popup-add-cart .form-symantec .form-row .formlogo {
    display: none; }

  .popup-add-cart .form-symantec .form-row .formlogo img {
    max-width: 60%; }

  .popup-add-cart .total-list {
    padding: 18px 15px;
    border-top: 1px solid #c7c7c7;
    font-size: 12px; }

  .popup-add-cart .total-list dd {
    float: right; }

  .popup-add-cart .total {
    position: static;
    text-align: right; }

  .popup-add-cart .total span, .total strong {
    display: inline-block; }

  .popup-add-cart .total span {
    font-size: 12px;
    position: relative;
    top: -15px;
    margin-right: 5px; }

  .popup-add-cart .total strong {
    font-size: 30px; }

  .popup-add-cart .form-symantec .form-col-size1 {
    padding: 0px;
    margin-bottom: 20px; }

  .popup-add-cart .features .col-size1, .popup-add-cart .features .col-size2 {
    width: auto; }

  .popup-add-cart .features-checks ul + ul {
    padding-left: 0px; }

  .popup-add-cart .total span {
    top: 0; }

  .popup-add-cart .form-symantec-secondary .total-list {
    padding: 10px 0px; }

  .popup-add-cart .features {
    padding: 10px; }

  .popup-add-cart .features-desc {
    padding: 10px;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box; }

  .popup-add-cart .features-actions {
    padding-top: 0px; }

  .popup-add-cart .features-actions .btn {
    width: 100%; }

  .popup-add-cart .form-symantec .form-col-size2 .form-label {
    padding: 0px; }

  .quickloginfoot {
    position: relative; }

  .article-entry .supportulli {
    padding-bottom: 15px; }

  .detailbtnsec .btnraw .dtlbtn {
    margin: 15px 15px 0px 0px; }

  .detailbtnsec .btnraw .dtlbtn .btn {
    line-height: normal; }

  .boldstrip {
    margin: 20px 0px; }

  #tab-paypal .form-creadit-card .form-controls {
    width: 100%; }

  #tab-paypal .form-creadit-card .form-controls img {
    width: auto !important; }

  .guarantee_kicker, #_GUARANTEE_SealSpan, #buysafeRollover {
    display: none !important; }

  .nsgCheckout {
    display: none !important; }

  /*------------------ Shop by solution -----------*/
  .solution-body {
    margin-left: 0px; }

  .confirmtotalorder .form-actions .btn {
    height: 30px;
    padding: 0px 5px 0px 10px;
    line-height: 28px;
    margin: 16px 0px 0px 0px;
    font-size: 12px; }

  .password-popup .form-controls {
    width: 100%; }

  .rebrandlist {
    border-top: none; }

  .rebrandlist .headraw {
    display: none; }

  .rebrandlist p span {
    padding: 5px 10px;
    width: 100%;
    font-weight: bold; }

  .rebrandlist p span strong {
    font-weight: bold; }

  .rebrandlist p label {
    border-left: none; }

  .chat {
    display: none; }

  /*------------------ Compare -----------*/
  .compblankheader, .popularimg, .compcol1 {
    display: none; }

  .productcompare .comp-cols .column {
    width: 100% !important; }

  .comp-cols .column + .column {
    padding-top: 20px; }

  .column .comptblraw {
    height: auto !important;
    padding: 15px;
    float: left;
    width: 100%;
    line-height: 20px; }

  .column .compare-header {
    border: 12px solid #ffbd37;
    padding: 20px 0px !important;
    border-bottom: none;
    -webkit-border-radius: 36px 36px 0 0;
    -moz-border-radius: 36px 36px 0 0;
    -o-border-radius: 36px 36px 0 0;
    border-radius: 36px 36px 0 0; }

  .comparet .compcol3 .compare-header {
    -webkit-border-radius: 36px 36px 0 0;
    -moz-border-radius: 36px 36px 0 0;
    -o-border-radius: 36px 36px 0 0;
    border-radius: 36px 36px 0 0; }

  .compcol3 .compare-header::after, .compcol3 .compare-header::before {
    display: none; }

  .compare-header h3 {
    font-size: 24px;
    color: #4f4f4f;
    line-height: 28px; }

  .compare-probox {
    min-height: 10px; }

  .column .compraw-hd {
    font-family: "Roboto Condensed", sans-serif;
    text-align: left !important;
    font-size: 22px;
    font-weight: bold; }

  .column .comptblraw span {
    width: 50%; }

  .column .comptblraw .mob-show {
    float: left;
    color: #8f8f8f;
    text-align: left; }

  .column .compraw-hd .mob-show {
    color: #ffffff;
    width: 100%; }

  .column .comptblraw .mob-rt {
    float: right;
    text-align: right;
    font-weight: bold; }

  .coldata {
    border-bottom: none; }

  .column .compare-footer {
    border: 12px solid #ffbd37;
    padding: 20px !important;
    -webkit-border-radius: 0 0 36px 36px;
    -moz-border-radius: 0 0 36px 36px;
    -o-border-radius: 0 0 36px 36px;
    border-radius: 0 0 36px 36px; }

  .comparet .compcol3 .compare-footer {
    -webkit-border-radius: 0 0 36px 36px;
    -moz-border-radius: 0 0 36px 36px;
    -o-border-radius: 0 0 36px 36px;
    border-radius: 0 0 36px 36px; }

  .compcol3 .compare-pricebox:before, .compcol3 .compare-pricebox:after {
    display: none; }

  .price-control .radio label {
    font-size: 15px; }

  .price-control .radio .peryear {
    font-size: 10px;
    line-height: 8px; }

  .compareprice h3 {
    font-size: 30px; }

  .productprice span {
    font-size: 30px; }

  .productprice span + span {
    font-size: 14px; }

  .price-action {
    width: 181px;
    margin: 0px auto; }

  .price-action .btn {
    font-size: 20px; }

  .price-control {
    height: auto;
    width: 200px;
    margin: 0px auto; }

  .width45per {
    width: 45%;
    margin-bottom: 10px; }

  /*------------------ SSL Buying Process -----------*/
  .tourboxsec {
    padding: 20px; }

  .article-left {
    width: 100%; }

  .incidentsrch label {
    line-height: 20px;
    font-size: 14px;
    width: 100%; }

  .incidentsrch span {
    width: 100%;
    margin: 10px 0px; }

  .incidentsrch input {
    height: 30px; }

  /*------------------ Home Boxes -----------*/
  .home-boxes ul li:nth-child(3n) {
    margin-right: 8px; }

  .home-boxes ul li a {
    width: 138px; }

  .form-billing .invitesavebtn {
    padding-bottom: 0px; }

  .accountsrch .datesec + .datesec {
    margin-left: 0px; }

  .accountsrch .srchbtn {
    padding-left: 0px; }

  .notification h3 {
    font-size: 20px; }

  .easyevvalidation {
    display: none; }

  /*------------------ Account Activity -----------*/
  .https-help {
    padding: 20px !important; }

  .cnthead-secondry {
    padding: 0px 0px 20px; }

  .cnthead-secondry h2 {
    font-size: 30px;
    line-height: 30px; }

  .https-help ul li {
    width: 100%;
    padding: 20px 0px; }

  .https-help ul li + li::before {
    display: none; }

  .https-help ul li + li {
    border-top: 1px solid #c7c7c7; }

  .implementstep ul li h3 {
    width: 69%;
    font-size: 20px;
    margin-top: 15px; }

  /*------------------ Quick EV Green Address Bar -----------*/
  .left-cnt, .right-cnt {
    width: 100%; }

  .impev-grnbar {
    background: none;
    padding: 29px 0px 15px; }

  .evssl-shop {
    padding: 20px; }

  .section-certificates .article .whyrso-icon img {
    display: inline !important;
    width: auto;
    max-width: 100%; }

  .whyrso-icon {
    width: 100%;
    text-align: center;
    margin-top: 0px; }

  .whyrso-cnt {
    width: 100%;
    margin-top: 10px; }

  .symcpartner h5 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px; }

  .symcpartner ul li {
    width: 25%;
    padding: 0px 20px; }

  .symcpartner ul li img {
    max-width: 100%; }

  .section-certificates .article.symcpartner img {
    display: inline !important;
    width: auto; }

  .leftside-content {
    width: 100%; }

  .implementstep ul li {
    padding: 15px 0px; }

  .implementstep ul li p br {
    display: none; }

  .whtpaper-section {
    padding: 20px; }

  .whtpaper-section .whtpaper-list {
    width: 100%;
    padding-right: 0px; }

  .whtpaper-section .whtpaper-list + .whtpaper-list {
    padding-top: 20px;
    padding-left: 0px;
    border-left: none; }

  .whtpaper-section .whtpaper-list .whtpaper-decp {
    width: 90%; }

  .whtpaper-list ul li + li {
    padding-top: 20px; }

  .section-certificates .article .helpdeskimg img {
    display: block !important; }

  .teamlist ul li {
    width: 50%;
    /*min-height:$height400+125px;*/
    margin-bottom: 20px; }

  /*------------------ About us -----------*/
  .sectionmaintlt {
    background-size: 130px auto;
    width: 130px;
    height: 62px;
    margin: -31px 0px 0px -56px; }

  .sectionmaintlt h2 {
    padding-top: 10px;
    font-size: 18px; }

  .aboutpage .shell {
    padding: 0px 10px; }

  .meetfullsec {
    margin-top: 30px; }

  .graybg-section .meetus {
    padding-top: 50px; }

  .whitebg-section .aboutbrand {
    padding-top: 50px; }

  .abtbrand-slider {
    width: 100%;
    margin-bottom: 70px;
    padding-top: 30px; }

  .abtbrandcnt .brandicon {
    display: none; }

  .abtbranddecp {
    width: 100%;
    text-align: center; }

  .abtbranddecp span {
    margin-bottom: 10px; }

  .abtbrand-slider .bx-pager {
    bottom: -32px; }

  .testimonialslide {
    padding: 15px; }

  .slider-testimonial .testimonial-entry {
    font-size: 13px; }

  .whitebg-section .about-solution, .whitebg-section .aboutreview {
    padding: 60px 0px; }

  .testimonial-meta {
    font-size: 13px; }

  .bx-prev {
    left: -24px; }

  .bx-next {
    right: -24px; }

  .abtsolutionsec .solution-body ul li {
    width: 100% !important; }

  .abtsolutionsec .solution-body ul li a {
    text-align: center;
    padding: 20px; }

  .abtsolutionsec .solution-body ul li span {
    padding-top: 10px; }

  .abtsolutionsec .solution-body ul li span br {
    display: none; }

  .section-certificates .about-solution .abtsolutionsec img {
    display: inline !important;
    width: auto !important; }

  .abtsolutionsec .solution-body ul li + li a::before {
    width: 95%;
    height: 1px;
    left: 20px;
    top: -1px; }

  .programsec .programimg {
    width: 100%;
    text-align: center; }

  .programsec .programimg img {
    max-width: 100%; }

  .programsec .programdecp {
    width: 100%;
    text-align: center;
    padding-right: 0px;
    padding-top: 20px; }

  .graybg-section .programsec {
    padding: 60px 0px 90px; }

  .whitebg-section .abtwhyus {
    padding-top: 50px; }

  .abtwhyus .sectionmaintlt {
    background-size: 130px auto; }

  .abtwhyus .sectionmaintlt img {
    width: 100%; }

  .m-p-g__thumbs-img {
    padding: 0px 5px 10px; }

  .gridimg img {
    width: 100%;
    box-sizing: box-size;
    padding-right: 0px; }

  .why-rso {
    padding: 30px 10px 10px; }

  .why-rso .whyrso-cnt {
    width: 100%; }

  .gridimg .collageitem {
    padding: 0px 5px 10px !important; }

  .invitelink {
    padding: 10px 15px 0px; }

  .invitelink .form-billing {
    padding-bottom: 15px; }

  .isdtlform .form-row + .form-row {
    margin-top: 20px;
    padding-top: 20px; }

  .yesnonote {
    margin-top: 10px; }

  .scheduleform .radiobox label {
    font-size: 12px; }

  .scheduleform .checksec {
    padding-bottom: 0 !important; }

  .scheduleform .form-row:last-child {
    padding-bottom: 0 !important; }

  .toggle_container ul.list-green-bullets, .toggle_container ol {
    margin-left: 10px; }

  .toggle_container ol li {
    margin-bottom: 10px; }

  .isthakudtl {
    padding-top: 20px; }

  .isthakudtl .summaryinfo {
    padding: 15px; }

  .form-billing.scheduleform .form-col-size12 {
    margin-right: 15px;
    width: 75%; }

  .form-billing.scheduleform .datepickericon {
    margin-top: 0px; }

  .form-billing.scheduleform .datepickericon img {
    height: 30px; }

  .certificatdtl .detaillist form {
    width: 100%; }

  .form-billing.scheduleform .daytime .field {
    margin-right: 10px;
    width: 170px; }

  .list-orders li span {
    margin-bottom: 0px; }

  .list-orders li a {
    line-height: 46px; }

  .grid-dctbl {
    display: block;
    margin: 0px 15px;
    width: auto; }

  .dcbanner span {
    display: block;
    width: 100% !important;
    text-align: center !important; }

  .dcbanner span + span {
    margin-top: 10px; }

  .dcbanner span:first-child img {
    width: auto;
    max-width: 100%; }

  .dcbanner span.dcbantext {
    font-size: 20px; }

  .rqinfobtn {
    margin-left: 0px; }

  .rqinfoerrormsg {
    padding-left: 0px;
    font-size: 11px; }

  #colorbox {
    position: absolute !important; }

  /*GDPR Tooltips*/
  .form-billing .form-controls .tool-tips:hover span {
    margin-left: -10px; }

  .form-billing .field {
    width: 96%; }

  .tool-tips {
    margin-top: 2px; }

  .tool-tips span {
    left: -240px !important; }

  .tool-tips:hover span {
    margin-left: -15px;
    top: 25px; }

  .tool-tips span:after {
    display: none; }

  .checkursslform .field {
    width: 95%; }

  .suptooltip .tool-tips {
    margin-top: 23px;
    right: 25px; }

  /*GDRP Checkout*/
  .form-billing .form-controls .tool-tips {
    right: 0px;
    margin-top: 3px; }

  .form-billing .form-controls .tool-tips span {
    left: -250px !important; }

  .form-billing .form-col-size12 {
    width: 59% !important; }

  .smalltxt {
    font-size: 14px; }

  .toolcheck {
    margin-top: -63px !important; }

  .form-billing .field {
    width: 88%; }

  .form-billing .form-controls .tool-tips:hover span {
    width: 220px;
    margin-left: 30px; }

  .popuphome {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 55px 15px 15px; }

  .popuphome p {
    font-size: 13px;
    line-height: 20px; }

  .chkinfotxt {
    padding: 10px 20px 10px 0px; } }
@media (max-width: 640px) {
  .toolcheck {
    margin-top: 3px !important; }

  .popuphome {
    width: 90%;
    margin-left: -45%;
    margin-top: -140px; } }
@media (max-width: 568px) {
  .toolsdtl .article-entry {
    padding: 20px 0px; }

  .toollttxt, .toolrttxt {
    width: 100%; }

  .toolltimg {
    width: 100%;
    text-align: center;
    padding-bottom: 20px; }

  .toolrtimg {
    width: 100%;
    text-align: center;
    padding-top: 20px; }

  .generatecsr-form .select {
    width: 100%; }

  .generatedcsr p + p {
    word-break: break-all; }

  .guarantee_kicker, #_GUARANTEE_SealSpan, #buysafeRollover {
    display: none !important; }

  .compare-icon {
    display: none; }

  .width45per {
    width: 45%;
    margin-bottom: 10px; }

  .tourbox .tour-decp {
    width: 80%; }

  .installdecp br {
    display: none; }

  .tourbox + .tourbox {
    padding-top: 20px;
    margin-top: 5px; }

  .home-boxes ul li a {
    width: 124px; }

  .evssl-shop {
    padding: 15px; }

  .evssl-shop .form-shop .form-body {
    width: 100%;
    padding-bottom: 10px; }

  .symcpartner ul li {
    width: 100%;
    text-align: center;
    padding: 20px 0px; }

  .whtpaper-section .whtpaper-list .whtpaper-decp {
    width: 87%; }

  .abtsolutionsec .solution-body ul li + li a::before {
    left: 15px; }

  .servertype .simplesltbox, .isdtlform .field {
    width: 100%; }

  .isdtlform .field {
    padding: 4px; }

  .isdtlform .adminaccess label, .radiobtn, .isdtlform .servers .form-controls, .servertype .form-controls, .servers p, .servers label, .servertype p, .servertype label {
    float: none; }

  .isdtlform .adminaccess label br {
    display: none; }

  .icon-popupistool {
    display: none; }

  .isminipopup .ispoptotal a {
    margin-top: 10px; }

  .isminipopup .ispopbtnrt .total span {
    top: -2px; }

  /*GDPR Tooltips*/
  .form-billing .field {
    width: 95%; }

  .chkinfotxt {
    padding: 10px 10px 10px 0px; }

  .form-billing .field {
    width: 88%; } }
@media only screen and (max-width: 420px) {
  .list-orders li {
    width: 100%;
    margin-bottom: 10px; }

  /*------------------ My Account -----------*/
  .icon-list li a {
    padding-top: 10px !important; }

  .icon-list li a br {
    display: none !important; }

  .detailbtnsec .btnraw form .btn {
    margin: 0px 0px 10px 0px; }

  .whtpaper-section .whtpaper-list .whtpaper-decp {
    width: 81%; }

  /*GDPR Tooltips*/
  .form-billing .field {
    width: 92%; }

  .checkursslform .field {
    width: 89%; }

  .popuphome {
    width: 90%;
    margin-left: -45%;
    margin-top: -190px;
    padding: 26px; } }
@media (max-width: 360px) {
  .toolcheck {
    margin-top: -63px !important; }

  .form-billing .field {
    width: 86%; } }
/* ==========================================================================
	#Retina
========================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx), (max-width: 760px) {
  [class^="ico-"], [class*=" ico-"], .socials a, .secure, .tooltip-content:after, .radio-fake, .popup-actions .link-close {
    background-image: url(../images/sprite@x2.png);
    background-size: 274px 377px; }

  .selecter .selecter-selected {
    background-image: url(../images/select-arrows@x2.png);
    /*background-size:42px 41px;*/ } }
/* ==========================================================================
Original	#Media Queries
========================================================================== */
@media (max-width: 959px) {
  /* ==========================================================================
  		#Base
  	========================================================================== */
  body {
    font-size: 14px; }

  h1 {
    font-size: 34px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 16px; }

  .article-secondary h4 {
    font-size: 16px; }

  input[type=text], input[type=submit], input[type=button] {
    -webkit-appearance: none; }

  /* ==========================================================================
  		#Containers
  	========================================================================== */
  .shell {
    width: 728px; }

  /* ==========================================================================
  		#Helpers
  	========================================================================== */
  .tablet-hide {
    display: none; }

  .tablet-show {
    display: block; }

  .tablet-show-inline {
    display: inline; }

  /* ==========================================================================
  		#Header
  	========================================================================== */
  .nav-lang, .header .socials, .nav-utilities-secondary {
    display: none; }

  .header {
    position: relative;
    border-bottom: 0;
    margin-bottom: 10px; }

  .header:before, .header:after {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 50%;
    height: 50px;
    background: #ffbd37;
    content: ''; }

  .header:before {
    left: 0; }

  .header:after {
    right: 0; }

  .header-body {
    padding: 0px 0px 2px; }

  .header-body .header-inner-left {
    padding-top: 7px;
    margin-top: 0px; }

  .slogan {
    margin: 0px; }

  .nav-utilities {
    padding-top: 1px; }

  .header .phone {
    display: none; }

  .header-body .secure {
    float: none; }

  .full-site-link {
    display: block;
    padding: 8px 2px 0px 0px;
    text-align: right; }

  .full-site-link a {
    font-size: 14px;
    text-decoration: underline; }

  .full-site-link a:hover {
    text-decoration: none; }

  .nav-toggle {
    display: block;
    float: left;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer; }

  .nav {
    position: relative;
    height: 42px;
    padding-top: 8px;
    border-top: 0;
    background: #ffbd37; }

  .nav.open > ul {
    display: block; }

  .nav > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 128px;
    padding: 6px 30px 12px;
    border-bottom: 1px solid #ffffff;
    background: #ffbd37; }

  .nav > ul > li {
    float: none;
    margin: 0px;
    padding: 0px; }

  .nav > ul > li + li {
    margin: 0px;
    border-top: 1px solid #ffffff; }

  .nav > ul > li > a {
    display: block;
    padding: 7px 0px 6px;
    font-size: 16px;
    color: #ffffff; }

  .nav .phone {
    display: block;
    float: right;
    padding-bottom: 0px;
    margin-top: 5px;
    color: #ffffff;
    line-height: 1; }

  .nav > ul > li.mobile-home {
    display: block; }

  .nav-dropdown {
    display: none !important; }

  .dashboard-label, .socials-primary {
    display: none; }

  /* ==========================================================================
  		#Main
  	========================================================================== */
  .main-bar {
    display: none; }

  .section-head-rotate h3 span {
    position: static; }

  .section-head-rotate h3 span {
    /*transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg);*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
    zoom: 1;*/ }

  .section-head-rotate [class^="ico-"], .section-head-rotate [class*=" ico-"] {
    position: absolute;
    top: 14px;
    left: 0; }

  .section-head-rotate {
    padding: 0px 0px 13px 45px; }

  .section-head-rotate ~ .section-body {
    padding-left: 0px; }

  .tabs-content {
    max-width: 433px; }

  /* ==========================================================================
  		#Intro
  	========================================================================== */
  .intro {
    padding: 20px 0px; }

  .intro-image img {
    width: 100%; }

  /* ==========================================================================
  		#Widgets
  	========================================================================== */
  .widget-support .widget-title {
    font-size: 36px; }

  .list-contacts {
    font-size: 13px; }

  .support .list-contacts {
    font-size: 18px; }

  .list-contacts strong {
    font-size: 23px; }

  .support .list-contacts strong {
    font-size: 30px; }

  .widget-symantec img {
    width: 100%; }

  .widget-secure {
    padding: 0px; }

  .section-order-summary .widget-secure ul {
    display: block; }

  /*.widget-secure .list-secures li {padding:0 40px 30px;}*/
  /*.widget-secure .list-secures li + li {padding:30px 40px 0;}*/
  .support a {
    padding: 28px 70px 15px 15px; }

  /* .support-image {width:75px;} */
  .support-image img {
    width: auto; }

  /*.section-providers .list-secures img {width:95px;}*/
  /*.section-providers .list-secures li + li {padding-left:25px;}*/
  /* ==========================================================================
  	#Slider Primary
  ========================================================================== */
    /* ==========================================================================
		#Section Customers
	========================================================================== */
  .section-customers .section-head {
    text-align: center; }

  .section-customers h2 {
    float: none; }

  .section-customers .section-head a {
    float: none;
    margin-top: 5px; }

  /* ==========================================================================
  		#Section Secure
  	========================================================================== */
  .section-secure .section-content {
    width: 468px; }

  .section-secure .section-aside {
    width: 162px; }

  .section-secure .article {
    padding-top: 0px; }

  .section-secure aside .widget {
    width: 162px;
    margin-bottom: 0px; }

  .section-secure .list-secures li img {
    max-width: 75%; }

  /*.list-secures li + li {display:none;}*/
  /* ==========================================================================
  	#Services
  ========================================================================== */
  .section-services {
    margin-bottom: 20px; }

  .service-body {
    padding: 10px; }

  .service {
    width: 174px;
    padding: 10px; }

  .service-image img {
    width: 100%; }

  .service-title {
    font-size: 18px; }

  .service ~ .service {
    margin-left: 10px; }

  .article-secondary-gray {
    margin: 0px; }

  /* ==========================================================================
  		#Section Symantec
  	========================================================================== */
  .section-symantec {
    border-bottom: 0;
    padding-bottom: 0px; }

  .section-symantec .section-content {
    position: relative;
    float: none;
    width: auto; }

  .section-symantec .section-aside {
    display: none; }

  .section-order-summary .widget-secure .list-secures img {
    max-width: 90%; }

  .total {
    position: absolute;
    bottom: 35px;
    left: 40px; }

  .tooltip {
    display: none; }

  .features .cols {
    margin: 0px; }

  .features .col-size1, .features .col-size2 {
    float: none;
    width: auto; }

  .features-icons {
    padding: 10px 0px;
    text-align: center; }

  .features-icons li {
    float: none;
    display: inline-block;
    margin: 0px 20px; }

  .features-icons li + li {
    padding-left: 0px; }

  .table-specifications td, .table-specifications tr, .table-specifications tbody, .table-specifications table {
    display: block; }

  .table-specifications td {
    padding: 0px;
    border: 0; }

  /*.table-specifications td + td:before {top:$top4;}*/
  .table-specifications td:first-child {
    padding-top: 14px; }

  .table-specifications td + td {
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7; }

  #tab-renewals .table-specifications td {
    padding: 14px 0px;
    border-bottom: 1px solid #c7c7c7; }

  .table-specifications td:before {
    left: 0; }

  .list-support li {
    line-height: 20px;
    padding: 20px 0px; }

  .list-support img {
    display: none; }

  .list-green-bullets-tertiary li span {
    font-size: 11px;
    padding-left: 15px; }

  .section-dashboard .tabs-aside {
    width: 30%; }

  .section-dashboard .tabs-content {
    width: 58%; }

  /* ==========================================================================
  		#Section SIte Pro
  	========================================================================== */
  .section-site-pro {
    padding-top: 13px; }

  .section-site-pro .section-head-rotate [class^="ico-"] {
    /*top:6px;*/ }

  /* ==========================================================================
  		#Section Certificates
  	========================================================================== */
  .section-certificates .article-primary img {
    width: 220px; }

  .form-certificates .form-body {
    float: none;
    padding-bottom: 10px; }

  .form-certificates .form-row ~ .form-row {
    float: right;
    padding-left: 0px; }

  .form-certificates .form-actions {
    float: none;
    overflow: hidden; }

  .form-certificates .link-more {
    float: left;
    margin-top: 7px; }

  .form-certificates .btn {
    float: right; }

  /* ==========================================================================
  		#Articles
  	========================================================================== */
  .article-secondary {
    border: 0;
    border-top: 1px solid #c7c7c7; }

  .article-secondary-alt {
    border: 12px solid #75be42; }

  .article-actions {
    text-align: right;
    /*margin-top:-14px;*/ }

  .article-actions .link-more {
    font-size: 14px; }

  .article-secondary-gray {
    border-top: 0;
    margin-top: 0px; }

  .article-secondary h3 {
    padding-bottom: 10px; }

  .article-secondary-alt {
    padding-bottom: 25px; }

  /* ==========================================================================
  		#Section Providers
  	========================================================================== */
  .section-providers .section-content {
    width: 400px; }

  /*.section-providers .section-aside {width:220px;}
  
  	.section-providers .list-secures li,
  	.section-providers .list-secures li + li {padding:0; width:100%; text-align:center;}*/
  /* ==========================================================================
  	#Section Platinum Partner
  ========================================================================== */
  .section-platinum-partner .section-image {
    padding-left: 0px;
    float: left; }

  .section-platinum-partner .section-entry {
    padding-left: 10px;
    font-size: 34px; }

  /* ==========================================================================
  		#Section Browsers
  	========================================================================== */
  .section-browsers {
    padding: 0px; }

  .section-browsers .shell {
    padding: 36px 0px 25px;
    background: #efeeee;
    border: 0;
    -webkit-border-radius: 15px 0;
    -moz-border-radius: 15px 0;
    -o-border-radius: 15px 0;
    border-radius: 15px 0; }

  .section-browsers p {
    padding-bottom: 0px; }

  .list-browsers {
    padding: 0px 30px 33px; }

  .list-browsers li + li {
    padding-left: 39px; }

  .list-browsers img {
    width: 62px; }

  /* ==========================================================================
  		#Section Shop
  	========================================================================== */
  .section-shop {
    padding-bottom: 20px; }

  .shop {
    padding-bottom: 0px; }

  .shop-item {
    position: relative;
    padding-bottom: 100px;
    border-bottom: 0; }

  .shop-item ~ .shop-item {
    padding-top: 20px;
    border-top: 1px solid #c7c7c7; }

  .shop-item-actions {
    display: block;
    margin-top: -15px;
    text-align: right; }

  .form-shop {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
    text-align: right; }

  .form-shop .form-body, .form-shop .form-actions {
    /*float:$float-none;*/ }

  .form-shop .form-body {
    padding-bottom: 11px; }

  .shop-secondary .form-shop {
    position: static;
    float: none; }

  .shop-secondary .form-shop .form-body {
    float: left; }

  .shop-secondary .form-shop .form-actions {
    float: right;
    padding-left: 0px; }

  .shop-items-secondary .shop-item h4 {
    float: none;
    padding-bottom: 5px; }

  .section-billing-method .tabs-content {
    max-width: 77%;
    padding: 0px 2%; }

  .tabs-secondary .tabs-aside {
    width: 15%; }

  .form-creadit-card .form-actions {
    width: 83%; }

  .tab.current {
    display: block;
    padding: 0px 2%;
    width: 95.5%; }

  /* ==========================================================================
  		#Popups
  	========================================================================== */
  .popup-seal {
    width: 750px; }

  .popup-title {
    font-size: 32px; }

  .table-seal {
    overflow: auto; }

  .table-seal table {
    width: 100%;
    display: block;
    overflow: hidden; }

  .table-seal table thead {
    width: 25%;
    display: block;
    float: left; }

  .table-seal table thead tr {
    height: 170px;
    border: 0;
    width: 100%;
    display: block;
    float: left; }

  .table-seal th {
    display: block;
    padding: 10px 10%;
    width: 80%;
    height: 55px;
    border-top: 2px solid #898989; }

  .table-seal tr th:first-child {
    display: block;
    padding: 10px 10%;
    width: 80%;
    height: 170px; }

  .table-seal th br {
    display: none; }

  .table-seal table tbody {
    width: 75%;
    display: block;
    float: left; }

  .table-seal table tbody tr {
    width: 50%;
    display: block;
    float: left; }

  .table-seal td {
    display: block;
    padding: 10px 10%;
    width: 80%;
    height: 55px; }

  .table-seal tr td:first-child {
    height: 170px;
    border: 0; }

  .table-seal tr td + td {
    border: 0;
    border-top: 2px solid #898989; }

  /* ==========================================================================
  		#Footer
  	========================================================================== */
  .testimonial, .footer-nav {
    display: none; }

  .footer-title {
    padding-bottom: 6px; }

  .footer .phone {
    letter-spacing: 0px; }

  .footer .full-site-link {
    padding-bottom: 10px;
    text-align: left; }

  .footer .full-site-link a {
    font-size: 36px;
    text-decoration: underline; }

  .footer .full-site-link a:hover {
    text-decoration: none; }

  .footer-body {
    padding: 0px 0px 13px; }

  .footer-body .shell {
    position: relative; }

  .footer-body .footer-col-size1 {
    width: 255px;
    padding-top: 17px; }

  .footer-body .footer-col-size2 {
    width: 175px;
    padding: 17px 260px 0px 0px; }

  .footer-body .footer-col-size3, .footer-body .footer-col-size4, .footer-body .footer-col-size5 {
    float: none;
    width: auto; }

  .footer-ribbon {
    position: absolute;
    top: -8px;
    right: 0;
    width: 185px;
    margin-top: 0px; }

  /*.footer-partners .list-partners li {padding:0 20px;}*/
  .footer-bar {
    padding: 15px 0px 20px; }

  .footer-bar .contacts {
    padding-bottom: 3px; }

  .footer-bar .contacts br {
    display: none; }

  .footer-nav-secondary {
    padding: 0px; }

  .copyright {
    float: none;
    overflow: hidden; }

  body.fixed .main {
    padding-top: 0px !important; }

  .section-providers .list-green-bullets {
    padding-left: 25px; }

  .form-creadit-card .form-head img {
    margin-left: 24%; }

  .selecter .selecter-selected {
    background-size: 29px 29px; }

  .section-billing-method {
    padding-bottom: 20px; }

  .section-contact-secondary .widget-contacts {
    width: 81%;
    float: right;
    margin: 25px 0px; }

  .form-creadit-card .form-controls #field-name-card {
    width: 72%; }

  .form-creadit-card .form-controls #card-number {
    width: 72%; }

  .form-creadit-card .btn {
    padding: 0px 12px 0px 15px; }

  .form-shop .btn {
    padding: 6px 2px 5px 5px; }

  .slider-customers .caroufredsel_wrapper {
    height: 92px !important;
    width: 638px !important; }

  .form-shop .form-body, .form-shop .form-actions {
    width: 100%; }

  .form-shop .form-body .form-row {
    float: right; }

  /*.section-shop-secondary .form-shop .form-body, .section-shop-secondary .form-shop .form-actions {width:$widthauto;}*/
  .section-shop-secondary .form-shop .form-body {
    float: left; }

  .orimg img {
    width: 100%; }

  .cancelrequest .section-head-rotate {
    padding-left: 13px !important; }

  .cancelrequest h3 {
    font-size: 26px; }

  .cancelprodetail p {
    font-size: 14px; }

  .cancelprodetail p label {
    width: 100%;
    text-align: left;
    margin-left: 0px; }

  .cancelprodetail p span {
    width: 100%;
    font-weight: normal; }

  .cancelprodetail .reason label {
    width: 100%;
    text-align: left;
    margin-left: 0px; }

  .cancelprodetail .reason .form-controls {
    width: 100%; }

  .cancelsupport .canbox {
    width: 100%;
    background-position: 90% 84% !important; }

  .cancelsupport .canbox + .canbox {
    margin: 15px 0px 0px 0px; }

  .immediate-assistance .form-actions .btn-green {
    margin-left: 32%; }

  .form-billing .hostingpro {
    line-height: 20px; }

  .order-summary .dtlraw span.proname {
    width: 382px; }

  .srchfilter .datesec {
    margin-right: 0px;
    margin-bottom: 15px; }

  .srchfilter label.leftlbl {
    text-align: right; }

  .srchfilter .datesec label.rightlbl {
    width: 140px; }

  .srchfilter .datesec input {
    width: 247px; }

  .advancesrch .orderraw .srchbtn {
    float: left; }

  .srchfilter .exportcsv {
    padding-top: 5px;
    width: auto; }

  .advancesrch .srchbtnraw .btn-orange {
    margin: 15px 0px 15px;
    float: left; }

  .advancesrch .exportlink {
    float: left; }

  .pagination .viewing {
    width: 100%; }

  .pagination .pageno {
    margin: 0px; }

  .creditcard-info .formexpiredate .halfselectbox + .halfselectbox {
    margin-left: 19px; }

  .creditcard-info .savebtn {
    padding-left: 33%; }

  .emailreminder .form-controls {
    width: 100%; }

  .emailreminder .updateemail .form-controls {
    width: 83%; }

  .updateemail .updatemailbtn {
    margin-bottom: 15px; }

  .verifyno .form-controls {
    width: 100%;
    margin-bottom: 15px; }

  .linehttwenty {
    line-height: 20px !important; }

  .special-offers .checksec .checkbox label {
    width: 92%; }

  .advancesrch .orderraw {
    margin-bottom: 0px; }

  .advancesrch .datesec .orderinput {
    width: 197px; }

  .advancesrch .datesec .domaininput {
    width: 197px; }

  .advancesrch .datesec .dateinput {
    margin-right: 7px !important; }

  .advancesrch .selectesec + .selectesec {
    margin-left: 0px;
    margin-top: 15px; }

  .advancesrch .product .form-controls {
    width: 219px; }

  .advancesrch .status .form-controls {
    width: 219px;
    margin-bottom: 15px; }

  #dvAdvanceSearch .datesec + .datesec {
    margin-left: 0; }

  .advancesrch .srchbtnraw {
    padding-left: 147px; }

  .advancesrch .orderraw .exportcsv {
    margin-left: 0px; }

  .advancesrch .orderraw .exportcsv + .exportcsv {
    margin-left: 15px; }

  .srchfilter .exportcsv a {
    font-size: 14px; }

  .advancesrch .selectesec {
    width: 100%; }

  .srchfilter .exportcsv a {
    background-position: right 3px;
    font-size: 12px; }

  .listorder {
    border-top: none; }

  .listorder .headraw {
    display: none; }

  .listorder .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px; }

  .listorder .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .listorder .dtlraw + .dtlraw p {
    border-top: none; }

  .listorder .dtlraw p + p {
    border-left: none; }

  .listorder .dtlraw p {
    font-size: 12px; }

  .listorder .dtlraw + .dtlraw p {
    font-size: 12px; }

  .listorder .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px; }

  .listorder .dtlraw span b {
    display: inline-block !important; }

  .listorder .dtlraw p span {
    display: block; }

  .listorder .dtlraw p.proname {
    font-weight: normal; }

  .listorder .dtlraw p.domain b {
    display: block !important; }

  .listorder .dtlraw .price, .listorder .dtlraw .status {
    text-align: left; }

  .incompleteorder h2 {
    line-height: 32px;
    margin-bottom: 10px; }

  .detaillist li {
    font-size: 13px; }

  .detaillist li label {
    width: 42%; }

  .detaillist li span {
    width: 54%; }

  .detailbtnsec .btnraw .btn + .btn {
    float: left;
    margin-top: 23px; }

  .expiredordertbl .dtlraw .renew .renewbtn {
    height: auto;
    background-position: right center !important;
    line-height: 16px; }

  .supporttbl {
    border-top: none; }

  .supporttbl .headraw {
    display: none; }

  .supporttbl .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px; }

  .supporttbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .supporttbl .dtlraw + .dtlraw p {
    border-top: none; }

  .supporttbl .dtlraw p + p {
    border-left: none; }

  .supporttbl .dtlraw p {
    font-size: 12px; }

  .supporttbl .dtlraw + .dtlraw p {
    font-size: 12px; }

  .supporttbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px; }

  .supporttbl .dtlraw p span {
    display: block; }

  .supporttbl .dtlraw .renew .renewbtn {
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px; }

  .commentbox textarea {
    width: 91%; }

  .form-billing .select-half {
    width: 45%; }

  .form-billing .select-half + .select-half {
    margin-left: 20px; }

  .installation-support .savebtn {
    padding-left: 41%; }

  .specifications .tab-actions .btn {
    width: 49%; }

  .personalinfoform .savebtn {
    padding-left: 33%; }

  .article-entry .list-green-bullets {
    margin-left: 25px; }

  .list-green-bullets li + li {
    margin-top: 5px; }

  .article-entry .list-green-bullets li {
    font-size: 14px; }

  .comparecertbox {
    margin-bottom: 30px !important; }

  .recommendationbox {
    margin-bottom: 15px !important; }

  .couponsbox p span {
    width: 90%; }

  .csrgreybox {
    margin-bottom: 30px; }

  .checkursslform .form-controls {
    width: 55%; }

  .checkursslform .form-actions {
    padding-left: 34.5%; }

  .compareprice {
    margin-bottom: 30px; }

  .twocomparebox .pricegreybox {
    width: 47%; }

  .threecomparebox .pricegreybox {
    width: 31%; }

  .threecomparebox .pricegreybox + .pricegreybox {
    margin-left: 20px; }

  .threecomparebox ul li p {
    width: 100%;
    padding-bottom: 5px; }

  .threecomparebox ul li p + p {
    background: none;
    padding: 5px 0px 0px 0px;
    border-top: 1px solid #d7d7d7;
    width: 100%; }

  .contactaddress p + p {
    margin-left: 20px;
    padding-left: 20px; }

  .contactaddress p + p + p {
    width: 260px; }

  .connecttosave ul li {
    margin-left: 0px;
    margin-right: 32px; }

  .contactmap {
    margin-bottom: 40px; }

  .needdupport ul li p {
    padding-left: 13%; }

  .browsercomp .article-entry ul {
    width: 46%;
    padding-bottom: 0px; }

  .browsercomp .article-entry ul + ul {
    margin-top: 0px;
    padding-bottom: 15px; }

  .servertype .article-entry ul {
    width: 44%; }

  .servertype .article-entry ul + ul {
    width: 47%; }

  .keyfeatures .featurearea {
    margin-bottom: 30px; }

  .keyfeatures .featurearea .list-green-bullets {
    margin-left: 0px; }

  .cuponcodetbl .dtlraw .cuponcode {
    width: 170px; }

  .certinstallstep .installstep {
    padding: 15px 0px;
    width: 31%; }

  .certinstallstep .installstep + .installstep {
    margin-left: 15px; }

  .certinstallstep .installstep span + span {
    margin-right: 15px; }

  .certinstallstep .installstep span + span img {
    width: auto;
    height: 35px; }

  .certinstallstep .enroll span {
    margin-left: 15px;
    font-size: 24px; }

  .certinstallstep .confirm span {
    margin-left: 15px;
    font-size: 24px; }

  .certinstallstep .installstep span {
    font-size: 24px; }

  .certfeatures-list {
    width: 87%;
    margin-bottom: 30px; }

  .upgreadsec .upgreadformtxt {
    margin-left: 0px; }

  .freesslbrowsers {
    margin-bottom: 30px; }

  .freesslbrowsers .list-browsers img {
    width: 45px; }

  .freesslbrowsers .list-browsers li + li {
    padding-left: 15px; }

  .article-entry .list-green-bullets li:before {
    top: 5px; }

  .list-green-bullets li {
    line-height: 20px !important;
    margin-bottom: 10px !important; }

  .borderbotop {
    padding-top: 15px;
    padding-bottom: 0px; }

  .section-certificates .article img.warningico {
    width: 16px;
    height: 15px; }

  .prearrowbtn .ico-btn-arrow-white {
    margin: -1px 5px 0px 0px !important; }

  .compbrandlogo {
    padding-bottom: 5px; }

  .compbrandlogo img {
    max-width: 100%; }

  .threelinetlt .compreadmore {
    bottom: -12px; }

  .article-secondary.padbotnone.borderbotnone {
    padding-bottom: 30px !important; }

  .section-browsers {
    margin-top: 30px; }

  .twocomparebox .compheader {
    padding: 35px 20px; }

  .threecomparebox .compheader h3 {
    font-size: 24px;
    line-height: 24px;
    text-align: center; }

  .officehour {
    margin-left: 20px;
    padding-left: 20px; }

  .supportcenter {
    margin-left: 20px;
    padding-left: 20px;
    width: 250px; }

  /*==================== 02-02-2015 ====================*/
  .join-reseller #tab02 h2 {
    font-size: 32px; }

  .footer-partners .list-partners li {
    padding: 0px 20px; }

  .section-platinum-partner .section-image {
    float: none; }

  .userdecp {
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box; }

  .invoice-data {
    padding: 20px;
    width: 100%;
    box-sizing: border-box; }

  .order-summary .oredergeneratecsr {
    margin-left: 0px; } }
@media (max-width: 767px) {
  .steps-body .section-contact-secondary .widget.widget-secure {
    display: block; }

  /* ==========================================================================
  		#Base
  	========================================================================== */
  body {
    min-width: 320px; }

  h3 {
    line-height: 1.18;
    padding-bottom: 10px; }

  /*15122014*/
  .article h1 {
    padding-top: 15px; }

  .article h2 {
    line-height: 28px; }

  /* ==========================================================================
  		#Containers
  	========================================================================== */
  .shell {
    width: auto; }

  /* ==========================================================================
  		#Helpers
  	========================================================================== */
  .mobile-hide {
    display: none; }

  .mobile-show-inline {
    display: inline; }

  .mobile-show {
    display: block; }

  /* ==========================================================================
  		#Header
  	========================================================================== */
  .header .secure {
    display: none; }

  .header {
    padding: 0px 20px; }

  .header-bar-inner {
    float: none; }

  .header-secondary .header-inner-left {
    float: none; }

  .full-site-link a {
    font-size: 12px; }

  .nav-utilities {
    padding: 0px 0px 18px; }

  .nav-utilities li {
    padding-left: 0px; }

  .header-body .header-inner-left, .header-body .header-inner {
    float: none; }

  .header-body .header-inner {
    padding-top: 0px; }

  .nav-toggle {
    margin-top: 8px;
    font-size: 14px; }

  /* ==========================================================================
  		#Buttons
  	========================================================================== */
  .btn {
    padding: 5px;
    font-size: 12px; }

  .prodbutton {
    height: 100px; }

  .prodbutton button {
    display: block;
    float: right;
    clear: right;
    margin-top: 5px; }

  .btn-small {
    padding: 0px 25px 0px 6px; }

  .form-certificates .btn .ico-btn-arrow-white {
    margin: -2px 0px 0px 5px; }

  /* ==========================================================================
  		#Main
  	========================================================================== */
  .section-head-rotate {
    margin-left: 10px; }

  /* ==========================================================================
  		#Widgets
  	========================================================================== */
  .widget-support {
    display: none; }

  .section-order-summary .widget-secure {
    display: none; }

  .section-billing-method {
    padding-bottom: 0px; }

  .widget-secure ul {
    display: block; }

  .widget-secure .list-secures img {
    max-width: 75%; }

  .widget-contacts-secondary {
    margin-bottom: 20px; }

  /* ==========================================================================
  		#Intro
  	========================================================================== */
  .intro {
    padding: 10px; }

  /* ==========================================================================
  		#Articles
  	========================================================================== */
  .article-primary {
    padding: 0px 0px 15px; }

  .article-secondary-alt {
    padding: 15px 20px 20px 20px; }

  .article-secondary-alt h3 {
    letter-spacing: -1px; }

  .article-secondary-alt .article-entry {
    /* letter-spacing:-1px; */ }

  .article-secondary-gray {
    background: transparent;
    border-top: 1px solid #c7c7c7; }

  /* ==========================================================================
  		#Section Certificates
  	========================================================================== */
  .section-certificates {
    padding: 0px 10px; }

  .section-certificates .article-secondary-alt {
    margin: 0px -10px 30px -10px; }

  .section-certificates .article img {
    display: none !important; }

  .form-certificates .form-body {
    padding-bottom: 0px; }

  .form-certificates .form-row {
    float: none;
    padding-bottom: 10px; }

  .form-certificates .form-row ~ .form-row {
    float: none; }

  .form-certificates .form-controls {
    display: block; }

  .form-certificates .form-label {
    font-size: 12px; }

  .form-certificates .form-label ~ .form-controls {
    display: inline-block; }

  .form-certificates .select {
    width: 100%; }

  .form-certificates .form-actions {
    position: relative;
    overflow: visible;
    text-align: right; }

  .form-certificates .link-more {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 12px; }

  .form-certificates .btn {
    float: none; }

  .selecter .selecter-selected {
    padding: 5px 40px 3px 6px !important;
    background-image: url(../images/select-arrows-mobile.png);
    font-size: 12px;
    background-size: 29px; }

  .selecter .selecter-item {
    padding: 5px 6px 3px;
    font-size: 12px; }

  .form-creadit-card .form-actions {
    width: 100%; }

  /* ==========================================================================
  		#Section Browsers
  	========================================================================== */
  .section-browsers {
    padding: 0px 10px;
    margin-top: 20px; }

  .section-browsers .shell {
    padding: 18px 0px 14px; }

  .section-browsers .section-entry {
    padding: 0px 20px;
    font-size: 14px; }

  .list-browsers {
    padding: 0px 0px 13px; }

  .list-browsers li {
    float: none;
    display: inline-block;
    padding: 0px 3px !important; }

  .list-browsers li + li {
    padding-left: 0px; }

  .list-browsers img {
    width: 28px; }

  /* ==========================================================================
  		#Section Platinum Partner
  	========================================================================== */
  .section-platinum-partner .section-image {
    display: block;
    padding: 0px;
    text-align: center; }

  .section-platinum-partner .section-entry {
    display: none; }

  /* ==========================================================================
  		#Section Providers
  	========================================================================== */
  .section-providers {
    margin: 0px 20px; }

  .section-providers .section-content, .section-providers .section-aside {
    float: none;
    width: auto; }

  .section-providers .list-secures li {
    width: 48%; }

  .section-providers .list-secures li + li {
    float: right;
    padding-left: 0px; }

  .section-providers .list-secures img {
    width: 100%;
    height: auto; }

  /* ==========================================================================
  		#Tabs
  	========================================================================== */
  .tabs-nav {
    display: none; }

  .tabs-content {
    border: none;
    padding: 0px;
    /*border-radius:0;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    float: none;
    max-width: none; }

  .tab.current .tab-head a {
    background: #fbbd3d;
    text-align: left;
    text-decoration: none; }

  .tab.current {
    margin-bottom: 10px;
    background: #fbbd3d;
    display: block;
    padding: 0px 2% 10px 2%;
    width: 96%; }

  .section-billing-method .tabs-content {
    max-width: 100%;
    padding: 0px;
    min-height: 10px !important; }

  .tab.current .tab-body {
    display: block; }

  .tab {
    display: block;
    padding: 0px 6px 10px;
    background: #ffffff; }

  .tab-head {
    display: block;
    margin: 0px -6px; }

  .section-billing-method .tab-head {
    margin: 0px; }

  #tab-paypal.current {
    padding: 0px 7px 10px; }

  .tab-head a {
    display: block;
    height: 69px;
    padding: 0px 17px;
    background: #898989;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 69px;
    color: #ffffff; }

  .tab-body {
    display: none;
    position: relative;
    z-index: 1;
    /*overflow:hidden;*/
    padding: 1px 27px 0px 27px;
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    -o-border-radius: 10px 0;
    border-radius: 10px 0;
    background: #ffffff; }

  .section-dashboard .tabs-content {
    width: 100%;
    max-width: 100%; }

  /* ==========================================================================
  		#Services
  	========================================================================== */
  .section-services {
    display: none; }

  .section-site-pro {
    padding-bottom: 0px; }

  .service {
    display: block;
    float: none;
    width: auto; }

  .service ~ .service {
    margin: 10px 0px 0px; }

  .service-body {
    height: auto !important; }

  .service-image {
    display: none; }

  .list-green-bullets-tertiary li {
    width: 40%;
    margin-left: 15px; }

  .list-green-bullets-tertiary li span {
    padding-left: 20px; }

  /* ==========================================================================
  		#Section Shop
  	========================================================================== */
  .shop-head {
    display: none; }

  .shop-item ~ .shop-item {
    /*display:$displayNone;*/ }

  .section-shop-secondary .tab-head a {
    overflow: hidden;
    padding-left: 17px; }

  .section-shop-secondary .tab-head a:hover {
    text-decoration: none; }

  .section-shop-secondary .tab-head a br {
    display: none; }

  .section-shop-secondary .tab-head a strong {
    float: left;
    width: 50px;
    font-size: 36px; }

  .section-shop-secondary .tab-head a span {
    display: block;
    overflow: hidden;
    padding: 26px 0px 0px 10px;
    font-size: 18px;
    line-height: 1.11;
    text-align: left; }

  .section-shop-secondary .shop-item ~ .shop-item {
    display: block; }

  .form-shop select {
    width: 100%; }

  .section-shop-secondary .form-shop .form-body, .section-shop-secondary .form-shop .form-actions {
    /*float:$float-none;*/ }

  /* ==========================================================================
  		#Section Customers
  	========================================================================== */
  .section-customers {
    padding: 10px 30px 35px; }

  .section-customers .section-head {
    text-align: center; }

  .section-customers h2 {
    font-size: 20px; }

  /* ==========================================================================
  		#Section Secure
  	========================================================================== */
  .section-secure {
    padding: 0px 20px; }

  .section-secure .section-content {
    float: none;
    width: auto; }

  .section-secure .section-aside {
    display: none; }

  .dashboard .list-statistic li p {
    font-size: 14px; }

  /* ==========================================================================
  		#Section Symantec
  	========================================================================== */
  .section-symantec .section-content {
    float: none;
    width: auto;
    padding: 20px 18px 25px; }

  .form-symantec .form-head {
    display: none; }

  .form-symantec .form-col-size1, .form-symantec .form-col-size2 {
    float: none;
    width: auto; }

  .form-symantec .form-label {
    display: block;
    float: left;
    width: auto;
    font-size: 12px;
    padding-top: 10px; }

  .form-symantec .form-label ~ .form-controls {
    display: block;
    float: right; }

  .form-symantec .btn {
    width: 120px;
    padding-left: 5px;
    line-height: normal; }

  .form-symantec-secondary .total {
    position: static; }

  .form-symantec-secondary .form-actions {
    margin-top: 0px; }

  .form-symantec .form-row .formlogo {
    display: block;
    position: absolute; }

  .form-symantec .form-row .formlogo img {
    max-width: 60%; }

  .total-list {
    padding: 18px 15px;
    border-top: 1px solid #c7c7c7;
    font-size: 12px; }

  .total-list dd {
    float: right;
    width: auto; }

  .total {
    position: static;
    text-align: right; }

  .total span, .total strong {
    display: inline-block; }

  .total span {
    font-size: 12px;
    position: relative;
    top: -15px;
    margin-right: 5px; }

  .total strong {
    font-size: 30px; }

  .total sup {
    font-size: 17px;
    display: inline-block;
    position: relative;
    margin-left: 0px; }

  /* ==========================================================================
  		#Section Site Pro
  	========================================================================== */
  .section-site-pro .section-head-rotate h3 {
    font-size: 32px; }

  .section-site-pro .section-head-rotate [class^="ico-"] {
    top: 14px; }

  .section-site-pro .tab-body {
    padding: 0px 15px; }

  .features-desc li {
    float: none; }

  .features-checks {
    padding: 15px 20px;
    margin-right: 0px; }

  .features-checks ul {
    float: none;
    width: auto; }

  .features-checks ul + ul {
    padding-left: 0px; }

  .features-actions {
    padding-top: 20px;
    text-align: right; }

  .features-actions .btn {
    text-align: center;
    width: 45%; }

  .specifications {
    padding-bottom: 10px; }

  .slider-prev {
    left: -20px; }

  .slider-next {
    right: -20px; }

  .tabs-aside {
    display: none; }

  .features-icons li {
    margin: 0px 10px; }

  /* ==========================================================================
  		#Popups
  	========================================================================== */
  .popup {
    width: 296px;
    position: relative; }

  .popup-title {
    font-size: 20px; }

  .popup-head {
    padding: 0px 30px 13px 0px; }

  .popup .article h4 {
    font-size: 18px; }

  .popup .article img {
    display: none; }

  /*-----------New 15-05-2015 ---------*/
  .table-seal table thead {
    display: none; }

  .table-seal table tbody {
    width: 100%; }

  .table-seal table tbody tr {
    width: 100%; }

  .table-seal td {
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: auto !important; }

  .mob-show {
    display: block; }

  .table-seal tr td img {
    max-width: 100%; }

  .table-seal tr td .list-green-bullets li {
    padding-left: 12px; }

  .table-seal tr td .list-green-bullets li:before {
    width: 5px;
    height: 5px; }

  .rating h1 {
    font-size: 20px; }

  .table-rating td, .table-rating tr, .table-rating table {
    display: block; }

  .table-rating tr + tr td {
    border: 0; }

  .table-rating td {
    padding: 0px; }

  .table-rating tr {
    padding: 9px 0px 9px 16px; }

  .table-rating tr + tr {
    border-top: 1px solid #898989; }

  .rating-factors .col {
    float: none;
    padding-left: 0px; }

  .rating-factors .col-size1, .rating-factors .col-size2, .rating-factors .col-size3 {
    width: auto; }

  /* ==========================================================================
  		#Footer
  	========================================================================== */
  .footer-ribbon {
    top: -10px;
    left: 50%;
    right: auto;
    margin-left: -93px; }

  .footer-body {
    position: relative;
    padding: 180px 20px 20px;
    text-align: center; }

  .footer-body .shell {
    position: static; }

  .footer-body .footer-col-size1, .footer-body .footer-col-size2 {
    float: none;
    width: auto; }

  .footer-body .footer-col-size2 {
    padding: 0px; }

  .footer-body .footer-col-size2 .footer-title {
    display: none; }

  .footer .full-site-link {
    padding-bottom: 0px;
    text-align: center; }

  .footer .full-site-link a {
    font-size: 24px; }

  .footer .socials {
    padding: 22px 0px 3px;
    text-align: center; }

  .footer .socials li {
    float: none;
    display: inline-block;
    padding: 0px 8px; }

  .footer .socials li + li {
    padding-left: 8px; }

  .footer .phone {
    padding-left: 0px; }

  .footer-title {
    padding-bottom: 3px;
    font-size: 24px; }

  .list-cards {
    padding-left: 0px;
    text-align: center; }

  .list-cards li {
    float: none;
    display: inline-block;
    padding: 0px; }

  /*.list-cards img {width:$width50+15px; height:$heightAuto;}*/
  .footer-partners {
    padding: 22px 0px 24px; }

  .footer-partners .list-partners li:first-child {
    display: block;
    padding: 0px; }

  .footer-partners .list-partners li {
    display: none;
    float: none; }

  /*	.footer-partners .list-partners li + li{border-top:1px solid #DDD; padding:10px 0 0; margin:10px 80px 0;}
  	.footer-partners .list-partners li + li:before{background:none;}
  	
  */
  .footer-bar {
    padding: 15px 40px 20px;
    text-align: center; }

  .footer-bar .contacts, .footer-nav-secondary, .copyright {
    float: none; }

  .footer-bar .contacts {
    padding-bottom: 20px; }

  .copyright {
    text-align: center; }

  .footer-nav-secondary {
    padding-bottom: 20px; }

  .footer-nav-secondary li {
    float: none;
    display: inline-block; }

  /* ==========================================================================
  		#Slider
  	========================================================================== */
  .caroufredsel_wrapper {
    width: auto !important; }

  .section-providers .list-green-bullets {
    padding-left: 15px; }

  /* ==========================================================================
  		#Live Chat
  	========================================================================== */
  .chat {
    bottom: 70px; }

  .chat-toggle {
    padding: 0px 8px;
    font-size: 14px;
    border-width: 4px 4px 20px;
    /*border-top-right-radius:14px;*/
    margin-right: 39px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-top-right-radius: 14px;
    border-top-right-radius: 14px; }

  .form-creadit-card .form-head img {
    margin-left: 0px; }

  .section-contact-secondary .widget-contacts {
    width: auto; }

  .form-creadit-card .form-controls #field-name-card {
    width: 100%; }

  .form-creadit-card .form-controls #card-number {
    width: 100%; }

  .form-creadit-card .form-col-size16 {
    background-position: right -4px; }

  .form-creadit-card .form-col-size16 {
    width: 105px; }

  .form-creadit-card .form-col-size15 {
    padding-right: 21px; }

  .form-creadit-card .btn {
    font-size: 12px;
    padding: 1px 2px 0px 5px;
    width: auto;
    height: 30px; }

  .form-promo #promo-code {
    padding: 6px 9px; }

  .form-billing .form-col-size12 {
    width: 63%;
    margin-right: 8%; }

  .form-creadit-card .form-body {
    padding-bottom: 0px; }

  .form-creadit-card .form-row:last-child {
    margin-bottom: 3px; }

  .form-shop .btn {
    padding: 6px 2px 5px 5px; }

  #tab-renewals .table-specifications td {
    padding-left: 15px; }

  .table-specifications td:before {
    height: 10px;
    width: 10px;
    top: 18px; }

  .form-shop .form-body, .form-shop .form-actions {
    width: auto; }

  .form-shop .form-body .form-row {
    float: none; }

  .main-secondary {
    padding: 0px; }

  .main-secondary .tab-body {
    padding: 1px 15px 15px; }

  .cancelcontent {
    padding: 15px;
    margin-bottom: 15px; }

  .cancelrequest .section-head-rotate {
    padding-left: 10px !important; }

  .cancelrequest h2 {
    font-size: 26px; }

  .cancelprodetail p {
    font-size: 14px; }

  .cancelprodetail p label {
    width: 100%;
    text-align: left;
    margin-left: 0px; }

  .cancelprodetail p span {
    width: 100%;
    font-weight: normal; }

  .cancelprodetail .reason label {
    width: 100%;
    text-align: left;
    margin-left: 0px; }

  .cancelprodetail .reason .form-controls {
    width: 100%; }

  .cancelcontent h3 {
    font-size: 18px; }

  .cancelsupport .canbox {
    width: 100%;
    background-position: 90% 84% !important; }

  .cancelsupport .canbox + .canbox {
    margin: 15px 0px 0px 0px; }

  .immediate-assistance .form-actions .btn-green {
    margin-left: 0px; }

  .immediate-assistance .form-billing {
    padding: 30px 0px; }

  .contactbtnsec a {
    margin-top: 0px; }

  .checksec .checkbox {
    width: 100%; }

  .checksec .checkbox + .checkbox {
    margin: 5px 0px 0px 0px; }

  .section-order-summary .widget {
    margin: 0px; }

  .confirmorderaddress {
    padding: 0px; }

  .order-summary .section-head-rotate {
    margin-left: 0px; }

  .order-summary .headraw {
    display: none; }

  .order-summary .dtlraw span.proname {
    border-bottom: 1px solid #efeeee;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    display: block; }

  .confirmoredertable .dtlraw span + span {
    width: 10% !important;
    box-sizing: border-box; }

  .order-summary .oredergeneratecsr {
    border-top: none; }

  .oredergeneratecsr .dtlraw .date {
    position: absolute;
    border-right: 1px solid #eeeeee;
    top: 56px;
    line-height: 25px; }

  .oredergeneratecsr .dtlraw .genertcsr {
    display: block;
    margin-left: 90px;
    float: left; }

  .form-creadit-card .field.field-tiny {
    margin-right: 10px; }

  .form-creadit-card .form-controls img {
    width: 40px;
    margin-top: -2px; }

  .section-customers .slider-customers .slider-clip {
    overflow: hidden; }

  .dashboard-body .list-statistic li p a.btn-switch {
    display: block;
    margin-bottom: 6px; }

  .header-secondary .shell {
    height: auto; }

  .header-secondary .logo, .header-secondary .slogan {
    display: block;
    float: none;
    margin: 20px auto !important; }

  .header-secondary .slogan {
    width: 228px; }

  .header.header-secondary .phone {
    font-size: 23px;
    margin: 0px 0px 20px auto !important;
    text-align: center;
    width: 163px;
    height: 52px;
    line-height: 30px; }

  .srchfilter .datesec {
    margin-right: 0px;
    margin-bottom: 15px; }

  .srchfilter .datesec label {
    width: 80px;
    line-height: 28px;
    font-size: 14px; }

  .srchfilter .datesec input {
    width: 133px;
    height: 26px; }

  .srchfilter .srchbtn {
    float: left; }

  .srchfilter .datesec .datepickericon {
    margin-top: 0px; }

  .srchfilter .datesec .datepickericon img {
    height: 28px;
    width: auto; }

  .srchfilter .exportcsv {
    padding-top: 0px;
    width: auto; }

  .pagination .gotopage {
    float: left;
    margin-top: 10px; }

  .statmenttable .dtlraw span.transaction {
    width: 105px; }

  .pagination .viewing {
    width: 100%; }

  .pagination .pageno {
    margin: 0px; }

  .creditcard-info .billingaddress h3 {
    margin: 20px 0px 30px; }

  .creditcard-info .savebtn {
    padding: 0px 0px 10px 0px; }

  .creditcard-info {
    padding-bottom: 10px; }

  .mailbox {
    padding: 15px; }

  .mailbox .checksec .checkbox label {
    font-size: 13px; }

  .mailbox .checksec .checkbox-fake {
    margin-top: 2px; }

  .mailbox .testhtmlsec .sandbtn {
    float: left; }

  .emailreminder .form-controls {
    width: 100%; }

  .emailreminder .updateemail .form-controls {
    width: 76%; }

  .updateemail .updatemailbtn {
    float: left;
    margin-bottom: 15px; }

  .verifyno .form-controls {
    width: 100%;
    margin-bottom: 15px; }

  .verifyno .verifynobtn {
    float: left; }

  .applyarea .radiobox .radio .radio-fake {
    margin-top: 5px; }

  .applyarea .radiobox {
    width: 100%;
    margin-bottom: 15px; }

  .applyarea .applybtn {
    float: left; }

  .orderdomaintable {
    border-top: none; }

  .orderdomaintable .headraw {
    display: none; }

  .orderdomaintable .dtlraw span {
    display: block;
    width: 97% !important;
    padding: 5px; }

  .orderdomaintable .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .orderdomaintable .dtlraw + .dtlraw span {
    border-top: none; }

  .orderdomaintable .dtlraw span + span {
    border-left: none; }

  .orderdomaintable .dtlraw span {
    font-size: 12px; }

  .orderdomaintable .dtlraw + .dtlraw span {
    font-size: 12px; }

  .orderdomaintable .dtlraw .hidehead {
    display: block !important;
    margin-right: 5px; }

  .orderdomaintable .dtlraw span.edit {
    text-align: right; }

  .orderdomaintable .dtlraw span.proname {
    font-weight: normal; }

  .special-offers {
    padding: 15px 0px 0px; }

  .special-offers .checksec .checkbox {
    margin-left: 0px; }

  .special-offers .checksec .checkbox label {
    width: 90%; }

  .advancesrch .selectesec .form-controls, .srchfilter .datesec span, .srchfilter .datesec {
    width: 100%; }

  .advancesrch .selectesec label, .srchfilter .datesec label {
    width: 100% !important;
    text-align: left !important;
    margin: 0px !important;
    font-size: 14px;
    line-height: 28px; }

  .advancesrch .datesec .orderinput {
    box-sizing: border-box; }

  .advancesrch #dvDate .orderinput {
    width: 93%; }

  .advancesrch .srchbtnraw {
    padding: 0px !important; }

  .advancesrch .orderraw .exportcsv + .exportcsv {
    margin-right: 10px; }

  .srchfilter .exportcsv a {
    font-size: 13px; }

  .advancesrch .datesec .domaininput, #dvAdvanceSearch .datesec .orderinput {
    width: 100%;
    margin: 0px;
    box-sizing: border-box; }

  .simplesltbox {
    height: 28px;
    width: 100%; }

  .advancesrch .srchbtnraw .btn-orange {
    margin: 0px 10px 0px; }

  .listorder {
    border-top: none; }

  .listorder .headraw {
    display: none; }

  .listorder .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px; }

  .listorder .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .listorder .dtlraw + .dtlraw p {
    border-top: none; }

  .listorder .dtlraw p + p {
    border-left: none; }

  .listorder .dtlraw p {
    font-size: 12px; }

  .listorder .dtlraw + .dtlraw p {
    font-size: 12px; }

  .listorder .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px; }

  .listorder .dtlraw span b {
    display: inline-block !important; }

  .listorder .dtlraw p span {
    display: block; }

  .listorder .dtlraw p.proname {
    font-weight: normal; }

  .listorder .dtlraw p.domain b {
    display: block !important; }

  a.tooltips span {
    width: 170px;
    left: -13px !important; }

  .accountcntsec h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px; }

  .padbot {
    padding-bottom: 10px !important; }

  .certificatdtl {
    padding: 15px 15px 0px; }

  .admincontdetail {
    padding: 15px 15px 0px; }

  .detaillist li {
    font-size: 13px; }

  .detaillist li label {
    width: 100%;
    text-align: left; }

  .detaillist li span {
    width: 100%; }

  .detailbtnsec .btnraw .btn + .btn {
    float: left;
    margin-top: 15px; }

  .detailbtnsec .btnraw {
    margin-top: 15px; }

  .summaryinfo {
    padding: 10px 15px 0px; }

  .expiredordertbl {
    border-top: none; }

  .expiredordertbl .headraw {
    display: none; }

  .expiredordertbl .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px; }

  .expiredordertbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .expiredordertbl .dtlraw + .dtlraw p {
    border-top: none; }

  .expiredordertbl .dtlraw p + p {
    border-left: none; }

  .expiredordertbl .dtlraw p {
    font-size: 12px; }

  .expiredordertbl .dtlraw + .dtlraw p {
    font-size: 12px; }

  .expiredordertbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px; }

  .expiredordertbl .dtlraw p span {
    display: block; }

  .expiredordertbl .dtlraw .renew .renewbtn {
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px; }

  .supporttbl {
    border-top: none; }

  .supporttbl .headraw {
    display: none; }

  .supporttbl .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px; }

  .supporttbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .supporttbl .dtlraw + .dtlraw p {
    border-top: none; }

  .supporttbl .dtlraw p + p {
    border-left: none; }

  .supporttbl .dtlraw p {
    font-size: 12px; }

  .supporttbl .dtlraw + .dtlraw p {
    font-size: 12px; }

  .supporttbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px; }

  .supporttbl .dtlraw p span {
    display: block; }

  .supporttbl .dtlraw .renew .renewbtn {
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px; }

  .supportdetail {
    padding: 15px; }

  .clientdtlinfo {
    font-size: 14px; }

  .commentbox textarea {
    width: 87%; }

  .amtinfo {
    padding: 0px; }

  .midline {
    margin: 15px 0px 20px; }

  .selectgetway label {
    width: 100%; }

  .selectgetway label + label {
    margin-left: 0px;
    margin-top: 10px; }

  .perinfocheck {
    margin-left: 0px; }

  .perinfocheck .checkbox-fake {
    margin-top: 2px; }

  .installation-support .savebtn {
    padding-left: 0px; }

  .installation-support .grycardicon {
    height: 28px; }

  .personalinfoform .savebtn {
    padding-left: 0px; }

  .form-billing {
    padding-bottom: 25px; }

  .ico-btn-arrow, .ico-btn-arrow-white {
    margin: -3px 0px 0px 5px !important; }

  .article-entry .list-green-bullets {
    margin-left: 15px; }

  .section-certificates .article img {
    display: none !important;
    width: 100%;
    height: auto; }

  /*28012015*/
  .comparecertbox {
    padding: 15px;
    margin-bottom: 15px !important; }

  .recommendationbox {
    padding: 15px;
    margin-bottom: 15px !important; }

  .couponsbox {
    padding: 15px;
    margin-bottom: 15px !important; }

  .couponsbox .headtitle span {
    margin-bottom: 15px;
    float: left; }

  .couponsbox p span {
    width: 84%; }

  .csrgreybox {
    padding: 15px; }

  .checkcsrform .form-actions textarea {
    height: 200px; }

  .captchacode img {
    /*width:$widthfull;*/ }

  .csrexample {
    margin: 0px 0px 15px; }

  .csrexample img {
    width: 100%; }

  .checkursslform .form-label {
    width: auto;
    display: block;
    line-height: 1;
    padding-bottom: 4px;
    text-align: left; }

  .checkursslform .form-controls {
    margin-left: 0px;
    padding-right: 0px;
    width: 100%; }

  .checkursslform .field {
    padding: 4px; }

  .checkursslform .form-hint {
    font-size: 11px; }

  .checkursslform .form-actions {
    padding: 0px; }

  .twocomparebox .pricegreybox {
    width: 100%; }

  .twocomparebox .pricegreybox + .pricegreybox {
    margin: 20px 0px 0px 0px; }

  .threecomparebox .pricegreybox {
    width: 100%; }

  .threecomparebox .pricegreybox + .pricegreybox {
    margin: 20px 0px 0px 0px; }

  .threecomparebox ul li p {
    width: 52%;
    padding-bottom: 0px; }

  .threecomparebox ul li p + p {
    background: url("../images/comparelistsept.png") no-repeat scroll 0 3px;
    padding: 0px 0px 0px 5px;
    width: 46%;
    border: none; }

  .numblist {
    margin-left: 15px; }

  .dotlist {
    margin-left: 15px; }

  .contactaddress p {
    width: 100% !important;
    padding-bottom: 0px; }

  .contactaddress p + p {
    margin-left: 0px;
    padding: 15px 0px 0px 0px;
    border-left: none;
    border-top: 1px solid #c7c7c7; }

  .connecttosave {
    padding: 15px 0px 0px !important; }

  .connecttosave ul li {
    margin-right: 15px;
    margin-bottom: 15px; }

  .contactmap {
    padding: 15px; }

  .contactmap #map_canvas {
    height: 300px !important; }

  .supportteam p {
    width: 100%;
    margin-bottom: 15px; }

  .supportteam .teamico {
    display: block;
    text-align: center;
    width: 100%; }

  .needdupport ul {
    margin-left: 0px; }

  .needdupport ul li h3 {
    width: 69%; }

  .needdupport ul li p {
    padding-left: 30%; }

  .sitemapmain .sitemap-lt {
    width: 100%; }

  .sitemapmain .sitemap-rt {
    width: 100%;
    margin-left: 0px; }

  .browsercomp .article-entry ul {
    width: 95%; }

  .browsercomp .article-entry ul + ul {
    width: 95%;
    margin-left: 15px; }

  .servertype .article-entry ul {
    width: 95%; }

  .servertype .article-entry ul + ul {
    width: 95%;
    margin-left: 15px; }

  .cntbotmenu {
    margin-bottom: 20px; }

  .cuponcodetbl {
    border-top: none; }

  .cuponcodetbl .headraw {
    display: none; }

  .cuponcodetbl .dtlraw p {
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box; }

  .cuponcodetbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .cuponcodetbl .dtlraw + .dtlraw p {
    border-top: none; }

  .cuponcodetbl .dtlraw p + p {
    border-left: none; }

  .cuponcodetbl .dtlraw p {
    font-size: 12px; }

  .cuponcodetbl .dtlraw + .dtlraw p {
    font-size: 12px; }

  .cuponcodetbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px; }

  .cuponcodetbl .dtlraw p span {
    display: block; }

  .cuponcodetbl .dtlraw .proname {
    color: #f6641f; }

  .keyfeatures .featurearea {
    padding: 20px 15px; }

  .keyfeatures .featurearea .list-green-bullets li {
    font-size: 14px; }

  .certinstallstep .installstep {
    width: 100%; }

  .certinstallstep .installstep + .installstep {
    margin: 15px 0px 0px 0px; }

  .certinstallstep .installstep span {
    text-align: left;
    margin: 0px 15px; }

  .certfeatures-list {
    width: 100%; }

  .upgreadsec .upgreadformtxt {
    width: 45%; }

  .trysec {
    margin-left: 10%;
    width: 45%; }

  .upgreadsec .orangebox {
    min-height: 100px;
    max-height: 100px; }

  .freesslbrowsers .list-browsers img {
    width: 25px; }

  .freesslbrowsers {
    padding: 0px; }

  .section-browsers .section-entry {
    padding: 0px 10px; }

  .compbrandlogo {
    padding-bottom: 5px; }

  .compbrandlogo img {
    max-width: 100%; }

  .trybuybtn {
    margin-bottom: 10px; }

  .certfeatures-list .compyellowbg {
    padding: 15px; }

  .comparelist li {
    text-align: center; }

  .comparelist li + li {
    text-align: left; }

  .comparelist li.retxtleft {
    text-align: left; }

  .connecttosave {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px; }

  .connecttosave h1 {
    line-height: 60px; }

  .threelinetlt .compreadmore {
    bottom: -32px; }

  .twocomparebox .compheader {
    padding: 35px; }

  .twocomparebox .compreadmore {
    bottom: -30px; }

  .comparelist li.readmorebotbtn {
    padding: 20px 0px 0px; }

  .salesorder-process .article-entry .list-green-bullets {
    padding-bottom: 0px !important; }

  .symantec-couponcode .article-entry .article-title span {
    float: left; }

  .couponsbox .list-green-bullets {
    padding-bottom: 5px !important; }

  .officeaddress {
    width: 100%; }

  .officehour {
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    border-left: none;
    border-top: 1px solid #c7c7c7;
    width: 100%; }

  .supportcenter {
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    border-left: none;
    border-top: 1px solid #c7c7c7;
    width: 100%; }

  .article-entry .csrgreybox {
    /*border-radius:15px 0;*/
    -webkit-border-radius: 15px 0;
    -moz-border-radius: 15px 0;
    -o-border-radius: 15px 0;
    border-radius: 15px 0; }

  .csrgreybox.contactbox span {
    display: block; }

  .contactbox ul li + li {
    margin-top: 10px; }

  .issuancelist {
    border-top: none; }

  .issuancelist .headraw {
    display: none; }

  .issuancelist .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px; }

  .issuancelist .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee; }

  .issuancelist .dtlraw + .dtlraw p {
    /*border-top:$bdr-size1 $bdrsolid $bdr-gray2;*/
    border-top: none; }

  .issuancelist .dtlraw p + p {
    border-left: 1px solid #efeeee; }

  .issuancelist .dtlraw p {
    font-size: 12px; }

  .issuancelist .dtlraw + .dtlraw p {
    font-size: 12px; }

  .issuancelist .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px; }

  .issuancelist .dtlraw span b {
    display: inline-block !important; }

  .issuancelist .dtlraw p span {
    display: block; }

  .issuancelist .dtlraw p.proname {
    font-weight: normal; }

  .forgotpass .form-controls {
    padding: 0px;
    width: 100%; }

  .forgotpass .field {
    padding: 4px; }

  .forgotpass .sumitbtn {
    padding: 15px 0px 0px 0px; }

  .section-head-rotate h3 {
    padding-bottom: 0px; }

  /*==================== 02-02-2015 ====================*/
  .imgpara .fright {
    float: left;
    margin: 0px 0px 10px 0px;
    width: 100%; }

  .imgpara .fleft {
    float: left;
    margin: 0px 0px 10px 0;
    width: 100%; }

  .join-reseller #tab02 h2 {
    line-height: 30px;
    font-size: 16px; }

  .join-reseller .tab-head a {
    font-size: 26px; }

  .signupform .section-content-head span {
    font-size: 24px;
    line-height: 38px; }

  .signupform {
    padding: 0px; }

  .mobile-hide {
    display: displayNone !important; }

  .begin-popup .form-billing {
    padding-bottom: 0px; }

  .begin-popup .generatebtn {
    padding: 0px; }

  #dvCreditCard .cardinfomain .form-row {
    padding-bottom: 0px; }

  .installation-support .creditcard-info, .installation-support .selectpaymethod {
    padding: 0px; }

  .installation-support .creditcard-info .form-billing {
    padding: 0px 0px 20px; }

  .confirmorderdtl {
    padding-bottom: 20px; }

  .confirmpaydtl .editpaydtl {
    top: 10px; }

  .fundreceipt .dtlraw p {
    box-sizing: border-box;
    width: 100% !important;
    text-align: left !important; }

  .fundreceipt .dtlraw p + p {
    border-top: 1px solid #efeeee !important; }

  .fundreceipt .dtlraw p b {
    display: block; }

  .fundreceipt .tablesubtotal {
    padding: 5px; }

  .fundreceipt .tablesubtotal p {
    text-align: left !important; }

  .fundreceipt .tablesubtotal p span {
    display: block;
    padding-left: 0px;
    width: 100%;
    text-align: left; }

  .sslbrandcnt .article img {
    display: block !important;
    max-width: 100% !important;
    width: auto; }

  .article h3 {
    font-size: 20px; }

  .list-line li {
    font-size: 14px; }

  .shell-secondary .main-head-inner {
    display: none; }

  .section-total-amount {
    display: block; }

  .confirmoredertable .dtlraw + .dtlraw {
    border-top: none; }

  .footer-cols .footer-col + .footer-col {
    margin-top: 5px; }

  .half-selectbox {
    width: 100%; }

  .begin-popup .form-billing {
    min-height: 10px; }

  .begingencertdtl h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px; }

  .begingencertdtl .applyarea .radiobox {
    margin-bottom: 0px; }

  .begingencertdtl .applyarea .radiobox .radio span {
    font-size: 13px; }

  .cptickets .srchbtn {
    padding-left: 0px; }

  .cptickets .datesec input {
    width: 100%;
    box-sizing: border-box; } }
@media (max-width: 485px) {
  .section-shop .form-row {
    width: 100% !important; }

  .form-shop .form-body, .form-shop .form-actions {
    float: none;
    width: 100%;
    padding-left: 0px; }

  .section-shop-secondary .form-shop .form-body, .section-shop-secondary .form-shop .form-actions {
    float: left; }

  .form-creadit-card .form-head img {
    width: 100%; }

  .notification h5 {
    font-size: 20px; }

  .manager p {
    font-size: 12px; }

  .footer-secondary .contacts br {
    display: block; }

  /*.certimg{ text-align:center; }
  .certimg img{ margin:20px 0px !important; width:276px !important; }
  .section-order-summary:after { margin-bottom:10px;}
  */
  .section-billing-info .section-head-rotate h3 {
    margin-top: 10px; }

  /*28012015*/
  .connecttosave p {
    font-size: 34px;
    line-height: 60px;
    padding-bottom: 0px; }

  .shop-item-head {
    padding-bottom: 5px; }

  .shop-item-head h3 {
    padding-bottom: 5px; }

  .ajax-upload-dragdrop span {
    width: 44% !important; }

  .invoice-data ul li label {
    margin: 0px;
    width: 100%;
    text-align: left; }

  .list-line {
    margin-left: 20px; }

  .nav-utilities li + li {
    display: none; }

  .mobtopmnu {
    display: block; }

  .advancesrch #dvDate .orderinput {
    width: 87%; }

  .width45per {
    width: 100%;
    margin-bottom: 10px; }

  .home-boxes ul li a {
    width: 138px; }

  .footer-nav-secondary li {
    margin-bottom: 10px; }

  .footer-nav-secondary {
    padding-bottom: 10px; }

  .teamlist ul li {
    width: 100%;
    min-height: 4px; }

  .abtsolutionsec .solution-body ul li + li a::before {
    left: 10px; }

  .slider-testimonial .shoperlogo, .slider-testimonial .testimonial-meta .testimonialdtl {
    width: 100%; }

  .rsoimggallery .gallerygird {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2; } }
@media (max-width: 360px) {
  .confirmtotalorder .form-actions .chkoutbotrt {
    clear: both; }

  .confirmtotalorder .form-actions .underlinelink {
    float: right; }

  .list-line {
    margin-left: 0px; }

  .list-line li {
    padding-right: 10px; }

  .list-line li::before {
    top: 10px; }

  .list-line li a {
    line-height: 20px; }

  .list-line li:hover {
    background: none;
    background: #e1e1e1; }

  .tourbox span {
    margin-right: 10px; }

  .tourbox .tour-decp {
    width: 73%; }

  .home-boxes ul li:nth-child(even) {
    margin-right: 0px; }

  .home-boxes ul li a {
    width: 135px; }

  .implementstep ul li p {
    padding-top: 0px;
    width: 80%;
    float: right; }

  .implementstep ul li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    margin: 0px 10px 30px 0px; }

  .twoline-head {
    margin-bottom: 20px;
    padding-bottom: 0px;
    background-position: left center; }

  .twoline-head span {
    padding: 0px 15px;
    max-width: 200px; }

  .abtsolutionsec .solution-body ul li + li a::before {
    left: 6px; } }
@media (mi-width: 960px) {
  .caroufredsel_wrapper {
    width: 960px !important;
    height: 280px !important; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .caroufredsel_wrapper {
    width: 734px !important;
    height: 212px !important; }

  .slider-primary {
    /*display:$displayNone !important; */
    padding: 22px 0px 30px; }

  .slider-primary .slider-clip {
    height: 212px !important; }

  .slider-primary .slide {
    width: 714px !important;
    padding: 25px 0px 0px 20px;
    height: 187px; }

  .slider-primary .slide-content {
    width: 350px !important; }

  .slider-primary .slidehead {
    font-size: 30px; }

  .slider-primary .slidesmallhead {
    font-size: 24px;
    padding-bottom: 10px; }

  .slider-primary .slide-entry {
    width: 350px;
    font-size: 14px;
    padding-bottom: 0px; }

  .slider-primary .price {
    font-size: 28px; }

  .slider-primary .slide-actions {
    right: -210px; }

  .section-certificates .article img {
    display: inline-block !important;
    width: auto; } }
@media only screen and (min-width: 680px) and (max-width: 767px) {
  .slider-primary {
    padding: 22px 0px 28px; }

  .caroufredsel_wrapper {
    width: 100% !important;
    height: 188px !important; }

  .slider-primary .slide {
    width: 630px !important;
    height: 168px;
    padding: 20px 0px 0px 20px; }

  .slider-primary .slider-clip {
    height: 188px !important;
    margin: 0px auto;
    width: 650px; }

  .slider-primary .slide-content {
    width: 332px !important;
    height: 156px; }

  .slider-primary .slidehead {
    font-size: 26px; }

  .slider-primary .slidesmallhead {
    font-size: 20px;
    padding-bottom: 5px; }

  .slider-primary .slide-entry {
    width: 332px;
    font-size: 14px;
    padding-bottom: 5px; }

  .slider-primary .price {
    font-size: 30px; }

  .slider-primary .slide-content .price sup {
    font-size: 20px; }

  .slider-primary .list-price {
    font-size: 16px;
    vertical-align: top;
    margin-top: 5px; }

  .slider-primary .slide-actions {
    right: -158px;
    bottom: 0; }

  .slider-primary .btn {
    background-size: 150px auto !important;
    width: 151px !important;
    height: 32px !important; } }
@media only screen and (min-width: 568px) and (max-width: 679px) {
  .slider-primary {
    padding: 22px 0px 24px; }

  .caroufredsel_wrapper {
    width: 100% !important;
    height: 161px !important; }

  .slider-primary .slide {
    width: 538px !important;
    height: 141px;
    padding: 20px 0px 0px 20px; }

  .slider-primary .slider-clip {
    height: 161px !important;
    margin: 0px auto;
    width: 553px; }

  .slider-primary .slide-content {
    width: 285px !important;
    height: 127px; }

  .slider-primary .slidehead {
    font-size: 22px; }

  .slider-primary .slidesmallhead {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 8px; }

  .slider-primary .slide-entry {
    width: 265px;
    padding-bottom: 3px;
    font-size: 11px; }

  .slider-primary .price {
    font-size: 22px; }

  .slider-primary .slide-content .price sup {
    font-size: 14px; }

  .slider-primary .list-price {
    font-size: 14px;
    vertical-align: top;
    margin-top: 4px; }

  .slider-primary .slide-actions {
    right: -148px;
    bottom: 0; }

  .slider-primary .btn {
    background-size: 140px auto !important;
    width: 140px !important;
    height: 30px !important; } }
@media only screen and (min-width: 480px) and (max-width: 567px) {
  .slider-primary {
    padding: 22px 0px 24px; }

  .caroufredsel_wrapper {
    width: 100% !important;
    height: 130px !important; }

  .slider-primary .slide {
    width: 435px !important;
    height: 115px;
    padding: 15px 0px 0px 15px; }

  .slider-primary .slider-clip {
    height: 130px !important;
    margin: 0px auto;
    width: 450px; }

  .slider-primary .slide-content {
    width: 227px !important;
    height: 105px; }

  .slider-primary .slidehead {
    font-size: 20px; }

  .slider-primary .slidesmallhead {
    font-size: 14px;
    padding-top: 5px; }

  .slider-primary .slide-entry {
    display: none; }

  .slider-primary .price {
    font-size: 20px; }

  .slider-primary .slide-content .price sup {
    font-size: 12px; }

  .slider-primary .list-price {
    font-size: 14px;
    vertical-align: top;
    margin-top: 2px; }

  .slider-primary .slide-actions {
    right: -128px;
    bottom: 0; }

  .slider-primary .btn {
    background-size: 120px auto !important;
    width: 120px !important;
    height: 26px !important; } }
@media only screen and (min-width: 360px) and (max-width: 479px) {
  .slider-primary {
    padding: 22px 0px 24px; }

  .caroufredsel_wrapper {
    width: 100% !important;
    height: 98px !important; }

  .slider-primary .slide {
    width: 330px !important;
    height: 88px;
    padding: 10px 0px 0px 10px; }

  .slider-primary .slider-clip {
    height: 98px !important;
    margin: 0px auto;
    width: 340px; }

  .slider-primary .slide-content {
    width: 171px !important;
    height: 81px; }

  .slider-primary .slidehead {
    font-size: 18px; }

  .slider-primary .slidesmallhead {
    font-size: 12px;
    padding-bottom: 0px;
    padding-top: 5px; }

  .slider-primary .slide-entry {
    display: none; }

  .slider-primary .price {
    display: none; }

  .slider-primary .slide-actions {
    right: -98px;
    bottom: 0; }

  .slider-primary .btn {
    background-size: 90px auto !important;
    width: 90px !important;
    height: 19px !important; } }
/*@media only screen and (min-width:320px) and (max-width:359px) {*/
@media only screen and (max-width: 359px) {
  .slider-primary {
    padding: 22px 0px 24px; }

  .caroufredsel_wrapper {
    width: 100% !important;
    height: 88px !important; }

  .slider-primary .slide {
    width: 290px !important;
    height: 78px;
    padding: 10px 0px 0px 10px; }

  .slider-primary .slider-clip {
    height: 87px !important;
    margin: 0px auto;
    width: 300px; }

  .slider-primary .slide-content {
    width: 152px !important;
    height: 71px; }

  .slider-primary .slidehead {
    font-size: 14px; }

  .slider-primary .slidesmallhead {
    font-size: 10px;
    padding-bottom: 0px;
    padding-top: 5px; }

  .slider-primary .slide-entry {
    display: none; }

  .slider-primary .price {
    display: none; }

  .slider-primary .slide-actions {
    right: -98px;
    bottom: 0; }

  .slider-primary .btn {
    background-size: 90px auto !important;
    width: 90px !important;
    height: 19px !important; }

  .whtpaper-section .whtpaper-list .whtpaper-decp {
    width: 78%; }

  .whtpaper-list ul li h5 {
    margin-bottom: 5px; }

  .whtpaper-decp p {
    width: 100%;
    margin-bottom: 5px; }

  .gridimg img {
    padding-bottom: 10px; }

  .gridimg .collageitem {
    padding: 0px 5px !important; }

  .isdtlform .form-row + .form-row {
    margin-top: 15px;
    padding-top: 10px; } }
@media only screen and (min-height: 600px) and (max-height: 700px) {
  .dashboard-label {
    bottom: 140px; } }
@media only screen and (max-height: 700px) {
  .quickloginfoot {
    position: relative; }

  .loginbox {
    margin-bottom: 30px; } }

