html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/*! jQuery UI - v1.11.4 - 2015-05-26
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, button.css, dialog.css, menu.css, selectmenu.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-dialog {
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: visible;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* overlays
--------------------------------------------------------*/
.ui-widget-overlay {
	background-color: rgba(0, 0, 0, 0.3);
}

/* default dialog style for most dialogs
 * blue background, blue title bar
-------------------------------------------------------*/

.ui-dialog-default, .ui-settings-dialog-default, 
.ui-licensing-dialog-default, .ui-small-dialog-default {
	color: black;
	background-color: white;
	padding: 3px;
}
.ui-dialog-default .ui-dialog-titlebar {
	background: #e2eff8 url('/files/static/img/default_dialog_title_bar.png?6f6dcc175ae6') no-repeat top left;
}

.ui-settings-dialog-default .ui-dialog-titlebar {
	background: #e2eff8 url('/files/static/img/settings_dialog_title_bar.png?6f6dcc175ae6') no-repeat top left;
}

.ui-licensing-dialog-default .ui-dialog-titlebar {
	background: #e2eff8 url('/files/static/img/licensing_dialog_title_bar.png?6f6dcc175ae6') no-repeat top left;
}

.ui-small-dialog-default .ui-dialog-titlebar {
	background: #8f8f8f url('/files/static/img/small_dialog_title_bar.png?6f6dcc175ae6') no-repeat top left;
}

/* override class to get the default style with small dialog */
.ui-small-dialog-default .ui-dialog-titlebar.background-default-override {
	background: #e2eff8 url('/files/static/img/small_dialog_title_bar.png?6f6dcc175ae6') no-repeat top left;
}

.ui-dialog-default .ui-dialog-title, .ui-settings-dialog-default .ui-dialog-title,
.ui-licensing-dialog-default .ui-dialog-title {
	text-align: center;
	font-weight: bold;
	padding-left: 30px;
}

.ui-small-dialog-default .ui-dialog-title {
	text-align: left;
	font-weight: bold;
}

.ui-dialog-default .ui-dialog-titlebar-close, .ui-settings-dialog-default .ui-dialog-titlebar-close,
.ui-licensing-dialog-default .ui-dialog-titlebar-close, .ui-small-dialog-default .ui-dialog-titlebar-close {
	background: transparent url('/files/static/img/dialog_titlebar_close.png?6f6dcc175ae6') no-repeat left;
	background-position: 0px 2px;
	border: none;
}
.ui-dialog-default .ui-dialog-content, .ui-settings-dialog-default .ui-dialog-content {
	background: #e2eff8 url('/files/static/img/dialog_bottom_logo.png?6f6dcc175ae6') no-repeat bottom left;
	line-height: 1.1;
	font-size: 13px;
	padding: 0;
}

.ui-licensing-dialog-default .ui-dialog-content {
	background-color: #e2eff8;
	line-height: 1.1;
	font-size: 13px;
	padding: 0;
}

.ui-small-dialog-default .ui-dialog-content {
	line-height: 1.1;
	font-size: 13px;
	padding: 0;
	background: #8f8f8f; /* Old browsers */
	background: -moz-linear-gradient(top, #8f8f8f 35%, #bdbdbd 74%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#8f8f8f), color-stop(74%,#bdbdbd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8f8f8f 35%,#bdbdbd 74%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8f8f8f 35%,#bdbdbd 74%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8f8f8f 35%,#bdbdbd 74%); /* IE10+ */
	background: linear-gradient(to bottom, #8f8f8f 35%,#bdbdbd 74%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f8f8f', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-9 */
}

/* override class to get the default style with small dialog */
.ui-small-dialog-default .ui-dialog-content.background-default-override {
	background: none;
	background-color: #e2eff8;
}

.ui-dialog-default h1, .ui-settings-dialog-default h1,
.ui-licensing-dialog-default h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-weight: 200;
	color: #6fadd9;
	margin-bottom: 38px;
}

.ui-dialog-default a, .ui-settings-dialog-default a,
.ui-licensing-dialog-default a, .ui-small-dialog-default a {
	color: black;
	text-decoration: underline;
	outline: none;
}

.ui-dialog-default a:hover, .ui-settings-dialog-default a:hover,
.ui-licensing-dialog-default a:hover, .ui-small-dialog-default a:hover {
	color: black;
	text-decoration: none;
	outline: none;
}

.ui-dialog-default .btn a, .ui-settings-dialog-default .btn a,
.ui-licensing-dialog-default .btn a, .ui-small-dialog-default .btn a {
	text-decoration: none;
}

.licende-dialog-divider {
	width: 328px;
	height: 1px;
	background: transparent url('/files/static/img/licence_dialog_divider.png?6f6dcc175ae6')
}

/* form fields and other form related stuff
------------------------------------------------------------*/

.field-group {
	margin-bottom: 10px;
}

.field-group.last {
	margin-bottom: 0px;
}

label {
	display: inline-block;
}

input[type=text], input[type=password], 
input[type=email], textarea {
	display: inline-block;
	outline: none!important;
	border: none!important;
	height: 20px!important;
	padding-left: 5px;
	font-size: 13px!important;
	border-radius: 2px!important;
	width: 173px!important;
}

input[type=text].error, input[type=password].error, 
input[type=email].error, input[type=checkbox].error,
input[type=radio].error, textarea.error {
	border: 0px solid #3C3C3C!important;
	border-radius: 2px!important;
	box-shadow: #F00 0px 0px 2px 2px;
}

/* checkbox special styling */
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:12px;
    height:12px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background-color: #e9e9e9;
    border-radius: 3px;
    cursor:pointer;
    color: black;
}
input[type="checkbox"].error + label span {
	background-color: red;
}
input[type="checkbox"] + label span.white {
	background-color: #fff;
}
.os-box.error + label span.white {
	border: 0px solid #3C3C3C!important;
	border-radius: 2px!important;
	box-shadow: #F00 0px 0px 1.5px 1px;
}

input[type="checkbox"]:checked + label span {
	color: black!important;
    background: #fff url('/files/static/img/checkbox_hook.png?6f6dcc175ae6') center center;
}

/* remove orange stuff under linux */
input[type="radio"] {
	-moz-appearance: none;
}

input:focus {
	border: none;
}

.dialog-form label {
	width: 100px;
}

.dialog-settings-form label {
	width: 80px;
}

.dialog-licence-form label {
	width: 150px;
	font-weight: bold;
}

.dialog-form select, .dialog-settings-form select {
	width: 180px!important;
}

.dialog-licence-form select {
	width: 140px!important;
}

/* select ui from jquery ui
---------------------------------------------------------------*/

.selectmenu-restricted-height {
	height: 250px;
	overflow-y: scroll;
	width: 250px;
	text-overflow: ellipsis;
}

.selectmenu-label-wrap { /* correct some label positioning */
	display: inline-block; 
	vertical-align: top; 
	margin-top: 6px;
}

.ui-selectmenu-open {
	background-color: white;
	font-size: 13px;
	padding-left: 3px;
	padding-right: 5px;
	color: #000!important;
}

.ui-selectmenu-button {
	display: inline-block;
	height: 24px;
	background-color: white;
}
.ui-selectmenu-button span.ui-icon {
	background: transparent url('/files/static/img/dropdown_arrows.png?6f6dcc175ae6') no-repeat center center;
	width: 6px;
	height: 16px;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	padding-top: 3px;
	padding-left: 5px;
	color: #000!important;
}

.ui-selectmenu-button.error {
	border: 0px solid #3C3C3C!important;
	border-radius: 2px!important;
	box-shadow: #F00 0px 0px 1.5px 1px;
}

.ui-selectmenu-menu {
	padding: 0px;
}

.ui-menu {
	padding: 0px;
	margin: 0px;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0px;
	/*border-bottom: 1px solid black;*/
	background-color: #ddd;
}

.ui-selectmenu-disabled {
	background-color: #f2f2f2!important;
}

.dialog-tab span.icon-width-wrap {
	display: inline-block;
	width: 30px!important;
}

.dialog-tab a.icon-profile-settings {
	background: transparent url('/files/static/img/profile_settings.png?6f6dcc175ae6') no-repeat top left;
	display: inline-block;
	width: 18px;
	height: 19px;
}

.dialog-tab a.icon-profile-settings.active {
	background: transparent url('/files/static/img/profile_settings.png?6f6dcc175ae6') no-repeat top right;
}

.dialog-tab a.icon-addr-book {
	background: transparent url('/files/static/img/profile_addrb.png?6f6dcc175ae6') no-repeat top left;
	display: inline-block;
	width: 18px;
	height: 21px;
}

.dialog-tab a.icon-addr-book.active {
	background: transparent url('/files/static/img/profile_addrb.png?6f6dcc175ae6') no-repeat top right;
}

.dialog-tab a.menu-text {
	vertical-align: top;
	display: inline-block;
	margin-top: 3px;
	text-decoration: none;
	color: #afafaf;
	font-weight: bold;
	font-size: 15px;
}

.dialog-tab a.menu-text.active {
	color: #6fadd9;
}

/* licence info panels
-----------------------------------------------------------------------*/

.dialog-licence-info-panel {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #fff;
	position: absolute; 
	background-color: rgba(0, 0, 0, 0.8); 
	z-index: 1000; 
	left: 102%; 
	width: 330px;
}

