﻿/* ! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/* * Corrects `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/* * Corrects `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
    display: inline-block;
}

/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/* * Addresses styling for `hidden` attribute not present in IE 8/9. */
[hidden] {
    display: none;
}

/* ==========================================================================
Base
========================================================================== */
/* * 1. Sets default font family to sans-serif.
* 2. Prevents iOS text size adjust after orientation change,
without disabling
*    user zoom. */
html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; /* 2 */
}

/* * Removes default margin. */
body {
    margin: 0;
}

/* ==========================================================================
Links
========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus {
    outline: thin dotted;
}

/* * Improves readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/* * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
* Safari 5,
and Chrome. */
h1 {
    font-size: 2em;
}

/* * Addresses styling not present in IE 8/9,
Safari 5,
and Chrome. */
abbr[title] {
    border-bottom: 1px dotted;
}

/* * Addresses style set to `bolder` in Firefox 4+,
Safari 5,
and Chrome. */
b,
strong {
    font-weight: bold;
}

/* * Addresses styling not present in Safari 5 and Chrome. */
dfn {
    font-style: italic;
}

/* * Addresses styling not present in IE 8/9. */
mark {
    background: #ff0;
    color: #000;
}

/* * Corrects font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/* * Improves readability of pre-formatted text in all browsers. */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* * Sets consistent quote types. */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/* * Addresses inconsistent and variable font size in all browsers. */
small {
    font-size: 80%;
}

/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */
/* * Removes border when inside `a` element in IE 8/9. */
img {
    border: 0;
}

/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/* * Addresses margin not present in IE 8/9 and Safari 5. */
figure {
    margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/* * Define consistent border,
margin,
and padding. */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* * 1. Corrects color not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/* * 1. Corrects font family not being inherited in all browsers.
* 2. Corrects font size not being inherited in all browsers.
* 3. Addresses margins set differently in Firefox 4+,
Safari 5,
and Chrome */
button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/* * Addresses Firefox 4+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet. */
button,
input {
    line-height: normal;
}

/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/* * Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {
    cursor: default;
}

/* * 1. Addresses box sizing set to `content-box` in IE 8/9.
* 2. Removes excess padding in IE 8/9. */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    margin-right:10px;
}

/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof). */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/* * Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* * Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* * 1. Removes default vertical scrollbar in IE 8/9.
* 2. Improves readability and alignment in all browsers. */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/* * Remove most spacing between table cells. */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* * GRID * */
/* !
* Bootstrap v2.1.1
*
* Copyright 2012 Twitter,
Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat. */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    margin-left: -20px;
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}
.row:after {
    clear: both;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

/* !
* Bootstrap v2.2.1
*
* Copyright 2012 Twitter,
Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat. */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    margin-left: -20px;
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}
.row:after {
    clear: both;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 964px;
}
.span12 {
    width: 964px;
}
.span11 {
    width: 882px;
}
.span10 {
    width: 800px;
}
.span9 {
    width: 718px;
}
.span8 {
    width: 636px;
}
.span7 {
    width: 554px;
}
.span6 {
    width: 472px;
}
.span5 {
    width: 390px;
}
.span4 {
    width: 308px;
}
.span3 {
    width: 226px;
}
.span2 {
    width: 144px;
}
.span1 {
    width: 62px;
}
.offset12 {
    margin-left: 1004px;
}
.offset11 {
    margin-left: 922px;
}
.offset10 {
    margin-left: 840px;
}
.offset9 {
    margin-left: 758px;
}
.offset8 {
    margin-left: 676px;
}
.offset7 {
    margin-left: 594px;
}
.offset6 {
    margin-left: 512px;
}
.offset5 {
    margin-left: 430px;
}
.offset4 {
    margin-left: 348px;
}
.offset3 {
    margin-left: 266px;
}
.offset2 {
    margin-left: 184px;
}
.offset1 {
    margin-left: 102px;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right;
}
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0;
}
.container:after {
    clear: both;
}

/* ==========================================================================
Helper classes
========================================================================== */
/* * Image replacement */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden; /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/* * Hide from both screenreaders and browsers:h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* * Hide only visually,
but have it available for screenreaders:h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* * Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard:h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* * Hide visually and from screenreaders,
but maintain layout */
.invisible {
    visibility: hidden;
}

