/* GLOBAL STYLES */
html {
	box-sizing: border-box;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	width:100%;
	min-height:100%;
	padding:0;
	margin:0;
	background: #001144;
	font-family: 'nunitoregular';
	color: #4d4d4d;
	font-size: 1em;
	line-height:1.4em;
	overflow-x: hidden;
}

body.active-nav {
	overflow: hidden;
	position: absolute;
}

div, section,
img {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin: 0;
	line-height: 1.4em;
	margin-bottom: 15px;
	width: 100%;
}

p:last-child {
	margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	width: 100%;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.17em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.12em;
}

h5 {
	font-size: .83em;
}

h6 {
	font-size: .75em;
}

a,
a:hover {
	text-decoration: none;
}

a {
	color: #ff1245;
	transition: .3s ease;
}

hr {
	border-top: 1px solid #f3f3f3;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 30px 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0 0 0 18px; 
}

ol li {
	padding: 0 0 6px 5px;
}

.no-wrap {
	white-space: nowrap;
}

.btn {
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
	border: 2px solid #0077CC;
	border-radius: 30px;
	padding: 10px 35px 10px 15px;
	font-family: 'nunitoextrabold';
	color: #001144;
	transition: .3s ease;
}

.btn:after {
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-family: 'trustico-icons';
    content: "\e902";
    color: #001144;
    font-size: 12px;
    transition: .3s ease;
}

.btn:hover {
	background: #0077CC;
	border: 2px solid #0077CC;
	color: #ffffff;
}

a.btn.light-blue-btn-light,
a.btn.light-blue-btn-light:after {
	color: #001144;
}

a.btn.light-blue-btn-light:hover {
	border: 2px solid #0077CC;
	color: #ffffff;
}

a.btn.red-btn-light,
btn.red-btn-light {
	color: #001144;
	border: 2px solid #FF1144;
}

a.btn.red-btn-light:after,
btn.red-btn-light:after {
	color: #001144;
}

a.btn.light-blue-btn-light:hover:after,
btn.light-blue-btn-light:hover:after {
	color: #ffffff;
}

a.btn.red-btn-light:hover,
btn.red-btn-light:hover {
	background: #FF1144!important;
	color: #ffffff;
}

a.btn.red-btn-light:hover:after,
btn.red-btn-light:hover:after {
	color: #ffffff;
}

a.btn.light-blue-btn-dark,
a.btn.light-blue-btn-dark:after {
	color: #ffffff;
}

a.btn.light-blue-dark:hover {
	border: 2px solid #0077CC;
}

a.btn.red-btn-dark {
	color: #ffffff;
	border: 2px solid #FF1144;
}

a.btn.red-btn-dark:after {
	color: #ffffff;
}

a.btn.red-btn-dark:hover {
	background: #FF1144!important;
}

a.btn.dark-blue-btn-dark {
	color: #ffffff;
	border: 2px solid #001144;
}

a.btn.dark-blue-btn-dark:after {
	color: #ffffff;
}

a.btn.dark-blue-btn-dark:hover {
	background: #001144!important;
}

/* HORIZONTAL RULE */
hr.light-blue {
	border-top: 1px solid #0077C9;
}

.btn-stack {
	margin-bottom: 10px;
}

strong {
	font-family: 'nunitoextrabold';
}

/* COLOURS */
.white {
	color: #ffffff;
}

.light-blue {
	color: #0077CC;
}

.dark-blue {
	color: #001144;
}

.red {
	color: #FF1144;
}

.black {
	color: #000000;
}

/* BACKGROUND COLOURS */
.white-bg {
	background: #ffffff;
}

.red-bg {
	background: #FF1144;
}

.light-blue-bg {
	background: #0077CC;
}

.light-blue-gradient-bg {
	background-image:
    radial-gradient(
      circle at top left,
      #3CC3FF,
      #0077CC
    );
}

.light-grey-bg {
	background: #ECF0F8;
}

.lighter-grey-blue-bg {
	background: #E9EDF5;
}

.light-grey-blue-bg {
	background: #E3E8F4;
}

.dark-blue-bg {
	background: #001144;
}

.black-bg {
	background: #000000;
}

.symantec-yellow-bg {
	background: #F1B634;
}

/* OVERLAY */
.region-block {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	align-content: center;
	-ms-flex-line-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	background-color: rgba(0,17,68,0.98);
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	z-index: 1200;
	transition: .3s ease;
	padding: 10vw;
}

.region-block.open {
	opacity: 1;
	visibility: visible;
}

.close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor:pointer;
	height: 30px;
	width: 30px;
}

.close span {
	display: block;
	width: 20px;
	height: 3px;
	background: transparent;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	transition: .3s ease;
}

.close span:before {
	content: '';
	position: absolute;
	border-radius: 2px;
	top:0;
	transform:rotate(45deg);
	left: 0;
	width: 100%;
	height: 3px;
	background: #8C94AB;
	transition: .3s ease;
}

.close span:after {
	content: '';
	position: absolute;
	border-radius: 2px;
	top:0;
	transform:rotate(-45deg);
	left: 0;
	width: 100%;
	height: 3px;
	background: #8C94AB;
	transition: .3s ease;
}

.mobile-region-block {
	display: none;
	margin-top: 20px;
}

.region-block h2,
.mobile-region-block h2 {
	margin-bottom: 30px;
}

.region-block ul,
.mobile-region-block ul {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	position: relative;
}

.region-block ul > li {
	width: 25%;
	border-bottom: 1px solid #0c2555;
	transition: .3s ease;
}

.mobile-region-block ul > li {
	width: 50%;
	border-bottom: 1px solid #0c2555;
	transition: .3s ease;
	text-align: left;
}

.region-block ul > li a,
.mobile-region-block ul > li a {
	display: block;
	position: relative;
	color: #ffffff;
	padding: 20px 20px 20px 80px;
	box-sizing: border-box;
}

.region-block ul > li a:before,
.mobile-region-block ul > li a:before {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:20px;
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	height: 30px;
	width: 44px;
	border-radius: 5px;
}

.region-block ul > li:hover {
	background: #0c2555;
}

.region-block ul > li a:hover {
	transform: scale(1.05);
}

.region-block ul > li a:hover:before {
	left: 20px;
} 

.region-block ul > li a.australia:before,
.mobile-region-block ul > li a.australia:before {
	background-image: url('../../images/australia-flag.svg');
}

.region-block ul > li a.usa:before,
.mobile-region-block ul > li a.usa:before {
	background-image: url('../../images/usa-flag.svg');
}

.region-block ul > li a.canada:before,
.mobile-region-block ul > li a.canada:before {
	background-image: url('../../images/canada-flag.svg');
}

.region-block ul > li a.new-zealand:before,
.mobile-region-block ul > li a.new-zealand:before {
	background-image: url('../../images/new-zealand-flag.svg');
}

.region-block ul > li a.uk:before,
.mobile-region-block ul > li a.uk:before {
	background-image: url('../../images/uk-flag.svg');
}

.region-block ul > li a.ireland:before,
.mobile-region-block ul > li a.ireland:before {
	background-image: url('../../images/ireland-flag.svg');
}

.region-block ul > li a.switzerland:before,
.mobile-region-block ul > li a.switzerland:before {
	background-image: url('../../images/switzerland-flag.svg');
}

