﻿

.jumbotron {
  position: relative;
  padding: 40px 0;
}
.jumbotron h1 {
  font-size: 52px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.jumbotron p {
  font-size: 19.5px;
  line-height: 1.275;
  margin: 0 0 20px 0;
}
.jumbotron .btn {
  margin-top: 10px;
}
.jumbotron .btn-large {
  margin-top: 20px;
  font-size: 17px;
}
.masthead {
  padding: 80px 0 60px;
  text-align: center;
}
.masthead h1 {
  font-size: 91px;
}
.masthead p {
  font-size: 39px;
}
.masthead .btn-large {
  font-size: 26px;
  padding: 13px 26px;
}
.jumbotron.has-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead.has-image {
  text-align: left;
}
.thumbnails {
  margin-bottom: 20px;
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  border: 1px solid #e5e5e5;
  display: block;
  padding: 4px;
  line-height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*
  
  
  
  */
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #01a3d4;
  /*
  
  
  
  */
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.thumbnails.paper > li:before,
.thumbnails.paper > li:after {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  /*
  
  */
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.thumbnails.paper > li:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.thumbnails.paper .thumbnail {
  border: none;
  padding: 0;
  
  
  
}
.thumbnails.paper a.thumbnail.paper:hover {
  
  
  
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-indent: -9999em;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}

.wrap {
  width: auto;
  clear: both;
}
.offset-12 {
  margin-left: -880px;
}
.offset-11 {
  margin-left: -805px;
}
.offset-10 {
  margin-left: -730px;
}
.offset-9 {
  margin-left: -655px;
}
.offset-8 {
  margin-left: -580px;
}
.offset-7 {
  margin-left: -505px;
}
.offset-6 {
  margin-left: -430px;
}
.offset-5 {
  margin-left: -355px;
}
.offset-4 {
  margin-left: -280px;
}
.offset-3 {
  margin-left: -205px;
}
.offset-2 {
  margin-left: -130px;
}
.offset-1 {
  margin-left: -55px;
}
.row-fluid .spanfirst {
  margin-left: 0 !important;
}

.wrap {
  width: auto;
  clear: both;
}

body {
  background-color: #e0e8e5;
  /*
  background-image: url("../images/body.png");
  */
  color: #003251;
  font-family: 'Arial', sans-serif;
  font-size: 12.5px;
  line-height: 18px;
  margin: 0;
  font-weight: normal;
}
body.bd-popup {
  padding: 0 20px;
}
.container {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  /*
  
  
  
  */
}
.edit .nav-tabs > li > a:hover {
  color: #5ba5bb;
  text-decoration: none;
}
.adminlist th a,
a {
  color: #003251;
  text-decoration: none;
}
.edit .nav-tabs > li > a:hover:hover,
.adminlist th a:hover,
a:hover {
  color: #5ba5bb;
  text-decoration: none;
}
a.docman_track_download:hover {
  color: #003251;
  text-decoration: none;
}

img {
  max-width: 100% !important;
}
.img-rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  /*
  
  
  
  */
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
/*
.congresse img{
  height: 100px;
  
}
*/
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  line-height: 20px;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
td {
  border-top: 0 none;
}
th {
  background: #444;
  color: #eee;
  font-weight: bold;
}
th a {
  color: #eee;
}
th a:hover,
th a:focus,
th a:active {
  color: #fff;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.red {
  color: #e2392f;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
hr.hr-condensed {
  margin: 10px 0;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.width-auto {
  width: auto;
}

form {
  margin: 0 0 20px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  
  
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border:1px solid #D4D2D3;
}
input,
textarea {
  width: 210px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-color: #e6e6e6;
  
  
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #01a3d4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  
  
}
input[type="radio"],
input[type="checkbox"] {
  border: none;
  margin: 4px 0 0;
  padding: 0;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #e5e5e5;
}
select[multiple],
select[size] {
  height: auto;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  padding-top: 5px;
  margin-bottom: 0;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.radio.btn-group input[type=radio] {
  display: none;
}
.radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
  padding-left: 0;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.help-block,
.help-inline {
  color: #8c8c8c;
}
.help-block {
  margin-bottom: 10px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}
.btn,
.button,
button {
  padding: 4px 14px;
  color:white;
  background-color: #5ba5bb;
  border-color: #5ba5bb;
  
  *background-color: #5ba5bb;
  font-size: 11px;
  text-transform: uppercase;
}

.btn.active,
.btn.disabled,
.btn[disabled],
.button.disabled,
.button[disabled],
button.disabled,
button[disabled] {
  color: #01a3d4;
  background-color: #f5f5f5;
  *background-color: #e8e8e8;
}
.btn:active,
.btn.active,
.button:active,
.button.active,
button:active,
button.active {
  background-color: #dcdcdc \9;
}
.button:hover,
.button a.btn:hover {
  text-decoration: none;
  /*
  background-color: #f5f5f5;
  */
}
.btn:focus,
.btn a.btn:focus,
.button:focus,
.button a.btn:focus,
button:focus,
button a.btn:focus {
  outline: 0;
}
.btn.active,
.btn:active,
.btn a.btn:active,
.button.active,
.button:active,
.button a.btn:active,
button.active,
button:active,
button a.btn:active {
  text-decoration: none;
  outline: 0;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*
  
  
  
  */
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
}
.btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}
.btn {
  border-color: transparent;
}
.btn-primary {
  color: #fff;

  background-color: #5ba5bb;
  border-color: #5ba5bb;
  
  *background-color: #01a3d4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #5ba5bb;
  *background-color: #5ba5bb;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #017ca1 \9;
}
.btn-warning {
  color: #fff;

  background-color: #fca638;
  background-image: -moz-linear-gradient(top,#fcaf4c,#fb981a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fcaf4c),to(#fb981a));
  background-image: -webkit-linear-gradient(top,#fcaf4c,#fb981a);
  background-image: -o-linear-gradient(top,#fcaf4c,#fb981a);
  background-image: linear-gradient(to bottom,#fcaf4c,#fb981a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbae4c', endColorstr='#fffb981a', GradientType=0);
  border-color: #fb981a #fb981a #c57003;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #fb981a;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #fb981a;
  *background-color: #f78c04;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #de7e04 \9;
}
.btn-danger {
  color: #fff;

  background-color: #e6534a;
  background-image: -moz-linear-gradient(top,#e8645c,#e2392f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e8645c),to(#e2392f));
  background-image: -webkit-linear-gradient(top,#e8645c,#e2392f);
  background-image: -o-linear-gradient(top,#e8645c,#e2392f);
  background-image: linear-gradient(to bottom,#e8645c,#e2392f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8635b', endColorstr='#ffe2392f', GradientType=0);
  border-color: #e2392f #e2392f #ac2018;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #e2392f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #e2392f;
  *background-color: #d9291e;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c3251b \9;
}
.btn-success {
  color: #fff;

  background-color: #56b44f;
  background-image: -moz-linear-gradient(top,#60bf59,#47a540);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#60bf59),to(#47a540));
  background-image: -webkit-linear-gradient(top,#60bf59,#47a540);
  background-image: -o-linear-gradient(top,#60bf59,#47a540);
  background-image: linear-gradient(to bottom,#60bf59,#47a540);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff60be59', endColorstr='#ff47a540', GradientType=0);
  border-color: #47a540 #47a540 #2f6e2b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #47a540;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #47a540;
  *background-color: #3f9339;
}
.btn-success:active,
.btn-success.active {
  background-color: #378032 \9;
}
.btn-info {
  color: #fff;

  background-color: #00b0eb;
  background-image: -moz-linear-gradient(top,#00bfff,#09c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00bfff),to(#09c));
  background-image: -webkit-linear-gradient(top,#00bfff,#09c);
  background-image: -o-linear-gradient(top,#00bfff,#09c);
  background-image: linear-gradient(to bottom,#00bfff,#09c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bfff', endColorstr='#ff0099cc', GradientType=0);
  border-color: #09c #09c #006080;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #09c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #09c;
  *background-color: #0086b3;
}
.btn-info:active,
.btn-info.active {
  background-color: #007399 \9;
}
.btn-inverse {
  color: #fff;

  background-color: #535353;
  background-image: -moz-linear-gradient(top,#5e5e5e,#444);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5e5e5e),to(#444));
  background-image: -webkit-linear-gradient(top,#5e5e5e,#444);
  background-image: -o-linear-gradient(top,#5e5e5e,#444);
  background-image: linear-gradient(to bottom,#5e5e5e,#444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff444444', GradientType=0);
  border-color: #444 #444 #1e1e1e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #444;
  *background-color: #373737;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #2b2b2b \9;
}
.invalid {
  border-color: #e2392f;
}
label.invalid {
  color: #e2392f;
}
input.invalid {
  border: 1px solid #e2392f;
}

.nav {
  margin-bottom: 20px;
}
.nav > li > a:hover {
  background-color: transparent;
  color: #5ba5bb;
}
.nav .dropdown-toggle .caret {
  border-top-color: #01a3d4;
  border-bottom-color: #01a3d4;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #016888;
  border-bottom-color: #016888;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
/*
  position: absolute;
  top: 100%;
  left: 0;
  */
  z-index: 1000;

  display: none;

  float: left;
  min-width: 160px;
  list-style: none;
  /*
  background-color: #222;
  border: 1px solid #ccc;
  border: 1px solid #222;
  */
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  
  
  
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a {
  clear: both;
  color: #666;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #5ba5bb;
  text-decoration: none;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: transparent;
  color: #fff;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #a0e9ff;
  border-bottom-color: #a0e9ff;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: none;
}

li.active.dropdown-submenu .dropdown-menu {
  display: block;
}



.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*
Wie auch immer: hier werden irgendwie die Dreiecke nach den Untermenü-Top-Einträgen spezifiziert
*/
/*
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
  margin-top: 5px;
  margin-right: -10px;
}
*/
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.t3-navhelper {
  background: #2f2f2f;
  color: #666;
}
.breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #666;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}
.nav-tabs > li > a:hover {
  color: #eee;
  background-color: #666;
}
.nav-tabs li.dropdown.open > .dropdown-toggle,
.nav-tabs li.dropdown.active > .dropdown-toggle,
.nav-tabs li.dropdown.open.active > .dropdown-toggle,
.nav-tabs > li.dropdown.open.active > a:hover {
  color: #eee;
  background-color: #999;
}

.t3-mainnav {
  float: right;
  background-color: transparent;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.t3-mainnav .navbar {
  color: #a0e9ff;
  margin-bottom: 0;
  margin-top: 0;
  float: none;
  position: relative;
  left:400px;
}
.t3-mainnav .navbar-inner {
  min-height: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  
  
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: none;
}
.t3-mainnav .navbar .nav {
  margin: 0;
}
.t3-mainnav .navbar .nav > li > a {
  font-weight: 500;
  padding: 10px 20px 10px 0;
  /*text-transform: uppercase;*/
  font-size: 14px;
  text-shadow: none;
}
.t3-mainnav .navbar .nav > li:last-child > a {
  border-bottom: 0;
}
.t3-mainnav .navbar .nav > li > a:focus,
.t3-mainnav .navbar .nav > li > a:hover {
  text-shadow: none;
  outline: none;
}
.t3-mainnav .navbar .nav > .active > a,
.t3-mainnav .navbar .nav > .active > a:hover,
.t3-mainnav .navbar .nav > .active > a:focus {
  color: #5ba5bb;
  text-shadow: none;
  
  
  
  outline: none;
}
.t3-mainnav .navbar .btn-navbar {
  background: #fff;
  border: none;
  color: #01a3d4;
  float: left;
  padding: 5px 10px;
  margin: 5px 20px 0;
  text-shadow: none;
  
  
  
}
.t3-mainnav .navbar .btn-navbar [class^="icon-"],
.t3-mainnav .navbar .btn-navbar [class^=" icon-"] {
  color: #01a3d4;
  text-shadow: none;
}
.t3-mainnav .dropdown .caret {
  margin-left: 5px;
}
.t3-mainnav .dropdown-menu {
  background-color: #222;
  border: 1px solid #222;
  margin-top: 10px;
  
  
  
}
.t3-mainnav .dropdown-menu li > a {
  padding: 5px 20px;
  text-shadow: none;
}
.t3-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:before {
  border-bottom-color: #222;
}
.t3-mainnav .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.t3-mainnav .dropdown-menu .disabled > a,
.t3-mainnav .dropdown-menu .disabled > a:hover {
  color: #999;
}
.t3-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.t3-mainnav .nav li.dropdown.open > .dropdown-toggle {
  background-color: transparent;
  color: #fff;
}

/* Selektiert */
.t3-mainnav .nav li.dropdown.active > .dropdown-toggle,
.t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #5ba5bb;
}
.t3-mainnav .dropdown-submenu > a:after {
  border-width: 3px 0 3px 3px;
  margin-top: 8px;
}
.t3-mainnav.vertical-nav {
  background: #222;
  position: fixed;
  width: 200px;
  margin-left: -220px;
  top: 40px;
  padding: 0 0 70px;
  z-index: 1013;
}
.t3-mainnav.vertical-nav .navbar {
  float: none;
}
.t3-mainnav.vertical-nav .navbar .nav {
  float: none;
}
.t3-mainnav.vertical-nav .navbar .nav > li {
  float: none;
  padding: 0 20px;
}
.t3-mainnav.vertical-nav .navbar .nav > li > a {
  border-top: 0;
  border-right: 0;
  padding: 20px 0;
  border-bottom: 1px solid #2c2c2c;
  text-shadow: none;
  text-transform: uppercase;
  background: none;
  color: #666;
}
.t3-mainnav.vertical-nav .navbar .nav > li > a:hover,
.t3-mainnav.vertical-nav .navbar .nav > li > a:focus {
  color: #fff;
}
.t3-mainnav.vertical-nav .navbar .nav > li > a .mega-caption {
  text-transform: none;
  color: #444;
}
.t3-mainnav.vertical-nav .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid #666;
  border-top: 4px solid transparent;
  margin-top: 5px;
  float: right;
}
.t3-mainnav.vertical-nav .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.t3-mainnav.vertical-nav .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.t3-mainnav.vertical-nav .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
}
.t3-mainnav.vertical-nav .navbar .nav > .active > a,
.t3-mainnav.vertical-nav .navbar .nav > .active > a:hover,
.t3-mainnav.vertical-nav .navbar .nav > .active > a:focus {
  border-bottom-color: #2c2c2c;
  color: #fff;
}
.t3-mainnav.vertical-nav .navbar .nav > .active:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
  position: absolute;
  right: -5px;
  top: 20px;
}
.t3-mainnav.vertical-nav .dropdown-menu {
  left: 100%;
  top: 0;
}
.t3-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu {
  left: 200px;
}
.t3-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 40px;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: inherit;
  color: #444;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.module-ct {
  background: inherit;
  color: inherit;
  padding: 0;
  *zoom: 1;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.module-ct:after {
  clear: both;
}
.t3-module ul,
.t3-module ol {
  margin-left: 20px;
  margin-bottom: 0;
}
.t3-module ul.unstyled,
.t3-module ol.unstyled,
.t3-module ul.nav,
.t3-module ol.nav {
  margin-left: 0;
}
.t3-module ul.unstyled li,
.t3-module ol.unstyled li,
.t3-module ul.nav li,
.t3-module ol.nav li {
  padding-bottom: 10px;
}
.t3-module.white {
  background: #fff;
  color: #666;
}
.t3-module.white .module-title {
  color: #333;
}
.t3-module.white .module-title span span {
  color: #01a3d4;
}
.t3-module.white a {
  color: #01a3d4;
}
.t3-module.white a:hover,
.t3-module.white a:focus,
.t3-module.white a:active {
  color: #016888;
  text-decoration: none;
}
.t3-module.highlight {
  background: #01a3d4;
  color: #fff;
  padding: 0;
}
.t3-module.highlight .highlight {
  background: none;
  padding: 0;
  font-weight: normal;
}
.t3-module.highlight .module-title {
  color: #fff;
}
.t3-module.highlight .module-title span span {
  color: #222;
}
.t3-module.highlight a {
  color: #fff;
}
.t3-module.highlight a:hover,
.t3-module.highlight a:focus,
.t3-module.highlight a:active {
  color: #016888;
  text-decoration: none;
}
.t3-module.dark {
  background: #222;
  color: #fff;
}
.t3-module.dark .module-title {
  color: #fff;
}
.t3-module.dark .module-title span span {
  color: #01a3d4;
}
.t3-module.dark a {
  color: #fff;
}
.t3-module.dark a:hover,
.t3-module.dark a:focus,
.t3-module.dark a:active {
  color: #016888;
  text-decoration: none;
}
.t3-sidebar-2 .t3-module {
  margin-left: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.t3-sidebar-2 .t3-module .module-title {
  line-height: 1;
  margin-bottom: 20px;
}
.t3-sidebar-2 .t3-module .module-ct {
  padding-bottom: 40px;
}
.t3-sidebar-2 .categories-module li,
.t3-sidebar-2 ul.categories-module li,
.t3-sidebar-2 .category-module li,
.t3-sidebar-2 ul.category-module li {
  border-top: 0;
}
.t3-sidebar-2 .categories-module li:last-child,
.t3-sidebar-2 ul.categories-module li:last-child,
.t3-sidebar-2 .category-module li:last-child,
.t3-sidebar-2 ul.category-module li:last-child {
  padding-bottom: 0;
}
.t3-sidebar-2 .categories-module h4,
.t3-sidebar-2 ul.categories-module h4,
.t3-sidebar-2 .category-module h4,
.t3-sidebar-2 ul.category-module h4 {
  line-height: 20px;
}
.t3-sidebar-2 .category-module li a.mod-articles-category-title {
  color: #333;
  text-transform: none;
}
.t3-sidebar-2 .category-module li a.mod-articles-category-title:hover,
.t3-sidebar-2 .category-module li a.mod-articles-category-title:focus,
.t3-sidebar-2 .category-module li a.mod-articles-category-title:active {
  color: #01a3d4;
  text-decoration: none;
}
.t3-sidebar-2 .category-module li p.mod-articles-category-readmore a {
  background: none;
  text-indent: 0;
  font-size: 13px;
  padding-left: 0;
  color: #01a3d4;
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-sidebar-2 .category-module li p.mod-articles-category-readmore a:hover,
.t3-sidebar-2 .category-module li p.mod-articles-category-readmore a:focus,
.t3-sidebar-2 .category-module li p.mod-articles-category-readmore a:active {
  color: #016888;
}
.content-top .t3-module {
  margin: 0 -40px;
  background: #fff;
}
.content-top .t3-module .module-inner {
  padding: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.content-top .t3-module .module-title {
  font-size: 32.5px;
  line-height: 40px;
  font-weight: 300;
  color: #444;
  text-transform: none;
}
.people-list {
  margin-top: 40px;
}
.people-list .pull-left {
  margin-right: 20px;
  overflow: hidden;
}
.people-list .pull-left img {
  transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.people-list .pull-left:hover img {
  transform: scale(1.15) rotate(-1.75deg);
  -o-transform: scale(1.15) rotate(-1.75deg);
  -ms-transform: scale(1.15) rotate(-1.75deg);
  -moz-transform: scale(1.15) rotate(-1.75deg);
  -webkit-transform: scale(1.15) rotate(-1.75deg);
}
.people-list h4 {
  font-weight: 400;
  margin-top: -3px;
}
.featured-work .first .featured-work-inner {
  margin-right: 20px;
}
.featured-work .last .featured-work-inner {
  padding-left: 40px;
  border-left: 1px solid #e5e5e5;
}
.featured-work img {
  margin-bottom: 20px;
}
.our-travel-photos {
  margin: 40px -40px 0;
}
.our-travel-photos img {
  float: left;
}
.module_menu .nav {
  margin-bottom: 20px;
}
.module_menu .nav > li {
  border-top: 1px solid #eee;
}
.module_menu .nav > li > a {
  padding: 5px;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li:first-child > a {
  padding-top: 0;
  border-top: 0;
}
#login-form {
  margin-bottom: 0;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 90%;
}
#login-form #form-login-remember .input {
  margin-top: 3px;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #e5e5e5;
  font-size: 11px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eee;
}
.feed .newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed .feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-right: 3px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
div.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
div.tagspopular ul li {
  color: #666;
  display: inline-block;
  margin: 0 5px 5px 0;
}
div.tagspopular ul li a {
  background: #eee;
  border-radius: 3px;
  color: #666;
  display: block;
  padding: 2px 5px;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
  background: #016888;
  color: #fff;
  text-decoration: none;
}
div.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.tagssimilar ul li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
div.tagssimilar ul li a {
  color: #666;
}
div.tagssimilar ul li a:hover,
div.tagssimilar ul li a:focus,
div.tagssimilar ul li a:active {
  color: #016888;
}
.t3-slideshow {
  background-color: #222;
}
.t3-slideshow .main-container {
  margin-left: -40px;
  margin-right: -40px;
}
.t3-slideshow .ja-ss-desc {
  left: 0;
  bottom: 0;
  top: auto;
  height: auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(0,0,0,0.8);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.t3-slideshow .ja-ss-desc h3 {
  margin: 0 40px;
  color: #fff;
  font-size: 30px;
}
@-moz-keyframes trickle {
  from {
    width: 17px;
    height: 25px;
    background-size: 17px 25px;
  }
  50% {
    width: 22px;
    height: 32px;
    background-size: 22px 32px;
  }
  to {
    width: 17px;
    height: 25px;
    background-size: 17px 25px;
  }
}
@-webkit-keyframes trickle {
  from {
    width: 17px;
    height: 25px;
    background-size: 17px 25px;
  }
  50% {
    width: 22px;
    height: 32px;
    background-size: 22px 32px;
  }
  to {
    width: 17px;
    height: 25px;
    background-size: 17px 25px;
  }
}
@keyframes trickle {
  from {
    width: 17px;
    height: 25px;
    background-size: 17px 25px;
  }
  50% {
    width: 22px;
    height: 32px;
    background-size: 22px 32px;
  }
  to {
    width: 17px;
    height: 25px;
    background-size: 17px 25px;
  }
}
.jai-map-wrap {
  color: #fff;
  position: relative;
  width: 100%;
}
.jai-map-wrap .btn-group {
  z-index: 3;
}
.jai-map-wrap .btn-group .dropdown-menu {
  margin-left: 0;
  min-width: 187px;
}
.jai-map-wrap p {
  z-index: 3;
  position: relative;
}
.jai-map-wrap .popover {
  z-index: 2;
}
.jai-map-wrap .popover .popover-content {
  color: #444;
}
.jamasshead {
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 382px;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -20px;
}
.jamasshead h3.jamasshead-title {
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 30px;
  margin: 20px 40px 0;
  padding: 70px 0 0;
}
.jamasshead .jamasshead-description {
  color: #fff;
  margin-left: 40px;
}
.jamasshead.contact-page {
  height: 706px;
}
.jamasshead.no-image {
  height: 180px;
}
.jai-map-container {
  max-width: 100%;
}
.ja-home .jai-map-container .point {
  background: url("../images/point-bg.png") no-repeat left top;
  height: 25px;
  width: 17px;
}
.ja-home .cd-dropdown > span:after {
  background-color: #016888;
}
.ja-home .cd-active.cd-dropdown > span,
.ja-home .cd-dropdown > span {
  color: #01a3d4;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  background: inherit;
  color: #444;
  font-family: 'Arial', sans-serif;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
.t3-sl-1 .category-module li a.mod-articles-category-title {
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.t3-sl-1 .category-module li a.mod-articles-category-title:hover,
.t3-sl-1 .category-module li a.mod-articles-category-title:focus,
.t3-sl-1 .category-module li a.mod-articles-category-title:active {
  text-decoration: underline;
}
.t3-sl-1 .category-module li .mod-articles-category-readmore {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}
.t3-sl-1 .category-module li p.mod-articles-category-readmore a {
  background: url("../images/ico/readmore.png") no-repeat left center;
  display: block;
  font-size: 0;
  opacity: 0.5;
  padding-left: 20px;
  text-indent: -999em;
}
.t3-sl-1 .category-module li p.mod-articles-category-readmore a:hover,
.t3-sl-1 .category-module li p.mod-articles-category-readmore a:focus,
.t3-sl-1 .category-module li p.mod-articles-category-readmore a:active {
  opacity: 1;
}
.category-module.features li .tabs-category h5 {
  color: #01a3d4;
  display: none;
  font-size: 13px;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.category-module.features li .article-aside {
  margin-bottom: 5px;
}
.category-module.features li a.mod-articles-category-title {
  color: #01a3d4;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}
.category-module.features li a.mod-articles-category-title:hover,
.category-module.features li a.mod-articles-category-title:focus,
.category-module.features li a.mod-articles-category-title:active {
  color: #016888;
  text-decoration: none;
}
.category-module.features li .img-details {
  display: none;
}
.category-module.features li .img-thumb img {
  margin-bottom: 20px;
}
.category-module.features.highlight {
  background: #01a3d4;
  font-weight: normal;
}
.category-module.features.highlight li .tabs-category h5 {
  color: #fff;
}
.category-module.features.highlight li .article-aside {
  color: #f5f5f5;
}
.category-module.features.highlight li a.mod-articles-category-title {
  color: #fff;
}
.category-module.features.highlight li a.mod-articles-category-title:hover,
.category-module.features.highlight li a.mod-articles-category-title:focus,
.category-module.features.highlight li a.mod-articles-category-title:active {
  color: #999;
}
.category-module.features.dark {
  font-weight: normal;
}
.category-module.features.dark li .tabs-category h5 {
  color: #fff;
}
.category-module.features.dark li .article-aside {
  color: #f5f5f5;
}
.category-module.features.dark li a.mod-articles-category-title {
  color: #fff;
}
.category-module.features.dark li a.mod-articles-category-title:hover,
.category-module.features.dark li a.mod-articles-category-title:focus,
.category-module.features.dark li a.mod-articles-category-title:active {
  color: #999;
}
.t3-sl-2.animate-img-slide .category-module.features img {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
.t3-sl-2.animate-img-slide .item-first .category-module.features img {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  left: 40px;
}
.t3-sl-2.animate-img-slide .item-last .category-module.features img {
  -webkit-transition: all 1.5s ease-out 0s;
  -moz-transition: all 1.5s ease-out 0s;
  -o-transition: all 1.5s ease-out 0s;
  transition: all 1.5s ease-out 0s;
  left: 40px;
}
.mod-languages {
  position: absolute;
  top: -18px;
  right: 0;
}

.blog-featured.row-fluid [class*="span"] {
  margin-left: 0;
}
.blog-featured.row-fluid [class*="span"] .items-leading .leading {
  margin-bottom: 0;
}
.blog-featured .items-leading {
  margin-right: 40px;
}
.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.com_content.view-featured .divider-vertical {
  display: none;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.item-page .divider-vertical {
  margin-top: 40px;
}
.item-list .article-title,
.item-list .article-header h1 {
  color: #01a3d4;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.5;
}
.item-list .article-title a,
.item-list .article-header h1 a {
  color: #01a3d4;
}
.article-aside {
  color: #999;
  font-size: 11px;
  margin-bottom: 20px;
}
.article-aside.no-article-info {
  float: right;
}
.article-info {
  margin: 0;
  width: 90%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  color: #bbb;
  float: left;
  font-weight: 300;
  font-size: 12px;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-footer {
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
}
article img[align=left],
.img_caption.left,
.pull-left.item-image {
  margin: 6px 20px 20px 0;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 6px 0 20px 20px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.article-image {
  margin-bottom: 20px;
}
.article-image .pull-left {
  margin-right: 20px;
  margin-top: 7px;
  margin-bottom: 0;
}
.blog-featured .pull-left {
  float: none;
}
.blog .article-image .pull-none,
.item-page .article-image .pull-none {
  margin: 0 -40px 0;
}
.items-row.row-0 .article-image.pull-none,
.item-page .article-image.pull-none {
  margin-top: -40px;
}
.item-page .article-image.pull-none {
  margin-bottom: 40px;
}
.article-tags {
  margin-bottom: 20px;
}
.tags a.label-info,
.tags a.label-info:hover {
  background-color: #01a3d4;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eee;
  color: #666;
  font-size: 11px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  background: transparent;
  border: 0;
  padding: 0;
  
  
  
}
.ja-beranis-blog .items-row {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.ja-beranis-blog .items-row .item {
  margin-bottom: 0;
}
.ja-beranis-blog .items-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ja-beranis-blog .article-image .pull-none,
.ja-beranis-blog .item-page .article-image .pull-none {
  margin-left: 0;
  margin-right: 0;
}
.ja-beranis-blog .items-row.row-0 .article-image.pull-none,
.ja-beranis-blog .item-page .article-image.pull-none {
  margin-top: 0;
}
.ja-beranis-blog .readmore {
  display: inline-block;
  float: left;
}
.ja-beranis-blog .jacomment-count {
  float: right;
}
.ja-beranis-careers .items-row .item {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.ja-beranis-careers .items-row [class*="span"]:first-child .item {
  margin-left: 0;
}
.ja-beranis-careers .items-row [class*="span"]:last-child .item {
  margin-right: 0;
}
.ja-beranis-careers .items-row.cols-2 {
  background: url("../images/gray-border-bg.png") repeat-y 50% top;
}
.ja-beranis-careers .items-row:last-child .item {
  margin-bottom: 0;
}
.ja-beranis-careers .article-image .pull-none,
.ja-beranis-careers .item-page .article-image .pull-none {
  margin-left: 0;
  margin-right: 0;
}
.ja-beranis-careers .items-row.row-0 .article-image.pull-none,
.ja-beranis-careers .item-page .article-image.pull-none {
  margin-top: 0;
}
.ja-beranis-careers .item article {
  padding-bottom: 0;
  position: relative;
}
.ja-beranis-careers.item-page article {
  padding-bottom: 40px;
  position: relative;
}
.ja-beranis-careers .article-header h1 {
  margin-top: 20px;
}
.ja-beranis-careers .page-subheader h2 {
  margin-top: 20px;
}
.ja-beranis-careers .article-content .btn-apply {
  position: absolute;
  bottom: 0;
}
.login_form fieldset,
.login fieldset {
  padding: 15px 0 0;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
  font-weight: bold;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .input,
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .input,
.login_form .remember .inputbox {
  width: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
  background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right:0;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
  
  border: solid 1px #e6e6e6;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eee;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.reset .form-actions,
.remind .form-actions {
  background: none;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.reset .form-horizontal .control-group,
.remind .form-horizontal .control-group {
  margin-bottom: 5px;
}
#searchForm {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  background: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *zoom: 1;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  float: left;
  margin-bottom: 10px;
}
#searchForm fieldset.only input[type="checkbox"] {
  margin-top: 4px;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input {
  margin: 0;
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 15px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 11px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 11px;
  color: #999;
}
.contact .tab-content {
  overflow: visible;
}
.contact .control-group.span4 {
  margin-left: 0 !important;
}
.contact legend {
  border: none;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
.contact h3 {
  color: #333;
  font-size: 30px;
}
.contact [class^="icon-"],
.contact [class*=" icon-"] {
  color: #333;
}
.contact .thumbnail {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  
  
}
.contact .control-contact {
  margin-bottom: 10px;
}
.contact .control-contact label {
  color: #222;
  display: block;
}
.contact .control-contact textarea {
  width: 98%;
  height: 150px;
}
.contact label#jform_contact_email_copy-lbl {
  border: none;
  display: inline-block;
  margin: 1px 0 0;
  padding: 0;
  vertical-align: top;
}
.contact .jicons-text {
  color: #222;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.contact .jicons-text .jicons-desc {
  color: #666;
  display: block;
  text-transform: none;
}
.contact .nav-tabs.nav-stacked > li > a {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.contact .nav-tabs.nav-stacked > li > a:hover,
.contact .nav-tabs.nav-stacked > li > a:focus,
.contact .nav-tabs.nav-stacked > li > a:active {
  color: #016888;
  text-decoration: underline;
  background: none;
}
.contact .contact-form {
  border-bottom: solid 1px #e5e5e5;
}
.contact .contact-form .control-group-footer {
  clear: both;
}
.contact .contact-form .re-captcha {
  float: right;
}
.contact .contact-form .re-captcha .control-label {
  text-align: left;
  float: none;
}
.contact .contact-form .re-captcha .control-group {
  margin: 0;
}
.contact .contact-form .re-captcha .controls {
  margin: 0;
}
.contact .contact-form .re-captcha .controls #recaptcha_area {
  margin-bottom: 20px;
}
.contact .address-info {
  border-left: solid 1px #e5e5e5;
  padding-left: 40px;
}
.contact .nav-tabs > li > a {
  outline: none;
}
.contact .nav-tabs > li > a:hover,
.contact .nav-tabs > li > a:focus,
.contact .nav-tabs > li > a:active {
  color: #016888;
}
.contact .accordion-inner .contact-form {
  border-bottom: none;
}
.contact .accordion-inner .form-horizontal .control-group {
  margin-bottom: 0;
}
.contact .accordion-inner .control-group.span8 {
  margin-left: 0 !important;
}
.contact .accordion-inner .control-group button {
  margin-top: 10px;
}
.contact .accordion-inner .contact-address.dl-horizontal > .contact-address.span4 {
  margin-left: -20px !important;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.category-desc {
  margin-bottom: 20px;
}
.category-item {
  margin-top: 20px;
  *zoom: 1;
}
.category-item:before,
.category-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.category-item .category-item {
  margin-left: 2.2727272727273%;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  *zoom: 1;
}
.newsfeed-category .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:before,
.newsfeed .category li:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 15px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 13px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 15px;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 2px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #444;
  text-decoration: none;
}
.edit.item-page .control-group a.modal {
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
  
  
  
}
.edit.item-page .control-group .media-preview {
  clear: both;
}
.article-aside .dropdown-menu {
  background: #fff;
  border: solid 1px #e6e6e6;
}
.article-aside .dropdown-menu li a {
  color: #444;
}
.article-aside .dropdown-menu li a:hover,
.article-aside .dropdown-menu li a:focus,
.article-aside .dropdown-menu li a:active {
  color: #01a3d4;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.article-content .pagination ul {
  border-left: 1px solid #e5e5e5;
}
.article-content .pagination li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #e5e5e5;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 30%;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav li.pagenav-prev {
  margin-right: 10px;
}
.pagenav li a {
  color: #444;
  padding: 5px 10px;
  line-height: normal;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagenav li a:hover,
.pagenav li a:active,
.pagenav li a:focus {
  background-color: transparent;
  color: #01a3d4;
}
.counter {
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.pagination ul {
  
  
  
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: solid 1px #ddd;
  color: #222;
  font-weight: 400;
  font-size: 11px;
  margin: 0 2px 5px 2px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #fff;
  color: #5ba5bb;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #003251;
  border: solid 1px #d4d2d3;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.items-more {
  background: url("../images/gray-border-bg.png") repeat-y left top;
}
.items-more h3 {
  display: none;
}
.items-more .nav-stacked {
  margin-left: 40px;
  margin-bottom: 0;
}
.items-more .nav-stacked li a {
  border: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}
.items-more .nav-stacked li a:hover,
.items-more .nav-stacked li a:focus,
.items-more .nav-stacked li a:active {
  color: #016888;
}
.items-more .nav-stacked li:last-child .article-aside {
  margin-bottom: 0;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  
  
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 13px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
.iframe-bordered {
  border: 1px solid #ddd;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #e6e6e6;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  
  
  
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #e6e6e6;
}
.btn-group .chzn-results {
  white-space: normal;
}
.jacomment-count {
  display: inline-block;
}

p {
  margin: 0 0 31px;
}
p small,
p .small {
  font-size: 11px;
  color: #999;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #003251;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 32px;
  line-height: 37pt;
}
h1 small {
  font-size: 26px;
}
h2 {
  font-size: 26px;
  line-height: 40px;
}
h2 small {
  font-size: 19.5px;
}
h3 {
  font-size: 19.5px;
  line-height: 25px;
}
h3 small {
  font-size: 15px;
}
h4 {
  font-size: 15px;
  line-height: 20px;
}
h4 small {
  font-size: 13px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h5 small {
  font-size: 11px;
}
h6 {
  font-size: 13px;
  line-height: 20px;
}
.page-header {
  margin: 0;
}
.page-title,
.page-header h1 {
  margin: 0 0 10px;
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  color: #003251;
  line-height: 30px;
}
.page-subheader {
  margin: 0 0 20px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  margin: 10px 0;
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  color: #444;
  line-height: 1.5;
  margin: 0;
}
.page-subtitle small {
  font-size: 32.5px;
  line-height: 30px;
  font-weight: 300;
  color: rgb(0,50,81);
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.article-title a,
.article-header h1 a {
  color: #222;
}
.article-title a:hover,
.article-title a:focus,
.article-title a:active,
.article-header h1 a:hover,
.article-header h1 a:focus,
.article-header h1 a:active {
  color: #01a3d4;
  text-decoration: none;
}
h2.article-title,
.article-header h2 {
  line-height: 1.2;
}
h2.article-title a,
.article-header h2 a {
  color: rgb(0,50,81);
}
h2.article-title a:hover,
h2.article-title a:focus,
h2.article-title a:active,
.article-header h2 a:hover,
.article-header h2 a:focus,
.article-header h2 a:active {
  text-decoration: none;
  color: rgb(91,165,187);
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
ul.the-icons {
  margin: 0;
  list-style: none;
}
ul.the-icons li {
  float: left;
  line-height: 25px;
  width: 25%;
}
/*.label,*/
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;

  background-color: #999;
}
.label {
  display: inline-block;
  padding: 2px 4px;
  font-weight: bold;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
/*
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
*/
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #e2392f;
}
.label-important[href],
.badge-important[href] {
  background-color: #c3251b;
}
.label-warning,
.badge-warning {
  background-color: #fb981a;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #de7e04;
}
.label-success,
.badge-success {
  background-color: #47a540;
}
.label-success[href],
.badge-success[href] {
  background-color: #378032;
}
.label-info,
.badge-info {
  background-color: #01a3d4;
}
.label-info[href],
.badge-info[href] {
  background-color: #017ca1;
}
.label-inverse,
.badge-inverse {
  background-color: #444;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #2b2b2b;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.show-grid {
  margin-bottom: 20px;
  margin-top: 10px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
}
.show-grid:hover [class*="span"] {
  background-color: #ddd;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
  line-height: 20px;
}
span.highlight {
  color: #5ba5bb;
  font-weight: 300;
  padding: 0;
  background: none;
}
.hightlight-heading {
  color: #fff;
  background: #01a3d4;
  font-weight: 500;
  font-size: 100%;
  line-height: 1;
  padding: 10px;
  margin: 10px 0 20px;
}
.article-content .hightlight-heading,
.article-content .hightlight-heading,
.article-content .hightlight-heading a {
  color: #fff;
  background: #01a3d4;
  font-weight: 500;
  font-size: 100%;
  line-height: 1;
  padding: 10px;
}
.article-content .hightlight-heading:hover,
.article-content .hightlight-heading:focus,
.article-content .hightlight-heading:active,
.article-content .hightlight-heading:hover,
.article-content .hightlight-heading:focus,
.article-content .hightlight-heading:active,
.article-content .hightlight-heading a:hover,
.article-content .hightlight-heading a:focus,
.article-content .hightlight-heading a:active {
  text-decoration: none;
  color: #fff;
}
.article-content .box {
  padding: 0 10px;
}
.photo-list {
  margin-top: 40px;
}
.photo-list .photo-item {
  position: relative;
  display: block;
  float: left;
  position: relative;
  width: 25%;
  overflow: hidden;
}
.photo-list .photo-name {
  left: 0;
  position: absolute;
  bottom: -180px;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.photo-list .photo-name span {
  padding: 40px;
  display: block;
  line-height: normal;
}
.photo-list .photo-item:hover .photo-name {
  bottom: 0;
}

.t3-header.container {
  /*background-color: #01a3d4;*/
  padding-top: 20px;
  padding-bottom: 20px;
}
.view-featured .t3-header.container,
.home .t3-header.container {
  background-position: right 195px;
}
.ja-content-mass-top {
  background-image: url("../images/decor-ltr.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #01a3d4;
}
.logo {
  float: left;
  margin-top: 5px;
  margin-bottom: 15px;
}
.logo h1,
.logo h1 a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  overflow: hidden;
}
.logo-image h1 {
  display: block;
  font-size: 0;
}
.logo-image h1 a {
  background-image: url("../images/DGAI-Logo.svg");
  background-repeat: no-repeat;
  /*
  width: 344px;
  */
  width:100%;
  height: 98px;
}
.logo-image h1 a span,
.logo-image h1 a small {
  display: none;
}
.logo-image .site-slogan {
  display: none;
}
.site-slogan {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Arial', sans-serif;
  line-height: 1.5;
  display: block;
  padding: 80px 0;
  border-bottom: 1px solid #33b5dc;
  border-top: 1px solid #33b5dc;
  margin-top: 20px;
}
.site-slogan p {
  margin-bottom: 0;
}
.ja-beranis-careers .site-slogan {
  background: #fff;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 0;
  padding-right: 40px;
  padding-left: 40px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 0;
  color: #333;
}
.logo-text h1 {
  color: #444;
}
.logo-text h1 a {
  color: #444;
  text-decoration: none;
}
.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: none;
}
.head-position {
  padding: 5px;
  float: right;
}
.head-position form {
  margin: 0;
}
.head-position label {
  display: none;
}
.head-position .input,
.head-position .inputbox {
/*
  background: url("../images/ico/search-invert.png") no-repeat 110px center #008fb9;
 */
  width: 100px;
  /*
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-color: #008fb9;
  border-top-color: #007a9d;
  color: #A0E9FF;
  padding: 4px 15px;
  */
}
.head-position .input:focus,
.head-position .inputbox:focus {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-image: url("../images/ico/search-invert-hover.png");
  color: #fff;
  border-color: #007a9d;
}
.head-position .inputbox::-webkit-input-placeholder {
  color: #A0E9FF;
}
.head-position .input::-webkit-input-placeholder {
  color: #A0E9FF;
}
.head-position .inputbox::-moz-placeholder {
  color: #A0E9FF;
}
.head-position .input::-moz-placeholder {
  color: #A0E9FF;
}
.t3-mainnav.vertical-nav .head-position {
  bottom: 20px;
  padding: 20px 20px 0;
  position: absolute;
  float: right;
}
.t3-mainnav.vertical-nav .head-position form {
  margin: 0;
}
.t3-mainnav.vertical-nav .head-position label {
  display: none;
}
.t3-mainnav.vertical-nav .head-position .input {
  background: url("../images/ico/search-normal.png") no-repeat 130px center #222;
  width: 125px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #333;
}
.t3-mainnav.vertical-nav .head-position .input:focus {
  background-image: url("../images/ico/search-hover.png");
  color: #999;
  border-color: #555;
}
.t3-mainnav.vertical-nav .head-position .inputbox::-webkit-input-placeholder {
  color: #999;
}
.t3-mainnav.vertical-nav .head-position .input::-webkit-input-placeholder {
  color: #999;
}
.t3-mainnav.vertical-nav .head-position .inputbox::-moz-placeholder {
  color: #999;
}
.t3-mainnav.vertical-nav .head-position .input::-moz-placeholder {
  color: #999;
}
.t3-mainnav.vertical-nav .mod-languages {
  top: -28px;
}
.ja-beranis-careers .content-top {
  margin-bottom: -20px;
}
.t3-sl {
  padding-bottom: 60px;
  padding-top: 60px;
}
.t3-sl-1 {
  color: #fff;
  padding: 40px 0 40px;
}
.t3-sl-1 .t3-module {
  margin-bottom: 0;
}
.t3-sl-1 .module-title {
  color: #fff;
  font-size: 13px;
}
.t3-sl-1 .btn {
  padding: 4px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  
  
  
  color: #01a3d4;

  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f5f5f5));
  background-image: -webkit-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -o-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: linear-gradient(to bottom,#ffffff,#f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #f5f5f5 #f5f5f5 #cfcfcf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #f5f5f5;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-size: 11px;
  text-transform: uppercase;
}
.t3-sl-1 .btn:hover,
.t3-sl-1 .btn:focus,
.t3-sl-1 .btn:active,
.t3-sl-1 .btn.active,
.t3-sl-1 .btn.disabled,
.t3-sl-1 .btn[disabled] {
  color: #01a3d4;
  background-color: #f5f5f5;
  *background-color: #e8e8e8;
}
.t3-sl-1 .btn:active,
.t3-sl-1 .btn.active {
  background-color: #dcdcdc \9;
}
.t3-sl-1 .btn:hover,
.t3-sl-1 .btn a.btn:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.t3-sl-1 > .row > .item-last {
  background: url("../images/border-bg.png") repeat-y left top;
}
.t3-sl-1 > .row > .item-last .t3-module {
  margin-left: 40px;
}
.t3-sl-1 > .row > .item-last .t3-module .category-module li {
  padding-bottom: 0;
}
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a {
  background: none;
  color: #01a3d4;
  display: inline-block;
  font-size: 11px;
  opacity: 1;
  padding: 4px 14px;
  text-indent: 0;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  
  
  
  color: #01a3d4;

  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top,#fff,#f5f5f5);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f5f5f5));
  background-image: -webkit-linear-gradient(top,#fff,#f5f5f5);
  background-image: -o-linear-gradient(top,#fff,#f5f5f5);
  background-image: linear-gradient(to bottom,#fff,#f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #f5f5f5 #f5f5f5 #cfcfcf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #f5f5f5;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:hover,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:focus,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a.active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a.disabled,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a[disabled] {
  color: #01a3d4;
  background-color: #f5f5f5;
  *background-color: #e8e8e8;
}
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a.active {
  background-color: #dcdcdc \9;
}
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:hover,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:focus,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:active {
  color: #016888;
  text-decoration: none;
  color: #01a3d4;

  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#fff,#ffffff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ffffff));
  background-image: -webkit-linear-gradient(top,#fff,#ffffff);
  background-image: -o-linear-gradient(top,#fff,#ffffff);
  background-image: linear-gradient(to bottom,#fff,#ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: #ffffff #ffffff #d9d9d9;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:hover:hover,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:hover:focus,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:hover:active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:hover.active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:hover.disabled,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:hover[disabled],
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:focus:hover,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:focus:focus,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:focus:active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:focus.active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:focus.disabled,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:focus[disabled],
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:active:hover,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:active:focus,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:active:active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:active.active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:active.disabled,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:active[disabled] {
  color: #01a3d4;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:hover:active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:hover.active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:focus:active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:focus.active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:active:active,
.t3-sl-1 > .row > .item-last .t3-module .category-module p.mod-articles-category-readmore a:active.active {
  background-color: #e6e6e6 \9;
}
.t3-spotlight-1 .category-module {
  margin: 0 10px;
}
.t3-spotlight-1 .item-first .category-module {
  margin-left: 0;
}
a.readmore {
  background: url("../images/ico/readmore.png") no-repeat left top;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 20px;
  outline: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
a.readmore:hover,
a.readmore:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
a.readmore span {
  display: none;
}
.t3-sl-2 {
  background-color: #222;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.t3-sl-2 .t3-spotlight-2 .t3-module {
  margin-bottom: 0;
  min-height: 340px;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
.t3-sl-2 .t3-spotlight-2 .t3-module .module-ct,
.t3-sl-2 .t3-spotlight-2 .t3-module .module-title {
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
}
.t3-sl-2 .row-fluid .span4 {
  width: 33.3333%;
  margin-left: 0;
}
.t3-sl-2.container .t3-spotlight {
  margin-left: -40px;
  margin-right: -40px;
  width: auto !important;
}
.ja-home .ja-home-1 {
  border-top: 1px solid #e5e5e5;
}
.ja-home .ja-home-1 .module-title {
  font-size: 32px;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 20px;
  font-weight: 300;
}
.ja-home .ja-home-1 .item-last .module-title {
  color: #fff;
}
.ja-home .ja-home-1 .item-last .t3-module .custom {
  background: url("../images/gray-border-bg.png") repeat-y left top;
}
.ja-home .ja-home-1 .item-last div.blockquote {
  margin-left: 40px;
  position: relative;
}
.ja-home .ja-home-1 .item-last div.blockquote blockquote {
  padding: 20px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ja-home .ja-home-1 .item-last div.blockquote blockquote p {
  font-size: 13px;
}
.ja-home .ja-home-1 .item-last div.blockquote small {
  height: 15px;
}
.ja-home .ja-home-1 .item-last div.blockquote small:before {
  background: url("../images/arrow-blockquote.png") no-repeat center top;
  width: 10px;
  height: 6px;
  position: absolute;
  content: "";
  bottom: 36px;
  left: 20px;
}
.ja-home .ja-home-2 {
  background: #00a3d3;
  position: relative;
}
.ja-home .ja-home-2 .module-title {
  font-size: 32px;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 20px;
  color: #fff;
  width: 50%;
  font-weight: 300;
}
.ja-home .ja-home-2 p {
  width: 50%;
}
.ja-home .t3-module {
  margin: 40px 0;
}
.t3-mainbody {
  padding-bottom: 40px;
  padding-top: 20px;
}
.t3-sidebar-2 {
  background: url("../images/gray-border-bg.png") repeat-y left top;
}
.t3-slogan {
  color: #666;
  background-color: #151515;
}
.t3-slogan .site-slogan {
  border-bottom-color: #2c2c2c;
  border-top: 0;
  margin-top: 0;
}
.t3-footer {
  color: #666;
  *zoom: 1;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
  text-align: right;
}
.t3-footer li a {
  color: #999;
}
.t3-footer li a:hover,
.t3-footer li a:active,
.t3-footer li a:focus {
  color: #e6e6e6;
}
.t3-footer .container {
  background-color: #0f2544;
}
.t3-footnav {
  background-color: #151515;
  color: #fff;
  padding: 60px 0 40px;
  *zoom: 1;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav .t3-module {
  margin-bottom: 0;
  color: #999;
}
.t3-footnav ul {
  list-style: none;
  margin-left: 0;
}
.t3-footnav li {
  line-height: 24px;
}
.t3-footnav .module-title {
  color: #999;
  font-size: 13px;
  font-weight: 400;
}
.t3-footnav li a {
  color: #999;
  outline: none;
}
.t3-footnav li a:hover,
.t3-footnav li a:focus,
.t3-footnav li a:active {
  color: #fff;
  background: none;
}
.t3-footnav .item-last {
  background: url("../images/dark-border-bg.png") repeat-y left top;
}
.t3-footnav .item-last .t3-module {
  margin-left: 40px;
}
.t3-footnav .item-last .category-module li {
  padding-bottom: 0;
}
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a {
  background: none;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  opacity: 1;
  padding: 2px 14px;
  text-indent: 0;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  
  
  
  color: 0 -1px 0 rgba(0,0,0,0.25);

  background-color: #05b1e5;
  background-image: -moz-linear-gradient(top,#01a3d4,#0ac5fe);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#01a3d4),to(#0ac5fe));
  background-image: -webkit-linear-gradient(top,#01a3d4,#0ac5fe);
  background-image: -o-linear-gradient(top,#01a3d4,#0ac5fe);
  background-image: linear-gradient(to bottom,#01a3d4,#0ac5fe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff01a3d4', endColorstr='#ff0ac5fd', GradientType=0);
  border-color: #0ac5fe #0ac5fe #018fbb;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #0ac5fe;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:hover,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:focus,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a.active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a.disabled,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a[disabled] {
  color: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0ac5fe;
  *background-color: #01b7ed;
}
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a.active {
  background-color: #01a3d4 \9;
}
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:hover,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:focus,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:active {
  color: #fff;
  text-decoration: none;
  color: 0 -1px 0 rgba(0,0,0,0.25);

  background-color: #01a3d4;
  background-image: -moz-linear-gradient(top,#01a3d4,#01a3d4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#01a3d4),to(#01a3d4));
  background-image: -webkit-linear-gradient(top,#01a3d4,#01a3d4);
  background-image: -o-linear-gradient(top,#01a3d4,#01a3d4);
  background-image: linear-gradient(to bottom,#01a3d4,#01a3d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff01a3d4', endColorstr='#ff01a3d4', GradientType=0);
  border-color: #01a3d4 #01a3d4 #016888;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #01a3d4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:hover:hover,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:hover:focus,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:hover:active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:hover.active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:hover.disabled,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:hover[disabled],
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:focus:hover,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:focus:focus,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:focus:active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:focus.active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:focus.disabled,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:focus[disabled],
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:active:hover,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:active:focus,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:active:active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:active.active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:active.disabled,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:active[disabled] {
  color: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #01a3d4;
  *background-color: #018fbb;
}
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:hover:active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:hover.active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:focus:active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:focus.active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:active:active,
.t3-footnav .item-last .category-module p.mod-articles-category-readmore a:active.active {
  background-color: #017ca1 \9;
}
.t3-copyright {
  font-size: 11px;
  *zoom: 1;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: "";
  line-height: 0;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright .container {
  border:none;
  /*
  border-bottom: 10px solid #000;
  */
}
.t3-copyright-poweredby {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #2c2c2c;
}
div.copyright {
  float: right;
}
div.poweredby {
  float: left;
  text-align: left;
}
div.poweredby .t3-logo,
div.poweredby .t3-logo-small {
  float: left;
  opacity: .5;
}
.t3-social .main-container {
  margin-left: -40px;
  margin-right: -40px;
}
.t3-social a {
  display: inline-block;
  width: 320px;
  float: left;
  height: 240px;
  color: #fff;
  line-height: 240px;
  font-size: 120px;
  text-align: center;
  -webkit-transition: 0.2s linear 0s;
  -moz-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
}
.t3-social a.icon-facebook {
  background-color: #0066b9;
}
.t3-social a.icon-facebook:focus,
.t3-social a.icon-facebook:hover {
  color: #0066b9;
  background: #fff;
}
.t3-social a.icon-twitter {
  background-color: #0093c3;
}
.t3-social a.icon-twitter:focus,
.t3-social a.icon-twitter:hover {
  color: #0093c3;
  background: #fff;
}
.t3-social a.icon-google-plus {
  background-color: #ec3216;
}
.t3-social a.icon-google-plus:focus,
.t3-social a.icon-google-plus:hover {
  color: #ec3216;
  background: #fff;
}
.t3-social a:hover,
.t3-social a:focus {
  text-decoration: none;
}
.t3-social [class^="icon-"] span,
.t3-social [class*=" icon-"] span {
  display: none;
}
.animate-img img {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  transform: scale(0);
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.animate-img.inview img {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.animate-img .jai-map-wrap .point {
  margin-top: -100px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.animate-img .jai-map-wrap .point20 {
  -webkit-transition: all 20.2s ease-out 20s;
  -moz-transition: all 20.2s ease-out 20s;
  -o-transition: all 20.2s ease-out 20s;
  transition: all 20.2s ease-out 20s;
}
.animate-img .jai-map-wrap .point19 {
  -webkit-transition: all 19.2s ease-out 19s;
  -moz-transition: all 19.2s ease-out 19s;
  -o-transition: all 19.2s ease-out 19s;
  transition: all 19.2s ease-out 19s;
}
.animate-img .jai-map-wrap .point18 {
  -webkit-transition: all 18.2s ease-out 18s;
  -moz-transition: all 18.2s ease-out 18s;
  -o-transition: all 18.2s ease-out 18s;
  transition: all 18.2s ease-out 18s;
}
.animate-img .jai-map-wrap .point17 {
  -webkit-transition: all 17.2s ease-out 17s;
  -moz-transition: all 17.2s ease-out 17s;
  -o-transition: all 17.2s ease-out 17s;
  transition: all 17.2s ease-out 17s;
}
.animate-img .jai-map-wrap .point16 {
  -webkit-transition: all 16.2s ease-out 16s;
  -moz-transition: all 16.2s ease-out 16s;
  -o-transition: all 16.2s ease-out 16s;
  transition: all 16.2s ease-out 16s;
}
.animate-img .jai-map-wrap .point15 {
  -webkit-transition: all 15.2s ease-out 15s;
  -moz-transition: all 15.2s ease-out 15s;
  -o-transition: all 15.2s ease-out 15s;
  transition: all 15.2s ease-out 15s;
}
.animate-img .jai-map-wrap .point14 {
  -webkit-transition: all 14.2s ease-out 14s;
  -moz-transition: all 14.2s ease-out 14s;
  -o-transition: all 14.2s ease-out 14s;
  transition: all 14.2s ease-out 14s;
}
.animate-img .jai-map-wrap .point13 {
  -webkit-transition: all 13.2s ease-out 13s;
  -moz-transition: all 13.2s ease-out 13s;
  -o-transition: all 13.2s ease-out 13s;
  transition: all 13.2s ease-out 13s;
}
.animate-img .jai-map-wrap .point12 {
  -webkit-transition: all 12.2s ease-out 12s;
  -moz-transition: all 12.2s ease-out 12s;
  -o-transition: all 12.2s ease-out 12s;
  transition: all 12.2s ease-out 12s;
}
.animate-img .jai-map-wrap .point11 {
  -webkit-transition: all 11.2s ease-out 11s;
  -moz-transition: all 11.2s ease-out 11s;
  -o-transition: all 11.2s ease-out 11s;
  transition: all 11.2s ease-out 11s;
}
.animate-img .jai-map-wrap .point10 {
  -webkit-transition: all 10.2s ease-out 10s;
  -moz-transition: all 10.2s ease-out 10s;
  -o-transition: all 10.2s ease-out 10s;
  transition: all 10.2s ease-out 10s;
}
.animate-img .jai-map-wrap .point9 {
  -webkit-transition: all 9.2s ease-out 9s;
  -moz-transition: all 9.2s ease-out 9s;
  -o-transition: all 9.2s ease-out 9s;
  transition: all 9.2s ease-out 9s;
}
.animate-img .jai-map-wrap .point8 {
  -webkit-transition: all 8.2s ease-out 8s;
  -moz-transition: all 8.2s ease-out 8s;
  -o-transition: all 8.2s ease-out 8s;
  transition: all 8.2s ease-out 8s;
}
.animate-img .jai-map-wrap .point7 {
  -webkit-transition: all 7.2s ease-out 7s;
  -moz-transition: all 7.2s ease-out 7s;
  -o-transition: all 7.2s ease-out 7s;
  transition: all 7.2s ease-out 7s;
}
.animate-img .jai-map-wrap .point6 {
  -webkit-transition: all 6.2s ease-out 6s;
  -moz-transition: all 6.2s ease-out 6s;
  -o-transition: all 6.2s ease-out 6s;
  transition: all 6.2s ease-out 6s;
}
.animate-img .jai-map-wrap .point5 {
  -webkit-transition: all 5.2s ease-out 5s;
  -moz-transition: all 5.2s ease-out 5s;
  -o-transition: all 5.2s ease-out 5s;
  transition: all 5.2s ease-out 5s;
}
.animate-img .jai-map-wrap .point4 {
  -webkit-transition: all 4.2s ease-out 4s;
  -moz-transition: all 4.2s ease-out 4s;
  -o-transition: all 4.2s ease-out 4s;
  transition: all 4.2s ease-out 4s;
}
.animate-img .jai-map-wrap .point3 {
  -webkit-transition: all 3.2s ease-out 3s;
  -moz-transition: all 3.2s ease-out 3s;
  -o-transition: all 3.2s ease-out 3s;
  transition: all 3.2s ease-out 3s;
}
.animate-img .jai-map-wrap .point2 {
  -webkit-transition: all 2.2s ease-out 2s;
  -moz-transition: all 2.2s ease-out 2s;
  -o-transition: all 2.2s ease-out 2s;
  transition: all 2.2s ease-out 2s;
}
.animate-img .jai-map-wrap .point1 {
  -webkit-transition: all 1.2s ease-out 1s;
  -moz-transition: all 1.2s ease-out 1s;
  -o-transition: all 1.2s ease-out 1s;
  transition: all 1.2s ease-out 1s;
}
.animate-img.inview .jai-map-wrap .point {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.animate-text {
  overflow: hidden;
}
.animate-text p {
  opacity: 0;
  filter: alpha(opacity=0);
  left: 800px;
  position: relative;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.animate-text.inview p {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.animate-text-fade p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 2s ease-out 0s;
  -moz-transition: all 2s ease-out 0s;
  -o-transition: all 2s ease-out 0s;
  transition: all 2s ease-out 0s;
}
.animate-text-fade.inview p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.animate-left-box,
.animate-right-box {
  overflow: hidden;
}
/*
.animate-left-box > div {
  left: -800px;
  position: relative;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.animate-left-box.inview > div {
  left: 0;
}
*/
/*
.animate-right-box > div {
  right: -800px;
  position: relative;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.animate-right-box.inview > div {
  right: 0;
}
*/
.animate-img-slide img {
  position: absolute;
  bottom: -100%;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.animate-img-slide.inview img {
  bottom: 0;
}
.animate-img-slide.inview .highlight img {
  left: 0;
}
.animation-img-hover img {
  transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
div.animation-img-hover {
  margin-bottom: 20px;
  overflow: hidden;
}
div.animation-img-hover img {
  margin: 0;
}
div.animation-img-hover.pull-left {
  margin-right: 20px;
}
.animation-img-hover:hover img {
  transform: scale(1.15) rotate(-1.75deg);
  -o-transform: scale(1.15) rotate(-1.75deg);
  -ms-transform: scale(1.15) rotate(-1.75deg);
  -moz-transform: scale(1.15) rotate(-1.75deg);
  -webkit-transform: scale(1.15) rotate(-1.75deg);
}
.has-one-sidebar2 #t3-content > div {
  margin-right: 0;
}
.t3-back-to-top .deactive {
  display: none;
}
.t3-back-to-top .active {
  display: block;
}
.t3-back-to-top .backtotop {
  position: fixed;
  bottom: 100px;
  cursor: pointer;
  font-size: 0;
  text-indent: -999em;
  background: url("../images/backtotop.png") no-repeat left top;
  width: 40px;
  height: 40px;
}
.t3-back-to-top .backtotop:hover {
  background-color: #0f2544;
  background: url("../images/backtotop-over.png") no-repeat left top;
}
.bd-popup .t3-mainbody {
  margin-top: 0;
}

.com_easyblog #ezblog-menu .blog-navi .user-form form #remember {
  margin-top: 2px;
}
.com_easyblog #eblog-dialog .dialog label,
.com_easyblog .form-row label,
.com_easyblog .subscription-box label,
.com_easyblog #ezblog-dashboard #form-login-remember label {
  display: inline;
}
.com_easyblog #ezblog-dashboard form {
  margin-bottom: 0;
}
.com_easyblog #eblog-dialog .inputbox,
.com_easyblog #eblog-dialog input,
.com_easyblog #eblog-dialog input[type="text"],
.com_easyblog #eblog-dialog input[type="password"],
.com_easyblog #eblog-dialog textarea,
.com_easyblog #eblog-dialog select {
  margin-bottom: 0;
}
.com_easyblog #ezblog-body .entry-related-post li {
  padding: 10px 0;
}
.com_easyblog #eblog-dialog .ptm,
.com_easyblog #eblog-wrapper .ptm {
  padding-bottom: 10px;
}
.com_easyblog #eblog-wrapper .eblog-message {
  margin-left: 28px;
}
.com_easyblog #ezblog-body .profile-avatar + .profile-info {
  margin-left: 75px;
}
.com_easyblog #ezblog-body .slider-holder {
  height: 320px;
}
.com_easyblog #ezblog-body .blog-calendar-month {
  background-color: #01a3d4;
  border-color: #01a3d4;
}
.com_easyblog #ezblog-body .blog-calendar .blog-comments a:hover {
  background-color: #01a3d4;
}
.com_easyblog #eblog-wrapper .list-pagination li a:hover {
  border-top-color: #01a3d4;
}
.com_easyblog #ezblog-posts .blog-image {
  padding: 0;
  border: 0;
}
.com_easyblog #ezblog-body .blog-text img.blog-image,
.com_easyblog #ezblog-body .blog-content img.blog-image {
  padding: 0 !important;
  border: 0 !important;
}
.com_easyblog #ezblog-dashboard .list-form li > label,
.com_easyblog #ezblog-dashboard .list-form li > div > label {
  background: none;
}
.com_easyblog #eblog-search .button-search {
  padding: 4px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  
  
  
  color: #01a3d4;

  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f5f5f5));
  background-image: -webkit-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -o-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: linear-gradient(to bottom,#ffffff,#f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #f5f5f5 #f5f5f5 #cfcfcf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #f5f5f5;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-size: 11px;
  text-transform: uppercase;
}
.com_easyblog #eblog-search .button-search:hover,
.com_easyblog #eblog-search .button-search:focus,
.com_easyblog #eblog-search .button-search:active,
.com_easyblog #eblog-search .button-search.active,
.com_easyblog #eblog-search .button-search.disabled,
.com_easyblog #eblog-search .button-search[disabled] {
  color: #01a3d4;
  background-color: #f5f5f5;
  *background-color: #e8e8e8;
}
.com_easyblog #eblog-search .button-search:active,
.com_easyblog #eblog-search .button-search.active {
  background-color: #dcdcdc \9;
}
.com_easyblog #eblog-search .button-search:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.com_easyblog #eblog-search .button-search:focus {
  outline: 0;
}
.com_easyblog #eblog-search .button-search.active,
.com_easyblog #eblog-search .button-search:active {
  text-decoration: none;
  outline: 0;
  
  
  
}
.com_easyblog #ezblog-dashboard #microblog-text .list-form li > div {
  margin-right: 0 !important;
}
.com_easyblog #eblog-wrapper .width-full {
  width: 98.4%;
}
.com_easyblog .has-one-sidebar2 #eblog-wrapper {
  margin-left: -20px;
}
.com_easyblog .has-one-sidebar2 #ezblog-menu .blog-navi li.toolbar-item > a {
  padding: 0 5px;
}

















/* Header ***********************************************************************/

.t3-header,
.t3-header.container {
	position:relative;
	height: 166px;
	padding-bottom: 24px;
	padding-top:0;
	border-bottom: 20px solid rgb(224,232,229);
	}

/* Das Menü und die Suche */

/* Suche etc */
header.t3-header nav.t3-mainnav div.head-position {
	padding:0;
	margin:0;
	margin-top:18px;
	float:none;
	height:56px;
	left:0;
	position:relative;
	}

/* Suche */
form#mod-finder-searchform {
	height:20px;
	padding-bottom:12px;
	border-bottom: 1px dotted #d4d2d3;
	position:relative;
	}
.head-position .inputbox,
form#mod-finder-searchform .inputbox {
	border: 0 none;
	padding:0;
	margin:0;
	background-color:white;
	color:#003251;
	border-radius: 0;
	cursor:text;
	background: none;
	box-shadow: none;
	}
.head-position .inputbox:focus,
form#mod-finder-searchform .input:focus {
	padding:0;
	margin:0;
	background-color:white;
	color:#003251;
	border-radius: 0;
	border: 1px solid #d4d2d3;
	box-shadow: none;
	cursor:text;
	background: none;
	}
.head-position .inputbox::-webkit-input-placeholder { /* WebKit browsers */
    color:    #003251;
	}
.head-position .inputbox:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #003251;
	}
.head-position .inputbox::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #003251;
	}
.head-position .inputbox:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #003251;
	}
	
	
.head-position button.finder {
	border: 0 none;
	color : white;
	background: none;
	width:16px;
	height:13px;
	background-image:  url("../images/searchButton.png");
	background-position: top right;
	background-repeat: no-repeat;
	margin:0;
	padding-bottom:20px;
	border-image:none;
	text-shadow: none;
	font-size:0 !important;
	line-height:1px !important;
	position:absolute;
	right:0;
	top:4px;
	}





/* Auf einer Suchtrefferseite keine Untermenü anzeigen */
html.view-search .t3-mainbody div.t3-sidebar-1 {
	display: none;
	}
html.view-search .t3-mainbody div.t3-content {
	width:760px;
	float:left;
	}

/* BDA | DAAF */
div.custombda-daaf {
	width:114px;
	height:10px;
	position:absolute;
	left:320px;
	top:0;
	font-size:14px;
	color: #D4D2D3;
	}
div.custombda-daaf a.bda {
	width : auto;
	text-align: center;
	display:inline-block;
	font-size:14px;
	margin-right:17px;
	}
div.custombda-daaf a.daaf {
	width : auto;
	text-align: center;
	display:inline-block;
	font-size:14px;
	margin-left:17px;
	}



/* Hauptmenü ******************************************************************/

/* In Großdarstellung keine Untermenüs im Hauptmenü */

.t3-header .t3-mainnav {
	float:right;
	}

.t3-header .t3-mainnav .navbar-inner {
	padding:0;
	margin:0;
	float:none;
	border: 0 none;
	left:0;
	overflow:visible;
	}

.t3-header .t3-mainnav .navbar-inner ul {
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	overflow:visible;
	}

.t3-header .t3-mainnav .navbar-inner ul a {
	font-size:13px;
	line-height:14px;
	}

div.navbar-inner li {
	vertical-align:top;
	height:31px;
	line-height: 31px;
	display: list-item;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	}

.t3-header .t3-mainnav .navbar .nav > li:last-child > a,
.t3-header .t3-mainnav .navbar .nav > li > a,
div.navbar-inner li a {
	display:block;
	height:20px;
	line-height: 14px;
	padding:0;
	padding-bottom:6px;
	border-bottom:1px solid #d4d2d6;
	margin:0;
	vertical-align:top;
	width:136px;
	}


.t3-header .t3-mainnav .visionet-menu-item a {
	display:block;
	height:20px;
	line-height: 14px;
	padding:0;
	padding-bottom:6px;
	border-bottom:1px solid #d4d2d6;
	margin:0;
	vertical-align:top;
	width:136px;
	}

.t3-header .t3-mainnav .navbar .nav > li:last-child > a:hover,
.t3-header .t3-mainnav .navbar .nav > li > a:hover,
div.navbar-inner li a:hover,
div.navbar-inner li.active a,
div.navbar-inner li.current a  {
	color: #5ba5bb;
	}

div.navbar-inner li.visionet-menu-item-col-1 {
	position: absolute;
	left: 0;
	}

div.navbar-inner li.visionet-menu-item-col-2 {
	position: absolute;
	left: 160px;
	}

div.navbar-inner li.visionet-menu-item-col-3 {
	position: absolute;
	left: 320px;
	}

	


div.navbar-inner li.visionet-menu-item-row-1 {
	position: absolute;
	top: 0;
	}

div.navbar-inner li.visionet-menu-item-row-2 {
	position: absolute;
	top: 37px;
	}

div.navbar-inner li.visionet-menu-item-row-3 {
	position: absolute;
	top: 74px;
	} 

 
 
 
 
 
 
 /* Auf "normalen" Seiten nicht anzeigen */
 div#ja-content-mass-top,
 section.animate-img-slide,
 nav.t3-slideshow {
 	display: none;
 	}

 
 
 
 
 
 
 
 
 
 
 
 
.dgai-menu .ignore-menu-item {
	display: none;
	}
 
 
/* Untermenue links, Großbild-Darstellung */
div.t3-sidebar-1 .dropdown-menu li > a {
	color: #003251;
	}

div.t3-sidebar-1 .t3-module {
	margin-bottom: 0;
	}


div.t3-sidebar-1 ul.dgai-menu ul,
div.t3-sidebar-1 ul.dgai-menu li {
	list-style-image: none;
	list-style-type: none;
	}


div.t3-sidebar-1 ul.dgai-menu > li { /* Ebene 1 */
	padding:0;
	margin:0;
	display:block;
 	min-height :	35px;
	line-height: 35px;
	/*padding-left:11px;*/
	padding-top:3px;
	border-bottom:1px solid #d4d2d3;
	}
div.t3-sidebar-1 ul.dgai-menu > li > a { /* Ebene 1 */
 	height :	31px;
	line-height: 31px;
	padding-left:11px;
	display:block;
	}
div.t3-sidebar-1 a { /* generell */
	font-size: 14px;
	}

div.t3-sidebar-1 li.deeper { /* Ebene 1 mit Untermenü */
	list-style-position: inside;
	list-style: none;
	}

div.t3-sidebar-1 li.deeper > a { /* Ebene 1 mit Untermenü */
	vertical-align: middle;
	}

div.t3-sidebar-1 ul.dgai-menu > li.deeper.active { /* Aktiver Menüpunkt 1. Ebene mit Untermenü */
	border-bottom: 0 none;
	}
div.t3-sidebar-1 ul.dgai-menu > li.deeper.active > a { /* Aktiver Menüpunkt 1. Ebene mit Untermenü */
 	height :	31px;
	line-height: 31px;
	padding-bottom:4px;
	border-bottom:1px solid #d4d2d3;
	}

div.t3-sidebar-1 ul.dgai-menu > li.active > a,
div.t3-sidebar-1 ul.dgai-menu > li.active > a:hover {
	background-color: transparent;
	background-image: url("../images/menu-bg.png");
	background-repeat: repeat-x;
 	color: white;
	}
div.t3-sidebar-1 ul.dgai-menu > li > a:hover  {
 	background-color: #5ba5bb;
 	color: white;
	}

div.t3-sidebar-1 ul.dgai-menu > li > a.dac:hover,
div.t3-sidebar-1 ul.dgai-menu > li > a.nohover:hover  {
        background-color: white;
}
div.t3-sidebar-1 ul.dgai-menu > li > a.dac  {
	background-image: url(/../../images/dac-logo-k.png);
        background-repeat: no-repeat;
        background-position-x: 10px;
        color: transparent;
}
div.t3-sidebar-1 ul.dgai-menu ul {
	padding:0;
	margin:0;
	float:none;
	}

div.t3-sidebar-1 ul.dgai-menu ul li {
	padding:0;
	padding-left:24px;
	margin:0;
	display:block;
	line-height:23px;
	background-image: url("../images/4x4-grau.png");
	background-repeat: no-repeat;
	background-position: 11px 10px;
	}
.t3-sidebar-1 .dgai-menu ul a {
	font-size: 14px;
	height: 22px;
	line-height:14px;
	vertical-align: middle;
	margin:0;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	}

.t3-sidebar-1 .dgai-menu ul li.active,
.t3-sidebar-1 .dgai-menu ul li:hover {
	background-image: url("../images/4x4.png");
	}



.t3-sidebar-1 .dgai-menu ul li.active a,
.t3-sidebar-1 .dgai-menu ul li.active a:hover {
	color: #5ba5bb;
	}

























/*****************************************************************************/
/* Der Beitrags-Inhaltsbereich ***********************************************/
/*****************************************************************************/

/* Auf der Startseite nicht anzeigen */
html.home #t3-mainbody {
	display:none;
	}

#t3-mainbody {
	position:relative;
	}


section.t3-mainbody div.t3-content {
	margin-right: 0;
	}

div.row div#t3-content {
	margin-top:0;
	}





/* Der Inhalt eines Beitrags innerhalb des Inhaltsbereichs */
#t3-content .com_docman h1,
.article-header h1,
h2.componentheading {
  font-size: 32px;
  margin: 0 15px 22px 0;
  line-height: 30px;
}







div#system-message-container {
	display:none	;
	}









/*****************************************************************************/
/* Neueste Mitteilungen / Aktuelle Projekte **********************************/
/*****************************************************************************/
.content-top .t3-module,
.content-top .row,
.content-top .span12,
.content-top .moduleneueste-mitteilungen,
.content-top .moduleaktuelle-projekte,
.content-top .t3-module .module-inner,
.content-top .module-inner {
	padding:0;
	margin:0;
	}


.content-top .t3-module .module-inner {
	border: 0 none;
	}

.content-top .t3-module .module-title,
.content-top .module-title {
	text-align: center;
	font-weight:bold;
	font-size: 18px;
	color:#003251;
	border-bottom:2px solid #d4d2d3;
	background-image:none;
	background-color: transparent;
	border-top: 1px solid #d4d2d3;
	}


.content-top .ja-button-control {
	width:100%;
	top:-50px;
	background: transparent;
	}

.content-top .neueste-mitteilungen,
.content-top .aktuelle-projekte {
	background: none;
	overflow: visible;
	margin-left: auto;
	margin-right:auto;
	}


.content-top .t3-module .ja_slidetitle,
.content-top .t3-module .swiper-slidetitle{
	font-size: 12px;
	line-height:14px;
	text-align: center;
	color:#5ba5bb;
	height: 25px;
	overflow: hidden;
	padding:0;
	padding-left:9px;
	padding-right:9px;
	margin:0;
	}
.content-top .t3-module .ja_slidetitle a, 
.content-top .t3-module .swiper-slidetitle a{
	font-size: 12px;
	line-height:14px;
	text-align: center;
	color:#5ba5bb;
	padding:0;
	margin:0;
	}



.ja-contentslider-center-wrap {
	overflow: hidden;
	}
	.visionet-contentswiper-container-wrap{
		
		margin-left:auto !important;
		margin-right:auto !important;
	}
.visionet-contentswiper-button-control {
    height: 0px !important;
}	
.visionet-contentswiper-button-control .visionet-contentswiper-right:hover, 
.visionet-contentswiper-button-control .visionet-contentswiper-right {
    border-width: 7px 0 7px 10px;
    margin-top: 3px;
    background: url(../images/rechts.png) no-repeat top left;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0;
    top: -15px;
    border-left-color: transparent;

}
.visionet-contentswiper-button-control .visionet-contentswiper-left:hover, 
.visionet-contentswiper-button-control .visionet-contentswiper-left{
	background: url(../images/links.png) no-repeat top left;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 30px;
    top: -15px;
	border-right-color:transparent;
	
}
.visionet-contentswiper-container-wrap {
	/*top:	-30px;*/
	
}
.congresse .visionet-contentswiper-center .swiper-slide-wrap,
.aktuelle-projekte .visionet-contentswiper-center .swiper-slide-wrap {
box-shadow: 1px 1px 5px 1px rgba(221,221,221,0.68);
  /*  max-width: 430px;
    max-height: 111px;
    /* height: auto; */
    margin: 5px;
}

.congresse .visionet-contentswiper-center .swiper-slidetitle,
.aktuelle-projekte .visionet-contentswiper-center .swiper-slidetitle{
	padding-top: 5px;
    height: 20px;
	text-align: left;
	padding-right:0;
	box-shadow: 1px 1px 5px 1px rgba(221,221,221,0.68);
	
}
.congresse .visionet-contentswiper-center .swiper-slidetitle:before,
.aktuelle-projekte .visionet-contentswiper-center .swiper-slidetitle:before{
	content:'>';
}
.content .visionet-contentswiper-center.img {
     background: transparent !important;
     border: 0 !important;
     margin: 0; 
     padding: 3px;
overflow: hidden;}
.visionet-contentswiper .swiper-slide-wrap .swiper-slideintro a
{
	
	    color: #5ba5bb;
}


/* Neueste Mitteilungen ******************************************************/
/*
.content-top .moduleneueste-mitteilungen {
	margin-top:7px;
	}
*/
.content-top .neueste-mitteilungen .jsslide {
	}

.content-top .neueste-mitteilungen .ja_slidemodified,
.content-top .neueste-mitteilungen .swiper-slidemodified{
	font-size: 14px;
	line-height:17px;
	font-weight: bold;
	text-align: left;
	color:#5ba5bb;
	max-height: 25px;
	overflow: hidden;
	padding:0;
	padding-left:9px;
	padding-right:9px;
	margin:0;
	margin-bottom:10px;
	}
.content-top .neueste-mitteilungen .ja_slidemodified a,
.content-top .neueste-mitteilungen .swiper-slidemodified a {
	font-size: 14px;
	line-height:17px;
	font-weight: bold;
	text-align: left;
	color:#5ba5bb;
	padding:0;
	margin:0;
	}

.content-top .neueste-mitteilungen .ja_slidetitle, 
.content-top .neueste-mitteilungen .swiper-slidetitle{
	text-align: left;
	margin-bottom:0px;
	font-weight: bold;
	height: 42px;
	}
	
.content-top .neueste-mitteilungen .ja_slidetitle:before,
.content-top .neueste-mitteilungen .swiper-slidetitle:before {
  background-image:none !important;
}

.content-top .neueste-mitteilungen .ja_slidetitle a ,
.content-top .neueste-mitteilungen .swiper-slidetitle a {
	text-align: left;
	font-weight: bold;
	}

.content-top .neueste-mitteilungen .ja_slideintro,
.content-top .neueste-mitteilungen .swiper-slideintro {
	font-size: 12px;
	padding:0;
	padding-left:9px;
	padding-right:9px;
	margin:0;
	max-height: 185px;
	overflow: hidden;
	border:0 none;
	}


.content-top .neueste-mitteilungen .ja_slideintro .slide-text {
	max-width:209px;
	overflow: hidden;
	}

.content-top .neueste-mitteilungen .ja_slideintro .slide-text,
.content-top .neueste-mitteilungen .ja_slideintro .slide-text * {
	font-size: 12px;
	line-height: 15px;
	}

.stellenmarkt .swiper-slide-wrap{
	top:-30px;
	margin-top:0;
	
}

.stellenmarkt .swiper-slide-wrap a p{
	margin:0;
	
}
/* Aktuelle Projekte *********************************************************/
.content-top .moduleaktuelle-projekte {
	margin-top:20px;
	margin-bottom:21px;
	}
.content-top .moduleaktuelle-projekte.congresse {
        margin-top: 0px;
	margin-bottom:1px;
}
.content-top .moduleaktuelle-projekte .module-title {
	border-top:1px solid #d4d2d3;
	}

.content-top .aktuelle-projekte .jsslide {
	background-image: url("../images/hintergrund-projekte.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	}
.content-top .aktuelle-projekte.congresse .jsslide {
	background-size: 465px 164px;
	background-position: -5px -0px;
	
}
.content-top .aktuelle-projekte .ja_slideimages {
	background: none;
	background-color: transparent;
	height:118px;
	} 

.content-top .aktuelle-projekte .ja_slideimages .content {
	padding-top:14px;
	padding-left:13px;
	padding-right:13px;
	text-align:center;
	}
.content-top .aktuelle-projekte .swiper-slideimages .content{
	padding-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
text-align: center;

}
.content-top .aktuelle-projekte .ja_slideimages img {
	max-height: 111px !important;
	max-width:201px !important;
	height:auto !important;
	width:auto !important;
	border:0 none;
	margin:0;
	padding:0;
	}
.content-top .aktuelle-projekte.congresse .ja_slideimages img {
	max-height: 111px !important;
	max-width:430px !important;
}
.content-top .aktuelle-projekte .ja_slidetitle {
	text-align: left;
	padding-top:20px;
	padding-left:13px;
	}
	
.content-top .aktuelle-projekte.congresse .ja_slidetitle {
	padding-left:18px;
}
.content-top .aktuelle-projekte .ja_slidetitle a {
	text-align: left;
	}











/* Footer ***********************************************************************************/

/* Auf der Start-Seite mit Mitgliederzahlen */

.t3-footer > .container,
.t3-footer > .container * {
	line-height: 0;
	font-size:0;
	}


.t3-footer .span12 {
    width: 100%;
	}


.t3-footer div.container {
	padding:0;
	margin-top:0;
	margin-bottom: 0;
	}
.t3-footer div.container div.t3-spotlight,
.t3-footer div.container div.t3-spotlight div.span12 {
	padding:0;
	margin:0;
	background-color: inherit;
	}

div.modulemitgliederzahlen {
	background-color:#275268;
	padding:0;
	margin:0;
	position: relative;
	}

div.modulemitgliederzahlen .module-inner,
div.modulemitgliederzahlen .module-ct,
div.modulemitgliederzahlen .custommitgliederzahlen {
	padding:0;
	margin:0;
	width:100%;
	height: 160px;
	white-space: nowrap;
	overflow:hidden;
	}

div.modulemitgliederzahlen .inner 
div.modulemitgliederzahlen .mitgl-fa,
div.modulemitgliederzahlen .mitgl-wb,
div.modulemitgliederzahlen .mitgl-ges {
	padding:0;
	margin:0;
	}

div.mitgl-block {
	padding:0;
	margin:0;
	width:33.3%;
	height:160px;
	display:inline-block;
	text-align: center;
	padding-top:46px;
	
	}
div.modulemitgliederzahlen .inner {
	white-space: normal;
	display:inline-block;
	text-align: left;
	line-height: 0;
	font-size: 0;
	}

div.modulemitgliederzahlen .inner br {
	line-height:1px;
	height:1px;
	clear: both;
	}

div.mitgl-block .zahl {
	font-size: 60px;
	line-height:53px;
	color:white;
	vertical-align: top;
	text-align: left;
	float:left;
	overflow: visible;
	}

div.mitgl-block .gruppe {
	font-size: 14px;
	line-height:14px;
	color:white;
	text-align: left;
	float:left;
	}













footer.t3-footer  .t3-copyright .container {
	height: 68px;
	}





div.t3-copyright-poweredby,
div.t3-copyright-poweredby .row,
div.t3-copyright-poweredby .copyright {
	height:68px;
	line-height: 68px;
	vertical-align: middle;
	padding:0;
	margin:0;
	}

div.t3-copyright-poweredby .copyright p {
	text-align: right;
	margin-right:26px; /* 11 zusätzlich zum normaln rechten Ran 15 */
	margin-bottom:0;
	}

div.t3-copyright-poweredby .copyright {
	width:350px;
}
div.t3-copyright-poweredby .copyright p,
div.t3-copyright-poweredby .copyright p * {
	font-size:12px;
	color:white;
	}







#t3-header {
	position: relative;
}





#t3-mainbody .article-content a,
#t3-mainbody .article-content a:visited {
	color:#5BA5BB;
	text-decoration: underline;
	}


#t3-mainbody .article-content a.anchor{
	text-decoration: none;
    	line-height: 0;
    	font-size: 0;
}



div.cat-items fieldset.filters {
	background-color: #5BA5BB;
	margin-top:2px;
	border: 0 none;
	padding-top:4px;
	padding-bottom:3px;
	}

	
div.cat-items fieldset.filters label {
	color: white;
	font-size:14px;
	margin-top:2px;
	}

div.cat-items fieldset.filters input {
	color: rgb(0,50,81);
	font-size:14px;
	border: 0 none;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:1px;
	}

.cat-items td.list-title a:hover {
	color: #5BA5BB;
	}







hr {
	height: 0;
	border:0 none;;
	border-bottom: 1px solid #d4d2d3;
	}
















.search-results span.highlight {
	color: #5ba5bb !important;
	font-weight: bold !important;
	}
#t3-content #search-form {
	margin-top:15px;
	}
#t3-content #search-form input {
	border: 1px solid #d4d2d3;
	color: #003251 !important;
	}





.article-content > h3 {
	margin-top:0;
	}





/*** Funktionstraegerlisten */
table.funktionInGruppe tr.ersteZeile td {
	padding-top: 0;
	}
table.funktionInGruppe tr.ersteZeile hr {
	margin-top: 0;
	}


.funktionInGruppe {
	width:100%;
	}
.funktionInGruppe .keinWert {
	display: none;
	}
.funktionInGruppe .gruppe {
	margin:0;
	padding:0;
	border:0 none;
	background-color:#5ba5bb;
	padding-left:11px;
	}

.funktionInGruppe td.gruppe {
	font-size:14px;
	height:31px;
	line-height:31px;
	vertical-align:middle;
	color:white;
	}

.funktionInGruppe td.funktion {
    font-size:16px;
	font-weight:bold;
	}

.funktionInGruppe td.bundesland,
.funktionInGruppe td.bereich {
	font-weight:bold;
	text-transform: uppercase;
	padding-bottom:0;
	}


.funktionInGruppe td.name {
    font-weight:bold;
    /*
	width:10px;
	*/
	white-space:normal;
	min-width:180px;
	}
.funktionInGruppe td.name img+span {
	display:block;
	}

.funktionInGruppe tr.adresse td {
	padding-top:0;
	}

.funktionInGruppe td.linie {
	padding-left:0;
	padding-right:0;
        }
.funktionInGruppe td.linie hr {
	line-height:1px;
	padding-top:0;
	margin_top:0;
	paddin-bottom:0;
	margin-bottom:0;
	}

.funktionInGruppe td.label {
	background-color: #D4D2D3;
	font-weight:normal;
	color:#003251;
	}

.funktionInGruppe .telUndFax td {
	padding-top:2px;
	padding-bottom:2px;
	}

.funktionInGruppe td.keinWert {
	display:none;
	}








div.personMitFunktion {
	vertical-align :	top;
	width :				203px;
	display :			inline-block;
	padding-right :		10px;
	}

div.personMitFunktion div.funktion {
	margin-top :		10px;
	margin-bottom :		10px;
	}
div.personMitFunktion div.funktionsname {
	font-size :			20px;
	font-weight :		normal;
	line-height :		25px;
	height :			25px;
	}

div.personMitFunktion img.personenbild {
	width :				auto;
	height :			124px;
	margin-bottom :		31px;
	}


div.personMitFunktion div.name {
	font-weight :		bold;
	}

div.personMitFunktion div.arbeitsplatz {
	margin-top :		31px;
	min-height :		72px;
	}

div.personMitFunktion div.telUndFax {
	margin-top :		31px;
	}
div.personMitFunktion div.telUndFax label {
	display :			inline-block;
	min-width :			30px;
	}





















/*** Funktionstraegerlisten */
.mitgliedInGruppe .keinWert {
	display: none;
	}
.mitgliedInGruppe .gruppe {
	margin:0;
	padding:0;
	border:0 none;
	background-color:#5ba5bb;
	padding-left:11px;
	}

.mitgliedInGruppe td.gruppe {
	font-size:14px;
	height:31px;
	line-height:31px;
	vertical-align:middle;
	color:white;
	}

.mitgliedInGruppe td.funktion {
    font-size:16px;
	font-weight:bold;
	}

.mitgliedInGruppe td.bundesland,
.mitgliedInGruppe td.bereich {
	font-weight:bold;
	text-transform: uppercase;
	padding-bottom:0;
	}


.mitgliedInGruppe td.name {
    font-weight:bold;
    /*
	width:10px;
	*/
	white-space:normal;
	min-width:180px;
	}
.mitgliedInGruppe td.name img+span {
	display:block;
	}

.mitgliedInGruppe tr.adresse td {
	padding-top:0;
	}

.mitgliedInGruppe td.linie {
	padding-left:0;
	padding-right:0;
        }
.mitgliedInGruppe td.linie hr {
	line-height:1px;
	padding-top:0;
	margin_top:0;
	paddin-bottom:0;
	margin-bottom:0;
	}

.mitgliedInGruppe td.label {
	background-color: #D4D2D3;
	font-weight:normal;
	color:#003251;
	}

.mitgliedInGruppe .telUndFax td {
	padding-top:2px;
	padding-bottom:2px;
	}

.mitgliedInGruppe td.keinWert {
	display:none;
	}







ul.actions {
	float: right;
	margin: 0;
	padding: 0;
	}

ul.actions li {
	display: inline-block;
	}

ul.actions li img {
	border: 0;
	margin: 0 5px 0 0;
	}

ul.actions {
	list-style: none;
	}







.ak-mitlgieder-liste > div {
	padding:0;
	margin:0;
	}


.personInArbeitskreisSuchen-twoLines {
	display: none;
	}

.personInArbeitskreisSuchen-twoLines tr.line2 td {
	padding-top: 15px;
	text-align: right;
	}
	
.personInArbeitskreisSuchen-twoLines .filter-reset-button {
	margin-left:22px;
	}

.personInArbeitskreisSuchen td {
	vertical-align: middle;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	}

.personInArbeitskreisSuchen td >* {
	margin: 0;
	}

.personInArbeitskreisSuchen select {
	width: auto;
	}

.personInArbeitskreisSuchen td.filter-text input {
	border: 1px solid #d4d2d3;
	width: 230px;
	}

.personInArbeitskreisSuchen td.filter-button button,
.personInArbeitskreisSuchen td.filter-reset-button button {
	white-space: nowrap;
	}

.personInArbeitskreisSuchen td.filter-reset-button {
	padding-left: 15px;
	}


.trefferanzahl-funktionstraeger,
.ak-mitlgieder-liste .trefferanzahl {
	position: relative;
	height: 19px;
	}

.ak-mitlgieder-liste .trefferanzahl .anzahl-label {
	font-weight: bold;
	display:inline-block;
	}

.trefferanzahl-funktionstraeger .anzahl-stand,
.ak-mitlgieder-liste .trefferanzahl .anzahl-stand {
	text-align: right;
	display:inline-block;
	position: absolute;
	right:0;
	top:0;
	}

.ak-mitlgieder-liste .mitgliederliste {
	width: 100%;
	margin-top:30px;
	}

.ak-mitlgieder-liste .erste-linie,
.ak-mitlgieder-liste .letzte-linie {
	display: none;
	}



.ak-mitlgieder-liste td.links {
	padding-left: 0;
	}

.ak-mitlgieder-liste .land {
	display: block;
	padding-top: 5px;
	}






.verborgen,
.verbergen {
	display:none !important;
	}






/*** H4-Gestaltung: H$ geht ins Inhaltsverzeichnis */
h4 {
	border:0 none;
	background-color:#5ba5bb;
	padding-left:11px;
	font-size:14px;
	height:31px;
	line-height:31px;
	vertical-align:middle;
	color:white;
	text-transform: uppercase;
	}

	
	
	
	
	
	
/*** Benutzerantrag */
#member-registration {
	width:auto;
	padding: 19px;
	padding-top:8px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #d4d2d3;
	}
#member-registration .hint {
	margin-bottom:15px;
	}

table.member-registration {
	width:100%;
	}

table.member-registration label {
	font-weight:bold;
	padding:0;
	margin:0;
	white-space: nowrap;
	}

table.member-registration tr.spacer {
	display:none;
	}

table.member-registration td {
	display:table-cell;
	}


table.member-registration td.label {
	padding-top: 12px;
	text-align: right;
	}
	
table.member-registration td.input input {
	width:100%;
	}


table.member-registration td.mitgliedsnummer input,
table.member-registration td.geburtsdatum input {
	max-width: 100px;
	}

table.member-registration td.name {
	display:none;
}







/*** Mitgliedsdaten ändern ********************************************************/
.mitgliedsdatenaendern fieldset {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:19px;
	padding-right:19px;
	background-color: #f5f5f5;
	border: 1px solid #d4d2d3;
	margin-bottom:15px;
	}

.mitgliedsdatenaendern #positionstatus .control-group {
	margin-bottom:0;
	}

.mitgliedsdatenaendern fieldset legend {
	display:none;
	}

.mitgliedsdatenaendern div.bfSectionDescription {
	border-bottom: 1px solid #d4d2d3;
	margin-bottom:15px;
	}

.mitgliedsdatenaendern div.bfSectionDescription p {
	font-weight:bold;
	margin-bottom:5px;
	}


.mitgliedsdatenaendern div.bfElemWrap label {
	min-width:125px;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	margin-top:3px;
	}
.mitgliedsdatenaendern div.bfElemWrap input,
.mitgliedsdatenaendern div.bfElemWrap textarea {
	width:440px;
	}


.mitgliedsdatenaendern input.mgl-nr {
	width:60px !important;
	}

.mitgliedsdatenaendern #dplzort,
.mitgliedsdatenaendern #pplzort,
.mitgliedsdatenaendern #dplzort .row-fluid,
.mitgliedsdatenaendern #pplzort .row-fluid {
	margin:0;
	padding:0;
	}
.mitgliedsdatenaendern #dplzort .bfSectionDescription,
.mitgliedsdatenaendern #pplzort .bfSectionDescription {
	display:none;
	}

.mitgliedsdatenaendern #dplzort .row-fluid,
.mitgliedsdatenaendern #pplzort .row-fluid {
	width:auto;
	}
.mitgliedsdatenaendern #dplzort section,
.mitgliedsdatenaendern #pplzort section {
	width:auto;
	}

.mitgliedsdatenaendern #dplz input,
.mitgliedsdatenaendern #pplz input {
	width:80px;
	}


.mitgliedsdatenaendern #dort label,
.mitgliedsdatenaendern #port label {
	min-width:30px;
	}
.mitgliedsdatenaendern #dort input,
.mitgliedsdatenaendern #port input {
	width:296px;
	}


.mitgliedsdatenaendern #ps1,
.mitgliedsdatenaendern #ps2,
.mitgliedsdatenaendern #ps3,
.mitgliedsdatenaendern #ps4 {
	padding-bottom:10px;
	margin-btoom:10px;
	border-bottom: 1px solid #d4d2d3;
	}
.mitgliedsdatenaendern #ps4 {
	border-bottom: 0 none;
	}


.mitgliedsdatenaendern #ps1 label,
.mitgliedsdatenaendern #ps2 label,
.mitgliedsdatenaendern #ps3 label,
.mitgliedsdatenaendern #ps4 label {
	white-space: normal;
	min-width:30px;
	position:absolute;
	top:0;
	left:20px;
	text-align: left;
	}
.mitgliedsdatenaendern #ps3 label {
	min-width:150px;
	}

.mitgliedsdatenaendern #ps1 input,
.mitgliedsdatenaendern #ps2 input,
.mitgliedsdatenaendern #ps3 input,
.mitgliedsdatenaendern #ps4 input {
	width:auto;
	position:absolute;
	top:5px;
	left:0;
	}


.mitgliedsdatenaendern #ps1 .form-inline,
.mitgliedsdatenaendern #ps2 .form-inline,
.mitgliedsdatenaendern #ps3 .form-inline,
.mitgliedsdatenaendern #ps4 .form-inline {
	white-space: nowrap;
	}

.mitgliedsdatenaendern #ps1 .control-group,
.mitgliedsdatenaendern #ps2 .control-group,
.mitgliedsdatenaendern #ps3 .control-group,
.mitgliedsdatenaendern #ps4 .control-group {
	position: relative;
	display: inline-block !important;
	}
.mitgliedsdatenaendern #ps2 .control-group {
	height:50px;
	}




.mitgliedsdatenaendern #bemerkung label {
	display:none;
	}
.mitgliedsdatenaendern #bemerkung textarea {
	width:600px;
	}

.mitgliedsdatenaendern #rueckmeldung input {
	width:600px;
	}


.mitgliedsdatenaendern .bfCancelButton {
	float:left;
	}

.mitgliedsdatenaendern span.short {
	display:none;
	}




.icon-asterisk,
.star {
	color: #f60;
	font-weight:bold;
	font-size:14px;
	font-family:Arial;
	}
.icon-asterisk:before {
	content: "*" !important;
	}






































.com_docman .docman-row{padding-top:5px;margin-top:5px;}

.com_docman form > .docman-row:first-child{border-top:0 none;padding-top:0;margin-top:0;}


.com_docman .docman-row:before,
.com_docman .docman-row:after{display:table;content:"";line-height:0;}
.com_docman .docman-row:after{clear:both;}

.com_docman .docman-group:before,
.com_docman .docman-group:after {
	display:table;content:"";line-height:0;}
.com_docman .docman-group:after{clear:both;}

.com_docman .docman-document-header{position:relative;}
.com_docman .docman-document-header .icon{height:32px;width:32px;}
.com_docman .docman-document .docman-document-header{border-bottom:none!important;}
.com_docman .docman-document .docman-document-header .icon{position:absolute;top:50%;left:0;margin-top:-16px;}
.com_docman .docman-document .docman-document-header.icon{padding-left:40px!important;}
.com_docman .docman-row .docman-document-header .icon{margin-top:0px;}


.com_docman .docman-document-header{margin-bottom:10px;}
.com_docman .docman-document-header .btn-toolbar{display:inline-block;}
.com_docman .docman-document-header .btn-toolbar .docman-btn-group-download{display:none;}
.com_docman .docman-row .docman-document-header{float:left;}
.com_docman .docman-document-header .label{vertical-align:28%;}




form > .docman-row:first-child .docman-document-header {
	margin-top:0;
	padding-top:0;
	}

.com_docman .docman-document-header {
	background:none;
	background-color:inherit;
	}
.com_docman .docman-document-header a {
	font-size:20px;
	background:none;
	background-color:inherit;
	text-transform: none;
	font-weight:normal;
	display:block;
	}








/* Drucksymbol platzieren */
.article-header {
	position: relative;
	}

.article-header a.print-icon {
	position: absolute;
	top: 0;
	right: 0;
	}

	
	

html.print-version #t3-content,
html.print-version #t3-mainbody {
	width: auto;
}

@media print {
  #t3-content,
  #t3-mainbody {
    width: auto;
  }

  .article-header a.print-icon {
    display:none;
  }

}











table.table-of-contents {
	display: inline-table;	
}

table.table-of-contents td {
	padding-top: 0;
	padding-bottom:4px;
}








/*** Suchtreffer */

span.relevanz span {
	width: 15px !important;
	height: 15px !important;
	margin: 0 !important;
	margin-left: 1px;
	padding: 0 !important;
	float: right;
	white-space: nowrap !important;
	}
span.relevanz .treffer {
	background-image: url(../images/treffer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	
span.relevanz .treffer_leer {
	background-image: url(../images/treffer_leer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	

	
	
	
	
	
#t3-content div.blog dl.created {
	width: auto;
	}
 
 
 
 
 
 
 
 
 
 

/* Damiz zweizeilige Menüeinträge links im Untermenü nicht in den nachfolgenden Eintrag hineinragen */ 
ul.menuuntermenue-links li.visionet-menu-item a {
	overflow: hidden;
	}




/* Beim Ausdruck die URL NICHT in Klammern mit ausgeben! */
@media print {

	a:after {
	content: '' !important;
	}

}

/* JEM configuration*/
div#jem .copyright 
{
	display: none;
}
div#jem h1.componentheading 
{
/*	display:none;*/
}
div#jem 
{
border: none;
padding: 0;
}
div#jem table.eventtable th {
    background-color: #5BA5BB;
 }
 div#jem #jem_filter {
  border-color: #ffffff;
  background-color: #5BA5BB !important;
  color: #ffffff;
  padding-bottom: 0;
}
div#jem .inputbox:hover,
div#jem .inputbox:focus,
div#jem .inputbox{
  background-color: #ffffff;
  border:none;
  margin-bottom: 5px;

}
#jem #jem_filter label {
  margin-bottom: 0;
  margin-right: 20px;
}
div#jem select.inputbox{
	height:28px;
}
div#jem .buttonfilter{
	background-color: #ffffff;
	font-family: 'Arial', sans-serif;
	border-radius: 0;
	border:none;
	padding: 4px 6px;
	top: -3px;
	font-weight: 500;
}
div#jem table.eventtable{
	margin:0;
}
div#jem {
       border: none;
}
.ja-contentslider.stellenmarkt h3,
/*.ja-contentslider.stellenmarkt p,*/
.ja-contentslider.stellenmarkt hr,
.ja-contentslider.stellenmarkt div div div a div{
	display: none;
	
}
.content-top .stellenmarkt .ja_slideintro .slide-text h4,
.content-top .stellenmarkt .ja_slideintro .slide-text h5,
.content-top .stellenmarkt .ja_slideintro .slide-text h6{
	font-size:10px;
	color: #5ba5bb;
	line-height: 5px;	
}
.content-top .stellenmarkt .ja_slideintro .slide-text h4,
.content-top .stellenmarkt .ja_slideintro .slide-text h5{
	font-size:12px;
    font-weight: bold;
}
.ja-contentslider.stellenmarkt p{
	margin: 0;
}
.ja-contentslider.stellenmarkt a{
	color: #5ba5bb;
}

/* Datenschutzcookie Anzeige*/
.com_content #easycookieinfo {
    position: fixed;
    width: 100%;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 10000;
    background: #0f2544;
    color: #FFFFFF;
    border-bottom: none;
    box-shadow: none;
    padding: 25px 0;
    box-sizing: border-box;
    height: fit-content;
}
.com_content #easycookieinfo .text > a {
    color: #5ba5bb;
    text-decoration: none;
    font-size: 12px;
}
 #easycookieinfo .accept > a {
    display: inline-block;
    background: #5ba5bb !important;
    color: #ffffff;
    padding: 8px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
    text-decoration: none;
}
 #easycookieinfo .text {
    float: left;
    font-size: 12px !important;
    width: 70%;
    text-align: left;
    padding: 4px 15px 0 30px;
}
ol.terms{
   counter-reset: list;
 /*  text-align:justify;
 *   *   *   *     margin-left: 35px;
 *    *    *    *        padding-left: 0;
 *     *     *     *           text-indent: -2em;*/
}
ol.terms > li {
    list-style: none;
/*    margin-left: 0;
 *     *     *     *        padding-left: 0;
 *      *      *      *            margin-bottom: 20px; */
}
ol.terms > li:before {
    content: counter(list) ".";
    padding-right: 5px;
    counter-increment: list;
    font-weight: bold;
}
ol.terms  li:before{
   padding-right: 5px;
   font-weight: bold;
}
.t3-content .mylist ul li:before {
   content: "-";
}
ol.mylist {
        counter-reset: list;
/*  text-align:justify;
 *   *   *   *    margin-left: 10px;
 *    *    *    *      margin-bottom: 5px;
 *     *     *     *        padding: 15px;*/
}
ol.mylist > li  {
        list-style: none;
  margin-left: 0px;
  padding: 5px;
  padding-top: 30px;
}
ol.mylist > li:before {
        counter-increment: list;
        content: counter(list, lower-alpha) ")";
  margin: 0px;
  padding: 5px;
}
ol.terms-roman {
   counter-reset: list;
   text-align:justify;
   /*margin-left: 25px;
 *  *  *  *    padding-left: 25px;
 *   *   *   *       text-indent: -3em;*/
}
ol.terms-roman > li {
    list-style: none;
/*    margin-left: 0;
 *     *     *     *        padding-left: 0;
 *      *      *      *            margin-bottom: 20px; */
}
ol.terms-roman > li:before {
    counter-increment: list;
    content:"(" counter(list, lower-roman) ")";
/* padding-right: 1em;
 *  *  *  *     margin-left: 1em;*/
}
/*.t3-content ol ul {
counter-reset: list;
}*/
/*.t3-content ul  li {
        list-style-type:none;
}*/

