.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: url(../images/body-bg.png) left top repeat-x #f1f1f1;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-family: 'BenchNine', sans-serif;
  letter-spacing: -1px;
}
h1,
h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 24px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
h3 {
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 14px;
letter-spacing: 1px;
}
h4 {
  font-size: 18px;
}
h5 {
  font: normal 14px/30px Arial, Helvetica, sans-serif;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
p .indention-broad, .indention-broad p{
  font-size: 14px;
  line-height: 30px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 20px;
}
h1,
.item__featured .item_title,
.module_title,
.page-category .item_title,
.page_header h2,
.category_title h2{
  border-bottom: 1px solid #d4d4d4;
}
hr{
  border-bottom: 1px solid #d4d4d4;
  position:relative;
  top:-25px;
  margin-bottom:0;
}
.item__module h2.item_title {
  border-bottom: none;
}
/*Buttons*/
.btn {
  text-shadow: none !important;
  text-transform: uppercase;
}
.readmore {
  text-transform: none;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none;
  border-radius: 0;
}
.btn-primary,
.btn_primary {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 20px;
  *line-height: 20px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ed9638;
  background-image: -moz-linear-gradient(top, #f2b346, #e66b24);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2b346), to(#e66b24));
  background-image: -webkit-linear-gradient(top, #f2b346, #e66b24);
  background-image: -o-linear-gradient(top, #f2b346, #e66b24);
  background-image: linear-gradient(to bottom, #f2b346, #e66b24);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2b346', endColorstr='#ffe66b24', GradientType=0);
  border-color: #e66b24 #e66b24 #aa4b13;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e66b24;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-bottom-color: #ef9f16;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-primary:hover,
.btn_primary:hover,
.btn-primary:active,
.btn_primary:active,
.btn-primary.active,
.btn_primary.active,
.btn-primary.disabled,
.btn_primary.disabled,
.btn-primary[disabled],
.btn_primary[disabled] {
  color: #ffffff;
  background-color: #e66b24;
  *background-color: #d85f19;
}
.btn-primary:active,
.btn_primary:active,
.btn-primary.active,
.btn_primary.active {
  background-color: #c15516 \9;
}
.btn-primary.active,
.btn_primary.active,
.btn-primary:active,
.btn_primary:active {
  box-shadow: none;
}
.btn_info,
.btn-info {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 20px;
  *line-height: 20px;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #ed9638;
  background-image: -moz-linear-gradient(top, #f2b346, #e66b24);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2b346), to(#e66b24));
  background-image: -webkit-linear-gradient(top, #f2b346, #e66b24);
  background-image: -o-linear-gradient(top, #f2b346, #e66b24);
  background-image: linear-gradient(to bottom, #f2b346, #e66b24);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2b346', endColorstr='#ffe66b24', GradientType=0);
  border-color: #e66b24 #e66b24 #aa4b13;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e66b24;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn_info:hover,
.btn-info:hover,
.btn_info:active,
.btn-info:active,
.btn_info.active,
.btn-info.active,
.btn_info.disabled,
.btn-info.disabled,
.btn_info[disabled],
.btn-info[disabled] {
  color: #ffffff;
  background-color: #e66b24;
  *background-color: #d85f19;
}
.btn_info:active,
.btn-info:active,
.btn_info.active,
.btn-info.active {
  background-color: #c15516 \9;
}
.btn_info.active,
.btn-info.active,
.btn_info:active,
.btn-info:active {
  box-shadow: none;
}
/*Lists*/
ul.item_list li,
.categories-module li,
.archive-module li {
  background: url(../images/li-icon-orange.png) left 11px no-repeat;
  padding: 0 0 0 20px;
  list-style: none;
}
ul.item_list.style2 {
  padding-top: 10px;
  margin-left: 0;
}
ul.item_list.style2 li {
  line-height: 30px;
  background: url(../images/li-icon-grey.png) left 12px no-repeat;
  padding-left: 24px;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
.categories-module,
.archive-module {
  margin: 0;
}
.categories-module li,
.archive-module li {
  line-height: 30px;
}
.categories-module li a,
.archive-module li a {
  font-size: 14px;
  line-height: 30px;
  color: #626262;
}
.categories-module li a:hover,
.archive-module li a:hover {
  color: #e97b2c;
}
/*Pagination*/
.pagination span,
.pagination a {
  background: none !important;
  padding: 0 6px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
}
.pagination ul li .pagenav {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav {
  color: #555555;
}
.pagination ul li a.pagenav {
  color: #e97b2c;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #626262;
}
.pagination ul li.num span.pagenav {
  color: #626262;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img, .csc-textpic-last{
  margin-bottom: 12px;
  border: 6px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
header .csc-textpic-last{border:0;}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.wshadow {
  position: relative;
  z-index: 10;
}
.shadow {
  position: relative;
  z-index: 1;
}
.shadow span{
  -webkit-box-shadow: 0px -2px 20px 2px #000000;
  -moz-box-shadow: 0px -2px 20px 2px #000000;
  box-shadow: 0px -2px 20px 2px #000000;
  height: 5px;
  display: block;
  position: absolute;
  left: 1%;
  width: 98%;
  bottom: 0;
}
.schatten{
  -webkit-box-shadow: 0px -2px 20px 2px #000000;
  -moz-box-shadow: 0px -2px 20px 2px #000000;
  box-shadow: 0px -2px 20px 2px #000000;
  height: 5px;
  display: block;
  position: relative;
  left: 3%;
  width: 94%;
  top: -25px;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row .container {
  padding: 37px 0 0 0;
  margin-top: 26px;
  background: url(../images/header-bg.jpg) left top repeat-x #e5e5e5;
  border-radius: 6px 6px 0 0;
}
#header-row .mod-search {
  margin-top: 16px;
  position: relative;
  padding-left: 55px;
}
#header-row .mod-search_searchword {
  width: 286px;
  border: none;
  position: relative;
  padding: 9px 6px 8px 35px !important;
  display: block;
  height: 32px;
  border-radius: 3px;
  box-shadow: none !important;
}
#header-row .btn-search {
  background: url(../images/search-icon.png) 0px 0px no-repeat #ffffff !important;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  text-indent: -999em;
  border: none;
  position: absolute;
  top: 13px;
  left: 66px;
  z-index: 20;
  box-shadow: none;
}
#logo a {
  display: inline-block;
  margin: 0 0 0 0 !important;
  text-decoration:none !important;
  padding:0 !important;

}

#logo a:hover {color:#e97b2c; }


#logo span.logo_title {
  font-size: 14px;
  color: #7f7f7f;
  margin: 0 0 0 4px;
  display: inline-block;
}

.tx-kesearch-pi1 .resetbutt{display:none;}
.tx-kesearch-pi1 .submitbutt{}

/*======================= NAVIGATION =======================*/
#navigation-row .container {
  margin-bottom: 30px;
}
.moduletable.navigation {
  background: url(../images/menu-bg.jpg) left top repeat-x #dddddd;
  border-radius: 0 0 6px 6px;
  position: relative;
}
.select-menu {
  display: none;
}
.navigation {
  z-index: 999;
  position: relative;
}
.navigation ul.sf-menu {
  position: relative;
  border-top: 1px solid #d6d6d6;
  z-index: 150;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0;
  width: 16.66666666666667%;
  text-align: center;
  background: url(../images/li-bg.png) left top no-repeat;
  border-top: 1px solid #ffffff;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: none;
  color: #e97b2c;
}
.navigation ul.sf-menu > li.firstItem {
  background: none;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 18px;
  line-height: 20px;
  font-family: 'BenchNine', sans-serif;
  color: #464646;
  background: none;
  height: 20px;
  display: block;
  font-weight: 400;
  padding: 27px 1em;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #e97b2c;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu > li.deeper > a {
  position: relative;
}
.navigation ul.sf-menu > li.deeper > a:after{
  display: inline-block;
  background: url(../images/dd-arrow.png) left top no-repeat;
  width: 7px;
  height: 5px;
  position: relative;
  left: 12px;
  top: -4px;
  content: "";
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 75px;
}
.navigation ul.sf-menu ul {
  width: 188px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -1em;
  left: 188px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -1em;
  left: 188px;
}
.navigation ul.sf-menu ul {
  background: #505050;
  padding: 12px 0;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  text-align: left;
  font-size: 13px;
  line-height: 26px;
  font-family: Arial, Helvetica, sans-serif;
  color: #9a9a9a;
  background: none;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background-color: #eb8a34;
  background-image: -moz-linear-gradient(top, #efa03d, #e66926);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efa03d), to(#e66926));
  background-image: -webkit-linear-gradient(top, #efa03d, #e66926);
  background-image: -o-linear-gradient(top, #efa03d, #e66926);
  background-image: linear-gradient(to bottom, #efa03d, #e66926);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefa03d', endColorstr='#ffe66926', GradientType=0);
  color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background-color: #eb8a34;
  background-image: -moz-linear-gradient(top, #efa03d, #e66926);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efa03d), to(#e66926));
  background-image: -webkit-linear-gradient(top, #efa03d, #e66926);
  background-image: -o-linear-gradient(top, #efa03d, #e66926);
  background-image: linear-gradient(to bottom, #efa03d, #e66926);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefa03d', endColorstr='#ffe66926', GradientType=0);
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
/*======================= SHOWCASE =======================*/
#showcase-row .container {
  margin-bottom: 30px;
  position: relative;
}
#showcase-row .shadow {
  top: -1px;
}
.moduletable.slider {
  border-radius: 6px;
  overflow: hidden;
}
#camera-slideshow {
  margin: 0 !important;
}
.slide_title {
  font-family: 'BenchNine', sans-serif;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: -7px;
  line-height: 72px;
  margin-bottom: 6px;
}
.slide_title .item_title_part0,
.slide_title .item_title_part1 {
  color: #e97b2c;
}
.camera_caption a.readmore {
  position: absolute;
  right: 94px;
  padding: 30px 36px 26px 28px;
  top: -5px;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
  color: #ffffff;
  background-color: #ed9638;
  background-image: -moz-linear-gradient(top, #f2b346, #e66b24);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2b346), to(#e66b24));
  background-image: -webkit-linear-gradient(top, #f2b346, #e66b24);
  background-image: -o-linear-gradient(top, #f2b346, #e66b24);
  background-image: linear-gradient(to bottom, #f2b346, #e66b24);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2b346', endColorstr='#ffe66b24', GradientType=0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.camera_caption a.readmore .arrow {
  background: url(../images/more-arrow.png) left top no-repeat;
  display: block;
  height: 11px;
  width: 8px;
  right: 20px;
  top: 39px;
  position: absolute;
}
.camera_caption a.readmore:hover {
  background-color: #eb8832;
  background-image: -moz-linear-gradient(top, #e66b24, #f2b346);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e66b24), to(#f2b346));
  background-image: -webkit-linear-gradient(top, #e66b24, #f2b346);
  background-image: -o-linear-gradient(top, #e66b24, #f2b346);
  background-image: linear-gradient(to bottom, #e66b24, #f2b346);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe66b24', endColorstr='#fff2b346', GradientType=0);
}
/*======================= FEATURE =======================*/
.mod-newsflash-adv__links .item_content {
  background: #e9e9e9;
  border-radius: 6px;
  padding-bottom: 24px;
}
.mod-newsflash-adv__links .item_content ul {
  margin-bottom: 0;
}
.mod-newsflash-adv__links .item_content ul li {
  line-height: 28px;
}
.mod-newsflash-adv__links .item_content ul li a {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 30px;
  text-decoration: underline;
}
.mod-newsflash-adv__links .item_content ul li a:hover {
  color: #e97b2c;
}
.mod-newsflash-adv__links .item_content h2 {
  text-transform: none;
  padding-bottom: 0;
  line-height: 68px;
  margin-bottom: 20px;
}
.mod-newsflash-adv__links a.readmore, .mod-newsflash-adv__links a.button {
  background: none;
  padding: 4px 0;
  margin: 0 0 0 45px;
  box-shadow: none;
  border: none;
  font-size: 14px;
  text-transform:uppercase;
  color:#333;

  margin-top: 15px;
  display: inline-block;
}
.mod-newsflash-adv__links a.readmore:hover, .mod-newsflash-adv__links a.button:hover {
  color: #e97b2c;
}
.mod-newsflash-adv__links .shadow span {
  bottom: 21px;
  width: 92%;
  left: 4%;
}
.mod-newsflash-adv__links.support .item_content {
  padding-bottom: 12px;
}
.mod-newsflash-adv__links.support .item_introtext {
  padding: 0 24px;
  font-size: 14px;
  line-height: 22px;
  color: #7f7f7f;
}
.mod-newsflash-adv__links.support a.readmore {
  margin: 0 0 0 24px;
}
.item_title__links {
  background: url(../images/mod-heading-bg.jpg) left top repeat-x #616161;
  color: #ffffff;
  border-radius: 6px 6px 0 0;
  padding: 0 24px;
}
.item_title__links h2 {
  line-height: 68px;
  text-transform: uppercase;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row .container {
  padding-top: 24px;
  padding-bottom: 28px;
}
.item {
  margin-bottom: 40px;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.page-category .item_title {
  overflow: hidden;
}
.item_info_dl {
  margin-top: 0;
  margin-bottom: 12px;
}
.item_info_dl dd {
  display: inline-block;
  line-height: 11px;
  border-right: 1px solid #b3b3b3;
  padding-right: 12px;
  margin-right: 12px;
  margin-left: 0;
}
.item_info_dl dd:last-child {
  border: none;
}
.item > .btn-group.pull-right {
  margin-bottom: 12px;
}
/*===== About Page ======*/
.items-leading .leading0 {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  padding-bottom: 15px;
}
.items-leading .leading0 h2 {
  margin-bottom: 20px;
}
.item__featured .item_header {
  overflow: hidden;
}
.item__featured .item_img {
  margin-top: 6px;
}
/*===== Gallery Page ======*/
.page-gallery__gallery .item_img {
  margin-right: 0;
  float: none;
  display: block;
}
.page-gallery__gallery .item_title {
  padding-bottom: 0;
}
.page-item__gallery .item_fulltext {
  overflow: hidden;
}
.category_child .category_title a {
  display: inline-block;
  margin-right: 12px;
}
.page-gallery .category_desc {
  margin-bottom: 20px;
}
.page-gallery ul.singleColumn li {
  margin-left: 0;
}
/*===== Clients Page ======*/
.page-category__clients .item_title {
  text-transform: none;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 22px;
}
.page-category__clients .item_icons {
  margin-bottom: 12px;
}
.page-category__clients .item_img.img-intro {
  display: block;
  clear: both;
}
.page-category__clients .item_img.img-intro > img {
  width: 100%;
}
/*===== Blog Page ======*/
.page-blog p.item_title {
  padding-bottom: 0;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== FAQS Page ======*/
.page-category__faqs h2.item_title {
  font-size: 14px;
  text-transform: none;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 30px;
  padding-bottom: 0;
}
/*===== Testimonials Page ======*/
blockquote p {
  font-size: 12px;
  line-height: 20px;
}
/*===== Archive Page ======*/
.page-archive .alert-info {
  background: #eeeeee;
  border: 1px solid #eeeeee;
}
#page-archive_items .item_title {
  padding-bottom: 0;
}
/*======================= SIDEBARS =======================*/
aside .moduletable {
  margin-bottom: 40px;
}
.mod-newsflash-adv__whats-new .item {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.mod-newsflash-adv__whats-new .item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mod-newsflash-adv__whats-new .item_published {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding-top: 2px;
}
.mod-newsflash-adv__whats-new .item_title {
  margin: 0 0 8px 0;
  line-height: 22px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-row .container {
  padding-top: 30px;
}
#copyright-row .container {
  position: relative;
}
#copyright {
  position: absolute;
  left: 0;
  top: -64px;
}
.footer-menu li {
  display: inline-block;
  line-height: 11px;
  border-right: 1px solid #b3b3b3;
  padding-right: 12px;
  margin-right: 12px;
  background: none;
}
.footer-menu li.lastItem {
  padding: 0;
  margin: 0;
  border: none;
}
.footer-menu li a {
  text-transform: uppercase;
  color: #626262;
  line-height: 11px;
  background: none !important;
}
.footer-menu li a:hover {
  color: #e97b2c;
}
.footer-menu li.current a,
.footer-menu li.active a {
  color: #e97b2c;
}
#footer-wrapper {
  background: #e6e6e6;
}
/*===== Social Media ======*/
.social li {
  margin: 0 3px 0 0;
}
.social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.social li a:hover {
  background-position: left bottom;
}



#fastSearch h1 { display:none; }
#fastSearch { padding-top:3px; }


/* ################################ new ####################### */



/* header */
#logo h1#bsgLogo { margin:0 0 0 20px; width:100%;max-width:450px;min-width:350px; height:auto; line-height:43px;font-size:35px; text-transform:uppercase; font-family: "Arial Black", Arial, Helvetica, sans-serif; font-weight:600;
color:#e97b2c; border-bottom:none !important; }
#logo h1#bsgLogo span { margin-left:3px;text-transform:none; color:#626262; font-size: 46px;    font-family: Arial, Helvetica, sans-serif;    font-weight: 600;letter-spacing:1px;}
#logo h1#bsgLogo b { text-transform:none; color:#626262; font-size:12px; font-family: Arial, Helvetica, sans-serif; font-weight:normal; letter-spacing:0.67px; display: block;
    padding: 0;
    margin: 0px 0 0 2px;
    line-height: 9px;}
#logo h1#bsgLogo img { width:100%; max-width:85px; height:auto; float:left;  }

article.teaser_1_4 {float:left; display:block; margin:0 0px 20px 0; width:100%; max-width:25%;transition-property: width; -webkit-transition: width 0.5s;     transition: width 0.5s; transition-duration: 1s;   transition-timing-function: linear;}
article.teaser_1_4 div:first-child { padding:10px; }
article.teaser_1_4 div:first-child div:first-child { padding:0; }

article.teaser_1_3, .frame-teaser-1-3 {float:left; display:block; margin:0 0px 20px 0; width:100%; max-width:33%; transition-property: width; -webkit-transition: width 0.5s;     transition: width 0.5s; transition-duration: 1s;   transition-timing-function: linear;}
article.teaser_1_3 div:first-child, .frame-teaser-1-3 div:first-child  { padding:10px; }
article.teaser_1_3 div:first-child div:first-child , .frame-teaser-1-3 div:first-child div:first-child { padding:0; }

article.teaser_1_2 {float:left; display:block; margin:0 0px 20px 0; width:100%; max-width:50%; transition-property: width; -webkit-transition: width 0.5s;     transition: width 0.5s; transition-duration: 1s;   transition-timing-function: linear;}
article.teaser_1_2 div:first-child { padding:10px; }
article.teaser_1_2 div:first-child div:first-child { padding:0; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #e97b2c !important;
    font-weight: bold;
}



/* login & registration */
body#login .tx-felogin-pi1 fieldset legend { display:none; }


.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] {
    background-color: transparent;
    float: left !important;
    margin-right: 10px !important;
}

.span3 .tx-felogin-pi1 h3 {     font-size: 40px; border-bottom: 1px solid #d4d4d4;

    line-height: 40px;
    font-weight: normal;
    margin-bottom: 24px;
    text-transform: uppercase;
    padding-bottom: 14px;
}

/* downloads */
UL.csc-uploads LI.csc-uploads-element-png { background:url("../../../typo3/gfx/fileicons/png.gif") 0 0 no-repeat; padding:0 0 0 30px; display:block;  height:auto; }
UL.csc-uploads LI.csc-uploads-element-docx { background:url("../../../typo3/gfx/fileicons/doc.gif") 0 0 no-repeat; padding:0 0 0 30px; display:block;  height:auto; }
UL.csc-uploads LI.csc-uploads-element-pdf { background:url("../../../typo3/gfx/fileicons/pdf.gif") 0 0 no-repeat; padding:0 0 0 30px; display:block;  height:auto; }
UL.csc-uploads LI.csc-uploads-element-html { background:url("../../../typo3/gfx/fileicons/html.gif") 0 0 no-repeat; padding:0 0 0 30px; display:block;  height:auto; }
UL.csc-uploads LI.csc-uploads-element-jpg { background:url("../../../typo3/gfx/fileicons/jpg.gif") 0 0 no-repeat; padding:0 0 0 30px; display:block;  height:auto; }
UL.csc-uploads LI { border-bottom:1px solid #ddd; margin-bottom:10px; padding-bottom:10px !important; }

UL.csc-uploads LI span.csc-uploads-description { width:60%;max-width: 70%; }
UL.csc-uploads LI span.csc-uploads-fileName { min-width:20%; }

UL.csc-uploads LI span.csc-uploads-fileName, UL.csc-uploads LI span.csc-uploads-description , UL.csc-uploads LI span.csc-uploads-fileSize{ float:left; margin: 0 15px 0 0;}

UL.csc-uploads LI span.csc-uploads-fileSize { font-size:18px; font-weight:bold; float:right;}






/* media queries */
@media (max-width: 768px) {
#logo h1#bsgLogo { height:auto; }
article.teaser_1_4 {float:left; display:block; margin:0 0px 20px 0; width:100%; max-width:50%;}
article.teaser_1_3 {float:left; display:block; margin:0 0px 20px 0; width:100%; max-width:50%;}
}


@media (max-width: 480px) {

#logo a { text-align:left !important; }
#logo .csc-textpic-intext-left-nowrap-260 .csc-textpic-text { margin:0px;     display: inline-block;}
#logo div div .bodytext {    margin: 0px 0px 0px 0px; }
#header-row .mod-search {    margin-left: 10px !important;}
#ke_search_sword {    width: 200px; }
#header-row .container {    padding: 37px 0px 4px 0px !important;}
.flex-caption {    width: 96%;    padding: 2%;    margin: 0;    position: inherit !important;    left: 0;    bottom: 40%;    background: none;    color: #fff;    text-shadow: none;    font-size: 14px;    line-height: 18px;    margin-top: 10px !important;}

#logo h1#bsgLogo { margin:0 0 0 10px; width:100%;min-width:200px;max-width:320px; font-size:29px; line-height:38px; height:auto; }
#logo h1#bsgLogo span { font-size:38px;  }
#logo h1#bsgLogo img { width:100%; max-width:70px; height:auto; float:left;  }
#logo h1#bsgLogo b { margin-top:-5px; text-align:left; font-size:9px; letter-spacing:1px; }
}


@media (max-width: 320px) {

article.teaser_1_4 {float:left; display:block; margin:0 0px 20px 0; width:100%; max-width:100%;}
article.teaser_1_4 div:first-child { padding:0px; }
article.teaser_1_3 {float:left; display:block; margin:0 0px 20px 0; width:100%; max-width:100%;}
article.teaser_1_3 div:first-child { padding:10px !important; }

#logo .csc-textpic-intext-left-nowrap-260 .csc-textpic-text { margin:0px;     display: inline-block;}
#logo div div .bodytext {    margin: 0px 0px 0px 0px; }
#header-row .mod-search {    margin-left: 10px !important;}
#ke_search_sword {    width: 200px !important; }
#header-row .container {    padding: 37px 0px 4px 0px !important ;}

}

#logo .csc-textpic-imagewrap{padding-left:24px}
.frame-ruler-after:after {	border-bottom: none !important;	}

#component #col0Content figure.image { border: 6px solid #dedede;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }

#component #col0Content .frame-type-textpic { margin-bottom:25px; }
.ce-intext.ce-left ol, .ce-intext.ce-left ul {	padding-left: 0;	overflow: visible;}
p { font-size:14px; }
h2 { 	border-bottom: 1px solid #d4d4d4; }

#header-row .moduletable .mod-menu__social { margin-top:20px; }


/* news ############################### */
.news-list-view .col-md-3 { display:none; }
.news-list-view  .news-list-item { padding:0 0 20px 20px; }
.news-list-view .lead {	margin-bottom: 0;	}
.news-list-view .col-md-9 { border-bottom:1px solid #d4d4d4; padding-bottom:20px;}
.news-list-view h3 { padding-bottom:5px; }


a.btn-read-more , a.btn-default { 	padding: 5px 10px;
	font-size: 11px;
	line-height: 20px;
	color: rgb(255, 255, 255);
	background-color: rgb(237, 150, 56);
	background-image: linear-gradient(to bottom, rgb(242, 179, 70), rgb(230, 107, 36));
	background-repeat: repeat-x;
	border: medium none !important;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: none !important;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-left-colors: none;
	margin: 0;}

a.btn-read-more:hover, a.btn-default:hover { 	
	color: rgb(255, 255, 255);
	background-color: rgb(230, 107, 36);
	text-decoration: none;
	background-position: 0px -15px;
	transition: background-position 0.1s linear 0s;
}


.tx-powermail .container-fluid {	padding-right: 0;	padding-left: 0; }
#component .ce-border figure img { border:6px solid #dedede; border-radius:3px;}	
.frame-teaser-1-3 figure  {border:6px solid #dedede; border-radius:3px; }
.ce-gallery figcaption {	display: table-caption;	caption-side: bottom;	text-align: center;}
section#col0Content ul { padding:0; margin:0;  }

