/* Quick.Cart WebStyle008 stylesheet */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('font/fontawesome-webfont.eot?v=4.0.3');
    src: url('font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#foot #banner .theme-default .nivo-controlNav{
    display: none;
}

.navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle, navbar-toggle:active {
    background-color: black !important;
    margin-right:30px !important;
}

#head3 .container-fluid {
    padding:0px !important;
}

/* GLOBAL STYLES */
body, body * {
    margin: 0;
    padding: 0;
    border: 0;
}

body, table {
    color: black;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 13px;
}

body {
    padding: 0;
    text-align: center;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #555555;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #888888
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

tbody, tfoot, thead {
    margin: 0;
    padding: 0;
}

caption, tr, th, td {
    margin: 0;
    padding: 2px 4px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.input, select, textarea {
    padding: 5px;
    border: solid 1px #888
}

.input.warning-required, select.warning-required, textarea.warning-required {
    border-color: #ac0000 #c78688 #c78688 #ac0000;
    background: #fbefef;
}

.submit {
    font-style: normal;
    font-family: "Open Sans", Helvetica, sans-serif;
    padding: 5px;
    background: #181818;
    border: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none
}

.submit:hover {
    background: #30a2be;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form {
}

.form label span {
    padding-left: 10px;
    color: #949494;
    font-weight: normal;
    text-shadow: none;
}

.hide {
    display: none;
}

a {
    background-color: inherit;
    color: #181818;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

#skiplinks {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999999;
}

#skiplinks a {
    position: absolute;
    top: -500px;
    left: 0px;
    z-index: 10;
    min-width: 200px;
    padding: 10px;
    color: #000;
}

#skiplinks a:focus {
    top: 0;
    background: #fff;
    color: #000;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

#container {
    position: relative;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* HEADER WITH TOP MENU ABOVE LOGO */
#header {
    z-index: 777;
    margin: 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .5);
    background: black;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 0;
    left: 0;
    width: 100%;
    color:white;
}

* html #head1 .container, * html #head2, * html #body {
    background: none;
}

/* IE 6 hack */

/* MENU TOP 1 */
#head1 {
    margin: 0 auto 0;
    width: 1100px;
}

#head1 .container {
    float: right
}

#menu1 ul {
    float: right;
    margin: 10px 18px 0 0;
    padding: 0;
    list-style: none;
}

#menu1 li {
    float: left;
    padding: 14px 0 0 30px;
    margin: 0;
    text-align: left;
    position: relative
}

#menu1 li a {
    font-size: 14px;
    color: #30a2be;
}

#menu1 li a:hover, #menu1 .selected a {
    text-decoration: underline;
    color: #FFF
}

#menu1 li.lBasket {
    text-align: left;
}

#menu1 li.lBasket a {
    background: none;
}

#menu1 li.lBasket a:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    position: absolute;
    top: 5px;
    left: 0;
}

#menu1 li.lBasket span {
    padding: 0px 0 0px 0px;
    display: block;
    font-size: 10px;
    font-family: sans-serif;
    color: #888;
    margin: -7px 0 0 0
}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head2 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#head2 .container {
    float: left;
}

#logo {
    color: #30a2be;
}

#logo #title a {
    font-weight: bold;
    font-size: 50px;
    text-transform: capitalize;
    text-decoration: none;
    color: #30a2be;
}

#logo #title a strong {
    color: #888;
    font-weight: normal
}

/* HEADER WITH TOP MENU BELOW LOGO */
#head3 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: black;
}

#head3 .container {
    float: right;
    clear: right;
}

/* MENU TOP 2 */
#menu2 ul {
    margin: 10px 10px 10px 0;
    list-style: none;
    float: right;
    width: auto
}

#menu2 li {
    float: left;
    padding: 0;
}

#menu2 li a {
    float: left;
    padding: 14px 20px 14px 20px;
    color: #999999;
    font-size: 14px;
    background: inherit;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#menu2 li a:hover, #menu2 .selected a {
    text-decoration: none;
    color: #ffffff !important;
    background: #30a2be;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* SLIDER */
#banner {
    width: 100%;
    /*background: #30a2be;*/
    background: white;
    /*padding-top: 105px;*/
}

#slogan {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 90px 0 0px 0px;
    color: #fff;
    font-size: 50px;
    height: 190px;
    line-height: 90%
}

#slogan:after {
    content: "\f0e6";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: block;
    clear: both;
    margin-top: 30px;
}

/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

#body .container {
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

