﻿/*------------------ general ------------------*/
ul, ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body {
    /*font: 400 15px/1.8 Lato, sans-serif;*/
    color: #212022;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 7px;
    font-weight: 400;
}

.container {
    padding: 0px;
    width: 1070px;
}

p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 0;
}

p a {
    color: #3f6c9b;
    font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1 {
    margin: 0;
    font-size: 36px;
    color: #212022;
    font-weight: 900;
}

h2 {
    margin: 0;
    font-size: 36px;
    color: #212022;
    font-weight: 900;
}

h3 {
    margin: 0;
    font-size: 24px;
    color: #212022;
}

h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    color: #212022;
}

h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: #212022;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}

a {
    transition: .2s;
}

.modal-header, .close {
    color: #fff !important;
    text-align: left;
    font-size: 30px;
}

.modal-header, .modal-body {
    padding: 40px 50px;
}

.nav-tabs li a {
    color: #777;
}

textarea {
    resize: none;
}

.navbar-default {
    margin: 0px 7px 7px 7px;
    border-top: 7px solid #FFF;
}

.navbar.scroll {
    height: 90px;
    background-color: rgba(36, 34, 34, 0.8);
    /*box-shadow: 0px 3px 3px rgba(0,0,0,0.8);*/
    margin: 0 7px;
}

.navbar-inverse .navbar-collapse {
    width: 100%;
    padding-right: 22px;
}

.navbar-top {
    height: 29px;
    background-color: #FFF;
}

.navbar-top ul {
    float: right;
}

.navbar-top ul li {
    float: left;
    line-height: normal;
    padding: 0;
    color: #FFF !important;
    font-size: 12px;
    padding: 0 16px 0 6px;
    line-height: 29px;
    letter-spacing: 1px;
}

.navbar-top ul li:first-child {
    border-left: 0px;
}

.navbar-top ul li a,
.navbar-top ul li span {
    font-size: 16px;
    line-height: 52px;
    font-weight: 300;
    color: #212022 !important;
    float: left;
}

.navbar-top ul li span em {
    font-weight: 300;
    font-style: normal;
}

.navbar-top ul li .glyphicon {
    padding: 0px;
    width: 32px;
    height: 29px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 12px;
    margin-right: 0px;
}

.navbar-top ul li .glyphicon::before {
    content: "";
}

.navbar-top ul li .glyphicon-try {
    background-image: url(../images/icons/register.png);
}

.navbar-top ul li .glyphicon-login {
    background-image: url(../images/icons/login.png);
}

.navbar-top ul li .glyphicon-search {
    background-image: url(../images/icons/search.png);
}

.navbar-top ul li label {
    display: none;
}

.navbar-collapse {
    position: absolute;
}

.navbar-header {
    height: 70px;
    z-index: 9999;
    position: relative;
    margin-left: 22px;
}

.form-group {
    font-size: 18px;
}

button[type=submit] {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    padding: 14px 40px;
    color: #FFF;
    background-color: #f19c4e;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    margin-top: 50px;
}

.form-group label {
    padding: 0 6px;
}

.navbar {
    background: none;
    opacity: 1;
    z-index: 999;
    height: 70px;
    border: 0px;
    margin: 0px;
    /*position:relative;*/
}

.logo {
    margin-top: 22px;
    float: left;
}

.navbar-brand span {
    margin-top: 29px;
    margin-left: 10px;
    float: left;
}

.navbar-default .navbar-collapse {
    width: 100%;
    padding: 0 15px;
}

.navbar .container-fluid {
    padding: 0px;
    margin-right: 8px;
}

.navbar-brand {
    padding: 0px;
}

.navbar li a,
.navbar .navbar-brand,
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    opacity: 1;
    margin: 0px;
}

.navbar-nav li li {
    width: 40%;
}

.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 900;
    color: #FFF;
    padding: 0px 10px;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.navbar-nav li.active a,
.navbar-nav li a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a {
    color: #3f6c9b;
    background: none;
}

.navbar-nav > li.signin > a {
    border-radius: 30px;
    color: #3f6c9b;
    padding-left: 35px;
    background: url(../images/icons/user.png) no-repeat 15px center #d6d6d6;
}

.navbar-nav > li.signin:hover > a {
    color: #FFF;
    background: url(../images/icons/user-w.png) no-repeat 15px center #3f6c9b;
}

.navbar-nav > li.freescan > a {
    background-color: #3f6c9b;
    border-radius: 30px;
    color: #FFF;
    margin: 0 0 0 4px;
}

.navbar-nav > li.under-attack > a {
    background-color: #dc8e29;
    border-radius: 30px;
    color: #FFF;
    margin: 0 0 0 4px;
}

td.scannow > a {
    background-color: #dc8e29;
    border-radius: 10px;
    color: #FFF;
    padding: 5px;
}

td.subscribe > a {
    border-radius: 10px;
    color: #3f6c9b;
    padding-left: 35px;
    background: #d6d6d6;
    padding: 5px;
}

.navbar-nav > li.freescan:hover > a {
    background-color: #FFF;
    color: #3f6c9b;
}

.navbar-nav > li.under-attack:hover > a {
    background-color: #FFF;
    color: #dc8e29;
}

.navbar-nav li li:first-child {
    margin-top: 30px;
}

.navbar-nav li li.right {
    position: absolute;
    width: 50%;
    right: 30px;
    top: 30px;
    padding: 30px;
    color: #FFF;
    border-left: 1px solid #e98185;
    font-size: 16px;
}

