@import url("https://fonts.googleapis.com/css?family=Oswald:700|Open+Sans:400,400italic,600,600italic&subset=latin,latin-ext");

html, body {
  width: 100%; height: 100%;
  margin: 0; padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif; font-size: 10pt; font-weight: 400; line-height: 1.5; color: #141414;
  background-color: #ffffff;
	/*background-image: url('../media/background/project_1920.jpg'); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;*/
}

input, select, option, textarea, button {
  font-family: 'Open Sans', sans-serif; font-size: 10pt; font-weight: 400; line-height: 1.5; color: #141414;
  outline: none;
}

h1.print {
  display: none;
}

h2 {
  margin: 0 0 20px 0; padding: 0;
  font-family: 'Oswald', sans-serif; font-size: 2em; font-weight: 700; text-transform: uppercase;
}

h3 {
  margin: 0 0 10px 0; padding: 10px 0 0 0;
  font-family: 'Oswald', sans-serif; font-size: 1.2em; font-weight: 700; text-align: center; color: #002142;
}

h5 {
  margin: 0; padding: 0;
  font-family: 'Oswald', sans-serif; font-size: 2.4em; font-weight: 700;
}

p {
  margin: 0 0 20px 0; padding: 0;
  text-align: justify;
}

a {
  text-decoration: underline; color: #002142;
}

a:hover {
  text-decoration: none;
}

a.cc-btn { text-decoration: none; }

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

form {
  margin: 0 0 20px 0;
  clear: both;
}

.displaynone {
	display: none;
}

div.clear {
  clear: both;
}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

/* Layout */
div.row { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
div.row:after { content: ''; display: table; clear: both; }
div.row [class^="col"] { float: left; }

div.col { float: left; }

.col-nd-1 { width: 8.33%; }
.col-nd-2 { width: 16.66%; }
.col-nd-3 { width: 25%; }
.col-nd-4 { width: 33.33%; }
.col-nd-6 { width: 50%; }
.col-nd-8 { width: 66.66%; }
.col-nd-9 { width: 75%; }
.col-nd-10 { width: 83.34%; }
.col-nd-11 { width: 91.67%; }
.col-nd-12 { width: 100%; }

.offset-nd-1 { margin-left: 8.33%; }
.offset-nd-2 { margin-left: 16.66%; }

div.cols { width: 100%; }

div.cols-4 .col { width: 21.25%; margin-right: 5%; }
div.cols-4 .col:nth-child(4n) { margin-right: 0 !important; }
div.cols-4 .col:nth-child(4n+1) { clear: both; }


div.col-2 div.col			{ width: 47.5%; margin-right: 5%; }
div.col-2 div.col:nth-child(2n)		{ margin-right: 0 !important; }
div.col-2 div.col:nth-child(2n+1)	{ clear: both; }

div.col-3 div.col			{ width: 30%; margin-right: 5%; }
div.col-3 div.col:nth-child(3n)		{ margin-right: 0 !important; }
div.col-3 div.col:nth-child(3n+1)	{ clear: both; }

div.col-4 div.col { width: 21.25%; margin-right: 5%; }
div.col-4 div.col:nth-child(4n)		{ margin-right: 0 !important; }
div.col-4 div.col:nth-child(4n+1)	{ clear: both; }

div.col-2-1 div.col			{ width: 65%; margin-right: 5%; }
div.col-2-1 div.col:nth-child(2n)	{ width: 30% !important; margin-right: 0 !important; }
div.col-2-1 div.col:nth-child(2n+1)	{ clear: both; }

div.vertical-center { position: relative; }

span.highlight {
  background-color: #99ccff;
}

/* Backgrounds */
div.white { background-color: rgb(255,255,255); }
div.white h2 { color: rgb(0,33,66); }
div.darktransparent { color: rgb(255,255,255); background-color: rgba(0,33,66,0.9); }

div.headline { text-align: center !important; }
div.headline h2 { margin-bottom: 0 !important; }
div.headline p { margin-bottom: 50px !important; font-size: 1em; font-weight: 600; text-align: center; color: rgb(165,165,165); }

/* Highlights */
#highlights { margin: 0; padding: 25px 0; position: relative; text-align: center;  }
#highlights strong { margin: 0; padding: 0; display: block; font-family: 'Oswald', sans-serif; font-size: 2.4em; font-weight: 700; }
#highlights small { font-size: 1em; }

/* Random CVE */
#randomcve { margin: 0; padding: 50px 0; position: relative; text-align: center; }

#cite { margin: 0; padding: 25px 0; position: relative; text-align: center; }
#cite a { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 111; }
#cite p.cite { font-family: serif; font-size: 2em; }
#cite p.author { margin-bottom: 10px !important; padding-top: 21px !important; font-size: 1.1em; }
#cite p.author:before { width: 100px; height: 1px; margin: 0 auto; display: block; position: relative; top: -20px; content: ''; background-color: rgb(255,255,255); }

.nwrp { white-space: nowrap; }

#cookie {
  margin: 0; padding: 15px 0;
}

