.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;
}
h4 {
  font-size: 18px;
}
h5 {
  font: normal 14px/30px Arial, Helvetica, sans-serif;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
p .indention-broad {
  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,
h2.item_title,
.category_title h2 {
  border-bottom: 1px solid #d4d4d4;
}
.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 !important;
  font-size: 11px !important;
  line-height: 20px !important;
  *line-height: 20px;
  color: #ffffff !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
  background-color: #ed9638 !important;
  background-image: -moz-linear-gradient(top, #f2b346, #e66b24) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2b346), to(#e66b24)) !important;
  background-image: -webkit-linear-gradient(top, #f2b346, #e66b24) !important;
  background-image: -o-linear-gradient(top, #f2b346, #e66b24) !important;
  background-image: linear-gradient(to bottom, #f2b346, #e66b24) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2b346', endColorstr='#ffe66b24', GradientType=0) !important;
  border-color: #e66b24 #e66b24 #aa4b13 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  *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) !important;
  border: none !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) !important;
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) !important;
  text-transform: uppercase !important; /*pascale*/
}
.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 {
  margin-bottom: 12px;
  border: 6px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.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;*//*pascale*/
  z-index: 8;
}
.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;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row .container {
  padding: 37px 0 32px 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 59px;
}
#logo span.logo_title {
  font-size: 14px;
  color: #7f7f7f;
  margin: 0 0 0 4px;
  display: inline-block;
}
/*======================= 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;*//*pascale korrektur lightbox in joomshopping*/
  z-index: 9;
  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;/*pascale*/
  /*font-family: 'Michroma', sans-serif;*/
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 120px;
  /*font-size: 50px;*/
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: -7px;
  /*letter-spacing: -3px;*/
  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 {
  background: none;
  padding: 4px 0;
  margin: 0 0 0 45px;
  box-shadow: none;
  border: none;
  font-size: 14px;
}
.mod-newsflash-adv__links a.readmore: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;*/ /*pascale*/
}
.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;
}

/*pascale*/

/*div#header-row div.container {
background: url(../images/logo_orange1130.jpg) no-repeat;
height: 150px;
}

header div#logo a img {
display:none;
}*/

.item_introtext {
	padding: 5px;
	}

/*.newsletter {
	padding: 5px;
	background: url("../images/mod-heading-bg.jpg") repeat-x scroll left top #616161;
	}*/
	
table.acymailing_form {
margin: 0 !important;
}

div.jshop div.jshop_list_category table.jshop tbody tr td.jshop_categ table.category tbody tr td a.product_link {
	display: none;
	}
	
div.jshop div.jshop_list_category table.jshop tbody tr td.jshop_categ table.category tbody tr td p.category_short_description {
	display: none;
	}
	
div#comjshop.jshop div.jshop_list_category div.row-fluid div.sblock4.jshop_categ.category div.sblock2 {
	width: 100%;
}
	
div#comjshop.jshop div.jshop_list_category div.row-fluid div.sblock4.jshop_categ.category div.sblock2 + .sblock2	{
	display:none;
}

.jshop_list_product .block_product {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}

div.blog div.page-header h2 {
	font-size: 24px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 20px;
	}
	
div.contact_address {
	padding-bottom: 15px;
	}
	
div.contact_vcard {
	padding-top: 15px;
	}
	
html.csstransforms body.com_contact div#wrapper div#content-row div.container div.content-inner div#component.span12 div.page div.row-fluid div.span4 div.contact_form form#contact-form.form-validate fieldset div.row-fluid {
	padding-top: 20px;
	padding-bottom: 20px;
	}
div#YoutubeGalleryMainContainer1 h4 {
  margin: 0;
  padding-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

div#YoutubeGalleryMainContainer1 h3 {
	margin-top: 20px;
	}

.com_jshopping .moduletable h3.module_title {
	margin-top: 10px;
	}

#jshop_search.inputbox {
	margin: 10px 0 20px 0 !important; /*pascale*/
	}
	
.login_block form table tbody tr td input#remember_me {
	margin-left: 5px;
	}

.com_jshopping form#form-login div input.button {
	margin-top: -100px;
	margin-left: 120px;
	}
	
div#aside-right.span3 aside div.moduletable {
	margin-bottom: 0 !important;
	}
	
div#aside-right.span3 aside div.moduletable form {
	margin-bottom: 0 !important;
	}
	
@media (min-width: 980px) {
	div.label_products.jshop div.block_item {
		float: left;
		width: 20%;
		
	}
}
	