img, object {
	display: block;
	border-collapse: collapse;
	border: 0 none;
}

li
{
	text-align: left;
	margin-bottom: 4px;
}

#header-home {
	width: 100%;
	height: 315px;
	background-color: #2e2e2e;
	background-image: url(layout/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	overflow: hidden;
}

#header-home .container {
	height: 100%;
}

#header-logo img {
	height: 30px;
	padding-right: 20px;
	padding-left: 100px
}

/* license status */

.statusGranted
{
	color: green;
}

.statusRefused
{
	color: red;
}

.statusPending
{
	color: gray;
}

.statusExpired
{
	color: #00a7ff;
}

.admin-comment {
	background-color: #E5E5E5;
	border-radius: 5px;
	padding: 0.5em;
}


/* interactive jQuery-based table */


.interactive-table td.hovered
{
	background-color: #f5f5f5;
}

.interactive-table .odd
{
	background-color: #fff;
}

.interactive-table th
{
	text-align: center;
	vertical-align: top;
}

.tag
{
	background-color: lightgray;
	color: black;
	border: 1px solid gray;
	padding: 0 2px 0 2px;
	margin: 2px 0 2px 0;
}

.tag-selector {
	display: inline-block;
	vertical-align: middle;
}

/* jquery-based toggling */

.toggle-selector {
	cursor: pointer;
}

.toggle-dselector {
	cursor: pointer;
}

div .toggle-block  {
	display: none;
}

/* info boxes */

.infobox {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	width: 960px;
	margin: 5px auto;
}

.infobox td {
	padding: 15px 0 0 0;
}

.info-box {
	text-align: center;
}

.data-table {
	width: 960px;
}

.data-table td {
	padding: 0 0 15px 0;
}

.data-table .pop-up-trigger {
	right: 10px;
	bottom: 25px;
}

.sidebox {
	background: none repeat scroll 0 0 #DEE7EC;
	border: 1px solid #8CACBB;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	width: 300px;
	float: right;
}

/* dynamic, intended for django-messages */

.messagebox {
	background: #50b4f7eb;
	border: 1px solid #8CACBB;
	margin: 5px auto;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	position: fixed;
	top: 0;
	text-align: center;
	z-index: 888;
}

.msgico {
	display: inline;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin: 0px;
}

.error {
	color: red;
}

.pop-up {
  display: none;
  position: absolute;
  width: 280px;
  padding: 10px;
  background: none repeat scroll 0 0 #DEE7EC;
  border: 1px solid #8CACBB;
  z-index: 999;
  color: #000;
}

/* forms */

ul.errorlist {
	margin: 0;
	padding: 0;
	display: inline;
}
.errorlist li {
	color: red;
	display: inline;
	font-size: 11px;
	margin: 0 0 3px;
	padding: 4px 5px;
}

table.changepass {
	margin: auto;
}

table.changepass ul.errorlist {
	display: block;
}

.text
{
	border: 1px solid #000000;
}

.required
{
	color: red;
}

.button
{
	border: 1px solid #000000;
}

/* varia and hacks */

#subcontent
{
	font-size: 11px;
	line-height: 145%;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}

#tablecontent
{
	font-size: 11px;
	line-height: 165%;
	text-align: justify;
}

.features td
{
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}


/* Style for side-tabs feature */

#quick-start-tab
{
	top: 224px;
}

#contact-form
{
	top: 351px;
}

.side-tab
{
	position: fixed;
	left: -203px;
	width: 350px;
	height: 140px;
	z-index: 200;
}

.side-tab-heading
{
	padding-left: 10px;
	margin-top: 0;
	padding-top: 0;
}

.side-tab-list
{
	margin-top: 8px;
}

.side-tab-hook
{
	float: left;
	position: relative;
	width: 40px;
	height: 180px;
	background: black;
	color: orange;
	cursor: pointer;
}

.vertical-text td
{
	text-align: left;
	padding: 0;
}

