body, input, select, textarea, td, div, a, p, span {
    font-family: "Roboto", sans-serif;
    line-height: 1.2em;
    font-size: 12.5px;
    color: #000000;
    font-weight: 400;
    max-height: 1000000px; /* fix font boosting in mobile chrome */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
}

body {
    background-color: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px;
    padding: 0px;
}

select, input, textarea {
    margin: 2px;
    padding: 4px;
    border: 1px solid #c5c5c5;
}

select {
    margin: 2px;
    padding: 3px;
    border: 1px solid #c5c5c5;
}

input[type=checkbox], input[type=radio] {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

a {
    outline: none;
}

p {
    padding: 0px;
    margin: 0px;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    font-family: Arial;
}
sup {
    bottom: 0.8ex;
    font-size: 0.8em;
}
sub {
    top: 0.5ex;
}

header {
    position: relative;
    display: block;
}

header.section-header {
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid #c5c5c5;
    margin: 30px 0px 15px 0px;
}

header.section-header h1.header,
header.section-header h2.header,
header.section-header h3.header,
header.section-header h4.header {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 140%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header.section-header h1.subheader,
header.section-header h2.subheader,
header.section-header h3.subheader,
header.section-header h4.subheader {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 140%;
    color: #777777;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer {
    display: block;
    width: 980px;
    margin: 80px auto 160px auto;
    padding: 0px 10px 0px 10px;
}

footer * {
    font-size: 11px;
}

footer .disclaimer {
    text-align: justify;
}

footer .social {
    margin-top: 16px;
}

footer .links {
    text-align: center;
    margin-top: 16px;
}

footer .links * {
    color: #777777;
}

h1 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 120%;
    font-size: 16px;
    padding: 12px 0px 12px 0px;
}

nav {
    text-align: right;
    margin-top: 10px;
    overflow-y: hidden;
}





/* select placeholder */

/*
When the select element is required it allows use of the
:invalid CSS pseudo-class which allows you to style the
select element when in it's "placeholder" state. :invalid
works here because of the empty value in the placeholder option.
*/

select[required]:invalid {
    color: #555555;
}
option[value=""][disabled] {
    display: none;
}
option {
    color: black;
}





/* placeholders */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #555555;
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #555555;
    opacity: 1;
}
::-ms-input-placeholder { /* IE 10+ */
    color: #555555;
    opacity: 1;
}
::-moz-placeholder { /* Firefox 18- */
    color: #555555;
    opacity: 1;
}
::placeholder {
    color: #555555;
    opacity: 1;
}





/* id */

#header-container {
    width: 100%;
    height: 70px;
    background-color: #f5f5f5;
    margin-top: 40px;
}

#header {
    position: relative;
    width: 980px;
    height: 70px;
    padding: 0px 10px 0px 10px;
    background-color:#f5f5f5;
    margin-left: auto;
    margin-right: auto;
}

#header #logo {
    position: absolute;
    z-index: 1000;
    left: 10px;
    top: 19px;
    width: 260px;
    height: 33px;
    background: url("../images/ui/logo.svg") top left no-repeat;
    opacity: 0.8;
    cursor: pointer;
}

#header #social-follow {
    position: absolute;
    display: block;
    top: 27px;
    right: 280px;
}

#header #display-finder {
    position: absolute;
    display: block;
    right: 226px;
    top: 27px;
    width: 16px;
    height: 16px;
    background: url("../images/ui/device_finder.svg") left top no-repeat;
    opacity: 0.3;
}

#header #search {
    position: absolute;
    right: 10px;
    top: 21px;
    width: 200px;
    z-index: 10;
}

#header #language-flags {
    position: absolute;
    right: 10px;
    top: -25px;
    height: 11px;
}

#header #language-flags a {
    width: 16px;
    height: 11px;
    display: block;
    float: left;
    margin-left: 4px;
}

#header #language-flags a.en {
    background: url("../images/ui/flag_en.svg") 0px 0px no-repeat;
}

#header #language-flags a.de {
    background: url("../images/ui/flag_de.svg") 0px 0px no-repeat;
}

#header #language-flags a.es {
    background: url("../images/ui/flag_es.svg") 0px 0px no-repeat;
}

#header #language-flags a.fr {
    background: url("../images/ui/flag_fr.svg") 0px 0px no-repeat;
}

#header #language-flags a.it {
    background: url("../images/ui/flag_it.svg") 0px 0px no-repeat;
}