.navbar-nav li li.right h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
    margin: 0px;
    margin-bottom: 30px;
}

.navbar-nav li li.right p {
    margin-bottom: 60px;
}

.navbar-nav li li a,
.navbar-nav li.active li a {
    font-weight: 900;
    color: #FFF !important;
    padding: 10px 12px;
    line-height: 24px;
    letter-spacing: 0.01em;
    border-bottom: 1px solid #e98185;
}

.navbar-nav li.active li a.btn-info {
    color: #FFF;
}

.navbar-nav li.active li:hover a {
    color: #88050a;
}

.navbar-nav li.active:hover li a.btn-info {
    color: #FFF;
}

.navbar-nav li.active li a.btn-info:hover {
    color: #88050a;
}

.navbar-nav li li:last-child a {
    border-bottom: 0px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar .bar {
    position: absolute;
    right: 60px;
    bottom: -20px;
}

.navbar .language,
.navbar .telephone {
    float: left;
    border: 5px solid #2d1d92;
    margin-left: 4px;
    padding: 5px 15px;
    line-height: normal;
    font-size: 16px;
    color: #2d1d92;
    background-color: #FFF;
    line-height: 16px;
}

.navbar .language {
    cursor: pointer;
    position: relative;
}

.navbar .telephone {
    border: 5px solid #3f6c9b;
    padding: 5px 15px 5px 44px;
    color: #FFF;
    background: url(../images/icons/telephone.png) no-repeat 15px center #3f6c9b;
}

.navbar .telephone a {
    color: #FFF;
    font-size: 16px;
    display: block;
}

.navbar .language strong {
    margin-right: 24px;
}

.navbar .language .caret {
    background: url(../images/icons/arrow11.png) no-repeat left center;
    border: 0px;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    margin-top: -2px;
}

.navbar .language:hover {
    background-color: #2d1d92;
    color: #FFF;
    border: 5px solid #2d1d92;
}

.navbar .language:hover .caret {
    background: url(../images/icons/arrow6.png) no-repeat left center;
}

.navbar .language .lang-list {
    position: absolute;
    display: none;
}

.navbar .language:hover .lang-list {
    display: block;
    background-color: #2d1d92;
    width: 100%;
    margin-left: -15px;
    border: 5px solid #2d1d92;
    padding: 5px;
}

.navbar .language .lang-list a {
    display: block;
    padding: 16px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
    text-decoration: none;
}

.navbar .language .lang-list a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.navbar .language .lang-list a:last-child {
    border-bottom: 0;
}

.navbar-nav li li {
    width: 40%;
}

.logo img {
    float: left;
}

.logo span {
    font-size: 18px;
    margin-left: 26px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #484d4b;
    position: relative;
    margin-top: 26px;
    display: inline-block;
    font-style: italic;
    padding-left: 6px;
}

.navbar-collapse[aria-expanded=false] li a {
    line-height: 70px !important;
}

.navbar-collapse[aria-expanded=true] li a {
    line-height: 50px !important;
}

.navbar-right {
    margin: 0px;
    margin-top: 31px;
}

.btn {
    padding: 10px 20px;
    color: #FFF;
    background-color: #f19c4e;
    border-radius: 0;
    transition: .2s;
    border: 0 !important;
}

.btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #90cb48;
    color: #FFF !important;
}

.btn-info {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 900;
    color: #FFF;
    background-color: transparent;
    border: 5px solid #FFF !important;
    width: auto !important;
    padding: 0 10px !important;
    display: inline-block !important;
    line-height: 30px !important;
    border-radius: 30px;
}

.btn-info.orange {
    color: #FFF !important;
    border: 5px solid #dc8e29 !important;
    background-color: #dc8e29 !important;
}

.btn-info.black {
    color: #FFF !important;
    border: 5px solid #454040 !important;
    background-color: #454040 !important;
}

.btn-info.blue {
    color: #FFF !important;
    background-color: #3f6c9b !important;
    border: 5px solid #3f6c9b !important;
}

.btn-info.blue-no-border {
    color: #3f6c9b !important;
    border: 5px solid #FFF !important;
}

.btn-info.grey {
    color: #beb9b1 !important;
    border: 5px solid #beb9b1 !important;
}

.btn-info:hover {
    background-color: #FFF !important;
    color: #212022;
}

.btn-info.orange:hover {
    background-color: #FFF !important;
    color: #dc8e29 !important;
}

.btn-info.blue:hover {
    background-color: #FFF !important;
    color: #3f6c9b !important;
}

.btn-info.black:hover {
    background-color: #FFF !important;
    color: #454040 !important;
}

.btn-info.grey:hover {
    background-color: #beb9b1 !important;
    color: #FFF !important;
}

.btn-info .caret {
    background: url(../images/icons/arrow2.png) no-repeat left top;
    border: 0px;
    width: 22px;
    height: 16px;
    margin-left: 25px;
    margin-top: -4px;
}

.btn-info.orange:hover .caret {
    background: url(../images/icons/arrow2-org.png) no-repeat left top;
}

/*------------------ general ------------------*/

/*------------------ main ------------------*/
.plan {
    border: 5px solid #1969b9;
    background-color: #143b62;
    padding: 20px;
}

.plan ul {
    padding: 0px 0px;
}

.plan li {
    padding: 35px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFF;
    font-size: 16px;
}