.licence-info-panel-element {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.licence-info-panel-element.first {
	padding-top: 0px;
}

.licence-info-panel-element.active {
	background-color: #474747;
	border-right: 10px solid #e2eff8;
}

.dialog-licence-info-panel .title {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-weight: 200;
	margin-bottom: 25px;
}

/* search info panels
-----------------------------------------------------------------------*/
.search-info-panel {
	position: absolute;
	left: 30px;
	background-color: #333; 
	width: 412px;
	padding: 25px;
	z-index: 1000;
}

.search-info-panel.top {
	top: -10px;
}

.search-info-panel.bottom {
	bottom: -10px;
}

.search-info-panel .title {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 15px;
}

.search-info-panel-element {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
}

.search-info-panel-element.first {
	padding-top: 0px;
}

/* social media panels
-----------------------------------------------------------------------*/
.social-media-panel {
	position: absolute; 
	height: 24px;
	width: 51px;
	padding: 5px;
	background-color: #333; 
	z-index: 1000;
	opacity: 0;
}

.social-media-panel.top {
	bottom: 25px;
}

.social-media-panel.bottom {
	top: 25px;
}


/* misc dialog content styles
-----------------------------------------------------------------------*/

ul#login-info-list {
    list-style-image: url('/files/static/img/list_bullet.png?6f6dcc175ae6');
}

.green-hook {
	display: inline-block;
	background: transparent url('/files/static/img/green_hook.png?6f6dcc175ae6') no-repeat top left;
	width: 37px;
	height: 35px;
}

.download-document-row {
	background-color: transparent;
}

.download-document-row:hover {
	background-color: #cde4f3;
}