/* * Clearfix:contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements. */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.hide {
    display: none;
}
.show {
    display: block;
}
img {
    vertical-align: middle;
}
@font-face {
    font-family: Frutiger;
    src: url('fonts/FrutigerLTStd-Cn.eot');
    src: local('â˜º'), url('fonts/FrutigerLTStd-Cn.woff') format('woff'), url('fonts/FrutigerLTStd-Cn.ttf') format('truetype'), url('fonts/FrutigerLTStd-Cn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Frutiger;
    src: url('fonts/FrutigerLTStd-BoldCn.eot');
    src: local('â˜º'), url('fonts/FrutigerLTStd-BoldCn.woff') format('woff'), url('fonts/FrutigerLTStd-BoldCn.ttf') format('truetype'), url('fonts/FrutigerLTStd-BoldCn.svg') format('svg');
    font-weight: bold;
    font-style: bold;
}

/* * UNICHAINS * */
/* * AMMAAREL BELTECH * */
/* * PRODUCTS * */
html,
body {
    background: #eeeeee;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.5em;
}
p {
    margin: 0 0 1em;
}
h1 {
    font-family: Frutiger, arial, sans-serif;
    font-size: 2.4em;
    margin: 0 0 .5em;
    line-height: 1.3em;
}
h2 {
    font-family: Frutiger, arial, sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin: .5em 0 .2em;
    line-height: 1.3em;
}
h3 {
    margin: .5em 0 .2em;
}
hr {
    border: 0 none;
    border-bottom: 1px dotted #999999;
}
a {
    color: #f58238;
    text-decoration: none;
}
a a:hover {
    color: #333333;
}
a.btn {
    display: inline-block;
    color: #ffffff;
    padding: 4px 16px;
    background-color: #f58238;
    background-image: -webkit-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -moz-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -o-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -ms-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: linear-gradient(top, #f58238 0%, #e4600b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f58238, endColorstr=#e4600b, GradientType=0);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
a.btn:hover {
    background: #e4600b;
}
.Listheader {
    font-size: 1.5em;
}
.Listheader a {
    color: #000;
}
.Listheader a:hover {
    color: #F58238;
}
.container {
    margin: 0 auto;
}
.bar {
    background: #f58238;
    background: -moz-linear-gradient(left, #0070af 50%, #f58238 51%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0070af), color-stop(51%, #f58238));
    background: -webkit-linear-gradient(left, #0070af 50%, #f58238 51%);
    background: -o-linear-gradient(left, #0070af 50%, #f58238 51%);
    background: -ms-linear-gradient(left, #0070af 50%, #f58238 51%);
    background: linear-gradient(to right, #0070af 50%, #f58238 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0470ad', endColorstr='#f48137', GradientType=1);
    height: 14px;
}
.bar div {
    background-image: url('../images/ab_bar.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 14px;
}

/* ***********************
Header
*********************** */
header #lang {
    *zoom: 1;
    position: relative;
}
header #lang:before,
header #lang:after {
    content: "";
    display: table;
}
header #lang:after {
    clear: both;
}
header #lang .active {
    float: left;
}
header #lang .active a {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee, GradientType=0);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #ababab;
    border-top: 0 none;
    float: left;
    padding: 4px 12px;
    color: #000000;
    font-weight: bold;
    font-size: .9em;
    outline: none;
}
header #lang .active a:hover {
    text-decoration: underline;
}
header #lang .select {
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    *zoom: 1;
}
header #lang .select:before,
header #lang .select:after {
    content: "";
    display: table;
}
header #lang .select:after {
    clear: both;
}
header #lang .select li {
    float: left;
}
header #lang .select li a {
    background: #ffffff;
    border-left: 1px solid #dddddd;
    float: left;
    padding: 4px 12px;
    color: #000000;
    font-weight: bold;
    font-size: .9em;
}
header #lang .select li a:hover {
    background: #0070af;
    color: #ffffff;
}
header .logos {
    padding: 0 0 16px;
}
header .logos .unichains {
    padding-top: 30px;
}
header .logos .ab {
    text-align: right;
}
header #nav {
    background-color: #f58238;
    background-image: -webkit-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -moz-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -o-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -ms-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: linear-gradient(top, #f58238 0%, #e4600b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f58238, endColorstr=#e4600b, GradientType=0);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    *zoom: 1;
}
header #nav:before,
header #nav:after {
    content: "";
    display: table;
}
header #nav:after {
    clear: both;
}
header #nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1;
}
header #nav ul:before,
header #nav ul:after {
    content: "";
    display: table;
}
header #nav ul:after {
    clear: both;
}
header #nav ul li {
    float: left;
    display: block;
    border-right: 1px solid #ee640c;
}
header #nav ul li a {
    display: block;
    line-height: 40px;
    color: #ffffff;
    /*padding: 0 20px 0 19px;*/
    padding: 0 18px 0 17px;
    font-family: Frutiger, arial, sans-serif;
    font-size: 1.42em;
}
header #nav ul li a:hover {
    background: #e9620c;
}
header #nav ul li.first a {
    font-size: 1px;
    color: transparent;
    padding: 0 29px;
    background-image: url('../images/icon_home.png');
    background-repeat: no-repeat;
    background-position: center center;
}
header #nav ul li.active,
header #nav ul li.parent {
    background: #e9620c;
}
header #nav .search form {
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff, GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.1);
    height: 26px;
    margin: 7px 10px 0 7px;
}
header #nav .search form input {
    float: left;
    display: block;
    border: 0 none #ffffff;
    background: transparent;
    margin: 0 0 0 10px;
    padding: 0;
    height: 26px;
    line-height: 26px;
    /*width: 160px;*/
    width: 120px;
    outline: none;
}
header #nav .search form button {
    float: left;
    display: block;
    border: 0 none #ffffff;
    background: transparent url('../images/search_btn.png') no-repeat center center;
    margin: 2px 4px 0 0;
    text-indent: -999em;
    font-size: 0;
    color: transparent;
    width: 24px;
    height: 24px;
}
header #nav .pull-right {
    position: relative;
}
header #nav #collection .helper {
    position: absolute;
    z-index: 6;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #0070af url('../images/collection_dropdown.png') no-repeat 10% 0;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