.plan li:last--child {
    border-bottom: 0px;
}

.breadcrumb {
    position: relative;
    padding: 16px 30px;
    background: none;
    border-radius: 0px;
    margin-top: -62px;
    margin-bottom: 30px;
    z-index: 9;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumb.bc-bg {
    padding: 100px 30px 46px 30px;
    background-color: #242222;
    margin-top: 0px;
    margin-bottom: 30px;
    border-top: 0;
}

.breadcrumb.bc-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 63px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.breadcrumb ul {
    float: left;
}

.breadcrumb ul li {
    float: left;
}

.breadcrumb ul li a {
    font-size: 12px;
    color: #FFF;
    font-weight: 900;
    padding: 0 15px;
    text-decoration: none;
    position: relative;
}

.breadcrumb ul li a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    right: 0px;
    top: 3px;
}

.breadcrumb ul li:last-child a::after {
    display: none;
}

.breadcrumb ul li:first-child a {
    color: #3f6c9b;
    background: url(../images/icons/arrow5.png) no-repeat left center;
}

.breadcrumb .contact {
    float: right;
    color: #FFF;
    font-size: 12px;
}

.breadcrumb .contact em {
    font-weight: 900;
    font-style: normal;
    color: #dc8e29;
    line-height: 24px;
}

.freescan-now-button {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 99;
}

.freescan-now-button a {
    display: inline-block;
    background-color: #dc8e29;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    -webkit-border-top-left-radius: 88px;
    -webkit-border-bottom-left-radius: 88px;
    -moz-border-radius-topleft: 88px;
    -moz-border-radius-bottomleft: 88px;
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
    padding-right: 12.5px;
}

.freescan-now-button a span {
    float: left;
    padding-top: 26px;
    line-height: 18px;
}

.freescan-now-button a strong {
    display: block;
}

.freescan-now-button a::before {
    content: "";
    float: left;
    width: 63px;
    height: 63px;
    background: url(../images/icons/freescan.png) no-repeat center center #FFF;
    border-radius: 63px;
    position: relative;
    margin: 12.5px;
}

.carousel {
    position: relative;
    border-bottom: 7px solid #3f6c9b;
}

.sub .carousel {
    margin: 0px;
}

.carousel-inner .item {
    overflow: hidden;
}

.carousel-inner .item img {
    width: 100%;
    height: auto;
}

.carousel-indicators {
    top: auto;
    bottom: 25px;
    left: 50%;
    right: auto;
    width: 200px;
    margin: 0px;
    margin-left: -100px;
}

.carousel-indicators li {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0px;
    margin-top: 4px;
    background-color: rgba(214, 214, 214, 0.5);
    border: 2px solid rgba(243, 243, 243, 0.5);
    border-radius: 19px;
}

.carousel-indicators li.active {
    margin-top: 4px;
    width: 19px;
    height: 19px;
    background-color: #3f6c9b;
    border: 2px solid rgba(243, 243, 243, 0.5);
}

.carousel-caption {
    right: 50%;
    left: 10%;
    top: -10%;
    bottom: auto;
    padding-bottom: 0px;
    opacity: 0;
    transition: .4s;
    padding: 0px;
    text-align: left;
    text-shadow: none;
}

.active .carousel-caption {
    top: 30%;
    opacity: 1;
}

.carousel-caption h1 {
    font-size: 36px;
    color: #FFF;
    font-weight: 100;
    letter-spacing: -0.02em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.sub-carousel .carousel-caption h1 {
    font-size: 48px;
    font-weight: 100;
}

.carousel-caption h2 {
    font-size: 60px;
    color: #FFF;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.sub-carousel .carousel-caption h2 {
    font-size: 24px;
    font-weight: 100;
}

.carousel-caption a {
    margin-right: 4px;
}

#mainPage .back-to-top {
    display: none !important;
}

#subPage .back-to-top {
    position: fixed;
    right: 60px;
    bottom: 30px;
    background: url(../images/icons/arrow12.png) no-repeat center center rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 999;
    transition: .2s;
    opacity: 0;
}

#subPage .back-to-top.active {
    opacity: 1;
}

#subPage .back-to-top:hover {
    background-color: #2d1d92;
}

#subPage .back-to-top .caret {
    border: 0px;
}

.main {
    margin: 0px;
    z-index: 9;
    text-align: center;
}

.packages {
    background-color: #e7eaeb;
    padding: 90px 0 90px 0;
    position: relative;
}

.packages h1 {
    font-size: 2em;
    font-weight: 300;
}

.packages h2 {
    font-size: 2.6em;
    font-weight: 900;
}

.packages .sub-cont {
    display: none;
}

.packages .col-md-6 {
    margin-top: 58px;
    position: static;
}

.packages .col-md-6 span {
    display: block;
    border: 7px solid #1e4874;
    background-color: #FFF;
    height: 120px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    padding: 20px 10px;
    position: relative;
}

.packages .col-md-6.ProtectionPlan span {
    border: 7px solid #dc8e29;
}

.packages .col-md-6 span em {
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: 900;
}

.packages .col-md-6:hover .sub-cont {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 240px;
    background-color: #FFF;
}

.packages .col-md-6:hover .container {
    padding: 0 30px;
}

.packages .col-md-6:hover span::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -20px;
    width: 100%;
    padding: 0 7px;
    height: 20px;
    background-color: #FFF;
}

