/**
 * Modules and page-specific variations.
 *
 * Group all system specific modules here.
 * Do not split module settings in other files.
 *
 * ---------------------------------------------------------------------------------------------------------------------
 * @version   1.1.6
 * @date      2013-04-16
 * @since     2012-11-05
 * @author    Christian Oellers <c.oellers@*.de>
 * @copyright Alldesign, http://alldesign.de/
 */

/* ------------------------------------------------------------------------------------------------------------ (all) */

.image_container {
    line-height:0;
}

.image_container .caption {
    margin:5px 0 0;
}

.ce_image.header { position:relative; }
.ce_image.header .caption {
    position:absolute;
    top:-15px;
    left:-10px;
    display:inline;
    width:auto !important;
    padding:4px 12px 2px 12px;
    font-family:"Ruda","Arial","Verdana","Tahoma","DejaVu Sans",sans-serif;
    font-size:18px;
    font-weight:700;
    color:#000;
    background:#F5D200;
    -moz-box-shadow:3px 4px 0px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:3px 4px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow:3px 4px 0px 0px rgba(0, 0, 0, 0.4);
}

/* ----------------------------------------------------------------------------------------------------- ce_accordion */
/* ----------------------------------------------------------------------------------------- main */

.main .ce_accordion {
    margin:0 0 10px;
}

.main .ce_accordion .toggler:before {
    color:#F5D200;
    font-size:13px;
    content:"› ";
}

.main .ce_accordion .toggler {
    color:#FFF;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:700;
    font-size:13px; /* 12px */
    margin:0 0 10px;
    cursor:pointer;
}

.main .ce_accordion .toggler:hover,
.main .ce_accordion .toggler.hover,
.main .ce_accordion .toggler.active {
    color:#F5D200;
}

.main .accordion section.ce_accordion {
    height:0;
    opacity:0;
}

.main .ce_accordion .accordion p {
    font-size:13px; /* 12px */
    margin:0 0 10px;
}

.main .ce_accordion .accordion ul {
    margin:0 0 10px;
}

.main .ce_accordion .accordion li {
    font-size:13px; /* 12px */
    margin:0 0 5px;
}

.main .ce_accordion .accordion li:before {
    content:"— ";
    padding:0 5px 0 0;
}

/* ------------------------------------------------------------------------------------------------------ ce_download */

.container .ce_download {
    margin:0 0 20px;
}

.container .ce_download h2,
.container .ce_download h3,
.container .ce_download h4 {
    color:#FFF;
    margin:0 0 5px;
}

.container .ce_download p {
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:400;
    font-size:13px; /* 12px */
    margin:0 0 5px;
}

.container .ce_download a:hover {
    color:#FFF;
}

.container .ce_download span {
    display:none;
}

.container .ce_download span.pdf {
    color:#FFF;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:400;
    font-size:10px;
    vertical-align:bottom;
    text-transform:uppercase;
    background:#B40000;
    display:inline;
    margin:0 5px 0 0;
    padding:2px 5px;
}

.container .ce_download a:hover span.pdf {
    background:#C70909;
}

/* ----------------------------------------------------------------------------------------------------- ce_downloads */

.container .ce_downloads {
    margin:0 0 20px;
}

.container .ce_downloads h2,
.container .ce_downloads h3,
.container .ce_downloads h4 {
    color:#FFF;
    margin:0 0 5px;
}

.container .ce_downloads p {
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:400;
    font-size:13px; /* 12px */
    margin:0 0 5px;
}

.container .ce_downloads a:hover {
    color:#FFF;
}

.container .ce_downloads span {
    display:none;
}

.container .ce_downloads span.pdf {
    color:#FFF;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:400;
    font-size:10px;
    vertical-align:bottom;
    text-transform:uppercase;
    background:#B40000;
    display:inline;
    margin:0 5px 0 0;
    padding:2px 5px;
}

.container .ce_downloads a:hover span.pdf {
    background:#C70909;
}

/* ------------------------------------------------------------------------------------- Magazine */

.right .ce_downloads.icon-magazine {
    margin:0 0 35px;
}

.right .ce_downloads.icon-magazine h3 {
    background:url("Magazine.png") 0 0 no-repeat;
    margin:0 0 15px;
    padding:0 0 0 25px;
}

.right .ce_downloads.icon-magazine p {
    margin-left:25px;
}

/* ---------------------------------------------------------------------------------------------------------- ce_form */


.container form .block { overflow:hidden; }

.container form .formblock {
    overflow:hidden;
    margin:0 0 5px;
}

.container form .explanation {
    margin:0 0 20px;
}

.container form span.mandatory {
    color:#F5D200;
    padding:0 0 0 2px;
}

.container form p.error {
    color:#F5D200;
    margin:0 0 5px;
}

.container form .submit_container {
    overflow:hidden;
    margin:10px 0 0;
}

.container form label {
    width:125px;
}

.main form select {
    width:310px;
}

.main input[type="text"] {
    width:300px;
}

.main form textarea {
    width:410px;
    height:160px;
}

.main form .piccap {
    width:410px;
}

.main form .piccap input {
    width:195px;
}

.main form .piccap .cpimage img {
    display:block;
    width:100px;
    height:24px;
}

.ce_form form .explanation h1 {
    background:url("Mail.png") 100% 2px no-repeat;
    color:#FFF;
    font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
    font-size:18px;
    display:inline-block;
    margin:0;
    padding:0 50px 0 0;
}

.ce_form form .explanation h2,
.ce_form form .explanation h3 {
    color:#FFF;
    margin:0 0 10px;
}

