﻿/*GENERAL*/

@font-face {
        font-family: OpenSans;
        src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
        font-family: OpenSans;
        src: url('../fonts/OpenSans-Bold.ttf');
        font-weight: bold;
}
@font-face {
        font-family: OpenSans;
        src: url('../fonts/OpenSans-Light.ttf');
        font-weight: 100;
}
@font-face {
        font-family: OpenSans;
        src: url('../fonts/OpenSans-Italic.ttf');
        font-style: italic;
}
@font-face {
        font-family: OpenSans;
        src: url('../fonts/OpenSans-LightItalic.ttf');
        font-style: italic;
		font-weight:100;
}
@font-face {
        font-family: OpenSans;
        src: url('../fonts/OpenSans-BoldItalic.ttf');
        font-style: italic;
		font-weight: bold;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'OpenSans', sans-serif;
	font-weight: 100;
	overflow-x: hidden;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.52);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.52);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.52);
	overflow-x: hidden;
}

#move-content {
	position: relative;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.52);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.52);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.52);
}

.container {
	width: 800px; /* Was 1020px */
	margin: 0 auto;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.img_right {
	float: right;
}

.img_center {
	margin: 0 auto;
}

.img_left {
        float: left;
}

.checklist_left {
        float: left;
        width: 15%;
}

.checklist_right {
        float: left;
        width: 85%;
}

.arrow {
	position: absolute;
	right: 0;
	bottom: 0;
}

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

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

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

.margin-bottom {
	margin: 0;
	margin-bottom: 30px;
}

.margin-bottom-50 {
	margin: 0;
	margin-bottom: 50px;
}

.margin-top-bottom {
	margin: 30px 0px;
}

.no-margin {
	margin: 0 !important;
}

.lesswidth  {
	width: 80%;
	margin: 0 auto;
}

.section {
	padding: 50px 0px;
	background: white;
}

.lightblue .section, footer .section {
	background: none;
}

.divider {
	border-top: 1px solid #dedede;
	width: 100%;
	margin: 30px 0px;
	margin-top: 14px;
}

.watermark-grey {
	width: 980px;
	margin: 0 auto;
	background-color: #f9f9f9;
	padding: 10px 20px;
}

.watermark-yellow {
	width: 1020px;
	margin: 0 auto;
	height: 3px;
	background-color: #f1592a;
}

/*FONTS*/
.bannerbig {
	font-size: 70px;
	font-weight: 100;
	color: white;
	line-height: 1.2em;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
}

.bannermedium {
	font-size: 40px;
	font-weight: 100;
	color: #fff; 
	line-height: 1.2em;
}

.bannersmall {
	font-size: 40px;
	font-weight: 100;
	color: #fff; 
	line-height: 1.2em;
}

.company_info_headline {
	text-align: center;
	color: #888888;
	margin: 0;
}

.company_info_text {
	font-size: 13px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.big_number {
	font-size: 50px;
	font-weight: 100;
	margin:30px 0px;
}

.info_text_number {
	font-size: 21px;
}

.contact {
        display: inline-block;
        width:200px;
}

.address {
        height: 240px;
}

h1 {
	font-size: 40px;
	font-weight: 100;
	color: #000; 
	line-height: 1.2em;
	margin-bottom: 30px;
}

h2 {
	font-size: 32px;
	font-weight: 100;
	color: #000;
	line-height: 1.2em;
	margin-bottom: 30px;
}

h3 {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2em;
	color: black;
	margin-bottom: 20px;
}

.footerh3 {
	color: #4b4b4d;
}

.footer_p {
	color: #4b4b4d;
	font-size: 10px;
	font-weight: 400;
}

h4 {
	font-size: 19px;
	font-weight: 300; /*Ændret fra 400-300 d. 8/1-15*/
	line-height: 1.2em;
	color: black;
	margin-bottom: 20px;
}

h5 {
	color: 000;
	font-size: 16px;
	font-weight: 700;
}

h6{
	color: 000;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}

p {
	color: 000;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

.small_p {
	color: 000;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}

strong {
	font-weight: 600;
}

ul {
	padding-left: 20px;
	margin-bottom: 30px;
}

ol {
        padding-left: 20px;
}

a {
	text-decoration: none;
	color: #237ed9;
}

a:hover {
	
}

.msp_list {
        line-height: 24px;
}

.breadCrumb {
	padding-left: 9px;
	padding-right: 5px;
	background-image:url('//?action=fetch&filename=bcarrow.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.blog_headline {
        margin-bottom: 0;
}

.blog_subtitle {
        color: #888888;
}

th {
        text-align: left;
}

li {
	text-align: left !important;
}

.anchor{
  display: block;
  height: 60px; /*same height as header*/
  margin-top: -60px; /*same height as header*/
  visibility: hidden;
}

.anchor-sub{
  display: block;
  height: 120px;
  margin-top: -120px; 
  visibility: hidden;
}

.animated {
	-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
	animation-delay: 0.5s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
	} 
	50% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	90% {
		-webkit-transform: translateY(5px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	50% {
		opacity: 1;
		transform: translateY(-20px);
	}
	90% {
		transform: translateY(5px);
	}
	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

.animated_sub {
	-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
	animation-delay: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp_sub {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
	}
	50% {
		opacity: 1;
		-webkit-transform: translateY(-5px);
	}
	90% {
		-webkit-transform: translateY(2px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes bounceInUp_sub {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	50% {
		opacity: 1;
		transform: translateY(-5px);
	}
	90% {
		transform: translateY(2px);
	}
	100% {
		transform: translateY(0);
	}
}

.bounceInUp_sub {
	-webkit-animation-name: bounceInUp_sub;
	animation-name: bounceInUp_sub;
}

/*TABLES*/
.table-sesovumali {
	width: 100%;
}

.table-sesovumali tr {
	padding: 20px 0px;
	border-bottom: 1px solid lightgrey;
	display: block;
}

.table-sesovumali tr:first-child  .table-sesovumali td:first-child{
	vertical-align: bottom;
}

.table-sesovumali tr:last-child {
	border-bottom: none;
}

.table-sesovumali td {
	width: 20%;
	padding: 0px 2.5%;
	text-align: center;
	vertical-align: top;
}

.table-sesovumali td:first-child {
	text-align: left;
	font-weight: 700;
	padding: 0px;
	padding-right: 5%;
}

.table-sesovumali td img {
	width: 100px;
	margin: 0 auto;
}

/* Research Vulnerabilities */
.srlistHeader {background-color:#f8f8f3; width:100%; font-size:11px; cursor:pointer; -webkit-border-radius: 2px; -moz-border-radius:2px; margin-bottom:5px; border: 1px solid 
#ccc;padding:6px;}
.srlistHeader:hover {background-color:#f2f2ea;}
.srlistHeader h4 {margin:0;}
.srlist {font-size:11px; margin:10px 0 20px 0;padding:5px;}
.srlist span {margin-right:10px; color:#999;padding:5px;}
#prodTable {color:#666; border-top:1px solid #ddd;}
#prodTable th {text-align:left; font-size:11px;  font-weight:normal;  border-left:1px solid #ddd; border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
#prodTable tr td {text-align:center; border-bottom:1px solid #ddd; border-right:1px solid #ddd; font-size:12px; line-height:16px;}
#prodTable tr td.altcol { background:#f8f8f3; }
#prodTable tr td.prod { background:url(../img/tdprodbg.gif) repeat-x; padding:0;}

        /*======== Extra box is the right box with red header, contating latest advisories, latest news and similar ======*/
        .extraboxTop {width:162px; height:21px; background: #c51a2c url('../img/extrabox_t_rgb.jpg') no-repeat; color:#FFF; font-size:13px; text-align:left; margin-top:5px; 
padding:5px 3px 0 10px;}
        .extraboxMiddle {width:173px; background:#f8f8f8 url('../img/extrabox_bg.gif') no-repeat; font-size:11px; border-left:1px solid #cbcbcb; border-right:1px solid #cbcbcb;}
        .extraboxMiddle div {padding:10px 12px 0 12px;  font-size:11px;}
        .extraboxMiddle div span{font-size:12px; font-weight:bold; display:block; clear:right;}
        .extraboxMiddle div div{background:#fff; border: 1px dotted #aaa; padding:5px; margin:10px 0 0 0; color:#888; font-size:10px; -webkit-border-radius: 3px; 
-moz-border-radius:3px;}
        .extraboxMiddle div div b {color:#666;}
        .extraboxMiddle div div img {margin-right:7px;}
        .outlink {margin: 10px 0 0 120px; display:block; padding-bottom:10px;}
        .extraboxDown {width:175px; height:3px; background:url('../img/extrabox_d.gif') no-repeat;}


        /* Forum */
        .forumTable {font-size:11px; line-height:14px; border:1px solid #d1d1d1; margin-top:20px; }
        .forumTable th {background: #c51a2c; color:white; font-size:12px; text-align:right; cursor:pointer;}
        .forumTable a {display: block; font-size:11px; text-decoration:underline;}
        .forumTable tr:hover {background-color:#eee;}
        .altRow {background-color:whitesmoke;color:white;}
        .forumTable tr td span {display:block; color:#333;}
        .forumTable td + td {text-align:right; vertical-align:top;}
        .forumTable td + td + td {text-align:right; vertical-align:top;}


        .forumTableSelected {font-size:11px; line-height:14px; border:1px solid #4aaa06; margin-top:20px; }
        .forumTableSelected th {background: #4aaa06; color:white; font-size:12px; text-align:right; cursor:pointer;}
        .forumTableSelected a {display: block; font-size:11px; text-decoration:underline;}
        .forumTableSelected tr:hover {background-color:#4aaa06;}
        .forumTableSelected tr td span {display:block; color:#333;}
        .forumTableSelected td + td {text-align:right; vertical-align:top;}
        .forumTableSelected td + td + td {text-align:right; vertical-align:top;}
        .altRowSelected {background-color:#4aaa06;color:white;}

        .thread th {text-align:left;}
        .thread td + td {text-align:left;}
        .thread td + td + td {text-align:left;}
        .thread tr:hover {background-color:#fff;}
        .thread tr td span {display:inline; color:#666;}

        .advForumTable {font-size:10px; border:1px solid #f5f5f5; margin-top:20px; }
        .advForumTable th {background: #666; color:#fff; font-size:12px; text-align:right; cursor:pointer;}
        .advForumTable a {display: block; font-size:11px; text-decoration:underline;}
        .advForumTable tr td span {display:block; color:#333;}
        .advForumTable td + td {text-align:right; vertical-align:top;}
        .advForumTable td + td + td {text-align:right; vertical-align:top;}

        .adv th {text-align:left;}
        .adv td + td {text-align:left;}
        .adv td + td + td {text-align:left;}
        .adv tr td span {display:inline; color:#666;}


        /* Forum listing on community landing page*/
        #forumList {line-height:18px; font-size:11px}
        #forumList a {line-height:18px; font-size:11px; display:block; float:left;}
        #forumList span {display:block; float:right; color:#999; font-size:10px; margin-left:15px;}
        #forumList div {display:block; float:right;}

.listBox {
        font-size: 11px;
 font-family: arial;
}

.listBox td{
        font-size: 11px;
        font-family: arial;
}

.listBox td:hover{
        background-color: black;
        color:white;
        cursor:pointer;
}

/*MENU*/

header {
	padding: 12px 0px;
	width: 100%;
	background: white;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.52);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.52);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.52);
	z-index: 100;
	position: relative;
	max-height: 100px;
}

.headerfixed {
        position: fixed;
        width: 100%;
		z-index: 100;
		top: 0;
}

.logo, .menubar_right {
	float: left;
	width: 15%;
}

.menubar_right {
	padding-top: 8px;
}

.search, .login {
	float: left;
	width: 50%;
	height: 20px;
	cursor: pointer;
	position: relative;
}

.search p, .search img, .login p, .login img {
	float: left;
	font-size: 14px;
}

.search img, .login img {
	margin-top: 2px;
	margin-right: 7px;
}

.topnav {
	margin: 0 auto;
	width: 85%;
	float: left;
	text-align: right;
	line-height: 100px;
}

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

.topnav ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 100;
}

.topnav ul li a {
	color: #000;
	padding: 23px 11px;
	padding-top: 100px;
}

.topnav ul li a:hover{
	color: #555;
	padding: 23px 11px;
	padding-top: 100px;
}

ul li a.active{
	font-weight: 700;
}

.submenu {
	background: white;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.52);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.52);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.52);
	z-index: 50;
}

.subsubmenu {
        background: white;
        padding: 0px 12px 12px 12px;
        position: relative;
        z-index: 60;
}

.submenu ul{
	list-style: none;
	text-align: center;
	margin-bottom: 0;
}

.submenu ul li {
	display: inline-block;
	font-size: 13px;
	font-weight: 100;
}

.submenu ul li a {
	color: #000;
	padding: 23px 11px;
}

.subsubmenu ul{
        list-style: none;
        text-align: center;
		margin-bottom: 0;
}

.subsubmenu ul li {
        display: inline-block;
        font-size: 11px;
        font-weight: 100;
}

.subsubmenu ul li a {
        color: #000;
        padding: 0px 11px 19px 0px;
}

#hidemenu {
	padding: 50px 5%;
	position: absolute;
	width: 50%;
	left: -100%;
	top: 0;
	z-index: 0;
	background: #fff;
	height: 100%;
}

#hidemenu ul {
	list-style: none;
}

#hidemenu ul li {
	padding: 5px 0px;
	font-size: 26px;
}

#hidemenu ul li a{
	color: #000;
}

#hidemenu .searchbox, #hidemenu ul {
	margin-bottom: 20px;
}

#hidemenu ul li ul li {
	font-size: 20px;
	margin-left: 10px;
}

#hidemenu ul li ul li img {
	margin-right: 10px;
}

#cookie {
	position: fixed;
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
	z-index: 150;
	width: 100%;
	min-height: 75px;
}

#cookie_p {
	width: 70%;
	color: white;
	font-size: 12px;
	float: left;
	margin-top: 18px;
	font-weight: 400;
}

#cookie_p a {
	color: white;
	text-decoration: underline;
}

#button_wrapper {
	width: 30%;
	float:  left;
	text-align: center;
}
    
#cookie_button {
	background-color: rgba(21, 155, 208, 0.7);
	font-size: 14px;
	color: white;
	display: inline-block;
	padding: 4px 15px;
	-webkit-appearance: none;
	border: none;
	margin-top: 25px;
	font-weight: 100;
}

#cookie_button:hover {
	background-color: rgba(21, 155, 208, 0.9);
	cursor: pointer;
	-webkit-transition: 1s ease;
	transition: 1s ease;
}

#breadCrumb {
	width: 1020px;
	height:20px;
	margin: 0px 24px;
	color:#666;
	line-height:24px;
	font-size:10px;
	padding-bottom: 5px;
}
								
.remove_menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
}

.searchbox {
	background: #424242;
	color: #b7b7b8;
	font-weight: 700;
	font-size: 14px;
	padding: 9px 10px;
	display: inline-block;
	width: 160px;
	border: 0px;
}

.menubar_right .searchbox {
	display: none;
}

.searchbox.active {
	border: 1px solid #237ed9;
}
.login_wrapper {
	position: absolute;
	right: -13px;
	top: 33px;
}

.logindropdown {
	padding: 10px;
	width: 105px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	display: inline-block;
	position: relative;
}

.logindropdown_arrow {
	display: inline-block;
	position: absolute;
	top: -11px;
	left: 42%;
}

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

.logindropdown ul li {
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 100;
}

.logindropdown ul li a{
	color: #000;
}

.logindropdown ul li a:hover {
	color: #237ed9;
}

/*FORMS*/
.form-page {
	width: 100%;
}

.form-page input, .form-page select {
	padding: 5px 2%;
	font-size: 16px;
	margin-right: 2%;
	margin-top: 15px;
	width: 42.1%;
	border:1px solid #2F7EDA; 
	color:#555555; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-khtml-border-radius: 2px; 
	border-radius: 2px;
}

.form-page select {
	width: 46.4%;
	padding: 4px 2%;
}

.checkbox-formside {
	float: left;
	width: 13px !important;
	margin-top: 3px !important;
	margin-right: 10px !important;
	height: 30px;
}

.form-wrapper {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.form-background {
	background: white;
	width: 100%;
	padding: 20px 0px;
	position: relative;
}

.trial-icon {
	position: absolute;
	right: -40px;
	top: -40px;
	width: 90px !important;
}

input, select {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size:16px;
	color:#000; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-khtml-border-radius: 2px; 
	border-radius: 2px;	
	border:1px solid #2F7EDA; 
}

input:focus, select:focus, textarea:focus {
	color: black !important;
}

input:-webkit-autofill {
	background-color: white !important;
}

select {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	overflow: hidden;
	overflow: -moz-hidden-unscrollable;
	background: white url(/?action=fetch&filename=dropdown-btn.png) no-repeat right;
}

.input_1_small {
	padding: 5px 2%;
	margin-right: 2%;
	margin-top: 15px;
	width: 43%;
	float: left;
	color: grey !important;
}

.input_forum_small {
	height:22px;
	width:140px; 
	padding:2px; 
	padding-left:15px; 
	margin:0px 10px 0px 0px; 
	color: grey !important;
}

.form-last {
	margin-right: 0px;
}

.input_1_wide {
	padding: 5px 2%;
	margin-right: 2%;
	margin-top: 15px;
	width: 92.6%;
	float: left;
	color: grey !important;
}

.input_1_wide-select {
	margin-top: 15px;
	margin-right: 2%;
	width: 97%;
	padding: 4px 2%;
	float: left;
	color: grey !important;
}

.select_1 {
	line-height:40px;
	width:336px;
	height:40px; 
	padding:5px; 
	padding-left:15px; 
	margin:0px 0px 15px 0px; 
	color: grey !important;
}

.select_1_small {
        line-height:40px;
        width:162px;
        height:40px;
        padding:5px;
        padding-left:15px;
        margin:0px 0px 15px 0px;
		color: grey !important;
}

.select_forum_small {
        line-height:40px;
        width:162px;
        height:40px;
        padding:5px;
        padding-left:15px;
        margin:0px 0px 15px 0px;
		color: grey !important;
}

.checkbox_1 {
	border:1px solid #2F7EDA;
	color:#2F7EDA;
	margin-right:10px;
}

.form-textbox {
	border:1px solid #2F7EDA;
        height:235px;
        width:95.5%;
        margin:0px;
	margin-top: 15px;
        padding: 5px;
        resize:none;
        overflow:auto;
}

.form-eula {
	height:235px;
	width:97.2%;
	margin:0px;
	padding: 5px;
	resize:none;
	overflow:auto;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    grey;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    grey;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    grey;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    grey;
}

select option:first-child{
	color: grey;
}

/*DIVS*/
.clearfix {
	clear: both;
	height: 0px;
	width: 0px;
}

.full-width {
	width: 100%;
}

.row {
	width: 100%;
	display: block;
}

.vr_row {
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	margin: 30px 0px;
}

.vr_active {
	font-weight: 700;
}

.vr-time-to-patch .vr_5 {
	height: 156px;
}

.vendor-update .vr_5 {
	height: 100px;
}

.pdf .vr_5 {
	height: 120px;
}

.vr_5 {
	float: left;
	width: 17.5%;
	height: 86px;
	padding: 10px 1%;
	border-left: 1px solid lightgrey;
}

.vr_5:first-child {
	border: none;
}

.vr_pic {
	position: relative;
	border: 1px solid lightgrey;
}

.vr_pic img {
	width: 100%;
}

.data-ctrl {
	padding: 10px 20px;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	margin-bottom: 50px;
}

.data-ctrl p {
	margin: 0;
	float: right;
}

.data-ctrl #footnote {
	float: left;
}

.data-ctrl p a {
	margin-left: 10px;
	cursor: pointer;
}

.social-icons {
	position: absolute;
	top: 15px;
	right: 20px;
}

.social-icons img {
	width: 30px;
	display: inline-block;
	margin-left: 0px;
	cursor: pointer;
}

.col_5 {
	float: left;
	width: 17.6%;
	padding-right: 3%;
}

.col_5 img {
	max-width: 100%;
}

.col_4_of_5 {
	float: left;
	width: 79.4%;
	padding-right: 3%;
}

.col_margin .col_4, .col_margin .col_3, .col_margin .col_2 {
	margin-bottom: 50px;
}

.col_4 {
	float: left;
	width: 22%;	
	padding-right: 4%;
}

.col_4 img {
		max-width: 100%;
	}

.col_3 {
	float: left;
	width: 31.33%;
	padding-right: 3%;
}

.col_3 img {
	max-width: 100%;
}

.col_2 {
	float: left;
	width: 47%;
	padding-right: 6%;
}

.col_2 img {
	max-width: 100%;
}

.col_1 {
	float: left;
	width: 100%;
}

.col_2_of_3 {
	float: left;
	width: 65.66%;
	padding-right: 3%;
}

.col_2_of_3 img {
	max-width: 100%;
}

.col_1_of_3 {
	float: left;
	width: 31.33%;
	padding: 0px 1%;
}

.last {
	padding: 0 !important;
}

.chart {
        padding: 0;
        border: 1px solid #dedede;
}

.first {
	margin-right: 5%;
}

.chartcontainer {
	height: 300px;
	width: 90%;
	margin: 0 auto 5%;
}

.gradient {
background-image: url(/?action=fetch&filename=alert_advisories1.jpg), -moz-linear-gradient(bottom,  rgba(255,252,245,1) 0%, rgba(255,253,249,1) 45%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background-image: url(/?action=fetch&filename=alert_advisories1.jpg), -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(255,252,245,1)), color-stop(45%,rgba(255,253,249,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background-image: url(/?action=fetch&filename=alert_advisories1.jpg), -webkit-linear-gradient(bottom,  rgba(255,252,245,1) 0%,rgba(255,253,249,1) 45%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background-image: url(/?action=fetch&filename=alert_advisories1.jpg), -o-linear-gradient(bottom,  rgba(255,252,245,1) 0%,rgba(255,253,249,1) 45%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background-image: url(/?action=fetch&filename=alert_advisories1.jpg), -ms-linear-gradient(bottom,  rgba(255,252,245,1) 0%,rgba(255,253,249,1) 45%,rgba(255,255,255,0) 100%); /* IE10+ */
background-image: url(/?action=fetch&filename=alert_advisories1.jpg), linear-gradient(to top,  rgba(255,252,245,1) 0%,rgba(255,253,249,1) 45%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcf5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.number {
	width: 6% 
}

.company_infobox {
	float: left;
	width: 115px;
	height: 126px;
	padding: 5px;
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
}
.company_infobox1 {
	float: left;
	width: 115px;
	height: 126px;
	padding: 15px;
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 50px;
}

.infobox_last {
	margin-right: 0;
}

.blog_date {
	float:left;
	width:10%;
}
	
.blog_title {
	float:left;
	width:90%;
}

.reports {
	width: 190px;
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 20px;
	height: 230px;
}

.webinars {
	width: 190px;
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 20px;
	height: 250px;
	position: relative;
}

.webinars .small_p {
	position: absolute;
	bottom: 0px;
	left: 20px;
}

.reports img {
	width: 100%;
	margin-bottom: 10px;
}

.reports img:hover {
	opacity: 0.8;
}

.webinars img {
	width: 100%;
	margin-bottom: 20px;
}

.webinars img:hover {
	opacity: 0.8;
}

.webinars h5 {
	margin-bottom: 20px;
	font-weight: 400;
}

.reports p, .webinars p:last-chld {
	margin: 0;
}

.divider-right {
	border-right: 1px solid lightgrey;
	margin-right: 3%;
	width: 62.46%;
}

.customerlogo {
	width: 117px;
	margin: 0px 4px 8px 0px;
	background: white;
	display: inline-block;
}

.tablewrapper {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.choosing-col {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.choosing-col p {
	margin-top: 3px;
}

.table-overflow-mobile {
	overflow-x: scroll;
}

.table {
	padding: 24px 0px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #dedede;
}

.table * {
	margin: 0;
	padding: 0;
}

.blue {
	background: #1e8fbc;
}

.red {
	background: #c61a2e;
}

.grey {
	color: grey;
}

.lightgrey {
	color: lightgrey;
}

.blue * {
	color: white;
}

.red *{
	color: white;
}

.white {
        color: white;
}

.small {
	width: 70% !important;
	margin: 0 auto;
}

.no-responsive {
	width: auto !important;
	max-width: 100%;
	min-width: 0px !important;
}

.th-dns-editions {
        float: left;
        width: 255px;
        height: 50px;
        line-height: 50px;
}

.tc-dns-editions {
        float: left;
        width: 255px;
        height: 30px;
        min-height: 30px;
        height: auto !important;
}

.th-yellow {
        background-color: #fbb31b;
}

.th-green {
        background-color: #69bc45;
}

.th-blue {
        background-color: #058db9;
}

.tc-yellow {
        background-color: #fef0d1;
}

.tc-green {
        background-color: #e1f2da;
}

.tc-blue {
        background-color: #cde8f1;
}

.th-margin-top {
		margin-top:	14px;
}

.tc-margin-top {
		margin-top: 6px;
}
/* Google Maps DIV */

#map_canvas1 {
        margin-top:9px;
        border:1px solid #cbcbcb;
        -webkit-border-radius: 4px;
        -moz-border-radius:4px;
        width:350px;
        height:400px;
}

#map_canvas2 {
        margin-top:9px;
        border:1px solid #cbcbcb;
        -webkit-border-radius: 4px;
        -moz-border-radius:4px;
        width:350px;
        height:400px;
}

#mapDescription {
        font-size:10px;
        line-height:13px;
}

/*FANCYBOX*/

.fancybox-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	lefT: 0;
	top: 0;
	background: rgba(255,255,255,0.97);
	z-index:8000;
}

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

.middle {
	margin-top: 10%;
}

.fancyvideo {
	width: 100%;
}

.fancyvideo video {
	width: 100%;
}

/*CUSTOMER HOVER EFFECT*/

.reference {
	float: left;
	margin: 10px 10px 0px 0px;
	position: relative;
	overflow: hidden;
}

.reference img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 5px;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.firmname {
	display: block;
	position: absolute;
	z-index: 100;
	text-align: center;
	color: #fff;
	top: 20px;
	font-weight: 100;
	font-size: 14px;
	padding: 5px 10px;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #fff;
  top: 90px;
}

.expand span {
	text-decoration: underline;
}

#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-1 .overlay a.expand, #effect-1 .overlay a.firmname {
  left: 0;
  right: 0;
  bottom: 45%;
  margin: 0 auto -30px auto;
}
#effect-1 .reference.hover .overlay {
  height: 100%;
}


/*BACKGROUNDCOLORS*/
.lightblue {
	background: #0157a4;
}

.whitebg {
	background: white;
}

/*BUTTONS*/
.button_big {
	background-color: rgba(21, 155, 208, 0.7);
	font-size: 25px;
	color: white;
	display: inline-block;
	padding: 7px 30px;
	border:none;
	-webkit-appearance: none;
}

.button_big:hover {
	background-color: rgba(21, 155, 208, 0.9);
	cursor: pointer;
	-webkit-transition: 1s ease;
	transition: 1s ease;
}

.button_medium {
	background-color: rgba(21, 155, 208, 0.7) !important;
	font-size: 20px !important;
	color: white !important;
	display: inline-block;
	padding: 5px 20px !important;
	border:none !important;
	width: auto !important;
	border-radius: 0px !important;
	-webkit-appearance: none;
}

.button_medium:hover {
	background-color: rgba(21, 155, 208, 0.9) !important;
	cursor: pointer;
	-webkit-transition: 1s ease;
	transition: 1s ease;
}

.button_small {
	background-color: rgba(21, 155, 208, 0.7);
	font-size: 14px;
	color: white;
	display: inline-block;
	padding: 4px 15px;
	-webkit-appearance: none;
}

.button_small:hover {
	background-color: rgba(21, 155, 208, 0.9);
	cursor: pointer;
	-webkit-transition: 1s ease;
	transition: 1s ease;
}

/*Frontpage*/
.frontpage_banner {
	background-image: url(../img/frontpage-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 120px 0px;
	padding-top: 264px;
	text-align: center;
}
.frontpage_banner1 {
	background-image: url(../img/products_banner3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 120px 0px;
	padding-top: 164px;
	text-align: center;
}
.frontpage_banner2 {
	background-image: url(../img/products_banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom:
	padding: 120px 0px;
	padding-top: 264px;
	text-align: center;
}
.frontpage_banner3 {
	background-image: url(../img/contact-us4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom:
	padding: 120px 0px;
	padding-top: 264px;
	text-align: center;
}
.frontpage_banner4 {
	background-image: url(../img/products_banner4.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center:
	padding: 120px 0px;
	padding-top: 264px;
	text-align: center;
}
.frontpage_banner5 {
	background-image: url(../img/banner_td6.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top:
	padding: 120px 0px;
	padding-top: 164px;
	text-align: center;
}
.frontpage_banner6 {
	background-image: url(../img/prm_ecrime.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top:
	padding: 120px 0px;
	padding-top: 264px;
	text-align: center;
}
.frontpage_banner7 {
	background-image: url(../img/customers.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top:
	padding: 120px 0px;
	padding-top: 300px;
	text-align: center;
}
.frontpage_banner8 {
	background-image: url(../img/consulting1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top:
	padding: 120px 0px;
	padding-top: 264px;
	text-align: center;
}
.frontpage_banner9 {
	background-image: url(../img/are-you-ready-to-manage-a-cyber-security-breach2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top:
	padding: 120px 0px;
	padding-top: 520px;
	text-align: center;
}
.frontpage_banner10 {
	background-image: url(../img/channel-partner-program2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center :
	padding: 120px 0px;
	padding-top: 264px;
	text-align: center;
}
.frontpage_banner11 {
	background-image: url(../img/privacy.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom:
	padding: 120px 0px;
	padding-top: 264px;
	text-align: center;
}
.frontpage_banner12 {
	background-image: url(../img/customer_forum_banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom:
	padding: 120px 0px;
	padding-top: 264px;
	text-align: center;
}
.frontpage_banner13 {
	background-image: url(../img/support1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom:
	padding: 120px 0px;
	padding-top: 364px;
	text-align: center;
}
/*BANNERS*/
.banner-wrapper {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner-1-level {
	margin-top: 60px !important;
}

.banner-niv1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 320px;
	width: 100%;
	margin-top: 60px;
}

.banner-niv2 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 100%;
	margin-top: 120px;
}

.banner-niv3 {
	
}

.banner-content {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	display: table-cell;
	vertical-align: middle;
}

#product-banner {
	background-image: url(/?action=fetch&filename=banner_products.jpg);
}

#customers-banner {
	background-image: url(/?action=fetch&filename=banner_customers.jpg);
}

#reference-niv2-banner {
	background-image: url(/?action=fetch&filename=banner-industries.jpg);
}

#company-banner {
        background-image: url(/?action=fetch&filename=banner_company.jpg);
}

#about-itsh-banner {
        background-image: url(/?action=fetch&filename=banner_about.jpg);
}

#contact-banner {
        background-image: url(/?action=fetch&filename=banner_contactUs.jpg);
}

#company_press_releases {
        background-image: url(/?action=fetch&filename=banner_pressreleases.jpg);
}

#press_release_banner {
        background-image: url(/?action=fetch&filename=banner_pressreleases.jpg);
}

#career-banner {
        background-image: url(/?action=fetch&filename=banner_careers.jpg);
}

#awards-banner {
        background-image: url(/?action=fetch&filename=banner_awards.jpg);
}

#company_blog {
        background-image: url(/?action=fetch&filename=banner_blog.jpg);
}

#blog_banner {
        background-image: url(/?action=fetch&filename=banner_blog.jpg);
}

#resources-banner {
	background-image: url(/?action=fetch&filename=banner_resources.jpg);
}

#reports-banner {
	background-image: url(/?action=fetch&filename=banner_reports.jpg);
}

#webinars-banner {
	background-image: url(/?action=fetch&filename=banner_webinars.jpg);
}

#we-speak-geek-banner {
	background-image: url(/?action=fetch&filename=banner_webinars_wespeakgeek.jpg);
}

#country-reports-banner {
	background-image: url(/?action=fetch&filename=banner_countryReports.jpg);
}

#vr-banner {
	background-image: url(/?action=fetch&filename=banner_vr2015.jpg);
}

#events-banner {
	background-image: url(/?action=fetch&filename=topbanner_events.jpg);
}

#support-banner {
	background-image: url(/?action=fetch&filename=banner_support.jpg);
}

.dns-overview-banner {
	background-image: url(/?action=fetch&filename=banner_dns_overview.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0px;
	margin-top: 120px;
}

#dns-banner {
	background-image: url(/?action=fetch&filename=banner_dns_overview.jpg);
}

.dns-pbi-for-android-banner {
	background-image: url(/?action=fetch&filename=banner_pbi_for_android.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 40px 0px;
	margin-top: 60px;
}

.sc2012-banner {
	background-image: url(/?action=fetch&filename=illu_topbanner_sc2012.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 80px 0px;
	margin-top: 60px;
}

.pbi-overview-banner {
	background-image: url(/?action=fetch&filename=illu_topbanner_pbi.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 80px 0px;
	margin-top: 120px;
}

#pbi-banner {
	background-image: url(/?action=fetch&filename=topbanner_pbi_faq_small.jpg);
}

.bbi-overview-banner {
	background-image: url(/?action=fetch&filename=illu_topbanner_bbi.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 80px 0px;
	margin-top: 120px;
}

#bbi-banner {
	background-image: url(/?action=fetch&filename=illu_topbanner_bbi.jpg);
}

#choose-banner {
	background-image: url(/?action=fetch&filename=banner_choose.jpg);
}

#sesovumali-banner {
	background-image: url(/?action=fetch&filename=banner_sesovumali.jpg);
}

#partner-banner {
        background-image: url(/?action=fetch&filename=banner_partner_overview.jpg);
}

#partner-channel-banner {
        background-image: url(/?action=fetch&filename=banner_partner.jpg);
}