.packages .col-md-6:hover span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -10px;
    width: 100%;
    height: 13px;
    background: url(../images/icons/arrow1.png) no-repeat center center;
    z-index: 9;
}

.packages .col-md-6:hover span em {
    color: #1e4874;
}

.packages .col-md-6.ProtectionPlan:hover em {
    color: #dc8e29;
}




.services-page .container {
	border-bottom: 1px solid #b3b1af;
    /*padding-bottom: 70px;*/
}
.services-page .container:last-child {
	border-bottom: 0px;
}

.one-time .col-md-12 {
	background-color: #FFF;
	padding: 0;
	border-radius: 9px;
	border:1px solid #f3f3f3;
	margin-top: 30px;
	transition: .2s;
}
	.one-time .col-md-12:hover {
		background-color: #ededed;
		border:1px solid #ededed;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	}

.packages .col-md-6:hover .sub-cont .col-md-3,
.packages .col-md-6:hover .sub-cont .col-md-9,
.WebSecurity .col-md-3 {
    min-height: 145px;
    margin: 47px 0;
}

.packages .col-md-6:hover .sub-cont .col-md-9 {
    margin: 30px 0;
}

.packages .col-md-6:hover .sub-cont .col-md-3,
.packages .col-md-6:hover .sub-cont .col-md-9,
.WebSecurity .col-md-3 {
    text-align: left;
    border-left: 1px solid #ececec;
}

.packages .col-md-6:hover .sub-cont .col-md-3:first-child,
.packages .col-md-6:hover .sub-cont .col-md-9,
.packages .col-md-6.ProtectionPlan:hover .sub-cont .col-md-3,
.WebSecurity .col-md-3:first-child {
    border-left: 0px;
}

.packages .col-md-6:hover .sub-cont h3,
.WebSecurity h4 {
    font-size: 24px;
    color: #1e4874;
    font-weight: 900;
}

.packages .col-md-6.ProtectionPlan:hover .sub-cont h3 {
    color: #dc8e29;
}

.packages .col-md-6:hover .price,
.WebSecurity .col-md-3 .price {
    font-size: 36px;
    font-weight: 900;
}

.packages .col-md-6:hover .desc,
.WebSecurity .col-md-3 .desc {
    font-size: 14px;
    font-weight: 300;
}

.packages .col-md-6:hover .note,
.WebSecurity .col-md-3 .note {
    font-size: 14px;
    font-weight: 900;
}

.packages .col-md-6:hover .price sub,
.WebSecurity .col-md-3 .price sub {
    font-size: 16px;
    font-weight: 300;
    bottom: 0;
}

.packages .col-md-6:hover .sub-cont .col-md-3 .buttons {
    margin-top: 20px;
    display: none;
}

.packages .col-md-6:hover .sub-cont .col-md-3:hover .buttons {
    display: block;
}

.packages .col-md-6.ProtectionPlan .sub-cont .col-md-3 a {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.features {
    padding: 50px 0;
}

.features h1 {
    font-weight:300;
}

.features h1 strong {
    font-weight: 900;
}

.features .col-md-12 img {
    margin: 30px 0;
}

.features h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 15%;
    margin: 10px 0 20px 0;
    min-height: 40px;
}

.features a {
    margin-top: 30px;
}

.speaks {
    padding: 50px 0;
    background-color: #f8f9f9;
}

.speaks .carousel {
    border: 0;
}

.speaks #eventCarousel {
    margin-top: 30px;
    border-top: 1px solid #555151;
    border-bottom: 1px solid #555151;
}

.speaks .carousel-control.left,
.speaks .carousel-control.right {
    background: none;
    width: 13px;
}

.speaks .carousel-control.left {
    background: url(../images/icons/arrow3.png) no-repeat center center;
}

.speaks .carousel-control.right {
    background: url(../images/icons/arrow4.png) no-repeat center center;
}

.carousel-inner.onebyone-carosel {
    margin: auto;
    width: 90%;
}

.onebyone-carosel .active.left {
    left: -33.33%;
}

.onebyone-carosel .active.right {
    left: 33.33%;
}

.onebyone-carosel .next {
    left: 33.33%;
}

.onebyone-carosel .prev {
    left: -33.33%;
}

.speaks .carousel .item {
    text-align: left;
}

.speaks .carousel .item .col-md-4 {
    border-right: 1px solid #555151;
    min-height: 170px;
    padding: 20px 20px;
}

.speaks .carousel .item .col-md-4:last-child {
    border-right: 0px solid #555151;
}

.speaks .carousel .item a {
    font-size: 16px;
    color: #212022;
    text-decoration: none;
}

.speaks .carousel .item h4 {
    font-size: 16px;
    font-weight: 600;
}

.speaks .carousel .item p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.speaks .carousel .item span {
    font-weight: 900;
    color: #3f6c9b;
	margin-bottom: 20px;
	display: inline-block;
}

.speaks .carousel .item .logo-image {
    width: 90%;
	height: 80px;
	#padding: 12px;
	#border:1px solid;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
    text-align: center;
}
.speaks .carousel .item .logo-image img {
    width: auto;
	height: 100%;
}

.three-bar {
}

.three-bar .col-md-4 {
    padding: 3% 15% 6% 3%;
    text-align: left;
    min-height: 500px;
}

.three-bar .col-md-4 h2 {
    font-size: 48px;
    font-weight: 300;
    padding-right: 30%;
}

.three-bar .col-md-4 p {
    font-size: 16px;
    margin-top: 20px;
}