.ce_form form label {
    display:block;
    float:left;
}

.ce_form input[type="submit"] {
    float:right;
    margin:0 5px 0 0;
}

.ce_form .piccap .formfields {
    float:left;
}

.ce_form .piccap .cpimage {
    float:left;
    margin:1px 0 0 5px;
}

.ce_form .newsletter {
    margin:10px 0 0 125px;
}

.ce_form .newsletter label {
    float:none;
    display:inline-block;
    *display:inline;
    vertical-align:top;
    zoom:1;
    width:auto;
    color:#F5D200;
}

.ce_form .newsletter input {
    float:none;
    display:inline-block;
    *display:inline;
    vertical-align:top;
}


form .invisible { display:none; }

/* ------------------------------------------------------------------------------------------------------ ce_headline */

.container h1.ce_headline {
    color:#FFF;
    font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
    font-size:18px;
    margin:0 0 20px;
}

.container h2.ce_headline {
    color:#FFF;
    font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
    font-size:13px;
    margin:0 0 20px;
}

.container h3.ce_headline,
.container h4.ce_headline {
    color:#FFF;
    margin:0 0 20px;
}

/* ----------------------------------------------------------------------------------------------------- ce_hyperlink */

.ce_hyperlink { position:relative; }

.right .ce_hyperlink {
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-size:13px;
    margin:0 0 15px;
}

.right .ce_hyperlink a {
    color:#FFF;
}

.right .ce_hyperlink a:hover {
    color:#F5D200;
}

.right .ce_hyperlink.icon-rss {
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-size:13px;
    font-weight:700;
    background:url("Rss.png") 0 3px no-repeat;
    margin:0 0 20px;
    padding:0 0 0 25px;
}

.right .ce_hyperlink.icon-rss a {
    color:#FFF;
}

.right .ce_hyperlink.icon-rss a:hover,
.right .ce_hyperlink.icon-rss a:focus {
    color:#F5D200;
}

/**
 * [framework]
 * Highlight image captions for custom events.
 */
.right .ce_hyperlink.event .caption {
    color:#F5D200;
    font-size:12px;
    font-weight:700;
}

/* --------------------------------------------------------------------------------------------------- ce_imageslider */

.main .ce_imageslider {
    margin:0 0 20px;
}

.main .ce_imageslider .buttons {
    text-align:right;
}

.main .ce_imageslider .buttons span {
    color:#BEBEBE;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:400;
    font-size:0.75rem;
    line-height:140%;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}

.main .ce_imageslider .buttons span.active,
.main .ce_imageslider .buttons span:hover {
    color:#F5D200;
    background:none;
}

/* ---------------------------------------------------------------------------------------------------------- ce_text */
/* -------------------------------------------------------------------------------------- Default */
/* --------------------------------------------------------------- container */

/* [unused] * /
.container .ce_text {
    margin:0 0 20px;
}
/**/

.container .ce_text h1 {
    color:#FFF;
    font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
    font-size:18px;
    margin:0 0 20px;
}

.container .ce_text h2,
.container .ce_text h3 {
    color:#FFF;
    font-size:13px;
    margin:0 0 8px;
}

.container .ce_text h4 {
    font-weight:400;
    margin:0 0 8px;
}

.container .ce_text p {
    font-size:13px; /* 12px */
    /** /
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
    /**/
    margin:0 0 15px; /* 0 0 25px */
}

.container .ce_text ul,
.container .ce_text ol {
    margin:10px 0 15px; /* 10px 0 25px */
}

.container .ce_text a {
	color:#F5D200;
}

.container .ce_text a:hover,
.container .ce_text a:focus {
    color:#fff;
}

/**
 * [framework]
 * Insert the required HTML manually.
 */

.container .ce_text a.pdf span {
    color:#FFF;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:400;
    font-size:10px;
    vertical-align:bottom;
    text-transform:uppercase;
    background:#B40000;
    display:inline;
    margin:0 5px 0 0;
    padding:2px 5px;
}

.container .ce_text a.pdf:hover span {
    background:#C70909;
}

/**
 * [framework]
 * Text list with typographic divis list-style.
 * This is not a 'must have' and thus not used consitently.
 * Most of the time it is easier w/o using this style.
 *
 * Example: Industry sector (branch) child pages.
 */

.container .ce_text.list-divis li:before {
    content:"— ";
    float:left;
    width:20px;
}

.container .main .ce_text.list-divis ul {
    margin-left:20px;
}

.container .main .ce_text.list-divis li {
    text-indent:-20px;
}

.container .main .ce_text.list-divis li ol {
    margin:5px 0;
}

.container .main .ce_text.list-divis li ol li {
    margin-left:15px;
    list-style:square;
    text-indent:0;
}

.container .main .ce_text.list-divis li ol li:before {
    content:none;
}

/* Footer */

.footer .ce_text.list-divis ul li:before {
    content:"— ";
    float:left;
    width:20px;
}

.footer .ce_text.list-divis ul {
    margin-left:20px;
}

.footer .ce_text.list-divis li {
    text-indent:-20px;
}

/**
 * [framework]
 * Decent highlight text/link lists within text. Don't use for file lists.
 * Default lists look like normal text. This is to prevent styling too many different
 * list styles for each page and content; like text, links, downloads.
 */

.container .ce_text.list-highlight li:before {
    color:#F5D200;
    font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
    font-weight:700;
}

.container .ce_text.list-highlight li a {
    color:#FFF;
}

.container .ce_text.list-highlight li a:hover,
.container .ce_text.list-highlight li a:focus {
    color:#F5D200;
}