.vertical-text
{
	position: relative;
	margin: 10px auto 10px auto;
	border-collapse: collapse;
	font-weight: bold;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* site architecture */

#cookies-info {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	color: #444;
	background: #fff;
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
	z-index: 300;
}

#cookies-info p {
	padding: 10px;
	margin: 0;
	width: auto;
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	line-height: 14px;
	height: 45px;
}

#cookies-info a#close-info {
	width: 40px;
	height: 40px;
	font-size: 0;
	background-image: url(layout/ico_close.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	right: 20px;
	top: 15px;
}

#cookies-info a#close-info:hover {
	background-position: left bottom;
}

/* Lang switcher */

#header-language {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #ffffff;
	padding: 6px;
	border: solid 1px; 
	border-color: #000000;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	z-index: 200;
}

#header-language a {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	padding: 0 0 10px;
	display: block;
	font-family: "proxima-nova",Helvetica,Arial,sans-serif; 
}

#header-language a:last-child {
	padding: 0;
}

#header-language a:hover {
	text-decoration: none;
	color: #00A7FF;
}

#header-language a.active {
	color: #bbb;
}

/* News stripe */

#news-stripe {
	background-color: #e5e5e5;
	padding: 15px 0;
}

#news-stripe p {
	font-size: 14px;
	line-height: 18px;
	color: #484848;
	padding: 0;
}

p.news-title, p.news-content {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 10px;
}



/* Main menu links */


a.logout,
a.staff-area,
a.staff-area-close,
a.partner-area {
	display: block;
	position: relative;
	font-size: 0;
	min-width: 16px;
	height: 16px;
	padding: 0;
	background-repeat: no-repeat;
}

	a.logout:before,
	a.staff-area:before,
	a.staff-area-close:before,
	a.partner-area:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 2px;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: center top;
	}

	a.logout:before				{ background-image: url(layout/ico_exit.png); }
	a.staff-area:before			{ background-image: url(layout/ico_staffarea.png); background-repeat: no-repeat;}
	a.staff-area-close:before	{ background-image: url(layout/ico_staffarea_x.png); background-repeat: no-repeat;}
	a.partner-area:before		{ background-image: url(layout/ico_partner.png); }

	a.logout:hover:before,
	a.staff-area:hover:before,
	a.staff-area-close:hover:before,
	a.partner-area:hover:before	{
		background-position: center bottom;  background-repeat: no-repeat;
	}



.feature-info {
	vertical-align: top;
}