header #nav #collection a.open {
    display: block;
    line-height: 40px;
    color: #ffffff;
    font-size: 1.2em;
    padding: 0 20px;
    outline: none;
}
header #nav #collection a.open .icon {
    background: url('../images/icon_collection.png') no-repeat center right;
    width: 13px;
    display: inline-block;
}
header #nav #collection a.open:hover,
header #nav #collection a.open.active {
    background: #e9620c;
}
header #nav #collection .dropdown {
    display: none;
    position: absolute;
    z-index: 9;
    top: 40px;
    left: 0;
    width: 100%;
    background: #ffffff url('../images/collection_dropdown.png') no-repeat 10% 0;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
header #nav #collection .dropdown .info {
    padding: 20px;
}
header #nav #collection .dropdown .info p,
header #nav #collection .dropdown .info h1,
header #nav #collection .dropdown .info h2 {
    margin: 0;
}
header #nav #collection .dropdown .links {
    border-top: 1px dotted #dddddd;
    padding: 20px 20px 5px;
}
header #nav #collection .dropdown .links a {
    display: block;
    line-height: 36px;
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 15px;
}
header #nav #collection .dropdown .links a:hover {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
header #nav #collection .dropdown .links .edit {
    background: #0070af;
}
header #nav #collection .dropdown .links .download {
    background-color: #f58238;
    background-image: -webkit-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -moz-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -o-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -ms-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: linear-gradient(top, #f58238 0%, #e4600b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f58238, endColorstr=#e4600b, GradientType=0);
    font-weight: bold;
}