#partner-trusted-advisor-banner {
        background-image: url(/?action=fetch&filename=banner_trustedAdvisor.jpg);
}

#partner-msp-banner {
        background-image: url(/?action=fetch&filename=banner_msp.jpg);
}

#partner-oem-banner {
        background-image: url(/?action=fetch&filename=banner_oem.jpg);
}

#partner-become-banner {
        background-image: url(/?action=fetch&filename=banner_become_partner.jpg);
}

#find-a-partner-banner {
		background-image: url(/?action=fetch&filename=banner_findAPartner.jpg);
}

#thank-you-banner {
		background-image: url(/?action=fetch&filename=banner_download.jpg);
}

#form-banner {
		background-image: url(/?action=fetch&filename=banner_vulnReport.jpg);
}

.dns-overview-banner h1 {
	
	z-index: 0;
}

.dns-overview .col_4 img {
	width: 120px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.pbi-overview .col_3 img {
	padding-top: 40px;
	padding-bottom: 20px;
	max-width: 140px;
	min-width: 100px;
}

.dns-overview .picheight {
	height: 157px;
}

.bbi-overview .picheight {
	height: 117px;
	margin: 30px 0px;
}

.bbi-overview .picheight img {
	width: auto;
	height: 117px;
}

.pbi-overview .picheight {
	height: 180px;
}

.pbi h3 {
	margin-bottom: 5px;
}

.pbi img {
	min-width: 92px;
	max-width: 103px;
}

.pbi .picheight {
	height: 149px;
	padding-top: 20px;
}

.dns-features .col_3 img{
	width: 200px;
}

.bbi-quality {
	padding: 0;
}

.no-pic-margin {
	padding: 0;
}

.bbi-quality .col_2_of_3 {
	margin: 50px 0px;
}

.no-pic-margin .last {
	margin: 50px 0px;
}

.bbi-quality .col_3 img {
	width: 100%;
}

.new {
	max-width: 31px !important;
	min-width: 31px !important;
}

.videobox {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(85, 85, 85, 0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(85, 85, 85, 0.5);
	box-shadow: 0px 0px 5px 2px rgba(85, 85, 85, 0.5);
	padding: 1%;
	background: white;
}

video {
	max-width: 100%;
}

.videobox video {
	width: 100%;
}

.dns-video h2 {
	margin-bottom: 5px;
}

.dns-video h4 {
	color: lightgrey;
	margin-bottom: 30px;
}

.dns-video  {
	padding-bottom: 0px;
}


.dns-references .col_3 .picheight {
	height: 58px;
}

.dns-references .col_3 p  {
	margin-top: 30px;
}

.dns-details {
	padding-bottom: 0px;
}

.dns-details .col_3 img{
	margin-top: 30px;
	width: 100%;
}

.dns-ready {
	padding-bottom: 0px;
}

.bbi-references .picheight {
	height: 140px;
}

.bbi-references img {
	padding-top: 40px;
	padding-bottom: 20px;
	max-width: 140px;
	min-width: 100px;
}

/*CUSTOM*/
.factsbox {
	width: 200px;
	height: 200px;
	border: 1px solid lightgrey;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	border-radius: 5px;
	display:table-cell;
    vertical-align:middle;    
	max-width: 100%;
}
.factsbox .big_number {
	margin: 10px 0px;
	font-size: 70px;
}

.bordergrey {
	border: 1px solid lightgrey;
}

.it-operations {
	width: auto;
	text-align: center;
}

.overflow-none {
	overflow: hidden;
}

.dns-support-ctrl {
	float: right;
}

.dns-support-ctrl .switch-support {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 10px;
	border-radius: 5px;
	cursor: pointer;
}

.dns-support-ctrl .switch-support p {
	margin-bottom: 0px;
}

.switch-active {
	font-weight: 700 !important;
}


.support h2 {
	float: left;
}

.social-thank-you {
	text-align: center;
	width: 100%;
	margin-top: 45px;
}

.social-thank-you img {
	display: inline-block;
	margin: 5px;
}

.overlay-bg {
	position: relative;
	background: #1d0e07;
	font-size: 0px;
	display: inline-block;
}

.overlay-bg img {
	opacity: 0.9;
}

.overlay-bg img:hover {
	opacity: 1;
}

.overlay-bg-sticker {
        position: absolute;
        top: 10px;
        right: 0px;
        padding: 3px 6px;
        background-color: #f7921e;
        color: white;
        z-index: 1;
}

.se-table {
	border-bottom: 1px solid lightgrey;
	width: 1020px;
}

#linelogo {
	height: 100px;
	text-align: center;
}

#linelogo img {
	width: 100px;
}