.feature-header {
	width: 100% !important;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    display: flex;

    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

	.feature-header h3 { }


/* Software, editions */

img.feature-icon {
	margin-right: 15px;
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .2s;
	background: #e77925;
}

.box:hover img.feature-icon {
	background: #181818;
	transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}

img.feature-icon-red {
	margin-right: 15px;
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .2s;
	background: #ff2a44;
}


.box:hover img.feature-icon-red {
	background: #181818;
	transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}

img.feature-icon-green {
	margin-right: 15px;
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .2s;
	background: #8bda67;
}


.box:hover img.feature-icon-green {
	background: #181818;
	transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}


img.feature-icon-blue {
	margin-right: 15px;
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all .2s;
	background: #128dff;
}


.box:hover img.feature-icon-blue {
	background: #181818;
	transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}


/* Main and Overview article */

a.read-more {
	font-family: "proxima-nova",Helvetica,Arial,sans-serif; 
	font-size: 16px;
	color: #00a7ff;
	line-height: 20px;
	height: 20px;
	display: inline-block;
	padding: 0 0 0 24px;
	background-image: url(layout/ico_findmore_zebra.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

a.read-more:hover {
	color: #000;
	background-position: 0px -21px;
	text-decoration: none;
}

a.learn-more {
	font-family: "proxima-nova",Helvetica,Arial,sans-serif; 
	font-size: 16px;
	color: #00a7ff;
	line-height: 20px;
	height: 20px;
	display: inline-block;
	padding: 0 0 0 24px;
	background-image: url(layout/ico_learnmore.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

a.learn-more:hover {
	color: #000;
	background-position: 0px -21px;
	text-decoration: none;
}

.header-button {
	display: inline-block;
	font-family: "proxima-nova",Helvetica,Arial,sans-serif; 
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 50px;
	height: 50px;
	padding: 0 18px;
	margin: 10px 0 0;
	background: #007db3;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 0px;
	text-shadow: 0 0 0;
}

.header-button:hover {
	color: #222;
	background: #e5e5e5;
	text-decoration: none;
}

.header-screen {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 437px;
}

.header-screen img {
	position: relative;
	left: 2px;
}

.screen-button {
	display: inline-block;
	font-family: "proxima-nova",Helvetica,Arial,sans-serif; 
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	background: #e77925;
	position: absolute;
	white-space: nowrap;
	bottom: 50px;
	left: -50px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 0 0;
}

.screen-button:hover {
	color: #666;
	background: #e5e5e5;
	text-decoration: none;
}

#overview .header-screen {
	bottom: -35px;
	right: -160px;
}

#overview #screen-button  {
	bottom: 15px;
}

/* Forms */

label {
	font-size: 13px;
	padding: 0 0 3px 4px;
}

input, textarea, select {
	font-family: "proxima-nova",Helvetica,Arial,sans-serif; 
	font-size: 13px;
	color: #000000;
	margin-rigth: 10px;
	margin-left: 10px;
	padding: 10px 13px;
	background: #fff;
	border: 1px solid #ffffff;
	
}

input.invalid, textarea.invalid {
	background-image: url(layout/bg_invalid.png);
	background-repeat: no-repeat;
	background-position: right center;
}

input[type=submit], input[type=button] {
	font-family: "proxima-nova",Helvetica,Arial,sans-serif; 
	font-size: 16px;
	padding: 10px 10px;
	margin-top: 10px;
	color: #FFFFFF;
	background: #007db3;
	text-align: center;
	border: 0;
	cursor: pointer;
	margin-right: 10px;
}

input[type=submit] {
	color: #FFFFFF;
}

input[type=submit]:hover {
	background: #ececec;
}

input[disabled=disabled],
input[disabled=disabled]:hover
{
	background: #ececec !important;
}
#register-form input[disabled=disabled] {
	color: #fff;
}

/*
input[type=button]:hover {
	color: #181818;
	background: #ececec;
}
*/

#login-form, #register-form {
	padding: 10px 0 0 0;
}

#login-form label, #register-form label {
	display: inline-block;
	width: 100px;
	text-align: left;
	vertical-align: middle;
	padding: 0 15px 0 0;
}
#login-form label {
	width: 50px;
}
#login-form input[type=submit], #register-form input[type=submit] {
	width: 325px;
}

#login-form input[type=submit]:hover, #register-form input[type=submit]:hover {
	background: #00A9FF; 
	color: #fff;
}

#login-form input, #register-form input {
	display: inline-block;
	vertical-align: middle;
	width: 270px;
}

#register-form input[type=checkbox] {
	width: 1px;
	height: 1px;
	opacity: 0;
}

#register-form .extendedlabel {
	width: 385px;
}

#register-form .radiogroup-label {
	font-size: 13px;
}
/* TEST */
#register-form .radiogroup {
	padding-left: 90px;
	padding-top: 5px;
}
#register-form input[type=radio] {
	opacity: 0;
	width: 15px;
}
#register-form input[type=radio] + label {
	padding: 10px 0 0 50px;
	min-height: 40px;
	background-image: url(layout/checkbox_off.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 5px;
	width: 60px;
}

#register-form input[type=radio]:checked + label {
	background-image: url(layout/checkbox_on.png);
}

#data-processing-validation, #cannot-sell-validation {
	display: none;
	font-size: 13px;
	color: red;
	margin-bottom: 5px;
}