.three-bar .col-md-4.installations h2 {
    padding-right: 40%;
}

.three-bar .col-md-4.expert {
    background: url(../images/icons/hand.png) no-repeat right bottom #e7eaeb;
}

.three-bar .col-md-4.cyber {
    background: url(../images/icons/brain.png) no-repeat right bottom #dadedf;
}

.three-bar .col-md-4.installations {
    background: url(../images/icons/computer.png) no-repeat right bottom #cbd0d1;
}

.main .sub {
    padding-top: 0px;
	padding-bottom: 70px;
}

.sub h1 {
    font-size: 48px;
    font-weight: 400;
}

.sub h2,
.WhatIsNetsecop h4,
.HowItWorks h4,
.PlatformIndependence h4,
.ComprehensivePointOfView h4,
.WhoWeAre h4 {
    font-size: 18px !important;
    font-weight: 100 !important;
    color: #9d9c9c !important;
    padding-bottom: 70px;
    background: url(../images/icons/arrow6.png) no-repeat center bottom;
}

.WhatIsNetsecop h4,
.HowItWorks h4,
.PlatformIndependence h4,
.ComprehensivePointOfView h4,
.WhoWeAre h4 {
    background: none;
}

.sub h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 20px 0px;
}

.WhatIsNetsecop h3,
.HowItWorks h3,
.PlatformIndependence h3,
.WhoWeAre h3 {
    padding: 20px 0 10px 0;
}

.sub h4 {
    font-size: 24px;
    font-weight: 900;
}

.sub h5 {
    font-size: 24px;
    font-weight: 400;
}

/*.WebSecurity .col-md-12:last-child {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 30px 0;
}*/

.WebSecurity .col-md-3 {
    min-height: inherit;
    margin: 0;
    padding: 10px 15px;
}

.ExclusiveServices {
    margin: 70px 0 30px 0;
}

.ExclusiveServices .list {
    padding: 70px 0 100px 0;
    margin-bottom: 70px;
}

.ExclusiveServices .list::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: url(../images/icons/border.png) repeat-y center top;
    left: 50%;
    top: 70px;
    margin-left: -1.5px;
    z-index: 1;
}

.ExclusiveServices .list .col-md-2,
.ExclusiveServices .list .col-md-5 {
    position: relative;
    z-index: 9;
}

.ExclusiveServices .list .icon {
    width: 90px;
    height: 90px;
    background-color: #b3b1af;
    border-radius: 90px;
    display: inline-block;
}

.ExclusiveServices .list .col-md-5 {
    text-align: right;
}

.ExclusiveServices .list .col-md-5:last-child {
    text-align: left;
}

.ExclusiveServices .list .col-md-5 p {
    padding: 30px 0;
}

.ExclusiveServices .list .col-md-12 {
    margin-bottom: -150px;
}

.ExclusiveServices .list .col-md-12:nth-child(2n+0) .col-md-5 {
    text-align: left;
}

.ExclusiveServices .list .col-md-12:nth-child(2n+0) .col-md-5:first-child {
    float: right;
}

.ExclusiveServices .list .col-md-12:nth-child(2n+0) .col-md-2 {
    float: right;
    text-align: center;
}

.ExclusiveServices .list .col-md-12:nth-child(2n+0) .col-md-5:last-child {
    float: left;
}

.ExclusiveServices .list .col-md-12:nth-child(2n+0) .col-md-5:last-child {
    text-align: right;
}

.UnderAttack {
    padding-bottom: 30px;
}

.UnderAttack button[type=submit],
.form-group {
    margin-top: 0;
    margin-bottom: 0;
}

.form-group {
    padding: 0 5px;
}

.UnderAttack .col-md-12:nth-child(2) {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.UnderAttack .col-md-12:nth-child(2) strong {
    font-size: 24px;
    font-weight: 900;
    color: #dc8e29;
}

.UnderAttack .col-md-12:nth-child(2) sup {
    top: -7px;
    font-size: 12px;
}

.UnderAttack .col-md-12:last-child .col-md-4:first-child {
    text-align: right;
}

.UnderAttack .col-md-12:last-child .col-md-4:last-child {
    text-align: left;
}

.why {
    padding-bottom: 30px;
}

.why .col-md-6,
.PlatformIndependence .col-md-6 {
    text-align: left;
}

.why .col-md-6:last-child,
.PlatformIndependence .col-md-6:last-child {
    text-align: right;
    padding-bottom: 30px;
}

.WhatIsNetsecop,
.WhoWeAre {
    background-color: #e7eaeb;
    padding-top: 30px !important;
}

.WhatIsNetsecop .col-md-4 h5 {
    font-size: 24px;
    font-weight: 900;
    padding-top: 30px;
    padding-bottom: 10px;
}

.WhatIsNetsecop .col-md-4 p,
.WhoWeAre .col-md-4 p {
    padding-bottom: 30px;
}

.WhatIsNetsecop .col-md-4 img {
    margin-top: -30px;
    position: relative;
    z-index: 9;
}

.WhatIsNetsecop .col-md-4:first-child,
.WhoWeAre .col-md-4:first-child {
    text-align: left;
}

.WhatIsNetsecop .col-md-4:last-child,
.WhoWeAre .col-md-4:last-child {
    text-align: right;
}

.WhatIsNetsecop .col-md-4 .col-xs-12::before,
.WhatIsNetsecop .col-md-4 .col-xs-12::after {
    display: none;
}

.WhatIsNetsecop .col-md-4 .col-xs-12:hover::before,
.WhatIsNetsecop .col-md-4 .col-xs-12:hover::after {
    display: block;
}

.WhatIsNetsecop .col-md-4 .col-xs-12::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 24px;
    width: 37px;
    height: 37px;
    background: url(../images/icons/point.png) no-repeat center center;
    z-index: 2;
}