html,body{width:100%;height:100%}body{color:#fff;font-family:Arial, Helvetica, Verdana, sans-serif;background:#4d4d4d url("/files/static/img/body_bg.png?6f6dcc175ae6") repeat-x top left;position:relative}a{color:#000;text-decoration:none;outline:none}a:hover{color:#fff}a.blue{color:#fff;text-decoration:none;outline:none}a.blue:hover{color:#6fb1dd}.blue-link-span a.blue{color:#fff !important;text-decoration:none;outline:none}.blue-link-span a.blue:hover{color:#6fb1dd !important}.detail-format-link a{color:#fff !important}.detail-format-link a:hover{color:#6fb1dd !important;text-decoration:underline}.detail-format-link a.blue{color:#6fb1dd !important;text-decoration:underline}h1{font-family:'Raleway', sans-serif;font-size:32px;font-weight:200;color:#fff}h2{font-family:'Raleway', sans-serif;font-size:18px;font-weight:200;color:#fff}ul{list-style:none}.block{display:block}.inline-block{display:inline-block}.not-displayed{display:none !important}.not-visible{visibility:hidden}.transparent{opacity:0}.vertical-align-top{vertical-align:top}.underline{text-decoration:underline}.align-center{text-align:center !important}.align-left{text-align:left !important}.no-word-wrap{white-space:nowrap}.menu-not-visible{visibility:hidden;width:0}.auto-width{width:auto}.left{float:left}.right{float:right}.table{display:table;border-collapse:collapse}.row{display:table-row}.row.bbt{border-bottom:1px solid #afafaf !important;border-top:1px solid #afafaf}.row.h45{height:45px}.cell{display:table-cell;vertical-align:middle}.auto-height{height:auto !important}.cursor{cursor:pointer}.edit-icon{display:inline-block;background:transparent url("/files/static/img/edit_btn.png?6f6dcc175ae6") top left;width:17px;height:15px}.delete-icon{display:inline-block;background:transparent url("/files/static/img/delete_btn.png?6f6dcc175ae6") top left;width:15px;height:15px;margin-left:20px}.delete-icon.active{background:transparent url("/files/static/img/delete_btn.png?6f6dcc175ae6") top right}.grey-bg{background-color:#2a2a33}#content-section{margin:0 auto;width:1264px;background:transparent url("/files/static/img/canvas_bg.png?6f6dcc175ae6") repeat-y top left}#content-canvas{margin:0 auto;width:982px}#cookie-banner-wrapper{color:#000;min-width:1264px;line-height:1.2;position:fixed;left:0;bottom:0;width:100%;background-color:#72afdc;z-index:1000}#cookie-banner-wrapper .cookie-banner{padding:25px 0px 25px 0px}#cookie-banner-wrapper .cookie-banner .cookie-banner-table{display:table;width:100%}#cookie-banner-wrapper .cookie-banner .cookie-banner-table .cookie-banner-text{display:table-cell;width:80%;padding-left:150px;padding-right:70px}#cookie-banner-wrapper .cookie-banner .cookie-banner-table .cookie-banner-text a{font-weight:bold}#cookie-banner-wrapper .cookie-banner .cookie-banner-table .cookie-banner-button{display:table-cell;vertical-align:bottom;width:20%;padding-left:30px}#cookie-banner-wrapper .cookie-banner .cookie-banner-table .cookie-banner-button #cookie-ok-button{color:#fff;display:inline-block;background-color:#2a2a33}#cookie-banner-wrapper .cookie-banner .cookie-banner-table .cookie-banner-button #cookie-ok-button:hover{color:#72afdc}#cookie-banner-wrapper .cookie-banner .cookie-banner-table .cookie-banner-button #cookie-ok-button .cookie-btn-text{display:block;padding:5px 15px 5px 15px}#bottom-section{margin:0 auto;width:1264px;font-size:11px;color:#000;background:transparent url("/files/static/img/canvas_bg.png?6f6dcc175ae6") repeat-y top left;padding-bottom:15px}#bottom-section #footer{color:#fff;font-family:'Raleway', sans-serif;font-size:18px;width:980px;margin:0 auto;background-color:#2a2a33;padding-top:60px;padding-bottom:20px}#bottom-section #footer .col{float:left}#bottom-section #footer .col .title{font-weight:700;margin-bottom:25px;color:#6fb1dd}#bottom-section #footer .col ul li{margin-bottom:20px}#bottom-section #footer .col ul li:last-child{margin-bottom:0px}#bottom-section #footer .col ul li a{color:#fff}#bottom-section #footer .col ul li a:visited{color:#fff}#bottom-section #footer .col ul li a:hover{color:#6fb1dd}#bottom-section #footer .col-1{margin-left:90px;width:230px}#bottom-section #footer .col-2{width:235px}#bottom-section #footer .col-3{width:335px}#bottom-section #footer .footer-logo{font-size:30px;width:980px;margin-top:80px;margin-bottom:25px;text-align:center;letter-spacing:1px}#bottom-section #footer .footer-logo .logo-pre{display:inline-block;font-weight:200;color:#70acd8}#bottom-section #footer .footer-logo .logo-post{display:inline-block;font-weight:900}#bottom-section #footer .footer-logo .logo-r{display:inline-block;vertical-align:top;margin-left:2px;font-size:14px;font-weight:400}#bottom-section #footer .footer-divider{height:1px;width:800px;margin-left:90px;margin-bottom:20px;background-color:#acacac}#bottom-section #footer .copyright-disclaimer{color:#acacac;font-size:14px;width:980px;text-align:center}#bottom-section #footer .copyright-disclaimer a{color:#acacac}#bottom-section #footer .copyright-disclaimer a:visited{color:#acacac}#bottom-section #footer .copyright-disclaimer a:hover{color:#6fb1dd}#bottom-section #builder-wrapper{margin:0 auto;width:982px}#bottom-section #builder-wrapper div{display:inline-block;vertical-align:top}#bottom-section #builder-wrapper #builders{display:block;margin:0 auto;width:225px}#bottom-section #builder-wrapper #builders a{text-align:center}#bottom-section #builder-wrapper #builders a#builder-link{margin-left:4px;margin-top:2px;display:inline-block;width:20px;height:16px;background-color:transparent;background-repeat:no-repeat;background-image:url("/files/static/img/m2_logo_pack.png?6f6dcc175ae6");background-position:top left}#bottom-section #builder-wrapper #builders a#builder-link:hover{background-image:url("/files/static/img/m2_logo_pack.png?6f6dcc175ae6");background-position:top right}#bottom-section #builder-wrapper #builders a#bronco-logo{margin-top:10px;display:inline-block;width:94px;height:18px;background-color:transparent;background-repeat:no-repeat;background-image:url("/files/static/img/bronco_logo_pack.png?6f6dcc175ae6");background-position:top left}#bottom-section #builder-wrapper #builders a#bronco-logo:hover{background-image:url("/files/static/img/bronco_logo_pack.png?6f6dcc175ae6");background-position:top right}#loader-wrapper{visibility:hidden;position:fixed;width:50px;height:50px;margin-left:-25px;margin-top:-25px;top:50%;left:50%;text-align:center;z-index:1001}#loader-icon{display:block;margin-left:auto;margin-right:auto;width:50px;height:50px}.search-field-wrapper{float:left}input[type=text].search-field{width:390px !important}.autocomplete-suggestions{margin-top:1px;border:none;background:#fff;overflow:auto;font-size:12px;font-weight:lighter;color:#000}.autocomplete-suggestion{padding:2px 5px;white-space:nowrap;overflow:hidden;cursor:pointer}.autocomplete-suggestion strong{font-weight:bold}.autocomplete-group{padding:2px 5px}.autocomplete-group strong{display:block;border-bottom:1px solid #000}.autocomplete-selected{background:#F0F0F0}.autocomplete-selected strong{font-weight:bold;color:#000}.pager-wrapper{font-size:18px;color:#fff;float:left;margin-left:25px}.pager-wrapper #clip-count-info{margin-top:5px}.pager-wrapper #clip-count-info #clip-count{font-weight:bold}.pager-wrapper #clip-count-info #clip-count-title{font-family:'Raleway', sans-serif;font-weight:400}.cat-tag-pager-wrapper{font-size:14px;color:#fff;float:left;margin-left:25px;margin-top:15px}.cat-tag-pager-wrapper #clip-count-info{margin-top:5px}.cat-tag-pager-wrapper #clip-count-info #clip-count{font-weight:bold}.cat-tag-pager-wrapper #clip-count-info #clip-count-title{font-family:'Raleway', sans-serif;font-weight:400}.cat-tag-pager-wrapper .pager{width:600px}.pager{float:left;margin-left:20px;width:600px}.pager a{display:inline-block;margin-left:10px;margin-right:10px;color:#fff;border:1px solid #575756;padding-left:5px;padding-right:5px;padding-top:3px;padding-bottom:3px}.pager a:hover{color:#000;border:1px solid #70b0dc;background-color:#70b0dc}.pager a.active{color:#000;border:1px solid #70b0dc;background-color:#70b0dc}.overview-link-wrapper{float:right;margin-right:97px;font-size:12px}.overview-link-wrapper a{display:inline-block;margin-top:6px;color:#fff}.overview-link-wrapper a:hover{text-decoration:underline}.sort-clips-wrapper{float:right;margin-right:5px;font-size:12px;width:183px}.sort-clips-wrapper select{margin:0;padding:0}select#main-sort-clips,#main-sort-clips-button,select#tag-sort-clips,#tag-sort-clips-button{width:183px !important}select#tag-sort-clips,#tag-sort-clips-button{width:143px !important}select#id_payment_method,#id_payment_method-button{width:210px !important}.tag-sort-clips-wrapper{float:right;margin-right:10px;font-size:12px;margin-top:15px}.tag-sort-clips-wrapper select{margin:0;padding:0}.ui-selectmenu-button{border-radius:2px;height:24px}#no-clips-available{margin:0 auto;line-height:1.3;background:transparent url("/files/static/img/no_clips_bg.png?6f6dcc175ae6") no-repeat bottom center}#no-clips-info-text{text-align:center;font-size:14px;padding-bottom:30px}.no-clips-text{font-family:'Raleway', sans-serif;font-size:34px;margin-top:75px;margin-left:10px;line-height:1.5;font-weight:200}a.play-video-click{color:#fff !important}.clip-list-wrapper{margin:0 auto;padding-top:10px;margin-bottom:10px;width:980px}.clip-set-list-wrapper{margin:0 auto;margin-top:0px;margin-bottom:10px;width:980px}.clip-list-bg-top{width:980px;height:1px}.clip-list-detail-bg-top{width:980px;height:1px;background:transparent url("/files/static/img/content_grey_bg_top.png?6f6dcc175ae6") no-repeat top left}.clip-list-bg-extender{width:980px}.clip-list-detail-bg-extender{width:980px;background:transparent url("/files/static/img/content_grey_bg_extender.png?6f6dcc175ae6") repeat-y top left}.clip-list-bg-bottom,.clip-list-detail-bg-bottom{width:980px}.clip-list-detail-bg-bottom{background:transparent url("/files/static/img/content_grey_bg_bottom.png?6f6dcc175ae6") no-repeat bottom left}.clip-detail-bg-bottom{width:980px;background:transparent url("/files/static/img/content_black_bg_bottom.png?6f6dcc175ae6") no-repeat bottom left}.clip-set-bg-top{width:980px;height:56px;margin-top:-30px;margin-left:1px;padding-top:0;background:transparent url("/files/static/img/set_clip_bg_top.png?6f6dcc175ae6") no-repeat bottom left}.clip-list{padding-top:5px;padding-bottom:10px;padding-left:5px;padding-right:5px}.clip-list-overview{padding-top:5px;padding-bottom:10px;padding-left:5px}.clip-list-set{padding-top:8px;padding-bottom:10px;padding-left:5px;padding-right:5px}.clip-row-overview{border-bottom:1px solid #4d4d4d}.clip-row-overview.last{border-bottom:none}.clip-box{width:480px;height:178px}.clip-row-overview .clip-box.float-left{border-right:1px solid #4d4d4d;padding-right:6px}.clip-row-overview .clip-box.float-right{padding-left:16px;width:468px}.clip-box-small{width:187px;height:133px}.clip-box-small-set{width:187px;height:133px;background:#0e0e0f url("/files/static/img/clip_box_small_top_bg.png?6f6dcc175ae6") no-repeat top left}.clip-box-inner{position:relative;width:465px;height:158px;font-size:11px;padding-bottom:5px}.clip-box-small-inner{position:relative;width:187px;font-size:11px;padding-left:3px;padding-right:2px;padding-top:3px;padding-bottom:5px}.clip-box-inner-left{float:left;width:240px;height:135px}.clip-box-inner-right{position:relative;float:right;width:205px;height:135px}.clip-box-inner-right .title,#clip-info-inner .title{font-size:14px;font-weight:bold;color:#fff}.reference-title{font-size:14px}.clip-box-inner-right .divider{width:202px;height:1px;margin-top:10px;margin-bottom:10px;background:transparent url("/files/static/img/clip_box_divider_line.png?6f6dcc175ae6") no-repeat top left}.clip-box-inner-right .meta-data{position:absolute;bottom:12px;font-size:10px;width:200px}.clip-box-inner-right .meta-data .meta-length{margin-top:5px;float:left;width:75px}.clip-box-inner-right .meta-data .meta-format{margin-top:5px;float:left}.clip-flag-overlay-wrapper{position:relative}.clip-new-overlay{position:absolute;width:95px;height:85px;top:0;left:0;background:transparent url("/files/static/img/clip_new_overlay.png?6f6dcc175ae6") no-repeat top left}.clip-set-overlay{position:absolute;width:95px;height:89px;top:46px;left:145px;background:transparent url("/files/static/img/clip_set_overlay.png?6f6dcc175ae6") no-repeat top left}.clip-set-small-overlay{position:absolute;width:95px;height:89px;top:12px;left:86px;background:transparent url("/files/static/img/clip_set_overlay.png?6f6dcc175ae6") no-repeat top left}.clip-flag-overlay{position:absolute;width:44px;height:43px;top:0;left:0}.clip-4k-overlay{background:transparent url("/files/static/img/4k_flag.png?6f6dcc175ae6") no-repeat top left}.clip-5k-overlay{top:4px;background:transparent url("/files/static/img/5k_flag.png?6f6dcc175ae6") no-repeat top left}.clip-6k-overlay{background:transparent url("/files/static/img/6k_flag.png?6f6dcc175ae6") no-repeat top left}.clip-set-number-overlay-wrapper,.clip-set-number-active-overlay-wrapper,.clip-set-number-master-overlay-wrapper,.clip-set-number-master-active-overlay-wrapper{position:absolute;width:181px;height:101px;text-align:center}.clip-set-number-overlay-wrapper{background-color:rgba(0,0,0,0.5);font-size:26px}.clip-set-number-active-overlay-wrapper{background-color:transparent;font-size:26px}.clip-set-number-master-active-overlay-wrapper{background-color:rgba(110,176,220,0.4);font-size:20px;color:#fff !important}.clip-set-number-master-overlay-wrapper{background-color:rgba(0,0,0,0.4);font-size:20px;color:#6fb1dd !important}.clip-set-number-text{margin-top:40px}.clip-player-area-wrapper{font-size:11px;width:970px;background-color:#0e0e0f}.clip-player-area-wrapper .clip-player-area-inner{padding-top:30px;padding-bottom:20px;padding-left:23px}.clip-player-area-wrapper .clip-description-area{padding-top:20px;padding-left:23px;padding-right:22px;font-size:14px}.clip-description-area .clip-description-title{font-size:16px;font-weight:bold}.clip-long-description{margin-top:20px}.clip-player-area-divider{width:257px;height:1px;background:transparent url("/files/static/img/clip_play_divider.png?6f6dcc175ae6") no-repeat top left}.video-nav-arrow{display:block;position:absolute;z-index:2;width:192px}#video-nav-arrow-left{left:0;height:213px;background:transparent url("/files/static/img/clip_arrow_left.png?6f6dcc175ae6") top left no-repeat}#video-nav-arrow-right{right:0;height:213px;background:transparent url("/files/static/img/clip_arrow_right.png?6f6dcc175ae6") top left no-repeat}#clip-info{position:relative;width:258px;height:360px;margin-left:26px}#clip-info a#overview-link{display:inline-block;width:36px;height:14px;background:transparent url("/files/static/img/back_to_overview_grid.png?6f6dcc175ae6") no-repeat;background-position:top left}#clip-info a#overview-link:hover{background-position:top right}#clip-info a#clip-back-arrow{display:inline-block;width:9px;height:14px;background:transparent url("/files/static/img/left_arrows.png?6f6dcc175ae6") no-repeat;background-position:top left}#clip-info a#clip-back-arrow.hover{background-position:top right}#clip-info a#clip-back-txt{vertical-align:3px;text-decoration:none;color:#afafaf;font-weight:bold;margin-left:5px}#clip-info a#clip-back-txt.hover{color:#6fb1dd}#clip-info a#clip-next-arrow{display:inline-block;width:9px;height:14px;background:transparent url("/files/static/img/right_arrows.png?6f6dcc175ae6") no-repeat;background-position:top right}#clip-info a#clip-next-arrow.hover{background-position:top left}#clip-info a#clip-next-txt{vertical-align:3px;text-decoration:none;color:#afafaf;font-weight:bold;margin-right:5px}#clip-info a#clip-next-txt.hover{color:#6fb1dd}#clip-info #clip-info-inner{width:258px;min-height:145px}#clip-info .meta-data{padding-top:20px}#clip-info .meta-data .meta-length{margin-top:10px;float:left;width:80px}#clip-info .meta-data .meta-date{margin-top:10px;float:left;width:80px}#clip-info .meta-data .meta-views{margin-top:10px;float:left;width:80px}#clip-info .meta-data .meta-set-n{margin-top:10px;float:left;width:75px}#clip-info #clip-social-media{position:absolute;width:258px;height:20px;bottom:0}.social-media-wrapper,.social-media-wrapper-overview{width:256px}.social-media-wrapper-overview{width:240px;position:absolute;bottom:-3px}.clip-detail-bottom-wrapper{position:absolute;width:258px;bottom:0px}.social-media-share-wrapper{position:relative;display:inline-block}a.social-btn{margin-left:5px;vertical-align:top}a.social-btn.first{margin-left:0px}a.social-fb{display:inline-block;width:23px;height:23px;background-color:transparent;background-repeat:no-repeat;background-image:url("/files/static/img/social_media_fb.png?6f6dcc175ae6");background-position:top left}a.social-fb:hover{background-position:top right}a.social-pt{display:inline-block;width:23px;height:23px;background-color:transparent;background-repeat:no-repeat;background-image:url("/files/static/img/social_media_pt.png?6f6dcc175ae6");background-position:top left}a.social-pt:hover{background-position:top right}a.social-dl{display:inline-block;width:18px;height:19px;background-color:transparent;background-repeat:no-repeat;background-image:url("/files/static/img/social_dl_pack_btn.png?6f6dcc175ae6");background-position:top left}a.social-dl:hover{background-position:top right}a.social-dl-text{text-align:right;font-size:10px;color:#fff;padding-right:8px}.controls-wrapper{width:205px;position:absolute;bottom:0;left:260px}.controls-wrapper .meta-views{font-size:10px;text-align:center;width:70px;margin-top:3px}.clip-box-row-divider{margin-top:5px;margin-bottom:5px;width:970px;height:1px}.clip-box-row-set-divider{margin-top:4px;margin-bottom:4px;width:970px;height:1px}.text-row{font-size:11px;width:980px;line-height:1.3em}.faq-text-row{font-size:11px;width:980px;line-height:1.3em}.tag-cat-children-wrapper{margin-top:5px}.cat-tag-text-row{font-size:11px;width:980px;line-height:1.3em;padding-bottom:30px;padding-top:30px;background-color:green;background:url("/files/static/img/tag_divider_blur_up.png?6f6dcc175ae6") no-repeat bottom 2px center,url("/files/static/img/tag_divider_blur_down.png?6f6dcc175ae6") no-repeat top center}.cat-tag-text-row.first{background:url("/files/static/img/tag_divider_blur_up.png?6f6dcc175ae6") no-repeat bottom 2px center,url("/files/static/img/tag_divider_blur_down.png?6f6dcc175ae6") no-repeat top center;padding-top:30px}.cat-tag-text-row.last{background:transparent url("/files/static/img/tag_divider_blur_down.png?6f6dcc175ae6") no-repeat top center;padding-bottom:0px}.form-row{font-size:11px;width:980px;line-height:1.3em}.text-row a{color:#fff}.text-row .col-1{float:left;width:270px;margin-left:10px;margin-top:20px}.faq-text-row .col-1-2{float:left;width:695px;margin-left:10px;margin-top:20px;border-right:1px solid #4d4d4d;line-height:1.3}.text-row .col-2{margin-top:20px;width:425px;min-height:190px;float:left;border-right:1px solid #4d4d4d}.text-row .col-2 div{padding-right:30px}.text-row .col-3{float:left;font-size:12px;width:240px;margin-left:20px}.faq-text-row .col-3{float:left;font-size:12px;width:240px;margin-left:20px}.banner-wrapper-row{padding-top:0px}.banner-wrapper-row .col-3{float:left;font-size:12px;width:240px;padding-left:20px;border-left:1px solid #4d4d4d}.text-row .col-3 span{font-size:12px}.faq-text-row .col-3 span{font-size:12px}.banner-wrapper-row .col-3 span{font-size:12px}.text-row .col-3 .col-3-top-bg{width:240px;background:transparent url("/files/static/img/text_box_bg_top.png?6f6dcc175ae6") no-repeat top left}.faq-text-row .col-3 .col-3-top-bg{width:240px;background:transparent url("/files/static/img/text_box_bg_top.png?6f6dcc175ae6") no-repeat top left}.banner-wrapper-row .col-3 .col-3-top-bg{width:240px;background:transparent url("/files/static/img/text_box_bg_top.png?6f6dcc175ae6") no-repeat top left;margin-top:2px}.text-row .col-3 .col-3-bottom-bg{width:240px;min-height:220px;background:transparent url("/files/static/img/text_box_bg_bottom.png?6f6dcc175ae6") no-repeat bottom left}.faq-text-row .col-3 .col-3-bottom-bg{width:240px;min-height:130px;background:transparent url("/files/static/img/text_box_bg_bottom.png?6f6dcc175ae6") no-repeat bottom left}.banner-wrapper-row .col-3 .col-3-bottom-bg{width:240px;min-height:130px;background:transparent url("/files/static/img/text_box_bg_bottom.png?6f6dcc175ae6") no-repeat bottom left;border-bottom:1px solid #4d4d4d}.text-row .col-3 .col-3-bottom-bg .text{padding-top:20px}.form-row .col-3-top-bg{float:right;width:193px;height:43px;margin-right:50px;background:transparent url("/files/static/img/text_box_bg_top.png?6f6dcc175ae6") no-repeat top left}.form-row .col-3-bottom-bg{float:right;width:191px;height:43px;margin-right:50px;background:transparent url("/files/static/img/text_box_bg_bottom.png?6f6dcc175ae6") no-repeat bottom left}.cart-element,.order-overview-element{width:679px;height:58px;background:transparent url("/files/static/img/cart_element_bg.png?6f6dcc175ae6") no-repeat top left;cursor:pointer}.cart-element-img,.order-overview-element-img{width:110px;padding-top:5px;padding-left:5px}.cart-element-text{padding-top:12px;width:290px}.order-overview-element-text{padding-top:12px;width:400px}a.delete-cart-element{display:block;width:15px;height:15px;background-color:transparent;background-repeat:no-repeat;background-image:url("/files/static/img/order_remove_element.png?6f6dcc175ae6");background-position:top left}a#filler-banner{display:inline-block;width:255px;height:88px;background-color:transparent;background-repeat:no-repeat;background-position:top left;margin-top:20px;margin-right:10px}a#filler-banner:hover{background-position:top right}.addon-choose-wrapper{cursor:pointer}.addon-choose-wrapper.active{background-color:#333}select#id_delivery_media{display:inline-block;width:230px !important}.order-history-icon-big{background:transparent url("/files/static/img/big_icon_order_history.png?6f6dcc175ae6") no-repeat top left;width:21px;height:23px;display:inline-block}.green-hook-small{display:inline-block;background:transparent url("/files/static/img/green_hook_small.png?6f6dcc175ae6") no-repeat top left;width:19px;height:18px}.licence-warning-icon{display:inline-block;background:transparent url("/files/static/img/licence_warning.png?6f6dcc175ae6") no-repeat top left;width:21px;height:20px}#order-history-wrapper{font-size:13px;line-height:1.1}#order-history-header-inner{font-size:13px}.order-history-header-el{display:inline-block;margin-top:20px;vertical-align:top}.order-history-header-el.first{margin-top:15px}#order-history-content{width:980px;background-color:#333}.order-history-el{margin-left:7px;width:965px}.order-history-el .header{min-height:55px;cursor:pointer}.order-history-el .inactive-header{min-height:55px}.order-history-clip-element{background:transparent url("/files/static/img/order_history_element_bg.png?6f6dcc175ae6") no-repeat top left;width:935px;height:58px;cursor:pointer}.open-history-el-arrow{background-color:transparent;background-repeat:no-repeat;background-position:top left;width:13px;height:10px}.open-history-el-arrow.down{background-image:url("/files/static/img/order_history_arrows_down.png?6f6dcc175ae6")}.open-history-el-arrow.up{background-image:url("/files/static/img/order_history_arrows_up.png?6f6dcc175ae6")}.contact-field-group{margin-bottom:10px}.contact-field-group.last{margin-bottom:0px}.contact-field-group label{display:inline-block;width:75px}.contact-field-group input[type=text],.contact-field-group input[type=password],.contact-field-group input[type=email]{display:inline-block;outline:none !important;border:none !important;height:20px !important;padding-left:5px;font-size:11px !important;border-radius:2px !important;width:177px !important}.contact-field-group #id_message{height:177px !important;width:456px !important;resize:none;position:relative;font-family:Arial, Helvetica, Verdana, sans-serif;font-size:11px;border:2px solid black;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:5px}.contact-field-group label[for=id_message]{vertical-align:top}.contact-field-group #id_subject{width:460px !important}.contact-field-group input[type="checkbox"]{display:none}.contact-field-group input[type="checkbox"]+label span{display:inline-block;width:12px;height:12px;margin:-1px 4px 0 0;vertical-align:middle;background-color:#e9e9e9;border-radius:3px;cursor:pointer;color:black}.contact-field-group input[type="checkbox"]+label span.white{background-color:#fff}.contact-field-group input[type="checkbox"]:checked+label span{color:#000 !important;background:#fff url("/files/static/img/checkbox_hook.png?6f6dcc175ae6") center center}#order-form-wrapper a.text-link{color:#fff;text-decoration:none;outline:none}#order-form-wrapper a.text-link:hover{color:#fff;text-decoration:underline}.full-size-divider{width:980px;height:1px;background:transparent url("/files/static/img/full_size_divider.png?6f6dcc175ae6") no-repeat top left}.divider-965{width:965px;height:1px;background:transparent url("/files/static/img/full_size_divider.png?6f6dcc175ae6") no-repeat top left}.divider-690{width:690px;height:1px;background:transparent url("/files/static/img/full_size_divider.png?6f6dcc175ae6") no-repeat top left}.order-divider-690{width:690px;height:1px;background:transparent url("/files/static/img/order_box_top_divider.png?6f6dcc175ae6") no-repeat top left}.divider-670{width:670px;height:1px;background:transparent url("/files/static/img/full_size_divider.png?6f6dcc175ae6") no-repeat top left}.divider-665{width:665px;height:1px;background:transparent url("/files/static/img/full_size_divider.png?6f6dcc175ae6") no-repeat top left}.divider-260{width:260px;height:1px;background:transparent url("/files/static/img/info_box_260_divider.png?6f6dcc175ae6") no-repeat top left}.full-size-divider.cat-tag-bottom{width:980px;height:80px;background:url("/files/static/img/full_size_divider.png?6f6dcc175ae6") no-repeat bottom left,url("/files/static/img/tag_divider_blur_up.png?6f6dcc175ae6") no-repeat bottom 3px left}.banner-about{background:url("/files/static/img/text_box_bg_top.png?6f6dcc175ae6") no-repeat top left,url("/files/static/img/text_box_bg_bottom.png?6f6dcc175ae6") no-repeat bottom 3px left}.about-element{background:url("/files/static/img/about_divider_blur_down.png?6f6dcc175ae6") no-repeat top center,url("/files/static/img/about_divider_blur_up.png?6f6dcc175ae6") no-repeat bottom 3px center}.about-element.first{background:url("/files/static/img/about_divider_blur_up.png?6f6dcc175ae6") no-repeat bottom 3px center}input[type=text]{position:relative;font-size:10px;width:180px;border:2px solid black;height:17px;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;z-index:2}input[readonly=""]{background-color:#f2f2f2 !important}a.tag-btn{display:block;width:62px;height:25px;background-color:transparent;background-repeat:no-repeat;background-image:url("/files/static/img/tags_btn.png?6f6dcc175ae6");background-position:top left}a.tag-btn:hover{background-position:top right}a.home-btn{display:block;width:63px;height:25px;background-color:transparent;background-repeat:no-repeat;background-image:url("/files/static/img/home_btn.png?6f6dcc175ae6");background-position:top left}a.home-btn:hover{background-position:top right}.default-btn{display:inline-block;padding-left:15px;padding-right:15px;border:1px solid #6fb1dd;font-size:13px;font-weight:bold;text-align:center}.default-red-btn{display:inline-block;padding-left:15px;padding-right:15px;border:1px solid #ff0000;font-size:13px;font-weight:bold;text-align:center}.red-btn{border:1px solid #ff0000;font-size:13px;font-weight:bold;text-align:center}.blue-border-btn{border:1px solid #6fb1dd}.blue-border-btn span{color:#fff !important}.blue-border-btn:hover span{color:#6fb1dd !important}.btn{border:1px solid #6fb1dd;font-size:13px;font-weight:bold;text-align:center}.inactive-btn{border:1px solid #e4e3e3;color:#c1c1c1 !important;font-size:13px;font-weight:bold;text-align:center}.inactive-btn span{color:#c1c1c1 !important}.btn-inner{padding-top:4px}.btn-icon-inner{text-align:left;padding-top:0}.btn-icon-inner .btn-price{vertical-align:top;margin-top:5px;text-align:right;margin-right:10px}.btn-icon-inner .icon-licence-settings{height:26px;width:18px;display:inline-block;margin-left:3px;margin-top:-2px;background:transparent url("/files/static/img/licence_settings_icon.png?6f6dcc175ae6") no-repeat top left}.btn-icon-inner .icon-licence-settings.hover{background-position:top right}.arrow-up-btn{display:inline-block;background:transparent url("/files/static/img/arrow_up_btn.png?6f6dcc175ae6") no-repeat top left;width:14px;height:10px}.arrow-down-btn{display:inline-block;background:transparent url("/files/static/img/arrow_down_btn.png?6f6dcc175ae6") no-repeat top left;width:14px;height:10px}.arrow-up-grey-btn{display:inline-block;background:transparent url("/files/static/img/arrow_up_grey_btn.png?6f6dcc175ae6") no-repeat top left;width:14px;height:10px}.arrow-down-grey-btn{display:inline-block;background:transparent url("/files/static/img/arrow_down_grey_btn.png?6f6dcc175ae6") no-repeat top left;width:14px;height:10px}.blue-btn{height:23px;background:transparent url("/files/static/img/blue_btn_bg.png?6f6dcc175ae6") repeat-x top left}.red-btn{height:23px;background:transparent url("/files/static/img/red_btn_bg.png?6f6dcc175ae6") repeat-x top left}.grey-btn{height:23px;background:transparent url("/files/static/img/grey_btn_bg.png?6f6dcc175ae6") repeat-x top left}.green-btn{height:23px;background:transparent url("/files/static/img/green_btn_bg.png?6f6dcc175ae6") repeat-x top left;border:1px solid #33b545}.inactive-btn.grey-btn{height:23px;background:transparent url("/files/static/img/inactive_btn_bg.png?6f6dcc175ae6") repeat-x top left}.inactive-btn.green-btn{height:23px;background:transparent url("/files/static/img/inactive_btn_bg.png?6f6dcc175ae6") repeat-x top left}.inactive-btn.blue-btn{height:23px;background:transparent url("/files/static/img/inactive_btn_bg.png?6f6dcc175ae6") repeat-x top left}.black-btn{height:23px;background-color:#000}.black-btn .btn-inner span{color:#fff}.black-btn .btn-inner span:hover{color:#6fb1dd}.fixed-btn{display:inline-block;vertical-align:top;color:#6fb1dd !important;text-align:center}.marker-btn{background:transparent url("/files/static/img/marker_btn_bg.png?6f6dcc175ae6") no-repeat top left;width:84px;height:23px;text-align:left}.marker-btn:hover span{color:#fff}.share-btn{background:transparent url("/files/static/img/share_btn_bg.png?6f6dcc175ae6") no-repeat top left;width:48px;height:23px}.share-btn:hover span{color:#fff}.fixed-btn-inner-text{display:inline-block;margin-top:6px}.grey-border-btn{border:1px solid #4d4d4d;font-size:13px;font-weight:bold;text-align:center}a.btn .btn-inner span,a.default-btn .btn-inner span{color:#000;text-decoration:none}a.btn:hover .btn-inner span,a.default-btn:hover .btn-inner span{color:#fff}.info-btn{display:inline-block;width:22px;height:22px;background:transparent url("/files/static/img/info_btn.png?6f6dcc175ae6") no-repeat;background-position:top left;cursor:pointer;margin-left:5px}.info-btn:hover{background-position:top right}.info-btn.inactive{background:transparent url("/files/static/img/info_inactive_btn.png?6f6dcc175ae6") no-repeat top left;cursor:default}.info-btn-23{display:inline-block;width:24px;height:24px;background:transparent url("/files/static/img/info_btn_23.png?6f6dcc175ae6") no-repeat;background-position:top left;cursor:pointer;margin-left:3px}.info-btn-23:hover{background-position:top right}.float-right{float:right}.float-left{float:left}.clear{clear:both;height:0px}.bold{font-weight:bold}.extra-bold{font-weight:900}.white-font,.active{color:#fff}.green-font{color:#00a119}.grey{color:#999}.light-grey{color:#afafaf}.blue{color:#6fb1dd !important}.red{color:red !important}.green{color:#00a119}.small{font-size:10px}.smallest{font-size:9px}.faq-title{font-size:14px}.cat-tag-title{font-size:14px}.faq-text{font-size:13px;min-height:68px}.sub-category-tab.active{border-bottom:1px white solid}.ml-10{margin-left:10px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pl-20{padding-left:20px}.pr-20{padding-right:20px}.cat-tag-text-row fieldset input[type=checkbox]{margin-top:1px;padding-top:1px}a.tag-category{color:#fff;text-decoration:none;outline:none}a.tag-category:hover{border-bottom:1px solid  #fff}a.clip-tag-category{color:#6fb1dd;text-decoration:none;outline:none}a.clip-tag-category:hover{border-bottom:1px solid  #6fb1dd}a.right-banner{display:block;text-decoration:none;outline:none;width:255px;height:88px;background-color:transparent;background-repeat:no-repeat;background-position:top left}a.right-banner:hover{width:255px;height:88px;background-position:top right}#mark-list-wrapper{position:fixed;background-color:rgba(0,0,0,0.8);background-image:url("/files/static/img/marker_list_top_bg.png?6f6dcc175ae6");background-repeat:no-repeat;width:295px;z-index:4;overflow-y:auto;overflow-x:hidden}#mark-list-inner{padding-left:20px}#mark-list-icon{display:inline-block;background:transparent url("/files/static/img/icon_marklist_big.png?6f6dcc175ae6");width:11px;height:19px}#mark-list-title{display:inline-block;font-family:'Raleway', sans-serif;font-size:16px;font-weight:700;color:#afafaf;vertical-align:top;margin-top:1px;margin-left:10px}.mark-list-close-btn,.mark-list-clip-delete-btn{display:inline-block;background:transparent url("/files/static/img/delete_btn.png?6f6dcc175ae6");width:15px;height:15px;vertical-align:top;margin-top:2px;margin-left:50px}.mark-list-clip-delete-btn[data-delete-stage="0"]{background-position:top left}.mark-list-clip-delete-btn[data-delete-stage="1"]{background-position:top right}.mark-list-clip-delete-btn{margin-top:0px;margin-left:0px}.grey-edit-btn{display:inline-block;background:transparent url("/files/static/img/mark_list_edit_btn.png?6f6dcc175ae6");width:16px;height:16px;vertical-align:top}.clip-info-wrapper{width:197px;vertical-align:top;padding-left:10px;padding-top:10px;padding-bottom:10px}.clip-info-wrapper.active{background-color:#333333}#search-typ-info-panel{padding:25px;color:#fff;position:absolute;background-color:rgba(51,51,51,0.8);z-index:1000;top:-120px;left:102%;width:300px}#search-typ-info-panel .title{display:inline-block;font-family:'Raleway', sans-serif;font-size:32px;font-weight:200;margin-bottom:25px}#clip-detail-info-panel{padding:25px;color:#fff;font-size:13px;line-height:1.2;position:absolute;left:150px;background-color:rgba(51,51,51,0.8);z-index:1000;width:300px}#delivery-options ul li{margin-top:8px}#delivery-options ul li input[type="radio"]{margin-left:0;padding-left:0;margin-top:0}#id_delivery_media-button{width:200px !important}#agb-background,#search-wait-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:rgba(0,0,0,0.6)}#search-wait-bg{background-color:rgba(0,0,0,0.5)}#agb-box-wrapper{font-size:11px;position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);z-index:1001;margin:auto;width:50%;height:50%;overflow-y:scroll}#agb-box{padding:25px;background-color:rgba(51,51,51,0.9)}#about-social-media{margin-top:25px;text-align:right;width:250px}#about-social-media a{display:inline-block;width:28px;height:28px;margin-right:5px}#about-social-media a.last{margin-right:0px}#about-social-media a.fb{background:transparent url("/files/static/img/about_social_media_fb.png?6f6dcc175ae6") no-repeat;background-position:top left}#about-social-media a.fb:hover{background-position:top right}#about-social-media a.ln{background:transparent url("/files/static/img/about_social_media_linkedin.png?6f6dcc175ae6") no-repeat;background-position:top left}#about-social-media a.ln:hover{background-position:top right}#about-social-media a.tw{background:transparent url("/files/static/img/about_social_media_twitter.png?6f6dcc175ae6") no-repeat;background-position:top left}#about-social-media a.tw:hover{background-position:top right}#about-social-media a.pt{background:transparent url("/files/static/img/about_social_media_pt.png?6f6dcc175ae6") no-repeat;background-position:top left}#about-social-media a.pt:hover{background-position:top right}#about-social-media a.xing{background:transparent url("/files/static/img/about_social_media_xing.png?6f6dcc175ae6") no-repeat;background-position:top left}#about-social-media a.xing:hover{background-position:top right}a#discount-faq-info-btn{display:block;width:335px;height:66px;background:transparent url("/files/static/img/discount_info_bg.png?6f6dcc175ae6") top left}#landing-page-container{width:979px;font-weight:normal;font-size:14px;line-height:1.3em}#landing-page-container .text{text-align:center}#landing-page-container .text a,#landing-page-container .text a:hover,#landing-page-container .text a:visited{color:#6fb1dd}#landing-page-container .title{text-align:center}#landing-page-container h2{display:block;font-weight:400}#landing-page-container .text-wrapper .text{width:90%;margin:0 auto}#landing-page-container .textbox-wrapper{padding:30px}#landing-page-container .textbox-wrapper h2{font-size:28px;margin-bottom:30px;letter-spacing:1px}#landing-page-container .textbox-wrapper .text{font-family:'Raleway', sans-serif}#landing-page-container .imagecontainer{width:979px;text-align:center;position:relative;font-size:0px;line-height:0px}#landing-page-container .imagecontainer.rollover-enabled{height:168px}#landing-page-container .imagecontainer picture{display:inline-block}#landing-page-container .imagecontainer picture.over-image-pic{cursor:pointer;position:absolute;left:0;top:0}#landing-page-container .imagecontainer picture.over-image-pic.grid-1{height:168px}#landing-page-container .imagecontainer picture.grid-1{width:979px;height:168px}#landing-page-container .imagecontainer picture.grid-2{width:483px;height:257px}#landing-page-container .imagecontainer picture.grid-3{width:319px;height:168px}#landing-page-container .imagecontainer picture.grid-4{width:319px;height:168px}#landing-page-container .imagecontainer picture.grid-4:nth-child(n+4){width:979px}#landing-page-container .imagecontainer picture.grid-5{width:319px;height:168px}#landing-page-container .imagecontainer picture.grid-5:nth-child(n+4){width:483px;height:257px}#landing-page-container .imagecontainer picture img.over-image{cursor:pointer;position:absolute;left:0;top:0;opacity:0}#landing-page-container .imagecontainer .grid-1 picture{width:979px}#landing-page-container .imagecontainer .grid-2{display:inline-block;margin-left:6px}#landing-page-container .imagecontainer .grid-2 picture{width:483px;height:257px}#landing-page-container .imagecontainer .grid-2:first-child{margin-left:0px}#landing-page-container .imagecontainer .grid-3{display:inline-block;margin-left:6px}#landing-page-container .imagecontainer .grid-3 picture{width:319px;height:168px}#landing-page-container .imagecontainer .grid-3:first-child{margin-left:0px}#landing-page-container .imagecontainer .grid-4{display:inline-block;margin-left:6px}#landing-page-container .imagecontainer .grid-4 picture{width:319px;height:168px}#landing-page-container .imagecontainer .grid-4:nth-child(4){margin-left:0px}#landing-page-container .imagecontainer .grid-4:nth-child(n+4){margin-top:6px}#landing-page-container .imagecontainer .grid-4:nth-child(n+4) picture{width:979px}#landing-page-container .imagecontainer .grid-4:first-child{margin-left:0px}#landing-page-container .imagecontainer .grid-5{display:inline-block;margin-left:6px}#landing-page-container .imagecontainer .grid-5 picture{width:319px;height:168px}#landing-page-container .imagecontainer .grid-5:nth-child(4){margin-left:0px}#landing-page-container .imagecontainer .grid-5:nth-child(n+4){margin-top:6px}#landing-page-container .imagecontainer .grid-5:nth-child(n+4) picture{width:483px;height:257px}#landing-page-container .imagecontainer .grid-5:first-child{margin-left:0px}#landing-page-container .video-wrapper .video{position:relative;width:979px;height:515px}#landing-page-container .video-wrapper .video iframe{width:979px;height:515px}#landing-page-container .video-wrapper .video .video-overlay{cursor:pointer;position:absolute;top:0;left:0;width:979px;height:515px}#landing-page-container .video-wrapper .video .video-overlay picture{width:979px;height:515px}#landing-page-container .video-wrapper .video .video-overlay .video-overlay-btn{position:absolute;width:184px;height:184px;top:calc(50% - 92px);left:calc(50% - 92px)}#landing-page-container .video-wrapper .video .video-overlay .video-overlay-btn svg{width:184px;height:184px;transform:scale(1)}#landing-page-container .video-wrapper .video .video-overlay .video-overlay-btn:hover svg{transform:scale(1.05)}#landing-page-container .accordion-wrapper{display:block}#landing-page-container .accordion-wrapper .accordion-line{width:979px;border-top:1px solid #777}#landing-page-container .accordion-wrapper .accordion{display:block;width:979px;height:50px;cursor:pointer}#landing-page-container .accordion-wrapper .accordion:first-child{margin-top:0px}#landing-page-container .accordion-wrapper .accordion.level-1.default{background-color:#3f3f47}#landing-page-container .accordion-wrapper .accordion.level-1.default.align-left h2{text-align:left;margin-left:45px}#landing-page-container .accordion-wrapper .accordion.level-1.default h2{display:inline-block;vertical-align:middle;margin-top:15px;margin-left:0px;letter-spacing:1px}#landing-page-container .accordion-wrapper .accordion.level-1.question{background-color:#3f3f47}#landing-page-container .accordion-wrapper .accordion.level-1.question.align-center h2{margin-left:0px}#landing-page-container .accordion-wrapper .accordion.level-1.question h2{color:#80bbdf;display:inline-block;vertical-align:middle;margin-top:15px;margin-left:45px}#landing-page-container .accordion-wrapper .accordion.level-1.close{background-image:url("/files/static/img/lp_accordion_arrow_right.png?6f6dcc175ae6");background-repeat:no-repeat;background-size:9px 15px;background-position:10px 15px}#landing-page-container .accordion-wrapper .accordion.level-1.open{background-image:url("/files/static/img/lp_accordion_arrow_down.png?6f6dcc175ae6");background-repeat:no-repeat;background-size:15px 9px;background-position:10px 20px}#landing-page-container .accordion-wrapper .accordion.level-2.default,#landing-page-container .accordion-wrapper .accordion.level-3.default{text-align:left;background-color:#5e5e63}#landing-page-container .accordion-wrapper .accordion.level-2.default.align-left h2,#landing-page-container .accordion-wrapper .accordion.level-3.default.align-left h2{text-align:left;margin-left:90px}#landing-page-container .accordion-wrapper .accordion.level-2.default h2,#landing-page-container .accordion-wrapper .accordion.level-3.default h2{display:inline-block;vertical-align:middle;margin-top:15px;margin-left:90px;letter-spacing:1px}#landing-page-container .accordion-wrapper .accordion.level-2.question,#landing-page-container .accordion-wrapper .accordion.level-3.question{background-color:#5e5e63}#landing-page-container .accordion-wrapper .accordion.level-2.question h2,#landing-page-container .accordion-wrapper .accordion.level-3.question h2{color:#80bbdf;display:inline-block;vertical-align:middle;margin-top:15px;margin-left:90px}#landing-page-container .accordion-wrapper .accordion.level-2.question.align-center h2,#landing-page-container .accordion-wrapper .accordion.level-3.question.align-center h2{margin-left:0px}#landing-page-container .accordion-wrapper .accordion.level-2.close,#landing-page-container .accordion-wrapper .accordion.level-3.close{background-image:url("/files/static/img/lp_accordion_arrow_right.png?6f6dcc175ae6");background-repeat:no-repeat;background-size:9px 15px;background-position:45px 15px}#landing-page-container .accordion-wrapper .accordion.level-2.open,#landing-page-container .accordion-wrapper .accordion.level-3.open{background-image:url("/files/static/img/lp_accordion_arrow_down.png?6f6dcc175ae6");background-repeat:no-repeat;background-size:15px 9px;background-position:45px 20px}#landing-page-container .accordion-wrapper .accordion-detail-wrapper .text{text-align:left}#landing-page-container .accordion-wrapper .accordion-detail-wrapper .title{text-align:left;padding-left:45px;letter-spacing:1px;white-space:pre-wrap}#landing-page-container .accordion-wrapper .accordion-detail-wrapper .title.align-center{padding-left:0px}#landing-page-container .accordion-wrapper .accordion-detail-wrapper .accordion-inner{padding-top:25px;padding-bottom:15px}#landing-page-container .accordion-wrapper .accordion-detail-wrapper .accordion-inner .text{padding-left:30px;padding-right:30px}#landing-page-container .accordion-wrapper .accordion-detail-wrapper.default{background-color:#3f3f47}#landing-page-container .accordion-wrapper .accordion-detail-wrapper.question{background-color:#3f3f47}#landing-page-container .accordion-wrapper .accordion-detail-wrapper .accordion-close-btn-wrapper{background-color:#3f3f47;cursor:pointer}#landing-page-container .accordion-wrapper .accordion-detail-wrapper .accordion-close-btn-wrapper.wrapper-level-2,#landing-page-container .accordion-wrapper .accordion-detail-wrapper .accordion-close-btn-wrapper.wrapper-level-3{border-bottom:2px solid #000;box-shadow:0 1px 0 #8d8d90}#landing-page-container .accordion-wrapper .accordion-detail-wrapper .accordion-close-btn-wrapper .accordion-close-btn{width:15px;height:35px;margin:0 auto}#landing-page-container .accordion-wrapper .accordion-detail-wrapper .accordion-close-btn-wrapper .accordion-close-btn-1{background-image:url("/files/static/img/lp_accordion_arrow_up_level_1.png?6f6dcc175ae6");background-repeat:no-repeat;background-size:15px 9px;background-position:0px 10px}#landing-page-container .accordion-wrapper .accordion-detail-wrapper .accordion-close-btn-wrapper .accordion-close-btn-2{background-image:url("/files/static/img/lp_accordion_arrow_up_level_2.png?6f6dcc175ae6");background-repeat:no-repeat;background-size:15px 16px;background-position:0px 8px}#landing-page-container .accordion-wrapper .accordion-detail-wrapper .accordion-close-btn-wrapper .accordion-close-btn-3{background-image:url("/files/static/img/lp_accordion_arrow_up_level_3.png?6f6dcc175ae6");background-repeat:no-repeat;background-size:15px 23px;background-position:0px 5px}#landing-page-container .calltoactioncontainer{text-align:center;width:90%;margin:0 auto}#landing-page-container .calltoactioncontainer .calltoaction-btn{display:inline-block;vertical-align:top;padding-left:20px;padding-right:20px;background-color:#6fb1dd;font-weight:900;height:30px;font-size:15px;margin-right:25px}#landing-page-container .calltoactioncontainer .calltoaction-btn:last-child{margin-right:0px}#landing-page-container .calltoactioncontainer .calltoaction-btn span{margin-top:6px;display:inline-block}#landing-page-container .calltoactioncontainer .calltoaction-btn.mt{margin-top:25px}.fancybox-nav{width:60px}.fancybox-next{right:-60px}.fancybox-prev{left:-60px}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.licence-info-btn {
		vertical-align: top;
		margin-top: 2px;
	}
}
#top-section{position:relative;margin:0 auto;width:1264px;height:556px;z-index:10;background:url("/files/static/img/canvas_top_bg.png?6f6dcc175ae6") no-repeat top left,url("/files/static/img/canvas_bg.png?6f6dcc175ae6") repeat-y top left}#top-lens{display:block;position:absolute;pointer-events:none;left:15px;width:216px;height:150px;z-index:2;background:transparent url("/files/static/img/canvas_top_logo.png?6f6dcc175ae6") no-repeat top left}#top-logo{display:block;position:absolute;left:231px;top:26px;width:284px;height:42px;z-index:2;background:transparent url("/files/static/img/canvas_top_aerialstage.png?6f6dcc175ae6") no-repeat top left}#main-section-chooser{width:980px;height:105px;margin:0 auto;letter-spacing:1px}#main-section-chooser .section-button-wrapper{display:block;float:left;width:484px;height:105px;background-color:#2a2a33;border-top:1px solid #4e4d4d}#main-section-chooser .section-button-wrapper:nth-child(2){float:right}#main-section-chooser .section-button-wrapper span{display:inline-block;vertical-align:top}#main-section-chooser .section-button-wrapper:hover,#main-section-chooser .section-button-wrapper.active:hover{background-color:#70b0dc}#main-section-chooser .section-button-wrapper:hover svg .path-fill,#main-section-chooser .section-button-wrapper.active:hover svg .path-fill{fill:#000}#main-section-chooser .section-button-wrapper:hover svg .path-stroke,#main-section-chooser .section-button-wrapper.active:hover svg .path-stroke{stroke:#000}#main-section-chooser .section-button-wrapper:hover .service-text,#main-section-chooser .section-button-wrapper.active:hover .service-text{color:#000}#main-section-chooser .section-button-wrapper.active{background-color:#2a2a33}#main-section-chooser .section-button-wrapper.active svg .path-fill{fill:#70b0dc}#main-section-chooser .section-button-wrapper.active svg .path-stroke{stroke:#70b0dc}#main-section-chooser .section-button-wrapper.active .service-text{color:#70b0dc}#main-section-chooser .section-button-wrapper .section-btn.footage{margin-left:105px;margin-top:35px}#main-section-chooser .section-button-wrapper .section-btn.footage .service-text{margin-left:25px}#main-section-chooser .section-button-wrapper .section-btn.services{margin-left:55px;margin-top:25px}#main-section-chooser .section-button-wrapper .section-btn.services .service-text{margin-left:5px;margin-top:5px}#main-section-chooser .section-button-wrapper svg .path-fill{fill:#c6c6c5}#main-section-chooser .section-button-wrapper svg .path-stroke{stroke:#c6c6c5}#main-section-chooser .section-button-wrapper .service-text{color:#fff;font-size:20px}#main-section-chooser .section-button-wrapper .service-text .light-text{font-family:'Raleway', sans-serif;font-weight:200}#main-section-chooser .section-button-wrapper .service-text .bold-text{font-family:'Raleway', sans-serif;font-weight:700}#slider-top-loader-img{overflow:hidden;margin:0 auto;width:980px;height:325px;z-index:1}#search-slide-wrapper{position:relative;width:980px;height:325px;margin:0 auto}#search-slide-wrapper #slider-top-images{overflow:hidden;width:980px;height:350px;z-index:1;position:absolute;top:0;left:0}#search-slide-wrapper #slider-top-images img{width:980px;height:325px;position:absolute;top:0;left:0}#search-slide-wrapper #search-wrapper{position:absolute;z-index:2;width:520px;height:65px;top:0;left:0;right:0;bottom:0;margin:auto}#search-slide-wrapper #search-wrapper #search-title{color:#fff;font-family:'Raleway', sans-serif;font-size:26px;font-weight:400;letter-spacing:1px}#search-slide-wrapper #search-wrapper #search-flag{display:inline-block;margin-right:10px}#search-slide-wrapper #search-wrapper #search-field-wrapper{display:inline-block;vertical-align:top}#search-slide-wrapper #search-wrapper #search-field-wrapper input{width:360px !important;height:32px !important;border-radius:0 !important;padding-right:5px !important}#search-slide-wrapper #search-wrapper #search-btn{background-color:#fff;vertical-align:top;display:inline-block;width:51px;height:34px}#search-slide-wrapper #search-wrapper #search-btn svg{margin-top:2px;margin-right:1px;width:49px;height:30px}#search-slide-wrapper #search-wrapper #tag-btn-wrapper{margin-top:1px;display:inline-block;vertical-align:top;background-color:#70b0dc;height:33px;padding-left:18px;padding-right:18px;font-family:'Raleway', sans-serif;font-weight:700;font-size:18px;text-align:center;margin-left:6px}#search-slide-wrapper #search-wrapper #tag-btn-wrapper a{display:inline-block;margin-top:7px}#lang-wrapper{width:59px;height:81px;padding-right:69px;z-index:-1;font-size:12px;font-weight:bold}#lang-wrapper #lang-top{width:59px;height:40px;z-index:-1;background:transparent url("/files/static/img/lang_top_bg.png?6f6dcc175ae6") no-repeat top left}#lang-wrapper #lang-top a{display:block;padding-top:20px;padding-left:12px;color:#787878}#lang-wrapper #lang-top a:hover,#lang-wrapper #lang-top a.active{color:#fff}#lang-wrapper #lang-bottom{width:59px;height:41px;z-index:-1;background:transparent url("/files/static/img/lang_bottom_bg.png?6f6dcc175ae6") no-repeat top left}#lang-wrapper #lang-bottom a{display:block;padding-top:8px;padding-left:12px;color:#787878}#lang-wrapper #lang-bottom a:hover,#lang-wrapper #lang-bottom a.active{color:#fff}#cart-info{padding-top:41px;padding-left:15px;padding-right:15px;font-size:10px}#cart-divider{width:1px;height:38px;margin-top:30px;padding-right:10px;background:transparent url("/files/static/img/cart_divider_bg.png?6f6dcc175ae6") repeat-y top left}a.cart-top-link{display:block;color:#fff;text-decoration:none;outline:none;width:53px;height:53px;margin-top:23px;margin-right:5px;background-color:transparent;background-repeat:no-repeat;background-image:url("/files/static/img/cart_empty.png?6f6dcc175ae6");background-position:top left;text-align:center;cursor:default}a.cart-top-link-full{display:block;color:#fff;text-decoration:none;outline:none;width:53px;height:53px;margin-top:23px;margin-right:5px;background-color:transparent;background-repeat:no-repeat;background-image:url("/files/static/img/cart_full.png?6f6dcc175ae6");background-position:top left;text-align:center}span#cart-element-count{display:block;position:relative;top:7px;left:11px;font-weight:bold}#top-navigation{width:600px;padding-right:15px;font-size:11px;z-index:5}#main-navigation{position:relative}#user-information-wrapper{text-align:right;padding-top:33px}ul#main-navigation-list{list-style:none;font-weight:bold;padding-top:10px}ul#main-navigation-list li{display:inline-block}ul#main-navigation-list li.main-navigation-divider{color:#666;padding-left:5px;padding-right:5px}ul#main-navigation-list li.main-menu-link a,ul#main-navigation-list li.sub-menu-link a{color:#666;padding-bottom:3px}ul#main-navigation-list li.main-menu-link a:hover{color:#999;border-bottom:#999 1px solid}ul#main-navigation-list li.sub-menu-link a:hover{color:#999;border-bottom:none}ul#main-navigation-list li.main-menu-link a.active{color:#999;border-bottom:#999 1px solid}ul#main-navigation-list li.sub-menu-link a.active{color:#999;border-bottom:#999 1px solid}ul#main-navigation-list li.sub-menu-link .sub-nav-entry span.active{border-bottom:None}ul.sub-navigation-list{position:absolute;list-style:none;background-color:rgba(0,0,0,0.9);font-weight:normal;line-height:1.7;z-index:5;margin-top:3px;white-space:nowrap;padding:15px 25px 15px 15px}ul.sub-navigation-list li.sub-nav-entry{display:block !important}ul.sub-navigation-list li.sub-nav-entry span.menu-text{display:inline-block;margin-left:12px;vertical-align:top}ul.sub-navigation-list li.sub-nav-entry span{color:#959595 !important;padding-bottom:3px}ul.sub-navigation-list li.sub-nav-entry span.active{color:#6eb0dc !important;border-bottom:none}ul.sub-navigation-list li.sub-nav-entry span.icon-width-wrap{display:inline-block;width:14px}ul.sub-navigation-list li.sub-nav-entry span.icon-about{background:transparent url("/files/static/img/menu_icon_about.png?6f6dcc175ae6") no-repeat top left;display:inline-block;width:12px;height:13px}ul.sub-navigation-list li.sub-nav-entry span.icon-about.active{background:transparent url("/files/static/img/menu_icon_about.png?6f6dcc175ae6") no-repeat top right}ul.sub-navigation-list li.sub-nav-entry span.icon-contact{margin-top:4px;background:transparent url("/files/static/img/menu_icon_contact.png?6f6dcc175ae6") no-repeat top left;display:inline-block;width:15px;height:9px}ul.sub-navigation-list li.sub-nav-entry span.icon-contact.active{background:transparent url("/files/static/img/menu_icon_contact.png?6f6dcc175ae6") no-repeat top right}ul.sub-navigation-list li.sub-nav-entry span.icon-imprint{margin-top:2px;background:transparent url("/files/static/img/menu_icon_imprint.png?6f6dcc175ae6") no-repeat top left;display:inline-block;width:12px;height:14px}ul.sub-navigation-list li.sub-nav-entry span.icon-imprint.active{background:transparent url("/files/static/img/menu_icon_imprint.png?6f6dcc175ae6") no-repeat top right}ul.sub-navigation-list li.sub-nav-entry span.icon-settings{margin-top:2px;background:transparent url("/files/static/img/menu_icon_settings.png?6f6dcc175ae6") no-repeat top left;display:inline-block;width:11px;height:12px}ul.sub-navigation-list li.sub-nav-entry span.icon-settings.active{background:transparent url("/files/static/img/menu_icon_settings.png?6f6dcc175ae6") no-repeat top right}ul.sub-navigation-list li.sub-nav-entry span.icon-order-history{background:transparent url("/files/static/img/menu_icon_order_history.png?6f6dcc175ae6") no-repeat top left;display:inline-block;width:14px;height:15px}ul.sub-navigation-list li.sub-nav-entry span.icon-order-history.active{background:transparent url("/files/static/img/menu_icon_order_history.png?6f6dcc175ae6") no-repeat top right}ul.sub-navigation-list li.sub-nav-entry span.icon-addressbook{background:transparent url("/files/static/img/menu_icon_addr_book.png?6f6dcc175ae6") no-repeat top left;display:inline-block;width:12px;height:14px}ul.sub-navigation-list li.sub-nav-entry span.icon-addressbook.active{background:transparent url("/files/static/img/menu_icon_addr_book.png?6f6dcc175ae6") no-repeat top right}ul.sub-navigation-list li.sub-nav-entry span.icon-mark-list{margin-top:2px;background:transparent url("/files/static/img/menu_icon_marklist.png?6f6dcc175ae6") no-repeat top left;display:inline-block;width:7px;height:13px}ul.sub-navigation-list li.sub-nav-entry span.icon-mark-list.active{background:transparent url("/files/static/img/menu_icon_marklist.png?6f6dcc175ae6") no-repeat top right}ul.sub-navigation-list li.sub-nav-entry span.icon-landing-page{margin-top:2px;background:transparent url("/files/static/img/menu_icon_landingpage.png?6f6dcc175ae6") no-repeat top left;display:inline-block;width:11px;height:11px}ul.sub-navigation-list li.sub-nav-entry span.icon-landing-page.active{background:transparent url("/files/static/img/menu_icon_landingpage.png?6f6dcc175ae6") no-repeat top right}ul.sub-navigation-list li.sub-nav-entry span.icon-faq{margin-top:2px;background:transparent url("/files/static/img/menu_icon_faq.png?6f6dcc175ae6") no-repeat top left;display:inline-block;width:8px;height:11px}ul.sub-navigation-list li.sub-nav-entry span.icon-faq.active{background:transparent url("/files/static/img/menu_icon_faq.png?6f6dcc175ae6") no-repeat top right}ul.sub-navigation-list li.sub-nav-entry span.icon-logout{margin-top:4px;background:transparent url("/files/static/img/menu_icon_logout.png?6f6dcc175ae6") no-repeat top left;display:inline-block;width:14px;height:12px}ul.sub-navigation-list li.sub-nav-entry span.icon-logout.active{background:transparent url("/files/static/img/menu_icon_logout.png?6f6dcc175ae6") no-repeat top right}
