/* =====================================================================================================================

	Author: @simonzitnik
	Created: 3 / 2013
	Based on: 320 and Up v3.0 (http://goo.gl/x8BNz)

======================================================================================================================*/
/* CSS reset */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul,
li {
  list-style: none;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.roboto-condensed-300 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.roboto-condensed-500 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/* Mixins */
.clear:before,
.clear:after {
  display: table;
  content: '';
}
.clear:after {
  clear: both;
}
.lt-ie8 .clear {
  zoom: 1;
}
.v-hidden.focusable:active,
.v-hidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.big-more {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
}
.big-more span {
  float: right;
  font-family: tahoma;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.ie7 .boxSha {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color='rgba(0,0,0,0.3)')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color='rgba(0,0,0,0.3)');*/
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6,
.footer-link li {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  text-rendering: optimizelegibility;
}
.content h1,
.default h1,
.content h2,
.default h2,
.content h3,
.default h3,
.content h4,
.default h4,
.content h5,
.default h5 {
  color: #444;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
.category {
  text-transform: uppercase;
  font-size: 24px !important;
  font-size: 2.4rem !important;
  border-bottom: 3px solid #ccc;
  padding-bottom: 5px;
}
div + .category {
  margin-top: 30px !important;
}
.RegistrationListPage .category {
  margin-bottom: 15px;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
abbr[title] {
  border-bottom: 1px dotted #beb6b8;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #e2dedf;
  color: #444;
  text-decoration: none;
}
mark {
  background-color: #e2dedf;
  color: #444;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* colour */
/* Colour */
a {
  text-decoration: none;
  color: #db164e;
  /*
	&:visited {
		color: @linkcolorvisited;
	}
	*/
}
a:hover {
  color: #011b35;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}
::selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}
.lightblue {
  color: #0090cd;
}
/* elements */
/* Elements */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #beb6b8;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure figcaption {
  display: block;
}
address {
  font-style: normal;
}
/* forms */
/* Forms  */
form fieldset {
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #444;
  border: 0;
  border-bottom: 1px solid #8e8083;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style: none;
}
form br {
  display: none;
}
input[type=search] {
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 3px;
  font-weight: normal;
  color: #444;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #8e8083;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #594f51;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #231f20, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  color: #231f20;
}
input:-moz-placeholder {
  color: #231f20;
}
#Form_EditForm li {
  list-style-type: none;
}
#Form_EditForm input.text {
  background-color: #00a65e;
}
/* tables */
/* Tables */
table {
  margin: 0 0 16px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #bbb;
  border-width: 1px 0;
  width: 100%;
  font-size: 13px;
  color: #666;
}
table caption {
  border-top: 1px solid #bbb;
  padding: 9px 0;
  color: #231f20;
}
thead th {
  background: #e3e3e3;
}
thead th:nth-child(2n) {
  background: #fff;
}
th {
  padding: 10px 20px;
}
tr:nth-child(2n) td {
  background: #f8f8f8;
}
tbody th {
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
}
td {
  padding: 9px 20px;
  vertical-align: top;
}
.divided {
  border-top: 1px solid #bbb;
}
/*
table {
width : 100%;
max-width : 100%;
margin-bottom : @baselineheight;
border-collapse : collapse;
border-spacing : 0;
background-color : @tablebackground; 

th,
td {
padding : 8px;
vertical-align : top;
border-top : @tableborderwidth @tableborderstyle @tableborder; 
.font-size(14);
line-height : @baselineheight;
text-align : left; }

th {
font-weight : bold; }

thead th {
vertical-align : bottom; }

colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
border-top : 0; }

tbody + tbody {
border-top : @tableborderwidth * 2 @tableborderstyle @tableborder; }

tbody tr td,
tbody tr th {
.transition(background-color .25s 0 linear); }

tbody tr:hover td,
tbody tr:hover th {
background-color : @tablehover; }
}

.table-condensed {

th,
td {
padding : 4px 5px; }
}

.table-bordered {
border : @tableborderwidth @tableborderstyle @tableborder;
border-left : 0;
border-collapse : separate;
*border-collapse : collapsed; 

th,
td {
border-left : @tableborderwidth @tableborderstyle @tableborder; }

thead:first-child tr:first-child th,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {
border-top : 0; }
}

.table-striped {

tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
background-color : @tablestripe; }
}

*/
#_iCDSaved {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 30px;
}
#_iCDSaved ._iCDclose {
  color: white;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid white;
  background: transparent;
  cursor: pointer;
}
#_iCDSaved ._iCDclose:hover {
  background: white;
  color: black;
}
#_iCDSaved .iCD_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
#_iCDSaved h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: none;
}
.iCD_showOpt {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  background-color: #db164e;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
.iCD_showOpt:hover {
  background: #000000;
  color: #ffffff;
}
#_iCDoptions {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  left: 0;
  z-index: 100;
  color: #ffffff;
}
#_iCDoptions .iCD_inner {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  box-sizing: border-box;
  max-height: 100%;
  overflow-y: auto;
  text-align: left;
}
@media only screen and (min-width:768px) {
  #_iCDoptions .iCD_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#_iCDoptions .iCD_inner br {
  display: none;
}
#_iCDoptions .iCD_inner h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (min-width:768px) {
  #_iCDoptions .iCD_inner h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
#_iCDoptions .iCD_inner p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (min-width:768px) {
  #_iCDoptions .iCD_inner p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