/* ***********************
Main
*********************** */
#main {
    padding-top: 20px;
}
#main .box {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
#main .box .header {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5f5f5, GradientType=0);
    line-height: 40px;
    padding: 0 14px;
    color: #333333;
    font-family: Frutiger, arial, sans-serif;
    font-size: 1.5em;
}
#main .box .header a {
    display: block;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5f5f5, GradientType=0);
    line-height: 40px;
    color: #333333;
    font-family: Frutiger, arial, sans-serif;
}
#main .box .content {
    padding: 5px 14px;
    background: #ffffff;
}
#main .box ul.subnav {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
}
#main .box ul.subnav li {
    border-top: 1px solid #dddddd;
    padding: 8px 14px;
}
#main .box ul.subnav li a[rel~="Plus"] :first-word :after {
    content: "+";
    font-weight: bold;
    color: lime !important;
}
#main .box ul.subnav li a,
#main .box ul.subnav li.active a,
#main .box ul.subnav li.active ul li a {
    display: block;
    color: #000000;
    font-weight: normal;
}
#main .box ul.subnav li a:hover,
#main .box ul.subnav li.active a:hover,
#main .box ul.subnav li.active ul li a:hover {
    color: #f58238;
}
#main .box ul.subnav li.active a {
    font-weight: bold;
    color: #f58238;
}
#main .box ul.subnav li ul {
    padding: 4px 0;
    margin: none;
    list-style: none;
}
#main .box ul.subnav li ul li {
    border-top: none 0;
    padding: 3px 10px;
}
#main .box .filter {
    border-top: 1px solid #dddddd;
    padding: 8px 14px;
    background: #ffffff;
}
#main .box .filter .name {
    font-weight: bold;
}
#main .box .filter ul {
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
}
#main .box .filter ul li {
    padding: 2px 0;
}
#main .box .filter ul li label {
    display: block;
    *zoom: 1;
}
#main .box .filter ul li label:before,
#main .box .filter ul li label:after {
    content: "";
    display: table;
}
#main .box .filter ul li label:after {
    clear: both;
}
#main .box .filter ul li label span {
    display: block;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px;
    font-size: .8em;
    color: #999999;
    background: #eeeeee;
}
#main .main-content {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    padding: 20px 29px 40px;
    *zoom: 1;
    position: relative;
}
#main .main-content:before,
#main .main-content:after {
    content: "";
    display: table;
}
#main .main-content:after {
    clear: both;
}
#main .main-content ul {
    padding: 0 0 0 1.5em;
    margin-top: 0;
}
#main .main-content .contentbox {
    float: left;
    width: 285px;
    margin: 0 20px 20px 0;
    border: 1px solid #dddddd;
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -o-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -ms-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#f7f7f7, GradientType=0);
    padding: 10px;
    *zoom: 1;
}
#main .main-content .contentbox:before,
#main .main-content .contentbox:after {
    content: "";
    display: table;
}
#main .main-content .contentbox:after {
    clear: both;
}
#main .main-content .contentbox .image {
    float: left;
    margin-right: 15px;
}
#main .main-content .contentbox .text {
    width: 160px;
    float: left;
}
#main .main-content .contentbox .text p {
    margin: 0;
}
#main .main-content .contentbox .text_large p {
    margin: 0;
}