/*
 * PDF links within text. Preferrably use ce_download(s) instead.
 * Also do not use in combination with highlighted lists.
 */

.container .ce_text li a[href$=".pdf"]:before {
    color:#FFF;
    background:#B40000;
    content:"PDF";
    font-size:10px;
    vertical-align:bottom;
    margin:0 6px 0 0;
    padding:1px 3px;
}

.container .ce_text li a[href$=".pdf"]:hover {
    color:#FFF;
}

.container .ce_text li a[href$=".pdf"]:hover:before {
    background:#C70909;
}

.container .ce_text strong em,
.container .ce_text em strong {
    color:#FFF;
}

/**
 * Outlook VCard (vcf) links.
 * + span.mce-highlightColor
 */
.container .ce_text a[href$=".vcf"] {
    background:url("Vcard.png") right 50% no-repeat;
    padding:0 30px 0 0;
}

.container .ce_text a[href$=".vcf"] span {
    font-size:18px;
    font-weight:700;
}

/* ------------------------------------------------------------------- right */

.right .ce_text strong {
    color:#FFF;
}

.right .ce_text.highlight h2:before {
    color:#F5D200;
    content:"› ";
    float:left;
    width:25px;
    font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
    font-size:48px;
    line-height:39px;
    font-weight:400;
    /* horizontal, length, blur radius */
    text-shadow:4px 0px 0 rgba(0, 0, 0, 0.2);
}

/* ------------------------------------------------------------------ footer */

.footer .ce_text h1 {
    font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
    font-size:18px;
    margin:0 0 20px;
}

.footer .ce_text h2,
.footer .ce_text h3 {
    margin:0 0 5px;
}

.footer .ce_text h4 {
    font-weight:400;
    margin:0 0 5px;
}

.footer .ce_text p {
    font-size:13px; /* 12px */
    /** /
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
    /**/
    margin:0 0 15px; /* 0 0 25px */
}

.footer .ce_text ul,
.footer .ce_text ol {
    margin:10px 0 15px; /* 10px 0 25px */
}

/* ---------------------------------------------------------------------------------------- Boxes */

/**
 * DO NOT CHANGE ANY VALUES BELOW!
 * - Widths and margins are exact calculations for all boxes.
 * - Shadows must be different and attached to all types of boxes.
 */

/* -------------------------------------------- Function */

/**
 * [framework]
 * Container box (simple div) that allows inner boxes (ce_text) to float.
 * Example layout: Company / Management (Team members)
 */
div.box-float .ce_text {
    float:left;
    margin-right:16px;
}

/* --------------------------------------- Design/Layout */