a.external-link {
    background-position: top 2px right;
    background-repeat: no-repeat;
    background-image: url(/images/external-link.png);
    padding-right: 17px;
}

.swiper-slide a.external-link {
    display: inline-block;
    padding-left:17px;
    padding-right:0px;
    background-image: url(/images/external-link.png);
    background-position: top 2px left; 
    background-repeat: no-repeat;
}

.swiper-slide a.external-congresse-link {
    padding-left:0px;
    padding-right:17px !important;
    display: inline-block;
    background-image: url(/images/external-link.png);
    background-position: top 1px right;
    background-repeat: no-repeat;
}

.content-top .neueste-mitteilungen .ja_slideintro,
.content-top .neueste-mitteilungen .swiper-slideintro {
    padding-left:0px;
    padding-right:0px;
}

a.extra.blau{
    background-color: #2188b9;
    color: white;
}





input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 5000s ease-in-out 0s;
}



.anaesthesieshow .k-ui-namespace .docman_document {
    margin-top:0;
}

.anaesthesieshow .k-ui-namespace .docman_document p {
    margin-top:4px;
    margin-bottom:4px;
}

.k-ui-namespace .koowa_header__item {
   font-size:32px;
   padding-bottom:16px;
   padding-top:4px;
}

.k-ui-namespace h4.koowa_header {
  background-color:transparent;
  text-transform:unset;
}

a.ukr
{
    background-image: url(/../../images/flagge-ukraine.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 0px;
    padding-left: 35px !important;
}
.visionet-video {
    max-width: 100%;
}