#cookie p {
  margin: 0; padding: 0;
}

#cookie button {
  margin: 0; padding: 4px;
  position: relative; float: right; top: -4px;
  background-color: rgb(255,255,255); border: none;
  transition: all 0.5s ease; cursor: pointer;
}


#androidapp {
	width: 100%;
	padding: 5px 0 10px 0;
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 666;
	background-color: rgb(245,245,245);
}

#androidapp div {
	margin: 0; padding: 5px 10px;
}

#androidapp img {
	width: 48px; height: 48px;
	margin: 0 12px 0 0;
	float: left;
}

#androidapp span {
	margin: 0; padding: 2px 0 0 0;
	font-size: 1.2em;
	display: inline-block;
}

#androidapp a.close {
	float: right;
	font-size: 1.2em; color: #666666;
}

#androidapp a.install {
	margin: 0; padding: 5px 15px;
	display: inline-block;
	font-size: 1.1em; font-weight: 600; text-transform: uppercase; text-decoration: none; color: #ffffff;
	float: right;
	background-color: #689f38; border-radius: 3px;
}

#header {
	position: relative;
	color: #ffffff;
    background-image: url('../media/background/project_1920.jpg'); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;
}

#header div.shadow {
	position: relative;
	background-color: rgba(0,33,66,0.9);
}

#header div.head a.logo {
	float: left;
}

#header div.head a.logo img {
	width: auto; height: 35px;
	margin: 0; padding: 15px 0;
}

#header div.head ul.menu {
	margin: 0; padding: 14px 0 0 0;
	list-style: none;
	float: right; position: relative; z-index: 999;
}

#header div.head ul.menu li {
	margin: 0; padding: 0;
	float: left;
}

#header div.head ul.menu li.mobile {
	display: none;
}

#header div.head ul.menu li a {
	margin: 0; padding: 10px 8px 10px 15px;
	display: block;
	font-weight: 600; text-decoration: none; color: #ffffff;
}

#header div.head ul.menu li a.active,
#header div.head ul.menu li a:hover {
	color: rgb(0,51,102);
	background-color: rgb(255,255,255);
	border-top-left-radius: 3px; border-top-right-radius: 3px;
}

#header div.head ul.menu li.top a {
	padding: 10px 15px !important;
}

#header div.head ul.menu li.top a.active,
#header div.head ul.menu li.top a:hover {
	border-radius: 3px !important;
}

#header div.head ul.menu li:hover ul.submenu {
	display: block;
}

#header div.head ul.menu li.left:hover ul.submenu {
	left: 0;
}

#header div.head ul.menu li.right:hover ul.submenu {
	right: 0;
}

#header div.head ul.menu li ul.submenu {
	margin: 0; padding: 5px;
	position: absolute; display: none; float: none;
	list-style: none;
	background-color: #ffffff;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

#header div.head ul.menu li ul.submenu li {
	width: 280px;
	margin: 0; padding: 0;
	float: none;
}

#header div.head ul.menu li ul.submenu li a {
	margin: 0 0 2px 0; padding: 8px 10px;
	font-weight: 400; color: #002142;
	border-radius: 3px;
}

#header div.head ul.menu li ul.submenu li a:last-child {
	margin-bottom: 0;
}

#header div.head ul.menu li ul.submenu li a:hover {
	color: #ffffff;
	background-color: #002142;
}

#header div.head ul.menu li.language {
	margin-left: 15px;
	background-color: rgba(0,0,0,0.25);
	border-radius: 3px;
}

#header div.head ul.menu li.language ul.submenu li {
	width: auto !important;
}

#header div.cols-header div.col { width: 50%; margin-right: 25%; }
#header div.cols-header div.col:nth-child(2n) { width: 25% !important; margin-right: 0 !important; }

#header div.banner {
	padding: 25px 0;
	position: relative;
}

#header div.banner a.scrolldown {
	width: 32px; height: 32px;
	margin: 0 0 0 -16px; padding: 0;
	position: absolute; bottom: 8px; left: 50%;
	font-size: 32px; line-height: 32px; text-decoration: none;
	opacity: 0.75; transition: ease 0.5s all;
}

#header div.banner a.scrolldown:hover {
	opacity: 1;
}

#header div.banner img {
	margin-bottom: -85px;
}

#header div.banner a {
	margin: 5px 5px 5px 0px; padding: 12px;
	display: inline-block;
	text-decoration: none; line-height: 1.2em; color: rgb(255,255,255);
	background: none; border: none; border-radius: 3px;
	transition: background 0.5s ease;
}

#header div.banner a:hover {
	text-decoration: underline;
}