/* [framework] */
.ce_text.box-bright {
    background:#F0F0F0; /* Old browsers */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZjlmOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, #F0F0F0 0%, #9F9F9F 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0F0F0), color-stop(100%,#9F9F9F)); /* Chrome, Safari4+ */
    background:-webkit-linear-gradient(top, #F0F0F0 0%,#9F9F9F 100%); /* Chrome10+, Safari5.1+ */
    background:-o-linear-gradient(top, #F0F0F0 0%,#9F9F9F 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #F0F0F0 0%,#9F9F9F 100%); /* IE10+ */
    background:linear-gradient(to bottom, #F0F0F0 0%,#9F9F9F 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0F0F0", endColorstr="#9F9F9F",GradientType=0); /* IE6-9 */
    -moz-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
}

.ce_text.box-dark {
    background:#323232; /* Old browsers */
    background:-moz-linear-gradient(top, #323232 0%, #212121 100%); /* FF3.6+ */
    background:-webkit-gradient(linear,left top, left bottom, color-stop(0%,#323232), color-stop(100%,#212121)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #323232 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #323232 0%,#212121 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #323232 0%,#212121 100%); /* IE10+ */
    background:linear-gradient(to bottom, #323232 0%,#212121 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.ce_text.box-yellow {
	background: #ffdb00; /* Old browsers */
	background: -moz-linear-gradient(top, #ffdb00 0%, #d8ad01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdb00), color-stop(100%,#d8ad01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffdb00 0%,#d8ad01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffdb00 0%,#d8ad01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffdb00 0%,#d8ad01 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffdb00 0%,#d8ad01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb00', endColorstr='#d8ad01',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
	box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
}

/* ----------------------------------------------------------- Box type: Text */

/**
 * [framework]
 * Text box with custom content and optional (linked) image.
 *
 * Uses:
 * - Info boxes.
 */

.ce_text.box-text {
    /* width:100%; */
    padding:15px;
    margin:0 4px 20px;
    overflow:hidden;
}

.main .ce_text.box-text {
    width:360px;
    overflow:hidden;
}

.right .ce_text.box-text {
    margin-left:0;
    margin-right:0;
}

.ce_text.box-text .image_container a:hover img,
.ce_text.box-text .image_container a:focus img {
    opacity:0.85;
}

.ce_text.box-text h1,
.ce_text.box-text h2,
.ce_text.box-text h3,
.ce_text.box-text h4 {
    color:#4A4A4A;
    margin:0 0 5px;
}

.ce_text.box-text p {
    color:#4A4A4A;
    font-size:12px;
    margin:0 0 5px;
}

.ce_text.box-text a {
    color:#4A4A4A;
    text-decoration:underline;
}

.ce_text.box-text a:hover,
.ce_text.box-text a:focus {
    color:#000;
}


.ce_text.box-blue {
    background: #2c86ae ; /* Old browsers */
    background: -moz-linear-gradient(top, #35a1d2  0%, #2c86ae 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35a1d2 ), color-stop(100%,#2c86ae)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #35a1d2  0%,#2c86ae 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #35a1d2  0%,#2c86ae 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #35a1d2  0%,#2c86ae 100%); /* IE10+ */
    background: linear-gradient(to bottom, #35a1d2  0%,#2c86ae 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a1d2', endColorstr='#2c86ae',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
}

.ce_text.box-blue * {
    color:#343434 !important;
}

/* Theme: box-dark */

.ce_text.box-text.box-dark h1,
.ce_text.box-text.box-dark h2,
.ce_text.box-text.box-dark h3,
.ce_text.box-text.box-dark h4,
.ce_text.box-text.box-dark p {
    color:#FFF;
}

.ce_text.box-text.box-dark a {
    color:#FFF; /* F5D200 */
    text-decoration:underline;
}

.ce_text.box-text.box-dark a:hover,
.ce_text.box-text.box-dark a:focus {
    color:#F5D200; /* FFF */
}

/* -------------------------------- Box type: Text + Icon */

/**
 * [framework]
 * Sidebar text box w/ 2 lines of text and
 * a graphical icon floating to the right.
 *
 * This style is for centering the ~50px icon vertically.
 */

.ce_text.box-text.box-icon .image_container {
    margin:-10px 0 0;
}

/* ---------------------------------------------------- Box type: Text + Link */

/**
 * [framework]
 * Text box with specially designed link and no image.
 *
 * Uses:
 * - Footer navigation.
 */

.ce_text.box-textLink {
    position:relative;
    display:inline-block;
    vertical-align:top;
    *display:inline;
    zoom:1;
    width:400px;
    margin:0 13px 19px 4px;
}

.ce_text.box-textLink .text {
    padding:15px 13px 15px 15px;
    margin:0 0 20px;
}

.ce_text.box-textLink h1,
.ce_text.box-textLink h2,
.ce_text.box-textLink h3,
.ce_text.box-textLink h4 {
    font-size:13px;
    color:#4A4A4A;
    margin:0 0 5px;
}

.ce_text.box-textLink p {
    color:#4A4A4A;
    font-size:12px;
    margin:0 0 5px;
}

.ce_text.box-textLink a:before {
    content:"› ";
    font-size:20px;
    font-weight:900;
    line-height:103%;
    vertical-align:bottom;
}

.ce_text.box-textLink a {
    color:#4A4A4A;
    background:#F5D200;
    padding:6px 20px;
    font-weight:700;
    position:absolute;
    bottom:0;
    right:0;
}

.ce_text.box-textLink a:hover,
.ce_text.box-textLink a:focus {
    color:#000;
}

/* Theme: box-dark */

.ce_text.box-textLink.box-dark h1,
.ce_text.box-textLink.box-dark h2,
.ce_text.box-textLink.box-dark h3,
.ce_text.box-textLink.box-dark h4,
.ce_text.box-textLink.box-dark p {
    color:#FFF;
}

/* -------------------------------------------- Box type: Text + Link + Image */

/**
 * [framework]
 * Text box with static layout image and specially designed link.
 *
 * Uses:
 * - Custom sub navigations within text.
 * - Team members.
 */

.ce_text.box-textLinkImage {
    overflow:hidden;
    height:126px; /* 100 + 26 */
    margin:0 4px 20px;
}

.ce_text.box-textLinkImage img {
    border:#323232 13px solid;
}

.ce_text.box-textLinkImage .text {
    margin:15px 0 0 145px;
    width:365px;
}

.ce_text.box-textLinkImage h1,
.ce_text.box-textLinkImage h2,
.ce_text.box-textLinkImage h3,
.ce_text.box-textLinkImage h4 {
    color:#FFF;
    margin:0 0 5px;
}

.ce_text.box-textLinkImage p {
    color:#FFF;
    font-size:12px;
    margin:0 0 8px;

    /* Hyphens MUST be enabled here */
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    -epub-hyphens:auto;
    hyphens:auto;
}

.ce_text.box-textLinkImage a:before {
    content:"› ";
    font-weight:700;
}

.ce_text.box-textLinkImage a {
    color:#F5D200;
    font-size:12px;
    font-weight:700;
}

.ce_text.box-textLinkImage a:hover,
.ce_text.box-textLinkImage a:focus {
    color:#FFF;
}

/* Theme: box-bright */

.ce_text.box-textLinkImage.box-bright img {
    border-color:#EBEBEB;
}

.ce_text.box-textLinkImage.box-bright h1,
.ce_text.box-textLinkImage.box-bright h2,
.ce_text.box-textLinkImage.box-bright h3,
.ce_text.box-textLinkImage.box-bright h4 {
    color:#4A4A4A;
}

.ce_text.box-textLinkImage.box-bright p {
    color:#4A4A4A;
}

.ce_text.box-textLinkImage.box-bright a {
    color:#000;
}

.ce_text.box-textLinkImage.box-bright a:hover,
.ce_text.box-textLinkImage.box-bright a:focus {
    color:#4A4A4A;
}

/* ------------------------------------------------------------------------------------------------ form_captchaimage */

/* Override/extend module */

.cpimage {
    float:none;
}

.cpimage.interactive {
    cursor:pointer;
}

.piccap {
    width:auto;
}

#ifpicCap input {
    margin:0;
}

/* ---------------------------------------------------------------------------------------------------- mod_customnav */
/* --------------------------------------------------------------------------------------- topnav */

#topnav li {
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:400;
    font-size:11px;
    line-height:15px;
}

#topnav a,
#topnav span {
    color:#3B3B3B;
}

#topnav a:hover,
#topnav a.hover,
#topnav span {
    color:#777;
}

/* ------------------------------------------------------------------- Layout */

#topnav .module_container {
    float:right;
    padding:4px 0 0;
}

#topnav .custom_nav_search,
#topnav .custom_nav_language,
#topnav .mod_customnav {
    float:left;
}

/* ------------------------------------------------------------ Nav: Language */

#topnav .custom_nav_language {
    position:relative;
    float:left;
    margin:0 0 0 10px;
}

#topnav .mod_navigation {
    border-top:10px solid rgba(0,0,0,0);
    visibility:hidden;
    position:absolute;
    left:0;
    top:15px;
    z-index:200;
}

#topnav .mod_navigation ul {
    padding:10px;
    background:#FFF;
    min-width:70px;
}

#topnav .custom_nav_language .mod_navigation {
    overflow:visible;
}