/* LEFT COLUMN STYLES */
#column {
    float: left;
    padding: 10px 0;
}

#column .type {
    margin-top: 10px;
    padding: 7px 0 7px 0px;
    color: #30A2BE;
    font-size: 23px;
}

.order #column {
    display: none;
}

/* LEFT MENU */
#menu3 {
    padding: 22px 0px 10px 0;
    clear: both
}

#menu3 ul {
    padding: 10px 0;
    list-style: none;
}

#menu3 li {
    padding: 1px 0;
    width: 100%;
    overflow: hidden
}

#menu3 li a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 98%;
    padding: 0px 0 0px 2%;
    font-size: 16px;
    font-weight: bold;
    background: #30a2be;
    height: 40px;
    line-height: 40px;
    position: relative;
    color: #fff
}

#menu3 li a:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    background: #181818;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

#menu3 li a:hover, #menu3 .sub1 a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #888;
}

#menu3 .sub1 {
    margin: 0 0 10px 0;
    padding: 0;
    /*background: none*/
}

#menu3 .sub1 li {
    padding: 0px 0 0px 0px;
    margin: 0;
    border-width: 1px;
    border-color: #6d6c6c;
}

#menu3 .sub1 a {
    display: block;
    padding: 0px 0 10px 10px;
    margin: 2px 0 2px 0;
    background: none;
    height: 40px;
    color: #575757;
    background: #dbdde0;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c2c5;
}

#menu3 .sub1 a:after {
    display: none
}

#menu3 .sub1 a:hover {
    background: none;
    color: #30a2be;
}

/* search form */
#searchForm {
    margin: 15px 0px 10px 0px;
    height: 20px;
    position: relative;
}

#searchForm label, #searchForm legend {
    display: none;
}

#searchForm .input {
    width: 80%;
    line-height: 34px;
    padding: 0 0 0 4px;
    position: absolute;
    left: 0;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: black;
}

#searchForm .submit {
    width: 20%;
    height: 36px;
    position: absolute;
    right: 0;
    background-color: #30a2be;
    color: #FFF;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal
}

/* RIGHT COLUMN STYLES */
#content {
    padding: 20px 0 5px 0;
    text-align: left;
    position: relative
}

* html #page {
    width: 100%;
}

#page {
    position: relative;
    text-align: left;
}

.order #content {
    width: 100%;
}

* html #page {
    width: 100%;
}

/* IE 6 hack */
* html .order #page {
    width: 94%;
}

/* IE 6 hack */
#body.order .container {
    background: #fff;
    border: 0;
}

/* PAGE TITLE */
#page h1 {
    margin: 0px 0 15px 0;
    font-size: 2.417em;
    font-weight: normal;
    color: #30A2BE
}

/* NAVIGATION PATH - TREE */
#page div.breadcrumb, #page h6.date {
    padding-bottom: 8px;
    font-size: 18px;
}

#page div.breadcrumb a {
    font-weight: normal;
}

#page div.breadcrumb a:hover {
    text-decoration: underline;
}

*:first-child + html #page div.breadcrumb {
    top: -5px;
}

/* IE 7 hack */
* html #page div.breadcrumb {
    top: -5px;
}

/* IE 6 hack */

/* PAGE CONTENT */
#page div.content {
    padding-top: 0px;
    font-size: 1.083em;
    line-height: 1.5em;
    color:black;
}

#page div.content ul, .subpagesList li ol {
    margin: 0 0 0 30px;
    padding: 0;
}

#page div.content li {
    margin: 8px 0;
    padding: 0;
    border-left: 0;
}

#page div.content p {
    padding-bottom: 10px;
}

.pages {
    padding: 8px 0;
    text-align: right;
    font-size: 1.083em;
}

.pages ul, .pages li {
    display: inline;
}

.pages li {
    padding: 0 2px;
}

.pages a, .pages strong {
    padding: 0 1px;
    font-size: 1.083em;
}

/* IMAGES STYLES */
.imagesList {
    list-style: none;
}

.imagesList li {
    margin: 0 0 15px 0;
    text-align: center;
}

.imagesList li div {
    text-align: center;
}

.subpagesList li img, .imagesList li img, .imagesList#imagesListPreview li img, .imagePreview img, #products li .photo img, #subpagesGallery td img, .imagesGallery td img, #productsRelated img {
    border: 1px solid #888;
}