#line2 {
        padding-top: 20px;
        height: 102px;
}

#line3 {
        padding-top: 20px;
        height: 190px;
}

#line4 {
        padding-top: 20px;
        height: 190px;
}

#line5 {
        padding-top: 20px;
        height: 220px;
}

#line6 {
        padding-top: 20px;
}

/*Partner maps*/

.partner-wrapper {
	width: 70%;
}
.black-top {
	padding: 20px;
	background: rgba(0,0,0,0.8);
}

.black-top select {
	width: 100%;
	padding: 5px 10px;
}

.white-bottom {
	padding: 30px 20px;
	background: rgba(255,255,255,0.8);
}

.join-partner-background {
	background-image: url(/?action=fetch&filename=background_form_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 100px 0px;
}

.join-partner-background p {
	font-size: 1.6em;
	font-weight: 300;
}

.join-partner-background .button_big {
	margin-top: 50px;
}

.find-a-partner-map {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 40px 0px 80px 0px;
}

#map-uk {
        background-image: url(/?action=fetch&filename=disti_uk.jpg);
}
#map-us {
        background-image: url(/?action=fetch&filename=hq_unitedStates.jpg);
}
#map-at {
        background-image: url(/?action=fetch&filename=disti_austria.jpg);
}
#map-aus {
        background-image: url(/?action=fetch&filename=disti_apac.jpg);
}
#map-dk {
        background-image: url(/?action=fetch&filename=disti_denmark.jpg);
}
#map-de {
        background-image: url(/?action=fetch&filename=disti_germany.jpg);
}
#map-hu {
        background-image: url(/?action=fetch&filename=disti_hungary.jpg);
}
#map-jp {
        background-image: url(/?action=fetch&filename=disti_apac.jpg);
}
#map-nl {
        background-image: url(/?action=fetch&filename=disti_netherlands.jpg);
}
#map-no {
        background-image: url(/?action=fetch&filename=disti_norway.jpg);
}
#map-pl {
        background-image: url(/?action=fetch&filename=disti_poland.jpg);
}
#map-se {
        background-image: url(/?action=fetch&filename=disti_sweden.jpg);
}
#map-latam {
        background-image: url(/?action=fetch&filename=hq_denmark.jpg);
}
#map-me {
        background-image: url(/?action=fetch&filename=disti_dubai.jpg);
}
#map-ch {
	background-image: url(/?action=fetch&filename=disti_switzerland.jpg);
}
#map-fr {
        background-image: url(/?action=fetch&filename=disti_france.jpg);
}
#map-es {
	background-image: url(/?action=fetch&filename=hq_denmark.jpg);
}