/* ***********************
Footer
*********************** */
footer {
    border-top: 1px solid #bbbbbb;
    background-color: #d5d5d5;
    background-image: -webkit-linear-gradient(top, #d5d5d5 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #d5d5d5 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #d5d5d5 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(top, #d5d5d5 0%, #ffffff 100%);
    background-image: linear-gradient(top, #d5d5d5 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d5d5d5, endColorstr=#ffffff, GradientType=0);
    min-height: 200px;
    margin-top: 30px;
}
footer .container {
    margin-top: 30px;
}
footer .container .header {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .2em;
}

/* ***********************
FORMS
*********************** */
form table {
    width: 100%;
}
form table th {
    text-align: left;
    font-weight: normal;
}
form table th,
form table td {
    padding: 4px 0;
}
.required,
.error {
    color: red;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    line-height: 22px;
    height: 16px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #333333;
    border: 1px solid #dddddd;
    width: 200px;
    padding: 4px 6px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    outline: 0;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
select {
    height: 28px;
    line-height: 28px;
    width: 212px;
    vertical-align: middle;
}
input[type="submit"],
button {
    line-height: 18px;
    height: 26px;
    padding: 4px 16px;
    background-color: #f58238;
    background-image: -webkit-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -moz-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -o-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -ms-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: linear-gradient(top, #f58238 0%, #e4600b 100%);
    xxxfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f58238, endColorstr=#e4600b, GradientType=0);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0 none;
    color: #ffffff;
    font-weight: bold;
    margin-top: 5px;
}
input[type="submit"]:hover,
button:hover {
    background: #e9620c;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

/* ***********************
Page Specific
*********************** */
/* * Home * */
#home section {
    margin: 20px 0 0;
}
#home .slider {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 340px;
    overflow: hidden;
}
#home .slider .slides {
    padding: 0;
    margin: 0;
    list-style: none;
    *zoom: 1;
}
#home .slider .slides:before,
#home .slider .slides:after {
    content: "";
    display: table;
}
#home .slider .slides:after {
    clear: both;
}
#home .slider .pager {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1;
}
#home .slider .pager:before,
#home .slider .pager:after {
    content: "";
    display: table;
}
#home .slider .pager:after {
    clear: both;
}
#home .slider .pager li {
    display: block;
    float: left;
    width: 25%;
    padding: 5px 0 0;
}
#home .slider .pager li a {
    background: #ffffff;
    display: block;
    line-height: 32px;
    text-align: center;
    font-size: 1.3em;
    font-family: Frutiger, arial, sans-serif;
    color: #333333;
    outline: none;
}
#home .slider .pager li.active {
    background: url('../images/slider_arrow.png') no-repeat top center;
}
#home .slider .pager li.active a,
#home .slider .pager li.active a:hover {
    background-color: #f58238;
    background-image: -webkit-linear-gradient(top, #f58238 0%, #ee640c 100%);
    background-image: -moz-linear-gradient(top, #f58238 0%, #ee640c 100%);
    background-image: -o-linear-gradient(top, #f58238 0%, #ee640c 100%);
    background-image: -ms-linear-gradient(top, #f58238 0%, #ee640c 100%);
    background-image: linear-gradient(top, #f58238 0%, #ee640c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f58238, endColorstr=#ee640c, GradientType=0);
    color: #ffffff;
}
#home .slider .pager li a:hover {
    color: #f58238;
}
#home .latest {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
#home .latest .row {
    margin: 0;
}
#home .latest .row .span3 {
    width: 216px;
}
#home .latest .box {
    padding: 20px 0;
}
#home .latest .box h1 {
    font-size: 1.6em;
    margin: .5em 0 .3em;
    font-family: Frutiger, arial, sans-serif;
}
#home .latest .box h1 a {
    color: #333333;
}
#home .focus .box {
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
#home .focus .box h1 {
    font-size: 1.8em;
    font-family: Frutiger, arial, sans-serif;
    margin: 0 0 .4em;
}