.WhatIsNetsecop .col-md-4 .col-xs-12::after {
    content: "";
    position: absolute;
    right: -100px;
    top: 40.5px;
    width: 100px;
    height: 3px;
    background: url(../images/icons/border2.png) repeat-x left center;
    z-index: 1;
}

.WhatIsNetsecop .col-md-4:last-child .col-xs-12::before {
    right: auto;
    left: -10px;
}

.WhatIsNetsecop .col-md-4:last-child .col-xs-12::after {
    right: auto;
    left: -100px;
}

.HowItWorks .col-xs-12,
.ComprehensivePointOfView .col-xs-12 {
    padding: 0 5px;
}

.HowItWorks ul {
    padding-top: 30px;
}

.HowItWorks ul li,
.ComprehensivePointOfView ul li {
    text-align: left;
    padding-left: 25px;
    padding-bottom: 30px;
    background: url(../images/icons/arrow7.png) no-repeat left 3px;
}

.PlatformIndependence h4 {
    padding-bottom: 30px;
}

.ComprehensivePointOfView ul {
    padding-top: 60px;
}

.WhoWeAre {
    margin-top: 30px;
}

.WhoWeAre .col-md-4 p {
    padding-top: 60px;
}

.Login,
.Contact {
    padding-bottom: 30px;
}

.Login h3 {
    margin-bottom: 15px;
}

.Login .col-md-6,
.Contact .col-md-4 {
    text-align: left;
    margin-top: 30px;
}

.Login .checkbox {
    line-height: 32px;
    padding-bottom: 30px;
}

.Login .form-group,
.Contact .form-group {
    margin-bottom: 5px;
}

.Login .form-control,
.Contact .form-control {
    height: 50px;
    padding: 0 12px;
}

.Contact textarea.form-control {
    height: auto;
}

.Login input[type=checkbox],
.Contact input[type=checkbox] {
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    background-color: #FFF;
    display: inline-block;
    position: relative;
    top: 6px;
}

.Login button[type=submit] {
    margin-top: 0;
}

.Login .info {
    padding: 60px 15px 30px 15px;
}

.Login .google-login,
.Login .linkedin-login {
    display: inline-block;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    color: #FFF;
    font-weight: 900;
    background-color: #db5046;
    margin-bottom: 5px;
    padding: 0 12px;
    line-height: 50px;
    text-decoration: none;
}

.Login .linkedin-login {
    background-color: #007bb5;
}

.Login .google-login img,
.Login .linkedin-login img {
    float: right;
}

/*------------------ main ------------------*/

/*------------------ freescan now ------------------*/
.main-info input {
    width: 60%;
    height: 76px;
    line-height: 76px;
    font-weight: 300;
    font-size: 1.2em;
    border-radius: 12px;
    border: 0;
    padding: 0 20px;
    background: #FFF;
}

.main-info #scanURL {
}

.main-info #eMail {
    float: right;
    background-color: #FFF;
    /*border-radius:12px;*/
    width: 49%;
    margin-top: 10px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.main-info input[type=submit] {
    width: auto;
    height: auto;
    line-height: 38px;
    font-weight: 900;
    font-size: 1em;
    border-radius: 38px;
    border: 0;
    padding: 0 55px 0 35px;
    color: #FFF;
    margin: 40px 0 10px 0;
    background: url(../images/icons/scan2.png) no-repeat 90% center #f7b14e !important;
}

.main-info input[type=checkbox] {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    float: right;
    margin-top: -2px;
}

.main-info span {
    font-weight: 300;
    font-size: 0.6em;
    letter-spacing: 0.8em;
    line-height: normal;
}

.main-info .checkbox {
    text-align: right;
}

.main-info .checkbox em {
    display: inline-block;
    padding-right: 30px;
    font-style: normal;
    line-height: 30px;
}

.main-info .checkbox .btn-lg {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #f7b14e;
    font-weight: 900;
    text-decoration: underline;
}

.input-group-addon {
    line-height: 76px;
    font-weight: 900 !important;
    font-size: 1.2em !important;
    letter-spacing: normal !important;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.input-group {
    float: left;
    width: 100%;
}

#secondForm {
    display: none;
}

#secondForm p {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    text-align: left;
    line-height: normal;
    padding-top: 16px;
}

.input-group {
    border-radius: 12px;
}

.input-group {
    position: relative;
}

.form-control-url-feedback,
.form-control-email-feedback,
.form-control-terms-feedback {
    position: absolute;
    right: 0px;
    top: -22px;
    display: none;
    background-color: #d9534f;
    /*border-radius: 3px;*/
    padding: 2px 10px;
    z-index: 9;
    box-shadow: -3px 5px 5px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.form-control-url-feedback::after,
.form-control-email-feedback::after,
.form-control-terms-feedback::after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 0 15px;
    border-color: #d9534f transparent transparent transparent;
}

/*------------------ freescan now ------------------*/
/*Compare Table */

.compare-table {
    border: 1px solid #ededed;
    width: 100%;
}
.compare-table.ct-new {
    border: 0px;
}