#topnav .custom_nav_language:hover .mod_navigation {
    visibility:visible;
}

#topnav .custom_nav_language img {
    vertical-align:middle;
    margin:-1px 0 0;
}

#topnav .custom_nav_language a {
    color:#3B3B3B;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:400;
    font-size:11px;
    line-height:15px;
    white-space:nowrap;
    float:left;
}

#topnav .custom_nav_language .level_1 {
    zoom:1;
    -moz-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
}

#topnav .custom_nav_language .level_1:after {
    content:'';
    visibility:hidden;
    clear:both;
    display:block;
    height:0;
}

#topnav .custom_nav_language .level_1 a {
    margin:0 0 5px;
}

#topnav .custom_nav_language a:hover,
#topnav .custom_nav_language a.active {
    color:#777;
}

#topnav .custom_nav_language a.select {
    background:url("Language.png") 0 1px no-repeat;
    padding:0 0 3px 20px;
}

#topnav .custom_nav_language a.select:hover {
    background-position:0 -30px;
}

/* -------------------------------------------------------------- Nav: Search */

#topnav .custom_nav_search {
    margin:0 0 0 10px;
}

#topnav .custom_nav_search a {
    background:url("Search.png") 0 0 no-repeat;
    padding:0 0 3px 20px;
}

#topnav .custom_nav_search a:hover {
    color:#777;
    background-position:0 -30px;
}

/* ---------------------------------------------------------------------------------------------------- mod_eventlist */

.mod_eventlist {
    margin:0 0 20px;
}

.mod_eventlist .empty {
    color:#BEBEBE;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:400;
    font-size:13px;
    line-height:140%;
}

/* ----------------------------------------------------------------------------------------- subheader */

/**
 * Home page news teaser texts.
 */

.right .mod_eventlist h2,
#subheader .mod_eventlist h2 {
	color:#FFF;
	font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
	font-size:18px;
	margin:0 0 20px;
}

.right .mod_eventlist .event,
#subheader .mod_eventlist .event {
	margin:0 0 20px;
}

.right .mod_eventlist h3,
#subheader .mod_eventlist h3 {
	overflow:hidden;
	margin:0 0 10px;
}

/**
 * Height optimized for 1-2 lines of headline text.
 */
.right .mod_eventlist h3 a:before,
#subheader .mod_eventlist h3 a:before {
	color:#F5D200;
	font-size:18px;
	line-height:0.8;
	content:"› ";
	display:inline;
	height:20px;
	width:15px;
}

/**
 * [framework]
 * Headlines with 3-4 lines of text.
 */
.right .mod_eventlist .event.headlines-3 h3 a:before,
#subheader .mod_eventlist .event.headlines-3 h3 a:before {
	height:50px;
}

.right .mod_eventlist .event.headlines-4 h3 a:before,
#subheader .mod_eventlist .event.headlines-4 h3 a:before {
	height:70px;
}

.right .mod_eventlist h3 a,
#subheader .mod_eventlist h3 a {
	color:#FFF;
	font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
	font-size:13px;
	line-height:140%;
	float:left;
}

.right .mod_eventlist h3 a:hover,
.right .mod_eventlist h3 a:focus,
#subheader .mod_eventlist h3 a:hover,
#subheader .mod_eventlist h3 a:focus {
	color:#F5D200;
}

.right .mod_eventlist .header,
#subheader .mod_eventlist .header {
	color:#BEBEBE;
	font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
	font-weight:400;
	font-size:13px;
	line-height:140%;
}

/* ----------------------------------------------------------------------------------------- main */

.main .mod_eventlist .event {
    overflow:hidden;
    margin:0 0 20px;
}

.main .mod_eventlist .header {
    float:left;
    width:20%;
}

.main .mod_eventlist .header .date {
    color:#F5D200;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:700;
    font-size:14px;
}

.main .mod_eventlist .teaser {
    float:left;
    width:80%;
}

.main .mod_eventlist .teaser p {
    margin:0 0 5px;
}

.main .mod_eventlist h2 {
    color:#FFF;
    font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
    font-size:18px;
    line-height:115%;
    margin:0 0 10px;
}

.main .mod_eventlist h2 a {
    color:#FFF;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-size:13px;
    line-height:140%;
}

.main .mod_eventlist h2 a:hover,
.main .mod_eventlist h2 a:focus {
    color:#F5D200;
}

.main .mod_eventlist h3 {
    overflow:hidden;
    margin:0 0 10px;
}

/* --------------------------------------------------------------------- More */

/* [template] */
.main .mod_eventlist a.more:before {
    color:#F5D200;
    font-size:18px;
    line-height:1;
    content:"› ";
    float:left;
    display:block;
    width:12px;
}