#header #language-flags a.ru {
    background: url("../images/ui/flag_ru.svg") 0px 0px no-repeat;
}

#header #language-flags a.bg {
    background: url("../images/ui/flag_bg.svg") 0px 0px no-repeat;
}

#header #language-flags a.tr {
    background: url("../images/ui/flag_tr.svg") 0px 0px no-repeat;
}




#comparison {
    position: fixed;
    bottom: -1px;
    right: 70px;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10050;
    height: 0px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

    -moz-box-shadow: 0px 0px 5px #aaaaaa;
    -webkit-box-shadow: 0px 0px 5px #aaaaaa;
    box-shadow: 0px 0px 5px #aaaaaa;

    -webkit-transition: height 0.6s ease-out;
    -moz-transition: height 0.6s ease-out;
    -ms-transition: height 0.6s ease-out;
    -o-transition: height 0.6s ease-out;
    transition: height 0.6s ease-out;
}

#comparison.visible {
    bottom: 0px;
    height: 180px;
}

#comparison > div.icon-button {
    position: absolute;
    right: 4px;
    top: 4px;
}

#comparison > div.comparison-container {
    padding: 15px;
}


#comparison a.comparison-button {
    position: absolute;
    right: 7px;
    top: 145px;
}





#tooltip {
    position: absolute;
    z-index: 2000;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    background-color: white;
    padding: 8px;
    font-size: 11px;
    white-space: nowrap;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

    -moz-box-shadow: 0px 0px 5px #aaaaaa;
    -webkit-box-shadow: 0px 0px 5px #aaaaaa;
    box-shadow: 0px 0px 5px #aaaaaa;

    -webkit-transition: opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
}

#main {
    width: 980px;
    padding: 0px 10px 0px 10px;
    margin-left: auto;
    margin-right: auto;
}





/* frontpage */

#frontpage-left-column {
    float: left;
    overflow: hidden;
    width: 510px;
    margin-right: 30px;
}

#frontpage-right-column {
    float: left;
    overflow: hidden;
    width: 440px;
}





/* bottom brands */

#bottom-brands {
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: 10 auto;
}

#bottom-brands > a {
    display: block;
}





/* model */

#model-image {
    float: left;
    width: 320px;
    height: 320px;
    background-repeat: no-repeat;
    background-size: 320px 320px;
}

#model-brief-specifications {
    float: left;
    width: auto;
    margin-left: 20px;
    height: 320px;
}






/* brand listing container */

.brand-listing-container-frontpage {
    -webkit-columns: auto 4;
    -moz-columns: auto 4;
    columns: 4 auto;
}

.brand-listing-container-news {
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: 10 auto;
}

.brand-listing-container-frontpage a,
.brand-listing-container-news a {
    display: block;
}






/* lazy image loader */

.lazy-image-loader {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}






/* system messages */

div.message-red {
    padding: 40px;
    border: 1px solid #eecccc;
    border-radius: 4px;
    background-color: #fffaf7;
    text-align: center;
}

div.message-green {
    padding: 40px;
    border: 1px solid #ccddcc;
    border-radius: 4px;
    background-color: #fafff9;
    text-align: center;
}






/* tables with links */

table.link-table tr td {
    vertical-align: top;
}

table.link-table a {
    display: block;
}






/* chart table */

table.chart-table {
    width: 100%;
    border-collapse: collapse;
}

table.chart-table tr td:first-child div.image {
    float: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: top left;
}