.compare-table tr {
    border: 1px solid #ededed;
    line-height: 48px;
}
.compare-table.ct-new tr {
    line-height: normal;
    border: 0px;
	border-bottom: 1px solid #ededed;
}

.compare-table td {
    border: 1px solid #ededed;
    padding: 10px 20px !important;
}
.compare-table.ct-new td {
	border: 0;
    padding: 10px 10px !important;
	font-size: 16px;
}
.compare-table.ct-new tr.ct-buttons td {
    padding: 0px !important;
}
.compare-table.ct-new td .fa {
    font-size: 12px;
	color:#416d99;
}
.compare-table.ct-new td:nth-child(5) .fa {
    font-size: 12px;
	color:#994156;
}
.compare-table.ct-new tr.tr-head {
    border-bottom: 0px;
}
.compare-table.ct-new tr.tr-price {
    border-bottom: 0px;
}
.compare-table.ct-new tr.tr-head td.popular {
    background-color: #1969b9 !important;
	position: relative;
}
.compare-table.ct-new tr.tr-price td.popular {
    background-color: #143b62 !important;
}
.compare-table.ct-new tr.tr-head td.ent {
    background-color: #b26678 !important;
	position: relative;
}
.compare-table.ct-new tr.tr-price td.ent {
    background-color: #994156 !important;
}
.compare-table.ct-new tr.tr-price td:nth-child(2),
.compare-table.ct-new tr.tr-price td:nth-child(3),
.compare-table.ct-new tr.tr-price td:nth-child(4),
.compare-table.ct-new tr.tr-price td:nth-child(5)
{
    background-color: #416d99;
	color: #FFF;
	line-height: 48px;
}
.compare-table.ct-new tr.tr-head td:nth-child(2),
.compare-table.ct-new tr.tr-head td:nth-child(3),
.compare-table.ct-new tr.tr-head td:nth-child(4),
.compare-table.ct-new tr.tr-head td:nth-child(5)
{
    background-color: #6a95c0;
	font-size: 18px;
	color: #FFF;
	line-height: 16px;
	padding: 20px 10px !important;
}
.compare-table.ct-new tr.tr-head td span {
    display: inline-block;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
}
.compare-table.ct-new tr.tr-price td sup {
	top: -.3em;
}
.compare-table.ct-new td:nth-child(2),
.compare-table.ct-new td:nth-child(3),
.compare-table.ct-new td:nth-child(4),
.compare-table.ct-new td:nth-child(5)
{
    background-color: #f3f3f3;
	border-right: 1px solid #ededed;
}

.compare-table .fa {
    color: #0e70b8;
}

.compare-table .table-blue {
    color: #0e70b8;
}

.compare-table td:first-child {
    text-align: right;
    padding-right: 20px;
}

.compare-table .table-center td:first-child {
    text-align: center !important;
}

.table-gray {
    background: linear-gradient(to bottom, #9ea2a5 0%, #ededed 100%);
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-ent {
    background: #072d4a url(../images/box-2-logo.png) repeat;
    border-bottom: none;
    color: #ffffff;
}

.table-sec {
    background: #0a5933 url(../images/box-2-logo.png) repeat;
    border-bottom: none;
    color: #ffffff;
}

.ourservices #about-section-1 {
    padding-bottom: 0px;
}

.compare {
    margin-top: 30px;
}

.compare .col-md-3 {
    /* background-color: #f3f3f3; */
    position: relative;
    text-align: left;
    padding: 0px 0px;
    /*margin: 0 0px 40px;*/
	transition: .2s;
		z-index: 1;
}
.compare .col-md-3:hover,
.compare .col-md-3.popular
{
		z-index: 9;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.2);

}

.WebSecurity-features .col-md-3 {
	min-height: 190px;
}
.WebSecurity-features h3 {
	text-align: center;
}
.WebSecurity-features i {
	width: 100%;
	margin-bottom: 20px;
	font-size: 32px;
}
.compare .note {

}
.compare .note span {
    /* background-color: #6a95c0; */
    /* margin: 0 15px; */
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    /*margin-top: 10px;*/
    /* color: #FFF; */
    border-bottom: 1px solid #b3b1af;
    /* border-bottom: 1px solid #000; */
    /*margin-bottom: 70px;*/
	font-style: italic;
	font-size:12px;
}
.compare .col-md-3.popular::before {
    content: "MOST POPULAR";
    background-color: #1481ef;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    width: calc(100%);
    left: 0px;
    margin: 0 0px;
    top: -33px;
    padding: 8px 10px;
    text-align: center;
}

.compare .col-md-3 .title {
    background-color: #6a95c0;
    color: #FFF;
    font-size: 18px;
    font-weight: 900;
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
}


.compare .col-md-3.popular .title {
    background-color: #1969b9;
}

.compare .col-md-3.ent .title {
    background-color: #b26678;
}

.compare .col-md-3 .price {
    background-color: #416d99;
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
    width: 100%;
    display: inline-block;
    padding: 25px 20px;
    /*min-height: 90px;*/
    line-height: 18px;
}

.compare .col-md-3.popular .price {
    background-color: #143b62;
}

.compare .col-md-3.ent .price {
    background-color: #994156;
}

.compare .col-md-3 .price span,
.compare .col-md-3 .title span
{
    display: inline-block;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
}

.compare .col-md-3 .price span:nth-child(3),
.compare .col-md-3 .price span:nth-child(4) {
    font-weight: 900;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0 10px 0;
}