.subpagesList li img:hover, .imagesList li img:hover, .imagesList#imagesListPreview li img:hover, .imagePreview img:hover, #products li .photo a:hover img, #subpagesGallery td img:hover, .imagesGallery td img:hover, #productsRelated img:hover {
    border-color: #30a2be;
    opacity: 0.6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* IMAGES STYLES - GALLERY */
#imagesGallery3 {
    margin: 0 0 15px;
}

#imagesGallery4 {
    margin: 15px 0 0;
}

.imagesGallery {
    clear: both;
}

.imagesGallery .pages {
    clear: both;
}

.imagesGallery table {
    width: 100%;
    clear: both;
    padding: 10px 0;
    font-size: 1em;
}

.imagesGallery td {
    padding: 15px 7px 10px;
    text-align: center;
    vertical-align: top;
}

.imagesGallery td div {
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.4em;
}

#imagesList1 {
}

#imagesList2 {
    clear: right;
    float: right;
    margin: 8px 0 0 15px;
}

.imagePreview div {
    margin: 5px 0 10px;
    text-align: center;
}

#imagesListPreview {
}

* html #imagesListPreview {
    margin-top: -5px;
}

.imagesList#imagesListPreview li {
    margin-bottom: 3px;
}

/* FILES LIST STYLES */
#filesList {
    width: 100%;
    float: left;
    margin: 15px 0 5px;
    list-style: none;
    vertical-align: middle;
}

#filesList li {
    width: 100%;
    float: left;
    clear: left;
    margin: 5px 0 5px;
}

#filesList img {
    margin: 0 8px 0 0;
    vertical-align: middle;
}

#filesList em {
    padding-left: 2px;
    background: inherit;
}

/* QUICK.BOX */
#quick-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 200;
}

#quick-box .background {
    height: 100%;
}

#quick-box .quick-box-container {
    position: absolute;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 15px 1px #000;
}

#quick-box .image-wrapper {
    position: relative;
    line-height: 0;
}

#quick-box .image-wrapper img {
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

#quick-box .navigation {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 0.875em;
    font-weight: bold;
    color: #ddd;
    line-height: normal;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
}

#quick-box .description {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 0.875em;
    color: #ddd;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.8);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-height: 66px;
    overflow: hidden;
}

#quick-box .prev, #quick-box .next {
    position: absolute;
    display: block;
    width: 50%;
    top: 15%;
    height: 70%;
    margin: 0px;
    color: #fff;
    font-family: Verdana;
    z-index: 100;
    opacity: 0.15;
    text-decoration: none;
}

#quick-box .prev span, #quick-box .next span {
    position: absolute;
    top: 47%;
    left: 0;
    padding: 10px;
    border: 1px solid #fff;
    background: #000;
}

#quick-box .next span {
    left: auto;
    right: 0;
    border-right: none;
}

#quick-box .prev span {
    border-left: none;
}

#quick-box .next:hover, #quick-box .prev:hover {
    opacity: 0.8;
}

#quick-box .prev {
    left: 0;
}

#quick-box .next {
    right: 0;
}

#quick-box .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 4px 2px;
    opacity: 0.5;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-family: "Trebuchet MS";
    text-decoration: none;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-top-right-radius: 5px;
    z-index: 100;
}

#quick-box .close:hover {
    opacity: 0.8;
}

#quick-box .close, #quick-box .prev, #quick-box .next {
    line-height: normal;
}

#quick-box .loading {
    display: block;
    padding: 40px 35px;
    color: white;
    line-height: 1em;
}

/* SUB PAGES LIST STYLES */
.subpagesList {
    float: left;
    width: 100%;
    margin: 7px 0;
    list-style: none;
}

.subpagesList li {
    clear: left;
    float: left;
    width: 96%;
    margin: 10px 0;
    padding: 13px 2%;
}

* html .subpagesList li {
    width: 100%;
}

.subpagesList li .photo {
    float: left;
    margin: 0 18px 5px 0;
}

.subpagesList li h2 {
    padding-bottom: 10px;
}

.subpagesList li h2, .subpagesList li h2 a {
    font-size: 1.25em;
    font-weight: normal;
}

.subpagesList li ul {
    list-style: disc;
}

.subpagesList li ol {
    list-style: decimal;
}

.subpagesList li p {
    padding-bottom: 10px;
}

.subpagesList li div.description {
    font-weight: normal;
    font-size: 1em;
    line-height: 1.4em;
}

/* SUB PAGES LIST - NEWS and GALLERY */
.subpagesList li h6 {
    padding: 0 0 5px;
    font-weight: bold;
    font-size: 1em;
}