#_iCDoptions .iCD_checkbox_holder {
  border-bottom: 1px solid #3f3f3f;
  padding: 10px 10px 10px 0;
}
@media only screen and (min-width:768px) {
  #_iCDoptions .iCD_checkbox_holder {
    border-bottom: 1px solid #3f3f3f;
    padding: 21px 10% 16px 0;
  }
}
#_iCDoptions .iCD_checkbox_holder:first-of-type {
  border-top: 1px solid #3f3f3f;
}
#_iCDoptions .iCD_checkbox_holder p {
  color: #999;
  font-size: 12px;
  line-height: 1.2;
  margin-left: 35px;
  margin-bottom: 0;
}
@media only screen and (min-width:768px) {
  #_iCDoptions .iCD_checkbox_holder p {
    font-size: 13px;
    margin-bottom: 0;
  }
}
#_iCDoptions .iCD_btn_holder {
  text-align: right;
}
#_iCDoptions input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  outline: 0;
}
#_iCDoptions input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
}
@media only screen and (min-width:768px) {
  #_iCDoptions input[type="checkbox"] + label {
    font-size: 19px;
  }
}
#_iCDoptions input[type="checkbox"] + label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  left: 0;
  background: white;
}
#_iCDoptions input[type="checkbox"] + label:after {
  display: none;
}
#_iCDoptions input[type="checkbox"]:checked + label:before {
  box-shadow: inset 0 0 0 3px white;
  background: #db164e;
}
#_iCDoptions input[type="checkbox"]:disabled + label:before {
  opacity: 0.4;
}
#_iCDoptions button {
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  border: 1px solid #db164e;
  background: transparent;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
}
#_iCDoptions button:hover {
  background: #db164e;
  color: #ffffff;
}
#_iCDoptions #_iCDsave {
  background: #db164e;
  color: #ffffff;
  margin-left: 15px;
}
@media only screen and (min-width:1024px) {
  #_iCDoptions #_iCDsave {
    margin-left: 30px;
  }
}
#_iCDoptions #_iCDsave:hover {
  background: transparent;
  color: #ffffff;
}
#_iCDoptions #_iCDclose:hover {
  color: #ccc;
}
#_iCD {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 50px 20px 20px;
  font-size: 13px !important;
  line-height: 18px;
  color: #ffffff;
  background: #292929;
  z-index: 9999;
  text-align: center;
}
@media only screen and (min-width:1024px) {
  #_iCD {
    padding: 40px;
  }
}
#_iCD.top-fixed {
  bottom: auto;
  top: 0;
}
#_iCD.is-closed {
  display: none;
}
#_iCD .iCD_wrp {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}
@media only screen and (min-width:1400px) {
  #_iCD .iCD_wrp {
    max-width: 1220px;
  }
}
#_iCD .iCD_content_text a {
  color: #db164e;
  text-decoration: underline;
}
#_iCD .iCD_content_text a:hover {
  text-decoration: none;
}
#_iCD .iCD_rt {
  width: 30%;
  float: right;
}
@media only screen and (min-width:1024px) {
  #_iCD .iCD_rt {
    width: auto;
    float: none;
  }
}
@media only screen and (min-width:1024px) {
  #_iCD .iCD_rt .iCD_inr {
    border-top: 1px solid #999;
    border-color: rgba(255, 255, 255, 0.5);
  }
}
#_iCD .iCD_bkg {
  display: none;
}
#_iCD h3 {
  margin: 0;
  padding: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
}
#_iCD p {
  font-size: 13px;
  line-height: 18px;
}
@media only screen and (min-width:1024px) {
  #_iCD p {
    font-size: 15px;
    line-height: 23px;
  }
}
#_iCD .iCD_btn:after {
  content: "";
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
}
#_iCD .iCD_btn a {
  display: block;
  float: right;
  padding: 3px 10px;
  color: #000;
  background: #fff;
  border-radius: 3px;
  text-decoration: none !important;
}
#_iCD .iCD_btn a:hover {
  background: #ccc;
  text-decoration: none !important;
}
#_iCD .iCD_btn a strong {
  color: #000;
}
#_iCD .iCD_chk {
  position: relative;
  clear: both;
}
#_iCD .iCD_chk input {
  margin: 0;
  vertical-align: text-top;
}
#_iCD .iCD_chk label {
  position: relative;
  display: inline !important;
  margin: 0;
  padding: 0 0 0 5px;
  font-weight: normal !important;
  font-size: 12px !important;
}
#_iCD #_iCDclose {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 16px;
  width: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width:1024px) {
  #_iCD #_iCDclose {
    right: 36px;
    top: 40px;
  }
}
#_iCD #_iCDclose:before,
#_iCD #_iCDclose:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: 0.5s all;
}
#_iCD #_iCDclose:before {
  transform: rotate(45deg);
}
#_iCD #_iCDclose:after {
  transform: rotate(-45deg);
}
#_iCD #_iCDclose:hover:before,
#_iCD #_iCDclose:hover:after {
  background-color: #db164e;
}
@media only screen and (min-width:768px) {
  .cookie-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0;
  }
}
.cookie-buttons-wrapper .iCD_settings,
.cookie-buttons-wrapper .iCDdeclineallbtn,
.cookie-buttons-wrapper .iCDacceptallbtn {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  background-color: transparent;
  margin: 20px auto 0;
  border: 1px solid #db164e;
}
@media only screen and (min-width:768px) {
  .cookie-buttons-wrapper .iCD_settings,
  .cookie-buttons-wrapper .iCDdeclineallbtn,
  .cookie-buttons-wrapper .iCDacceptallbtn {
    display: inline-block;
    margin: 0 15px;
  }
}
.cookie-buttons-wrapper .iCD_settings:hover,
.cookie-buttons-wrapper .iCDdeclineallbtn:hover,
.cookie-buttons-wrapper .iCDacceptallbtn:hover {
  background-color: #db164e;
  color: #ffffff;
  text-decoration: none;
}
.cookie-buttons-wrapper .iCDacceptallbtn,
.cookie-buttons-wrapper .iCDdeclineallbtn {
  background-color: #db164e;
  color: #ffffff;
}
.cookie-buttons-wrapper .iCDacceptallbtn:hover,
.cookie-buttons-wrapper .iCDdeclineallbtn:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
#cookie-info h1 {
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 20px;
}
.iCD_show {
  cursor: pointer;
}
/*
Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
*/
.select2-container {
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../images/select2/select2.png') right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop {
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  width: 100%;
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.select2-drop.select2-drop-above {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-container .select2-choice div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.select2-container .select2-choice div b {
  background: url('../images/select2/select2.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 10000;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.select2-search input {
  background: #fff url('../images/select2/select2.png') no-repeat 100% -22px;
  background: url('../images/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('../images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('../images/select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 26px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('../images/select2/spinner.gif') no-repeat 100%;
  background: url('../images/select2/spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('../images/select2/spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('../images/select2/spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.select2-results ul.select2-result-sub {
  margin: 0 0 0 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for already selected choices in the results dropdown
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-results .select2-disabled {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../images/select2/spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
/* multiselect */
.select2-container-multi .select2-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('../images/select2/spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('../images/select2/select2.png') right top no-repeat;
  outline: none;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match {
  text-decoration: underline;
}
.select2-result-unselectable .select2-match {
  text-decoration: none;
}
.select2-offscreen {
  position: absolute;
  left: -10000px;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice div b {
    background-image: url(../images/select2/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide img {
  display: block;
}
.slick-loading.slick-slide img {
  display: none;
}
.dragging.slick-slide img {
  pointer-events: none;
}
/* Arrows */
.slick-arrow {
  position: absolute;
  display: block;
  height: 100%;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow:hover,
.slick-arrow:focus {
  outline: none;
  background: transparent;
}
.slick-arrow:hover:before,
.slick-arrow:focus:before {
  opacity: 1;
}
.slick-arrow:before {
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: opacity .4s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.slick-disabled.slick-arrow:before {
  opacity: .3;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  transform: translate(-50%, -50%) rotate(135deg) translate(-15%, -15%);
}
.slick-next {
  right: 0;
}
.slick-next:before {
  transform: translate(-50%, -50%) rotate(-45deg) translate(-15%, -15%);
}
.slick-dots {
  position: absolute;
  bottom: 18px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 4;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots .slick-active button:hover:before,
.slick-dots .slick-active button:focus:before {
  opacity: 1;
}
.slick-dots .slick-active button:before {
  opacity: 1;
}
.slick-dots button {
  display: none;
  background: none;
  border: 0;
  color: transparent;
  display: block;
  height: 16px;
  width: 16px;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.slick-dots button:hover,
.slick-dots button:focus {
  outline: none;
}
.slick-dots button:hover:before,
.slick-dots button:focus:before {
  opacity: .8;
}
.slick-dots button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px;
  border-radius: 12px;
  opacity: .5;
  background: #fff;
  transition: opacity .5s;
}
/* site */
/* root */
html {
  background: #ffffff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #e2dedf;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  position: relative;
  padding: 35px 0 0 0;
  background-color: transparent;
  font-family: arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #444;
}
h3 {
  padding: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.tools a,
.content li:not(.job-page-logos-list-item),
.pagination .prev,
.pagination .next,
.video .iframe:after,
.publications .date,
.radio input {
  background: transparent url(../images/bgr/sprite.png?v1) 0 0 no-repeat;
}
.content,
.secondary,
.corpo-data {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  /*filter:
	progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=0,strength=5),
  progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=45,strength=2),
  progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=90,strength=5),
  progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5), 
  progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=180,strength=10),
  progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=225,strength=5),
  progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=270,strength=5),
  progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=315,strength=2); */
}
.lt-ie9 .content,
.lt-ie9 .secondary,
.lt-ie9 .corpo-data {
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=1, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=2, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=2, Direction=270);
}
.header {
  text-align: center;
  background-image: url(../images/bgr/bg-header-bottom.gif);
  background-position: 0 151px;
  background-repeat: repeat-x;
}
.header .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 182px;
}
.header .inner:before,
.header .inner:after {
  display: table;
  content: '';
}
.header .inner:after {
  clear: both;
}
.brand {
  display: block;
  position: absolute;
  left: 50%;
  top: 33px;
  margin-left: -131px;
}
.brand .visuallyhidden {
  display: none;
  overflow: hidden;
  text-indent: -999em;
}
.primary {
  position: absolute;
  left: 0;
  bottom: 32px;
  bottom: 26px;
  width: 100%;
  text-align: center;
}
.primary ul {
  line-height: 30px;
  display: inline-block;
}
.primary li {
  position: relative;
  float: left;
  /*border-right: 1px solid #ccc;*/
}
.primary li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 22px;
  overflow: hidden;
  background: #ccc;
}
.primary li:first-child:after {
  display: none;
}
.primary li:first-child a {
  padding-left: 0;
}
.primary a {
  display: block;
  position: relative;
  padding: 0 20px 5px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #444;
}
.primary a:hover {
  color: #db164e;
}
.primary a.selected {
  color: #db164e;
}
.primary a.selected:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -5px;
  width: 11px;
  height: 9px;
  overflow: hidden;
  background: transparent url(../images/bgr/sprite.png?v1) 0 0 no-repeat;
  background-position: 0 0;
}
.ie7 .primary ul {
  display: block;
  padding: 0 0 15px;
}
.ie7 .primary ul li {
  float: none;
  display: inline;
  border-left: 1px solid #ebedea;
}
.ie7 .primary ul li:first-child {
  border: none;
}
.ie7 .primary ul li a {
  display: inline;
  padding-top: 0;
  padding-bottom: 0;
}
.lang {
  position: absolute;
  right: 0;
  top: 30px;
}
.lang ul:before,
.lang ul:after {
  display: table;
  content: '';
}
.lang ul:after {
  clear: both;
}
.lang ul li {
  float: left;
}
.lang ul li a {
  position: relative;
  padding: 0 10px;
  color: #444;
}
.lang ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  overflow: hidden;
  border-left: 1px solid #ccc;
}
.lang ul li a:hover,
.lang ul li a.selected {
  color: #db164e;
}
.lang ul li:first-child a:after {
  display: none;
}
.footer {
  width: 960px;
  margin: 0 auto;
  padding: 25px 0;
}
.footer a {
  color: #444;
}
.footer a:hover {
  color: #db164e;
}
.footer .sitetree:before,
.footer .sitetree:after {
  display: table;
  content: '';
}
.footer .sitetree:after {
  clear: both;
}
.footer .sitetree > ul {
  margin: 10px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ebedea;
}
.footer h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  color: #db164e;
}
.footer h3 {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer li {
  float: left;
  width: 192px;
}
.footer li li {
  float: none;
}
.footer #career figure {
  margin: 0 0 10px;
  border: 1px solid #ebedea;
}
.footer .copy {
  margin: 20px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ebedea;
}
.footer .footer-support-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footer .footer-support-menu .pipe {
  margin: 0 5px;
}
.footer .footer-cookie {
  cursor: pointer;
}
.footer .footer-cookie:hover span {
  color: #db164e;
}
.footer .footer-cookie .icon-cookie {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.footer .footer-production-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ebedea;
  padding-top: 15px;
  margin-top: 10px;
}
.footer-logos figure {
  margin: 0 25px 25px 0;
  width: 100px;
}
.main {
  border-bottom: 2px solid #cacaca;
  background-image: url(../images/bgr/bg-main.gif);
  background-position: left top;
  background-repeat: repeat;
}
.main .inner {
  margin: 0 auto;
  padding: 0 0 20px;
  width: 960px;
}
.main .inner:before,
.main .inner:after {
  display: table;
  content: '';
}
.main .inner:after {
  clear: both;
}
.main .top {
  height: 50px;
}
.main .top:before,
.main .top:after {
  display: table;
  content: '';
}
.main .top:after {
  clear: both;
}
.main .top h1 {
  float: left;
  line-height: 1.2;
  font-size: 33px;
  font-size: 3.3rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
}
.breadcrumbs {
  padding: 20px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumbs a {
  color: #444;
}
.breadcrumbs a.first,
.breadcrumbs a:hover {
  color: #db164e;
}
.breadcrumbs span {
  /*position: relative;
		top: -2px;*/
  padding: 0 8px 0 12px;
  font-family: verdana;
}
.toolbar {
  float: right;
  padding: 18px 0 0;
  width: 514px;
}
.toolbar .socialmedia,
.toolbar .tools {
  float: right;
}
.toolbar .socialmedia .fb-like {
  margin-right: 2px;
}
.toolbar .tools a {
  display: block;
  float: left;
  margin: 0 0 0 20px;
  padding: 0 0 0 25px;
  color: #444;
  background-position: -952px -30px;
}
.toolbar .tools a:hover {
  color: #db164e;
  color: #909090;
}
.toolbar .tools .send-to-friend {
  background-position: -961px -15px;
}
.toolbar .tools .print {
  background-position: -935px -35px;
}
.col-main-left {
  float: left;
  margin: 0 20px 0 0;
  width: 226px;
}
.secondary {
  /* temp */
}
.secondary ul {
  padding: 20px 10px;
}
.secondary li {
  border-top: 1px solid #ebedea;
}
.secondary li:first-child {
  border: none;
}
.secondary li a {
  display: block;
  padding: 5px 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #444;
}
.secondary li a:hover,
.secondary li a.selected {
  color: #db164e;
}
.secondary li a.selected {
  background: #f9f9f9;
}
.secondary li.selected {
  /*li { a {color:#444;}}
			
			&.selected {}*/
}
.secondary li.selected a {
  background: #f9f9f9;
}
.secondary li.selected > a {
  color: #db164e;
}
.secondary li ul {
  padding: 0;
}
.secondary li li:first-child {
  border-top: 1px solid #ebedea;
}
.secondary li li a {
  padding: 5px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.secondary li li li a {
  padding: 5px 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.secondary ul {
  padding: 20px 0;
}
.secondary li a {
  padding: 5px 10px;
}
.corpo-data {
  margin: 20px 0 0;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.corpo-data figure {
  margin-bottom: 10px;
}
.corpo-data p {
  padding: 0 0 10px;
}
.corpo-data .box {
  margin: 0 0 10px;
}
.content {
  float: left;
  width: 714px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px;
}
.content.fullwidth {
  width: auto;
}
.content.content-first {
  margin-bottom: 20px;
}
.content .logo-line {
  margin-bottom: 40px;
}
.content h2 {
  padding: 0 0 15px;
  font-size: 24px;
  font-size: 2.4pxrem;
  font-family: arial;
}
.content h3 {
  padding: 0 0 10px;
}
.content p {
  padding: 0 0 15px;
}
.content li:not(.job-page-logos-list-item) {
  background-position: -986px -1px;
  padding: 0 0 5px 25px;
}
.content table {
  text-align: left;
  border: none;
  border-bottom: 6px solid #ebedea;
}
.content table th {
  padding: 5px;
  color: #db164e;
}
.content table td {
  padding: 5px;
  /*&:last-child {width:40%;}*/
}
.content table tr:odd td {
  background: #ebedea;
}
.content .main-image {
  margin: 0 0 20px;
  width: 100%;
}
.content .attachments li {
  padding-bottom: 0;
}
.content .attachments li a {
  font-weight: bold;
}
.content .attachments li a span {
  font-weight: normal;
  font-size: 11px;
  color: #999;
}
.ie7 .socialmedia {
  width: 180px;
}
.ie7 .socialmedia .fb-like,
.ie7 .socialmedia .twitter-share-button {
  float: left;
}
.ie7 .content {
  margin: 0 -2px;
  width: 686px;
}
.ie7 .content.fullwidth {
  width: auto;
}
.ie7 .h-list .item {
  height: 1%;
}
.in-numbers {
  padding: 20px 0 0;
}
.in-numbers ul {
  padding: 6px 0;
  border-bottom: 6px solid #ebedea;
}
.in-numbers ul:before,
.in-numbers ul:after {
  display: table;
  content: '';
}
.in-numbers ul:after {
  clear: both;
}
.in-numbers li {
  float: left;
  margin: 0 0 0 4px;
  padding: 10px;
  width: 114px;
  height: 64px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  background: #db164e;
}
.in-numbers li:first-child {
  margin: 0;
}
.in-numbers li strong {
  display: block;
  padding: 0 0 4px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
}
.in-numbers li.big {
  font-size: 20px;
  font-size: 2rem;
}
.in-numbers li.big strong {
  padding: 6px 0 14px;
  font-size: 38px;
  font-size: 3.8rem;
}
.gallery figure {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  padding: 5px;
  width: 211px;
  border: 1px solid #ebedea;
}
.gallery figure a:hover {
  /*.opacity(.7);*/
}
.gallery figure a:hover img {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.gallery figure a img {
  display: block;
}
.gallery figure .thumbnails {
  margin: 5px 0 0;
}
.gallery figure .thumbnails:before,
.gallery figure .thumbnails:after {
  display: table;
  content: '';
}
.gallery figure .thumbnails:after {
  clear: both;
}
.gallery figure .thumbnails a {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  width: 49px;
}
.gallery figure .thumbnails a:first-child {
  margin: 0;
}
.video {
  margin: 20px 0 0;
  padding: 30px 0 0;
  border-top: 6px solid #ebedea;
}
.video:before,
.video:after {
  display: table;
  content: '';
}
.video:after {
  clear: both;
}
.video .thumbnail {
  display: block;
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  padding: 4px;
  width: 323px;
  height: 197px;
  border: 1px solid #ebedea;
}
.video .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}
.video .thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -37px 0 0 -37px;
  width: 74px;
  height: 74px;
  background-position: 0 -31px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.video .thumbnail:hover img {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.video .thumbnail:hover:after {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.filter {
  position: relative;
  margin: 20px 0 0;
  padding: 18px 18px 40px;
  padding: 18px;
  background-image: url(../images/bgr/bg-main.gif);
  background-position: 0 0;
  background-repeat: repeat;
}
.filter:before,
.filter:after {
  display: table;
  content: '';
}
.filter:after {
  clear: both;
}
.filter .field .select2-container {
  width: 200px;
}
.filter .field .select-category {
  width: 200px;
}
.filter .floatl {
  float: left;
  margin-right: 10px;
}
.filter .floatr {
  float: right;
  margin-left: 10px;
}
.filter .default-label div {
  /*color: #999 !important;*/
}
.filter .btn {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  background: #db164e;
  border: 0;
}
.pagination {
  position: absolute;
  right: 18px;
  bottom: 0;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
}
.pagination .next,
.pagination .prev {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 30px;
  background-position: -837px -109px;
  overflow: hidden;
  text-indent: -999em;
}
.pagination .next:hover,
.pagination .prev:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.pagination .prev {
  right: auto;
  left: 0;
  background-position: -874px -84px;
}
.pagination .pages:before,
.pagination .pages:after {
  display: table;
  content: '';
}
.pagination .pages:after {
  clear: both;
}
.pagination .pages a {
  display: block;
  float: left;
  padding: 0 4px 0 8px;
  color: #444;
  text-align: right;
}
.pagination .pages a:hover {
  color: #db164e;
}
.pagination .pages a.current {
  color: #db164e;
  background: #ffffff;
}
.stock-info {
  padding: 10px 0 20px;
  border-top: 6px solid #ebedea;
  border-bottom: 6px solid #ebedea;
}
.stock-info:before,
.stock-info:after {
  display: table;
  content: '';
}
.stock-info:after {
  clear: both;
}
.stock-info .num {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  font-size: 18px;
  font-size: 1.8rem;
}
.stock-info .row {
  padding: 0 0 10px;
}
.stock-info .row:before,
.stock-info .row:after {
  display: table;
  content: '';
}
.stock-info .row:after {
  clear: both;
}
.stock-info .row span {
  display: block;
  float: left;
  width: 106px;
}
.stock-info .row .num {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  width: auto;
}
.stock-info .col {
  float: left;
  width: 106px;
}
.stock-info .col span {
  display: block;
}
.stock-info .col.last {
  width: 70px;
}
/* homepage */
#map-canvas {
  margin: -14px -14px 0;
  width: 960px;
  height: 400px;
}
#map-canvas img {
  max-width: none;
}
#map-canvas #map-legend {
  margin: 10px;
  padding: 10px 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  background: #ffffff;
  border: 3px solid #a7a9ac;
}
#map-canvas #map-legend li {
  padding: 7px 0;
  background: none;
  cursor: pointer;
}
#map-canvas #map-legend li:hover {
  color: #a7a9ac;
}
#map-canvas #map-legend li.selected {
  color: #db164e;
}
#map-canvas .map-info-window {
  width: auto;
}
#map-canvas .map-info-window h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.companygroup-map {
  padding: 0 0 30px;
}
.HomePage .carousel {
  position: relative;
  margin: -13px -13px 0;
  width: 958px;
  height: 400px;
  overflow: hidden;
}
.HomePage .carousel .item {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.HomePage .carousel .carousel-text {
  position: absolute;
  left: 0;
  bottom: 80px;
  padding: 15px;
  width: 430px;
  background: #ffffff;
}
.HomePage .carousel .carousel-nav {
  position: absolute;
  left: 0;
  bottom: 50px;
  padding: 0 15px;
  width: 430px;
  height: 30px;
  background: #ebedea;
  text-align: right;
}
.HomePage .carousel .carousel-nav:before,
.HomePage .carousel .carousel-nav:after {
  display: table;
  content: '';
}
.HomePage .carousel .carousel-nav:after {
  clear: both;
}
.HomePage .carousel .carousel-nav a {
  display: inline-block;
  padding: 0 4px 0 8px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #444;
  outline: none;
}
.HomePage .carousel .carousel-nav a.current {
  color: #db164e;
  background: #ffffff;
}
.exposed {
  margin: 0 -13px;
  width: 958px;
  border-top: 1px solid #ebedea;
  border-bottom: 1px solid #ebedea;
}
.exposed:before,
.exposed:after {
  display: table;
  content: '';
}
.exposed:after {
  clear: both;
}
.exposed .box {
  position: relative;
  float: left;
  padding: 25px 15px 15px;
  width: 288px;
  height: 270px;
  border-left: 1px solid #ebedea;
}
.exposed .box:first-child {
  border: none;
}
.exposed .box figure {
  border: 1px solid #ebedea;
}
.exposed figure,
.exposed .stock-info,
.exposed .more {
  display: block;
  position: absolute;
  bottom: 40px;
  width: 288px;
}
.exposed .more {
  bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
}
.exposed .more span {
  float: right;
  font-family: tahoma;
  font-family: arial;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.latest {
  padding: 20px 0 0;
}
.latest .list {
  margin-top: 0;
}
.HomePage .list .item {
  margin-right: 20px;
}
.HomePage .list .item > a {
  display: block;
  padding: 0 0 10px;
}
.HomePage .list .item h3 {
  line-height: 1;
  overflow: hidden;
}
.HomePage .in-numbers {
  padding: 30px 0 0;
}
.HomePage .in-numbers li {
  padding: 20px 20px 0;
  width: 143px;
  height: 95px;
  font-size: 20px;
  font-size: 2rem;
}
.HomePage .in-numbers li strong {
  padding: 0 0 15px;
  font-size: 30px;
  font-size: 3rem;
}
.HomePage .in-numbers li.big {
  padding: 20px 0 0;
  width: 183px;
  font-size: 30px;
  font-size: 3rem;
}
.HomePage .in-numbers li.big strong {
  padding: 6px 0 28px;
  font-size: 48px;
  font-size: 4.8rem;
}
/* default*/
.tabs {
  margin: 0 0 3px;
  border-bottom: 6px solid #ebedea;
}
.tabs:before,
.tabs:after {
  display: table;
  content: '';
}
.tabs:after {
  clear: both;
}
.tabs li {
  float: left;
  margin: 0 4px 0 0;
  padding: 2px 15px 0;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  background: #db164e;
  cursor: pointer;
}
.tabs li.selected {
  color: #444;
  background: #ebedea;
}
.tabs-content {
  border-bottom: 6px solid #ebedea;
}
.tabs-content .filter {
  margin: 0;
}
.list {
  margin: 20px 0 0;
}
.list.insert {
  margin-bottom: 40px;
}
.list .row {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  font-size: 0;
}
.list .row:before,
.list .row:after {
  display: table;
  content: '';
}
.list .row:after {
  clear: both;
}
.list .row .last {
  margin-right: 0;
}
.list .item {
  margin: 0 15px 20px 0;
  padding: 0 0 10px;
  width: 200px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.list .item figure {
  margin: 0 0 10px;
  padding: 5px;
  border: 1px solid #ebedea;
}
.list .item h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #db164e;
}
.list .item .date {
  color: #919191;
}
.list .item li:after {
  top: 5px;
}
.list .item li .file-info {
  font-size: 11px;
  font-size: 1.1rem;
  color: #919191;
}
.list .item .bottom {
  position: absolute;
  bottom: 0;
  padding: 0 0 10px;
  width: 218px;
  text-transform: uppercase;
  border-bottom: 6px solid #ebedea;
}
.h-list.insert {
  margin-top: 25px;
  padding: 25px 0 0;
  border-top: 6px solid #ebedea;
}
.h-list .item {
  padding: 20px 0 0;
  border-bottom: 1px solid #ebedea;
}
.h-list .item:before,
.h-list .item:after {
  display: table;
  content: '';
}
.h-list .item:after {
  clear: both;
}
.h-list .item .left {
  float: left;
  margin: 0 0 -1px;
  padding: 0 20px 0 0;
  background: #ffffff;
}
.h-list .item figure {
  width: 211px;
  padding: 5px;
  border: 1px solid #ebedea;
}
.h-list .item .right {
  float: right;
  width: 440px;
}
.h-list .item .date,
.h-list .item .seperator {
  font-size: 12px;
  font-size: 1.2rem;
  color: #919191;
}
.h-list .item .seperator {
  position: relative;
  top: -2px;
  padding: 0 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
.h-list .item .type {
  color: #444;
}
.h-list .item .type:hover {
  color: #db164e;
}
.h-list .item.gal-item {
  padding: 20px 0;
}
.h-list .item.gal-item .left {
  margin: 0;
  padding: 0;
}
.h-list .item.gal-item .left figure {
  margin: 0;
}
.h-list .item.gal-item .right {
  width: 450px;
}
.small-list {
  padding: 15px 0 0;
}
.small-list:before,
.small-list:after {
  display: table;
  content: '';
}
.small-list:after {
  clear: both;
}
.small-list.insert {
  margin-top: 25px;
  padding: 25px 0 0;
  border-top: 6px solid #ebedea;
}
.small-list .item {
  padding: 0 0 15px;
}
.small-list .item:before,
.small-list .item:after {
  display: table;
  content: '';
}
.small-list .item:after {
  clear: both;
}
.small-list .item figure {
  float: left;
  margin: 0 15px 0 0;
}
.small-list .item h3 {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.small-list .item .more {
  font-family: tahoma;
  color: #db164e;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: arial;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
}
.small-list .item a {
  display: block;
}
.small-list .item a:before,
.small-list .item a:after {
  display: table;
  content: '';
}
.small-list .item a:after {
  clear: both;
}
.small-list .item a:hover h3 {
  color: #db164e;
}
.small-list .item a:hover span {
  color: #444;
}
.link-list ul li {
  position: relative;
  padding: 5px 0 5px 25px;
  background: none;
  border-top: 1px solid #ebedea;
}
.link-list ul li:after {
  content: ">>";
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #db164e;
}
.link-list ul li:first-child {
  border: none;
}
.link-list ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #444;
}
.link-list ul li a:hover {
  color: #db164e;
}
.labeled-image {
  position: relative;
  float: left;
}
.labeled-image figcaption {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 10px;
  width: 270px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
}
.labeled-image figcaption h3 {
  margin: 0;
  padding: 0;
}
.labeled-image figcaption p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.quick-overview {
  float: left;
  width: 294px;
  border: 1px solid #ebedea;
  border-left: none;
}
.quick-overview:before,
.quick-overview:after {
  display: table;
  content: '';
}
.quick-overview:after {
  clear: both;
}
.quick-overview h2 {
  padding: 0;
  font-size: 21px;
  font-size: 2.1rem;
}
.quick-overview .top {
  padding: 10px;
  height: auto;
  border-bottom: 1px solid #ebedea;
}
.quick-overview .top .select2-container {
  display: block;
  max-width: none;
}
.quick-overview .bottom {
  padding: 0 10px;
  border-top: 1px solid #ebedea;
}
.quick-overview .bottom .more {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  display: block;
  line-height: 44px;
}
.quick-overview .bottom .more span {
  float: right;
  font-family: tahoma;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.quick-overview .small-list {
  padding: 15px 10px 0;
  height: 235px;
  overflow: hidden;
}
.quick-overview .item {
  padding: 0 0 10px;
  height: 49px;
  overflow: hidden;
}
.image-and-list {
  padding: 0 0 10px;
}
.image-and-list:before,
.image-and-list:after {
  display: table;
  content: '';
}
.image-and-list:after {
  clear: both;
}
.image-and-list .labeled-image {
  padding: 5px;
  border: 1px solid #ebedea;
}
.image-and-list .labeled-image figcaption {
  left: 5px;
}
.image-and-list .labeled-image a {
  display: block;
}
.image-and-list .labeled-image a:hover img {
  opacity: 0.6;
}
.image-and-list .labeled-image a:hover figcaption {
  background: #fff;
}
.image-and-list .labeled-image a p {
  color: #444;
}
.image-and-list .quick-overview {
  height: 332px;
  overflow: hidden;
}
.lt-ie9 .image-and-list {
  height: 1%;
}
.lt-ie9 .image-and-list .quick-overview {
  margin: -1px 0 0 -2px;
  height: 332px;
}
.image-and-stock {
  position: relative;
  padding: 0 0 20px;
}
.image-and-stock:before,
.image-and-stock:after {
  display: table;
  content: '';
}
.image-and-stock:after {
  clear: both;
}
.image-and-stock figure h3 {
  color: #db164e;
}
.image-and-stock .stock-data {
  float: right;
  width: 335px;
}
.image-and-stock .stock-data .bottom {
  padding: 10px 0 0;
  /*position: absolute;
			bottom: 0;
			width: 335px;*/
}
.image-and-stock .stock-data .bottom .more {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  display: block;
}
.image-and-stock .stock-data .bottom .more span {
  float: right;
  font-family: tahoma;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.stock-and-dividend:before,
.stock-and-dividend:after {
  display: table;
  content: '';
}
.stock-and-dividend:after {
  clear: both;
}
.stock-and-dividend .stock-data {
  float: left;
  width: 335px;
}
.stock-and-dividend .stock-data .bottom {
  padding: 10px 0 0;
  /*position: absolute;
			bottom: 0;
			width: 335px;*/
}
.stock-and-dividend .stock-data .bottom .more {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  display: block;
}
.stock-and-dividend .stock-data .bottom .more span {
  float: right;
  font-family: tahoma;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.stock-and-dividend .dividend-data {
  float: right;
  width: 335px;
}
.stock-and-dividend .dividend-data .stock-info .row span {
  width: 116px;
}
.stock-and-dividend .dividend-data .bottom {
  padding: 5px 0 0;
  text-align: right;
}
.stock-and-dividend .dividend-data .bottom a {
  margin: 0 0 0 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444;
}
.stock-and-dividend .dividend-data .bottom a:before {
  content: ">>";
  padding: 0 10px 0 0;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  color: #db164e;
}
.stock-and-dividend .dividend-data .bottom a:hover {
  color: #db164e;
}
/* board members */
.board-members h3 {
  color: #db164e;
}
.board-members .president {
  padding: 15px 0 0;
}
.board-members .president:before,
.board-members .president:after {
  display: table;
  content: '';
}
.board-members .president:after {
  clear: both;
}
.board-members .president figure {
  float: left;
  margin: 0 20px 20px 0;
  padding: 5px;
  border: 1px solid #ebedea;
}
.board-members .president .info {
  float: left;
  width: 440px;
}
.board-members .list .item {
  padding: 0;
}
.board-members .role {
  display: block;
  margin: -6px 0 0;
  padding: 0 0 10px;
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  color: #919191;
}
.supervisoryboard-members {
  padding: 0 0 30px;
}
.publications .item {
  padding: 20px 0;
}
.publications .item .date {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 15px 0 0;
  width: 66px;
  height: 51px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #444;
  background-color: #ebedea;
  background-position: -854px -12px;
}
.publications .item p {
  padding: 0;
}
/* contacts */
.contact-group {
  padding: 30px 0 0;
}
.contacts-table tr:nth-child(2n) td {
  background: none;
}
.contacts-table th,
.contacts-table td {
  padding: 12px 0 !important;
  font-weight: bold;
  border-top: 1px solid #ebedea;
}
.contacts-table th {
  color: #444 !important;
}
.contacts-table .first th,
.contacts-table .first td {
  border: none;
}
/* conpany list */
.logo {
  float: right;
}
/* stock list */
.chart-data:before,
.chart-data:after {
  display: table;
  content: '';
}
.chart-data:after {
  clear: both;
}
#finance {
  float: left;
  width: 450px;
  line-height: 1.3;
}
#finance-side {
  float: right;
  padding: 40px 0 0;
  width: 221px;
  border-bottom: 6px solid #ebedea;
}
#finance-side .overview-header {
  padding: 14px;
  background-image: url(../images/bgr/bg-main.gif);
  background-position: 0 0;
  background-repeat: repeat;
  border-left: 6px solid #ebedea;
}
#finance-side .overview-header h4 {
  font-size: 20px;
  font-size: 2rem;
}
#finance-side .overview-header h3 {
  padding: 12px 0 0;
  font-size: 28px;
  font-size: 2.8rem;
}
#finance-side .overview-header .change {
  padding: 0 0 0 10px;
  color: green;
}
#finance-side .overview-header .change.change-negative {
  color: #db164e;
}
#finance-side dl {
  padding: 0 6px;
}
#finance-side dt {
  padding: 7px 0 0;
}
#finance-side dd {
  padding: 0 0 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.8px;
  font-size: 16px;
  font-size: 1.6rem;
}
.side-list {
  float: right;
  width: 450px;
}
/* GALLERY ARCHIVE */
.gallery-archive {
  position: relative;
}
.gallery-archive:before,
.gallery-archive:after {
  display: table;
  content: '';
}
.gallery-archive:after {
  clear: both;
}
.gallery-archive .pagination {
  right: 0;
  right: auto;
  bottom: auto;
  position: relative;
  float: right;
  padding: 0 25px;
  background: #ebedea;
  clear: both;
}
.gallery-archive .pagination .prev {
  left: 15px;
}
.gallery-archive .pagination .next {
  right: 15px;
}
.gallery-archive .gallery-image {
  padding: 0 0 30px;
}
.gallery-archive .gallery-image:before,
.gallery-archive .gallery-image:after {
  display: table;
  content: '';
}
.gallery-archive .gallery-image:after {
  clear: both;
}
.gallery-archive .gallery-text:before,
.gallery-archive .gallery-text:after {
  display: table;
  content: '';
}
.gallery-archive .gallery-text:after {
  clear: both;
}
.gallery-archive .left {
  float: left;
  width: 222px;
}
.gallery-archive .left h3 {
  color: #db164e;
}
.gallery-archive .right {
  float: right;
  width: 454px;
}
.gallery-archive .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #919191;
}
.gallery-archive .files li {
  padding: 0 0 5px;
  background: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
/* SELECT2 override */
.select2-container {
  min-width: 80px;
  max-width: 212px;
}
.select2-container.select-category {
  min-width: 160px;
}
.select2-choice {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  filter: none !important;
}
.select2-choice span {
  color: #999;
}
.select2-choice div {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter: none !important;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border-color: #db164e;
}
.select2-dropdown-open .select2-choice,
.select2-dropdown-open .select2-choices {
  border-color: #aaaaaa;
}
.select2-drop,
.select2-drop-above {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.select2-results .select2-highlighted {
  background-color: #db164e;
}
.jobs-list li {
  background: none;
  padding: 0 0 10px;
  border-bottom: solid 1px #ebedea;
  margin: 0 0 25px;
}
.jobs-list .date {
  color: #999;
  font-size: 12px;
}
.jobs-list h3 {
  font-size: 18px;
  color: #db164e;
}
.jobs-list p {
  font-size: 13px;
  line-height: 22px;
}
.job-form {
  padding: 30px 0 100px;
}
.job-form .hc666 {
  display: none;
}
.job-form #Name,
.job-form #Surname,
.job-form #Telephone,
.job-form #Email {
  width: 330px;
  float: left;
}
.job-form #MotivationLetter .middleColumn {
  width: 540px;
}
.job-form #CVsDropzone {
  background-image: url(../images/drag-drop-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10%;
}
.job-form #CVs {
  margin-top: 20px;
  width: 100%;
}
.job-form #CV {
  margin-left: 70px;
}
.job-form .field {
  margin: 0 30px 12px 0;
  overflow: hidden;
  float: left;
  width: 40%;
}
.job-form .field.textarea {
  width: 85%;
  margin: 0;
  margin-bottom: 20px;
}
.job-form .field label {
  width: 130px;
  margin-right: 10px;
}
.job-form .field.optionset {
  width: 100%;
}
.job-form .field.optionset label {
  width: 90%;
  margin-bottom: 10px;
}
.job-form .field.optionset li {
  padding: 0;
  background: none;
}
.job-form .field.optionset li input,
.job-form .field.optionset li label {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.job-form input[type="text"],
.job-form input[type="email"],
.job-form textarea {
  width: 100%;
  border: solid 1px #e8e8e8;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.job-form textarea {
  font-family: arial, sans-serif;
  width: 100%;
}
.job-form .holder-validation input[type="text"],
.job-form .holder-required input[type="text"],
.job-form .holder-validation input[type="email"],
.job-form .holder-required input[type="email"],
.job-form .holder-validation textarea,
.job-form .holder-required textarea {
  border-color: #db164e;
}
.job-form .message {
  color: #db164e;
  display: block;
  clear: both;
  margin-left: 70px;
  font-size: 11px;
}
.job-form .file .message {
  margin-left: 0;
}
.job-form .action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df1951+0,a4123b+100 */
  background: #df1951;
  /* Old browsers */
  background: -moz-linear-gradient(top, #df1951 0%, #a4123b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #df1951 0%, #a4123b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #df1951 0%, #a4123b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df1951', endColorstr='#a4123b', GradientType=0);
  /* IE6-9 */
  position: relative;
  border: 0;
  color: #fff;
  border-radius: 3px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  font-weight: bold;
  line-height: 28px;
  padding: 0 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.job-form .action:active {
  top: 1px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.error-red-color .dropzone-holder.uploadable {
  border: 1px solid red;
  -webkit-box-shadow: inset 0 0 12px 1px rgba(255, 0, 0, 0.4);
  box-shadow: inset 0 0 12px 1px rgba(255, 0, 0, 0.4);
}
.image-link-holder {
  position: relative;
}
.link-with-badge {
  position: absolute;
  top: 30px;
  right: 30px;
}
.job-page-logos-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.job-page-logos-list .job-page-logos-list-item {
  margin-right: 20px;
}
.job-application-form form {
  margin-bottom: 60px;
}
.job-application-form form h2 {
  padding: 30px 0 15px;
}
.job-application-form form label.left {
  margin-bottom: 20px;
}
.job-application-form form .field {
  margin-bottom: 15px;
}
.job-application-form form .field.nocaptcha {
  margin-top: 20px;
}
.job-application-form form .field li {
  background: none;
  display: flex;
}
.job-application-form form .field li label {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.job-application-form form .Actions input[type="submit"] {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background: #e0144c;
  padding: 10px 40px;
  margin-top: 20px;
  border: none;
  outline: none;
}
.job-application-form form .Actions input[type="submit"]:hover {
  opacity: 0.8;
}
.userform .field {
  margin-bottom: 20px;
}
.userform input[type="submit"] {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background: #e0144c;
  padding: 10px 40px;
  border: none;
  outline: none;
}
.userform input[type="submit"]:hover {
  opacity: 0.8;
}
.userform .content li {
  background: none;
  padding: 0;
}
.userform .step-buttons li {
  list-style: none;
  padding: 0;
  background: none;
}
.bg-exposed {
  background: #f7e0e7;
}
.bg-exposed.insert {
  border-top: 0;
  margin: 0 -14px 0;
  padding: 13px;
}
.bg-exposed.insert .item {
  padding: 10px 10px 30px 10px;
  width: 193px;
}
.bg-exposed.insert .item h3 {
  font-size: 2.4rem;
  line-height: 1;
}
.bg-exposed.insert .item a {
  background: #db164e;
  color: white;
  padding: 10px;
  font-size: 12px;
}
.bg-exposed.insert .item a:hover {
  background: #444;
}
.bg-exposed.insert figure {
  border-color: #ebd5dc;
}
.active-job-list {
  margin-top: 20px;
}
.active-job-item {
  border-bottom: solid 1px #ebedea;
  padding-top: 20px;
}
.active-job-item:last-of-type {
  border-bottom: 0;
}
.active-job-item h3 {
  color: #db164e;
}
.active-job-item h3:hover {
  color: #444;
}
.JobsList .select2-container {
  width: 400px;
}
.CareerPage .employee-collage-container {
  position: relative;
}
.CareerPage .employee-collage-container .slick-dots li {
  background: none;
  padding: 0;
}
.CareerPage .employee-collage-container .slick-dots li button:before {
  background: #db164e;
}
/* 2x */
/*
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
@import "mq/2x.less"; }
*/
/* Helpers */
/* Helpers */
.hidden {
  display: none;
  visibility: hidden;
}
.v-hidden {
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
}
.v-hidden.focusable:active,
.v-hidden.focusable:focus {
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  position: static;
  clip: auto;
}
.invisible {
  visibility: hidden;
}
.clear:before,
.clear:after,
.main:before,
.main:after,
.header:before,
.header:after,
.footer:before,
.footer:after,
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.clear:after,
.main:after,
.header:after,
.footer:after,
.gallery:after {
  clear: both;
}
.lt-ie8 .clear,
.lt-ie8 .main,
.lt-ie8 .header,
.lt-ie8 .footer,
.lt-ie8 .gallery {
  zoom: 1;
}
/* print */
@media print {
  /* Print */
  * {
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /*
@page { 
margin : 0.5cm; }
*/
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
a[href]:after { 
content : " (" attr(href) ")"; }

a[href^="javascript:"]:after, 
a[href^="#"]:after { 
content : ""; }
*/
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  #bar-wrap,
  .primary,
  .sitetree,
  .copy .left,
  .toolbar,
  .col-main-left,
  .filter,
  .in-numbers {
    display: none;
  }
  .main {
    border: none;
  }
  .main .inner,
  .header .inner,
  .footer {
    width: 686px;
  }
  .header .inner {
    height: auto;
  }
  .header .inner .brand {
    position: relative;
    top: 0;
    left: auto;
    float: right;
    margin: 0;
  }
  .item,
  .row {
    page-break-inside: avoid;
  }
  .content {
    float: none;
    padding: 0;
    margin: 0;
    width: 686px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
  }
}
/*# sourceMappingURL=style.css.map */