/* END TEST */
table.editprofile tr td:first-child {
	width: 40%;
}

table.editprofile input[type=text], table.editprofile select {
	width: 300px;
}

#register-form input[type=checkbox] + label {
	padding: 0 0 0 55px;
	min-height: 40px;
	display: block;
	background-image: url(layout/checkbox_off.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.smalltext {
	font-size: 10px;
	text-align: center;
}
#register-form input[type=checkbox]:checked + label {
	background-image: url(layout/checkbox_on.png);
}

#register-form select {
	display: inline-block;
	vertical-align: middle;
	width: 325px;
}

.form-row {
	margin: 0 0 15px;
}

.footer-widget {
	width: 280px;
	height: 435px;
	padding: 29px 20px 20px;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	margin: 0 auto;
}

.footer-widget h2.widget-title {
	font-family: "proxima-nova",Helvetica,Arial,sans-serif; 
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 14px;
	padding: 0;
	color: #000;
}

#contact-form {
	background: #e77925;
}

#message-form input, #message-form textarea {
	width: 250px;
}

#message-form textarea {
	height: 60px;
}

#message-form input[type=submit] {
	width: 280px;
}

#contact-details {
	background-color: #ededed;
}

a.link-location {
	display: block;
	width: auto;
	padding: 0 0 0 24px;
	margin: 0px 0 0;
	line-height: 18px;
	height: 18px;
	white-space: nowrap;
	color: #e77925;
	font-family: "proxima-nova",Helvetica,Arial,sans-serif; 
	font-weight: 400;
	font-size: 16px;
	background-image: url(layout/ico_location.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a.link-location:hover {
	color: #000;
	background-position: left bottom;
	text-decoration: none;
}

/* editions and performance */

table.editions-comparison {
	width: 100%;
}

table.editions-comparison th, table.editions-comparison td {
	background: #fff;
}

table.editions-comparison td {
	width: 19%;
	text-align: center;
}

table.comparison-table {
	width: 100%;
}

table.comparison-table th, table.comparison-table td {
	background: #fff;
}

table.comparison-table td {
	width: 22%;
	text-align: center;
}

table.benchmark-table th, table.benchmark-table td {
	background: #ececec;
}

table.benchmark-table td {
	width: 13%;
	text-align: center;
}

table th.horizontal-th {
	text-align: left;		
}

table th.cpu_test_header-th {
	text-align: center;
	white-space: nowrap;
}
th.cpu_test_overall_result{
	white-space: nowrap;
	font-size: 16px;
	text-align: center;
}

th.cpu_info{
	line-height: 50%;
	text-align: left;
	white-space: nowrap;	
}
table th.hidden {
	background: transparent;
	font-size: 0;
}

table tr.header-row th, table thead.header-row th {
	color: #e5e5e5;
	background: #181818;
}

table tr.header-row th a, table thead.header-row th a {
	color: #e5e5e5;
	text-decoration: none;
}

table tr.header-row th small, table thead.header-row th small {
	font-size: 12px;
	color: #bbb;
	font-weight: 400;
}

table tr.alternate-row th, table tr.alternate-row td {
	background: #f5f5f5;
}


/* User area and actions */

.action {
	display: inline-block;
	font-family: "proxima-nova",Helvetica,Arial,sans-serif; 
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	height: 30px;
	padding: 0 18px;
	margin: 10px 5px 5px;
	background: #007DB3;
	white-space: nowrap;
	
}

.action:hover {
	color: #fff;
	background: #00A9FF;
	text-decoration: none;
}

.action-opencv {
	display: inline-block;
	font-family: "proxima-nova",Helvetica,Arial,sans-serif; 
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	height: 30px;
	padding: 0 18px;
	margin: 10px 5px 5px;
	background: #128dff;
	white-space: nowrap;
	border-radius: 3px;
}

.action-opencv:hover {
	color: #ffffff;
	background: #ff2a44;
	text-decoration: none;
}

/* RESPONSIVE WEB DESIGN */

@media screen and (max-width: 960px) {

	.container {
		width: 100%;
	}

	.header-screen {
		display: none;
	}

	.header-content, .header-content h1 {
		width: auto;
		text-align: center;
	}

	.header-top-container {
		width: auto;
	}
	
	.header-button {
		white-space: normal;
		height: auto;
		line-height: 25px;
		padding: 13px 18px 12px;
	}

	p.news-title, p.news-content {
		display: block;
		margin: 5px 20px;
		text-align: left;
		padding-left: 20px;
	}

	table {
		display: block;
		max-width: calc(100vw - 40px);
		overflow-x: auto;
	}

}

@media screen and (max-width: 875px) {
	#header-top { z-index: auto; }

	#header-logo {
		padding-left: 55px;
	}
	
		
	#header-logo img {
		max-width: 80%;
		height: 60px;
	}

	#header-language {
		right: auto;
		left: 2px;
		top: 40px;
		display: none;
	}

	#menu-container ul {
		width: calc(50vw - 5px);
		white-space: normal;
	}

	#menu-toggle {
		position: absolute;
		top: -9px;
		right: 5px;
		display: inline-block;
		width: 18px;
		height: 24px;
		padding: 8px 16px 8px;
		border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		background-image: url(layout/ico_menu.png);
		background-repeat: no-repeat;
		background-position: center 9px;
		cursor: pointer;
		text-align: right;
	}
	
	#language-toggle {
		position: absolute;
		top: -9px;
		left: 2px;
		display: inline-block;
		width: 24px;
		height: 24px;
		padding: 8px 10px 8px;
		border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		background-image: url(layout/language.png);
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
		text-align: right;
		background-size: contain;
	}
	
	#language-toggle.active {
		background-image: url(layout/language_active.png);
	}

	.header-top-container {
		width: auto;
	}

	#menu-container.active #menu-toggle {
		background-position: center bottom 8px;
		background-color: #F0F0F0;
	}

	ul#main-navigation {
		display: none;
		position: absolute;
		right: 5px;
		top: 31px;
		z-index: 300;
	}

	#menu-container.active #main-navigation {
		display: inline-block;
		box-shadow: 0 5px 10px rgba(0,0,0,.4);
	}
	
	#main-navigation, #main-navigation li {
		position: relative;
		width: auto;
		list-style: none;
		padding: 0;
		margin: 0;
		background: #F0F0F0;
		border-radius: 3px 0 3px 3px;
		-moz-border-radius: 3px 0 3px 3px;
		-webkit-border-radius: 3px 0 3px 3px;
		position: relative;
		text-align: left;
	}

	#main-navigation li {
		display: block;
	}

	#main-navigation li a,
	#main-navigation li a:hover {
		display: block;
		padding: 12px 17px !important;
		color: #666;
		text-shadow: 0 0 0;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}

	#main-navigation li:hover a,
	#main-navigation li.active a {
		color: #2090D0;
		background-color: #ddd;
	}

	#main-navigation li a.logout {
		padding: 7px;
		background-position: center top;
	}

	#main-navigation li:hover a.logout { background-position: center bottom; }

	#main-navigation li:hover a {
		background: #ddd;
		padding: 8px 12px;
	}

	#main-navigation li:first-child a {
		border-radius: 3px 0 0 0;
	}

	#main-navigation li:last-child a {
		border-radius: 0 0 3px 3px;
	}

	#main-navigation li .sub-navigation {
		display: none;
		position: absolute;
		background: #ddd;
		margin: 0;
		padding: 3px 0;
		top: 0;
		right: 100%;
		border-radius: 3px 0 3px 3px;
		-moz-border-radius: 3px 0 3px 3px;
		-webkit-border-radius: 3px 0 3px 3px;
		box-shadow: 0 0 0;
	}

	#main-navigation li:hover .sub-navigation { display: none; }
	#main-navigation li.active > .sub-navigation { display: block; }

	#main-navigation li .sub-navigation a {
		background: #ddd;
		padding: 8px 17px !important;
	}

	a.logout:before,
	a.staff-area:before,
	a.staff-area-close:before,
	a.partner-area:before {
		left: calc(50% - 15px);
		background-repeat: no-repeat;
	}

	#main-navigation li .sub-navigation li a {
		padding-top: 4px;
		padding-bottom: 4px;
		line-height: 16px;
	}

}