/* * Products * */
#main ul.itemlist {
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    *zoom: 1;
}
#main ul.itemlist:before,
#main ul.itemlist:after {
    content: "";
    display: table;
}
#main ul.itemlist:after {
    clear: both;
}
#main ul.itemlist .item {
    float: left;
    width: 318px;
    min-height: 175px;
    margin: 0 0 20px 20px;
    border: 1px solid #dddddd;
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -o-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -ms-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#f7f7f7, GradientType=0);
}
#main ul.itemlist .item .product {
    padding: 10px;
    min-height: 165px;
    *zoom: 1;
}
#main ul.itemlist .item .product:before,
#main ul.itemlist .item .product:after {
    content: "";
    display: table;
}
#main ul.itemlist .item .product:after {
    clear: both;
}
#main ul.itemlist .item .product .name {
    font-family: Frutiger, arial, sans-serif;
    font-size: 1.7em;
    padding: 0 0 8px;
}
#main ul.itemlist .item .product .image {
    float: left;
    margin-right: 10px;
    border: 1px solid #dddddd;
    background: #ffffff;
}
#main ul.itemlist .item .product .description {
    float: left;
    width: 163px;
}
#main ul.itemlist .item .product .description .download a,
#main ul.itemlist .item .product .description .add a,
#main ul.itemlist .item .product .description .remove a {
    display: block;
    padding: 4px 0 4px 24px;
    color: #f58238;
}
#main ul.itemlist .item .product .description .download a {
    background: url('../images/icon_download.png') no-repeat center left;
}
#main ul.itemlist .item .product .description .add a {
    background: url('../images/icon_add_collection.png') no-repeat center left;
}
#main ul.itemlist .item .product .description .added {
    padding: 4px 0 4px 24px;
    background: url('../images/icon_added_collection.png') no-repeat center left;
    color: #000000;
}
#main ul.itemlist .item .product .description .group {
    color: #999999;
}
#main ul.itemlist .item .product .description .data {
    color: #999999;
}
#main ul.itemlist .link {
    float: left;
    width: 320px;
    margin: 0 0 20px 20px;
}
#main ul.itemlist .link .name {
    font-family: Frutiger, arial, sans-serif;
    font-size: 1.5em;
    display: block;
}
#main ul.itemlist .link .description {
    color: #999999;
    display: block;
}
#main ul.itemlist .link .description p {
    margin: 0;
    padding: 0;
}
#main ul.itemlist .link a {
    display: block;
    border: 1px solid #dddddd;
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -o-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -ms-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#f7f7f7, GradientType=0);
    padding: 13px 20px;
    color: #000000;
}
#main ul.itemlist .link a:hover {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background-image: linear-gradient(top, #ffffff 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fafafa, GradientType=0);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    color: #f58238;
}
#main ul.itemlist .link a:active {
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #fcfcfc 100%);
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #fcfcfc 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #fcfcfc 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #fcfcfc 100%);
    background-image: linear-gradient(top, #f7f7f7 0%, #fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7f7f7, endColorstr=#fcfcfc, GradientType=0);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    color: #f58238;
}

/* * Products * */
#main ul.listfull {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main ul.listfull .item {
    margin: 0 0 20px 0;
    border: 1px solid #dddddd;
    background-color: #fcfcfc;
    background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -o-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: -ms-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    background-image: linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#f7f7f7, GradientType=0);
}
#main ul.listfull .item .product {
    padding: 10px;
    *zoom: 1;
}
#main ul.listfull .item .product:before,
#main ul.listfull .item .product:after {
    content: "";
    display: table;
}
#main ul.listfull .item .product:after {
    clear: both;
}
#main ul.listfull .item .product .name {
    font-family: Frutiger, arial, sans-serif;
    font-size: 1.5em;
    padding: 0 8px 0 0;
    line-height: 1em;
}
#main ul.listfull .item .product .group {
    color: #999999;
}
#main ul.listfull .item .product .remove a {
    display: block;
    padding-left: 20px;
    background: url('../images/icon_remove_collection.png') no-repeat center left;
    color: red;
}
#main .actions a.download {
    display: block;
    line-height: 36px;
    padding: 0 20px;
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 15px;
    background-color: #f58238;
    background-image: -webkit-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -moz-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -o-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: -ms-linear-gradient(top, #f58238 0%, #e4600b 100%);
    background-image: linear-gradient(top, #f58238 0%, #e4600b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f58238, endColorstr=#e4600b, GradientType=0);
    font-weight: bold;
}

/* * File Publisher * */
.folderlist {
    font-style: Â italic;
}
.folderheader td {
    background-color: #f58238;
    background-image: -webkit-linear-gradient(top, #f58238 0%, #ee640c 100%);
    background-image: -moz-linear-gradient(top, #f58238 0%, #ee640c 100%);
    background-image: -o-linear-gradient(top, #f58238 0%, #ee640c 100%);
    background-image: -ms-linear-gradient(top, #f58238 0%, #ee640c 100%);
    background-image: linear-gradient(top, #f58238 0%, #ee640c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f58238, endColorstr=#ee640c, GradientType=0);
    height: 20px;
    padding: 4px 8px;
    color: #ffffff;
    font-weight: bold;
}
.filepub_seperator {
    border: none 0;
    border-top: 1px solid #dddddd;
    margin: 0;
}

/* * Itemrow * */
#main ul.itemrow {
    list-style: none;
    padding: 0;
    margin: 0;
}
#main ul.itemrow li {
    border: 1px solid #dddddd;
    padding: 10px 20px;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* * News * */
#main ul.news {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main ul.news li {
    padding: 10px 0;
    border-top: 1px solid #dddddd;
}
#main ul.news li .title {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-family: Frutiger;
}
#main ul.news li .title a {
    color: #333333;
}
.employeebox {
    xxxmin-height: 220px;
}
select.select-dropdown {
    width: 166px;
    color: #F58238;
}
select.select-dropdown option {
}
header #nav ul li a[href*="rcogm-test"] {
    display: none;
}
#main ul.itemlist .link:last-child {
    margin-bottom:0px;
}
/* Sitemap */
#sitemap li, .sitemap-alp li {
    list-style: none;

}
ul#sitemap.M0 li {
    font-weight: bold;
}
ul#sitemap.M0 li ul.M1 li {
    font-weight: normal;
}
#sitemap ul.M2 {
    padding-left:3px;
}
#sitemap ul.M2 li:before { 
    content:'-';
}
.sitemap-alp {
    float:left;
    width:33%;
}
#main .main-content .sitemap-alp ul {
    padding-left:3px;
}
.sitemap-alp li:before { 
    content:'-';
}
.iframe {
    margin:0 -29px -100px;
    width:964px;
}
iframe {
    border:none;
}
.team-nordic {
    font-weight: bold;
    float:right;
    margin-top: 0px;
    margin-bottom: 15px;
}
.team-nordic a {
    margin-left: -20px;
}
.team-nordic a:after {
    content: " »";
}
#colorbox {
    top: 110px !important;
}
.season-banner .image {
    margin-top: -16px;
    margin-bottom: -16px;
}
.description-text {
    color: #000;
    margin-bottom: 15px;
}
#main ul.itemlist.big .name a {
    font-size: 20px;
}
#main ul.itemlist.big .link {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.itemlist.big .same-height img.graphics-logo {
    margin: 0;
    padding: 0;
}
iframe {
    overflow: hidden;
}