#header div.banner a.social {
	padding-left: 6px !important; padding-right: 6px !important;
}

#header div.banner a.button {
	padding-right: 20px !important;
	color: rgb(0,51,102); background-color: rgb(255,255,255);
}

#header div.banner a.button:hover {
	padding: 11px 19px 11px 11px !important;
	text-decoration: none; color: rgb(255,255,255) !important;
	background: none !important;
	border: 1px solid rgb(255,255,255);
}

#header div.banner a span.icon {
  font-size: 1.2em;
}

#header div.banner a span.text {
  font-size: 1.1em; font-weight: 600; 
}

#partners {
	padding-top: 40px;
}

.partner img {
	max-width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

#content {
  margin: 0; padding: 50px 0;
  background-color: #ffffff;
}

#content h2 {
  margin-bottom: 50px;
  text-align: center; color: #002142;
}

#content div.homebox div.col		{ margin-bottom: 20px; text-align: center; }
#content div.homebox div.col p		{ text-align: center; }
#content div.homebox div.col a		{ text-decoration: none; }
#content div.homebox div.col p a	{ color: #141414; }
#content div.homebox div.col a.icon	{ font-size: 2.4em; }

#content form.calcform div.formrow	{ clear: both; }

#content form.calcform div.label {
  width: 35%;
  margin: 0 5% 0 0; padding: 7px 0;
  float: left;
}

#content form.calcform div.input,
#content form.calcform div.select,
#content form.calcform div.textarea {
  width: 50%;
  margin: 0 0 5px 0; padding: 5px;
  float: left;
  border: 1px solid #a5a5a5; border-radius: 3px;
  transition: all 0.5s ease;
}

#content form.calcform div.highlight {
  border-color: #002142;
}

#content form.calcform div.input {
  padding: 6px 5px;
}

#content form.calcform div.select {
  padding: 5px;
}

#content form.calcform div.disabled {
  background-color: #e0e0e0;
}

#content form.calcform div.input input,
#content form.calcform div.select select,
#content form.calcform div.textarea textarea {
  width: 100%;
  margin: 0; padding: 0;
  display: block;
  background: none; border: none;
}

#content form.calcform div.textarea textarea {
  height: 120px;
  resize: none;
}

#content form.calcform div.button {
  width: 50%;
  margin: 0; padding: 0 6px;
  float: left;
  background-color: #002142; border: none; border-radius: 3px;
  transition: all 0.5s ease;
}

#content form.calcform div.button:hover {
  background-color: #6699cc;
}

#content form.calcform div.button button {
  width: 100%;
  margin: 0; padding: 6px 0;
  font-weight: 600; color: #ffffff;
  background: none; border: none; cursor: pointer;
}

#content form.calcform div.button button.loading {
  background-image: url('../img/ajax-loader.gif'); background-repeat: no-repeat; background-position: left center;
}

#content table {
  width: 100%;
  margin: 0 0 40px 0; padding: 0;
}

#content table tbody tr {
  transition: all 0.5s ease;
}

#content table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

#content table tbody tr:hover {
  color: #ffffff;
  background-color: #002142;
}

#content table tbody tr:hover a {
  color: #ffffff;
}

#content table thead tr th {
  font-weight: 600; text-align: center;
}

#content table thead tr th,
#content table tbody tr td {
  margin: 0; padding: 4px;
  border-right: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5;
}

#content table thead tr th:last-child,
#content table tbody tr td:last-child {
  border-right: none;
}

#content table td.center	{ text-align: center; }

/* ETHERNET */
table.ethernet th.pinno,
table.ethernet td.pinno		{ text-align: center; }
table.ethernet th.pin		{ width: 16%; }
table.ethernet th.data,
table.ethernet td.data		{ width: 10%; text-align: center; }
table.ethernet td span		{ display: block; }