/*FOOTER*/
footer {
	width: 100%;
	position: relative;
/*	z-index: -1;*/
}

.footershadow {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.82);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.82);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.82);
	width: 100%;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: -1;
}

.socialmenu {
	text-align: center;
	margin-top: 10px;
}

.socialmenu img {
	display: inline-block;
	margin-left: 5px;
}

.footerline {
	width: 70px;
	border-top: 1px solid #dedede;
	margin: 60px auto;
}

/*SLIDEBOX*/
.slidebox {
	display: block;
	width: 100%;
}

.left-arrow {
	cursor: pointer;
	margin-top: 120px;
	font-size: 50px;
	float: left;
	width: 7%;
	padding-right: 3%;
}

.right-arrow {
	cursor: pointer;
	font-weight: 100;
	margin-top: 120px;
	font-size: 50px;
	float: left;
	width: 7%;
	padding-left: 3%;
	text-align: right;
}

.slidecontent {
	float: left;
	width: 80%;
	overflow: hidden;
}

/*ERROR PAGES*/
.error-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.error-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
}
.error-content {
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align: center;
}

.error-content * {
	color: white;
	margin: 20px 0px;
}

.error-content p {
	font-size: 24px;
	font-weight: 300;
}

.error-logo {
	position: absolute;
	top: 30px;
	left: 30px;
}