.region-block ul > li a.eu:before,
.mobile-region-block ul > li a.eu:before {
	background-image: url('../../images/eu-flag.svg');
}

.region-block ul > li a.france:before,
.mobile-region-block ul > li a.france:before {
	background-image: url('../../images/france-flag.svg');
}

.region-block ul > li a.italy:before,
.mobile-region-block ul > li a.italy:before {
	background-image: url('../../images/italy-flag.svg');
}

.region-block ul > li a.mexico:before,
.mobile-region-block ul > li a.mexico:before {
	background-image: url('../../images/mexico-flag.svg');
}

.region-block ul > li a.uae:before,
.mobile-region-block ul > li a.uae:before {
	background-image: url('../../images/uae-flag.svg');
}

.region-block ul > li a.argentina:before,
.mobile-region-block ul > li a.argentina:before {
	background-image: url('../../images/argentina-flag.svg');
}

.region-block ul > li a.india:before,
.mobile-region-block ul > li a.india:before {
	background-image: url('../../images/india-flag.svg');
}

.region-block ul > li a.germany:before,
.mobile-region-block ul > li a.germany:before {
	background-image: url('../../images/germany-flag.svg');
}

.region-block ul > li a.singapore:before,
.mobile-region-block ul > li a.singapore:before {
	background-image: url('../../images/singapore-flag.svg');
}

.region-block ul > li a.hk:before,
.mobile-region-block ul > li a.hk:before {
	background-image: url('../../images/hk-flag.svg');
}

.region-block ul > li a.japan:before,
.mobile-region-block ul > li a.japan:before {
	background-image: url('../../images/japan-flag.svg');
}

.region-block ul > li a.spain:before,
.mobile-region-block ul > li a.spain:before {
	background-image: url('../../images/spain-flag.svg');
}

.region-block ul > li a.austria:before,
.mobile-region-block ul > li a.austria:before {
	background-image: url('../../images/austria-flag.svg');
}

/* HEADER STYLES */
header {
	position: relative;
}

header .site-top-nav {
	height: 40px;
	background: #ECF0F8;
	position: relative;
}

header .site-top-nav ul.top-quick-links {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 90px;
}

header .site-top-nav ul.top-quick-links > li {
	display: inline-block;
	font-size: .7em;
}

header .site-top-nav ul.top-quick-links > li a {
	color: #8C94AB;
	padding: 0 0 0 22px;
	margin-right: 15px;
	position: relative;
	transition: .3s ease;
}

header .site-top-nav ul.top-quick-links > li a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-family: 'trustico-icons';
	font-size: 16px;
	color: #8C94AB;
}

header .site-top-nav ul.top-quick-links > li a:hover {
	opacity: .8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}

header .site-top-nav ul.top-quick-links > li a.support:before {
	content: "\e903";
}

header .site-top-nav ul.top-quick-links > li a.chat:before {
	content: "\e905";
}

header .site-top-nav ul.top-quick-links > li a.contact:before {
	content: "\e904";
}

header .site-top-nav ul.top-quick-links > li a.region:before {
	content: "\e906";
}

header .site-top-nav .region-selector {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	height: 25px;
	width: 57px;
	border-radius: 5px;
	cursor: pointer;
	
}

.mobile-region .mobile-region-selector {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	height: 25px;
	width: 57px;
	border-radius: 5px;
	cursor: pointer;
}

header .site-top-nav .region-selector .region-image,
.mobile-region .mobile-region-selector .region-image {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 25px;
	width:45px;
	border-radius: 5px;
}

header .site-top-nav .region-selector .region-button,
.mobile-region .mobile-region-selector .region-button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	width: 19px;
	background: #8991A8;
	border-radius: 0 5px 5px 0;
}

header .site-top-nav .region-selector .region-button:after,
.mobile-region .mobile-region-selector .region-button:after {
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	font-family: 'trustico-icons';
	content: '\e902';
	transform: rotate(90deg);
	font-size: 10px;
	width: 1px;
	transition: .5s ease;
}

.mobile-region .mobile-region-selector .region-button.open:after {
	transform: rotate(-90deg);
	top: 2px;
}

header .site-top-nav .region-selector .region-image img,
.mobile-region .mobile-region-selector .region-image img {
	height: 100%;
	width: auto;
	border-radius: 5px 0 0 5px;
}

header .main-nav {
	background: #ffffff;
	height: 100px;
	position: relative;
	text-align: right;
	padding-right: 30px;
	z-index: 200;
}

header .main-nav .site-logo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}

header .main-nav a.renewels-btn,
header .main-nav a.order-instant-btn {
	display: inline-block;
	border: 2px solid #0077CC;
	border-radius: 30px;
	padding: 10px 15px;
	color: #0077CC;
	font-family: 'nunitoextrabold';
	transition: .3s ease;
	margin-top: 26px;
}

header .main-nav a.renewels-btn:hover {
	border: 2px solid #0077CC;
	background: #0077CC;
	color: #ffffff;
}

header .main-nav a.order-instant-btn {
	border-color: #FF1144;
	color: #FF1144;
	margin-left: 5px;
}

header .main-nav a.order-instant-btn:hover {
	border: 2px solid #FF1144;
	background: #FF1144;
	color: #ffffff;
}

/* HEADER NAVIGATION */
header .main-nav .site-nav {
	display: inline-block;
	text-align: right;
	margin-right: 20px;
	vertical-align: top;
}

header .main-nav .site-nav ul#main-menu {
	
}

header .main-nav .site-nav ul#main-menu > li { 
	display: inline-block;
	vertical-align: top;
	height: 100px;
	line-height: 100px;
	transition: .3s ease;
	box-sizing: border-box;
	cursor: pointer;
}

header .main-nav .site-nav ul#main-menu > li > a {
	padding: 0 35px 0 10px;
	position: relative;
}

header .main-nav .site-nav ul#main-menu > li > a:after {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	font-family: 'trustico-icons';
	content: "\e902";
	transform: rotate(90deg);
	width: auto;
	line-height: 1;
}

header .main-nav .site-nav ul#main-menu > li a {
	color: #8C94AB;
}

header .main-nav .site-nav ul#main-menu > li:hover {
	background: #001144;
}

header .main-nav .site-nav ul#main-menu > li:hover a {
	color: #FF1144;
}