table.chart-table tr td:first-child div.name {
    float: right;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.chart-table tr td:first-child {
    width: 33%;
    text-align: right;
    padding: 2px 8px 2px 0px;
    border-right: 1px solid #dddddd;
}

table.chart-table tr td {
    padding: 0px 0px 0px 6px;
    line-height: 40px;
}

table.chart-table tr td:not(:first-child) div {
    float: left;
    height: 26px;
    margin: 6px 6px 0px 0px;
}






/* chart bars colors */

div.model-chart-bar-gray,
div.model-chart-bar-green,
div.model-chart-bar-red {
    margin: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.model-chart-bar-gray {
    background-color: #dddddd;
}

div.model-chart-bar-green {
    background-color: #7ebe6a;
}

div.model-chart-bar-red {
    background-color: #ff8664;
}






/* UI icons */

.icon-arrows {
    width: 16px;
    height: 16px;
    background: url("../images/ui/arrows.svg") left top no-repeat;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(80%);
}

.icon-arrows:hover {
    filter: none;
}

.icon-x {
    width: 16px;
    height: 16px;
    background: url("../images/ui/x.svg") no-repeat center center;
    background-size: 10px 10px;
    cursor: pointer;
    opacity: 0.5;
}

.icon-arrow-triangle {
    width: 16px;
    height: 16px;
    background: url("../images/ui/arrow_triangle.svg") no-repeat center center;
    background-size: 10px 10px;
    cursor: pointer;
    opacity: 0.5;
}

.icon-arrow-triangle:hover,
.icon-x:hover {
    opacity: 0.8 !important;
}






/* model information table */

table.model-information-table {
    border-collapse: collapse;
    margin-left: 20px;
    width: -moz-calc(100% - 20px); /* Firefox */
    width: -webkit-calc(100% - 20px); /* WebKit */
    width: -o-calc(100% - 20px); /* Opera */
    width: calc(100% - 20px); /* Standard */
}

table.model-information-table tr td:first-child {
    width: 286px;
    vertical-align: middle;
    padding: 8px 8px 8px 26px;
    border-right: 1px solid #e8e8e8;
}

table.model-information-table tr {
    border-top: 1px solid #e8e8e8;
}

table.model-information-table tr:first-child {
    border-top: 0px;
}

table.model-information-table tr td:first-child p {
    font-size: 11px;
    color: #777777;
    padding-top: 8px;
}

table.model-information-table tr td:not(:first-child) {
    padding: 5px;
}





/* table row mouseover selection */

table.row-selection tr:hover {
    background: rgb(255,249,224);
}

table.row-selection tr:hover td:last-child {
    background: rgb(255,249,224); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,249,224,1) 0%, rgba(255,249,224,1) 61%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,249,224,1)), color-stop(61%,rgba(255,249,224,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,249,224,1) 0%,rgba(255,249,224,1) 61%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,249,224,1) 0%,rgba(255,249,224,1) 61%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,249,224,1) 0%,rgba(255,249,224,1) 61%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,249,224,1) 0%,rgba(255,249,224,1) 61%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9e0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}





/* model-comparison-table-header */

#model-comparison-table-header {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    z-index: 1000;
    top: 0px;
    display: none;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

    -moz-box-shadow: 0px 0px 5px #aaaaaa;
    -webkit-box-shadow: 0px 0px 5px #aaaaaa;
    box-shadow: 0px 0px 5px #aaaaaa;

    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}





/* model comparison table */

table.model-comparison-table {
    border-collapse: collapse;
    width: 98%;
    margin-left: 2%;
}

table.model-comparison-table tr td:first-child {
    width: 20%;
    vertical-align: middle;
    padding: 8px 0px 8px 26px;
}

table.model-comparison-table tr {
    border-top: 1px solid #e8e8e8; /*#e8e8e8;*/
}

table.model-comparison-table tr:first-child {
    border-top: 0px;
}

table.model-comparison-table tr td:not(:first-child) {
    width: 20%;
    border-left: 1px solid #e8e8e8; /*#f8d8d8;*/
    vertical-align: top;
    padding: 8px 5px 8px 5px;
}





/* bullets and signs */

span.arrow-bullet {
    display: inline-block;
    width: 5px;
    height: 7px;
    background: url("../images/ui/arrow_triangle.svg") top left no-repeat;
    margin-right: 4px;
}

span.approximation-bullet {
    display: inline-block;
    width: 10px;
    height: 7px;
    background: url("../images/ui/approximation.svg") top left no-repeat;
    margin-right: 4px;
}

span.arrow-up {
    display: inline-block;
    width: 7px;
    height: 8px;
    background: url("../images/ui/arrow_up.svg") top left no-repeat;
}

span.arrow-down {
    display: inline-block;
    width: 7px;
    height: 8px;
    background: url("../images/ui/arrow_down.svg") top left no-repeat;
}





/* search dropdown */

div.search-dropdown {
    position: absolute;
    top: 44px;
    right: 0px;
    border: 1px solid #c5c5c5;
    text-align: left;
    overflow: hidden;
    visibility: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #ffffff;
    padding: 15px;

    -moz-box-shadow: 0px 0px 5px #aaaaaa;
    -webkit-box-shadow: 0px 0px 5px #aaaaaa;
    box-shadow: 0px 0px 5px #aaaaaa;
}

