/* ------------ Reset ------------ */
/*body {
    font-family: 'Open Sans', calibri, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #999999;
}

a {
    color: #666;
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal
}*/

.textright {
    text-align: right
}

/*.well {
    background: #fff;
    border: none
}*/

.red {
    color: #F00
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mr0 {
    margin-right: 0;
}

.mr10 {
    margin-right: 10px
}

.ml0 {
    margin-left: 0;
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.size15 {
    font-size: 15px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.bold {
    font-weight: bold
}

.extra.bold {
    color: #666
}

.green {
    color: #f25c27
}

span.required {
    color: #F00
}

/*ul li {
    list-style: none
}*/

.margin-none {
    margin: 0;
}

.textright {
    text-align: right
}

.mt50 {
    margin-top: 50px
}

.offer {
    background: url(../img/offer.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 68px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 9999px;
    top: 0;
    width: 68px;
}

.sale {
    background: url(../img/sale.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 68px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 9999px;
    top: 0;
    width: 68px;
}

/*h1 {
    margin-bottom: 10px;
    padding: 0 0 8px 0;
    font-size: 22px;
}*/

h1.headingfull {
    margin-bottom: 0;
    font-size: 22px;
    margin-top: 0;
}

h1.headingmain {
    margin-bottom: 40px;
    background: url(../img/heading1bg.png) repeat-x scroll 0 17px;
    font-size: 22px
}

h1.headingfull span, h1 span {
    padding: 0 30px 13px 10px;
    color: #4b5b58
}

/*h2 {
    text-shadow: 1px 1px 1px #fff;
    margin-bottom: 15px;
    padding: 0 0 8px 0;
    font-size: 20px;
}*/

.bgnone {
    background: #fff;
    padding-left: 0;
}

/*h3 {
    color: #f25c27;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 0 0 8px 0;
    text-shadow: 1px 1px 1px #fff;
}

h4 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 0 8px 0;
    text-shadow: 1px 1px 1px #fff;
}

h5 {
    text-shadow: 1px 1px 1px #fff;
    margin-bottom: 10px;
    padding: 0 0 8px 0;
    font-size: 15px
}

h6 {
    font-family: 'Open Sans', calibri, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 0 0 8px 0;
    text-shadow: 1px 1px 1px #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #666666
}*/

.btn-success, .btn-info, .btn-primary, .btn-danger, .btn-inverse {
    color: #fff !important
}

input, select, textarea, img, input:focus, select:focus, textarea:focus {
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

#maincontainer {
    padding: 0 0 20px 0;
}

#maincontainer .main-content {
    padding-top: 20px;
}

#maincontainer > .main-content > .container {
    background: rgba(255, 255, 255, .8);
    padding: 20px;
}