@media screen and (max-width: 640px) {

	.contentBox {
		padding: 20px 0;
	}

	.box, .double-box, .triple-box {
		padding: 20px;
		width: auto;
	}

	.half-box { width: calc(100% - 40px); }

	.two-columns {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}

	#header-home {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.header-content {
		position: static;
	}

	#news-stripe {
		padding: 20px 0;
	}

	.footer-widget {
		padding: 40px 20px;
		display: inherit;
	}

}

@media screen and (max-width: 500px) {

	#login-form label, #register-form label {
		display: block;
		padding-bottom: 6px;
		width: auto;
		text-align: left;
	}

	#login-form input, #register-form input {
		  width: calc(100% - 30px);
	}

	#login-form input[type=submit], #register-form input[type=submit] {
		width: 100%;
	}

	#register-form select {
		width: auto;
	}
}

}


@media screen and (max-width: 460px) {

	#main-navigation { left: 50px; }
	#main-navigation li .sub-navigation { position: static; }
}

@media print {

	#header-container, #footer-container .container, #cookies-info
	{
		display: none !important;
	}

	* {
		overflow: visible !important;
	}

	h1, h2, h3, p, li
	{
		page-break-inside: avoid;
	}
}

.permalink {
	visibility: hidden;
}

p:hover .permalink, h1:hover .permalink {
	visibility: visible;
}