#subpagesGallery {
    width: 100%;
    margin: 5px 0 10px;
    padding: 10px 0;
    font-size: 1em;
}

#subpagesGallery td {
    padding: 15px 7px 10px;
    text-align: center;
}

#subpagesGallery td h2, #subpagesGallery td h2 a {
    font-size: 1.25em;
    font-weight: normal;
    margin: 3px 0 0;
}

/* OPTIONS LINK */
#options {
    clear: both;
    float: right;
    width: 100%;
    margin: 10px 10px;
    font-size: 1em;
    text-align: right;
}

*:first-child + html #options {
    width: 95%;
}

/* IE 7 hack */
#options a {
    padding: 0 10px 0;
}

#options .back, #options .print {
    float: right;
}

.message {
    padding: 50px 0;
    text-align: center;
}

.message h2 {
    background: inherit;
    color: #181818;
    font-weight: normal;
    font-size: 2.4em;
}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot {
    clear: both;
    height: auto;
    font-size: 1.083em;
    float: left;
    width: 100%;
    margin: 0 auto;
    background: #000000;
}

#foot .container {
    padding: 10px 0px;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
    text-align: left;
}

#foot a {
    background: inherit;
    color: #fff;
}

#foot a:hover {
    text-decoration: underline;
}

#copy {
    float: left;
    padding: 0 0px;
}

.foot {
    float: right;
    padding: 0 0px;
}

/* PRODUCTS LIST */
#products {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    list-style: none;
}

#products ul.list {
    float: left;
    width: 100%;
    list-style: none;
}

#products .list li {
    float: left;
}

#products div .photo {
    font-size: 0px;
    line-height: 0px;
    margin-bottom: 10px;
    min-height:180px;
}

#products div .photo span {
    display:inline-block;
    height:180px;
    vertical-align:middle;
}

#products div h2 {
    padding: 5px 0 5px 0;
    min-height:45px;
    text-align: center;
    font-weight: bold;
    font-size: 1.083em;
}

#products div h3 {
    padding: 5px 0 9px;
    text-align: left;
    font-weight: normal;
    font-size: 0.917em;
}

#products div h3 em {
    padding: 0 5px;
}

#products div .price, #products div .noPrice {
    margin: 5px 0 5px 0;
    background-color: inherit;
    color: #181818;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#products div .noPrice {
    padding:38px 0px;
}

#products div .price em {
    padding: 0 6px 0 0;
    font-style: normal;
    font-weight: normal;
}

#products div .price strong {
    font-size: 1.167em;
}

#products div .noPrice strong {
    font-size: 1.083em;
}

#products div .price span {
    padding-left: 4px;
    font-size: 1.083em;
    font-weight: normal;
}

#products div .basket {
    width: 150px;
    font-size: 0.917em;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    border: 0;
    margin: 10px auto 0;
}

#products div .basket a {
    color: #fff;
    background: #888;
    padding: 0 0 0 5px;
    height: 30px;
    line-height: 30px;
    float: left;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#products div .basket a:after {
    content: "\f07a";
    font-family: 'FontAwesome';
    padding-right: 16px;
    padding-left: 9px;
    overflow: hidden;
    float: right;
    background: #181818;
    color: #FFF
}

#products div .basket a:hover {
    background: #30a2be;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#products {
    clear: both;
    margin-top: 10px;
}

#products .list div[class^=l] {
    text-align: center;
}

#products li.column1 {
    clear: both;
    margin-left: 0;
}

#products div h3 {
    text-align: center;
}

#products div div.description {
    margin: 10px 0 0;
    text-align: justify;
}

#products div.pages#pagesAfter {
    clear: both;
}

#products .list li li {
    float: none;
    width: auto;
    margin-left: 0px;
    padding: 0;
    border-top: 0px;
    text-align: left;
}

#products .pages {
    float: right;
    width: 100%;
    margin: 0;
    padding: 9px 0;
    border: 0;
    background: none;
    text-align: right;
    font-size: 1em;
}

#products .pages li {
    margin: 0;
    padding: 0 2px;
    border: 0;
    background: none;
}

#products .pages a, #products li.pages strong {
    padding: 0 1px;
    font-size: 1em;
}

#products .pages .viewAll {
    padding-right: 8px;
    border-right: 1px solid #666;
}

#products .pages .title {
    padding-left: 8px;
    border: none;
}

#products .pages#pagesBefore {
    clear: none;
    width: auto;
}

#products .sort {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    padding: 10px 0;
    border: 0;
    background: none;
    text-align: left;
}