.error-message {
	font-size: 80px;
}

.error-500{
	background-image: url(/?action=fetch&filename=back_500.jpg);
}

.error-404{
	background-image: url(/?action=fetch&filename=back_404.jpg);
}

.error-403 {
	background-image: url(/?action=fetch&filename=back_403.jpg);
}

.error-401{
	background-image: url(/?action=fetch&filename=back_401.jpg);
}

.error-400{
	background-image: url(/?action=fetch&filename=back_400.jpg);
}


/*BELOW 1020PX WIDTH*/
@media (max-width: 1140px) {
	
	
	.banner-niv1 {
	height: auto;
	width: 100%;
	margin-top: 60px;
	padding: 50px 0px;
}

	.banner-niv2 {
		height: auto;
		width: 100%;
		padding: 50px 0px;
	}

	.banner-niv3 {
		
	}

	.banner-content {
		position: static;
		-webkit-transform: none;
		transform: none;
		display: block;
	}
	
	.products_banner, .customers_banner, .resources_banner, .company_banner, .community_banner, .support_banner {
		min-height: none;
		max-height: none;
		height: auto;
	}
	
	.container {
		width: 90%;
	}
	
	.table-sesovumali {
		width: 1020px;
	}
	
	.it-operations {
		height: auto;
	}
	
	.dns-video .col_3 {
		display: none;
	}
	
	.dns-video  .col_2_of_3 {
		margin: 0 auto;
		float: none;
	}
	
	.dns-video  {
		padding-bottom: 50px;
	}
	
	.vr_5 {
		width: 30.33%;
		height: auto !important;
		border-left: none;
	}
	
	.login p{
		display: none;
	}
	
	.menubar_right {
		width: 10%;
	}
	
	.topnav {
		width: 75%;
	}
	
	.search p{
		display: none;
	}
	
	.login_wrapper {
		right: -25px;
	}

	.partner-wrapper {
		width: 100%;
	}
}

