/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** LAYOUT STYLES ***********************/

body {
    line-height: 1.5em;
    margin: 0;
    padding: 0;
  background: #ffffff;
}

#jm-allpage {
  position: relative;
}

/** toppage **/

#jm-toppage {
  background: url("../images/t5.jpg") repeat scroll 0px 0px transparent;
}

#jm-toppage-in {
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.isfluid #jm-toppage-in {
  padding: 0;
}

#jm-toppage-left {
  float: left;
  padding-top: 20px;
}

#jm-toppage-right {
  float: right;
  padding-top: 25px;
}

#jm-social-search {
  padding-bottom: 20px;
}

#jm-social {
  float: right;
  border-right: 1px solid #eeeeee;
  margin-right: 10px;
  padding-right: 10px;
}

#jm-social.nosearch {
  border: none;
  margin: 0;
  padding: 0;
}

#jm-search {
  float: right;
}

#jm-djmenu {
  padding-top: 55px;
}

/** header **/

#jm-header {
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}

#jm-header-in {
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 20px 0px 20px;
  color: #ffffff;
}

.isfluid #jm-header-in {
  padding: 20px 0;
}

/** midpage **/

#jm-midpage {
  background: url("../images/t5.jpg") repeat scroll 0px 0px transparent;
}

#jm-midpage-in {
  margin: 0 auto;
  padding: 30px 20px 0;
}

.isfluid #jm-midpage-in {
  padding: 30px 0 0;
}

#jm-middle {
  margin-left: -30px;
}

/** mainpage **/

#jm-mainpage {
  border-top: none;
  background: url(../images/mainpage_bg.png) repeat-x;
  padding: 30px 0 0;
}

#jm-mainpage-in {
  margin: 0 auto;
  padding: 0 20px;
}

.isfluid #jm-mainpage-in {
  padding: 0;
}

#jm-content-top1 {
  margin-left: -30px;
}

#jm-main {
  margin-left: -30px;
}

#jm-left,
#jm-right {
  float: left;
}

#jm-left .jm-left-in,
#jm-right .jm-right-in,
#jm-content .jm-content-in {
    margin: 0 0 0 30px;
}

#jm-main.scheme_3 #jm-content,
#jm-main.scheme_2 #jm-content {
  float: left;
}

#jm-content-top2 {
  margin-left: -30px;
}



#jm-pathway {
  float: left;
  width: 85%;
}

.nofontsw #jm-pathway {
  width: 100%;
}

#jm-font-switcher {
  float: right;
  width: 15%;
  text-align: right;
}

#jm-maincontent {
  margin-bottom: 30px;
}

#jm-content-bottom1 {
  margin-left: -30px;
}

#jm-content-bottom2 {
  margin-left: -30px;
}

/** bottompage **/

#jm-bottompage {
  background: url(../images/t6.jpg);
}

#jm-bottompage-in {
  margin: 0 auto;
  padding: 30px 20px 20px;
  color: #a7a69f;
}

.isfluid #jm-bottompage-in {
  padding: 30px 0 20px;
}

#jm-bottom {
  margin-left: -30px;
}

#jm-bottom-wrap {
  margin: 0 0 20px;
  border-bottom: 1px solid;
  border-color: rgba(0,0,0,0.3);
  box-shadow: 0 1px 0 rgba(255,255,255,0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

#jm-copyrights {
  float: left;
}

#jm-poweredby-stylearea {
  float: right;
}

#jm-stylearea {
  padding-top: 10px;
  float: right;
}

#jm-back-top {
  position: fixed;
  bottom: 50px;
  right: 0;
  margin-right: 50px;
}

/** isfluid **/

.isfluid #jm-toppage-space,
.isfluid #jm-header-space,
.isfluid #jm-middle,
.isfluid #jm-mainpage-space,
.isfluid #jm-bottompage-space {
  padding: 0 20px;
}

/** clearing **/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

/* trigger hasLayout for IE7. Hide from IE Mac */ * html .clearfix {
    height: 1%;
}

/* Hide from IE Mac */

.clr, .clear, .jm-clear {
    clear: both;
}

/* end clearing */

#c_cartbot {
     background: url("http://www.carboncenter.pl/images/cart-28-32.png") no-repeat scroll 100px 15px #fff;
     border-right: 1px solid #FF4200;
     border-top: 1px solid #FF4200;
     border-bottom: 1px solid #FF4200;
     top: 220px;
     box-shadow: 2px -2px 15px -10px #000000;
     width: 120px;
     padding: 15px;
     position: fixed;
     z-index: 100;
}


#cart-contents .inputbox {
    max-width: 25px;
    text-align: center;
}

.promo {
    background: url("http://www.carboncenter.pl/templates/jm-renewable-energy/images/promocja.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999 !important;  
}


.cc-cookies > a {
    color: #FFFFFF !important;
    text-decoration: underline;
}