.greater {
	font-size: 16px !important;
}

.download_notice {
	border: solid 1px white;
	padding: 10px;
	margin: 10px;
}

li.inline-list {
    list-style: none;
    padding: 0;
    margin: 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

li.inline-list ul {
    margin: 0;
    padding: 0;
}

li.inline-list ul li {
    background: url("layout/ico_dott.png") no-repeat scroll left top transparent;
    font-size: 13px;
    list-style: none outside none;
    margin: 0 0 8px;
    padding: 0 0 0 15px;
}

table.request-trial td {
	vertical-align: top;
}

table.request-trial tr td:first-child {
	width: 40%;
}

table.request-trial input[type=text], table.editprofile select {
	width: 300px;
}

table.request-trial div.checkbox-div {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.request-trial select{
	width: 300px;
}

.link_fb:hover >  .fb_icon { background: url("/site_media/native/flogo_blue.png") no-repeat; }

.fb_icon 
{
	width: 20px;
	height: 20px;
	border: 0;
	float: left; 
	padding-right: 8px;
	background:url("/site_media/native/flogo.png") no-repeat top left;
}

.link_lin:hover >  .lin_icon { background: url("/site_media/native/lilogo_blue.png") no-repeat; }

.lin_icon 
{
	width: 20px;
	height: 20px;
	border: 0;
	float: left; 
	padding-right: 10px;
	background:url("/site_media/native/lilogo.png") no-repeat top left;
}

.link_yt:hover >  .yt_icon { background: url("/site_media/native/yt_icon.png") no-repeat; }

.yt_icon 
{
	width: 20px;
	height: 20px;
	border: 0;
	float: left; 
	padding-right: 5px;
	background:url("/site_media/native/yt_icon_bw.png") no-repeat top left;
}

.link_yk:hover >  .yk_icon { background: url("/site_media/native/youku_icon.png") no-repeat; }

.yk_icon 
{
	width: 20px;
	height: 20px;
	border: 0;
	float: left; 
	padding-right: 5px;
	background:url("/site_media/native/youku_icon_bw.png") no-repeat top left;
}