.main .mod_eventlist a.more {
    color:#FFF;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-size:13px;
    line-height:140%;
    font-weight:700;
}

.main .mod_eventlist a.more:hover,
.main .mod_eventlist a.more:focus {
    color:#F5D200;
}

/* --------------------------------------------------------------- Pagination */

.mod_eventlist .pagination {
    margin:30px 0 0;
}

.mod_eventlist .pagination p {
    display:none;
}

.mod_eventlist .pagination ul {
    padding:0 0 0 108px;
}

.mod_eventlist .pagination li {
    float:left;
    margin:0 10px 0 0;
}

.mod_eventlist .pagination li.previous,
.mod_eventlist .pagination li.next {
    display:none;
}

.mod_eventlist .pagination li a,
.mod_eventlist .pagination li span {
    color:#BEBEBE;
	text-align:center;
    background:#343434; /* Old browsers */
    background:-moz-linear-gradient(top, #3B3B3B 0%, #292929 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3B3B3B), color-stop(100%,#292929)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #3B3B3B 0%,#292929 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #3B3B3B 0%,#292929 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #3B3B3B 0%,#292929 100%); /* IE10+ */
    background:linear-gradient(to bottom, #3B3B3B 0%,#292929 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B3B3B', endColorstr='#292929', GradientType=0); /* IE6-9 */
    border-left:1px solid #363636;
    border-right:1px solid #363636;
    border-bottom:1px solid #0E0E0E;
    float:left;
    overflow:hidden;
    display:block;
    padding:3px 6px;
}

.mod_eventlist .pagination li span {
    font-weight:700;
}

.mod_eventlist .pagination li a:hover,
.mod_eventlist .pagination li a:focus,
.mod_eventlist .pagination li span {
    color:#FFF;
}

/* ---------------------------------------------------------- Special entries */
/* ---------------------------------- Highlight important */
/* Right sidebar, list */

.mod_eventlist .select:before {
    display:none !important;
    width:0 !important;
}

.mod_eventlist .select {
    color:#000 !important;
    background:#F5D200;
    margin:0;
    padding:1px 4px;
}

.mod_eventlist .select:hover {
    background:none;
    color:#F5D200 !important;
}

/* ----------------------------------------------- Videos */

/** /
.right .mod_eventlist .event.video h3 a {
    background:url('News-Video.png') 100% 3px no-repeat;
    padding-right:25px;
}

.right .mod_eventlist .event.video .header .date {
    background:url('News-Video.png') 100% 50% no-repeat;
    padding-right:25px;
}
/**/

/* -------------------------------------------------------------------------------------------------- mod_eventreader */

.mod_eventreader {
    margin:0 0 20px;
}

.main .mod_eventreader .event h1 {
    color:#FFF;
    font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
    font-size:18px;
    margin:0 0 20px;
}

.main .mod_eventreader .info {
    color:#F5D200;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-weight:700;
    font-size:14px;
    margin:0 0 5px;
}

/**
 * Prevent long paragraphs for text block elements.
 * Use with 'col-1 / col-100' layout only.
 * /
.main .mod_eventreader .ce_text h1,
.main .mod_eventreader .ce_text h2,
.main .mod_eventreader .ce_text h3,
.main .mod_eventreader .ce_text h4,
.main .mod_eventreader .ce_text p,
.main .mod_eventreader .ce_text ul,
.main .mod_eventreader .ce_text ol {
    width:70%;
}
/**/

/* --------------------------------------------------------------------- Back */

.main .mod_eventreader .back {
    margin:15px 0 0;
}

.main .mod_eventreader .back a:before {
    color:#F5D200;
    font-size:18px;
    line-height:0.8;
    content:"‹ ";
    float:left;
    display:block;
    width:12px;
}

.main .mod_eventreader .back a {
    color:#FFF;
    font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
    font-size:13px;
    line-height:140%;
    font-weight:700;
}

.main .mod_eventreader .back a:hover,
.main .mod_eventreader .back a:focus {
    color:#F5D200;
}

/* Enclosures */

.main .mod_eventreader .enclosure p {
    margin:0 0 5px;
}

.main .mod_eventreader .enclosure img {
    vertical-align:middle;
}

.main .mod_eventreader .enclosure a,
.main .mod_eventreader .enclosure a:visited {
    color:#BEBEBE;
}

.main .mod_eventreader .enclosure a:hover,
.main .mod_eventreader .enclosure a:focus {
    color:#FFF;
}

/* ---------------------------------------------------------------------------------------------------- mod_newslist */

.mod_newslist {
	margin:0 0 20px;
}

.mod_newslist .empty {
	color:#BEBEBE;
	font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
	font-weight:400;
	font-size:13px;
	line-height:140%;
}

/* ----------------------------------------------------------------------------------------- main */

.main .mod_newslist .block {
	display:table;
	margin:0 0 40px;
}

.main .mod_newslist .block.first {
	margin-top:40px;
}

.main .mod_newslist .header .info {
	color:#F5D200;
	font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
	font-weight:700;
	font-size:14px;
}

.main .mod_newslist .teaser p {
	margin:0 0 15px;
}

.main .mod_newslist h2 {
	color:#FFF;
	font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
	font-size:18px;
	line-height:115%;
	margin:0 0 10px;
}

.main .mod_newslist h2 a {
	color:#FFF;
	font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
	font-size:13px;
	line-height:140%;
}

.main .mod_newslist h2 a:hover,
.main .mod_newslist h2 a:focus {
	color:#F5D200;
}

.main .mod_newslist h3 {
	margin:0 0 10px;
}

/* --------------------------------------------------------------------- More */





.main .mod_newslist a.more {
	float:right;
}

.main .mod_newslist a.more:before {
	color:#F5D200;
	font-size:18px;
	line-height:1;
	content:"› ";
	float:left;
	display:block;
	width:12px;
}

.main .mod_newslist a.more {
	color:#FFF;
	font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
	font-size:13px;
	line-height:140%;
	font-weight:700;
}

.main .mod_newslist a.more:hover,
.main .mod_newslist a.more:focus {
	color:#F5D200;
}

/* --------------------------------------------------------------- Pagination */

.mod_newslist .pagination {
	margin:30px 0 0;
}

.mod_newslist .pagination p {
	display:none;
}

.mod_newslist .pagination ul {
	padding:0 0 0 108px;
}

.mod_newslist .pagination li {
	float:left;
	margin:0 10px 0 0;
}

.mod_newslist .pagination li.previous,
.mod_newslist .pagination li.next {
	display:none;
}

.mod_newslist .pagination li a,
.mod_newslist .pagination li span {
	color:#BEBEBE;
	text-align:center;
	background:#343434; /* Old browsers */
	background:-moz-linear-gradient(top, #3B3B3B 0%, #292929 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3B3B3B), color-stop(100%,#292929)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #3B3B3B 0%,#292929 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #3B3B3B 0%,#292929 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #3B3B3B 0%,#292929 100%); /* IE10+ */
	background:linear-gradient(to bottom, #3B3B3B 0%,#292929 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B3B3B', endColorstr='#292929', GradientType=0); /* IE6-9 */
	border-left:1px solid #363636;
	border-right:1px solid #363636;
	border-bottom:1px solid #0E0E0E;
	float:left;
	overflow:hidden;
	display:block;
	padding:3px 6px;
}

.mod_newslist .pagination li span {
	font-weight:700;
}

.mod_newslist .pagination li a:hover,
.mod_newslist .pagination li a:focus,
.mod_newslist .pagination li span {
	color:#FFF;
}


/* --------------------------------------------------------------- Knowledge Teaser */

.knowledge_teaser_container .mod_newslist .image_container {
	display:table-cell;
	vertical-align:top;
	width:26%;
	float:none !important;
}

.knowledge_teaser_container .mod_newslist .teaser {
	display:table-cell;
	vertical-align:top;
}


/* -------------------------------------------------------------------------------------------------- mod_newsreader */

.mod_newsreader {
	margin:0 0 20px;
}

.main .mod_newsreader .block h1 {
	color:#FFF;
	font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
	font-size:18px;
	margin:0 0 20px;
}

.main .mod_newsreader .info {
	color:#F5D200;
	font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
	font-weight:700;
	font-size:14px;
	margin:0 0 5px;
}

.main .mod_newsreader p:first-of-type
{
	color:#FFF;
	font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
}

.main .mod_newsreader strong {
	color:#fff;
}

.main .mod_newsreader ul {
	margin-left:20px;
}

.main .mod_newsreader ul li {
	text-indent:-20px;
}

.main .mod_newsreader ul li:before {
	content:"— ";
	float:left;
	width:20px;
}

/* --------------------------------------------------------------------- Back */

.main .mod_newsreader .back {
	margin:15px 0 0;
}

.main .mod_newsreader .back a:before {
	color:#F5D200;
	font-size:18px;
	line-height:0.8;
	content:"‹ ";
	float:left;
	display:block;
	width:12px;
}

.main .mod_newsreader .back a {
	color:#FFF;
	font-family:"Droid Serif", "Georgia", "Times New Roman", "Times", "DejaVu Serif", serif;
	font-size:13px;
	line-height:140%;
	font-weight:700;
}

.main .mod_newsreader .back a:hover,
.main .mod_newsreader .back a:focus {
	color:#F5D200;
}

/* Enclosures */

.main .mod_newsreader .enclosure p {
	margin:0 0 5px;
}

.main .mod_newsreader .enclosure img {
	vertical-align:middle;
}

.main .mod_newsreader .enclosure a,
.main .mod_newsreader .enclosure a:visited {
	color:#BEBEBE;
}

.main .mod_newsreader .enclosure a:hover,
.main .mod_newsreader .enclosure a:focus {
	color:#FFF;
}

/* -------------------------------------------------------------------------------------------------------- mod_login */

.right .mod_login h3 {
    color:#FFF;
    background:url("Login-Press.png") 0 0 no-repeat;
    margin:0 0 15px;
    padding:0 0 0 25px;
}

.right .mod_login input.text {
    margin:0 0 10px;
}

.right .mod_login label {
    display:none;
}

.right .mod_login .error {
    color:#F5D200;
    margin:0 0 5px;
}

.right .mod_login .submit_container {
    margin:10px 0 0;
}

/* --------------------------------------------------------------------------------------------------- mod_navigation */
/* --------------------------------------------------------------------------------------- header */

header .mod_navigation {
    overflow:visible;
}

/* ------------------------------------------------------------------ level_1 */

header .mod_navigation .level_1 li.lvl-1 {
	font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
	font-weight:400;
	font-size:13px;
	position:relative;
	float:left;
	left: 240px;
}

header .mod_navigation .level_1 a.lvl-1 {
    color:#4B4B4B;
    display:block;
    padding:10px 20px;
}

header .mod_navigation .level_1 a.lvl-1:hover,
header .mod_navigation .level_1 a.lvl-1.hover {
    color:#000;
    background:#868789; /* [wip] */
    background:#F5D200;
    text-shadow:0 0 1px rgba(0, 0, 0, 0.2);
}

/**
 * NavigationHover.js active/hover setup.
 */

header .mod_navigation .level_1 a.active.lvl-1 {
    color:#000;
    background:#F5D200;
    text-shadow:0 0 1px rgba(0, 0, 0, 0.2);
    display:block;
    padding:10px 20px;
}

header .mod_navigation .level_1 span.lvl-1 {
    color:#4B4B4B;
    display:block;
    padding:10px 20px;
}

header .mod_navigation li.lvl-1:hover .lvl-1 {
    color:#000;
    background:#868789; /* [wip] */
    background:#F5D200;
    text-shadow:0 0 1px rgba(0, 0, 0, 0.2);
}

header .mod_navigation .level_1 span.lvl-1.active {
    color:#000;
    background:#F5D200;
    text-shadow:0 0 1px rgba(0, 0, 0, 0.2);
}

header .mod_navigation .level_1 li .cms_contact
{
	position:relative;
}

/*
header .mod_navigation .level_1 li .cms_contact:before
{
	content:'';
	position:absolute;
	top:0;
	right:-18px;
	width:37px;
	height:31px;
	background:url("/files/Layout/Misc/contact-animation.gif") 0 0 no-repeat;
}
*/
/* ------------------------------------------------------------------ level_2 */

/**
 * Do not change height w/o changing the IE-7 fix too.
 * @see IE-lt-9.css
 */

header .mod_navigation .level_2 {
    background:#F5D200;
    visibility:hidden;
    position:absolute;
    left:0;
    top:38px;
    overflow:hidden;
    padding:6px 0 20px 0; /* qoob 导航子菜单高度 */
	z-index:100;
}

header .mod_navigation li:hover .level_2,
header .mod_navigation li.hover .level_2 {
    visibility:visible;
    height:100px !important;
    /** /
    opacity:1 !important;
    transition:height 0.4s ease-out, opacity 0.2s ease-in;
    /**/
}

header .mod_navigation .level_2 li {
    font-family:"Ruda", "Arial", "Verdana", "Tahoma", "DejaVu Sans", sans-serif;
    font-weight:400;
    font-size:12px;
    position:relative;
    float:left;
    /* Set page width below */
}

header .mod_navigation .level_2 a,
header .mod_navigation .level_2 a.active,
header .mod_navigation .level_2 span {
    display:block;
    padding:4px 20px 3px;
    white-space:nowrap;
}

header .mod_navigation .level_2 a {
    color:#4B4B4B;
}

header .mod_navigation .level_2 a:hover,
header .mod_navigation .level_2 a.hover,
header .mod_navigation .level_2 a.active,
header .mod_navigation .level_2 span {
    color:#000;
    text-shadow:0 0 1px rgba(0, 0, 0, 0.2);
}

/* ------------------------------------------------ Pages */

/* Display in right sidebar only */
header .mod_navigation li.cms_industry .level_2 {
    display:none;
}
/**/

/* ------------------------------------------------------------------------------------------------------- mod_search */

.main .mod_search .formbody {
    margin:0 0 5px;
}

.main .mod_search input.text {
    width:300px;
}

.main .mod_search .header {
    margin:0 0 30px;
}

.main .mod_search .item  {
    margin:0 0 20px;
}

/* -------------------------------------------------------------------- title */

.main .mod_search .item p.title a,
.main .mod_search .item p.title a:visited {
    color:#FFF;
}

.main .mod_search .item p.title a:hover {
    color:#F5D200;
}

.main .mod_search .item p.title .relevance {
    color:#4B4B4B;
}

/* ------------------------------------------------------------------ context */

.main .mod_search .item .context:before {
    content:"… ";
}

.main .mod_search .item .context:after {
    content:" …";
}

.main .mod_search .item .context {
    margin:0 0 5px;
}

.main .mod_search .item .context .highlight {
    color:#000;
    background:#5F5F5F;
    background:rgba(245, 220, 0, 1);
    padding:1px;
}

/* --------------------------------------------------------------- pagination */

.main .mod_search .pagination {
    margin:30px 0 0;
}

.main .mod_search .pagination p {
    margin:0 0 5px;
}

.main .mod_search .pagination ul {
    overflow:hidden;
}

.main .mod_search .pagination li {
    float:left;
    margin:0 10px 0 0;
}

.main .mod_search .pagination li.previous,
.main .mod_search .pagination li.next {
    display:none;
}

.main .mod_search .pagination li a,
.main .mod_search .pagination li span {
    color:#BEBEBE;
	text-align:center;
    background:#343434; /* Old browsers */
    background:-moz-linear-gradient(top, #3B3B3B 0%, #292929 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3B3B3B), color-stop(100%,#292929)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #3B3B3B 0%,#292929 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #3B3B3B 0%,#292929 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #3B3B3B 0%,#292929 100%); /* IE10+ */
    background:linear-gradient(to bottom, #3B3B3B 0%,#292929 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B3B3B', endColorstr='#292929', GradientType=0); /* IE6-9 */
    border-left:1px solid #363636;
    border-right:1px solid #363636;
    border-bottom:1px solid #0E0E0E;
    float:left;
    overflow:hidden;
    display:block;
    padding:3px 6px;
}

.main .mod_search .pagination li span {
    font-weight:700;
}

.main .mod_search .pagination li a:hover,
.main .mod_search .pagination li a:focus,
.main .mod_search .pagination li span {
    color:#FFF;
}