.compare .col-md-3 .price span:nth-child(3) {
    margin-top: 20px;
    border-top: 0px;
}

.compare .col-md-3 .price sup {
    top: -0.7em;
    font-size: 12px;
}

.compare .col-md-3 .features {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    background-color: #f3f3f3;
    min-height: 320px;
}

.compare .col-md-3 .features ul {
}

.compare .col-md-3 .features li {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 20px;
    border-bottom: 1px solid #cacaca;
}
.compare .col-md-3 .features div {
	display: inline-block;
    font-size: 14px !important;
	font-weight: 400;
	padding-left: 10px;
}
.compare .col-md-3 .features span {
	display: inline-block;
	width: 38px;
    height: 38px;
    border-radius: 3px;
    background-color: #416d99;
    color: #FFF;
    text-align: center;
    font-size: 24px !important;
    line-height: 38px;
}
.compare .col-md-3.ent .features span {
    background-color: #994156;
}

.compare .col-md-3 .features li:last-child {
    border-bottom: 0px;
}

.compare .col-md-3 .button a,
.compare .col-md-3 .price a,
.compare-table.ct-new td a
{
    display: block;
    font-size: 16px;
    font-weight: 900;
    padding: 20px 0px;
    background-color: #416d99;
    color: #FFF;
    text-align: center;
}
.compare-table.ct-new tr td.popular a
{
    background-color: #143b62;
}

.compare-table.ct-new tr td.ent a
{
    background-color: #75273a;
}
.compare .col-md-3.popular .button a {
    background-color: #0e3051;
}

.compare .col-md-3.ent .button a {
    background-color: #75273a;
}

.compare .col-md-3 .price a {
    background-color: transparent;
    padding: 11px 0;
}

/*---- register page show selected service ---*/
.showservice {
    position: relative;
    text-align: left;
    padding: 0px 5px;
    margin: 0 0px 40px;
}

.showservice .title {
    background-color: #6a95c0;
    color: #FFF;
    font-size: 18px;
    font-weight: 900;
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
}

.showservice .price {
    background-color: #416d99;
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
    width: 100%;
    display: inline-block;
    padding: 25px 20px;
    min-height: 90px;
    line-height: 18px;
}

.showservice .price span {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
}

.showservice .price span:nth-child(3),
.showservice .price span:nth-child(4) {
    font-weight: 900;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0 10px 0;
}

.showservice .price span:nth-child(3) {
    margin-top: 20px;
    border-top: 0px;
}

.showservice .price sup {
    top: -0.7em;
    font-size: 12px;
}

.showservice .features {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    background-color: #f3f3f3;
    /*min-height: 470px;*/
}

.showservice .features ul {
}

.showservice .features li {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    border-bottom: 1px solid #cacaca;
}

.showservice .features li:last-child {
    border-bottom: 0px;
}

.showservice .price a {
    display: block;
    font-size: 16px;
    font-weight: 900;
    padding: 20px 0px;
    background-color: #e69437;
    color: #FFF;
    text-align: center;
}

.showservice .price a {
    background-color: transparent;
    padding: 11px 0;
}

/*------------- showservice -------------*/

/*------------- footer -------------*/
footer {
    display: list-item;
    background-color: #242222;
}

footer .col-md-5 {
    text-align: right;
}

footer .col-md-5 a {
    margin-right: 10px;
}

footer .sitemap {
    display: block;
    padding: 20px 0;
    text-align: left;
    color: #b9bbbd;
}

footer .sitemap .col-md-3 .col-xs-12 {
    margin: 0 0 30px 0;
    padding: 0;
}

footer .sitemap h5 {
    color: #FFF;
    font-weight: 900;
    font-size: 18px;
    position: relative;
    margin: 0 0 44px 0;
}

footer .sitemap ul li a {
    float: left;
    width: 100%;
    color: #b9bbbd;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
}

footer .sitemap ul li.sub a {
    font-weight: 300;
}

footer .sitemap ul li span {
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 26px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

footer .sitemap ul li span.location {
    background-image: url(../images/icons/location.png);
}

footer .sitemap ul li span.telephone {
    background-image: url(../images/icons/telephone2.png);
}

footer .sitemap ul li span.fax {
    background-image: url(../images/icons/fax.png);
}

footer .copyright {
    position: relative;
    padding: 20px 30px;
    color: #FFF;
    font-size: 12px;
}

footer .copyright .row {
    border-bottom: 1px solid #929191;
    padding: 20px 0;
}

footer .copyright .row:last-child {
    border-bottom: 0px solid #929191;
}

footer .copyright a {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    position: relative;
    margin-right: 20px;
}

footer .copyright a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #FFF;
    border-radius: 5px;
    right: -15px;
    top: 10px;
}

footer .copyright a:last-child::after {
    display: none;
}

footer .socials {
    position: absolute;
    right: 30px;
    bottom: 30px;
    overflow: hidden;
}

footer .socials li {
    float: left;
}

footer .socials li a {
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    border-radius: 42px;
    margin-right: 4px;
}

footer .socials li a::after {
    display: none;
}

footer .socials li.facebook a:hover {
    background-color: #3b5999;
}

footer .socials li.twitter a:hover {
    background-color: #13cff7;
}

footer .socials li.googleplus a:hover {
    background-color: #d85439;
}

footer .socials li.linkedin a:hover {
    background-color: #0274b3;
}

/*------------- footer -------------*/





