.pin-orange span		{ background: #ff9900; }
.pin-green span			{ background: #33cc66; }
.pin-blue span			{ background: #336699; }
.pin-brown span			{ background: #996600; }
.pin-whiteorange span		{ background: repeating-linear-gradient(-45deg, #ff9900, #ff9900 10px, #ffffff 10px, #ffffff 20px); }
.pin-whitegreen span		{ background: repeating-linear-gradient(-45deg, #33cc66, #33cc66 10px, #ffffff 10px, #ffffff 20px); }
.pin-whiteblue span		{ background: repeating-linear-gradient(-45deg, #336699, #336699 10px, #ffffff 10px, #ffffff 20px); }
.pin-whitebrown span		{ background: repeating-linear-gradient(-45deg, #996600, #996600 10px, #ffffff 10px, #ffffff 20px); }

table.metallic-cables th.speeds,
table.multimode-cables th.speeds { width: 20% !important; }

table.metallic-cables th.lenght,
table.multimode-cables th.lenght { width: 12%; }

table.multimode-cables td.vawel	{ text-align: center; font-style: italic; }

table.raid th.raid 		{ width: 25%; }



#stats {
  margin: 0; padding: 25px 0;
  position: relative;
  color: #ffffff;
	background-color: rgba(0,33,66,0.9);
}

#stats div.col {
  text-align: center;
}

#stats div.col small {
  font-size: 1em;
}

#stats a.statistics {
  width: 100%; height: 100%;
  margin: 0; padding: 0;
  display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}

#footer {
  margin: 0; padding: 50px 0;
  background-color: #ffffff;
}

#footer div.donate {
  text-align: center;
}

#footer div.copyright p {
  margin: 0; padding: 0 0 20px 0;
  font-weight: 600; text-align: center; color: #a5a5a5;
}

#footer div.social {
  margin: 0 0 20px 0;
  text-align: center;
}

#footer div.social a {
  width: 34px; height: 34px;
  margin: 0 2px; padding: 0;
  display: inline-block;
  font-size: 16px; text-decoration: none; text-align: center; line-height: 34px; color: #002142;
  background-color: #ffffff; border: 1px solid #002142; border-radius: 50%;
  transition: all 0.5s ease;
}

#footer div.social a:hover {
  color: #ffffff;
  background-color: #002142;
}


#about {
  min-height: 100px;
  margin: 0 0 40px 0; padding: 0 0 0 120px;
  position: relative;
}

#about img {
  width: 100px; height: 100px;
  margin: 0; padding: 0;
  position: absolute; top: 0; left: 0;
  border-radius: 50%;
}

#rss div.item {
  margin: 0; padding: 0 0 0 120px;
  position: relative;
}

#rss div.item span.icon {
  width: 36px; height: 36px;
  display: block; position: absolute; top: 3px; left: 32px;
  font-size: 16px; text-align: center; line-height: 36px; color: #ffffff;
  background-color: #002142; border-radius: 50%;
}

#rss div.item h3 {
  text-align: left;
}

.bottomspace {
  margin-bottom: 20px;
}


@media only screen and (max-width: 959px) {

  #header div.banner h2			{ padding-top: 0 !important; }

  div.col-m-1-2 div.col			{ width: 30% !important; }
  div.col-m-1-2 div.col:nth-child(2n)	{ width: 65% !important; }

  div.col-3 div.col:nth-child(3n)	{ margin-right: 5% !important; }
  div.col-3 div.col:nth-child(3n+1)	{ clear: none !important; }

  div.col-m-2 div.col			{ width: 47.5% !important; margin-right: 5% !important; }
  div.col-m-2 div.col:nth-child(2n)	{ width: 47.5% !important; margin-right: 0 !important; }
  div.col-m-2 div.col:nth-child(2n+1)	{ clear: both !important; }

  table					{ display: block !important; overflow-x: auto !important; }

}

@media only screen and (max-width: 799px) {

  div.row { padding: 0 10px !important; }
  
  div.col-m-1 div.col { width: 100% !important; float: none; }
  div.col-m-1 div.col:nth-child(2n) { display: none; }
  
  #header div.cols-header { padding-top: 25px; padding-bottom: 25px; text-align: center !important; }
  #header div.cols-header p { text-align: center !important; }
  #header div.cols-header div.col { width: 100%; margin-right: 0; }
  #header div.cols-header div.col:nth-child(2n) { display: none; }
  
  #header div.head a.logo { float: none !important; }
  #header div.head a.logo img { height: 30px; padding: 10px 0 5px 0; }
  
  #header div.head ul.menu { padding: 0; position: absolute; top: 5px; right: 10px; }
  #header div.head ul.menu li { margin: 0; padding: 0; float: none; }
  #header div.head ul.menu li.mobile { display: block; }
  #header div.head ul.menu li.mobile a { width: 40px; height: 40px; margin: 0; padding: 0; float: right; font-size: 24px; text-align: center; line-height: 40px; }
  #header div.head ul.menu li.desktop { display: none; clear: both; box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25); }
  #header div.head ul.menu:hover li.desktop { display: block; background-color: #ffffff; }
  #header div.head ul.menu li.desktop a { margin: 0; padding: 5px 10px; display: block; color: #000000; }
  #header div.head ul.menu li.desktop a.active,
  #header div.head ul.menu li.desktop a:hover { color: #000000; border-top-left-radius: 0; border-top-right-radius: 0; }
  #header div.head ul.menu li.desktop a i { display: none; }
  #header div.head ul.menu li ul.submenu { margin: 0; padding: 0; position: relative; display: block; float: none; list-style: none; background-color: #ffffff; box-shadow: none; }
  #header div.head ul.menu li ul.submenu li { width: auto; }
  #header div.head ul.menu li ul.submenu li a { margin: 0; padding: 10px; border-radius: 0; }

}