div.search-result-normal,
div.search-result-selected  {
    clear: both;
    margin: 4px;
    border-radius: 4px;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
    height: 40px;
}

div.search-result-normal {
    background-color: #ffffff;
}

div.search-result-selected {
    background-color: #f5f5f5;
}

div.search-result-separator {
    height: 1px;
    padding: 6px 0px 6px 0px;
}

div.search-result-separator:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #c5c5c5;
}





/* tabs */

div.tab-container {
    overflow-y: hidden;
}

div.tab-container > div {
    position: relative;
    border-bottom: 1px solid #c5c5c5;
    overflow-y: hidden;
}

div.tab-container > div > a {
    position: relative;
    display: inline-block;
    list-style: none;
    outline: none;
    top: 0px;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #dadada;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding: 0px 28px 0px 28px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

div.tab-container > div > a:hover {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

div.tab-container > div > a.tab-selected {
    border-top: 1px solid #e0c0b0;
    border-left: 1px solid #e0c0b0;
    border-right: 1px solid #e0c0b0;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,240,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,240,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,240,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,240,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,240,230,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,240,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff0e6',GradientType=0 ); /* IE6-9 */
}

div.tab-container > div > a > span.icon {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    padding: 0px;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: 16px 16px;
    opacity: 0.75;
}

div.tab-container > div > a > span.icon + span.text {
    margin-left: 6px;
}


div.tab-container > div > a > span.text > span.user-review-count {
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-radius: 14px;
    text-align: center;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    background-color: #bbbbbb;
    color: #ffffff;
}




/* form */

span.field-obligatory {
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
}

input.invalid-data,
select.invalid-data,
textarea.invalid-data {
    border: 1px solid #ff6600;
}




/* user review */

.user-review {
    overflow-y: auto;
}

.user-review > div.ratings {
    float: left;
    width: 320px;
    margin-right: 20px;
}

.user-review > div.ratings > table {
    border-collapse: collapse;
    float: right;
}

.user-review > div.ratings > table tr td {
    height: 16px;
}

.user-review > div.ratings > table tr td:first-child {
    text-align: right;
    padding-right: 4px;
    width: 180px;
}

.user-review > div.ratings > table tr td:nth-child(2n) {
    padding-top: 0px;
}

.user-review > div.ratings > table tr td:nth-child(2n+1) > span.rating {
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    background-color: #efefef;
}

.user-review > div.text {
    text-align: justify;
    overflow: hidden;
}




/* passive 16px star rating container */

.passive-16px-red-stars-container {
    position: relative;
    width: 80px;
    height: 16px;
    /*background: url("../images/ui/star_red.svg") 0px 0px repeat-x;*/
}

.passive-16px-yellow-stars-container {
    position: relative;
    width: 80px;
    height: 16px;
    /*background: url("../images/ui/star_yellow.svg") 0px 0px repeat-x;*/
}

.passive-16px-red-stars-container .star-default,
.passive-16px-yellow-stars-container .star-default {
    position: absolute;
    height: 16px;
    z-index: 1;

}

.passive-16px-red-stars-container .star-default {
    background: url("../images/ui/star_red.svg") 0px 0px repeat-x;
}

.passive-16px-yellow-stars-container .star-default {
    background: url("../images/ui/star_yellow.svg") 0px 0px repeat-x;
}





/* active star rating container */

.active-yellow-stars-container {
    position: relative;
    width: 120px;
    height: 24px;
    background: url("../images/ui/star_gray.svg") 0px 0px repeat-x;
    cursor: pointer;
}

.active-yellow-stars-container .star-default {
    position: absolute;
    height: 24px;
    z-index: 1;
    background: url("../images/ui/star_yellow.svg") repeat-x;
}

.active-yellow-stars-container:hover .star-default {
    display: none;
}

.active-yellow-stars-container *[class^="star-"] {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 100;
}

.active-yellow-stars-container *[class^="star-"]:hover {
    z-index: 2;
    background: url("../images/ui/star_yellow.svg") 0px 0px repeat-x;
}

.active-yellow-stars-container .star-1 {
    left: 0px;
    width: 24px;
}

.active-yellow-stars-container .star-1:hover {
    left: 0px;
    width: 24px;
}

.active-yellow-stars-container .star-2 {
    left: 24px;
    width: 24px;
}

.active-yellow-stars-container .star-2:hover {
    left: 0px;
    width: 48px;
}

.active-yellow-stars-container .star-3 {
    left: 48px;
    width: 24px;
}

.active-yellow-stars-container .star-3:hover {
    left: 0px;
    width: 72px;
}

.active-yellow-stars-container .star-4 {
    left: 72px;
    width: 24px;
}

.active-yellow-stars-container .star-4:hover {
    left: 0px;
    width: 96px;
}

.active-yellow-stars-container .star-5 {
    left: 96px;
    width: 24px;
}

.active-yellow-stars-container .star-5:hover {
    left: 0px;
    width: 120px;
}





/* button */

a.button .image-arrows,
a.button .image-pencil {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 0px 6px 0px 0px;
    border: 0px;
    opacity: 0.8;

}

a.button .image-arrows {
    background: url("../images/ui/arrows.svg") left top no-repeat;
}

a.button .image-pencil {
    background: url("../images/ui/pencil.svg") left top no-repeat;
}

a.button:hover .image-arrows,
a.button:hover .image-pencil {
    opacity: 1;
}




a.button > span {
    display: inline-block;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
    font-weight: bold;
    margin-top: 5px;

}

a.button {
    display: inline-block;
    height: 26px;
    padding: 0px 14px 0px 14px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    cursor: pointer;

    white-space: nowrap;
    overflow: hidden;

    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/

    -moz-box-shadow: 0px 0px 1px #dddddd;
    -webkit-box-shadow: 0px 0px 1px #dddddd;
    box-shadow: 0px 0px 1px #dddddd;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

a.button:hover {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

a.button:active {
    -moz-box-shadow: inset 0px 0px 2px #bbbbbb;
    -webkit-box-shadow: inset 0px 0px 2px #bbbbbb;
    box-shadow: inset 0px 0px 2px #bbbbbb;
    background: #f5f5f5;
}

/* button-green */

a.button-green {
    border: 2px solid #95c595;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,255,248,1) 0%, rgba(209,239,209,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,255,248,1)), color-stop(100%,rgba(209,239,209,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(248,255,248,1) 0%,rgba(209,239,209,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(248,255,248,1) 0%,rgba(209,239,209,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(248,255,248,1) 0%,rgba(209,239,209,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(248,255,248,1) 0%,rgba(209,239,209,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

a.button-green:hover {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}





/* series models listing container */

.series-models-listing-container > div {
    clear: both;
    width: 100%;
    height: 60px;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e8;

    white-space: nowrap;
    overflow: hidden;
}

.series-models-listing-container > div > div {
    float: left;
    width: 800px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    padding: 12px 10px 0px 42px;
}

.series-models-listing-container > div:first-child {
    margin-top: 0px;
}

.series-models-listing-container > div:last-child {
    border-bottom: 0px;
}

.series-models-listing-container > div .more-info-button {
    float: right;
    position: absolute;
    right: 7px;
    top: 7px;
}





/* comparison listing container */

.comparison-listing-container > div {
    clear: both;
    width: 100%;
    height: 60px;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.comparison-listing-container > div > div {
    float: left;
    width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    padding: 12px 10px 0px 42px;
}

.comparison-listing-container > div:first-child {
    margin-top: 0px;
}

.comparison-listing-container > div:last-child {
    border-bottom: 0px;
}

.comparison-listing-container > div .more-info-button {
    position: absolute;
    right: 7px;
    top: 7px;
}





/* model listing container */

.model-listing-container-80,
.model-listing-container-160 {
    overflow: auto;
}

.model-listing-container-80 > div,
.model-listing-container-160 > div {
    position: relative;
    float: left;
    margin: 0px 8px 8px 0px;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;

    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.model-listing-container-80 > div:hover,
.model-listing-container-160 > div:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.model-listing-container-80 > div > h3,
.model-listing-container-160 > div > h3 {
    margin: 0px;
    font-size: 11px;
    font-weight: normal;
}

.model-listing-container-80 > div  a,
.model-listing-container-160 > div  a {
    text-decoration: none;
}

.model-listing-container-80 > div > a > img,
.model-listing-container-160 > div > a > img {
    margin-top: 25px;
    border: 0px;
}

.model-listing-container-80 > div > p,
.model-listing-container-160 > div > p {
    display: none;
}

.model-listing-container-80 > div > span.icon-arrows,
.model-listing-container-80 > div > span.icon-x,
.model-listing-container-160 > div > span.icon-arrows,
.model-listing-container-160 > div > span.icon-x {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.25;
}
.model-listing-container-80 > div:hover > span.icon-arrows,
.model-listing-container-160 > div:hover > span.icon-arrows {
    opacity: 1;
}

.model-listing-container-80 > div:hover > span.icon-x,
.model-listing-container-160 > div:hover > span.icon-x {
    opacity: 0.5;
}

.model-listing-container-80 > div > span.icon-button,
.model-listing-container-160 > div > span.icon-button {
    position: absolute;
    top: 4px;
    right: 4px;
}

.model-listing-container-80 > div {
    width: 100px;
    height: 140px;
}

.model-listing-container-160 > div {
    width: 180px;
    height: 220px;
}





/* article listing contaner - 1 coumn */

.article-listing-container > div {
    height: 80px;
    text-align: justify;
    margin-top: 20px;
}

.article-listing-container > div:first-child {
    margin-top: 0px;
}

/* article listing container - 2 columns */

.article-listing-2column-container {
    overflow: hidden;
}

.article-listing-2column-container > div {
    float: left;
    width: 48%;
    height: 80px;
    text-align: justify;
    margin-top: 20px;
}

.article-listing-2column-container > div:nth-child(1),
.article-listing-2column-container > div:nth-child(2) {
    margin-top: 0px;
}

.article-listing-2column-container > div:nth-child(even) {
    margin-left: 2%;
}

/* common */

.article-listing-container > div > a.header,
.article-listing-2column-container > div > a.header {
    display: block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-listing-container > div > a.image,
.article-listing-2column-container > div > a.image {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.article-listing-container > div > p.text,
.article-listing-2column-container > div > p.text {
    margin-top: 2px;
    max-height: 44px;
    overflow: hidden;
}

.article-listing-container > div > p.date,
.article-listing-2column-container > div > p.date {
    font-size: 11px;
    color: #777777;
    margin-top: 2px;
}

.article-listing-container > div > h3,
.article-listing-2column-container > div > h3 {
    margin: 0px 0px 2px 0px;
}





/* gallery container */

.gallery-container {
}

.gallery-container > img {
    display: block;
    width: 800px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.gallery-container > img:first-child {
    margin-top: 0px;
}





/* article */

.article {
    text-align: justify;
    overflow: hidden;
    line-height: 1.35em
}

.article img.main {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.article img.additional {
    width: 100%;
    display: block;
    margin: 20px 0px 20px 0px;
}

.article a.source {
    display: block;
    color: #777777;
    float: right;
    margin-top: 20px;
}

.article div.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 20px 0px 20px 0px;
}

.article div.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/* follow 16px */

.social-follow-16 {
    width: 54px;
    height: 16px;
}

.social-follow-16 > a {
    width: 16px;
    height: 16px;
}

/* follow 24px */

.social-follow-24 {
    width: 78px;
    height: 24px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.social-follow-24 > a {
    width: 24px;
    height: 24px;
}

/* common */

.social-follow-16 > a,
.social-follow-24 > a {
    display: block;
    float: left;
    margin-left: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-follow-16 > a:first-child,
.social-follow-24 > a:first-child {
    margin-left: 0px;
}

.social-follow-16 > a.facebook,
.social-follow-24 > a.facebook {
    background: url("../images/ui/facebook.svg") left top no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(185%);
}

.social-follow-16 > a.twitter,
.social-follow-24 > a.twitter {
    background: url("../images/ui/twitter.svg") left top no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(145%);
}

.social-follow-16 > a.rss,
.social-follow-24 > a.rss {
    background: url("../images/ui/rss.svg") left top no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(150%);
}

.social-follow-16 > a:hover,
.social-follow-24 > a:hover {
    filter: none;
}





/* view more link */

header a.view-more {
    position: absolute;
    bottom: 7px;
    right: 0px;
    width: 10px;
    height: 10px;
    background: url("../images/ui/arrow_triangle.svg") 0px 0px no-repeat;
    opacity: 0.5;
}

header a.view-more:hover {
    opacity: 0.8;
}





/* slideshow */

.slideshow {
    position: relative;
}

.slideshow .control-prev,
.slideshow .control-next {
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: 0;
    top: 50%;
    margin-top: -16px;
    z-index: 1000;

    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.slideshow .control-prev {
    left: 0px;
    background: url("../images/ui/arrows_slideshow.png") 0px 0px no-repeat;
}

.slideshow .control-next {
    right: 0px;
    background: url("../images/ui/arrows_slideshow.png") -32px 0px no-repeat;
}

.slideshow:hover .control-prev,
.slideshow:hover .control-next {
    opacity: 0.3;
}

.slideshow:hover .control-prev:hover,
.slideshow:hover .control-next:hover {
    opacity: 0.5;
}

.slideshow .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}






/* trackbar */

div.trackbar {
    position: relative;
    left: -6px;
    width: calc(100% + 6px);
    margin-top: 1px;
    height: 14px;
    outline: none;
    overflow: visible;
    border: 1px solid rgba(0, 0, 0, 0); box-sizing: content-box;
}

div.trackbar > div.line {
    position: relative;
    height: 1px;
    background-color: #c5c5c5;
    margin: 6px 8px 0px 8px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

div.trackbar > div.line > div.range {
    position: absolute;
    width: 0px;
    height: 100%;
    background-color: #ffaa22;
}

div.trackbar > div.thumb {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -8px;
    left: 0px;
    width: 30px;
    height: 30px;
    z-index: 1000;
}

div.trackbar > div.thumb:before {
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 3px solid #999999;
    content: "";
}

div.trackbar:hover > div.thumb:before {
    border: 3px solid #ffaa22;
}





/* advanced search */

#advanced-search {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

#advanced-search > #advanced-search-inputs {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 20px;
    width: 180px;
    opacity: 1;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#advanced-search #advanced-search-clear {
    margin: 3px 0px 0px 35px;
}

#advanced-search > #advanced-search-toggle {
    position: absolute;
    left: 0px;
    top: 23px;
    z-index: 10;
    transform: scaleX(-1);

    -webkit-transition: transform 0.5s ease-in-out, left 0.5s ease-in-out, top 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, left 0.5s ease-in-out, top 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out, left 0.5s ease-in-out, top 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out, left 0.5s ease-in-out, top 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, left 0.5s ease-in-out, top 0.5s ease-in-out;
}

#advanced-search > #advanced-search-results {
    position: absolute;
    left: 200px;
    top: 20px;
    overflow-y: auto;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}





/* scrollbar */

.scrollbar::-webkit-scrollbar {
	width: 6px;
}

.scrollbar::-webkit-scrollbar-track {
	border-radius: 2px;
	background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #888888;
}





/* checkbox */

label.checkbox {
    position: relative;
    display: block;
    padding: 0px 0px 0px 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.checkbox input[type="checkbox"] {
    display: none;
}

label.checkbox input[type="checkbox"] ~ div {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 13px;
    height: 13px;
    content: "";
    border: 1px solid #c5c5c5;
    border-radius: 2px;
}

label.checkbox input[type="checkbox"]:checked ~ div {
    background-color: #ffaa22;
    border-color: #ffaa22;
}

label.checkbox input[type="checkbox"]:checked ~ div::before {
    position: absolute;
    display: block;
    top: 1px;
    left: 4px;
    width: 3px;
    height: 7px;
    content: "";
    border: solid #ffffff;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}





/* radio */

label.radio {
    position: relative;
    display: block;
    padding: 0px 0px 0px 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.radio input[type="radio"] {
    display: none;
}

label.radio input[type="radio"] ~ div {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 13px;
    height: 13px;
    content: "";
    border: 1px solid #c5c5c5;
    border-radius: 50%;
}

label.radio input[type="radio"]:checked ~ div {
    background-color: #ffffff;
    border: 3px solid #ffaa22;
    width: 9px;
    height: 9px;
}





/* window overlay */

div.window-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(6px);
    outline: none;
}





/* window cookie consent */

div.window-overlay div.window-cookie-consent-1,
div.window-overlay div.window-cookie-consent-2 {
    width: 540px;
    height: 240px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    padding: 10px;
    outline: none;
    -moz-box-shadow: 0px 0px 5px #aaaaaa;
    -webkit-box-shadow: 0px 0px 5px #aaaaaa;
    box-shadow: 0px 0px 5px #aaaaaa;
}





/* window suggest an edit */

div.window-overlay div.window-suggest-an-edit {
    position: absolute;
    width: 450px;
    height: 352px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    padding: 10px;
    outline: none;
    -moz-box-shadow: 0px 0px 5px #aaaaaa;
    -webkit-box-shadow: 0px 0px 5px #aaaaaa;
    box-shadow: 0px 0px 5px #aaaaaa;
}

div.window-overlay div.icon-button {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 99999;
}