/*BELOW 800PX WIDTH*/
@media (max-width: 850px) {

	/*FONTS*/
	
	.bannerbig, .bannermedium {
		font-size: 2.0em;
	}
	
	h2 {
		font-size: 26px;
	}
	
	.small_p a {
		font-size: 16px;
	}
	
	.divider {
		display: none;
	}
	
	/*MOBILEMENU*/
	header {
		height: 100px;
	}
	
	#menu-rsp  {
		position: fixed; 
		top: 0px;
		left: -100%;
		width: 50%;
	}
	
	.topnav {
		padding: 0;
	}
	
	.topnav ul {
		margin: 10px 0px;
		margin-top: 60px;
		width: 100%;
	}
	
	.topnav ul li {
		display: block;
		font-size: 18px;
		margin: 5px 0px;
	}
	
	.topnav ul li a {
		color: #000;
        padding: 0px 0px 0px 11px;
	}

	.menubar_right{
		display: block;
		width: 100%;
	}
	
	.menubar_right .searchbox {
		display: inline-block !important;
		position: fixed;
		top: 10px;
		left: -100%;
		width: 140px;
	}
	
	/*.banner-niv2 {
		margin-top: 60px;
	}*/
	
	.search {
		display: none;
	}
	
	.search img {
		display: none;
	}
	
	.login {
		padding-left: 10px;
		width: 100%;
	}
	
	.login p {
		display: inline-block;
		font-size: 16px;
	}
	
	.login img, .login p {
		float: none;
		margin: 0;
	}
	
	.logindropdown, .login_wrapper {
		display: block !important;
		position: static;
		float: none;
	}
	
	.logindropdown {
		background: transparent;
		box-shadow: none;
		-webkit-box-shadow: none;
		padding: 0;
		margin-top: 5px;
	}
	
	.logindropdown_arrow {
		display: none;
	}
	
	.logindropdown ul li {
		font-size: 14px;
	}
	
	.mobilemenu {
		padding: 4px 3px;
		width: 35px;
		float: right;
		cursor: pointer;
		margin-top: 4px;
	}
	
	.mobile-line {
		width: 80%;
		height: 3px;
		margin: 0 auto;
		margin-top: 7px;
		background: #5d5d60;
		border-radius: 1000px;
	}
	
	.mobile-line:first-child {
		margin: 0 auto;
	}
	
	#cookie_p {
		width: 100%;
	}

	#button_wrapper {
		width: 100%;
		text-align: center;
	}

	#cookie_button {
		margin-top: 0px;
		margin-bottom: 18px;
	}

	.submenu  {
		overflow: hidden;
	}
	
	.submenu ul {
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
	
	.subsubmenu ul{
        white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
	
	.submenu ul::-webkit-scrollbar { width: 0 !important; height: 0 !important; }
	.submenu ul::scrollbar { width: 0 !important; height: 0 !important; }
	.submenu ul::-webkit-scrollbar-thumb {width: 0 !important; height: 0 !important; border: none !important;}
	
	
	.dns-overview-banner, .dns-how-it-works-banner, .dns-features-banner, .pbi-overview-banner, .pbi-how-it-works-banner, .bbi-overview-banner, .bbi-features-banner {
		margin-top: 50px;
	}
	
	/**/
	
	.form-page input, .form-page select {
		width: 92%;
		margin-right: 0;
	}
	
	.form-page select {
		width: 96.4%;
	}
	
	.blog_date {
		float:left;
		width:15%;
	}
	
	.blog_title {
		float:left;
		width:85%;
	}
	
	.lesswidth {
		width: 100%;
	}
	
	.arrow {
		display: none;
	}
	
	.right {
		text-align: left;
	}
	
	.small {
		width: 100% !important;
	}
	
	.col_4 {
		float: left;
		width: 46%;	
	}
	
	.col_4 img {
		max-width: 100%;
	}
	
	.dns-overview img {
		width: 50%;
		min-width: 120px;
	}

	.col_3 {
		float: left;
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		padding: 0;
	}
	
	.col_3:first-child {
		margin-top: 0px;
	}
	
	.divider-right {
		border-right: none;
		margin-right: 0px;
	}
	
	.products img {
		float: left;
		width: 20%;
	}
	
	.col_3 .products_wrapper p, .col_3 .products_wrapper h4  {
		margin: 0;
		margin-bottom: 10px;
		margin-left: 4%;
	}
	
	.col_3 .products_wrapper h4  {
		margin-bottom: 0px;
	}
	
	.products_wrapper {
		float: left;
		text-align: left;
		width: 76%;
	}
	
	.products_wrapper *{
		text-align: left;
	}
	
	.col_2_of_3 {
		width: 100%;
		padding: 0px;
	}

	.col_1_of_3 {
		width: 100%;
		padding: 0px;
	}

	.last {
		padding: 0;
	}
	.img_center {
		text-align: center;
	}
	
	.col_2 {
		width: 100%;
		padding: 0px;
		margin-top: 30px;
	}
	
	.social-thank-you {
		margin: 0;
	}
	
	.col_2:first-child {
		margin-top: 0px;
	}
	
	.col_2 img {
		max-width: 100%;
		text-align: center;
	}
	
	.bannerbig {
		font-size: 2.0em;
	}
	
	.bbi-quality .col_3 img {
		width: 50%;
	}
	
	.responsive-pic {
		width: 100%;
	}
	
}

/*BELOW 600PX WIDTH*/
@media (max-width: 600px) {
	/*.bannerbig {
		font-size: 2.0em;
	}*/
	
	.blog_date {
		float:left;
		width:20%;
	}
	
	.blog_title {
		float:left;
		width:80%;
	}
	
	.vr_5 {
		width: 100%;
		padding: 0px;
	}
	
	.col_4 {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.col_4  img {
		margin-bottom: 10px;
		max-width: 100%;
		min-width: 265px;
	}
	
	.col_5 {
		width: 100%;
		padding: 0;
	}
	
	.col_4_of_5 {
		width: 100%;
		padding: 0;
	}
	
	.dns-support-ctrl {
		float: left;
		margin-bottom: 30px;
	}
	
	.bbi-overview .picheight img {
		min-width: 0px;
	}
	
	.dns-overview img {
		width: 50%;
		min-width: 120px;
	}

	.col_3 {
		width: 100%;
	}
	
	.col_3 img {
		max-width: 100%;
	}
	
	
	.dns-references .col_3 img {
		width: 140px;
	}
	
	.products  img {
		float: none;
		width: 132px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.col_3 .products_wrapper p, .col_3 .products_wrapper h4  {
		margin: 0 auto;
		text-align: center;
		margin-bottom: 10px;
	}
	.products_wrapper {
		width: 100%;
	}
	
	.col_3 .products_wrapper h4  {
		margin-bottom: 0px;
	}
	.col_2 img {
		max-width: 100%;
		text-align: center;
	}
	.bbi-quality .col_3 img {
		width: 100%;
	}

	.form-last {
		margin-right: 0px;
	}
	
	.input_1_small {
		width: 92%;
	}

	.select_1 {
		line-height:40px;
		width:336px;
		height:40px; 
		padding:5px; 
		padding-left:15px; 
		margin:0px 0px 15px 0px; 
	}

	.select_1_small {
            line-height:40px;
            width:142px;
            height:40px;
            padding:5px;
            padding-left:15px;
            margin:0px 0px 15px 0px;
    }
		
	.checkbox_1 {
		border:1px solid #2F7EDA;
		color:#2F7EDA;
		margin-right:10px;
	}
	
	.overlay-bg {
		background: none;
	}
	
	.overlay-bg img {
		opacity: 1;
	}
	
	.error-content {
		width: 80%;
	}
	
	.error-content h2{
		font-size: 16px;
	}
	
	.error-content p{
		font-size: 14px;
	}
	
	.error-content .button_medium{
		font-size: 16px;
	}
	
	.error-message {
		font-size: 30px;
	}
	
}