#products .sort ul {
    display: inline;
    list-style: none;
}

#products .sort li {
    display: inline;
    padding: 0 6px;
    font-weight: bold;
    border-right: 1px solid #666;
}

#products .sort li:last-child {
    border: none;
    padding-right: 0;
}

#products .sort li a {
    font-weight: normal;
}

/* PRODUCTS DETAILS */
#product {
    display: block;
    text-align: left;
}

* html #product {
    margin: 0;
}

/* IE 6 hack */
#product h1 {
    padding: 5px 0 5px;
    font-size: 2.25em;
    font-weight: normal;
}

#product div.breadcrumb {
    margin: 0 0 10px;
    padding: 2px 0 7px;
    font-weight: normal;
    font-size: 18px;
}

#product div.breadcrumb em {
    padding: 0 5px;
}

#product #box {
    border: 1px solid #888;
    text-align: center;
    color: #30a2be;
}

#product #box form {
    font-weight: bold;
}

#product #box #price, #product #box #noPrice {
    padding: 7px 0;
    font-size: 1.417em;
    text-align: center;
}

#product #box #price em {
    font-style: normal;
}

#product #box #price strong {
    padding: 0 6px;
    font-size: 1.176em;
    font-weight: bold;
}

#product #box #available {
    padding: 8px 2px 0;
    font-weight: bold;
    font-size: 0.9em;
}

#product #box #addBasket {
    padding: 10px 0 5px;
}

#product #box #addBasket .submit {
    width: 176px;
    padding: 5px;
    text-align: center;
    border: 0;
    font-size: 1.1em;
    font-weight: bold;
}

#product #box #addBasket legend {
    display: none;
}

#product div.content {
    font-size: 1.083em;
    line-height: 1.5em;
}

#product div.content ul, #product div.content ol {
    margin: 5px 0 0 30px;
    padding: 0;
}

#product div.content li {
    margin: 8px 0;
    padding: 0;
    border-left: 0;
}

#product div.content p {
    padding-bottom: 10px;
}

/* BASKET AND ORDER */
#orderedProducts table {
    width: 100%;
    margin: 0;
    font-size: 1em;
}

#orderedProducts td, #orderedProducts th {
    padding: 6px 7px;
}

#orderedProducts thead .price, #orderedProducts thead .quantity, #orderedProducts thead .summary {
    text-align: right;
}

#orderedProducts thead td {
    padding-bottom: 11px;
}

#orderedProducts thead em {
    padding: 0 4px 0 0;
    font-style: normal;
}

#orderedProducts tbody th {
    text-align: left;
}

#orderedProducts tbody th a {
    background: inherit;
}

#orderedProducts tbody .price, #orderedProducts tbody .summary {
    font-weight: bold;
    text-align: right;
}

#orderedProducts tbody .quantity, #orderedProducts tbody .quantity input {
    text-align: right;
}

#orderedProducts tbody .quantity label {
    display: none;
}

#orderedProducts tfoot {
    text-align: right;
}

#orderedProducts tfoot .summaryProducts, #orderedProducts tfoot .summaryProducts th, #orderedProducts tfoot .summaryShippingPayment, #orderedProducts tfoot .summaryOrder {
    text-align: right;
}

#orderedProducts table {
    margin: 10px 0 0 0;
    border: 1px #888 solid;
    width: 99.6%
}

#orderedProducts table thead td, #orderedProducts table .buttons td, #orderedProducts table #nextStep th {
    background: #888;
    color: #fff
}

#basket .info {
    padding: 10px 0;
    text-align: left;
}

#basket #recount .submit {
    padding: 2px 3px;
}

#basket .summaryProducts {
    font-size: 1.36em;
    font-weight: bold;
}

#basket .summaryProducts #summary {
    font-weight: bold;
}

#basket .del {
    padding: 0 5px 0 10px;
}

#basket #pageDescription {
    margin-top: 20px;
}

#basket #continue {
    text-align: left;
}

#basket #save {
    text-align: left;
}

#basket legend {
    display: none;
}

#order legend {
    display: block;
    padding: 20px 0 10px;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
}

#order #personalData {
    padding: 12px 3%;
    margin-left: 3%;
    overflow: hidden;
}

#order #personalData #setBasic, #order #personalData #setExtend {
    float: left;
    width: 50%;
}

#order #personalData label {
    display: block;
    padding: 2px 0;
    font-weight: bold;
}

#order #personalData .input, #order #personalData #oComment {
    width: 90%;
    margin: 0 0 5px;
}