header .main-nav  ul#main-menu li > ul {
	background: #001144;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
	/*left: 0;
	display: none;*/
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega {
	width: 100%;
	left: 0;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	align-content: center;
	-ms-flex-line-pack: center;
	box-sizing: border-box;
	height: auto;
	cursor: auto;
	z-index: 300;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega .menu-column {
	width: 33.333%
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li.tab-comodo,
header .main-nav  ul#main-menu li > ul.sub-menu-mega > li.tab-trustico {
	width: 50%;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0c2555;
	padding: 0;
	cursor: pointer;
	z-index: 300;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li.tab-comodo .comodo-logo {
	width: 150px;
	margin: 0 auto;
	padding-top: 15px;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li.tab-trustico .trustico-logo {
	width: 140px;
	margin: 0 auto;
	padding-top: 13px;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega li.active {
	background: #001144;
}

header .main-nav .site-nav ul#main-menu li:hover > ul,
header .main-nav .site-nav ul#main-menu li > ul:hover {
	visibility: visible;
	opacity: 1;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li.tab > div {
	display: none;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li.tab.active > div {
	display: block;
	cursor: auto;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li.tab-comodo .comodo-logo,
header .main-nav  ul#main-menu li > ul.sub-menu-mega > li.tab-trustico .trustico-logo {
	opacity: .5;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li.tab-comodo.active .comodo-logo,
header .main-nav  ul#main-menu li > ul.sub-menu-mega > li.tab-trustico.active .trustico-logo {
	opacity: 1;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div {
	display: block;
	background: #001144;
	width: 100vw;
	position: absolute;
	top:50px;
	left:50%;
	transform: translateX(-50%);
	text-align: left;
	
	box-sizing: border-box;
	line-height: auto;
	color: #ffffff;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div .ssl-icon {
	height: 60px;
	margin-bottom: 20px;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div .ssl-stars {
	height: 20px;
	margin-bottom: 10px;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div .ssl-icon img,
header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div .ssl-stars img {
	height: 100%;
	width: auto;	
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div .ssl-title {
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: 'nunitoextrabold';
	margin-bottom: 30px;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div .ssl-title span {
	font-family: 'nunitoregular';
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div ul li {
	line-height: 1em;
	margin-bottom: 15px;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div ul li > a {
	color: #ffffff!important;
	transition: .3s ease;
	cursor: pointer;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div ul li > a:hover {
	opacity: .6;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div .compare-ssl {
	padding: 20px;
	background: #0c2555;
	box-sizing: border-box;
	text-align: center;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div .compare-ssl a.compare-btn {
	display: inline-block;
	position: relative;
	color: #ffffff;
	padding-right: 22px;
	transition: .3s ease;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div .compare-ssl a.compare-btn:hover {
	color: #FF1144;
}

header .main-nav  ul#main-menu li > ul.sub-menu-mega > li > div .compare-ssl a.compare-btn:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'trustico-icons';
	content: "\e902";
	color: #FF1144;
	font-size: 16px;
}



/* SUB MENU PARTNER */
header .main-nav  ul#main-menu li > ul.sub-menu-account,
header .main-nav  ul#main-menu li > ul.sub-menu-partner {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	align-content: center;
	-ms-flex-line-pack: center;
	box-sizing: border-box;
	height: auto;
	cursor: auto;
	padding: 20px;
	left:auto;
    right:0;
    color: #ffffff;
	width: 50%;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account .menu-column-3 {
	width: 33.333%;
	text-align: center;
	line-height: 1em;
	padding:30px 0;
}
header .main-nav  ul#main-menu li > ul.sub-menu-partner .menu-column-2 {
	width: 50%;
	text-align: center;
	line-height: 1em;
	padding:30px 0;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account .menu-column-1,
header .main-nav  ul#main-menu li > ul.sub-menu-partner .menu-column-1 {
	width: 100%;
}

header .main-nav  ul#main-menu li > .account-title,
header .main-nav  ul#main-menu li > .partner-title {
	height: 50px;
	line-height: 50px;
	background: #001144;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #0c2555;
	color: #ffffff;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account a.btn.light-blue,
header .main-nav  ul#main-menu li > ul.sub-menu-partner a.btn.light-blue {
	border: 2px solid #0077CC;
	color: #ffffff;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account a.btn.light-blue:hover,
header .main-nav  ul#main-menu li > ul.sub-menu-partner a.btn.light-blue:hover {
	background: #0077CC;
	color: #ffffff;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account a.btn.light-blue:after,
header .main-nav  ul#main-menu li > ul.sub-menu-partner a.btn.light-blue:after {
	color: #0077CC;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account a.btn.red,
header .main-nav  ul#main-menu li > ul.sub-menu-partner a.btn.red {
	border: 2px solid #FF1144;
	color: #ffffff;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account a.btn.red:hover,
header .main-nav  ul#main-menu li > ul.sub-menu-partner a.btn.red:hover {
	background: #FF1144;
	color: #ffffff;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account a.btn.red:after,
header .main-nav  ul#main-menu li > ul.sub-menu-partner a.btn.red:after {
	color: #FF1144;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account a.btn.red:hover:after,
header .main-nav  ul#main-menu li > ul.sub-menu-partner a.btn.red:hover:after,
header .main-nav  ul#main-menu li > ul.sub-menu-account a.btn.light-blue:hover:after,
header .main-nav  ul#main-menu li > ul.sub-menu-partner a.btn.light-blue:hover:after {
	color: #ffffff;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account .item-title,
header .main-nav  ul#main-menu li > ul.sub-menu-partner .item-title {
	margin-bottom: 30px;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account .item-image,
header .main-nav  ul#main-menu li > ul.sub-menu-partner .item-image {
	height: 60px;
	margin-bottom: 20px;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account .item-image img,
header .main-nav  ul#main-menu li > ul.sub-menu-partner .item-image img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account a.more-info,
header .main-nav  ul#main-menu li > ul.sub-menu-partner a.more-info {
	display: block;
	margin-top: 20px;
	color: #8C94AB;
}

header .main-nav  ul#main-menu li > ul.sub-menu-account a:hover.more-info,
header .main-nav  ul#main-menu li > ul.sub-menu-partner a:hover.more-info {
	opacity: .6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}

.nav-toggle-btn {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #8C94AB;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    z-index: 1000;
    transition: transform .3s ease;
}

.nav-toggle-btn span {
	display: block;
	width: 20px;
	height: 3px;
	background: #8C94AB;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	transition: .3s ease;
}

.nav-toggle-btn span:before {
	content: '';
	position: absolute;
	border-radius: 2px;
	top: -6px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #8C94AB;
	transition: .3s ease;
}

.nav-toggle-btn span:after {
	content: '';
	position: absolute;
	border-radius: 2px;
	top: 6px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #8C94AB;
	transition: .3s ease;
}

.nav-toggle-btn.toggle span {
	background: transparent;
}

.nav-toggle-btn.toggle span:before {
	top:0;
	transform:rotate(45deg)
}

.nav-toggle-btn.toggle span:after {
	top:0;
	transform:rotate(-45deg)
}

.mobile-phone {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #8C94AB;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    z-index: 1000;
    transition: transform .3s ease;
}

.mobile-phone i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #8C94AB;
	font-size: 20px;
}

/* MOBILE PANEL */

.mobile-panel {
	height: 0%;
    width: 100%;
    position: fixed;
    z-index: 150;
    left: 0;
    top: -100px;
    background: #ecf0f8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-sizing: border-box;
}

body.active-nav .mobile-panel {
	top:0;
	height: 100%!important;
}

.mobile-panel a.mobile-renewels-btn,
.mobile-panel a.mobile-order-instant-btn {
	display: inline-block;
	position: relative;
	border: 2px solid #0077CC;
	border-radius: 30px;
	padding: 10px 15px;
	color: #0077CC;
	font-family: 'nunitoextrabold';
	transition: .3s ease;
}

.mobile-panel a.mobile-renewels-btn {
	margin-left: 20px;
}

.mobile-panel a.mobile-order-instant-btn {
	border-color: #FF1144;
	color: #FF1144;
}

.mobile-panel .mobile-links {
	position: relative;
	bottom: 0;
	width: 100%;
}

/* MOBILE MENU */
.mobile-panel .mobile-menu-cont {
	padding: ;
}

.mobile-panel ul.mobile-menu {
	margin-bottom: 5px;
}

.mobile-panel ul.mobile-menu li {
	display: block;
	position: relative;
	border-bottom: 1px solid #8C94AB;
	line-height: 60px;
}

.mobile-panel ul.mobile-menu li:last-child {
	border-bottom: 0;
}

.mobile-panel ul.mobile-menu li a {
	color: #8C94AB;
	padding: 0 20px;
}

.mobile-panel ul.mobile-menu li ul.closed {
	border-top: 0;
}

.mobile-panel ul.mobile-menu li ul {
	border-top: 1px solid #8C94AB;
	background: #ffffff;
}

.mobile-panel ul.mobile-menu li ul li ul {
	border-top: 1px solid #8C94AB;
	background: #ecf0f8;
}

.mobile-panel ul.mobile-menu li ul li ul li ul {
	border-top: 1px solid #8C94AB;
	background: #ffffff;
}

.mobile-panel ul.mobile-menu li ul > li {
	
}

.mobile-panel ul.mobile-menu .account-icon,
.mobile-panel ul.mobile-menu .renew-icon,
.mobile-panel ul.mobile-menu .payment-icon,
.mobile-panel ul.mobile-menu .reseller-icon,
.mobile-panel ul.mobile-menu .affiliate-icon {
	padding-left: 55px;
	position: relative;
}

.mobile-panel ul.mobile-menu .account-icon:before,
.mobile-panel ul.mobile-menu .renew-icon:before,
.mobile-panel ul.mobile-menu .payment-icon:before,
.mobile-panel ul.mobile-menu .reseller-icon:before,
.mobile-panel ul.mobile-menu .affiliate-icon:before {
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	background-size: 25px 25px;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}

.mobile-panel ul.mobile-menu .account-icon:before {
	background-image: url('../../images/account.svg');
}

.mobile-panel ul.mobile-menu .renew-icon:before {
	background-image: url('../../images/alarm.svg');
}

.mobile-panel ul.mobile-menu .payment-icon:before {
	background-image: url('../../images/payment.svg');
}

.mobile-panel ul.mobile-menu .reseller-icon:before {
	background-image: url('../../images/handshake.svg');
}

.mobile-panel ul.mobile-menu .affiliate-icon:before {
	background-image: url('../../images/affiliate.svg');
}

.mobile-panel ul.mobile-quick-links {
	padding: 20px;
}

.mobile-panel ul.mobile-quick-links > li {
	display: inline-block;
	font-size: 1em;
}

.mobile-panel ul.mobile-quick-links > li a {
	color: #8C94AB;
	padding: 0 0 0 20px;
	margin-right: 15px;
	position: relative;
	font-size: .7em;
}

.mobile-panel ul.mobile-quick-links > li a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-family: 'trustico-icons';
	font-size: 14px;
	color: #8C94AB;
}

.mobile-panel ul.mobile-quick-links > li a.support:before {
	content: "\e903";
}

.mobile-panel ul.mobile-quick-links > li a.chat:before {
	content: "\e905";
}

.mobile-panel ul.mobile-quick-links > li a.contact:before {
	content: "\e904";
}

.mobile-panel .mobile-region {
	text-align: center;
	background: #001144;
	padding: 25px;
}

.mobile-panel .mobile-region a.region {
	color: #8C94AB;
	padding: 0 0 0 30px;
	margin-right: 15px;
	position: relative;
	color: #ffffff;
}

.mobile-panel .mobile-region a.region:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-family: 'trustico-icons';
	content: "\e906";
	font-size: 20px;
	color: #ffffff;
}

.mobile-panel .mobile-menu ul.sub-menu {
	overflow: hidden;
	height: auto;
	-webkit-transition: height .5s;
	transition: height .5s;
	
}

.mobile-panel .mobile-menu ul.sub-menu.closed {
	
	height: 0px !important;
	
}

.mobile-panel .mobile-menu a.expand {
	padding: 0;
	width: 60px;
	height: 60px;
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	}
	
.mobile-panel .mobile-menu a.expand:after {
	position: absolute;
	font-family: 'trustico-icons';
	content: "\e901";
	color: #fff;
	display: block;
	speak: none;
	font-size: 20px;
	color:#8C94AB;
	top:50%;
	right:25px;
	margin-top: -10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition: transform .5s ease;
	}
	
.mobile-panel .mobile-menu .closed + a:after {
	content: "\e901";
	color: #8C94AB;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    transition: transform .5s ease;
}

/* SLIDER */
.slider {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.slider .slide {
	height: 50vh;
	text-align: center;
	z-index: 10;
}

.slider .slide .slide-heading {
	font-size: 3.5em;
	line-height: 1.3em;
}

.slider .slide .slider-desc {
	padding: 15px 0 30px;
}

.search {
	position: relative;
}

.search input {
	display: inline-block;
	border-radius: 25px;
	border: 0;
	padding: 15px 60px 15px 20px;
	background: #ffffff;
	width: 360px;
	font-size: 1.1em;
	box-sizing: border-box;
	height: 52px;
	vertical-align: bottom;
}

.search button {
	display: inline-block;
	border-radius: 25px;
	border: 0;
	background: #001144;
	width: 290px;
	color: #ffffff;
	margin-left: -50px;
	font-size: 1.1em;
	cursor: pointer;
	height: 52px;
	line-height: inherit;
	vertical-align: bottom;
}

.search button strong {
	color: #FF1144;
}

.slider .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0077CC;
	opacity: .6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	z-index:0;
}

/* HOME STYLES */
.home-call-to-action {
	margin-top: -20px;
	z-index: 20;
}

.home-call-to-action .action {
	height: 40px;
	line-height: 40px;
	background: #001144;
	text-align: center;
	border-right: 1px solid #004296;
}

.home-call-to-action .action:first-child {
	border-radius: 20px 0 0 20px;
}

.home-call-to-action .action:last-child {
	border-radius: 0 20px 20px 0;
	border-right: 0;
}


/* SSL SLIDER */
.ssl-slider {
	padding: 90px 0 60px;
	margin-top: -20px;
	text-align: center;
}

.ssl-slider h2 {
	margin-bottom: 30px;
}

.ssl-slider #slider.slick-slider {
	padding: 0 60px;
}


.ssl-slider #slider .slick-track {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	position: relative;
}

.ssl-slider #slider .slide {
	padding: 20px 60px;
	border-right: 1px solid #E6E6E6;
}

.ssl-slider #slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.slick-arrow#slider-next {
	right: 0;
	z-index: 10;
	cursor: pointer;
	transition: .3s ease;
}

.slick-arrow#slider-prev {
	left: 0;
	z-index: 10;
	cursor: pointer;
	transition: .3s ease;
}

.slick-arrow#slider-prev:before {
	left: 0;
	z-index: 10;
	font-family: 'trustico-icons';
	color: #E6E6E6;
	font-size: 50px;
	content: "\e901";
}

.slick-arrow#slider-next:before {
	right: 0;
	z-index: 10;
	font-family: 'trustico-icons';
	color: #E6E6E6;
	font-size: 50px;
	content: "\e902";
}

.slick-dots {
	position: relative;
}

.slick-dotted.slick-slider {
	margin: 0;
}

.slick-dots li {
	border: 2px solid #000;
	border-radius: 50%;
	width: 14px;
	height: 14px;
}

.slick-dots li button::before {
	display: none;
}

.slick-dots li.slick-active {
	background: #0077cc;
	border: 2px solid #0077cc;
}

/* SEARCH MONEY HOME */
.search-money {
	
}

.search-money .google-search,
.search-money .money-back {
	padding: 60px 120px 140px;
	text-align: center;
	position: relative;
}

.search-money .google-search .image,
.search-money .money-back .image {
	height: 90px;
	margin-bottom: 20px;
}

.search-money .google-search .image img,
.search-money .money-back .image img {
	height: 100%;
	margin: 0 auto;
}

.search-money a.btn {
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}


/* CONFIDENCE HOME */
.confidence {
	padding: 60px 0;
}

.confidence .desc {
	margin-bottom: 20px;
}

.confidence a.btn {
	border: 2px solid #FF1144;
	color: #ffffff;
}

.confidence a.btn:after {
	color: #ffffff;
}

.confidence a.btn:hover {
	background: #FF1144;
}

.confidence .image {
	padding-left: 50px;
}

/* SYMANTEC HOME */
.symantec-home {
	padding: 60px 0;
}

.symantec-home .symantec-logo {
	width: 250px;
	margin-bottom: 20px;
}

.symantec-home .image {
	padding-right: 50px;
}

.symantec-home .desc {
	margin-bottom: 20px;
}

.symantec-home a.symantec-btn {
	border: 2px solid #FFB71B;
	color: #000000;
}

.symantec-home a.symantec-btn:hover {
	background: #FFB71B;
}


/* POPULAR PRODUCTS */
.popular-products {
	padding: 60px 0 120px;
	text-align: center;
}

.popular-products h2 {
	margin-bottom: 40px;
}

.popular-products .product {
	position: relative;
	background: #ffffff;
	padding: 30px;
	border-radius: 10px;
	z-index: 10;
}

.popular-products .product.main {
	background: #001144;
	transform: scale(1.06);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	z-index: 20;
}

.popular-products .product h3 {
	margin-bottom: 20px;
}

.popular-products .product ul.product-list li,
.popular-products .product.main ul.product-list li {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	text-align: left;
}

.popular-products .product.main ul.product-list li {
	color: #ffffff;
}

.popular-products .product ul.product-list li:before,
.popular-products .product.main ul.product-list li:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: url('../../images/blue-tick.svg');
	background-size: 24px 22px;
	width: 24px;
	height: 22px;
}

.popular-products .product.main ul.product-list li:before {
	background-image: url('../../images/red-tick.svg');
}

.popular-products .product .price {
	font-size: 2.6em;
	font-family: 'nunitoextrabold';
	margin: 30px 0 20px;
}

.popular-products .product .price span {
	font-size: .5em;
	font-family: 'nunitoregular';
	color: #8C94AB;
}

.popular-products .product.main a.btn {
	border: 2px solid #FF1144;
	color: #ffffff;
}

.popular-products .product.main a.btn:after {
	color: #ffffff;
}

.popular-products .product.main a.btn:hover {
	background: #FF1144;
}

.more-info {
	display: block;
	position: relative;
	color: #8C94AB;
	margin-top: 20px;
	cursor: pointer;
	transition: .3s ease;
}

.more-info:before {
	position: relative;
	font-family: 'trustico-icons';
	content: "\e90e";
	left: 0;
	top: 1px;
	padding-right: 5px;
}

.more-info:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}