/* Visning af "Plus+" produkter */
#main ul.itemlist.big .link a {
    padding: 0;
    background: none;
    border: 0;
    color: #f58238;
}
#main ul.itemlist.big .link a:hover {
    box-shadow: none;
    color: #000;
}

#main ul.itemlist.big .link {
    background-color: #fcfcfc;
    background-image: -moz-linear-gradient(center top , #fcfcfc 0%, #f7f7f7 100%);
    border: 1px solid #dddddd;
    float: left;
    margin: 0 0 20px 20px;
    width: 318px;
    padding: 20px;
}
#main ul.itemlist.big .item.same-height .product, #main ul.itemlist .item.same-height {
    min-height: 90px;
}
#main ul.itemlist.big .item.same-height .product .description {
    width: 100%;
}
.itemlist.big .same-height img {
    max-width: 100%;
    margin: 5px 0 15px;
}
.itemlist.big img {
    margin: 10px 0 20px;
}
.itemlist.big img.graphics-logo {
    margin: -2px 0 0;
}
#main .main-content .itemlist.big .description-text ul {
    padding-left: 10px;
}
.itemlist.big .description-text li {
    list-style-type:disc;
    font-size: 13px;
    margin-top: 5px;
}
#main ul.itemlist.big .name a {
    color: #424242;
}
a[rel="ReadMore"] {
    font-size: 13px;
}
#main ul.itemlist.big .link {
    font-family: verdana, arial, sans-serif;
    font-size: 15px;
    display: block;
}
#main ul.itemlist.big .link .name {
    height:20px;
}
.half {
    float:left;
    width: 48%;
    margin-right: 0;
}
.half:first-child {
    margin-right: 4%;
}
img {
    max-width: 100%;
}
#id4 #main .text ul.itemlist .link a {
    line-height: 20px;
    padding: 23px 20px;
}
#id4 #main .text ul.itemlist .link:nth-child(2) a {
    padding: 13px 20px;
}
em {
    font-style: italic;
}
.social-icons {
    margin-right: 6px;
}
.social-icons a {
    margin-right: 4px;
    margin-top: 10px;
    float: left;
}
.group-link {
    display: none;
    margin: -1.8em 0 0.5em;
}