#order #personalData #oComment {
    height: 125px;
}

#shippingAndPayments div {
    padding: 11px 3%;
}

#order .summaryProducts, #order .summaryShippingPayment, #orderPrint .summaryShippingPayment {
    font-size: 1.182em;
}

#order .summaryProducts th, #order .summaryShippingPayment th, #orderPrint .summaryShippingPayment th {
    font-weight: normal;
    text-align: right;
}

#order .summaryOrder, #orderPrint .summaryOrder {
    font-size: 1.36em;
    font-weight: bold;
}

#order .summaryOrder th, #orderPrint .summaryOrder th {
    text-align: right;
}

#order #rulesAccept th, #order #nextStep th {
    text-align: right;
    font-weight: normal;
}

#order #rulesAccept th a {
    font-weight: bold;
}

*:first-child + html .nextStep .submit, *:first-child + html #basket #save .submit {
    padding: 2px 0px;
}

/* IE 7 hack */

/* ORDER SUMMARY/PRINT PAGE */
#orderPrint #pageDescription {
    padding: 10px 8px 20px;
    text-align: center;
    background: inherit;
    font-weight: normal;
    font-size: 1.5em;
}

#orderPrint #pageDescription p {
    padding: 5px 0;
}

#orderPrint .legend {
    clear: both;
    padding: 20px 0 10px;
    font-size: 1.2em;
    font-weight: bold;
}

#orderPrint dl {
    float: left;
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 0;
}

#orderPrint dt, #orderPrint dd {
    float: left;
    display: inline-block;
    width: 40%;
    margin: 0;
    padding: 3px 0;
}

#orderPrint dt {
    clear: left;
    text-align: right;
}

#orderPrint dd {
    padding-left: 3%;
    font-weight: bold;
}

#orderPrint dd.orderComment, #orderPrint dd.orderIP {
    font-weight: normal;
}

@media print {
    /* PRINT STYLES */
    * {
        color: #000 !important;
        background: #fff !important;
        border-color: #444 !important;
        border-width: 1px !important;
        text-shadow: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    body {
        margin: 1cm 0;
    }

    #container {
        width: 17.2cm;
        height: auto;
    }

    #header {
        box-shadow: none;
        background: none
    }

    #head2 .container, #head2 {
        height: auto;
        float: none;
        background: none
    }

    #logo {
        padding: 0;
        float: none;
        background: none;
        left: 0;
        position: absolute;
        top: 0.5cm;
        font-family: 'Signika', sans-serif;
    }

    #logo #title {
        padding-left: 7px;
    }

    #page h1 {
        padding: 0;
    }

    #slogan {
        font-size: 40px;
        text-shadow: none;
        filter: none;
        color: #FFF;
        font-weight: 600;
        width: 100%;
        height: 400px;
        top: 70px;
        left: 0;
        padding: 0;
        text-align: left;
        position: absolute;
    }

    #head1 .container, #head2 .container, #head3 .container, #body .container, #foot .container {
        border-width: 0px !important;
    }

    #body {
        clear: none;
        margin: 150px 0 0 0;
    }

    #body .container {
        overflow: visible;
    }

    #page div.breadcrumb {
        position: relative;
        top: 0;
    }

    #header .container, #body .container, #foot .container, #content, #page, #products, #product, .order #content {
        float: none;
        padding: 0;
        margin: 0;
    }

    #column, #head1, #head3, #back, #page .tS, #products li .basket, #product #box #addBasket .submit {
        display: none;
    }

    #content .theme-default .nivoSlider {
        display: none !important    ;
    }
}

/* PLUGINS */
#content .theme-default .nivoSlider {
    width: 660px;
    margin: 0 auto;
}

.theme-default .nivo-controlNav {
    padding: 5px 0;
}

.nivoSlider a.nivo-imageLink {
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* modrhh+ IE link hack*/
@media print {
    #content .theme-default {
        display: none;
    }
}

#noticeAboutCookies{display:none;width:100%;text-align:left;background:#30a2be;font-weight:bold;color:white;z-index: 9999;position: fixed;bottom: 0px;}
#noticeAboutCookies p {float:left;width:70%;padding: 5px 0px;margin:5px 0px;}
#noticeAboutCookies .close{font-size:0.917em;color:white;font-weight:bold;text-decoration:none;border:2px solid white;padding:5px 21px;margin:15px 0px;opacity:1;text-shadow: none;}

.opis {
    font-size: 14px;
    text-align: justify;
}