/* NEED HELP */
.need-help {
	position: relative;
	background-image: linear-gradient(to bottom, transparent, transparent 50%, #001144 50%, #001144);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -50px;
}

.need-help .need-help-cont {
	display: inline-block;
	background: #ff1245;
	padding: 20px 30px;
	border-radius: 40px;
}

.need-help .need-help-cont i {
	padding-right: 10px;
	position: relative;
	top: 2px;
}

.need-help .need-help-cont h2 {
	margin-bottom: 0;
}

/* FOOTER */
footer {
	padding: 60px 0;
}

footer .footer-logo {
	max-width: 200px;
}

footer .footer-heading {
	color: #8C94AB;
	font-family: 'nunitoextrabold';
	margin-bottom: 10px;
}

footer ul.footer-menu a {
	display: block;
	color: #ffffff;
	margin-bottom: 10px;
	transition: .3s ease;
}

footer ul.footer-menu a:hover {
	color: #8C94AB;
}

footer ul.social > li {
	display: inline-block;
	margin-right: 4px;
}

footer ul.social > li > a {
	display: block;
	position: relative;
	border: 2px solid #233862;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transition: .3s ease;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

footer ul.social > li > a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #233862;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

footer ul.social > li > a:hover {
	background: ;
}

footer ul.social > li > a:hover:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

footer ul.social > li > a > i {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
}

/* SUB FOOTER */
.sub-footer {
	padding: 30px;
	border-top: 1px solid #233862;
	text-align: center;
}

.sub-footer .desc {
	font-size: .9em;
}


/* PAGES */
.page-title {
	position: relative;
	padding: 30px 0;
}

.page-title-image {
	display: block;
	position: absolute;
	bottom: -16px;
}

.page-title-image-contact {
	display: block;
	position: absolute;
	bottom: auto;
	bottom: 0;
};

.page-title-image-contact img {
	height: 100%;
	width: auto;
}

/* FIXED LEFT COL */
.fixed-left-col {
	padding: 60px 0;
}

ul.product-list-2-col {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	align-content: center;
	-ms-flex-line-pack: center;
	box-sizing: border-box;
	margin-bottom: 20px;
}

ul.product-list-2-col li,
ul.product-list-2-col li {
	position: relative;
	width: 50%;
	padding: 0 10px 0 35px;
	margin-bottom: 10px;
	text-align: left;
	box-sizing: border-box;
}

ul.product-list-2-col li:before,
ul.product-list-2-col li:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: url('../../images/blue-tick.svg');
	background-size: 24px 22px;
	width: 24px;
	height: 22px;
}

/* PRODUCT BOX */
.product-box {
	background: #001144;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
	margin-right: 50px;
}

.product-box .validity {
	position: relative;
	padding-top: 30px;
	font-size: 1em;
	margin-bottom: 10px;
}

.product-box .validity:before {
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 50px;
	background: #8991A8;
	height: 1px;
}

.product-box .year-selector {
	background: #000000;
	border-radius: 30px;
	padding: 5px;
}

.product-box .year-selector .year {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	color: #ffffff;
}

.product-box .year-selector .year.active {
	padding: 10px;
	background: #E9EDF5;
	border-radius: 30px;
	color: #001144;
}

.product-box .price {
	font-size: 2.6em;
	font-family: 'nunitoextrabold';
	margin: 30px 0 5px;
}

.product-box .price-small {
	margin-bottom: 15px;
	color: #8991A8;
	text-decoration: line-through;
}

.product-box .money-back {
	margin-top: 15px;
	color: #8991A8;
	font-size: .9em;
}

/* CONTENT */
.content-image {
	margin-right: 50px;
}

/* SSL BENEFITS */
.ssl-benefits {
	margin-top: 30px;
}

.ssl-benefits .ssl-item {
	border-top: 1px solid #ffffff;
	padding: 30px 0;
}

.ssl-benefits .ssl-item:last-child {
	padding-bottom: 0;
}

.ssl-benefits .ssl-image {
	margin-right: 40px;
}

/* COMODO TRUSTICO */
.comodo-trustico {
	
}

.comodo-trustico .comodo,
.comodo-trustico .trustico {
	padding: 60px;
	box-sizing: border-box;
	text-align: center;
}

.comodo-trustico .comodo .comodo-image,
.comodo-trustico .trustico .trustico-image {
	width: 120px;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* CUSTOMER CONFIDENCE */
.customer-confidence {
	padding: 60px 0;
}

.customer-confidence .customers-product-box {
	margin-left: 50px;
	background: #0077CC;
	padding: 30px;
	border-radius: 10px;
}

.customer-confidence .customers-product-box ul.arrows li {
	border-top: 1px solid #001144;
}

.customer-confidence .customers-product-box ul.arrows li a {
	color: #ffffff;
	padding: 10px 20px 10px 0;
	display: block;
	position: relative;
	transition: .3s ease;
}

.customer-confidence .customers-product-box ul.arrows li:last-child a {
	padding-bottom: 0;
}

.customer-confidence .customers-product-box ul.arrows li a:after {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	font-family: 'trustico-icons';
	content: '\e902';
	color: #001144;
	font-size: 14px;
	transition: .3s ease;
}

.customer-confidence .customers-product-box ul.arrows li a:hover {
	color: #001144;
}

.customer-confidence .customers-product-box ul.arrows li a:hover:after {
	right: 0;
}

/* RESELLER BENEFITS */
.reseller-benefits {
	padding: 60px 0;
}

.reseller-benefits .benefits-table {
	position: relative;
	text-align: left;
	max-width: 600px;
	padding-right: 60px;
}

.reseller-benefits .benefits-table .left-col,
.reseller-benefits .benefits-table .right-col-fixed-100 {
	padding: 20px;
	box-sizing: border-box;
}

.reseller-benefits .benefits-table .comodo-row .left-col {
	border-top-left-radius: 10px;
}

.reseller-benefits .benefits-table .comodo-row .right-col-fixed-100 {
	border-top-right-radius: 10px;
}

.reseller-benefits .benefits-table .trustico-row .left-col {
	border-bottom-left-radius: 10px;
}

.reseller-benefits .benefits-table .trustico-row .right-col-fixed-100 {
	border-bottom-right-radius: 10px;
}

.reseller-benefits .benefits-table .best-price {
	display: block;
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 80px;
	height: 80px;
}

.reseller-benefits .table-info {
	font-size: .7em;
	color: #8991A8;
	margin: 5px 0;
}

.reseller-benefits .benefits-read-more {
	color: #8991A8;
	margin-bottom: 30px;
}

/* COMAPRE PRODUCTS */
.compare-products {
	padding: 60px 0;
	text-align: center;
}

.compare-products .compare-products-table {
	position: relative;
}

.compare-products .compare-products-table .table-left {
	display: block;
	position: absolute;
	width: 25%;
	top: 50px;
	left: 0;
	text-align: right;
}

.compare-products .compare-products-table .table-right {
	margin-left: 25%;
}

.compare-products .compare-products-table .table-left .table-row,
.compare-products .compare-products-table .table-left .table-row .table-cell {
	width: 100%;
}

.compare-products .compare-products-table .table-left .table-row:first-child .table-cell {
	border-top-left-radius: 10px;
}

.compare-products .compare-products-table .table-left .table-row:last-child .table-cell {
	border-bottom-left-radius: 10px;
}

.compare-products .compare-products-table .table-head,
.compare-products .compare-products-table .table-row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	box-lines: single;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	align-content: center;
	-ms-flex-line-pack: center;
	box-sizing: border-box;
}

.compare-products .compare-products-table {
	width: 100%;
	margin: 40px 0 20px;
	display: block;
}

.compare-products .compare-products-table .table-row,
.compare-products .compare-products-table .table-left .table-row {
	border-bottom: 1px solid #E0E5F1;
}

.compare-products .compare-products-table .table-left .table-row {
	text-align: right;
}

.compare-products .compare-products-table .table-head .table-cell,
.compare-products .compare-products-table .table-row .table-cell {
	width: 33.333%;
}

.compare-products .compare-products-table .table-row .table-cell.site-seal img {
	margin:0 auto;
	height: 45px
}

.compare-products .compare-products-table .table-head .table-cell {
	color: #ffffff;
}

.compare-products .compare-products-table .table-left .table-row .table-cell {
	padding-right: 20px;
}

.compare-products .compare-products-table .table-head .table-cell,
.compare-products .compare-products-table .table-row .table-cell,
.compare-products .compare-products-table .table-left .table-cell {
	background: #0077C9;
	height: 50px;
	padding: 15px 10px;
	box-sizing: border-box;
}

.compare-products .compare-products-table .table-row .table-cell.extra-height,
.compare-products .compare-products-table .table-left .table-cell.extra-height {
	height:75px;
}

.compare-products .compare-products-table .table-head .table-cell.best-value {
	background: #001144;
	border-radius: 10px 10px 0 0;
	height: 60px;
	margin-top: -10px;
}

.compare-products .compare-products-table .table-row .table-cell.best-value {
	background: #E9EDF5;
}

.compare-products .compare-products-table .table-row .table-cell,
.compare-products .compare-products-table .table-left .table-cell {
	background: #ffffff;
}

.compare-products .compare-products-table .table-right .table-row:last-child .table-cell:last-child {
	border-bottom-right-radius: 10px;
}

.compare-products .compare-products-table .table-head .table-cell:last-child {
	border-top-right-radius: 10px;
}

/* CONTACT */
.map-location {
	padding: 60px 0;
}

.map-location .content-map {
	padding-right: 50px;
}

.map-location .country-selector-cont {
	background: #0077CC;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
}

.map-location .map-country {
	width: 100%;
	height: 45px;
	margin: 8px 0;
	font-size: 1em;
	/* border: 2px solid #FF1144; */
	border: 0;
	background: #ffffff url('../../images/select-chevron.svg') no-repeat;
	    background-position-x: 0%;
	    background-position-y: 0%;
	    background-size: auto auto;
	background-size: 15px;
	background-position: right 15px center;
	padding-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.map-location-details {
	padding: 60px 0;
}

.map-location-details .phone {
	position: relative;
	padding: 0 0 30px 60px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EFEFEF;
}

.map-location-details .fax {
	position: relative;
	padding-left: 60px;
}

.map-location-details .phone:after,
.map-location-details .fax:after {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: 'trustico-icons';
	font-size: 30px;;
}

.map-location-details .phone:after {
	content: '\e904';
}

.map-location-details .fax:after {
	content: '\e907';
}

.map-location-details .phone h4,
.map-location-details .phone h2,
.map-location-details .fax h4,
.map-location-details .fax h2 {
	margin-bottom: 0px;
}

.map-location-details,
.map-location-details .map-contacts {
	display: none;
}

.map-question {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #EFEFEF;
}

.map-location .map g polygon,
.map-location .map g g path {
	fill: #ffffff;
	transition: fill .3s ease;
	stroke: #ECF0F8;
	stroke-width: 1px;
}

.map-location .map g.australia polygon,
.map-location .map g.united-states polygon,
.map-location .map g.united-states g path,
.map-location .map g.new-zealand polygon,
.map-location .map g.ireland polygon,
.map-location .map g.united-kingdom polygon,
.map-location .map g.france polygon,
.map-location .map g.switzerland polygon,
.map-location .map g.germany polygon,
.map-location .map g.italy polygon,
.map-location .map g.singapore polygon,
.map-location .map g.hong-kong polygon {
	fill: #DAE1EA;
}

.map-location .map g.australia:hover polygon,
.map-location .map g.united-states:hover polygon,
.map-location .map g.united-states:hover g path,
.map-location .map g.new-zealand:hover polygon,
.map-location .map g.ireland:hover polygon,
.map-location .map g.united-kingdom:hover polygon,
.map-location .map g.france:hover polygon,
.map-location .map g.switzerland:hover polygon,
.map-location .map g.germany:hover polygon,
.map-location .map g.italy:hover polygon,
.map-location .map g.singapore:hover polygon,
.map-location .map g.hong-kong:hover polygon,
.map-location .map g.australia.active polygon,
.map-location .map g.united-states.active polygon,
.map-location .map g.united-states.active g path,
.map-location .map g.new-zealand.active polygon,
.map-location .map g.ireland.active polygon,
.map-location .map g.united-kingdom.active polygon,
.map-location .map g.france.active polygon,
.map-location .map g.switzerland.active polygon,
.map-location .map g.germany.active polygon,
.map-location .map g.italy.active polygon,
.map-location .map g.singapore.active polygon,
.map-location .map g.hong-kong.active polygon {
	fill: #FF1144;
}

/* OFFICE LOCATIONS */
.office-locations {
	padding: 60px 0;
}

.office-locations .offices {
	width: 31.333%;
	margin-right: 3%;
}

.office-locations .offices:nth-child(3n) {
	margin-right: 0;
}

/* CONTACT FORM */
.contact-form {
	padding: 60px 0;
	text-align: center;
}

.contact-form .contact-form-image {
	width: 100px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.contact-form .form-contact {
	margin-top: 30px;
}

.contact-form .form-contact .form-left {
	width: 48%;
	margin-right: 2%;
}

.contact-form .form-contact .form-right {
	width: 48%;
	margin-left: 2%;
}

.contact-form .form-contact .form-left,
.contact-form .form-contact .form-right,
.contact-form .form-contact .full-width {
	margin-bottom: 30px;
	text-align: left;
}

.contact-form .form-contact .form-req {
	color: #ff1245;
}

.contact-form .form-contact .field-name {
	margin-bottom: 5px;
}

.contact-form .form-contact .field-input input[type=text],
.contact-form .form-contact .field-input input[type=email],
.contact-form .form-contact .field-input textarea {
	border: 1px solid #E3E3E3;
	padding: 15px 20px;
	border-radius: 30px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'nunitoregular';
	font-size: .8em;
}

.contact-form .form-contact button {
	margin: 0 auto;
	border: 2px solid #ff1245;
	background: transparent;
	color: #001144;
	font-size: 1em;
}

.contact-form .form-contact button:after {
	color: #001144;
}

.contact-form .form-contact button:hover {
	background: #ff1245;
	color: #ffffff;
}

.contact-form .form-contact button:hover:after{
	color: #ffffff;
}

/* SITE MAP */
.site-map-grey {
	padding: 60px 0;
}

.site-map-grey h2 {
	text-align: center;
	margin-bottom: 30px;
}

.site-map-grey .site-item {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 5%;
}

.site-map-grey .site-item:nth-child(2n) {
	margin-right: 0;
}

/* SUPPORT */
.support {
	padding: 60px 0;
}

.support .support-item {
	position: relative;
	background: #ffffff;
	width: 31.333%;
	margin-right: 3%;
	margin-bottom: 3%;
	border-radius: 10px;
	padding: 30px 30px 90px 30px;
}

.support .support-item:nth-child(3n) {
	margin-right: 0;
}

.support .support-item a {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

/* RISKY */
.risky {
	padding: 60px 0 120px;
	text-align: center;
}

.risky .risk-item {
	text-align: left;
	position: relative;
	padding-left: 150px;
}

.risky .risk-item:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 120px;
	height: 120px;
}

.risky .risk-item.warning:before {
	background-image: url('../../images/warning.svg');
	background-size: 120px 120px;
	background-repeat: no-repeat;
}


/* POP UP BOXES */
.pop-up-boxes {
	padding: 60px 0;
	position: relative;
}

.pop-up-boxes .popup-image {
	padding-right: 20px;
}
.pop-up-boxes a {
	color: #8C94AB;
}

.pop-up-boxes .alert,
.pop-up-boxes .question,
.pop-up-boxes .hazard,
.pop-up-boxes .redirect {
	position: relative;
	padding: 60px;
	border-radius: 15px;
	margin-bottom: 30px;
}

.pop-up-boxes .alert:before,
.pop-up-boxes .question:before,
.pop-up-boxes .hazard:before,
.pop-up-boxes .redirect:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url('../../images/border-top-tape.svg');
	background-repeat: repeat-x;
	background-size: contain;
	height: 15px;
	width: 100%;
	border-radius: 15px 15px 0 0;
}


/* Medium Devices */
@media only screen and (max-width: 1190px) {
	.search-money .google-search, .search-money .money-back {
	    padding: 60px 60px 140px;
	    text-align: center;
	}
}

/* Medium Devices */
@media only screen and (max-width: 1100px) {
	/* REGION BLOCK */
	.region-block ul > li {
		width: 33.333%;
	}
	
	/* SUB MENU PARTNER */
	header .main-nav  ul#main-menu li > ul.sub-menu-account,
	header .main-nav  ul#main-menu li > ul.sub-menu-partner {
		width: 100%;
	}
}

/* Medium Devices, Tablets */
@media only screen and (max-width: 960px) {
	/* HOME STYLES */
	.home-call-to-action {
		margin-top: -40px;
		z-index: 20;
		height: 80px;
	}
	
	.home-call-to-action .action:first-child {
		border-radius: 20px 0 0 0;
	}
	
	.home-call-to-action .action:nth-child(2) {
		border-radius: 0 20px 0 0;
		border-right: 0;
	}
	
	.home-call-to-action .action:nth-child(3) {
		border-radius: 0 0 0 20px;
	}
	
	.home-call-to-action .action:last-child {
		border-radius: 0 0 20px 0;
		border-right: 0;
	}
	
	/* SSL SLIDER */
	.ssl-slider {
		margin-top: -40px;
	}
	
	/* POPULAR PRODUCTS */
	.popular-products .product.main {
		transform: scale(1);
	}
	
	.popular-products .product {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.popular-products .product:last-child {
		margin-bottom: 0;
	}
	
	/* FOOTER */
	footer .grid .col-4 {
		margin-bottom: 30px;
	}
	
	footer .grid .col-4:last-child {
		margin-bottom: 0;
	}
	
	/* NEED HELP */
	.need-help {
		padding: 0 20px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 900px) {
	body {
		margin-top:60px;
	}
	
	.site-top-nav,
	header .main-nav .site-nav,
	header .main-nav a.renewels-btn,
	header .main-nav a.order-instant-btn,
	.home-call-to-action {
		display: none;
	}
	
	header .main-nav {
		height: 60px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index:200;
		box-sizing: border-box;
	}
	
	header .main-nav .site-logo {
		width: 150px;
		left: 20px;
	}
	
	.nav-toggle-btn,
	.mobile-phone {
		display: block;
	}
	
	.mobile-menu a.mobile-renewels-btn,
	.mobile-menu a.mobile-order-instant-btn {
		display: inline-block;
		position: relative;
	}
	
	/* HOME SLIDER */
	.slider {
		padding: 20px;
		box-sizing: border-box;
	}
	
	.slider .slide {
		height: calc(100vh - 100px);
	}
	
	.slider .slide .slide-heading {
		font-size: 1.8em;
	}
	
	/* SLIDER SEARCH */
	.search input {
		width: 100%;
		font-size: .8em;
		padding-right: 50px;
	}
	
	.search button {
		text-indent: -10000px;
		position: absolute;
		top: 50%;
		right: 7px;
		transform: translateY(-50%); 
		width: 35px;
		height: 35px;
		padding: 0;
	}
	
	.search button:before {
		display: block;
		position: absolute;
		text-indent: 0;
		top: 50%;
		left: 10px;
		transform: translateY(-50%); 
		font-family: 'trustico-icons';
		content: "\e90f";
		color: #ff1245;
		font-size: 14px;
	}
	
	/* SSL SLIDER */
	.ssl-slider {
		margin-top: 0;
		padding: 60px 0;
	}
	
	/* PAGE TITLE */
	.page-title {
		padding: 180px 0 30px;
		text-align: center;
	}
	
	.page-title-image,
	.page-title-image-contact {
		bottom: auto;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
		width: 250px;
	}

	
	/* PAGES */
	ul.product-list-2-col li,
	ul.product-list-2-col li {
		width: 100%;
	}
	
	/* PRODUCT BOX */
	.product-box {
		margin-right: 0;
		max-width: 280px;
		margin: 0 auto;
	}
	
	/* CONTENT IMAGE */
	.content {
		text-align:center;
	}
	
	.content-image {
		width: 150px;
		margin: 0 auto;
	}
	
	/* COMPARE PRODUCTS */
	.compare-products .compare-products-table {
		
		
	}
	
	.compare-products .compare-products-table .table-left {
		width: 40%;
	}
	
	.compare-products .compare-products-table .table-right {
		margin-left: 40%;
		width: 60%;	
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-y: hidden;
	}
	
	.compare-products .compare-products-table .table-head,
	.compare-products .compare-products-table .table-row {
		width: 560px;
	}
	
	.compare-products .compare-products-table .table-head .table-cell.best-value {
		margin-top: 0;
		height: 50px;
		border-top-right-radius: 0;
	}
	
	/*  */
	.customer-confidence .customers-product-box {
		margin: 30px 0 0 0;
	}
	
	/* SUPPORT */
	.support .support-item {
		width: 48.5%;
	}
	
	.support .support-item:nth-child(3n) {
		margin-right: 3%;
	}
	
	.support .support-item:nth-child(2n) {
		margin-right: 0;
	}
	
	/* CONTACT PAGE */
	.map-location .content-map {
		padding-right: 0;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 760px) {
	/* REGION BLOCK */
	.mobile-region-block ul > li {
		width: 100%;
	}
	
	/* SSL SLIDER */
	.ssl-slider #slider .slide {
		padding: 20px 40px;
	}
	
	.search-money .google-search, .search-money .money-back {
	    padding: 60px 20px 140px;
	    text-align: center;
	}
	
	/* CONFIDENCE */
	.confidence .image {
		padding-left: 0;
		margin-top: 30px;
	}
	
	/* SYMANTEC */	
	.symantec-home .image {
		padding-right: 0;
		margin-bottom: 30px;
	}
	
	/* COMODO TRUSTICO */
	.comodo-trustico .comodo,
	.comodo-trustico .trustico {
		padding: 20px;
	}
	
	/* CONTACT */
	.map-location-details {
		text-align: center;
	}
	
	.map-location-details .phone{
		padding: 50px 0 30px 0;
	}
	
	.map-location-details .fax {
		padding: 50px 0 0 0;
	}
	
	.map-location-details .phone::after,
	.map-location-details .fax::after {
		left: 50%;
		transform: translateX(-50%);
	}
	
	.map-location-details .phone-cont,
	.map-location-details .fax-cont {
		margin-bottom: 30px;
	}
	
	/* CONTACT FORM */
		.contact-form .form-contact .form-left,
		.contact-form .form-contact .form-right {
		width: 100%;
		margin-right: 0;
		margin-left:0;
	}
	
	/* SITE MAP */
	.site-map-grey .site-item {
		width: 100%;
		margin-right: 0;
	}
	
	.site-map-grey .site-item:nth-child(2n) {
		margin-right: 0;
	}
	
	.site-map-grey .site-item:last-child {
		margin-bottom: 0;
	}
	
	/* POP UP BOXES */
	.pop-up-boxes .left-col-fixed-120,
	.pop-up-boxes .right-col {
		width: 100%;
	}

	.pop-up-boxes .alert,
	.pop-up-boxes .question,
	.pop-up-boxes .hazard,
	.pop-up-boxes .redirect {
		padding: 40px 20px 20px;
		text-align: center;
	}
	
	.pop-up-boxes .popup-image {
		max-width: 100px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 650px) {
	.compare-products .compare-products-table .table-left {
		top: 65px;
	}
	
	.compare-products .compare-products-table .table-head .table-cell,
	.compare-products .compare-products-table .table-row .table-cell,
	.compare-products .compare-products-table .table-left .table-cell,
	.compare-products .compare-products-table .table-head .table-cell.best-value {
		height: 65px;
		padding: 10px;
	}
	
	.compare-products .compare-products-table .table-left .table-row .table-cell {
		padding-right: 10px;
	}
	
	/* SSL BENEFITS */
	.reseller-benefits .benefits-table {
		padding-right: 0;
	}
	
	.reseller-benefits .benefits-table .best-price {
		display: none;
	}
	
	/* CONTACT PAGE */
	.office-locations .offices {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.office-locations .offices:last-child {
		margin-bottom: 0;
	}
	
	/* RISKY */
	.risky .risk-item {
		text-align: center;
		padding: 150px 0 0 0;
	}
	
	.risky .risk-item:before {
		left: 50%;
		transform: translateX(-50%);
	}
	
	/* SUPPORT */
	.support .support-item {
		width: 100%;
		margin-right: 0;
	}
	
	.support .support-item:nth-child(3n) {
		margin-right: 0;
	}
	
	.support .support-item:nth-child(2n) {
		margin-right: 0;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 600px) {
	/* SSL SLIDER */
	.ssl-slider #slider .slide {
		padding: 0px;
		border-right: 0;
	}
}