@import url("https://web.archive.org/web/20230610101703cs_/http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,greek");/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,kbd,pre,samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .table td,.table th {
        background-color: #fff !important
    }

    .btn > .caret,.dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-circle {
    border-radius: 500px
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16.1px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1,.h1 {
    font-size: 38px
}

h2,.h2 {
    font-size: 32px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}

h1 small,.h1 small {
    font-size: 24px
}

h2 small,.h2 small {
    font-size: 18px
}

h3 small,.h3 small,h4 small,.h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dt,dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dl-horizontal dd {
    margin-left: 180px
}

.dl-horizontal dd:before,.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

.dl-horizontal dd:before,.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.42857143;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p,blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

q:before,q:after,blockquote:before,blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

pre code {
    padding: 0;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto
}

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

@media (min-width: 768px) {
    .row {
        margin-left: -15px;
        margin-right: -15px
    }
}

.row .row {
    margin-left: -15px;
    margin-right: -15px
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
    float: left
}

.col-1 {
    width: 8.33333333%
}

.col-2 {
    width: 16.66666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333333%
}

.col-11 {
    width: 91.66666667%
}

.col-12 {
    width: 100%
}

@media (min-width: 768px) {
    .container {
        max-width: 728px
    }

    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-push-1 {
        left: 8.33333333%
    }

    .col-push-2 {
        left: 16.66666667%
    }

    .col-push-3 {
        left: 25%
    }

    .col-push-4 {
        left: 33.33333333%
    }

    .col-push-5 {
        left: 41.66666667%
    }

    .col-push-6 {
        left: 50%
    }

    .col-push-7 {
        left: 58.33333333%
    }

    .col-push-8 {
        left: 66.66666667%
    }

    .col-push-9 {
        left: 75%
    }

    .col-push-10 {
        left: 83.33333333%
    }

    .col-push-11 {
        left: 91.66666667%
    }

    .col-pull-1 {
        right: 8.33333333%
    }

    .col-pull-2 {
        right: 16.66666667%
    }

    .col-pull-3 {
        right: 25%
    }

    .col-pull-4 {
        right: 33.33333333%
    }

    .col-pull-5 {
        right: 41.66666667%
    }

    .col-pull-6 {
        right: 50%
    }

    .col-pull-7 {
        right: 58.33333333%
    }

    .col-pull-8 {
        right: 66.66666667%
    }

    .col-pull-9 {
        right: 75%
    }

    .col-pull-10 {
        right: 83.33333333%
    }

    .col-pull-11 {
        right: 91.66666667%
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px
    }

    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-offset-1 {
        margin-left: 8.33333333%
    }

    .col-offset-2 {
        margin-left: 16.66666667%
    }

    .col-offset-3 {
        margin-left: 25%
    }

    .col-offset-4 {
        margin-left: 33.33333333%
    }

    .col-offset-5 {
        margin-left: 41.66666667%
    }

    .col-offset-6 {
        margin-left: 50%
    }

    .col-offset-7 {
        margin-left: 58.33333333%
    }

    .col-offset-8 {
        margin-left: 66.66666667%
    }

    .col-offset-9 {
        margin-left: 75%
    }

    .col-offset-10 {
        margin-left: 83.33333333%
    }

    .col-offset-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table thead > tr > th,.table tbody > tr > th,.table tfoot > tr > th,.table thead > tr > td,.table tbody > tr > td,.table tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table thead > tr > th {
    vertical-align: bottom
}

.table caption + thead tr:first-child th,.table colgroup + thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption + thead tr:first-child td,.table colgroup + thead tr:first-child td,.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed thead > tr > th,.table-condensed tbody > tr > th,.table-condensed tfoot > tr > th,.table-condensed thead > tr > td,.table-condensed tbody > tr > td,.table-condensed tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-striped > tbody > tr:nth-child(odd) > td,.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td,.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

table col[class^="col-"] {
    float: none;
    display: table-column
}

table td[class^="col-"],table th[class^="col-"] {
    float: none;
    display: table-cell
}

.table > thead > tr > td.active,.table > tbody > tr > td.active,.table > tfoot > tr > td.active,.table > thead > tr > th.active,.table > tbody > tr > th.active,.table > tfoot > tr > th.active,.table > thead > tr.active > td,.table > tbody > tr.active > td,.table > tfoot > tr.active > td,.table > thead > tr.active > th,.table > tbody > tr.active > th,.table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table > thead > tr > td.success,.table > tbody > tr > td.success,.table > tfoot > tr > td.success,.table > thead > tr > th.success,.table > tbody > tr > th.success,.table > tfoot > tr > th.success,.table > thead > tr.success > td,.table > tbody > tr.success > td,.table > tfoot > tr.success > td,.table > thead > tr.success > th,.table > tbody > tr.success > th,.table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table > thead > tr > td.danger,.table > tbody > tr > td.danger,.table > tfoot > tr > td.danger,.table > thead > tr > th.danger,.table > tbody > tr > th.danger,.table > tfoot > tr > th.danger,.table > thead > tr.danger > td,.table > tbody > tr.danger > td,.table > tfoot > tr.danger > td,.table > thead > tr.danger > th,.table > tbody > tr.danger > th,.table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7
}

.table > thead > tr > td.warning,.table > tbody > tr > td.warning,.table > tfoot > tr > td.warning,.table > thead > tr > th.warning,.table > tbody > tr > th.warning,.table > tfoot > tr > th.warning,.table > thead > tr.warning > td,.table > tbody > tr.warning > td,.table > tfoot > tr.warning > td,.table > thead > tr.warning > th,.table > tbody > tr.warning > th,.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-hover > tbody > tr > td.success:hover,.table-hover > tbody > tr > th.success:hover,.table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table-hover > tbody > tr > td.danger:hover,.table-hover > tbody > tr > th.danger:hover,.table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table-hover > tbody > tr > td.warning:hover,.table-hover > tbody > tr > th.warning:hover,.table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple],select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.radio label,.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio + .radio,.checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline,.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.form-control.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

select.input-large {
    height: 56px;
    line-height: 56px
}

select.input-small {
    height: 30px;
    line-height: 30px
}

.has-warning .help-block,.has-warning .control-label {
    color: #c09853
}

.has-warning .form-control {
    padding-right: 32px;
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.has-error .help-block,.has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    padding-right: 32px;
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.has-success .help-block,.has-success .control-label {
    color: #468847
}

.has-success .form-control {
    padding-right: 32px;
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-small {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-large {
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -4px
}

.input-group-btn > .btn:hover,.input-group-btn > .btn:active {
    z-index: 2
}

.form-inline .form-control,.form-inline .radio,.form-inline .checkbox {
    display: inline-block
}

.form-inline .radio,.form-inline .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .control-label {
    padding-top: 6px
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .form-group {
        margin-left: -15px;
        margin-right: -15px
    }
}

.form-horizontal .form-group .row {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.btn:active,.btn.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #fff;
    background-color: #474949;
    border-color: #474949
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active {
    background-color: #3a3c3c;
    border-color: #2e2f2f
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color: #474949;
    border-color: #474949
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active {
    background-color: #357ebd;
    border-color: #3071a9
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #428bca
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active {
    background-color: #eea236;
    border-color: #ec971f
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active {
    background-color: #d43f3a;
    border-color: #c9302c
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active {
    background-color: #4cae4c;
    border-color: #449d44
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active {
    background-color: #46b8da;
    border-color: #31b0d5
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

.btn-link:hover,.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #333;
    text-decoration: none
}

.btn-large {
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.btn-small {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #357ebd;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
    background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
    background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)
}

.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #357ebd;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
    background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
    background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)
}

.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    color: #999
}

.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
    background-color: #fff
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 30px 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item > .badge {
    float: right;
    margin-right: -15px
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item .list-group-item-text {
    color: #555
}

a.list-group-item:hover,a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text {
    color: #e1edf7
}

.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-heading {
    margin: -15px -15px 15px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 500
}

.panel-footer {
    margin: 15px -15px -15px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel-primary {
    border-color: #428bca
}

.panel-primary .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-warning {
    border-color: #fbeed5
}

.panel-warning .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.list-group-flush {
    margin: 15px -15px -15px
}

.list-group-flush .list-group-item {
    border-width: 1px 0
}

.list-group-flush .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-flush .list-group-item:last-child {
    border-bottom: 0
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,0.15)
}

.well-large {
    padding: 24px;
    border-radius: 6px
}

.well-small {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav:before,.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover,.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #999
}

.nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav > li + .nav-header {
    margin-top: 9px
}

.nav.open > a,.nav.open > a:hover,.nav.open > a:focus {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.nav.open > a .caret,.nav.open > a:hover .caret,.nav.open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav > .pull-right {
    float: right
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none;
    display: table-cell;
    width: 1%
}

.nav-tabs.nav-justified > li > a {
    text-align: center
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    margin-right: 0
}

.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 5px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li > a {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none;
    display: table-cell;
    width: 1%
}

.nav-justified > li > a {
    text-align: center
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    margin-right: 0
}

.nav-tabs-justified > .active > a {
    border-bottom-color: #fff
}

.tabbable:before,.tabbable:after {
    content: " ";
    display: table
}

.tabbable:after {
    clear: both
}

.tabbable:before,.tabbable:after {
    content: " ";
    display: table
}

.tabbable:after {
    clear: both
}

.tab-content > .tab-pane,.pill-content > .pill-pane {
    display: none
}

.tab-content > .active,.pill-content > .active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #eee;
    border-radius: 4px
}

.navbar:before,.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

.navbar:before,.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

.navbar-nav {
    margin-top: 10px;
    margin-bottom: 15px
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #777;
    line-height: 20px;
    border-radius: 4px
}

.navbar-nav > li > a:hover,.navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-nav > .active > a,.navbar-nav > .active > a:hover,.navbar-nav > .active > a:focus {
    color: #555;
    background-color: #d5d5d5
}

.navbar-nav > .disabled > a,.navbar-nav > .disabled > a:hover,.navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-nav.pull-right {
    width: 100%
}

.navbar-static-top {
    border-radius: 0
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-radius: 0
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

.navbar-brand {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #777;
    text-align: center
}

.navbar-brand:hover,.navbar-brand:focus {
    color: #5e5e5e;
    text-decoration: none;
    background-color: transparent
}

.navbar-toggle {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 48px;
    height: 32px;
    padding: 8px 12px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px
}

.navbar-toggle:hover,.navbar-toggle:focus {
    background-color: #ddd
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ccc;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

.navbar-form {
    margin-top: 6px;
    margin-bottom: 6px
}

.navbar-form .form-control,.navbar-form .radio,.navbar-form .checkbox {
    display: inline-block
}

.navbar-form .radio,.navbar-form .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.navbar-nav > .dropdown > a:hover .caret,.navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-nav > .open > a,.navbar-nav > .open > a:hover,.navbar-nav > .open > a:focus {
    background-color: #d5d5d5;
    color: #555
}

.navbar-nav > .open > a .caret,.navbar-nav > .open > a:hover .caret,.navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

.navbar-nav.pull-right > li > .dropdown-menu,.navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.navbar-inverse {
    background-color: #222
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav > li > a {
    color: #999
}

.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav > .open > a .caret,.navbar-inverse .navbar-nav > .open > a:hover .caret,.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media screen and (min-width: 768px) {
    .navbar-brand {
        float: left;
        margin-left: -15px;
        margin-right: 5px
    }

    .navbar-nav {
        float: left;
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        border-radius: 0
    }

    .navbar-nav.pull-right {
        float: right;
        width: auto
    }

    .navbar-toggle {
        position: relative;
        top: auto;
        left: auto;
        display: none
    }

    .nav-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important
    }
}

.navbar-btn {
    margin-top: 6px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

.navbar-link {
    color: #777
}

.navbar-link:hover {
    color: #333
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.btn .caret {
    border-top-color: #fff
}

.dropup .btn .caret {
    border-bottom-color: #fff
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn,.btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover,.btn-group-vertical > .btn:hover,.btn-group > .btn:active,.btn-group-vertical > .btn:active {
    z-index: 2
}

.btn-group .btn + .btn {
    margin-left: -1px
}

.btn-toolbar:before,.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before,.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar > .btn + .btn,.btn-toolbar > .btn-group + .btn,.btn-toolbar > .btn + .btn-group,.btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child,.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn .caret {
    margin-left: 0
}

.btn-large .caret {
    border-width: 5px
}

.dropup .btn-large .caret {
    border-bottom-width: 5px
}

.btn-group-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn + .btn {
    margin-top: -1px
}

.btn-group-vertical .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical .btn:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical .btn:last-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%
}

.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group[data-toggle="buttons"] > .btn > input[type="radio"],.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a,.pagination > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    border-left-width: 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover,.pagination > li > a:focus,.pagination > .active > a,.pagination > .active > span {
    background-color: #f5f5f5
}

.pagination > .active > a,.pagination > .active > span {
    color: #999;
    cursor: default
}

.pagination > .disabled > span,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.pagination-large > li > a,.pagination-large > li > span {
    padding: 14px 16px;
    font-size: 18px
}

.pagination-large > li:first-child > a,.pagination-large > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-large > li:last-child > a,.pagination-large > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-small > li > a,.pagination-small > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-small > li:first-child > a,.pagination-small > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-small > li:last-child > a,.pagination-small > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:before,.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager:before,.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a,.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover,.pager li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

.pager .next > a,.pager .next > span {
    float: right
}

.pager .previous > a,.pager .previous > span {
    float: left
}

.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal-dialog {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 10px;
    z-index: 1050
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: none
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.fade.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        left: 41%;
        right: auto;
        width: 800px;
        margin-left: -280px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0,0,0,0.9);
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(0,0,0,0.9)
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(0,0,0,0.9)
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(0,0,0,0.9)
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(0,0,0,0.9)
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(0,0,0,0.9)
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0,0,0,0.9)
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0,0,0,0.9)
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0,0,0,0.9)
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-bg-clip: padding-box;
    -moz-bg-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25)
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25)
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.alert {
    padding: 10px 35px 10px 15px;
    margin-bottom: 20px;
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert hr {
    border-top-color: #f8e5be
}

.alert .alert-link {
    font-weight: 500;
    color: #a47e3c
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-block {
    padding-top: 15px;
    padding-bottom: 15px
}

.alert-block > p,.alert-block > ul {
    margin-bottom: 0
}

.alert-block p + p {
    margin-top: 5px
}

.thumbnail,.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail {
    display: block
}

.thumbnail > img,.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto
}

a.thumbnail:hover,a.thumbnail:focus {
    border-color: #428bca
}

.thumbnail > img {
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.media,.media-body {
    overflow: hidden;
    zoom: 1}

.media,.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.label {
    display: inline;
    padding: .25em .6em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #999;
    border-radius: .25em
}

.label[href]:hover,.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #808080
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

a.list-group-item.active > .badge,.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-color: #428bca;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-color: #d9534f;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-color: #5cb85c;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-color: #f0ad4e;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.accordion {
    margin-bottom: 20px
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.accordion-heading {
    border-bottom: 0
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    cursor: pointer
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img,.carousel-inner > .item > a > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next,.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left,.carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-control.left {
    background-color: rgba(0,0,0,0.0001);
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0%), color-stop(rgba(0,0,0,0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-color: transparent
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0%), color-stop(rgba(0,0,0,0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-color: transparent
}

.carousel-control:hover,.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon,.carousel-control .icon-prev,.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 120px;
    margin-left: -60px;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon,.carousel-control .icon-prev,.carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.14285714;
    color: inherit;
    background-color: #eee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 50px 60px;
        border-radius: 6px
    }

    .jumbotron h1 {
        font-size: 63px
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/web/20230610101703im_/https://m-s.com.gr/css/default/fonts/glyphiconshalflings-regular.eot');
    src: url('/web/20230610101703im_/https://m-s.com.gr/css/default/fonts/glyphiconshalflings-regular.eot#iefix') format('embedded-opentype'), url('/web/20230610101703im_/https://m-s.com.gr/css/default/fonts/glyphiconshalflings-regular.woff') format('woff'), url('/web/20230610101703im_/https://m-s.com.gr/css/default/fonts/glyphiconshalflings-regular.ttf') format('truetype'), url('/web/20230610101703im_/https://m-s.com.gr/css/default/fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon:before {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse:before {
    content: "\e159"
}

.glyphicon-collapse-top:before {
    content: "\e160"
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('/web/20230610101703im_/https://m-s.com.gr/css/default/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/web/20230610101703im_/https://m-s.com.gr/css/default/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), url('/web/20230610101703im_/https://m-s.com.gr/css/default/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/web/20230610101703im_/https://m-s.com.gr/css/default/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/web/20230610101703im_/https://m-s.com.gr/css/default/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/web/20230610101703im_/https://m-s.com.gr/css/default/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-sm {
    display: block !important
}

tr.visible-sm {
    display: table-row !important
}

th.visible-sm,td.visible-sm {
    display: table-cell !important
}

.visible-md {
    display: none !important
}

tr.visible-md {
    display: none !important
}

th.visible-md,td.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

tr.visible-lg {
    display: none !important
}

th.visible-lg,td.visible-lg {
    display: none !important
}

.hidden-sm {
    display: none !important
}

tr.hidden-sm {
    display: none !important
}

th.hidden-sm,td.hidden-sm {
    display: none !important
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md,td.hidden-md {
    display: table-cell !important
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg,td.hidden-lg {
    display: table-cell !important
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: none !important
    }

    tr.visible-sm {
        display: none !important
    }

    th.visible-sm,td.visible-sm {
        display: none !important
    }

    .visible-md {
        display: block !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,td.visible-md {
        display: table-cell !important
    }

    .visible-lg {
        display: none !important
    }

    tr.visible-lg {
        display: none !important
    }

    th.visible-lg,td.visible-lg {
        display: none !important
    }

    .hidden-sm {
        display: block !important
    }

    tr.hidden-sm {
        display: table-row !important
    }

    th.hidden-sm,td.hidden-sm {
        display: table-cell !important
    }

    .hidden-md {
        display: none !important
    }

    tr.hidden-md {
        display: none !important
    }

    th.hidden-md,td.hidden-md {
        display: none !important
    }

    .hidden-lg {
        display: block !important
    }

    tr.hidden-lg {
        display: table-row !important
    }

    th.hidden-lg,td.hidden-lg {
        display: table-cell !important
    }
}

@media (min-width: 992px) {
    .visible-sm {
        display: none !important
    }

    tr.visible-sm {
        display: none !important
    }

    th.visible-sm,td.visible-sm {
        display: none !important
    }

    .visible-md {
        display: none !important
    }

    tr.visible-md {
        display: none !important
    }

    th.visible-md,td.visible-md {
        display: none !important
    }

    .visible-lg {
        display: block !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }

    .hidden-sm {
        display: block !important
    }

    tr.hidden-sm {
        display: table-row !important
    }

    th.hidden-sm,td.hidden-sm {
        display: table-cell !important
    }

    .hidden-md {
        display: block !important
    }

    tr.hidden-md {
        display: table-row !important
    }

    th.hidden-md,td.hidden-md {
        display: table-cell !important
    }

    .hidden-lg {
        display: none !important
    }

    tr.hidden-lg {
        display: none !important
    }

    th.hidden-lg,td.hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

tr.visible-print {
    display: none !important
}

th.visible-print,td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }

    .hidden-print {
        display: none !important
    }

    tr.hidden-print {
        display: none !important
    }

    th.hidden-print,td.hidden-print {
        display: none !important
    }
}

.multi_text_banner_slide01 {
    margin: 0 auto;
    max-width: 100%
}

.multi_text_banner_slide01 .multi_text_banner_slide01_item {
    max-width: 100%
}

.pg_container {
    margin-right: auto;
    margin-left: auto
}

.pg_container:before,.pg_container:after {
    content: " ";
    display: table
}

.pg_container:after {
    clear: both
}

.pg_container:before,.pg_container:after {
    content: " ";
    display: table
}

.pg_container:after {
    clear: both
}

.pg_container:before,.pg_container:after {
    content: " ";
    display: table
}

.pg_container:after {
    clear: both
}

.pg_container:before,.pg_container:after {
    content: " ";
    display: table
}

.pg_container:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_container {
        max-width: 728px
    }
}

@media (min-width: 992px) {
    .pg_container {
        max-width: 940px
    }
}

@media (min-width: 1200px) {
    .pg_container {
        max-width: 1170px
    }
}

.camera_pag {
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.camera_pag:before,.camera_pag:after {
    content: " ";
    display: table
}

.camera_pag:after {
    clear: both
}

.camera_pag:before,.camera_pag:after {
    content: " ";
    display: table
}

.camera_pag:after {
    clear: both
}

.camera_pag:before,.camera_pag:after {
    content: " ";
    display: table
}

.camera_pag:after {
    clear: both
}

.camera_pag:before,.camera_pag:after {
    content: " ";
    display: table
}

.camera_pag:after {
    clear: both
}

@media (min-width: 768px) {
    .camera_pag {
        max-width: 728px
    }
}

@media (min-width: 992px) {
    .camera_pag {
        max-width: 940px
    }
}

@media (min-width: 1200px) {
    .camera_pag {
        max-width: 1170px
    }
}

.camera_pag:before,.camera_pag:after {
    content: " ";
    display: table
}

.camera_pag:after {
    clear: both
}

.camera_pag:before,.camera_pag:after {
    content: " ";
    display: table
}

.camera_pag:after {
    clear: both
}

.camera_pag:before,.camera_pag:after {
    content: " ";
    display: table
}

.camera_pag:after {
    clear: both
}

.camera_pag:before,.camera_pag:after {
    content: " ";
    display: table
}

.camera_pag:after {
    clear: both
}

.pg_rows:before,.pg_rows:after {
    content: " ";
    display: table
}

.pg_rows:after {
    clear: both
}

.pg_rows:before,.pg_rows:after {
    content: " ";
    display: table
}

.pg_rows:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_rows {
        margin-left: -15px;
        margin-right: -15px
    }
}

.pg_rows .row {
    margin-left: -15px;
    margin-right: -15px
}

.pg_warning {
    color: #c09853
}

.pg_danger {
    color: #b94a48
}

.pg_info {
    color: #3a87ad
}

.pg_button_toolbar {
    padding-left: 5px
}

.pg_button_toolbar:before,.pg_button_toolbar:after {
    content: " ";
    display: table
}

.pg_button_toolbar:after {
    clear: both
}

.pg_button_toolbar:before,.pg_button_toolbar:after {
    content: " ";
    display: table
}

.pg_button_toolbar:after {
    clear: both
}

.pg_button_toolbar .btn-group {
    float: left
}

.pg_button_toolbar > .btn + .btn,.pg_button_toolbar > .btn-group + .btn,.pg_button_toolbar > .btn + .btn-group,.pg_button_toolbar > .btn-group + .btn-group {
    margin-left: 5px
}

.pg_button_group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.pg_button_group > .btn {
    position: relative;
    float: left
}

.pg_button_group > .btn:hover,.pg_button_group > .btn:active {
    z-index: 2
}

.pg_button {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: '0px';
    text-decoration: none
}

.pg_button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button:hover,.pg_button:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button:active,.pg_button.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button.disabled,.pg_button[disabled],fieldset[disabled] .pg_button {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_2 {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    float: none
}

.pg_button_2:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_2:hover,.pg_button_2:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_2:active,.pg_button_2.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_2.disabled,.pg_button_2[disabled],fieldset[disabled] .pg_button_2 {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_2:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_2:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_2:hover,.pg_button_2:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_2:active,.pg_button_2.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_2.disabled,.pg_button_2[disabled],fieldset[disabled] .pg_button_2 {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_2:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_green {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none
}

.pg_button_green:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_green:hover,.pg_button_green:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_green:active,.pg_button_green.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_green.disabled,.pg_button_green[disabled],fieldset[disabled] .pg_button_green {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_green:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_green:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_green:hover,.pg_button_green:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_green:active,.pg_button_green.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_green.disabled,.pg_button_green[disabled],fieldset[disabled] .pg_button_green {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_green:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_green:hover,.pg_button_green:focus {
    background-color: #84b141
}

.pg_button_dark {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    background-color: #00175f
}

.pg_button_dark:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_dark:hover,.pg_button_dark:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_dark:active,.pg_button_dark.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_dark.disabled,.pg_button_dark[disabled],fieldset[disabled] .pg_button_dark {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_dark:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_dark:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_dark:hover,.pg_button_dark:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_dark:active,.pg_button_dark.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_dark.disabled,.pg_button_dark[disabled],fieldset[disabled] .pg_button_dark {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_dark:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_dark:hover {
    background-color: #1f2228
}

.pg_submit {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none
}

.pg_submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_submit:hover,.pg_submit:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_submit:active,.pg_submit.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_submit.disabled,.pg_submit[disabled],fieldset[disabled] .pg_submit {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_submit:hover {
    background-color: #00175f;
    color: #fff
}

.pg_submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_submit:hover,.pg_submit:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_submit:active,.pg_submit.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_submit.disabled,.pg_submit[disabled],fieldset[disabled] .pg_submit {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_submit:hover {
    background-color: #00175f;
    color: #fff
}

.pg_accordion {
    margin-bottom: 20px
}

.pg_accordion_group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.pg_navbar_toggle {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 48px;
    height: 32px;
    padding: 8px 12px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px
}

.pg_navbar_toggle:hover,.pg_navbar_toggle:focus {
    background-color: #ddd
}

.pg_navbar_toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ccc;
    border-radius: 1px
}

.pg_navbar_toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

.pg_navbar_brand {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #777;
    text-align: center
}

.pg_navbar_brand:hover,.pg_navbar_brand:focus {
    color: #5e5e5e;
    text-decoration: none;
    background-color: transparent
}

.pg_navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #eee;
    border-radius: 4px;
    min-height: 0px
}

.pg_navbar:before,.pg_navbar:after {
    content: " ";
    display: table
}

.pg_navbar:after {
    clear: both
}

.pg_navbar:before,.pg_navbar:after {
    content: " ";
    display: table
}

.pg_navbar:after {
    clear: both
}

.pg_navbar:before,.pg_navbar:after {
    content: " ";
    display: table
}

.pg_navbar:after {
    clear: both
}

.pg_navbar:before,.pg_navbar:after {
    content: " ";
    display: table
}

.pg_navbar:after {
    clear: both
}

.pg_navbar_nav {
    margin-top: 10px;
    margin-bottom: 15px
}

.pg_navbar_nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #777;
    line-height: 20px;
    border-radius: 4px
}

.pg_navbar_nav > li > a:hover,.pg_navbar_nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.pg_navbar_nav > .active > a,.pg_navbar_nav > .active > a:hover,.pg_navbar_nav > .active > a:focus {
    color: #555;
    background-color: #d5d5d5
}

.pg_navbar_nav > .disabled > a,.pg_navbar_nav > .disabled > a:hover,.pg_navbar_nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.pg_navbar_nav.pull-right {
    width: 100%
}

.pg_navbar_nav > .dropdown > a:hover .caret,.pg_navbar_nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.pg_navbar_nav > .open > a,.pg_navbar_nav > .open > a:hover,.pg_navbar_nav > .open > a:focus {
    background-color: #d5d5d5;
    color: #555
}

.pg_navbar_nav > .open > a .caret,.pg_navbar_nav > .open > a:hover .caret,.pg_navbar_nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.pg_navbar_nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

.pg_acc_heading {
    border-bottom: 0;
    display: block;
    padding: 8px 15px;
    position: relative
}

.pg_acc_heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    cursor: pointer
}

.pg_form .pg_form_group {
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_form .pg_form_group {
        max-width: 728px
    }
}

@media (min-width: 992px) {
    .pg_form .pg_form_group {
        max-width: 940px
    }
}

@media (min-width: 1200px) {
    .pg_form .pg_form_group {
        max-width: 1170px
    }
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form_hor .form-group:before,.pg_form_hor .form-group:after {
    content: " ";
    display: table
}

.pg_form_hor .form-group:after {
    clear: both
}

.pg_form_hor .form-group:before,.pg_form_hor .form-group:after {
    content: " ";
    display: table
}

.pg_form_hor .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_form_hor .form-group {
        margin-left: -15px;
        margin-right: -15px
    }
}

.pg_form_hor .form-group .row {
    margin-left: -15px;
    margin-right: -15px
}

.pg_form_hor .pg_form_group:before,.pg_form_hor .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form_hor .pg_form_group:after {
    clear: both
}

.pg_form_hor .pg_form_group:before,.pg_form_hor .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form_hor .pg_form_group:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_form_hor .pg_form_group {
        margin-left: -15px;
        margin-right: -15px
    }
}

.pg_form_hor .pg_form_group .row {
    margin-left: -15px;
    margin-right: -15px
}

.pg_form_hor .pg_form_group:before,.pg_form_hor .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form_hor .pg_form_group:after {
    clear: both
}

.pg_form_hor .pg_form_group:before,.pg_form_hor .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form_hor .pg_form_group:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_form_hor .pg_form_group {
        margin-left: -15px;
        margin-right: -15px
    }
}

.pg_form_hor .pg_form_group .row {
    margin-left: -15px;
    margin-right: -15px
}

.pg_form_control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px
}

.pg_form_control:-moz-placeholder {
    color: #999
}

.pg_form_control::-moz-placeholder {
    color: #999
}

.pg_form_control:-ms-input-placeholder {
    color: #999
}

.pg_form_control::-webkit-input-placeholder {
    color: #999
}

.pg_form_control:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.pg_form_control[disabled],.pg_form_control[readonly],fieldset[disabled] .pg_form_control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.pg_form_control {
    height: auto
}

.pg_form_control.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.pg_form_control.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.pg_form .pg_control_label {
    padding-top: 6px
}

@media (min-width: 768px) {
    .pg_form .pg_control_label {
        text-align: center
    }
}

@media (min-width: 768px) {
    .pg_form_hor .pg_control_label {
        text-align: right
    }
}

.pg_error_fld .mess_arr {
    color: #c00;
    display: block;
    position: relative;
    top: -5px;
    width: 100%
}

.pg_searchform {
    margin-top: 6px;
    margin-bottom: 6px
}

.pg_searchform .form-control,.pg_searchform .radio,.pg_searchform .checkbox {
    display: inline-block
}

.pg_searchform .radio,.pg_searchform .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.pg_img_res {
    display: inline-block;
    max-width: 100%;
    height: auto
}

#pg_img_res {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 100%
}

#img_responsive {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.pg_nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.pg_nav:before,.pg_nav:after {
    content: " ";
    display: table
}

.pg_nav:after {
    clear: both
}

.pg_nav:before,.pg_nav:after {
    content: " ";
    display: table
}

.pg_nav:after {
    clear: both
}

.pg_nav > li {
    position: relative;
    display: block
}

.pg_nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.pg_nav > li > a:hover,.pg_nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pg_nav > li.disabled > a {
    color: #999
}

.pg_nav > li.disabled > a:hover,.pg_nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.pg_nav > li + .pg_nav_header {
    margin-top: 9px
}

.pg_nav.open > a,.pg_nav.open > a:hover,.pg_nav.open > a:focus {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.pg_nav.open > a .caret,.pg_nav.open > a:hover .caret,.pg_nav.open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.pg_nav > .pull-right {
    float: right
}

.pg_nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.caret {
    border-bottom-color: #7e7e7e;
    border-top-color: #7e7e7e
}

.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.pg_arrows {
    background-color: #333;
    background-image: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/menu_item_button.png");
    background-position: 6px 8px;
    background-repeat: no-repeat;
    border-radius: 15px 15px 15px 15px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-left: 2px;
    position: absolute;
    right: 10px;
    top: 10px;
    vertical-align: middle;
    width: 28px;
    z-index: 9
}

.pg_active_arrows {
    background-position: -16px 7px !important
}

.pg_menu_option {
    text-decoration: none;
    cursor: pointer
}

.inpblue {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    margin: 5px;
    float: none
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.modal-open {
    padding-right: 17px
}

.modal-dialog {
    display: table;
    left: auto;
    margin: 50px auto;
    padding: 30px 0;
    right: auto;
    width: 80%
}

.modal-dialog .modal-content {
    display: inline-block;
    padding: 20px;
    position: relative;
    width: 100%
}

@media (max-width: 768px) {
    .modal-dialog .modal-header {
        padding: 10px;
        text-align: center
    }
}

@media (max-width: 768px) {
    .modal-dialog .modal-body {
        padding: 10px;
        text-align: center
    }
}

@media (max-width: 768px) {
    .modal-dialog .modal-footer {
        text-align: center
    }
}

#jquery-overlay {
    z-index: 9999
}

#jquery-lightbox {
    z-index: 10000
}

#jquery-lightbox img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@media (max-width: 768px) {
    #lightbox-container-image-box,#lightbox-container-image-data-box {
        width: 100% !important;
        height: unset !important;
        max-width: 600px
    }
}

#subscription_rc > div,#contactus_rc > div {
    margin-left: auto;
    margin-right: auto
}

.container_rc,.recaptcha {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 480px) {
    .container_rc {
        max-width: 200px
    }

    #contactus_rc,#subscription_rc,#rc-imageselect {
        transform: scale(.74);
        -webkit-transform: scale(.74);
        transform-origin: left top;
        -webkit-transform-origin: left top
    }
}

#pegasus_loading.pg_loading_message {
    position: fixed;
    z-index: 99999999999999;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(75,75,75,0.1)
}

#pegasus_loading.pg_loading_message:before {
    content: "";
    position: relative;
    height: 20px;
    width: 20px;
    top: 50%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-top: .5em solid #00a2e2;
    border-right: .5em solid #00a2e2;
    border-bottom: .5em solid #00a2e2;
    border-left: .5em solid #00175f;
    border-radius: 50%
}

#pegasus_loading.pg_loading_message .pg_loading_message_body {
    position: relative;
    top: 50%;
    width: 200px;
    font-weight: bold;
    margin: 0 auto;
    color: #00a2e2
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.pg_autocomplete_loading {
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/select2-spinner.gif") no-repeat right
}

.pg_autocomplete_loading {
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/select2-spinner.gif") no-repeat right
}

#path {
    display: inline-block;
    width: 100%
}

#path > div {
    padding: 10px
}

#path > div a,#path > div span {
    color: #000;
    overflow-wrap: break-word
}

.pg_full_width {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .pg_full_width {
        float: left;
        width: 100%
    }
}

#main_content #pg_maincolumn.pg_full_width {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #main_content #pg_maincolumn.pg_full_width {
        float: left;
        width: 100%
    }
}

#main_content #pg_maincolumn.pg_LorR_banner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #main_content #pg_maincolumn.pg_LorR_banner {
        float: left;
        width: 75%
    }
}

#main_content #pg_maincolumn.pg_LandR_banner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #main_content #pg_maincolumn.pg_LandR_banner {
        float: left;
        width: 66.66666667%
    }
}

#main_content #pg_leftcolumn.pg_LorR_banner,#main_content #pg_rightcolumn.pg_LorR_banner {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #main_content #pg_leftcolumn.pg_LorR_banner,#main_content #pg_rightcolumn.pg_LorR_banner {
        float: left;
        width: 25%
    }
}

#main_content #pg_leftcolumn.pg_LandR_banner,#main_content #pg_rightcolumn.pg_LandR_banner {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #main_content #pg_leftcolumn.pg_LandR_banner,#main_content #pg_rightcolumn.pg_LandR_banner {
        float: left;
        width: 16.66666667%
    }
}

@media (max-width: 992px) {
    .pg_full_width {
        width: 100%
    }

    #main_content #pg_maincolumn.pg_full_width,#main_content #pg_leftcolumn.pg_full_width,#main_content #pg_rightcolumn.pg_full_width,#main_content #pg_maincolumn.pg_LorR_banner,#main_content #pg_leftcolumn.pg_LorR_banner,#main_content #pg_rightcolumn.pg_LorR_banner,#main_content #pg_maincolumn.pg_LandR_banner,#main_content #pg_leftcolumn.pg_LandR_banner,#main_content #pg_rightcolumn.pg_LandR_banner {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #main_content #pg_maincolumn.pg_full_width,#main_content #pg_leftcolumn.pg_full_width,#main_content #pg_rightcolumn.pg_full_width,#main_content #pg_maincolumn.pg_LorR_banner,#main_content #pg_leftcolumn.pg_LorR_banner,#main_content #pg_rightcolumn.pg_LorR_banner,#main_content #pg_maincolumn.pg_LandR_banner,#main_content #pg_leftcolumn.pg_LandR_banner,#main_content #pg_rightcolumn.pg_LandR_banner {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px) {
    .pg_mobile_only {
        display: none
    }
}

@media (max-width: 992px) {
    .pg_desktop_only {
        display: none
    }
}

#header #fst_row {
    margin: 0
}

#header #sec_row {
    margin: 0
}

.pg_menu {
    background-color: #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    min-height: 0;
    position: relative
}

#topnav {
    list-style: outside none none;
    padding: 0 10px;
    position: relative;
    text-align: right;
    width: 100%
}

#topnav .open > a,#topnav .active {
    color: #f13340;
    background-color: transparent;
    background-image: none
}

#topnav > li {
    display: inline-block;
    position: relative;
    background: transparent none repeat scroll 0 0;
    line-height: 21px;
    padding: 0
}

#topnav > li .pg_arrows {
    display: none
}

#topnav > li > a {
    display: inline-block;
    position: relative;
    color: #fff;
    border-left: 1px solid #44474e;
    background: transparent none repeat scroll 0 0;
    font-size: 17px;
    font-weight: 600;
    padding: 10px;
    text-decoration: none;
    transition: all .5s ease 0s
}

#topnav > li > a:hover,#topnav > li > a:focus {
    color: #f13340
}

#topnav > li .dropdown-menu {
    background: none repeat scroll 0 0 #00175f;
    margin: 0;
    border: none;
    padding: 2px 0 4px;
    border-radius: 0;
    left: unset;
    right: 0
}

#topnav > li .dropdown-menu > li > a:hover,#topnav > li .dropdown-menu > li > a:focus {
    background-color: transparent;
    background-image: none
}

#topnav > li .dropdown-menu > .active > a,#topnav > li .dropdown-menu > .active > a:hover,#topnav > li .dropdown-menu > .active > a:focus {
    background-color: transparent;
    background-image: none
}

#topnav ul.ypoomada {
    list-style-type: none
}

#topnav ul.ypoomada > li.ypoomada_li {
    position: relative;
    text-align: left;
    border-bottom: 1px dotted #fff;
    display: inline-block;
    width: 100%
}

#topnav ul.ypoomada > li.ypoomada_li a {
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

#topnav ul.ypoomada > li.ypoomada_li a:hover,#topnav ul.ypoomada > li.ypoomada_li a:focus {
    color: #f13340
}

#topnav ul.oikogeneia {
    list-style: outside none none;
    margin: 5px 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 100%
}

#topnav ul.oikogeneia > li.oikogeneia_li {
    display: inline-block;
    position: relative;
    width: 100%
}

#topnav ul.oikogeneia > li.oikogeneia_li a {
    clear: both;
    color: #eee;
    border-bottom: none;
    font-size: 12px;
    line-height: 1.42857;
    padding: 10px 15px;
    text-decoration: none;
    white-space: nowrap
}

.pg_navbar_nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0
}

.pg_navbar_nav > li {
    float: left
}

.pg_navbar_nav > li > a {
    border-radius: 0
}

.pg_navbar_nav.pg_pull_right {
    float: right;
    width: auto
}

.pg_navbar_brand {
    display: none
}

.pg_navbar_toggle {
    display: none
}

.pg_nav_collapse.collapse {
    display: block;
    height: auto;
    overflow: visible
}

.pg_navbar {
    padding: 0
}

#mainnav .open > a,#mainnav .active {
    color: #f13340;
    background-color: transparent;
    background-image: none
}

#mainnav li.category_21_li,#mainnav li.herd01_li {
    background: none transparent;
    border-right: 1px solid #44474e;
    line-height: 21px;
    padding: 0;
    text-align: left;
    position: static
}

#mainnav li.category_21_li .pg_arrows,#mainnav li.herd01_li .pg_arrows {
    display: none
}

#mainnav li.category_21_li > a,#mainnav li.herd01_li > a {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    background: none transparent;
    line-height: 34px;
    transition: none;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

#mainnav li.category_21_li > a:hover,#mainnav li.herd01_li > a:hover,#mainnav li.category_21_li > a:focus,#mainnav li.herd01_li > a:focus {
    color: #f13340
}

#mainnav li.category_21_li > .dropdown-menu,#mainnav li.herd01_li > .dropdown-menu {
    width: 100%;
    background: none repeat scroll 0 0 #fff;
    padding: 5px 0;
    margin: 0;
    border: none;
    border-radius: 0
}

#mainnav li.category_21_li .dropdown-menu > li > a:hover,#mainnav li.herd01_li .dropdown-menu > li > a:hover,#mainnav li.category_21_li .dropdown-menu > li > a:focus,#mainnav li.herd01_li .dropdown-menu > li > a:focus {
    background-color: transparent;
    background-image: none
}

#mainnav li.category_21_li .dropdown-menu > .active > a,#mainnav li.herd01_li .dropdown-menu > .active > a,#mainnav li.category_21_li .dropdown-menu > .active > a:hover,#mainnav li.herd01_li .dropdown-menu > .active > a:hover,#mainnav li.category_21_li .dropdown-menu > .active > a:focus,#mainnav li.herd01_li .dropdown-menu > .active > a:focus {
    background-image: none
}

#mainnav ul.category_22 {
    list-style-type: none
}

#mainnav ul.category_22 li.category_22_li {
    display: inline-block;
    position: relative;
    width: 100%
}

#mainnav ul.category_22 li.category_22_li a {
    text-decoration: none;
    color: #000;
    margin-left: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

#mainnav ul.category_22 li.category_22_li a:hover,#mainnav ul.category_22 li.category_22_li a:focus {
    color: #f13340;
    background-image: none
}

#mainnav ul.category_22 li.category_22_li.mobile_only {
    display: none
}

#mainnav ul.category_29 {
    position: relative;
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    margin: 0;
    border: medium none
}

#mainnav ul.category_29 li.category_29_li {
    display: inline-block;
    position: relative;
    width: 100%
}

#mainnav ul.category_29 li.category_29_li a {
    font-size: 12px;
    font-weight: bold
}

#mainnav ul.category_29 li.category_29_li.mobile_only {
    display: none
}

#mainnav ul.category_30 {
    position: relative;
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    border: medium none
}

#mainnav ul.category_30 li.category_30_li {
    display: block;
    position: relative;
    width: 100%
}

#mainnav ul.category_30 li.category_30_li a {
    font-size: 12px;
    font-weight: normal
}

#mainnav ul.category_30 li.category_30_li.mobile_only {
    display: none
}

#mainnav ul.herd02 {
    list-style: outside none none;
    text-decoration: none
}

#mainnav ul.herd02 li.herd02_li {
    display: inline-block;
    position: relative;
    width: 100%
}

#mainnav ul.herd02 li.herd02_li a {
    text-decoration: none;
    color: #000;
    margin-left: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

#mainnav ul.herd02 li.herd02_li a:hover,#mainnav ul.herd02 li.herd02_li a:focus {
    color: #f13340;
    background-image: none
}

#mainnav ul.herd03 {
    position: relative;
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    border: medium none
}

#mainnav ul.herd03 li.herd03_li {
    display: block;
    position: relative;
    width: 100%
}

#mainnav ul.herd03 li.herd03_li a {
    font-size: 12px;
    font-weight: bold
}

#mainnav.pg_mega li.category_21_li,#mainnav.pg_mega li.herd01_li {
    position: static
}

#mainnav.pg_mega li.category_21_li > .dropdown-menu,#mainnav.pg_mega li.herd01_li > .dropdown-menu {
    position: absolute;
    top: 100%
}

#mainnav.pg_mega li.category_21_li .herd02 .category_21_li,#mainnav.pg_mega li.herd01_li .herd02 .category_21_li {
    border: medium none
}

#mainnav.pg_mega li.category_21_li .herd02 .category_21_li > a,#mainnav.pg_mega li.herd01_li .herd02 .category_21_li > a {
    color: #333;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 21px
}

#mainnav.pg_mega li.category_21_li .herd02 .category_22,#mainnav.pg_mega li.herd01_li .herd02 .category_22 {
    position: relative;
    border: medium none;
    box-shadow: none
}

#mainnav.pg_mega ul.category_29 {
    position: relative;
    width: 100%
}

#mainnav.pg_mega ul.category_30 {
    width: 100%
}

#mainnav.pg_mega ul.herd03 {
    position: relative;
    width: 100%
}

#mainnav.pg_lvl li.category_21_li,#mainnav.pg_lvl li.herd01_li {
    position: relative
}

#mainnav.pg_lvl li.category_21_li > .dropdown-menu,#mainnav.pg_lvl li.herd01_li > .dropdown-menu {
    position: absolute;
    top: 100%;
    width: auto
}

#mainnav.pg_lvl ul.category_22 .category_22_li {
    width: 100%
}

#mainnav.pg_lvl ul.category_29 {
    position: absolute;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    box-shadow: none;
    margin: 0
}

#mainnav.pg_lvl ul.category_29 .category_29_li {
    width: 100%
}

#mainnav.pg_lvl ul.category_29 .category_29_li a {
    padding: 5px 20px
}

#mainnav.pg_lvl ul.category_30 {
    position: absolute;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    box-shadow: none;
    margin: 0
}

#mainnav.pg_lvl ul.category_30 .category_30_li a {
    padding: 5px 20px
}

#mainnav.pg_lvl .herd02 .herd02_li {
    width: 100%
}

#mainnav.pg_lvl .herd02 .category_21_li {
    border: medium none
}

#mainnav.pg_lvl .herd02 .category_21_li > a {
    color: #333;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 21px;
    width: 100%
}

#mainnav.pg_lvl ul.herd03 {
    position: absolute;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0
}

#mainnav.pg_lvl ul.herd03 .herd03_li a {
    padding: 5px 20px
}

@media (max-width: 992px) {
    #topnav {
        text-align: center
    }

    #topnav > li .pg_arrows {
        display: inline-block;
        float: right;
        margin: 0;
        position: absolute;
        right: 5px;
        top: 5px;
        background-color: transparent
    }

    #topnav > li > a {
        width: auto;
        padding: 10px 40px 10px 10px
    }

    #topnav ul.ypoomada > li.ypoomada_li {
        display: inline-block;
        width: 100%
    }

    #topnav ul.ypoomada > li.ypoomada_li .pg_arrows {
        background-color: #333
    }

    #topnav ul.ypoomada > li.ypoomada_li a {
        display: inline-block;
        width: auto;
        padding: 10px 40px 10px 10px
    }

    #topnav .omada_li.open > .pg_arrows {
        background-position: -17px 7px
    }

    #topnav .ypoomada_li.open > .pg_arrows {
        background-position: -17px 7px
    }

    .pg_navbar_nav {
        float: none
    }

    .pg_navbar_brand {
        background: #f00 none repeat scroll 0 0;
        color: #fff;
        display: block;
        float: left;
        font-weight: bold;
        max-width: 100%;
        text-align: left;
        width: 100%
    }

    .pg_navbar_brand:hover,.pg_navbar_brand:focus {
        background: none repeat scroll 0 0 #00a2e2;
        color: #fff
    }

    .pg_navbar_toggle {
        display: block;
        border: 1px solid #00175f;
        background-color: #00a2e2;
        background-image: none;
        z-index: 99
    }

    .pg_navbar_toggle:hover,.pg_navbar_toggle:focus {
        border: 1px solid #00a2e2;
        background-color: #00175f;
        background-image: none
    }

    .pg_navbar_toggle > .icon-bar {
        color: #fff;
        background-color: #fff
    }

    .pg_nav_collapse.collapse {
        display: none
    }

    .pg_navbar {
        padding: 0
    }

    #mainnav li.category_21_li,#mainnav li.herd01_li {
        width: 100%;
        border-right: none
    }

    #mainnav li.category_21_li > a,#mainnav li.herd01_li > a {
        width: 100%
    }

    #mainnav li.category_21_li > a:hover,#mainnav li.herd01_li > a:hover,#mainnav li.category_21_li > a:focus,#mainnav li.herd01_li > a:focus {
        color: #f13340
    }

    #mainnav li.category_21_li > .dropdown-menu,#mainnav li.herd01_li > .dropdown-menu {
        background: transparent none repeat scroll 0 0;
        position: static
    }

    #mainnav ul.category_22 li.category_22_li a {
        padding: 10px 25px
    }

    #mainnav ul.category_22 li.category_22_li a:hover,#mainnav ul.category_22 li.category_22_li a:focus {
        color: #f13340
    }

    #mainnav ul.category_22 li.category_22_li.mobile_only {
        display: block
    }

    #mainnav ul.category_29 {
        padding: 0
    }

    #mainnav ul.category_29 li.category_29_li a {
        padding: 10px 40px
    }

    #mainnav ul.category_29 li.category_29_li.mobile_only {
        display: block
    }

    #mainnav ul.category_30 {
        padding: 0
    }

    #mainnav ul.category_30 li.category_30_li a {
        padding: 10px 55px
    }

    #mainnav ul.category_30 li.category_30_li.mobile_only {
        display: block
    }

    #mainnav ul.herd02 li.herd02_li a {
        padding: 10px 25px
    }

    #mainnav ul.herd02 li.herd02_li a:hover,#mainnav ul.herd02 li.herd02_li a:focus {
        color: #f13340
    }

    #mainnav ul.herd03 {
        padding: 0
    }

    #mainnav ul.herd03 li.herd03_li a {
        padding: 10px 40px
    }

    #mainnav .herd01_li.open > .pg_arrows {
        background-position: -17px 7px
    }

    #mainnav .herd02_li.open > .pg_arrows {
        background-position: -17px 7px
    }
}

@media (max-width: 768px) {
    #topnav {
        padding: 0
    }

    #topnav > li {
        width: 100%
    }

    #topnav > li .pg_arrows {
        position: absolute
    }

    #topnav > li > a {
        display: block;
        border: none
    }

    #topnav ul.ypoomada {
        width: 100%;
        position: static
    }

    #topnav ul.ypoomada > li.ypoomada_li {
        text-align: center
    }

    #topnav ul.ypoomada > li.ypoomada_li a {
        display: block;
        text-align: center
    }
}

.login_page {
    display: inline-block;
    width: 50%
}

form[name="pegasus00"] .pg_form_fld {
    display: inline-block;
    width: 100%
}

form[name="pegasus00"] .pg_control_label {
    padding: 0 15px 0 0;
    float: left
}

form[name="pegasus00"] .user_name > input {
    max-width: 100%;
    width: 70%
}

form[name="pegasus00"] .password > input {
    max-width: 100%;
    width: 70%
}

form[name="pegasus00"] .pg_login_button {
    margin: 0
}

form[name="pegasus00"] .pg_login_button input[type="submit"] {
    margin: 0;
    width: 100%
}

.subscription_page {
    display: inline-block;
    text-align: center;
    width: 100%
}

form[name="pegasus_login_001"] {
    width: 80%;
    margin: 0 auto
}

form[name="pegasus_login_001"] fieldset {
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

form[name="pegasus_login_001"] table {
    text-align: left;
    margin: 0 auto;
    width: 100%
}

form[name="pegasus_login_001"] table td:nth-child(1) {
    width: 30%
}

form[name="pegasus_login_001"] table td:nth-child(3) {
    width: 20%;
    padding: 0 5px
}

form[name="pegasus_login_001"] table#subscr_submit {
    text-align: center
}

form[name="pegasus_login_001"] table#subscr_submit td:nth-child(1) {
    width: 100%
}

form[name="pegasus_login_001"] table#subscr_submit input[type="submit"] {
    margin: 10px 0;
    width: 35%
}

#subscription_complete {
    width: 80%;
    margin: 0 auto;
    text-align: center
}

#subscription_complete fieldset {
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

#subscription_complete table {
    text-align: left;
    margin: 0 auto;
    width: 100%
}

#subscription_complete table td:nth-child(1) {
    width: 30%
}

#subscription_complete table td:nth-child(3) {
    width: 20%;
    padding: 0 5px
}

#multiple_emails,#multiple_phones {
    width: 100%;
    display: inline-block
}

#multiple_emails input[type=checkbox],#multiple_phones input[type=checkbox] {
    margin: 0px 5px 0px 5px
}

#multiple_emails .email,#multiple_phones .email,#multiple_emails .phone,#multiple_phones .phone {
    display: inline-block;
    width: 100%
}

#multiple_emails .email label,#multiple_phones .email label,#multiple_emails .phone label,#multiple_phones .phone label {
    width: 30%;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top
}

#multiple_emails .email_fld,#multiple_phones .email_fld,#multiple_emails .phone_fld,#multiple_phones .phone_fld {
    width: 70%;
    display: inline-block;
    float: right
}

#multiple_emails .email_fld button,#multiple_phones .email_fld button,#multiple_emails .phone_fld button,#multiple_phones .phone_fld button {
    width: 30px;
    height: 30px;
    vertical-align: top;
    display: inline-block;
    float: left
}

#multiple_emails .email_fld .pg_button,#multiple_phones .email_fld .pg_button,#multiple_emails .phone_fld .pg_button,#multiple_phones .phone_fld .pg_button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 5px
}

#multiple_emails .email_fld label,#multiple_phones .email_fld label,#multiple_emails .phone_fld label,#multiple_phones .phone_fld label {
    width: auto;
    margin-bottom: 10px;
    margin-top: auto
}

#multiple_emails .email_fld .pg_form_control,#multiple_phones .email_fld .pg_form_control,#multiple_emails .phone_fld .pg_form_control,#multiple_phones .phone_fld .pg_form_control {
    display: inline-block;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    float: left
}

#multiple_emails .email_fld .pg_form_control,#multiple_phones .email_fld .pg_form_control {
    width: calc( 100% - 30px )
}

#multiple_emails .email_fld .d65_error,#multiple_phones .email_fld .d65_error {
    display: inline-block;
    width: 100%
}

#multiple_emails .phone_fld .pg_form_control,#multiple_phones .phone_fld .pg_form_control {
    width: calc( 100% - 120px )
}

#multiple_emails .phone_fld .d64_error,#multiple_phones .phone_fld .d64_error {
    display: inline-block;
    width: 100%
}

#multiple_emails .phone_fld select.pg_form_control,#multiple_phones .phone_fld select.pg_form_control {
    width: 90px;
    display: inline-block;
    border-radius: 0px;
    float: left
}

#multiple_emails .pp_showdm_label,#multiple_phones .pp_showdm_label {
    float: left
}

#multiple_emails .pp_fld,#multiple_phones .pp_fld {
    width: calc( 50% - 14px );
    float: left
}

#multiple_emails .pp_showdm,#multiple_phones .pp_showdm {
    display: inline-block;
    width: calc( 20% + 14px );
    float: right;
    padding-left: 5px;
    padding-top: 5px
}

#multiple_emails .pp_showdm label,#multiple_phones .pp_showdm label {
    float: left;
    width: calc(86%);
    margin-top: 0
}

#multiple_emails .pp_showdm input[type=checkbox],#multiple_phones .pp_showdm input[type=checkbox] {
    margin: 0px;
    float: right
}

.profile_page {
    display: inline-block;
    text-align: center;
    width: 100%
}

form[name="pegasus"].profile_form {
    display: inline-block;
    text-align: center;
    width: 80%
}

form[name="pegasus"].profile_form fieldset {
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

form[name="pegasus"].profile_form table {
    text-align: left;
    margin: 0 auto;
    width: 100%
}

form[name="pegasus"].profile_form table td:nth-child(1) {
    width: 30%
}

form[name="pegasus"].profile_form table td:nth-child(3) {
    width: 20%;
    padding: 0 5px
}

form[name="pegasus"].profile_form table#profile_submit td {
    text-align: left
}

form[name="pegasus"].profile_form table#profile_submit td:nth-child(1) {
    width: auto;
    text-align: right
}

form[name="pegasus"].profile_form table#profile_submit input[type="submit"],form[name="pegasus"].profile_form table#profile_submit input[type="reset"] {
    margin: 10px;
    width: 250px
}

#profile_complete {
    width: 80%;
    margin: 0 auto;
    text-align: center
}

#profile_complete fieldset {
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

#profile_complete table {
    text-align: left;
    margin: 0 auto;
    width: 100%
}

#profile_complete table td:nth-child(1) {
    width: 30%
}

#profile_complete table td:nth-child(3) {
    width: 20%;
    padding: 0 5px
}

.reminder {
    width: 100%
}

.reminder .rem_td {
    width: 50%
}

.reminder .mtitle {
    font-weight: bold;
    font-size: 14px
}

.reminder .rem_tables {
    width: 50%
}

.reminder .rem_tables input:not([type="submit"]) {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px
}

.reminder .rem_tables input:not([type="submit"]):-moz-placeholder {
    color: #999
}

.reminder .rem_tables input:not([type="submit"])::-moz-placeholder {
    color: #999
}

.reminder .rem_tables input:not([type="submit"]):-ms-input-placeholder {
    color: #999
}

.reminder .rem_tables input:not([type="submit"])::-webkit-input-placeholder {
    color: #999
}

.reminder .rem_tables input:not([type="submit"]):focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.reminder .rem_tables input:not([type="submit"])[disabled],.reminder .rem_tables input:not([type="submit"])[readonly],fieldset[disabled] .reminder .rem_tables input:not([type="submit"]) {
    cursor: not-allowed;
    background-color: #eee
}

textarea.reminder .rem_tables input:not([type="submit"]) {
    height: auto
}

.reminder .rem_tables input:not([type="submit"]).input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.reminder .rem_tables input:not([type="submit"]).input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.reminder .rem_tables input:not([type="submit"]):-moz-placeholder {
    color: #999
}

.reminder .rem_tables input:not([type="submit"])::-moz-placeholder {
    color: #999
}

.reminder .rem_tables input:not([type="submit"]):-ms-input-placeholder {
    color: #999
}

.reminder .rem_tables input:not([type="submit"])::-webkit-input-placeholder {
    color: #999
}

.reminder .rem_tables input:not([type="submit"]):focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.reminder .rem_tables input:not([type="submit"])[disabled],.reminder .rem_tables input:not([type="submit"])[readonly],fieldset[disabled] .reminder .rem_tables input:not([type="submit"]) {
    cursor: not-allowed;
    background-color: #eee
}

textarea.reminder .rem_tables input:not([type="submit"]) {
    height: auto
}

.reminder .rem_tables input:not([type="submit"]).input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.reminder .rem_tables input:not([type="submit"]).input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.reminder .rem_tables .inpblue {
    float: right;
    margin: 5px 0
}

@media (max-width: 992px) {
    .login_page {
        width: 80%
    }

    form[name="pegasus00"] .user_name > input {
        width: 100%
    }

    form[name="pegasus00"] .password > input {
        width: 100%
    }

    form[name="pegasus00"] .pg_login_button {
        margin: 10px 0
    }

    form[name="pegasus_login_001"] {
        width: 100%
    }

    form[name="pegasus_login_001"] table td {
        display: inline-block;
        width: 100%;
        float: left
    }

    form[name="pegasus_login_001"] table td:nth-child(1) {
        width: 280px
    }

    form[name="pegasus_login_001"] table td:nth-child(3),form[name="pegasus_login_001"] table td:nth-child(4) {
        width: auto;
        float: right
    }

    form[name="pegasus_login_001"] table td.check_fld {
        width: auto
    }

    form[name="pegasus_login_001"] table#subscr_submit input[type="submit"] {
        margin: 20px 0;
        width: 100%
    }

    #subscription_complete {
        width: 100%
    }

    #subscription_complete table td {
        display: inline-block;
        width: 50%;
        float: left
    }

    #subscription_complete table td:nth-child(1) {
        width: 50%
    }

    #subscription_complete table td:nth-child(3),#subscription_complete table td:nth-child(4) {
        width: 50%;
        margin-bottom: 5px;
        padding: 0
    }

    form[name="pegasus"].profile_form {
        width: 100%
    }

    form[name="pegasus"].profile_form table td {
        display: inline-block;
        width: 100%;
        float: left
    }

    form[name="pegasus"].profile_form table td:nth-child(1) {
        width: 280px
    }

    form[name="pegasus"].profile_form table td:nth-child(3),form[name="pegasus"].profile_form table td:nth-child(4) {
        width: auto;
        float: right
    }

    form[name="pegasus"].profile_form table td.check_fld {
        width: auto
    }

    form[name="pegasus"].profile_form table#profile_submit td:nth-child(1) {
        width: 100%
    }

    form[name="pegasus"].profile_form table#profile_submit input[type="submit"],form[name="pegasus"].profile_form table#profile_submit input[type="reset"] {
        margin: 10px 0;
        width: 100%
    }

    #profile_complete {
        width: 100%
    }

    #profile_complete table td {
        display: inline-block;
        width: 50%;
        float: left
    }

    #profile_complete table td:nth-child(1) {
        width: 50%
    }

    #profile_complete table td:nth-child(3),#profile_complete table td:nth-child(4) {
        width: 50%;
        margin-bottom: 5px;
        padding: 0
    }

    .reminder .rem_td {
        width: 100%;
        display: inline-block;
        float: left
    }

    .reminder .rem_tables {
        width: 100%
    }

    #multi-email,#multi-phone {
        width: 100%
    }

    #multi-email #multiple_emails label,#multi-phone #multiple_emails label,#multi-email #multiple_phones label,#multi-phone #multiple_phones label {
        width: 100%
    }

    #multi-email #multiple_emails .email_fld,#multi-phone #multiple_emails .email_fld,#multi-email #multiple_phones .email_fld,#multi-phone #multiple_phones .email_fld,#multi-email #multiple_emails .phone_fld,#multi-phone #multiple_emails .phone_fld,#multi-email #multiple_phones .phone_fld,#multi-phone #multiple_phones .phone_fld {
        width: 100%
    }

    #multi-email #multiple_emails .email_fld button,#multi-phone #multiple_emails .email_fld button,#multi-email #multiple_phones .email_fld button,#multi-phone #multiple_phones .email_fld button,#multi-email #multiple_emails .phone_fld button,#multi-phone #multiple_emails .phone_fld button,#multi-email #multiple_phones .phone_fld button,#multi-phone #multiple_phones .phone_fld button {
        width: 38px;
        height: 38px
    }

    #multi-email #multiple_emails .email_fld label,#multi-phone #multiple_emails .email_fld label,#multi-email #multiple_phones .email_fld label,#multi-phone #multiple_phones .email_fld label,#multi-email #multiple_emails .phone_fld label,#multi-phone #multiple_emails .phone_fld label,#multi-email #multiple_phones .phone_fld label,#multi-phone #multiple_phones .phone_fld label {
        width: auto
    }

    #multi-email #multiple_emails .email_fld .pg_form_control,#multi-phone #multiple_emails .email_fld .pg_form_control,#multi-email #multiple_phones .email_fld .pg_form_control,#multi-phone #multiple_phones .email_fld .pg_form_control {
        width: calc( 100% - 38px );
        min-width: auto
    }

    #multi-email #multiple_emails .phone_fld .pg_form_control,#multi-phone #multiple_emails .phone_fld .pg_form_control,#multi-email #multiple_phones .phone_fld .pg_form_control,#multi-phone #multiple_phones .phone_fld .pg_form_control {
        width: calc( 100% - 128px );
        min-width: auto
    }

    #multi-email #multiple_emails .phone_fld select,#multi-phone #multiple_emails .phone_fld select,#multi-email #multiple_phones .phone_fld select,#multi-phone #multiple_phones .phone_fld select {
        max-width: 90px
    }

    #multi-email #multiple_emails .pp_showdm,#multi-phone #multiple_emails .pp_showdm,#multi-email #multiple_phones .pp_showdm,#multi-phone #multiple_phones .pp_showdm {
        width: 100%
    }

    #multi-email #multiple_emails .pp_showdm .pg_control_label,#multi-phone #multiple_emails .pp_showdm .pg_control_label,#multi-email #multiple_phones .pp_showdm .pg_control_label,#multi-phone #multiple_phones .pp_showdm .pg_control_label {
        width: auto;
        float: right;
        margin-left: 5px
    }
}

@media (max-width: 768px) {
    .login_page {
        width: 100%
    }
}

#pg_sitemap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}

@media (min-width: 768px) {
    #pg_sitemap {
        float: left;
        width: 100%
    }
}

#pg_sitemap .sitemap_fun {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top
}

@media (min-width: 768px) {
    #pg_sitemap .sitemap_fun {
        float: left;
        width: 33.33333333%
    }
}

#pg_sitemap .sitemap_fun .sitemap_titles {
    margin: 0
}

#pg_sitemap .sitemap_fun .sitemap_titles > a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    margin: 0;
    padding: 10px;
    text-align: left;
    vertical-align: top
}

#pg_sitemap .sitemap_fun .sitemap_titles > a:hover,#pg_sitemap .sitemap_fun .sitemap_titles > a:focus {
    text-decoration: none
}

#pg_sitemap .sitemap_fun .submap {
    margin: 10px auto
}

#pg_sitemap .sitemap_fun .submap dt > a {
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    margin: 0;
    text-align: left
}

#pg_sitemap .sitemap_fun .submap.pg_nav_collapse.collapse {
    display: block
}

.sitemap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 15px
}

@media (min-width: 768px) {
    .sitemap {
        float: left;
        width: 33.33333333%
    }
}

.sitemap dl {
    border-bottom: 1px solid #00a2e2;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    vertical-align: top
}

.sitemap dl > a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    transition: all .5s ease 0s
}

.sitemap dl > a:hover {
    color: #00a2e2;
    text-decoration: none
}

.sitemap dt {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 2px 4px 2px 0;
    text-align: left
}

.sitemap dt > a {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    outline: 0 none;
    transition: all .5s ease 0s
}

.sitemap dt > a:hover {
    color: #00a2e2
}

.sitemap dt.herd02 {
    padding: 2px 4px 2px 0
}

.sitemap dt.herd03 {
    padding: 2px 4px 2px 20px
}

.sitemap dt.category_22 {
    padding: 2px 4px 2px 0
}

.sitemap dt.category_29 {
    padding: 2px 4px 2px 20px
}

.sitemap dt.category_30 {
    padding: 2px 4px 2px 40px
}

@media (max-width: 992px) {
    .sitemap {
        width: 100%
    }
}

@media (max-width: 768px) {
    #pg_sitemap .sitemap_fun .submap.pg_nav_collapse.collapse {
        display: none
    }

    .pg_footer_arrows {
        z-index: 9;
        background-color: #333;
        background-image: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/menu_item_button.png");
        background-position: 6px 8px;
        background-repeat: no-repeat;
        border-radius: 15px 15px 15px 15px;
        content: "";
        cursor: pointer;
        display: inline-block;
        height: 28px;
        margin-left: 2px;
        position: absolute;
        right: 10px;
        top: 10px;
        vertical-align: middle;
        width: 28px;
        z-index: 999
    }
}

#copy_power {
    background-color: #ddd;
    display: inline-block;
    width: 100%;
    padding: 10px 0
}

.copyright {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left
}

@media (min-width: 768px) {
    .copyright {
        float: left;
        width: 50%
    }
}

.poweredby {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right
}

@media (min-width: 768px) {
    .poweredby {
        float: left;
        width: 50%
    }
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: -99999em;
    z-index: 1000;
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/scroll-to-top.png") no-repeat scroll center center #eaeaea;
    background-size: 25px;
    border-radius: 15px;
    transition: none
}

#toTop:hover,#toTop:focus {
    background-color: #ddd
}

#toTopHover {
    background-size: 50px;
    display: block;
    font-size: 1px;
    height: 50px;
    line-height: 1px;
    text-indent: -99999em;
    width: 50px;
    z-index: 1000;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0)
}

#toTop:active,#toTop:focus {
    outline: none
}

.modal-open #toTop {
    right: 37px
}

@media (max-width: 768px) {
    .copyright,.poweredby {
        width: 100%;
        text-align: center
    }
}

.pg_transition5 {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.browse_title {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0
}

.browse_item0 {
    color: #000;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #eee 0%, #fff 100%);
    border-bottom: 1px solid #999;
    font-size: 12px
}

.browse_item1 {
    color: #000;
    background-color: #eee;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-bottom: 1px solid #fff;
    font-size: 12px
}

.browse_item0 {
    border: none;
    background-color: #eee;
    background-image: none
}

.browse_item1 {
    background-color: #fff;
    background-image: none;
    border: none
}

.pg_banner_titles {
    background: #ddd none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 10px
}

.pg_banner_arrows {
    z-index: 9;
    background-color: #333;
    background-image: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/menu_item_button.png");
    background-position: 6px 8px;
    background-repeat: no-repeat;
    border-radius: 15px 15px 15px 15px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-left: 2px;
    position: absolute;
    right: 10px;
    top: 10px;
    vertical-align: middle;
    width: 28px;
    z-index: 999
}

.camera_pag,.pg_container {
    margin-right: auto;
    margin-left: auto
}

.camera_pag:before,.pg_container:before,.camera_pag:after,.pg_container:after {
    content: " ";
    display: table
}

.camera_pag:after,.pg_container:after {
    clear: both
}

.camera_pag:before,.pg_container:before,.camera_pag:after,.pg_container:after {
    content: " ";
    display: table
}

.camera_pag:after,.pg_container:after {
    clear: both
}

.camera_pag:before,.pg_container:before,.camera_pag:after,.pg_container:after {
    content: " ";
    display: table
}

.camera_pag:after,.pg_container:after {
    clear: both
}

.camera_pag:before,.pg_container:before,.camera_pag:after,.pg_container:after {
    content: " ";
    display: table
}

.camera_pag:after,.pg_container:after {
    clear: both
}

@media (min-width: 768px) {
    .camera_pag,.pg_container {
        max-width: 728px
    }
}

@media (min-width: 992px) {
    .camera_pag,.pg_container {
        max-width: 940px
    }
}

@media (min-width: 1200px) {
    .camera_pag,.pg_container {
        max-width: 1170px
    }
}

.camera_pag {
    position: relative
}

.pg_warning {
    color: #c09853
}

.pg_danger {
    color: #b94a48
}

.pg_info {
    color: #3a87ad
}

.pg_rows:before,.pg_rows:after {
    content: " ";
    display: table
}

.pg_rows:after {
    clear: both
}

.pg_rows:before,.pg_rows:after {
    content: " ";
    display: table
}

.pg_rows:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_rows {
        margin-left: -15px;
        margin-right: -15px
    }
}

.pg_rows .row {
    margin-left: -15px;
    margin-right: -15px
}

.pg_button_toolbar {
    padding-left: 5px
}

.pg_button_toolbar:before,.pg_button_toolbar:after {
    content: " ";
    display: table
}

.pg_button_toolbar:after {
    clear: both
}

.pg_button_toolbar:before,.pg_button_toolbar:after {
    content: " ";
    display: table
}

.pg_button_toolbar:after {
    clear: both
}

.pg_button_toolbar .btn-group {
    float: left
}

.pg_button_toolbar > .btn + .btn,.pg_button_toolbar > .btn-group + .btn,.pg_button_toolbar > .btn + .btn-group,.pg_button_toolbar > .btn-group + .btn-group {
    margin-left: 5px
}

.pg_button_group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.pg_button_group > .btn {
    position: relative;
    float: left
}

.pg_button_group > .btn:hover,.pg_button_group > .btn:active {
    z-index: 2
}

.pg_button {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none
}

.pg_button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button:hover,.pg_button:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button:active,.pg_button.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button.disabled,.pg_button[disabled],fieldset[disabled] .pg_button {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_2 {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    float: none;
    margin: 5px
}

.pg_button_2:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_2:hover,.pg_button_2:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_2:active,.pg_button_2.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_2.disabled,.pg_button_2[disabled],fieldset[disabled] .pg_button_2 {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_2:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_2:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_2:hover,.pg_button_2:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_2:active,.pg_button_2.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_2.disabled,.pg_button_2[disabled],fieldset[disabled] .pg_button_2 {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_2:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_green {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none
}

.pg_button_green:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_green:hover,.pg_button_green:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_green:active,.pg_button_green.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_green.disabled,.pg_button_green[disabled],fieldset[disabled] .pg_button_green {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_green:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_green:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_green:hover,.pg_button_green:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_green:active,.pg_button_green.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_green.disabled,.pg_button_green[disabled],fieldset[disabled] .pg_button_green {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_green:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_green:hover,.pg_button_green:focus {
    background-color: #84b141
}

.pg_button_dark {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    background-color: #00175f
}

.pg_button_dark:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_dark:hover,.pg_button_dark:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_dark:active,.pg_button_dark.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_dark.disabled,.pg_button_dark[disabled],fieldset[disabled] .pg_button_dark {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_dark:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_dark:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_button_dark:hover,.pg_button_dark:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_button_dark:active,.pg_button_dark.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_button_dark.disabled,.pg_button_dark[disabled],fieldset[disabled] .pg_button_dark {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_button_dark:hover {
    background-color: #00175f;
    color: #fff
}

.pg_button_dark:hover {
    background-color: #1f2228
}

#pg_logo {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #pg_logo {
        float: left;
        width: 33.33333333%
    }
}

#pg_ltopcontent {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #pg_ltopcontent {
        float: left;
        width: 50%
    }
}

@media (min-width: 768px) {
    #pg_ltopcontent {
        right: 50%
    }
}

#pg_rtopcontent {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #pg_rtopcontent {
        float: left;
        width: 50%
    }
}

@media (min-width: 768px) {
    #pg_rtopcontent {
        left: 50%
    }
}

.pg_searchform {
    margin-top: 6px;
    margin-bottom: 6px;
    float: right
}

.pg_searchform .form-control,.pg_searchform .radio,.pg_searchform .checkbox {
    display: inline-block
}

.pg_searchform .radio,.pg_searchform .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

#pg_mainmenu {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #pg_mainmenu {
        float: left;
        width: 100%
    }
}

.pg_navbar_toggle {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 48px;
    height: 32px;
    padding: 8px 12px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px
}

.pg_navbar_toggle:hover,.pg_navbar_toggle:focus {
    background-color: #ddd
}

.pg_navbar_toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ccc;
    border-radius: 1px
}

.pg_navbar_toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

.pg_navbar_brand {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #777;
    text-align: center
}

.pg_navbar_brand:hover,.pg_navbar_brand:focus {
    color: #5e5e5e;
    text-decoration: none;
    background-color: transparent
}

.pg_navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #eee;
    border-radius: 4px;
    min-height: 0px
}

.pg_navbar:before,.pg_navbar:after {
    content: " ";
    display: table
}

.pg_navbar:after {
    clear: both
}

.pg_navbar:before,.pg_navbar:after {
    content: " ";
    display: table
}

.pg_navbar:after {
    clear: both
}

.pg_navbar:before,.pg_navbar:after {
    content: " ";
    display: table
}

.pg_navbar:after {
    clear: both
}

.pg_navbar:before,.pg_navbar:after {
    content: " ";
    display: table
}

.pg_navbar:after {
    clear: both
}

.pg_navbar_nav {
    margin-top: 10px;
    margin-bottom: 15px
}

.pg_navbar_nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #777;
    line-height: 20px;
    border-radius: 4px
}

.pg_navbar_nav > li > a:hover,.pg_navbar_nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.pg_navbar_nav > .active > a,.pg_navbar_nav > .active > a:hover,.pg_navbar_nav > .active > a:focus {
    color: #555;
    background-color: #d5d5d5
}

.pg_navbar_nav > .disabled > a,.pg_navbar_nav > .disabled > a:hover,.pg_navbar_nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.pg_navbar_nav.pull-right {
    width: 100%
}

.pg_navbar_nav > .dropdown > a:hover .caret,.pg_navbar_nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.pg_navbar_nav > .open > a,.pg_navbar_nav > .open > a:hover,.pg_navbar_nav > .open > a:focus {
    background-color: #d5d5d5;
    color: #555
}

.pg_navbar_nav > .open > a .caret,.pg_navbar_nav > .open > a:hover .caret,.pg_navbar_nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.pg_navbar_nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

#pg_middlebanner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0
}

@media (min-width: 768px) {
    #pg_middlebanner {
        float: left;
        width: 100%
    }
}

#pg_middlebanner_right,#pg_middlebanner_left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #pg_middlebanner_right,#pg_middlebanner_left {
        float: left;
        width: 16.66666667%
    }
}

.pg_accordion {
    margin-bottom: 20px
}

.pg_accordion_group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.pg_banner {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px
}

.pg_banner:before,.pg_banner:after {
    content: " ";
    display: table
}

.pg_banner:after {
    clear: both
}

.pg_banner:before,.pg_banner:after {
    content: " ";
    display: table
}

.pg_banner:after {
    clear: both
}

.pg_banner:before,.pg_banner:after {
    content: " ";
    display: table
}

.pg_banner:after {
    clear: both
}

.pg_banner:before,.pg_banner:after {
    content: " ";
    display: table
}

.pg_banner:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_banner {
        max-width: 728px
    }
}

@media (min-width: 992px) {
    .pg_banner {
        max-width: 940px
    }
}

@media (min-width: 1200px) {
    .pg_banner {
        max-width: 1170px
    }
}

.pg_banner:before,.pg_banner:after {
    content: " ";
    display: table
}

.pg_banner:after {
    clear: both
}

.pg_banner:before,.pg_banner:after {
    content: " ";
    display: table
}

.pg_banner:after {
    clear: both
}

.pg_banner:before,.pg_banner:after {
    content: " ";
    display: table
}

.pg_banner:after {
    clear: both
}

.pg_banner:before,.pg_banner:after {
    content: " ";
    display: table
}

.pg_banner:after {
    clear: both
}

.pg_banner > .pg_lang {
    margin: 0px;
    text-align: center
}

.pg_banner > .pg_lang .pg_banner_titles {
    margin-bottom: 8px
}

.pg_banner > .pg_lang .pg_menu_arrows {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-bottom-color: #7e7e7e;
    border-top-color: #7e7e7e;
    border-bottom-color: #7E7E7E;
    border-top-color: #7E7E7E;
    background: none repeat scroll 0 0 transparent;
    border-radius: 0px;
    width: 0;
    height: 0;
    top: 10px;
    right: 15px
}

.pg_banner > .pg_lang .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.pg_banner > .pg_lang .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.pg_banner > .pg_lang .pg_active_arrows {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.pg_banner > .pg_lang .caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #7f7f7f;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
    margin-top: 1px;
    margin-right: 15px
}

.pg_banner > .pg_lang .pg_menu_option {
    color: #7f7f7f;
    text-decoration: none
}

.pg_banner > .pg_lang .pg_menu_option:hover {
    color: #00a2e2
}

.pg_banner > .pg_lang .pg_menu_option:hover .caret-right {
    border-left-color: #7E7E7E;
    border-right-color: #7E7E7E
}

.pg_banner > .pg_lang > a {
    padding: 2px 5px
}

.pg_banner > #pg_loginok,.pg_banner > .longinno {
    padding: 10px;
    margin: 0px
}

.pg_banner > #pg_loginok .pg_banner_titles,.pg_banner > .longinno .pg_banner_titles {
    margin-bottom: 8px
}

.pg_banner > #pg_loginok .pg_menu_arrows,.pg_banner > .longinno .pg_menu_arrows {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-bottom-color: #7e7e7e;
    border-top-color: #7e7e7e;
    border-bottom-color: #7E7E7E;
    border-top-color: #7E7E7E;
    background: none repeat scroll 0 0 transparent;
    border-radius: 0px;
    width: 0;
    height: 0;
    top: 10px;
    right: 15px
}

.pg_banner > #pg_loginok .pg_menu_arrows.caret-reversed,.pg_banner > .longinno .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.pg_banner > #pg_loginok .pg_menu_arrows.caret-reversed,.pg_banner > .longinno .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.pg_banner > #pg_loginok .pg_active_arrows,.pg_banner > .longinno .pg_active_arrows {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.pg_banner > #pg_loginok .caret-right,.pg_banner > .longinno .caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #7f7f7f;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
    margin-top: 1px;
    margin-right: 15px
}

.pg_banner > #pg_loginok .pg_menu_option,.pg_banner > .longinno .pg_menu_option {
    color: #7f7f7f;
    text-decoration: none
}

.pg_banner > #pg_loginok .pg_menu_option:hover,.pg_banner > .longinno .pg_menu_option:hover {
    color: #00a2e2
}

.pg_banner > #pg_loginok .pg_menu_option:hover .caret-right,.pg_banner > .longinno .pg_menu_option:hover .caret-right {
    border-left-color: #7E7E7E;
    border-right-color: #7E7E7E
}

.pg_banner > .pg_nav_collapse {
    padding: 8px 0px;
    margin: 0px
}

.pg_banner > .pg_nav_collapse .pg_banner_titles {
    margin-bottom: 8px
}

.pg_banner > .pg_nav_collapse .pg_menu_arrows {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-bottom-color: #7e7e7e;
    border-top-color: #7e7e7e;
    border-bottom-color: #7E7E7E;
    border-top-color: #7E7E7E;
    background: none repeat scroll 0 0 transparent;
    border-radius: 0px;
    width: 0;
    height: 0;
    top: 10px;
    right: 15px
}

.pg_banner > .pg_nav_collapse .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.pg_banner > .pg_nav_collapse .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.pg_banner > .pg_nav_collapse .pg_active_arrows {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.pg_banner > .pg_nav_collapse .caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #7f7f7f;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
    margin-top: 1px;
    margin-right: 15px
}

.pg_banner > .pg_nav_collapse .pg_menu_option {
    color: #7f7f7f;
    text-decoration: none
}

.pg_banner > .pg_nav_collapse .pg_menu_option:hover {
    color: #00a2e2
}

.pg_banner > .pg_nav_collapse .pg_menu_option:hover .caret-right {
    border-left-color: #7E7E7E;
    border-right-color: #7E7E7E
}

.pg_banner > .pg_nav_collapse > p {
    padding: 0px 15px;
    margin: 0px
}

#pg_logo > dl {
    margin: 2px 0px
}

.pg_form_hor .pg_logininput {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .pg_form_hor .pg_logininput {
        float: left;
        width: 75%
    }
}

.pg_form > .pg_loginlable {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .pg_form > .pg_loginlable {
        float: left;
        width: 100%
    }
}

.pg_form > .pg_logininput {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .pg_form > .pg_logininput {
        float: left;
        width: 100%
    }
}

.pg_submit {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none
}

.pg_submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_submit:hover,.pg_submit:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_submit:active,.pg_submit.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_submit.disabled,.pg_submit[disabled],fieldset[disabled] .pg_submit {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_submit:hover {
    background-color: #00175f;
    color: #fff
}

.pg_submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_submit:hover,.pg_submit:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_submit:active,.pg_submit.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_submit.disabled,.pg_submit[disabled],fieldset[disabled] .pg_submit {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_submit:hover {
    background-color: #00175f;
    color: #fff
}

.pg_form_control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px
}

.pg_form_control:-moz-placeholder {
    color: #999
}

.pg_form_control::-moz-placeholder {
    color: #999
}

.pg_form_control:-ms-input-placeholder {
    color: #999
}

.pg_form_control::-webkit-input-placeholder {
    color: #999
}

.pg_form_control:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.pg_form_control[disabled],.pg_form_control[readonly],fieldset[disabled] .pg_form_control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.pg_form_control {
    height: auto
}

.pg_form_control.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.pg_form_control.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.pg_acc_heading {
    border-bottom: 0;
    display: block;
    padding: 8px 15px;
    position: relative
}

.pg_acc_heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    cursor: pointer
}

.pg_menu_arrows {
    z-index: 9;
    background-color: #333;
    background-image: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/menu_item_button.png");
    background-position: 6px 8px;
    background-repeat: no-repeat;
    border-radius: 15px 15px 15px 15px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-left: 2px;
    position: absolute;
    right: 10px;
    top: 10px;
    vertical-align: middle;
    width: 28px;
    z-index: 999;
    top: 4px
}

#pg_upperbanner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #pg_upperbanner {
        float: left;
        width: 100%
    }
}

.pg_footer_arrows {
    z-index: 9;
    background-color: #333;
    background-image: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/menu_item_button.png");
    background-position: 6px 8px;
    background-repeat: no-repeat;
    border-radius: 15px 15px 15px 15px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-left: 2px;
    position: absolute;
    right: 10px;
    top: 10px;
    vertical-align: middle;
    width: 28px;
    z-index: 999;
    top: 7px
}

.pg_banner_arrows {
    z-index: 9;
    background-color: #333;
    background-image: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/menu_item_button.png");
    background-position: 6px 8px;
    background-repeat: no-repeat;
    border-radius: 15px 15px 15px 15px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-left: 2px;
    position: absolute;
    right: 10px;
    top: 10px;
    vertical-align: middle;
    width: 28px;
    z-index: 999;
    top: 1px
}

.pg_form .pg_control_label {
    padding-top: 6px
}

.pg_form .pg_form_group {
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_form .pg_form_group {
        max-width: 728px
    }
}

@media (min-width: 992px) {
    .pg_form .pg_form_group {
        max-width: 940px
    }
}

@media (min-width: 1200px) {
    .pg_form .pg_form_group {
        max-width: 1170px
    }
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form .pg_form_group:before,.pg_form .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form .pg_form_group:after {
    clear: both
}

.pg_form_hor .pg_control_label {
    padding-top: 6px
}

.pg_form_hor .form-group:before,.pg_form_hor .form-group:after {
    content: " ";
    display: table
}

.pg_form_hor .form-group:after {
    clear: both
}

.pg_form_hor .form-group:before,.pg_form_hor .form-group:after {
    content: " ";
    display: table
}

.pg_form_hor .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_form_hor .form-group {
        margin-left: -15px;
        margin-right: -15px
    }
}

.pg_form_hor .form-group .row {
    margin-left: -15px;
    margin-right: -15px
}

.pg_form_hor .pg_form_group:before,.pg_form_hor .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form_hor .pg_form_group:after {
    clear: both
}

.pg_form_hor .pg_form_group:before,.pg_form_hor .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form_hor .pg_form_group:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_form_hor .pg_form_group {
        margin-left: -15px;
        margin-right: -15px
    }
}

.pg_form_hor .pg_form_group .row {
    margin-left: -15px;
    margin-right: -15px
}

.pg_form_hor .pg_form_group:before,.pg_form_hor .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form_hor .pg_form_group:after {
    clear: both
}

.pg_form_hor .pg_form_group:before,.pg_form_hor .pg_form_group:after {
    content: " ";
    display: table
}

.pg_form_hor .pg_form_group:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_form_hor .pg_form_group {
        margin-left: -15px;
        margin-right: -15px
    }
}

.pg_form_hor .pg_form_group .row {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .pg_form_hor .pg_control_label {
        text-align: right
    }

    .pg_form .pg_control_label {
        text-align: center
    }
}

@media (max-width: 768px) {
    .pg_arrows {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-position: 13px 13px;
        top: 5px
    }

    .pg_subfooter {
        display: none
    }

    .pg_subfooter.in {
        display: block
    }

    .sitemap_fun {
        float: none;
        padding: 1px;
        position: relative
    }
}

@media (min-width: 768px) {
    .pg_arrows,.pg_footer_arrows,.pg_banner_arrows {
        display: none
    }

    .pg_subfooter {
        display: inline
    }

    .sitemap_fun {
        float: left;
        padding-top: 7px;
        margin-top: 40px;
        margin-bottom: 20px;
        position: relative
    }
}

.pg_img_res {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 100%
}

#pg_img_res {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 100%
}

#img_responsive {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.pg_nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.pg_nav:before,.pg_nav:after {
    content: " ";
    display: table
}

.pg_nav:after {
    clear: both
}

.pg_nav:before,.pg_nav:after {
    content: " ";
    display: table
}

.pg_nav:after {
    clear: both
}

.pg_nav > li {
    position: relative;
    display: block
}

.pg_nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.pg_nav > li > a:hover,.pg_nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pg_nav > li.disabled > a {
    color: #999
}

.pg_nav > li.disabled > a:hover,.pg_nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.pg_nav > li + .pg_nav_header {
    margin-top: 9px
}

.pg_nav.open > a,.pg_nav.open > a:hover,.pg_nav.open > a:focus {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.pg_nav.open > a .caret,.pg_nav.open > a:hover .caret,.pg_nav.open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.pg_nav > .pull-right {
    float: right
}

.pg_nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

@media screen and (min-width: 992px) {
    .pg_navbar_brand {
        float: left;
        margin-left: -15px;
        margin-right: 5px
    }

    .pg_navbar_nav {
        float: left;
        margin-top: 0;
        margin-bottom: 0
    }

    .pg_navbar_nav > li {
        float: left
    }

    .pg_navbar_nav > li > a {
        border-radius: 0
    }

    .pg_navbar_nav.pg_pull_right {
        float: right;
        width: auto
    }

    .pg_navbar_toggle {
        position: relative;
        top: auto;
        left: auto;
        display: none
    }

    .pg_nav_collapse.collapse {
        display: block;
        height: auto;
        overflow: visible
    }
}

.banner > p {
    margin: 0px;
    padding: 0px
}

#dom_menu00 {
    font-size: 10px
}

.pg_arrows {
    background-color: #333;
    background-image: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/menu_item_button.png");
    background-position: 6px 8px;
    background-repeat: no-repeat;
    border-radius: 15px 15px 15px 15px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-left: 2px;
    position: absolute;
    right: 10px;
    top: 10px;
    vertical-align: middle;
    width: 28px;
    z-index: 999
}

.pg_active_arrows {
    background-position: -17px 8px !important
}

.pg_menu_option {
    text-decoration: none;
    cursor: pointer
}

.pg_banner {
    position: relative
}

.caret {
    border-bottom-color: #7E7E7E;
    border-top-color: #7E7E7E
}

.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

#main_content #pg_maincolumn.pg_full_width {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #main_content #pg_maincolumn.pg_full_width {
        float: left;
        width: 100%
    }
}

#main_content #pg_maincolumn.pg_LorR_banner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #main_content #pg_maincolumn.pg_LorR_banner {
        float: left;
        width: 75%
    }
}

#main_content #pg_maincolumn.pg_LandR_banner {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #main_content #pg_maincolumn.pg_LandR_banner {
        float: left;
        width: 66.66666667%
    }
}

#main_content #pg_leftcolumn.pg_LorR_banner,#main_content #pg_rightcolumn.pg_LorR_banner {
    display: block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #main_content #pg_leftcolumn.pg_LorR_banner,#main_content #pg_rightcolumn.pg_LorR_banner {
        float: left;
        width: 25%
    }
}

#main_content #pg_leftcolumn.pg_LandR_banner,#main_content #pg_rightcolumn.pg_LandR_banner {
    display: block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #main_content #pg_leftcolumn.pg_LandR_banner,#main_content #pg_rightcolumn.pg_LandR_banner {
        float: left;
        width: 16.66666667%
    }
}

.pg_menu {
    width: 100%;
    background-color: transparent;
    border-radius: none;
    margin: 0
}

#topnav {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left
}

#topnav > .open > a,#topnav .active {
    color: #00a2e2
}

#topnav > li {
    padding: 0 20px 0 0;
    line-height: 20px
}

#topnav > li .pg_arrows {
    display: none
}

#topnav > li > a {
    color: #00175f;
    border-left: none;
    padding: 12px 5px;
    font-size: 14px
}

#topnav > li > a:hover,#topnav > li > a:focus {
    color: #00a2e2
}

#topnav > li .dropdown-menu {
    box-shadow: none;
    right: 0;
    left: auto;
    text-align: left;
    z-index: 999;
    top: 100%;
    background: #00175f none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0
}

#topnav ul.ypoomada {
    list-style-type: none
}

#topnav ul.ypoomada > li.ypoomada_li {
    padding: 0;
    position: relative;
    text-align: left;
    border-bottom: none;
    display: block;
    float: none
}

#topnav ul.ypoomada > li.ypoomada_li a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    min-height: 18px;
    padding: 10px
}

#topnav ul.ypoomada > li.ypoomada_li a:hover {
    background: none repeat scroll 0 0 #dedede;
    color: #00a2e2
}

#topnav ul.oikogeneia > li.oikogeneia_li {
    padding: 0
}

#topnav ul.oikogeneia > li.oikogeneia_li a {
    padding: 10px 20px;
    color: #fff
}

#pg_mainmenu {
    background: none #00175f;
    border-top: 8px solid #00a2e2;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 10
}

.pg_navbar_brand {
    background: #f00 none repeat scroll 0 0;
    color: #fff;
    display: none;
    float: left;
    font-weight: bold;
    max-width: 100%;
    text-align: left;
    width: 100%
}

.pg_navbar_brand:hover,.pg_navbar_brand:focus {
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff
}

.pg_navbar_nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0
}

.pg_navbar_nav > li {
    float: left
}

.pg_navbar_nav > li > a {
    border-radius: 0
}

.pg_navbar_nav.pg_pull_right {
    float: right;
    width: auto
}

.pg_navbar {
    background: none transparent;
    border-radius: 0px;
    margin-bottom: 0;
    padding: 0
}

#mainnav > .open > a,#mainnav .active {
    color: #fff;
    background-color: #00a2e2
}

#mainnav li.category_21_li,#mainnav li.herd01_li {
    border-right: 1px solid #44474e;
    position: static
}

#mainnav li.category_21_li:hover,#mainnav li.herd01_li:hover,#mainnav li.category_21_li:focus,#mainnav li.herd01_li:focus {
    background-color: #00a2e2
}

#mainnav li.category_21_li .pg_arrows,#mainnav li.herd01_li .pg_arrows {
    display: none
}

#mainnav li.category_21_li > a,#mainnav li.herd01_li > a {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 25px 10px 26px
}

#mainnav li.category_21_li > a:hover,#mainnav li.herd01_li > a:hover,#mainnav li.category_21_li > a:focus,#mainnav li.herd01_li > a:focus {
    color: #fff
}

#mainnav li.category_21_li > .dropdown-menu,#mainnav li.herd01_li > .dropdown-menu {
    background: none repeat scroll 0 0 #00175f
}

#mainnav ul.category_22 {
    padding: 0
}

#mainnav ul.category_22 li.category_22_li {
    border: none;
    padding: 0
}

#mainnav ul.category_22 li.category_22_li a {
    color: #fff
}

#mainnav ul.category_22 li.category_22_li a:hover {
    color: #fff
}

#mainnav ul.category_22 li.category_22_li.mobile_only {
    display: none
}

#mainnav ul.category_29 {
    padding: 0
}

#mainnav ul.category_29 li.category_29_li {
    border: none;
    padding: 0
}

#mainnav ul.category_29 li.category_29_li a {
    padding: 5px 20px;
    font-size: 12px;
    font-weight: bold
}

#mainnav ul.category_29 li.category_29_li.mobile_only {
    display: none
}

#mainnav ul.category_30 {
    padding: 0
}

#mainnav ul.category_30 li.category_30_li {
    border: none;
    padding: 0
}

#mainnav ul.category_30 li.category_30_li a {
    padding: 5px 40px;
    font-size: 12px;
    font-weight: normal
}

#mainnav ul.category_30 li.category_30_li.mobile_only {
    display: none
}

#mainnav ul.herd02 li.herd02_li {
    border: none;
    padding: 0
}

#mainnav ul.herd02 li.herd02_li a {
    color: #fff
}

#mainnav ul.herd03 {
    background: none repeat scroll 0 0 transparent;
    padding: 0
}

#mainnav ul.herd03 li.herd03_li {
    padding: 0;
    border: none
}

#mainnav ul.herd03 li.herd03_li a {
    padding: 5px 20px
}

@media (max-width: 992px) {
    #topnav {
        text-align: center
    }

    #topnav > li .pg_arrows {
        display: block;
        background-color: #00175f;
        background-position: 4px 4px;
        height: 22px;
        width: 22px;
        right: 2px;
        top: 10px
    }

    #topnav > li .dropdown-menu > .active {
        background-color: #357ebd
    }

    #topnav > li .dropdown-menu > .active a,#topnav > li .dropdown-menu > .active a:hover,#topnav > li .dropdown-menu > .active a:focus {
        background-color: none;
        background-image: none
    }

    #topnav ul.ypoomada > li.ypoomada_li {
        display: inline-block;
        width: 100%
    }

    #topnav ul.ypoomada > li.ypoomada_li .pg_arrows {
        background-color: #333
    }

    #topnav ul.ypoomada > li.ypoomada_li a {
        display: inline-block;
        width: 100%
    }

    #topnav .omada_li.open > .pg_arrows {
        background-position: -20px 4px
    }

    #topnav .ypoomada_li.open > .pg_arrows {
        background-position: -20px 4px
    }

    #pg_mainmenu {
        margin: 0 auto;
        border-radius: 0
    }

    #pg_mainmenu .pg_navbar {
        padding: 0 0
    }

    .pg_navbar_toggle {
        border: 1px solid #00175f;
        background-color: #00a2e2;
        background-image: none;
        display: block
    }

    .pg_navbar_toggle:hover,.pg_navbar_toggle:focus {
        border: 1px solid #00a2e2;
        background-color: #00175f;
        background-image: none
    }

    .pg_navbar_toggle > .icon-bar {
        color: #fff;
        background-color: #fff
    }

    #mainnav > .open > a,#mainnav .active {
        background-color: #428bca
    }

    #mainnav li.category_21_li,#mainnav li.herd01_li {
        width: 100%;
        border-right: none
    }

    #mainnav li.category_21_li:hover,#mainnav li.herd01_li:hover {
        background-color: #00a2e2
    }

    #mainnav li.category_21_li > a,#mainnav li.herd01_li > a {
        width: 100%;
        padding: 15px 10px
    }

    #mainnav li.category_21_li > a:hover,#mainnav li.herd01_li > a:hover,#mainnav li.category_21_li > a:focus,#mainnav li.herd01_li > a:focus {
        color: #fff
    }

    #mainnav li.category_21_li > .dropdown-menu,#mainnav li.herd01_li > .dropdown-menu {
        position: static
    }

    #mainnav ul.category_22 li.category_22_li {
        width: 100%
    }

    #mainnav ul.category_22 li.category_22_li a {
        padding: 10px 25px
    }

    #mainnav ul.category_22 li.category_22_li a:hover {
        color: #fff
    }

    #mainnav ul.category_22 li.category_22_li.mobile_only {
        display: block
    }

    #mainnav ul.category_29 li.category_29_li {
        width: 100%
    }

    #mainnav ul.category_29 li.category_29_li a {
        padding: 10px 40px
    }

    #mainnav ul.category_29 li.category_29_li.mobile_only {
        display: block
    }

    #mainnav ul.category_30 {
        width: 100%
    }

    #mainnav ul.category_30 li.category_30_li a {
        padding: 10px 55px
    }

    #mainnav ul.category_30 li.category_30_li.mobile_only {
        display: block
    }

    #mainnav ul.herd02 li.herd02_li {
        width: 100%
    }

    #mainnav ul.herd02 li.herd02_li a {
        padding: 10px 25px
    }

    #mainnav ul.herd03 {
        width: 100%
    }

    #mainnav ul.herd03 li.herd03_li a {
        padding: 10px 40px
    }
}

@media (max-width: 768px) {
    #topnav {
        padding: 0;
        margin-bottom: 20px
    }

    #topnav > li {
        width: 100%;
        padding: 0
    }
}

#mainnav li.category_21_li > a,#mainnav li.herd01_li > a {
    background: none
}

#pg_sitemap .sitemap_fun dl.sitemap_titles {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0 0 15px 0;
    position: relative;
    text-align: left
}

#pg_sitemap .sitemap_fun dl.sitemap_titles > a {
    color: #00a2e2;
    line-height: 17px;
    word-wrap: break-word;
    text-decoration: none
}

#pg_sitemap .sitemap_fun dl.sitemap_titles > a:hover {
    text-decoration: none
}

@media (max-width: 768px) {
    #pg_sitemap .sitemap_fun dl.sitemap_titles {
        background-position: left center;
        font-size: 16px;
        padding: 20px 0;
        background-repeat: no-repeat
    }
}

.pg_button {
    border: none
}

form[name="pegasus_contactus"] table {
    width: 100%
}

form[name="pegasus_contactus"] table tr {
    display: inline-block;
    width: 100%
}

form[name="pegasus_contactus"] table tr td:first-child {
    display: inline-block;
    float: left;
    width: 30%;
    padding: 5px 10px
}

form[name="pegasus_contactus"] table tr td:last-child {
    display: inline-block;
    float: left;
    width: 70%
}

form[name="pegasus_contactus"] table tr td .pg_loginlable {
    width: 100%;
    padding: 0
}

.contact_label {
    display: inline-block;
    float: left;
    width: 30%;
    padding: 5px 10px;
    text-align: right
}

.contact_field {
    display: inline-block;
    float: left;
    width: 70%;
    text-align: left
}

.contact_field input[type="checkbox"] {
    margin: 0 auto;
    width: auto;
    height: 30px;
    float: left
}

.contact_field > span {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    width: 100%
}

#contactus_submit {
    width: 100%
}

.banner iframe {
    height: 300px;
    max-width: 100%;
    width: 100%
}

@media (max-width: 768px) {
    form[name="pegasus_contactus"] table tr td:first-child {
        width: 100%;
        padding: 5px 0
    }

    form[name="pegasus_contactus"] table tr td:first-child.check {
        width: auto;
        padding: 5px 5px 5px 0
    }

    form[name="pegasus_contactus"] table tr td:last-child {
        width: 100%;
        padding: 5px 0
    }

    form[name="pegasus_contactus"] table tr td:last-child.check {
        width: auto;
        padding: 0
    }

    .contact_label,.contact_field {
        display: inline-block;
        text-align: left;
        width: 100%;
        padding: 5px 0
    }

    .contact_label.check,.contact_field.check {
        width: auto
    }

    .contact_label > span,.contact_field > span {
        padding: 5px 0;
        text-align: left
    }

    #contactus_submit {
        display: inline-block;
        width: 100%
    }
}

.banner_newsletter {
    background-color: #d9d9d9;
    border-radius: 4px;
    padding: 10px
}

.banner_newsletter > table {
    width: 100%
}

form[name="newsletter"] #news_letter_input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    border: none;
    border-radius: 0px;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 70%
}

form[name="newsletter"] #news_letter_input:-moz-placeholder {
    color: #999
}

form[name="newsletter"] #news_letter_input::-moz-placeholder {
    color: #999
}

form[name="newsletter"] #news_letter_input:-ms-input-placeholder {
    color: #999
}

form[name="newsletter"] #news_letter_input::-webkit-input-placeholder {
    color: #999
}

form[name="newsletter"] #news_letter_input:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

form[name="newsletter"] #news_letter_input[disabled],form[name="newsletter"] #news_letter_input[readonly],fieldset[disabled] form[name="newsletter"] #news_letter_input {
    cursor: not-allowed;
    background-color: #eee
}

textareaform[name="newsletter"] #news_letter_input {
    height: auto
}

form[name="newsletter"] #news_letter_input.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

form[name="newsletter"] #news_letter_input.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

form[name="newsletter"] #news_letter_input:-moz-placeholder {
    color: #999
}

form[name="newsletter"] #news_letter_input::-moz-placeholder {
    color: #999
}

form[name="newsletter"] #news_letter_input:-ms-input-placeholder {
    color: #999
}

form[name="newsletter"] #news_letter_input::-webkit-input-placeholder {
    color: #999
}

form[name="newsletter"] #news_letter_input:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

form[name="newsletter"] #news_letter_input[disabled],form[name="newsletter"] #news_letter_input[readonly],fieldset[disabled] form[name="newsletter"] #news_letter_input {
    cursor: not-allowed;
    background-color: #eee
}

textareaform[name="newsletter"] #news_letter_input {
    height: auto
}

form[name="newsletter"] #news_letter_input.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

form[name="newsletter"] #news_letter_input.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

form[name="newsletter"] br {
    display: none
}

form[name="newsletter"] #contactus_newsletter_submit {
    background: none repeat scroll 0 0 #00175f;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 30%;
    height: 38px;
    line-height: 38px
}

@media (max-width: 768px) {
    form[name="newsletter"] #news_letter_input {
        width: 100%
    }

    form[name="newsletter"] br {
        display: none
    }

    form[name="newsletter"] #contactus_newsletter_submit {
        width: 100%
    }
}

#contactus_submit {
    margin: 0
}

.newsletter_banner {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px
}

#newslet {
    float: none;
    width: 460px;
    margin: 0 auto
}

#newslet #title_news {
    border: medium none;
    float: left;
    margin: 10px 10px 0 0;
    padding: 0 0 15px 38px !important;
    display: inline-block
}

#newslet #submap_news {
    display: inline-block;
    float: left
}

#newslet .form-control {
    width: auto;
    margin-right: 20px;
    float: left
}

#newslet #contactus_newsletter_submit {
    background: none repeat scroll 0 0 #white;
    border: 1px solid transparent;
    border-radius: 0;
    color: #red;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    float: left
}

#comments_browse .info {
    min-width: 200px
}

#comments_browse .report {
    min-width: 150px;
    text-align: right
}

#addComment #addComment_form textarea {
    height: auto
}

#addComment #addComment_form #countdown {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    width: auto
}

#addComment #addComment_form .inpblue {
    margin: 10px 0 0
}

#addComment #addComment_form .addComment_result {
    display: block;
    text-align: center
}

#addReport #addReport_form textarea {
    height: auto
}

#addReport #addReport_form #countdown {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    width: auto
}

#addReport #addReport_form .inpblue {
    margin: 10px 0 0
}

#addReport #addReport_form .addReport_result {
    display: block;
    text-align: center
}

@media (max-width: 768px) {
    #comments_browse #comments_browse_table tr td {
        border-top: none;
        cursor: default
    }

    #comments_browse #comments_browse_table tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }

    #comments_browse #comments_browse_table tr td > a:hover {
        cursor: pointer
    }

    #comments_browse #comments_browse_table tr td > span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }

    #comments_browse .report {
        text-align: left
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #comments_browse #comments_browse_table thead > tr > th,#comments_browse #comments_browse_table .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #comments_browse #comments_browse_table tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #comments_browse #comments_browse_table tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    #comments_browse #comments_browse_table tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }

    #comments_browse #comments_browse_table tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    #comments_browse #comments_browse_table tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

#finance_card .text {
    display: inline-block;
    width: 60%;
    float: left
}

#finance_card form[name="listSearch"] {
    display: inline-block;
    width: 40%;
    float: left
}

#finance_card form[name="listSearch"] .inpblue {
    margin: 10px 0
}

#finance_card #finance_list .browseTable {
    width: 100%
}

#finance_card #finance_list .browseTable .browse_item0,#finance_card #finance_list .browseTable .browse_item1 {
    padding: 10px 0
}

#finance_card #finance_list .print_invoice {
    text-align: center
}

#finance_card #finance_list .print_receipt {
    text-align: center
}

#finance_card #finance_list .print_fortotiki_invoice {
    text-align: center
}

#finance_card #finance_list .finance_totals {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

#finance_card #finance_list .finance_totals .browse_item {
    padding: 10px 0
}

#finance_card #finance_list .finance_balance {
    margin: 10px 0
}

#finance_card #finance_list .finance_balance .browse_item {
    padding: 10px 10px 10px 0
}

@media (max-width: 768px) {
    #finance_card .text {
        width: 100%
    }

    #finance_card form[name="listSearch"] {
        width: 100%
    }

    #finance_card form[name="listSearch"] .inpblue {
        margin: 10px 0
    }

    #finance_card #finance_list .browseTable tr td {
        border-top: none;
        cursor: default
    }

    #finance_card #finance_list .browseTable tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }

    #finance_card #finance_list .browseTable tr td > a:hover {
        cursor: pointer
    }

    #finance_card #finance_list .browseTable tr td > span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }

    #finance_card #finance_list .browseTable .browse_item0,#finance_card #finance_list .browseTable .browse_item1 {
        padding: 10px
    }

    #finance_card #finance_list .browseTable tr td:before {
        font-weight: bold
    }

    #finance_card #finance_list .print_invoice {
        text-align: left
    }

    #finance_card #finance_list .print_receipt {
        text-align: left
    }

    #finance_card #finance_list .print_fortotiki_invoice {
        text-align: left
    }

    #finance_card #finance_list .finance_totals .browse_item {
        padding: 10px
    }

    #finance_card #finance_list .finance_totals .browse_item:not(.text_bold) {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #finance_card #finance_list .browseTable thead > tr > th,#finance_card #finance_list .browseTable .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #finance_card #finance_list .browseTable tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #finance_card #finance_list .browseTable tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    #finance_card #finance_list .browseTable tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }

    #finance_card #finance_list .browseTable tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    #finance_card #finance_list .browseTable tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

.finance_customer_info .browse_item0,.finance_customer_info .browse_item1 {
    padding: 10px 0
}

.finance_customer_info .browse_item0.balance,.finance_customer_info .browse_item1.balance {
    text-align: right
}

.finance_deposit {
    margin: 20px 0
}

.finance_deposit .pg_form_control {
    width: 200px
}

@media (max-width: 768px) {
    .finance_customer_info tr td {
        border-top: none;
        cursor: default
    }

    .finance_customer_info tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }

    .finance_customer_info tr td > a:hover {
        cursor: pointer
    }

    .finance_customer_info tr td > span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }

    .finance_customer_info .browse_item0,.finance_customer_info .browse_item1 {
        padding: 10px
    }

    .finance_customer_info .browse_item0.balance,.finance_customer_info .browse_item1.balance {
        text-align: left
    }

    .finance_deposit .pg_form_control {
        width: 100%
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .finance_customer_info thead > tr > th,.finance_customer_info .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .finance_customer_info tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .finance_customer_info tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    .finance_customer_info tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }

    .finance_customer_info tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    .finance_customer_info tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

.selectcolor {
    padding-left: 0;
    list-style: none
}

.selectcolor .colorimgrec {
    display: inline-block;
    width: auto;
    margin: 1%;
    border: 1px solid transparent
}

.selectcolor .colorimgrec > a {
    display: block;
    padding: 5px
}

.selectcolor .colorimgrec img + .desc {
    display: none
}

.selectcolor .colorimgrec:hover {
    border: 1px solid #000
}

.selectcolor .colorimgrec.colorimgrec_seleced {
    border: 1px solid #000
}

.selectsize {
    padding-left: 0;
    list-style: none
}

.selectsize .sizerec {
    display: inline-block;
    width: auto;
    margin: 1%;
    border: 1px solid transparent
}

.selectsize .sizerec > a {
    display: block;
    padding: 5px
}

.selectsize .sizerec:hover {
    border: 1px solid #000
}

.selectsize .sizerec.sizerec_seleced {
    border: 1px solid #000
}

.basket_temaxia {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 0px
}

.basket_temaxia label {
    margin-bottom: 0px;
    display: block
}

#pmatrix_onecol_basket {
    margin-right: 10px;
    float: left
}

#pmatrix_onecol_basket span.text {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 0px;
    display: none
}

#pmatrix_onecol_basket span.text label {
    margin-bottom: 0px;
    display: block
}

#pmatrix_onecol_basket span.text label {
    margin-bottom: 0px;
    display: block
}

#pmatrix_onecol_basket a .title {
    margin-left: 5px
}

.pmatrix_onecol {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    border: 1px solid #dedede;
    float: left;
    margin: 5px;
    padding: 10px
}

@media (min-width: 768px) {
    .pmatrix_onecol {
        float: left;
        width: 100%
    }
}

.pmatrix_onecol dl {
    display: block;
    float: left;
    list-style-type: none
}

.pmatrix_onecol dl dt {
    padding-left: 15px;
    text-align: left
}

.pmatrix_onecol dl dt a {
    color: #59723b;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px
}

.pmatrix_onecol dl.pmatrix_onecol_desc {
    vertical-align: top;
    width: 73%
}

.pmatrix_onecol .pg_list_image .image_icons a img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.pmatrix_onecol .pg_list_information {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .pmatrix_onecol .pg_list_information {
        float: left;
        width: 33.33333333%
    }
}

.pmatrix_onecol .pg_list_information dt {
    font-weight: normal
}

.pmatrix_onecol .pg_list_information #description {
    margin: 10px 0
}

.pmatrix_onecol .pg_list_information #description > a {
    color: #00175f;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none
}

.pmatrix_onecol .pg_list_information #description > a:hover,.pmatrix_onecol .pg_list_information #description > a:focus {
    color: #00a2e2;
    text-decoration: none
}

.pmatrix_onecol #pmatrix_onecol_i00_timh {
    float: left
}

.pmatrix_onecol #pmatrix_onecol_i00_timh .timh_title {
    display: none
}

.pmatrix_onecol #pmatrix_onecol_i00_timh .timh {
    color: #00a2e2;
    font-size: 25px;
    font-weight: normal;
    line-height: 26px
}

.pmatrix_onecol #pmatrix_onecol_localtimh_pososto .discount {
    display: none
}

.pmatrix_onecol #pmatrix_onecol_more {
    float: left
}

.pmatrix_onecol #pmatrix_onecol_wish_list {
    display: block;
    clear: both
}

.pmatrix_onecol #pmatrix_onecol_wish_list > a {
    color: #777;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none
}

.pmatrix_onecol #pmatrix_onecol_wish_list > a span {
    margin-left: 2px
}

.pmatrix_onecol #pmatrix_onecol_wish_list > a:hover {
    color: #00175f
}

.matrix_prices,.one_col_prices {
    display: block;
    clear: both;
    height: 40px
}

#pmatrix_onecol_localtimh {
    text-decoration: line-through solid #f13340;
    color: #00175f;
    margin: 5px;
    float: left
}

#pmatrix_onecol_localtimh .local_price_title {
    display: none
}

#local_price_pososto_pos {
    background: none repeat scroll 0 0 #f13340;
    border: 1px solid #d02a2c;
    color: #fff;
    display: inline-block;
    font: 600 18px/22px "Open Sans", sans-serif;
    padding: 0 5px 0 3px;
    margin: 2px
}

#local_price_pososto_pos:before {
    content: "-"
}

.matrix_prices dt:empty {
    display: none
}

.bask_title {
    width: 100%;
    border-bottom: 1px solid #999;
    display: inline-block
}

.bask_title > .browse_item0,.bask_title > .browse_item1 {
    background: none;
    border-bottom: none
}

.pg_bask_fields {
    padding: 4px 7px;
    margin: 3px 0px
}

.pg_products {
    width: 60%;
    float: left;
    border-right: 1px solid #999;
    padding: 4px 7px;
    margin: 3px 0px
}

.pg_quantity {
    width: 40%;
    float: left;
    padding: 4px 7px;
    margin: 3px 0px
}

.cost {
    font-weight: bold
}

@media (max-width: 768px) {
    .pmatrix_onecol {
        border: 1px solid #dedede;
        width: 100%;
        margin: 10px auto
    }
}

@media (max-width: 480px) {
    .pmatrix_onecol {
        float: none
    }

    .pmatrix_onecol dl {
        float: none
    }
}

.pmatrix {
    margin-right: auto;
    margin-left: auto;
    display: table-row;
    clear: none;
    float: left;
    margin: 0 0 10px;
    text-align: center;
    width: 100%
}

.pmatrix:before,.pmatrix:after {
    content: " ";
    display: table
}

.pmatrix:after {
    clear: both
}

.pmatrix:before,.pmatrix:after {
    content: " ";
    display: table
}

.pmatrix:after {
    clear: both
}

.pmatrix dl {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 30%;
    margin: 7px;
    padding: 10px 5px;
    list-style-type: none;
    clear: none;
    vertical-align: top;
    border: 1px solid #c3c3c3;
    border-radius: 10px
}

.pmatrix dl dt {
    clear: none;
    padding: 0
}

.pmatrix dl #list_description {
    margin: 0 0 5px;
    text-align: left;
    padding: 12px 0 5px
}

.pmatrix dl #list_description > .description > a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    text-align: left;
    color: #00175f
}

.pmatrix dl #list_description > .description > a:hover,.pmatrix dl #list_description > .description > a:focus {
    color: #00a2e2;
    text-decoration: none
}

.pmatrix dl #list_description2 {
    color: #bababa;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-decoration: none;
    text-align: left;
    display: none
}

.pmatrix dl #list_image > a img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.pmatrix dl #list_compare {
    text-align: center;
    border-bottom: 1px solid #999;
    font-size: 12px
}

.pmatrix dl #list_compare .compare_input {
    margin: 0
}

.pmatrix dl #list_basket {
    padding: 5px 0
}

.pmatrix dl #list_basket input {
    text-align: center
}

.pmatrix dl #list_basket a > img {
    padding: 10px 0
}

.pmatrix dl #list_price {
    float: left;
    padding: 10px 0
}

.pmatrix dl #list_localtimi {
    text-decoration: line-through solid #f13340;
    color: #00175f;
    margin: 5px;
    float: left
}

.pmatrix dl #list_localtimi .local_price_title {
    display: none
}

.pmatrix dl #list_localtimi .local_price_title {
    display: none
}

.pmatrix dl #pmatrix_onecol_i00_avail {
    width: 100%
}

@media (max-width: 768px) {
    .pmatrix > dl {
        width: 100%;
        padding: 5px 10px;
        margin: 20px 0px;
        text-align: left;
        height: 100%;
        min-height: 200px;
        max-height: 100%;
        border: 1px solid #999
    }

    .pmatrix > dl dt {
        display: inline-block;
        width: 100%
    }

    .pmatrix > dl #list_image {
        text-align: center
    }
}

#product_list form[name="formProductList"] > table {
    margin: 20px auto
}

#product_list form[name="formProductList"] > table > tbody > tr > td {
    padding: 5px
}

#product_list form[name="formProductList"] > table > tbody > tr > td.browse_title > a {
    color: inherit
}

#product_list form[name="formProductList"] > table > tbody > tr > td .timh br {
    display: none
}

#product_list form[name="formProductList"] > table > tbody > tr > td > table {
    float: right;
    width: auto
}

#product_list form[name="formProductList"] > table > tbody > tr > td > table td > span,#product_list form[name="formProductList"] > table > tbody > tr > td > table td > a {
    display: inline-block;
    width: 100%
}

#product_list form[name="formProductList"] > table input.onlynumbers {
    text-align: center
}

@media (max-width: 768px) {
    #product_list {
        margin: 0 auto
    }

    #product_list form[name="formProductList"] > table tr td {
        border-top: none;
        cursor: default
    }

    #product_list form[name="formProductList"] > table tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }

    #product_list form[name="formProductList"] > table tr td > a:hover {
        cursor: pointer
    }

    #product_list form[name="formProductList"] > table tr td > span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }

    #product_list form[name="formProductList"] > table table {
        margin: 0 auto
    }

    #product_list form[name="formProductList"] > table table tr {
        border: none
    }

    #product_list form[name="formProductList"] > table table tr td {
        border: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #product_list form[name="formProductList"] > table thead > tr > th,#product_list form[name="formProductList"] > table .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #product_list form[name="formProductList"] > table tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #product_list form[name="formProductList"] > table tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    #product_list form[name="formProductList"] > table tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }

    #product_list form[name="formProductList"] > table tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    #product_list form[name="formProductList"] > table tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

.pg_more_results {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    width: 100%
}

.pg_more_results:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_more_results:hover,.pg_more_results:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_more_results:active,.pg_more_results.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_more_results.disabled,.pg_more_results[disabled],fieldset[disabled] .pg_more_results {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_more_results:hover {
    background-color: #00175f;
    color: #fff
}

.pg_more_results:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_more_results:hover,.pg_more_results:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_more_results:active,.pg_more_results.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_more_results.disabled,.pg_more_results[disabled],fieldset[disabled] .pg_more_results {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_more_results:hover {
    background-color: #00175f;
    color: #fff
}

#infinite_scroll_completed {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%
}

#infinite_scroll_completed:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#infinite_scroll_completed:hover,#infinite_scroll_completed:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

#infinite_scroll_completed:active,#infinite_scroll_completed.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

#infinite_scroll_completed.disabled,#infinite_scroll_completed[disabled],fieldset[disabled] #infinite_scroll_completed {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

#infinite_scroll_completed:hover {
    background-color: #00175f;
    color: #fff
}

#infinite_scroll_completed:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#infinite_scroll_completed:hover,#infinite_scroll_completed:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

#infinite_scroll_completed:active,#infinite_scroll_completed.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

#infinite_scroll_completed.disabled,#infinite_scroll_completed[disabled],fieldset[disabled] #infinite_scroll_completed {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

#infinite_scroll_completed:hover {
    background-color: #00175f;
    color: #fff
}

#fban_body_99999999999 {
    border-bottom: 1px dotted #d8d8d8;
    border-top: 1px dotted #d8d8d8;
    padding: 20px 0 10px
}

#fban_body_99999999999 table.product_search {
    width: 100%
}

#fban_body_99999999999 table.product_search tr {
    display: inline-block
}

#fban_body_99999999999 table.product_search tr:first-child {
    width: 50%
}

#fban_body_99999999999 table.product_search tr > td {
    display: inline-block;
    width: 50%
}

#fban_body_99999999999 table.product_search tr .char_title {
    font-weight: bold;
    margin-bottom: 5px
}

#fban_body_99999999999 table.product_search input {
    text-align: center
}

#fban_body_99999999999 table.product_search select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    text-align: center
}

#fban_body_99999999999 table.product_search select:-moz-placeholder {
    color: #999
}

#fban_body_99999999999 table.product_search select::-moz-placeholder {
    color: #999
}

#fban_body_99999999999 table.product_search select:-ms-input-placeholder {
    color: #999
}

#fban_body_99999999999 table.product_search select::-webkit-input-placeholder {
    color: #999
}

#fban_body_99999999999 table.product_search select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#fban_body_99999999999 table.product_search select[disabled],#fban_body_99999999999 table.product_search select[readonly],fieldset[disabled] #fban_body_99999999999 table.product_search select {
    cursor: not-allowed;
    background-color: #eee
}

textarea#fban_body_99999999999 table.product_search select {
    height: auto
}

#fban_body_99999999999 table.product_search select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#fban_body_99999999999 table.product_search select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#fban_body_99999999999 table.product_search select:-moz-placeholder {
    color: #999
}

#fban_body_99999999999 table.product_search select::-moz-placeholder {
    color: #999
}

#fban_body_99999999999 table.product_search select:-ms-input-placeholder {
    color: #999
}

#fban_body_99999999999 table.product_search select::-webkit-input-placeholder {
    color: #999
}

#fban_body_99999999999 table.product_search select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#fban_body_99999999999 table.product_search select[disabled],#fban_body_99999999999 table.product_search select[readonly],fieldset[disabled] #fban_body_99999999999 table.product_search select {
    cursor: not-allowed;
    background-color: #eee
}

textarea#fban_body_99999999999 table.product_search select {
    height: auto
}

#fban_body_99999999999 table.product_search select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#fban_body_99999999999 table.product_search select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#productKeywordsSH {
    display: inline-block;
    margin: 5px 0;
    position: relative;
    width: 50%
}

#productKeywordsSH > td {
    display: inline-block
}

#productNumItemSH,#productOrderSH {
    width: 50%;
    display: inline-block;
    float: left;
    line-height: 24px;
    padding: 0;
    vertical-align: middle;
    margin: 5px 0
}

#productNumItemSH > td,#productOrderSH > td {
    display: inline-block
}

#productpreviewSH {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 5px 0
}

#productpreviewSH > label {
    float: left;
    line-height: 25px
}

#productpreviewSH > td {
    display: inline-block
}

#productCustSH {
    width: 50%
}

#productCustSH > td {
    display: inline-block;
    float: none
}

#productButtonSH {
    text-align: right;
    width: 50%;
    float: right
}

#productButtonSH input[type="button"] {
    width: 100%;
    margin: 0
}

#MATRIX {
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/grid_a.png") no-repeat scroll 0 bottom transparent;
    display: inline-block;
    float: left;
    height: 24px;
    margin: 0px 5px;
    width: 25px
}

#MATRIX:hover,#MATRIX:focus {
    background-position: center top;
    cursor: pointer
}

#MATRIX_ONECOL {
    display: inline-block;
    float: left;
    height: 24px;
    margin: 0px 5px;
    width: 25px;
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/grid_a.png") no-repeat scroll 0 bottom transparent;
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/list_a.png") no-repeat scroll 0 bottom transparent
}

#MATRIX_ONECOL:hover,#MATRIX_ONECOL:focus {
    background-position: center top;
    cursor: pointer
}

#MATRIX_ONECOL:hover,#MATRIX_ONECOL:focus {
    background-position: center top;
    cursor: pointer
}

.searchlist_sme {
    display: block;
    border-bottom: 1px solid #fff
}

.searchlist_sme > .btn-toolbar {
    text-align: left
}

.btn-group > a.selected {
    background-color: #00a2e2 !important;
    background-image: linear-gradient(to bottom, #00a2e2 0%, #999 100%) !important;
    border-color: #00a2e2;
    color: #fff !important
}

.notselected {
    background-color: #999 !important;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 100%) !important;
    color: #555 !important
}

.notselected:hover,.notselected:focus {
    color: #fff !important
}

.list_label {
    background-color: #555;
    vertical-align: middle
}

.compare_item > table {
    margin: 10px 0
}

.compare_item > table a {
    color: inherit
}

.compare {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    float: right;
    margin: 5px 5px 2px 2px;
    border: 1px solid #00a2e2
}

.compare:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.compare:hover,.compare:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.compare:active,.compare.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.compare.disabled,.compare[disabled],fieldset[disabled] .compare {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.compare:hover {
    background-color: #00175f;
    color: #fff
}

.compare:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.compare:hover,.compare:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.compare:active,.compare.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.compare.disabled,.compare[disabled],fieldset[disabled] .compare {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.compare:hover {
    background-color: #00175f;
    color: #fff
}

.compare:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.compare:hover,.compare:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.compare:active,.compare.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.compare.disabled,.compare[disabled],fieldset[disabled] .compare {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.compare:hover {
    background-color: #00175f;
    color: #fff
}

.compare:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.compare:hover,.compare:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.compare:active,.compare.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.compare.disabled,.compare[disabled],fieldset[disabled] .compare {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.compare:hover {
    background-color: #00175f;
    color: #fff
}

.order_sh {
    float: left;
    padding: 10px 0
}

@media (max-width: 1200px) {
    #productNumItemSH,#productOrderSH {
        width: 50%
    }

    #productpreviewSH {
        width: 50%
    }
}

@media (max-width: 768px) {
    #fban_body_99999999999 table.product_search tr:first-child {
        width: 100%
    }

    #fban_body_99999999999 table.product_search tr td {
        width: 100%
    }

    #productKeywordsSH {
        text-align: center;
        width: 100%
    }

    #productKeywordsSH > td {
        display: block
    }

    #productpreviewSH,#productNumItemSH,#productOrderSH {
        width: 100%
    }

    #productpreviewSH td,#productNumItemSH td,#productOrderSH td {
        text-align: center;
        display: block;
        width: 100%
    }

    #productpreviewSH td:last-child,#productNumItemSH td:last-child,#productOrderSH td:last-child {
        text-align: center
    }

    #productCustSH {
        width: 100%
    }

    #productButtonSH {
        width: 100%
    }

    #productButtonSH input[type="button"] {
        margin: 10px 0
    }
}

.show_product input:not(.inpblue),.show_product select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px
}

.show_product input:not(.inpblue):-moz-placeholder,.show_product select:-moz-placeholder {
    color: #999
}

.show_product input:not(.inpblue)::-moz-placeholder,.show_product select::-moz-placeholder {
    color: #999
}

.show_product input:not(.inpblue):-ms-input-placeholder,.show_product select:-ms-input-placeholder {
    color: #999
}

.show_product input:not(.inpblue)::-webkit-input-placeholder,.show_product select::-webkit-input-placeholder {
    color: #999
}

.show_product input:not(.inpblue):focus,.show_product select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.show_product input:not(.inpblue)[disabled],.show_product select[disabled],.show_product input:not(.inpblue)[readonly],.show_product select[readonly],fieldset[disabled] .show_product input:not(.inpblue),fieldset[disabled] .show_product select {
    cursor: not-allowed;
    background-color: #eee
}

textarea.show_product input:not(.inpblue),textarea.show_product select {
    height: auto
}

.show_product input:not(.inpblue).input-large,.show_product select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.show_product input:not(.inpblue).input-small,.show_product select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.show_product input:not(.inpblue):-moz-placeholder,.show_product select:-moz-placeholder {
    color: #999
}

.show_product input:not(.inpblue)::-moz-placeholder,.show_product select::-moz-placeholder {
    color: #999
}

.show_product input:not(.inpblue):-ms-input-placeholder,.show_product select:-ms-input-placeholder {
    color: #999
}

.show_product input:not(.inpblue)::-webkit-input-placeholder,.show_product select::-webkit-input-placeholder {
    color: #999
}

.show_product input:not(.inpblue):focus,.show_product select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.show_product input:not(.inpblue)[disabled],.show_product select[disabled],.show_product input:not(.inpblue)[readonly],.show_product select[readonly],fieldset[disabled] .show_product input:not(.inpblue),fieldset[disabled] .show_product select {
    cursor: not-allowed;
    background-color: #eee
}

textarea.show_product input:not(.inpblue),textarea.show_product select {
    height: auto
}

.show_product input:not(.inpblue).input-large,.show_product select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.show_product input:not(.inpblue).input-small,.show_product select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.show_product input[type="checkbox"] {
    margin: 0 auto;
    width: auto
}

.show_product textarea {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    height: 200px
}

.show_product textarea:-moz-placeholder {
    color: #999
}

.show_product textarea::-moz-placeholder {
    color: #999
}

.show_product textarea:-ms-input-placeholder {
    color: #999
}

.show_product textarea::-webkit-input-placeholder {
    color: #999
}

.show_product textarea:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.show_product textarea[disabled],.show_product textarea[readonly],fieldset[disabled] .show_product textarea {
    cursor: not-allowed;
    background-color: #eee
}

textarea.show_product textarea {
    height: auto
}

.show_product textarea.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.show_product textarea.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.show_product textarea:-moz-placeholder {
    color: #999
}

.show_product textarea::-moz-placeholder {
    color: #999
}

.show_product textarea:-ms-input-placeholder {
    color: #999
}

.show_product textarea::-webkit-input-placeholder {
    color: #999
}

.show_product textarea:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.show_product textarea[disabled],.show_product textarea[readonly],fieldset[disabled] .show_product textarea {
    cursor: not-allowed;
    background-color: #eee
}

textarea.show_product textarea {
    height: auto
}

.show_product textarea.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.show_product textarea.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.show_product .sh_prod > dl {
    display: inline-block;
    float: left;
    width: 50%
}

.show_product .sh_prod > dl img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 100%
}

.show_product .sh_prod > dl dt .compare_input {
    display: inline-block
}

.show_product .sh_prod .one_local_price {
    text-decoration: line-through solid #f13340
}

#px01 {
    color: #999;
    padding: 5px;
    margin: 2px 0px
}

.sh_tab > dl.tab_head > dt {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    float: left;
    margin-bottom: 0;
    padding: 10px;
    vertical-align: bottom;
    cursor: pointer;
    color: #919191
}

.sh_tab > dl.tab_head > dt.activeTab {
    color: #000;
    border-bottom: 1px solid transparent
}

.sh_tab > dl.tab_head > dt:last-of-type {
    border-right: 1px solid #e5e5e5
}

.sh_tab > dl:first-child {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0
}

.tab_main {
    width: 100%;
    margin-top: -1px;
    border: 1px solid #e5e5e5
}

.tab_main .tab_main_method dl > dt.text,.tab_main .tab_main_method dl > dt.text_bold {
    display: inline-block;
    width: 50%
}

.tab_main .tab_main_method .pmatrix > dl {
    width: 50%
}

.tab_main .tab_main_method form[name="pegasus"] {
    padding: 5px
}

.tab_main .tab_main_method form[name="pegasus"] table tr {
    display: block
}

.tab_main .tab_main_method form[name="pegasus"] table tr td.cont_textarea {
    text-align: left;
    width: 70%
}

.tab_main .tab_main_method form[name="pegasus"] table tr td.cont_submit {
    display: inline-block;
    width: 100%
}

.tab_main .tab_main_method form[name="pegasus"] table tr td.cont_submit input {
    width: 100%;
    height: auto
}

.tab_main .tab_main_method table {
    width: 100%;
    background-color: transparent;
    max-width: 100%
}

.tab_main .tab_main_method table tr.comp_char {
    border-bottom: 1px solid #ccc
}

.tab_main .tab_main_method table tr.comp_char:nth-child(2n+1) {
    background-color: #eeeeee
}

.tab_main .tab_main_method table tr.comp_char td.text_bold {
    font-size: 13px;
    font-weight: bold;
    padding: 8px
}

.tab_main .tab_main_method table tr.comp_char td.text_bold:after {
    content: ":"
}

.tab_main .tab_main_method table tr.comp_char td.text {
    font-size: 13px;
    padding: 3px 0
}

.tab_list_container {
    display: inline-block;
    width: 100%
}

.tab_list_title {
    background: #ddd none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    background: none repeat scroll 0 0 #00175f;
    color: #fff;
    background: none repeat scroll 0 0 #012440 !important;
    border-top: 5px solid #00a2e2;
    color: #ffffff;
    font: 600 18px/22px "Open Sans", sans-serif;
    margin: 0 0 20px;
    margin-bottom: 20px;
    padding: 14px 10px 17px 20px
}

.tab_title {
    background: #ddd none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    background: none repeat scroll 0 0 #00175f;
    color: #fff;
    background: none repeat scroll 0 0 #012440 !important;
    border-top: 5px solid #00a2e2;
    color: #ffffff;
    font: 600 18px/22px "Open Sans", sans-serif;
    margin: 0 0 20px;
    margin-bottom: 20px;
    padding: 14px 10px 17px 20px;
    cursor: pointer
}

@media (max-width: 768px) {
    .show_product .sh_prod > dl {
        width: 100%;
        text-align: center
    }

    .show_product .sh_prod > dl dt > table {
        margin: 0 auto
    }

    .tab_main .tab_main_method form[name="pegasus"] table tr {
        display: block
    }

    .tab_main .tab_main_method form[name="pegasus"] table tr td.cont_textarea {
        width: 100%
    }
}

#matrix_quick_view .modal-dialog,#matrix_onecol_quick_view .modal-dialog {
    display: block;
    width: 60%;
    margin: 50px auto
}

.wish_list_container .table_wish_list .wish_del {
    text-align: right
}

@media (max-width: 768px) {
    .wish_list_container .table_wish_list tr td {
        border-top: none;
        cursor: default
    }

    .wish_list_container .table_wish_list tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 100%
    }

    .wish_list_container .table_wish_list tr td > a:hover {
        cursor: pointer
    }

    .wish_list_container .table_wish_list tr td > span {
        display: inline-block;
        float: right;
        width: 100%;
        min-height: 1px
    }

    .wish_list_container .table_wish_list .wish_img,.wish_list_container .table_wish_list .wish_descr,.wish_list_container .table_wish_list .wish_del {
        text-align: center
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .wish_list_container .table_wish_list thead > tr > th,.wish_list_container .table_wish_list .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .wish_list_container .table_wish_list tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .wish_list_container .table_wish_list tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    .wish_list_container .table_wish_list tr td:before {
        content: attr(title);
        display: inline-block;
        width: 0%
    }

    .wish_list_container .table_wish_list tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    .wish_list_container .table_wish_list tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

#show_mypoints .customer_fld {
    text-align: right
}

#show_mypoints .customer_fld select {
    display: inline-block;
    width: auto;
    margin-left: 10px
}

#show_mypoints #show_mypoints_list .total_points {
    padding: 10px 0;
    text-align: right;
    font-weight: bold
}

@media (max-width: 768px) {
    #show_mypoints .customer_fld {
        text-align: left
    }

    #show_mypoints .customer_fld select {
        width: 100%;
        margin-left: 0
    }

    #show_mypoints #show_mypoints_list tr td {
        border-top: none;
        cursor: default
    }

    #show_mypoints #show_mypoints_list tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }

    #show_mypoints #show_mypoints_list tr td > a:hover {
        cursor: pointer
    }

    #show_mypoints #show_mypoints_list tr td > span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }

    #show_mypoints #show_mypoints_list .total_points {
        padding: 10px
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #show_mypoints #show_mypoints_list thead > tr > th,#show_mypoints #show_mypoints_list .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #show_mypoints #show_mypoints_list tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #show_mypoints #show_mypoints_list tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    #show_mypoints #show_mypoints_list tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }

    #show_mypoints #show_mypoints_list tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    #show_mypoints #show_mypoints_list tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

#multiselect_banner {
    display: inline-block;
    width: 100%;
    position: relative
}

#multiselect_banner .pg_banner_arrows {
    display: none
}

#multiselect_banner .multiselect_banner_title > span {
    display: inline-block;
    width: 100%
}

#multiselect_banner .multiselect_filters_list {
    border: none
}

#multiselect_banner .multiselect_filters_list .filter_menu {
    margin: 10px 0
}

#multiselect_banner .multiselect_filters_list .filter_menu .pg_acc_heading {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    margin: 5px 0
}

#multiselect_banner .multiselect_filters_list .filter_menu .pg_acc_heading .filter_menu_head {
    color: #000;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    margin: 0
}

#multiselect_banner .multiselect_filters_list .filter_menu .pg_acc_heading:hover,#multiselect_banner .multiselect_filters_list .filter_menu .pg_acc_heading:focus {
    background-color: transparent
}

#multiselect_banner .multiselect_filters_list .filter_menu .pg_accordion_body .pg_accordion_inner {
    display: inline-block;
    width: 100%
}

#multiselect_banner .multiselect_filters_list .filter_menu_data {
    display: inline-block;
    width: 100%;
    background: rgba(0,0,0,0) url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/check_box_empty_2.png") no-repeat scroll 0 0;
    cursor: pointer;
    margin: 5px 0;
    padding: 0 0 0 25px;
    color: #000;
    background-position: 0 2px
}

#multiselect_banner .multiselect_filters_list .filter_menu_data.selected {
    color: #00a2e2;
    font-weight: bold;
    background: rgba(0,0,0,0) url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/check_box_full.png") no-repeat scroll 0 0;
    background-position: 0 2px
}

#multiselect_banner .multiselect_filters_list .filter_menu_data:hover,#multiselect_banner .multiselect_filters_list .filter_menu_data:focus {
    color: #00a2e2;
    background: rgba(0,0,0,0) url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/check_box_full.png") no-repeat scroll 0 0;
    background-position: 0 2px
}

#multiselect_banner .multiselect_filters_list .filters_selected {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    width: 100%
}

#multiselect_banner .multiselect_filters_list .filters_selected .filter_menu_data.selected {
    color: #000;
    font-weight: normal
}

#multiselect_banner .multiselect_filters_list .filters_selected .clear_all {
    display: inline-block;
    width: 90%;
    border: 3px solid #00a2e2;
    cursor: pointer;
    font-size: 16px;
    margin: 5px 0;
    padding: 10px 20px;
    background-color: #ddd;
    color: #000
}

#multiselect_banner .multiselect_filters_list .filters_selected .clear_all:after {
    content: "\f00d";
    font-family: fontawesome;
    padding: 0 0 0 20px
}

#multiselect_banner .multiselect_filters_list .filters_selected .clear_all:hover,#multiselect_banner .multiselect_filters_list .filters_selected .clear_all:focus {
    background-color: #00a2e2
}

@media (max-width: 992px) {
    #multiselect_banner .pg_banner_arrows {
        display: inline-block;
        margin: 0;
        right: 5%;
        top: 10px;
        background-position: -17px 7px
    }

    #multiselect_banner .pg_banner_arrows.collapsed {
        background-position: 7px 8px
    }

    #multiselect_banner .multiselect_filters_list .filter_menu_data {
        background-position: 0 7px;
        font-size: 14px;
        padding: 5px 0 5px 25px
    }

    #multiselect_banner .multiselect_filters_list .filter_menu_data.selected {
        background-position: 0 7px
    }

    #multiselect_banner .multiselect_filters_list .filter_menu_data:hover,#multiselect_banner .multiselect_filters_list .filter_menu_data:focus {
        background-position: 0 7px
    }
}

#pmatrix_onecol_basket span.text {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 0px;
    display: none
}

#pmatrix_onecol_basket span.text label {
    margin-bottom: 0px;
    display: block
}

#pmatrix_onecol_basket span.text label {
    margin-bottom: 0px;
    display: block
}

#pmatrix_onecol_basket a {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none
}

#pmatrix_onecol_basket a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#pmatrix_onecol_basket a:hover,#pmatrix_onecol_basket a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

#pmatrix_onecol_basket a:active,#pmatrix_onecol_basket a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

#pmatrix_onecol_basket a.disabled,#pmatrix_onecol_basket a[disabled],fieldset[disabled] #pmatrix_onecol_basket a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

#pmatrix_onecol_basket a:hover {
    background-color: #00175f;
    color: #fff
}

#pmatrix_onecol_basket a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#pmatrix_onecol_basket a:hover,#pmatrix_onecol_basket a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

#pmatrix_onecol_basket a:active,#pmatrix_onecol_basket a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

#pmatrix_onecol_basket a.disabled,#pmatrix_onecol_basket a[disabled],fieldset[disabled] #pmatrix_onecol_basket a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

#pmatrix_onecol_basket a:hover {
    background-color: #00175f;
    color: #fff
}

#pmatrix_onecol_basket a .title {
    margin-left: 5px
}

.pmatrix_onecol {
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 5px 0px
}

.pmatrix_onecol .pg_list_image {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .pmatrix_onecol .pg_list_image {
        float: left;
        width: 33.33333333%
    }
}

.pmatrix_onecol .pg_list_image .image_icons {
    background-color: #f4f4f4;
    padding: 40px 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative
}

.pmatrix_onecol .pg_list_information #description > a {
    color: #00175f
}

.pmatrix_onecol .pg_list_information #description > a:hover,.pmatrix_onecol .pg_list_information #description > a:focus {
    color: #00a2e2;
    text-decoration: none
}

.pmatrix_onecol .pg_list_buttons {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 40px;
    border-left: 1px solid #dedede;
    min-height: 200px
}

@media (min-width: 768px) {
    .pmatrix_onecol .pg_list_buttons {
        float: left;
        width: 33.33333333%
    }
}

.pmatrix_onecol #pmatrix_onecol_i00_timh .timh_title {
    display: none
}

.pmatrix_onecol #pmatrix_onecol_i00_timh .timh {
    color: #00a2e2
}

.pmatrix_onecol #pmatrix_onecol_localtimh_pososto .discount {
    display: none
}

.pmatrix_onecol #pmatrix_onecol_more > a {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none
}

.pmatrix_onecol #pmatrix_onecol_more > a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pmatrix_onecol #pmatrix_onecol_more > a:hover,.pmatrix_onecol #pmatrix_onecol_more > a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pmatrix_onecol #pmatrix_onecol_more > a:active,.pmatrix_onecol #pmatrix_onecol_more > a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pmatrix_onecol #pmatrix_onecol_more > a.disabled,.pmatrix_onecol #pmatrix_onecol_more > a[disabled],fieldset[disabled] .pmatrix_onecol #pmatrix_onecol_more > a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmatrix_onecol #pmatrix_onecol_more > a:hover {
    background-color: #00175f;
    color: #fff
}

.pmatrix_onecol #pmatrix_onecol_more > a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pmatrix_onecol #pmatrix_onecol_more > a:hover,.pmatrix_onecol #pmatrix_onecol_more > a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pmatrix_onecol #pmatrix_onecol_more > a:active,.pmatrix_onecol #pmatrix_onecol_more > a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pmatrix_onecol #pmatrix_onecol_more > a.disabled,.pmatrix_onecol #pmatrix_onecol_more > a[disabled],fieldset[disabled] .pmatrix_onecol #pmatrix_onecol_more > a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmatrix_onecol #pmatrix_onecol_more > a:hover {
    background-color: #00175f;
    color: #fff
}

.pmatrix_onecol #pmatrix_onecol_wish_list > a {
    color: #777
}

.pmatrix_onecol #pmatrix_onecol_wish_list > a span {
    margin-left: 2px
}

.pmatrix_onecol #pmatrix_onecol_wish_list > a:hover {
    color: #00175f
}

@media (max-width: 768px) {
    .pmatrix_onecol {
        border: none
    }

    .pmatrix_onecol .pg_list_buttons {
        border-left: none;
        padding-left: 15px
    }
}

.pmatrix > dl {
    margin: 10px 0px;
    width: 33%;
    padding: 5px 10px;
    text-align: left;
    height: 500px;
    border: 1px solid #fff
}

.pmatrix > dl .matrix_info {
    display: none
}

.pmatrix > dl #image_icons {
    padding: 45px 0;
    text-align: center;
    position: relative;
    max-width: 270px;
    width: 100%;
    background-color: #f4f4f4
}

.pmatrix > dl #image_icons > a > img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.pmatrix > dl #image_icons #list_basket > table {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    margin-left: 5px
}

.pmatrix > dl #image_icons #list_basket > table span.text {
    display: none
}

.pmatrix > dl #image_icons #list_basket > table a {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    font-size: 35px;
    line-height: 35px;
    padding: 13px 17px 13px 11px
}

.pmatrix > dl #image_icons #list_basket > table a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pmatrix > dl #image_icons #list_basket > table a:hover,.pmatrix > dl #image_icons #list_basket > table a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pmatrix > dl #image_icons #list_basket > table a:active,.pmatrix > dl #image_icons #list_basket > table a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pmatrix > dl #image_icons #list_basket > table a.disabled,.pmatrix > dl #image_icons #list_basket > table a[disabled],fieldset[disabled] .pmatrix > dl #image_icons #list_basket > table a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmatrix > dl #image_icons #list_basket > table a:hover {
    background-color: #00175f;
    color: #fff
}

.pmatrix > dl #image_icons #list_basket > table a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pmatrix > dl #image_icons #list_basket > table a:hover,.pmatrix > dl #image_icons #list_basket > table a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pmatrix > dl #image_icons #list_basket > table a:active,.pmatrix > dl #image_icons #list_basket > table a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pmatrix > dl #image_icons #list_basket > table a.disabled,.pmatrix > dl #image_icons #list_basket > table a[disabled],fieldset[disabled] .pmatrix > dl #image_icons #list_basket > table a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmatrix > dl #image_icons #list_basket > table a:hover {
    background-color: #00175f;
    color: #fff
}

.pmatrix > dl #image_icons #list_basket > table a:hover,.pmatrix > dl #image_icons #list_basket > table a:focus {
    background-color: #84b141
}

.pmatrix > dl #image_icons #list_basket > table a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pmatrix > dl #image_icons #list_basket > table a:hover,.pmatrix > dl #image_icons #list_basket > table a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pmatrix > dl #image_icons #list_basket > table a:active,.pmatrix > dl #image_icons #list_basket > table a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pmatrix > dl #image_icons #list_basket > table a.disabled,.pmatrix > dl #image_icons #list_basket > table a[disabled],fieldset[disabled] .pmatrix > dl #image_icons #list_basket > table a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmatrix > dl #image_icons #list_basket > table a:hover {
    background-color: #00175f;
    color: #fff
}

.pmatrix > dl #image_icons #list_basket > table a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pmatrix > dl #image_icons #list_basket > table a:hover,.pmatrix > dl #image_icons #list_basket > table a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pmatrix > dl #image_icons #list_basket > table a:active,.pmatrix > dl #image_icons #list_basket > table a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pmatrix > dl #image_icons #list_basket > table a.disabled,.pmatrix > dl #image_icons #list_basket > table a[disabled],fieldset[disabled] .pmatrix > dl #image_icons #list_basket > table a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmatrix > dl #image_icons #list_basket > table a:hover {
    background-color: #00175f;
    color: #fff
}

.pmatrix > dl #image_icons #list_basket > table a:hover,.pmatrix > dl #image_icons #list_basket > table a:focus {
    background-color: #84b141
}

.pmatrix > dl #image_icons #list_basket > table a .title {
    display: none
}

.pmatrix > dl .matrix_desc {
    display: inline-block;
    width: 100%;
    text-align: left
}

.pmatrix > dl .matrix_desc #list_description > .description > a {
    color: #00175f
}

.pmatrix > dl .matrix_desc #list_description > .description > a:hover,.pmatrix > dl .matrix_desc #list_description > .description > a:focus {
    color: #00a2e2;
    text-decoration: none
}

.pmatrix > dl .matrix_desc #list_description2 {
    color: #bababa
}

.pmatrix > dl .matrix_prices > dt {
    display: inline-block
}

.pmatrix > dl .matrix_add_more {
    width: 100%;
    clear: both;
    display: inline-block
}

.pmatrix > dl .matrix_add_more > dt {
    float: left
}

.pmatrix > dl .matrix_add_more #more > a {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none
}

.pmatrix > dl .matrix_add_more #more > a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pmatrix > dl .matrix_add_more #more > a:hover,.pmatrix > dl .matrix_add_more #more > a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pmatrix > dl .matrix_add_more #more > a:active,.pmatrix > dl .matrix_add_more #more > a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pmatrix > dl .matrix_add_more #more > a.disabled,.pmatrix > dl .matrix_add_more #more > a[disabled],fieldset[disabled] .pmatrix > dl .matrix_add_more #more > a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmatrix > dl .matrix_add_more #more > a:hover {
    background-color: #00175f;
    color: #fff
}

.pmatrix > dl .matrix_add_more #more > a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pmatrix > dl .matrix_add_more #more > a:hover,.pmatrix > dl .matrix_add_more #more > a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pmatrix > dl .matrix_add_more #more > a:active,.pmatrix > dl .matrix_add_more #more > a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pmatrix > dl .matrix_add_more #more > a.disabled,.pmatrix > dl .matrix_add_more #more > a[disabled],fieldset[disabled] .pmatrix > dl .matrix_add_more #more > a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmatrix > dl .matrix_add_more #more > a:hover {
    background-color: #00175f;
    color: #fff
}

.pmatrix > dl .matrix_add_more #more > a:hover,.pmatrix > dl .matrix_add_more #more > a:focus {
    background-color: #84b141
}

.pmatrix > dl .matrix_add_more #more > a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pmatrix > dl .matrix_add_more #more > a:hover,.pmatrix > dl .matrix_add_more #more > a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pmatrix > dl .matrix_add_more #more > a:active,.pmatrix > dl .matrix_add_more #more > a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pmatrix > dl .matrix_add_more #more > a.disabled,.pmatrix > dl .matrix_add_more #more > a[disabled],fieldset[disabled] .pmatrix > dl .matrix_add_more #more > a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmatrix > dl .matrix_add_more #more > a:hover {
    background-color: #00175f;
    color: #fff
}

.pmatrix > dl .matrix_add_more #more > a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pmatrix > dl .matrix_add_more #more > a:hover,.pmatrix > dl .matrix_add_more #more > a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pmatrix > dl .matrix_add_more #more > a:active,.pmatrix > dl .matrix_add_more #more > a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pmatrix > dl .matrix_add_more #more > a.disabled,.pmatrix > dl .matrix_add_more #more > a[disabled],fieldset[disabled] .pmatrix > dl .matrix_add_more #more > a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pmatrix > dl .matrix_add_more #more > a:hover {
    background-color: #00175f;
    color: #fff
}

.pmatrix > dl .matrix_add_more #more > a:hover,.pmatrix > dl .matrix_add_more #more > a:focus {
    background-color: #84b141
}

.pmatrix > dl #list_compare span.text_bold {
    color: #777;
    text-align: left;
    font-weight: normal;
    font-size: 13px
}

.pmatrix > dl #wish_list > a {
    color: #777;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none
}

.pmatrix > dl #wish_list > a span {
    margin-left: 2px
}

.pmatrix > dl #wish_list > a:hover {
    color: #00175f
}

.pmatrix > dl #list_compare {
    border-bottom: none
}

#productpreviewSH {
    float: right;
    line-height: 24px;
    padding: 0;
    vertical-align: middle;
    height: 24px;
    margin-top: 12px
}

.num_of_items select,.order_sh select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    width: auto
}

.num_of_items select:-moz-placeholder,.order_sh select:-moz-placeholder {
    color: #999
}

.num_of_items select::-moz-placeholder,.order_sh select::-moz-placeholder {
    color: #999
}

.num_of_items select:-ms-input-placeholder,.order_sh select:-ms-input-placeholder {
    color: #999
}

.num_of_items select::-webkit-input-placeholder,.order_sh select::-webkit-input-placeholder {
    color: #999
}

.num_of_items select:focus,.order_sh select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.num_of_items select[disabled],.order_sh select[disabled],.num_of_items select[readonly],.order_sh select[readonly],fieldset[disabled] .num_of_items select,fieldset[disabled] .order_sh select {
    cursor: not-allowed;
    background-color: #eee
}

textarea.num_of_items select,textarea.order_sh select {
    height: auto
}

.num_of_items select.input-large,.order_sh select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.num_of_items select.input-small,.order_sh select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.num_of_items select:-moz-placeholder,.order_sh select:-moz-placeholder {
    color: #999
}

.num_of_items select::-moz-placeholder,.order_sh select::-moz-placeholder {
    color: #999
}

.num_of_items select:-ms-input-placeholder,.order_sh select:-ms-input-placeholder {
    color: #999
}

.num_of_items select::-webkit-input-placeholder,.order_sh select::-webkit-input-placeholder {
    color: #999
}

.num_of_items select:focus,.order_sh select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.num_of_items select[disabled],.order_sh select[disabled],.num_of_items select[readonly],.order_sh select[readonly],fieldset[disabled] .num_of_items select,fieldset[disabled] .order_sh select {
    cursor: not-allowed;
    background-color: #eee
}

textarea.num_of_items select,textarea.order_sh select {
    height: auto
}

.num_of_items select.input-large,.order_sh select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.num_of_items select.input-small,.order_sh select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#MATRIX {
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/grid_a.png") no-repeat scroll 0 bottom transparent
}

#MATRIX:hover,#MATRIX:focus {
    background-position: center top;
    cursor: pointer
}

#MATRIX_ONECOL {
    display: inline-block;
    float: left;
    height: 24px;
    margin: 0px 5px;
    width: 25px;
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/grid_a.png") no-repeat scroll 0 bottom transparent;
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/default/cssimgs/list_a.png") no-repeat scroll 0 bottom transparent
}

#MATRIX_ONECOL:hover,#MATRIX_ONECOL:focus {
    background-position: center top;
    cursor: pointer
}

#MATRIX_ONECOL:hover,#MATRIX_ONECOL:focus {
    background-position: center top;
    cursor: pointer
}

.notselected:hover,.notselected:focus {
    color: #fff !important
}

.compare_item > table a:hover {
    text-decoration: none
}

@media (max-width: 768px) {
    .num_of_items,.order_sh {
        width: 100%
    }

    .num_of_items label,.order_sh label {
        width: 100%
    }

    .num_of_items select,.order_sh select {
        width: 100%
    }
}

#sh_tab {
    display: table;
    width: 100%
}

#sh_tab #product_nav_tabs {
    margin-top: 42px
}

#sh_tab #product_nav_tabs > li {
    border: medium none;
    float: left;
    margin-bottom: 1px
}

#sh_tab #product_nav_tabs > li a {
    background: #eee none repeat scroll 0 0;
    border-color: #ccc -moz-use-text-color #ccc #ccc;
    border-radius: 0;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #716c7d;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    padding: 17px 8px;
    text-decoration: none;
    vertical-align: bottom
}

#sh_tab #product_nav_tabs > li a i.fa {
    display: none
}

#sh_tab #product_nav_tabs > li:nth-last-of-type(1) > a {
    border-right: 1px solid #ccc
}

#sh_tab #product_nav_tabs > li.active > a {
    background-color: #ffffff;
    border-bottom: 1px solid transparent;
    color: #585462
}

#sh_tab .tab-content {
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-top: -3px;
    width: 100%
}

#sh_tab .tab-content .tab-pane {
    padding: 10px
}

#sh_tab dl > dt.text,#sh_tab dl > dt.text_bold {
    display: inline-block;
    width: 50%
}

#sh_tab .pmatrix > dl {
    width: 50%
}

#sh_tab form[name="pegasus"] table tr {
    display: block
}

#sh_tab form[name="pegasus"] table tr td.cont_textarea {
    text-align: left;
    display: block;
    width: 100%
}

#sh_tab form[name="pegasus"] table tr td.cont_submit {
    display: inline-block;
    width: 100%
}

#sh_tab form[name="pegasus"] table tr td.cont_submit input {
    width: 100%;
    height: auto
}

#sh_tab .contact_label,#sh_tab .contact_field {
    float: none;
    text-align: left
}

#sh_tab .contact_label {
    font-weight: bold
}

#sh_tab .contact_field {
    width: 68%
}

#tech_descr {
    border-bottom: 1px solid #ccc;
    color: #585462
}

#tech_descr.browse_item0 {
    background-color: #eeeeee;
    background-image: none
}

#tech_descr.browse_item1 {
    background-image: none;
    background-color: #fff
}

#tech_descr dt {
    display: inline-block;
    width: 50%;
    vertical-align: middle
}

#tech_descr dt.text_bold {
    font-size: 13px;
    font-weight: bold;
    padding: 8px
}

#tech_descr dt.text_bold:after {
    content: ""
}

#tech_descr dt.text_bold a {
    color: #585462
}

#tech_descr dt.text {
    font-size: 13px
}

#tech_descr dt.text p {
    margin: 0
}

#product_nav_tabs-accordion {
    margin: 20px 0
}

#product_nav_tabs-accordion .panel:first-child .panel-heading {
    border-top: 1px solid #ccc
}

#product_nav_tabs-accordion .panel {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0
}

#product_nav_tabs-accordion .panel .panel-heading {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    margin: 0;
    padding: 0
}

#product_nav_tabs-accordion .panel .panel-heading .panel-title > a {
    background: #eee none repeat scroll 0 0;
    border-color: -moz-use-text-color #ccc #ccc;
    border-radius: 0;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #716c7d;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 17px;
    text-decoration: none;
    vertical-align: bottom;
    width: 100%
}

#product_nav_tabs-accordion .panel .panel-collapse {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0
}

#product_nav_tabs-accordion .panel .panel-collapse .panel-body {
    padding: 21px 0
}

#product_nav_tabs-accordion .panel .panel-collapse .panel-body select,#product_nav_tabs-accordion .panel .panel-collapse .panel-body textarea,#product_nav_tabs-accordion .panel .panel-collapse .panel-body input {
    width: 100%
}

#product_nav_tabs-accordion .panel .panel-collapse .panel-body .cont_submit input {
    margin: 5px 0 0
}

@media (max-width: 1200px) {
    #sh_tab #product_nav_tabs > li {
        display: inline-block;
        max-width: 115px;
        text-align: center
    }

    #sh_tab #product_nav_tabs > li a {
        font-size: 15px;
        padding: 12px 8px;
        height: 70px
    }
}

@media (max-width: 768px) {
    #sh_tab .contact_label {
        text-align: left
    }

    #sh_tab .contact_label,#sh_tab .contact_field {
        width: 100%
    }

    .btns {
        text-align: center
    }
}

@media (min-width: 768px) {
    .mobile_only {
        display: none
    }
}

@media (max-width: 768px) {
    .desktop_only {
        display: none
    }
}

#pg_rightcolumn_large .pmatrix #list_compare,#pg_rightcolumn .pmatrix #list_compare {
    display: none
}

.titprottable .pmatrix {
    padding-top: 10px
}

.titprosftable .pmatrix > dl,.titnewtable .pmatrix > dl {
    width: 25%;
    height: 370px
}

.titprosftable .pmatrix > dl #wish_list,.titnewtable .pmatrix > dl #wish_list,.titprosftable .pmatrix > dl #list_compare,.titnewtable .pmatrix > dl #list_compare {
    display: none
}

.slider_prd_new00 .banner_header,.slider_prd_prosf00 .banner_header {
    width: 100%
}

.pcode_NEWPROD #pg_leftcolumn #banner_nr013000011 .pg_banner_titles,.pcode_NEWPROD #pg_leftcolumn #banner_nr013000011 .filters_list.pg_accordion_group {
    display: none
}

.scrollable_prd_new00,.scrollable_prd_prosf00 {
    padding: 0 15px;
    position: relative
}

.scrollable_prd_new00 .buttons,.scrollable_prd_prosf00 .buttons {
    top: 159px
}

.scrollable_prd_new00 .pmatrix,.scrollable_prd_prosf00 .pmatrix {
    margin: 10px 0 0 0
}

.scrollable_prd_new00 .pmatrix > dl,.scrollable_prd_prosf00 .pmatrix > dl {
    width: 100%;
    height: 330px;
    margin: 0px;
    padding: 5px 10px
}

.filters_list .pg_banner_titles,#pg_prod_menu .pg_banner_titles {
    margin-bottom: 8px
}

.filters_list .pg_menu_arrows,#pg_prod_menu .pg_menu_arrows {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-bottom-color: #7e7e7e;
    border-top-color: #7e7e7e;
    border-bottom-color: #7E7E7E;
    border-top-color: #7E7E7E;
    background: none repeat scroll 0 0 transparent;
    border-radius: 0px;
    width: 0;
    height: 0;
    top: 10px;
    right: 15px
}

.filters_list .pg_menu_arrows.caret-reversed,#pg_prod_menu .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.filters_list .pg_menu_arrows.caret-reversed,#pg_prod_menu .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.filters_list .pg_active_arrows,#pg_prod_menu .pg_active_arrows {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

.filters_list .caret-right,#pg_prod_menu .caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #7f7f7f;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
    margin-top: 1px;
    margin-right: 15px
}

.filters_list .pg_menu_option,#pg_prod_menu .pg_menu_option {
    color: #7f7f7f;
    text-decoration: none
}

.filters_list .pg_menu_option:hover,#pg_prod_menu .pg_menu_option:hover {
    color: #00a2e2
}

.filters_list .pg_menu_option:hover .caret-right,#pg_prod_menu .pg_menu_option:hover .caret-right {
    border-left-color: #7E7E7E;
    border-right-color: #7E7E7E
}

#pg_prod_menu_subcat .pg_acc_heading,.filters_list .pg_acc_heading {
    background: none repeat-x scroll 0 0 transparent;
    margin-bottom: 10px;
    font-weight: normal;
    color: #b4b4b4;
    font-size: 15px
}

#pg_prod_menu_subcat .pg_acc_heading .pg_menu_arrows,.filters_list .pg_acc_heading .pg_menu_arrows {
    top: 16px
}

#pg_prod_menu_subcat .pg_accordion_inner,.filters_list .pg_accordion_inner {
    padding: 0 0 8px 15px;
    background: none transparent
}

#pg_prod_menu_subcat .pg_accordion_inner dl,.filters_list .pg_accordion_inner dl {
    background: url('/web/20230610101703im_/https://m-s.com.gr/css/template_064/pg_products/cssimgs/caret_right.png') no-repeat scroll left center transparent;
    line-height: 18px;
    cursor: pointer;
    padding-left: 15px
}

#pg_prod_menu_subcat .pg_accordion_inner dl:hover,.filters_list .pg_accordion_inner dl:hover,#pg_prod_menu_subcat .pg_accordion_inner dl:active,.filters_list .pg_accordion_inner dl:active,#pg_prod_menu_subcat .pg_accordion_inner dl.selected,.filters_list .pg_accordion_inner dl.selected {
    color: #00a2e2
}

.filters_list.pg_accordion_group .pg_acc_heading {
    cursor: pointer;
    font-weight: bold;
    color: #777
}

.filters_list.pg_accordion_group .pg_acc_heading .pg_menu_arrows {
    right: auto;
    left: 2px;
    top: 11px
}

.filters_list.pg_accordion_group .all_selected {
    padding: 10px 0
}

.filters_list.pg_accordion_group .all_selected:empty {
    padding: 0px
}

.filters_list.pg_accordion_group .all_selected dl {
    background-color: #00175f;
    padding: 8px 0px 8px 15px;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    position: relative;
    width: 100%
}

.filters_list.pg_accordion_group .all_selected dl:hover {
    background-color: #00a2e2;
    cursor: pointer
}

.filters_list.pg_accordion_group .all_selected dl:after {
    font-family: 'Glyphicons Halflings';
    content: "\E014";
    position: absolute;
    right: 12px;
    top: 8px
}

.filters_list.pg_accordion_group .all_selected .clear_all {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    cursor: pointer
}

.filters_list.pg_accordion_group .all_selected .clear_all:hover,.filters_list.pg_accordion_group .all_selected .clear_all:focus {
    color: #00a2e2
}

.filters_list.pg_accordion_group .pg_accordion_inner dl {
    background-image: url("/web/20230610101703im_/https://m-s.com.gr/css/template_064/pg_products/cssimgs/check_box_empty.png");
    padding-left: 20px
}

.filters_list.pg_accordion_group .pg_accordion_inner dl:hover,.filters_list.pg_accordion_group .pg_accordion_inner dl:focus,.filters_list.pg_accordion_group .pg_accordion_inner dl.selected {
    background-image: url("/web/20230610101703im_/https://m-s.com.gr/css/template_064/pg_products/cssimgs/check_box_full.png")
}

.filters_list.pg_accordion_group .pg_accordion_inner dl .clr_box {
    border: 1px solid #666;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    margin-left: -2px
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-8 > .clr_box {
    background-color: #808080
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-3 > .clr_box {
    background-color: #000
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-16 > .clr_box {
    background-color: #C0C0C0
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-15 > .clr_box {
    background-color: #4DBCB3
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-18 > .clr_box {
    background-color: #64C2FF
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-13 > .clr_box {
    background-color: #FEF8D4
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-12 > .clr_box {
    background-color: #804040
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-9 > .clr_box {
    background-color: #FFFF00
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-2 > .clr_box {
    background-color: #FF0000
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-3000002 > .clr_box {
    background-color: #FD4239
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-14 > .clr_box {
    background-color: #A18E27
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-19 > .clr_box {
    background-color: #B2DE49
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-1 > .clr_box {
    background-color: #fff
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-4 > .clr_box {
    background-color: #0000ff
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-20 > .clr_box {
    background-color: #6F1B2A
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-7 > .clr_box {
    background-color: #8000FF
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-3000002 > .clr_box {
    background-color: #007889
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-10 > .clr_box {
    background-color: #FF8000
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-11 > .clr_box {
    background-color: #00FF00
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-6 > .clr_box {
    background-color: #FF00FF
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-5 > .clr_box {
    background-color: #003399
}

.filters_list.pg_accordion_group .pg_accordion_inner dl#i40p01_in-17 > .clr_box {
    background-color: #AFDFE3
}

#pg_prosfores .pmatrix #list_compare {
    display: none
}

#pmatrix_i00_forposmeg,#photo_lightbox,#list_price .vat {
    display: none
}

#list_price {
    background: none repeat scroll 0 0 transparent;
    padding: 3px 0 0;
    vertical-align: middle;
    text-align: left
}

#list_price > .timh_title {
    display: none
}

.timh {
    color: #00a2e2;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px
}

.basket_temaxia {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 0px
}

.basket_temaxia label {
    margin-bottom: 0px;
    display: block
}

.num_of_items {
    margin-top: 10px;
    display: inline-block;
    float: left
}

.pages .page_back_next a,.pages .page_num a {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    background-color: #00175f;
    padding: 5px 7px;
    font-size: 14px
}

.pages .page_back_next a:focus,.pages .page_num a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pages .page_back_next a:hover,.pages .page_num a:hover,.pages .page_back_next a:focus,.pages .page_num a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pages .page_back_next a:active,.pages .page_num a:active,.pages .page_back_next a.active,.pages .page_num a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pages .page_back_next a.disabled,.pages .page_num a.disabled,.pages .page_back_next a[disabled],.pages .page_num a[disabled],fieldset[disabled] .pages .page_back_next a,fieldset[disabled] .pages .page_num a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pages .page_back_next a:hover,.pages .page_num a:hover {
    background-color: #00175f;
    color: #fff
}

.pages .page_back_next a:focus,.pages .page_num a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pages .page_back_next a:hover,.pages .page_num a:hover,.pages .page_back_next a:focus,.pages .page_num a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pages .page_back_next a:active,.pages .page_num a:active,.pages .page_back_next a.active,.pages .page_num a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pages .page_back_next a.disabled,.pages .page_num a.disabled,.pages .page_back_next a[disabled],.pages .page_num a[disabled],fieldset[disabled] .pages .page_back_next a,fieldset[disabled] .pages .page_num a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pages .page_back_next a:hover,.pages .page_num a:hover {
    background-color: #00175f;
    color: #fff
}

.pages .page_back_next a:hover,.pages .page_num a:hover {
    background-color: #1f2228
}

.pages .page_back_next a:focus,.pages .page_num a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pages .page_back_next a:hover,.pages .page_num a:hover,.pages .page_back_next a:focus,.pages .page_num a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pages .page_back_next a:active,.pages .page_num a:active,.pages .page_back_next a.active,.pages .page_num a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pages .page_back_next a.disabled,.pages .page_num a.disabled,.pages .page_back_next a[disabled],.pages .page_num a[disabled],fieldset[disabled] .pages .page_back_next a,fieldset[disabled] .pages .page_num a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pages .page_back_next a:hover,.pages .page_num a:hover {
    background-color: #00175f;
    color: #fff
}

.pages .page_back_next a:focus,.pages .page_num a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pages .page_back_next a:hover,.pages .page_num a:hover,.pages .page_back_next a:focus,.pages .page_num a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pages .page_back_next a:active,.pages .page_num a:active,.pages .page_back_next a.active,.pages .page_num a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pages .page_back_next a.disabled,.pages .page_num a.disabled,.pages .page_back_next a[disabled],.pages .page_num a[disabled],fieldset[disabled] .pages .page_back_next a,fieldset[disabled] .pages .page_num a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pages .page_back_next a:hover,.pages .page_num a:hover {
    background-color: #00175f;
    color: #fff
}

.pages .page_back_next a:hover,.pages .page_num a:hover {
    background-color: #1f2228
}

.pages .page_num_active a {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    background-color: #00175f;
    background-color: #1f2228;
    padding: 5px 7px;
    font-size: 14px
}

.pages .page_num_active a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pages .page_num_active a:hover,.pages .page_num_active a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pages .page_num_active a:active,.pages .page_num_active a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pages .page_num_active a.disabled,.pages .page_num_active a[disabled],fieldset[disabled] .pages .page_num_active a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pages .page_num_active a:hover {
    background-color: #00175f;
    color: #fff
}

.pages .page_num_active a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pages .page_num_active a:hover,.pages .page_num_active a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pages .page_num_active a:active,.pages .page_num_active a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pages .page_num_active a.disabled,.pages .page_num_active a[disabled],fieldset[disabled] .pages .page_num_active a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pages .page_num_active a:hover {
    background-color: #00175f;
    color: #fff
}

.pages .page_num_active a:hover {
    background-color: #1f2228
}

.pages .page_num_active a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pages .page_num_active a:hover,.pages .page_num_active a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pages .page_num_active a:active,.pages .page_num_active a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pages .page_num_active a.disabled,.pages .page_num_active a[disabled],fieldset[disabled] .pages .page_num_active a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pages .page_num_active a:hover {
    background-color: #00175f;
    color: #fff
}

.pages .page_num_active a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pages .page_num_active a:hover,.pages .page_num_active a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pages .page_num_active a:active,.pages .page_num_active a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pages .page_num_active a.disabled,.pages .page_num_active a[disabled],fieldset[disabled] .pages .page_num_active a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pages .page_num_active a:hover {
    background-color: #00175f;
    color: #fff
}

.pages .page_num_active a:hover {
    background-color: #1f2228
}

.titprosf {
    background: #ddd none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    background: none repeat scroll 0 0 #00175f;
    color: #fff;
    background: none repeat scroll 0 0 #012440 !important;
    border-top: 5px solid #00a2e2;
    color: #ffffff;
    font: 600 18px/22px "Open Sans", sans-serif;
    margin: 0 0 20px;
    margin-bottom: 20px;
    padding: 14px 10px 17px 20px
}

#product_list {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px
}

#product_list:before,#product_list:after {
    content: " ";
    display: table
}

#product_list:after {
    clear: both
}

#product_list:before,#product_list:after {
    content: " ";
    display: table
}

#product_list:after {
    clear: both
}

#product_list:before,#product_list:after {
    content: " ";
    display: table
}

#product_list:after {
    clear: both
}

#product_list:before,#product_list:after {
    content: " ";
    display: table
}

#product_list:after {
    clear: both
}

@media (min-width: 768px) {
    #product_list {
        max-width: 728px
    }
}

@media (min-width: 992px) {
    #product_list {
        max-width: 940px
    }
}

@media (min-width: 1200px) {
    #product_list {
        max-width: 1170px
    }
}

#product_list:before,#product_list:after {
    content: " ";
    display: table
}

#product_list:after {
    clear: both
}

#product_list:before,#product_list:after {
    content: " ";
    display: table
}

#product_list:after {
    clear: both
}

#product_list:before,#product_list:after {
    content: " ";
    display: table
}

#product_list:after {
    clear: both
}

#product_list:before,#product_list:after {
    content: " ";
    display: table
}

#product_list:after {
    clear: both
}

#pmatrix_onecol_localtimh {
    color: #00175f;
    margin: 5px;
    float: left
}

#pmatrix_onecol_localtimh .local_price_title {
    display: none
}

#local_price_pososto_pos {
    background: none repeat scroll 0 0 #f13340;
    border: 1px solid #d02a2c;
    color: #fff;
    display: inline-block;
    font: 600 18px/22px "Open Sans", sans-serif;
    padding: 0 5px 0 3px;
    margin: 2px
}

#local_price_pososto_pos:before {
    content: "-"
}

.matrix_prices dt:empty {
    display: none
}

.btn-toolbar {
    padding-left: 5px
}

.one_prod_image {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0px
}

@media (min-width: 768px) {
    .one_prod_image {
        float: left;
        width: 41.66666667%
    }
}

.one_prod_description {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .one_prod_description {
        float: left;
        width: 58.33333333%
    }
}

.one_prod_description > #description {
    font-size: 19px;
    color: #333;
    margin: 10px 0px
}

.one_prod_description > #descreption2 {
    color: #555;
    font-size: 13px
}

.one_prod_description .pg_add_to_basket {
    margin-right: 10px;
    width: auto;
    float: left
}

.one_prod_description .pg_add_to_basket span.text {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 0px;
    display: none
}

.one_prod_description .pg_add_to_basket span.text label {
    margin-bottom: 0px;
    display: block
}

.one_prod_description .pg_add_to_basket span.text label {
    margin-bottom: 0px;
    display: block
}

.one_prod_description .pg_add_to_basket a .title {
    margin-left: 5px
}

.one_prod_description .pg_add_to_basket span.text {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 0px;
    display: none
}

.one_prod_description .pg_add_to_basket span.text label {
    margin-bottom: 0px;
    display: block
}

.one_prod_description .pg_add_to_basket span.text label {
    margin-bottom: 0px;
    display: block
}

.one_prod_description .pg_add_to_basket a {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none
}

.one_prod_description .pg_add_to_basket a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.one_prod_description .pg_add_to_basket a:hover,.one_prod_description .pg_add_to_basket a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.one_prod_description .pg_add_to_basket a:active,.one_prod_description .pg_add_to_basket a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.one_prod_description .pg_add_to_basket a.disabled,.one_prod_description .pg_add_to_basket a[disabled],fieldset[disabled] .one_prod_description .pg_add_to_basket a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.one_prod_description .pg_add_to_basket a:hover {
    background-color: #00175f;
    color: #fff
}

.one_prod_description .pg_add_to_basket a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.one_prod_description .pg_add_to_basket a:hover,.one_prod_description .pg_add_to_basket a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.one_prod_description .pg_add_to_basket a:active,.one_prod_description .pg_add_to_basket a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.one_prod_description .pg_add_to_basket a.disabled,.one_prod_description .pg_add_to_basket a[disabled],fieldset[disabled] .one_prod_description .pg_add_to_basket a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.one_prod_description .pg_add_to_basket a:hover {
    background-color: #00175f;
    color: #fff
}

.one_prod_description .pg_add_to_basket a .title {
    margin-left: 5px
}

.one_prod_description .add_to_wish {
    float: left;
    padding: 5px
}

.one_prod_description .add_to_wish a {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none
}

.one_prod_description .add_to_wish a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.one_prod_description .add_to_wish a:hover,.one_prod_description .add_to_wish a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.one_prod_description .add_to_wish a:active,.one_prod_description .add_to_wish a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.one_prod_description .add_to_wish a.disabled,.one_prod_description .add_to_wish a[disabled],fieldset[disabled] .one_prod_description .add_to_wish a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.one_prod_description .add_to_wish a:hover {
    background-color: #00175f;
    color: #fff
}

.one_prod_description .add_to_wish a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.one_prod_description .add_to_wish a:hover,.one_prod_description .add_to_wish a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.one_prod_description .add_to_wish a:active,.one_prod_description .add_to_wish a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.one_prod_description .add_to_wish a.disabled,.one_prod_description .add_to_wish a[disabled],fieldset[disabled] .one_prod_description .add_to_wish a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.one_prod_description .add_to_wish a:hover {
    background-color: #00175f;
    color: #fff
}

.one_prod_description .add_to_wish a:hover,.one_prod_description .add_to_wish a:focus {
    background-color: #84b141
}

.one_prod_description .add_to_wish a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.one_prod_description .add_to_wish a:hover,.one_prod_description .add_to_wish a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.one_prod_description .add_to_wish a:active,.one_prod_description .add_to_wish a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.one_prod_description .add_to_wish a.disabled,.one_prod_description .add_to_wish a[disabled],fieldset[disabled] .one_prod_description .add_to_wish a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.one_prod_description .add_to_wish a:hover {
    background-color: #00175f;
    color: #fff
}

.one_prod_description .add_to_wish a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.one_prod_description .add_to_wish a:hover,.one_prod_description .add_to_wish a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.one_prod_description .add_to_wish a:active,.one_prod_description .add_to_wish a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.one_prod_description .add_to_wish a.disabled,.one_prod_description .add_to_wish a[disabled],fieldset[disabled] .one_prod_description .add_to_wish a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.one_prod_description .add_to_wish a:hover {
    background-color: #00175f;
    color: #fff
}

.one_prod_description .add_to_wish a:hover,.one_prod_description .add_to_wish a:focus {
    background-color: #84b141
}

.one_prod_description .one_price {
    float: left;
    display: inline-block
}

.one_prod_description .one_price .timh_title {
    display: none
}

.one_prod_description .one_price .timh {
    color: #00a2e2;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px
}

.one_prod_description .one_local_price_pososto {
    float: left;
    font-size: 12px;
    color: #555
}

.one_prod_description .one_local_price {
    float: left;
    font-size: 12px;
    color: #9c9c9d;
    text-decoration: line-through
}

.one_prod_description .one_points {
    display: inline-block;
    width: 100%;
    font-size: 9px;
    color: #00a2e2;
    font-weight: bold
}

.one_prod_description .one_prod_compare,.one_prod_description .one_prod_compselect {
    display: none
}

.one_prod_description .wishlist {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    float: right;
    margin: 5px 5px 2px 2px;
    border: 1px solid #00a2e2
}

.one_prod_description .wishlist:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.one_prod_description .wishlist:hover,.one_prod_description .wishlist:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.one_prod_description .wishlist:active,.one_prod_description .wishlist.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.one_prod_description .wishlist.disabled,.one_prod_description .wishlist[disabled],fieldset[disabled] .one_prod_description .wishlist {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.one_prod_description .wishlist:hover {
    background-color: #00175f;
    color: #fff
}

.one_prod_description .wishlist:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.one_prod_description .wishlist:hover,.one_prod_description .wishlist:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.one_prod_description .wishlist:active,.one_prod_description .wishlist.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.one_prod_description .wishlist.disabled,.one_prod_description .wishlist[disabled],fieldset[disabled] .one_prod_description .wishlist {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.one_prod_description .wishlist:hover {
    background-color: #00175f;
    color: #fff
}

.one_prod_description .wishlist:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.one_prod_description .wishlist:hover,.one_prod_description .wishlist:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.one_prod_description .wishlist:active,.one_prod_description .wishlist.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.one_prod_description .wishlist.disabled,.one_prod_description .wishlist[disabled],fieldset[disabled] .one_prod_description .wishlist {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.one_prod_description .wishlist:hover {
    background-color: #00175f;
    color: #fff
}

.one_prod_description .wishlist:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.one_prod_description .wishlist:hover,.one_prod_description .wishlist:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.one_prod_description .wishlist:active,.one_prod_description .wishlist.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.one_prod_description .wishlist.disabled,.one_prod_description .wishlist[disabled],fieldset[disabled] .one_prod_description .wishlist {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.one_prod_description .wishlist:hover {
    background-color: #00175f;
    color: #fff
}

.bask_title {
    width: 100%;
    border-bottom: 1px solid #999;
    display: inline-block
}

.bask_title > .browse_item0,.bask_title > .browse_item1 {
    background: none;
    border-bottom: none
}

.pg_bask_fields {
    padding: 4px 7px;
    margin: 3px 0px
}

.pg_products {
    width: 60%;
    float: left;
    border-right: 1px solid #999;
    padding: 4px 7px;
    margin: 3px 0px
}

.pg_quantity {
    width: 40%;
    float: left;
    padding: 4px 7px;
    margin: 3px 0px
}

.cost {
    font-weight: bold
}

.inpblue {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    margin: 5px;
    float: none
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.protas {
    display: none;
    left: 15px;
    position: absolute;
    top: 13px
}

.prosf {
    height: 85px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -4px;
    width: 85px;
    right: -5px;
    z-index: 0
}

.prosf span {
    background: none repeat scroll 0 0 #f13340;
    color: white;
    display: block;
    font: 700 14px/12px Arial, Helvetica, sans-serif;
    padding: 9px 0 7px;
    position: absolute;
    right: -33px;
    text-align: center;
    text-shadow: 1px 1px rgba(0,0,0,0.24);
    top: 16px;
    transform: rotate(45deg);
    width: 130px;
    z-index: 1
}

.prosf span::before {
    border-color: #ad2b34 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -3px;
    content: ".";
    height: 0;
    position: absolute;
    right: 4px;
    text-indent: -5000px;
    transform: rotate(225deg);
    width: 0
}

.prosf span::after {
    border-color: #ad2b34 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -3px;
    content: ".";
    height: 0;
    left: 5px;
    position: absolute;
    text-indent: -5000px;
    transform: rotate(135deg);
    width: 0
}

.newprod {
    height: 85px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -4px;
    width: 85px;
    z-index: 0;
    left: -5px
}

.newprod span {
    background: none repeat scroll 0 0 #00175f;
    color: white;
    display: block;
    font: 700 14px/12px Arial, Helvetica, sans-serif;
    left: -33px;
    padding: 9px 0 7px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px rgba(0,0,0,0.24);
    top: 16px;
    transform: rotate(-45deg);
    width: 130px;
    z-index: 1
}

.newprod span::before {
    border-color: #24272d transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -3px;
    content: ".";
    height: 0;
    position: absolute;
    right: 5px;
    text-indent: -5000px;
    transform: rotate(225deg);
    width: 0
}

.newprod span::after {
    border-color: #24272d transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -3px;
    content: ".";
    height: 0;
    left: 3px;
    position: absolute;
    text-indent: -5000px;
    transform: rotate(135deg);
    width: 0
}

.ban_coll {
    border: 1px solid #555;
    border-radius: 4px;
    background-color: #eee
}

.ban_coll_title {
    background: #ddd none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    background: none repeat scroll 0 0 #00175f;
    color: #fff;
    background: none repeat scroll 0 0 #012440 !important;
    border-top: 5px solid #00a2e2;
    color: #ffffff;
    font: 600 18px/22px "Open Sans", sans-serif;
    margin: 0 0 20px;
    margin-bottom: 20px;
    padding: 14px 10px 17px 20px;
    margin-top: -10px
}

.product_search {
    width: 100%
}

.product_search tr {
    margin-bottom: 1px
}

.char_list {
    padding-left: 5px;
    list-style: none outside none
}

.char_list:before,.char_list:after {
    content: " ";
    display: table
}

.char_list:after {
    clear: both
}

.char_list:before,.char_list:after {
    content: " ";
    display: table
}

.char_list:after {
    clear: both
}

.char_list .btn-group {
    float: left
}

.char_list > .btn + .btn,.char_list > .btn-group + .btn,.char_list > .btn + .btn-group,.char_list > .btn-group + .btn-group {
    margin-left: 5px
}

.char_list:before,.char_list:after {
    content: " ";
    display: table
}

.char_list:after {
    clear: both
}

.char_list:before,.char_list:after {
    content: " ";
    display: table
}

.char_list:after {
    clear: both
}

.char_list .btn-group {
    float: left
}

.char_list > .btn + .btn,.char_list > .btn-group + .btn,.char_list > .btn + .btn-group,.char_list > .btn-group + .btn-group {
    margin-left: 5px
}

.char_list > li {
    padding-left: 5px
}

.char_list > li:before,.char_list > li:after {
    content: " ";
    display: table
}

.char_list > li:after {
    clear: both
}

.char_list > li:before,.char_list > li:after {
    content: " ";
    display: table
}

.char_list > li:after {
    clear: both
}

.char_list > li .btn-group {
    float: left
}

.char_list > li > .btn + .btn,.char_list > li > .btn-group + .btn,.char_list > li > .btn + .btn-group,.char_list > li > .btn-group + .btn-group {
    margin-left: 5px
}

.char_list > li:before,.char_list > li:after {
    content: " ";
    display: table
}

.char_list > li:after {
    clear: both
}

.char_list > li:before,.char_list > li:after {
    content: " ";
    display: table
}

.char_list > li:after {
    clear: both
}

.char_list > li .btn-group {
    float: left
}

.char_list > li > .btn + .btn,.char_list > li > .btn-group + .btn,.char_list > li > .btn + .btn-group,.char_list > li > .btn-group + .btn-group {
    margin-left: 5px
}

.selected_char_list {
    padding: 10px;
    text-align: left
}

#image > .photo_lightbox > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 100%;
    border: 1px solid #dadad9
}

.tab_main_method {
    padding: 10px
}

.btn.char_title {
    font-size: 12px;
    white-space: pre-wrap;
    background-color: transparent;
    color: white;
    text-align: right;
    float: left
}

.btn.char_title:hover,.btn.char_title:focus {
    background-color: #555;
    text-decoration: none;
    cursor: default
}

.btn-group > .btn {
    font-size: 12px;
    padding: 10px
}

.product_search tr:not(:last-child) {
    border-bottom: 1px solid #fff
}

.product_search tr:not(:last-child) td:first-child {
    background: none repeat scroll 0 0 #555
}

.product_search tr:not(:last-child) td:first-child label {
    color: #fff;
    text-decoration: none
}

.banner_recently_viewed .banner_recently_viewed_header {
    background: #ddd none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    background: none repeat scroll 0 0 #00175f;
    color: #fff;
    background: none repeat scroll 0 0 #012440 !important;
    border-top: 5px solid #00a2e2;
    color: #ffffff;
    font: 600 18px/22px "Open Sans", sans-serif;
    margin: 0 0 20px;
    margin-bottom: 20px;
    padding: 14px 10px 17px 20px
}

.banner_recently_viewed .pmatrix {
    background-color: #fff;
    background-color: #00a2e2;
    background-color: #012440 !important;
    border-radius: 4px;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border: 0px
}

.banner_recently_viewed .pmatrix > dl {
    min-height: 235px;
    width: 99%;
    float: left;
    margin: 0 0 15px 0
}

.banner_recently_viewed .pmatrix > dl > #list_manu,.banner_recently_viewed .pmatrix > dl > #photo_lightbox,.banner_recently_viewed .pmatrix > dl > #list_description2,.banner_recently_viewed .pmatrix > dl #tobask,.banner_recently_viewed .pmatrix > dl #p_vat {
    display: none
}

.banner_recently_viewed .pmatrix > dl > #list_price {
    float: right
}

.banner_recently_viewed .pmatrix > dl > #more {
    float: right
}

.description > a {
    color: #00a2e2
}

.description > a:hover,.description > a:focus {
    color: #999
}

#manu_menu {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #manu_menu {
        float: left;
        width: 100%
    }
}

#manu_menu ul {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #e2e1e1;
    border-top: 1px solid #e2e1e1;
    margin: 25px 0;
    overflow: hidden;
    padding: 21px 21px 28px;
    position: relative
}

#manu_menu ul li {
    float: left
}

#manu_menu ul li img {
    padding: 0 10px
}

.filters_list #menu_price .pg_accordion_inner {
    padding: 5px 15px 10px
}

.filters_list #menu_price .pg_accordion_inner .inputs {
    display: inline-block;
    padding-bottom: 10px;
    text-align: center;
    width: 100%
}

.filters_list #menu_price .pg_accordion_inner .inputs > input {
    display: inline-block;
    float: left;
    width: 40%
}

.filters_list #menu_price .pg_accordion_inner .inputs .divider {
    display: inline-block;
    float: left;
    margin: 3px 5px 0
}

.more_products .pg_container {
    width: auto;
    float: left
}

.more_products .pmatrix_onecol {
    width: auto;
    border: medium none;
    margin: 0;
    padding: 0
}

.more_products .pmatrix_onecol #pmatrix_onecol_zoom_img,.more_products .pmatrix_onecol .pg_list_information,.more_products .pmatrix_onecol .pg_list_buttons {
    display: none
}

.more_products .pmatrix_onecol .pg_list_image {
    width: 80px;
    height: 80px;
    padding: 0px;
    margin: 5px
}

.more_products .pmatrix_onecol .pg_list_image img {
    border: 1px solid transparent;
    width: 80px;
    height: 80px
}

.more_products .pmatrix_onecol .pg_list_image img.prosf,.more_products .pmatrix_onecol .pg_list_image img.protas,.more_products .pmatrix_onecol .pg_list_image img.newprod {
    width: 25%;
    height: auto
}

.more_products .pmatrix_onecol .pg_list_image a:hover img {
    border: 1px solid #dbdada
}

.socialsharing_product .btn-default {
    background: none #fff;
    color: #00175f;
    border-radius: 0;
    border: 1px solid #afafaf
}

.socialsharing_product .btn-default i {
    margin-right: 2px
}

.socialsharing_product .btn-default.btn-twitter i {
    color: #00aaf0
}

.socialsharing_product .btn-default.btn-twitter:hover {
    background: none #00aaf0
}

.socialsharing_product .btn-default.btn-facebook i {
    color: #435f9f
}

.socialsharing_product .btn-default.btn-facebook:hover {
    background: none #435f9f
}

.socialsharing_product .btn-default.btn-google-plus i {
    color: #e04b34
}

.socialsharing_product .btn-default.btn-google-plus:hover {
    background: none #e04b34
}

.socialsharing_product .btn-default.btn-pinterest i {
    color: #ce1f21
}

.socialsharing_product .btn-default.btn-pinterest:hover {
    background: none #ce1f21
}

.socialsharing_product .btn-default:hover {
    color: #fff
}

.socialsharing_product .btn-default:hover i {
    color: #fff
}

@media (min-width: 992px) {
    .one_prod_description {
        padding-left: 30px
    }

    .searchlist_sme {
        display: table;
        width: 100%
    }

    .searchlist_sme > .char_title {
        font-size: 12px;
        padding: 0 7px;
        border: none
    }

    .searchlist_sme > .btn-group {
        display: inline-table;
        margin: 2px 5px
    }

    .searchlist_sme > .btn-group > .btn {
        background-color: #999;
        background-image: linear-gradient(to bottom, #fff 0%, #999 100%);
        font-size: 12px;
        padding: 3px 7px;
        border: 1px solid #999;
        color: #333
    }

    .searchlist_sme > .btn-group > .btn:hover,.searchlist_sme > .btn-group > .btn:focus {
        color: #fff
    }

    .btn.char_title {
        width: 230px;
        height: 100%;
        padding: 3px 10px
    }

    .list_label {
        display: table-cell;
        width: 230px
    }
}

.cusListTable .button_continue_as button {
    margin: 2px
}

.cusListTable .listSearchCusButton {
    text-align: right
}

.customer_list_bottom > td {
    width: 100%
}

.customer_list_bottom .pg_more_results {
    width: auto
}

@media (max-width: 768px) {
    .cusListTable tr td {
        border-top: none;
        cursor: default
    }

    .cusListTable tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }

    .cusListTable tr td > a:hover {
        cursor: pointer
    }

    .cusListTable tr td > span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }

    td.customer_list_text p {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cusListTable thead > tr > th,.cusListTable .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cusListTable tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .cusListTable tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    .cusListTable tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }

    .cusListTable tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    .cusListTable tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

form[name="orders_cart"] input,form[name="orders_cart"] select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px
}

form[name="orders_cart"] input:-moz-placeholder,form[name="orders_cart"] select:-moz-placeholder {
    color: #999
}

form[name="orders_cart"] input::-moz-placeholder,form[name="orders_cart"] select::-moz-placeholder {
    color: #999
}

form[name="orders_cart"] input:-ms-input-placeholder,form[name="orders_cart"] select:-ms-input-placeholder {
    color: #999
}

form[name="orders_cart"] input::-webkit-input-placeholder,form[name="orders_cart"] select::-webkit-input-placeholder {
    color: #999
}

form[name="orders_cart"] input:focus,form[name="orders_cart"] select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

form[name="orders_cart"] input[disabled],form[name="orders_cart"] select[disabled],form[name="orders_cart"] input[readonly],form[name="orders_cart"] select[readonly],fieldset[disabled] form[name="orders_cart"] input,fieldset[disabled] form[name="orders_cart"] select {
    cursor: not-allowed;
    background-color: #eee
}

textareaform[name="orders_cart"] input,textareaform[name="orders_cart"] select {
    height: auto
}

form[name="orders_cart"] input.input-large,form[name="orders_cart"] select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

form[name="orders_cart"] input.input-small,form[name="orders_cart"] select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

form[name="orders_cart"] input:-moz-placeholder,form[name="orders_cart"] select:-moz-placeholder {
    color: #999
}

form[name="orders_cart"] input::-moz-placeholder,form[name="orders_cart"] select::-moz-placeholder {
    color: #999
}

form[name="orders_cart"] input:-ms-input-placeholder,form[name="orders_cart"] select:-ms-input-placeholder {
    color: #999
}

form[name="orders_cart"] input::-webkit-input-placeholder,form[name="orders_cart"] select::-webkit-input-placeholder {
    color: #999
}

form[name="orders_cart"] input:focus,form[name="orders_cart"] select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

form[name="orders_cart"] input[disabled],form[name="orders_cart"] select[disabled],form[name="orders_cart"] input[readonly],form[name="orders_cart"] select[readonly],fieldset[disabled] form[name="orders_cart"] input,fieldset[disabled] form[name="orders_cart"] select {
    cursor: not-allowed;
    background-color: #eee
}

textareaform[name="orders_cart"] input,textareaform[name="orders_cart"] select {
    height: auto
}

form[name="orders_cart"] input.input-large,form[name="orders_cart"] select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

form[name="orders_cart"] input.input-small,form[name="orders_cart"] select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

form[name="orders_cart"] .cart_container .cart_btns {
    display: inline-block;
    width: 100%
}

form[name="orders_cart"] .cart_container .cart_btns a {
    border: medium none
}

form[name="orders_cart"] .cart_container .cart_btns #complete_order {
    float: right
}

form[name="orders_cart"] .cart_container .cart_btns #refresh_basket {
    float: right
}

form[name="orders_cart"] #cart_products .products_table {
    margin: 10px auto
}

form[name="orders_cart"] #cart_products .products_table tr > td {
    padding: 10px 5px
}

form[name="orders_cart"] #cart_products .products_table tr > td.removeitem > a {
    display: block
}

form[name="orders_cart"] #cart_products .products_table.pr_posotita .onlynumbers {
    display: inline-block;
    width: auto
}

form[name="orders_cart"] .cart_totals {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 0;
    text-align: right;
    width: 100%
}

@media (max-width: 768px) {
    form[name="orders_cart"] #cart_products .products_table {
        margin: 25px auto
    }

    form[name="orders_cart"] #cart_products .products_table tr td {
        border-top: none;
        cursor: default
    }

    form[name="orders_cart"] #cart_products .products_table tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }

    form[name="orders_cart"] #cart_products .products_table tr td > a:hover {
        cursor: pointer
    }

    form[name="orders_cart"] #cart_products .products_table tr td > span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }

    form[name="orders_cart"] #cart_products .products_table tr {
        text-align: left
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    form[name="orders_cart"] #cart_products .products_table thead > tr > th,form[name="orders_cart"] #cart_products .products_table .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    form[name="orders_cart"] #cart_products .products_table tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    form[name="orders_cart"] #cart_products .products_table tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    form[name="orders_cart"] #cart_products .products_table tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }

    form[name="orders_cart"] #cart_products .products_table tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    form[name="orders_cart"] #cart_products .products_table tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

#order_form {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #order_form {
        float: left;
        width: 100%
    }
}

#order_form input,#order_form select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px
}

#order_form input:-moz-placeholder,#order_form select:-moz-placeholder {
    color: #999
}

#order_form input::-moz-placeholder,#order_form select::-moz-placeholder {
    color: #999
}

#order_form input:-ms-input-placeholder,#order_form select:-ms-input-placeholder {
    color: #999
}

#order_form input::-webkit-input-placeholder,#order_form select::-webkit-input-placeholder {
    color: #999
}

#order_form input:focus,#order_form select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#order_form input[disabled],#order_form select[disabled],#order_form input[readonly],#order_form select[readonly],fieldset[disabled] #order_form input,fieldset[disabled] #order_form select {
    cursor: not-allowed;
    background-color: #eee
}

textarea#order_form input,textarea#order_form select {
    height: auto
}

#order_form input.input-large,#order_form select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#order_form input.input-small,#order_form select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#order_form input:-moz-placeholder,#order_form select:-moz-placeholder {
    color: #999
}

#order_form input::-moz-placeholder,#order_form select::-moz-placeholder {
    color: #999
}

#order_form input:-ms-input-placeholder,#order_form select:-ms-input-placeholder {
    color: #999
}

#order_form input::-webkit-input-placeholder,#order_form select::-webkit-input-placeholder {
    color: #999
}

#order_form input:focus,#order_form select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#order_form input[disabled],#order_form select[disabled],#order_form input[readonly],#order_form select[readonly],fieldset[disabled] #order_form input,fieldset[disabled] #order_form select {
    cursor: not-allowed;
    background-color: #eee
}

textarea#order_form input,textarea#order_form select {
    height: auto
}

#order_form input.input-large,#order_form select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#order_form input.input-small,#order_form select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#order_form textarea {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    height: auto
}

#order_form textarea:-moz-placeholder {
    color: #999
}

#order_form textarea::-moz-placeholder {
    color: #999
}

#order_form textarea:-ms-input-placeholder {
    color: #999
}

#order_form textarea::-webkit-input-placeholder {
    color: #999
}

#order_form textarea:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#order_form textarea[disabled],#order_form textarea[readonly],fieldset[disabled] #order_form textarea {
    cursor: not-allowed;
    background-color: #eee
}

textarea#order_form textarea {
    height: auto
}

#order_form textarea.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#order_form textarea.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#order_form textarea:-moz-placeholder {
    color: #999
}

#order_form textarea::-moz-placeholder {
    color: #999
}

#order_form textarea:-ms-input-placeholder {
    color: #999
}

#order_form textarea::-webkit-input-placeholder {
    color: #999
}

#order_form textarea:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#order_form textarea[disabled],#order_form textarea[readonly],fieldset[disabled] #order_form textarea {
    cursor: not-allowed;
    background-color: #eee
}

textarea#order_form textarea {
    height: auto
}

#order_form textarea.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#order_form textarea.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#order_form input[type="checkbox"] {
    margin: 0 auto;
    width: auto
}

#order_form form[name="parag"] > div {
    margin: 10px 0
}

#order_form form[name="parag"] #basket_container .basket .products_table {
    margin: 10px auto
}

#order_form form[name="parag"] #basket_container .basket .products_table tr {
    text-align: center
}

#order_form form[name="parag"] #basket_container .basket .products_table tr > td {
    padding: 10px 5px
}

#order_form form[name="parag"] #basket_container .basket .products_table tr > td.removeitem > a {
    display: block
}

#order_form form[name="parag"] #basket_container .basket .products_table tr > td.pr_posotita .onlynumbers {
    text-align: center;
    display: inline-block;
    width: auto
}

#order_form form[name="parag"] #totals_container0 {
    padding: 10px 0
}

#order_form form[name="parag"] #customer_container #orders_cust_data_table {
    width: 100%
}

#order_form form[name="parag"] #receiver_container #orders_receiver_data_table {
    width: 100%
}

#order_form form[name="parag"] .pay_n_delivery_methods {
    margin: 10px auto
}

#order_form form[name="parag"] .pay_n_delivery_methods #payment_container #paymentData td:first-of-type {
    width: 30%
}

#order_form form[name="parag"] .pay_n_delivery_methods #delivery_container #deliveryData td:first-of-type {
    width: 30%
}

#order_form form[name="parag"] .pay_n_delivery_methods #delivery_container #deliveryData table {
    background-color: transparent;
    max-width: 100%;
    width: 100%
}

#order_form form[name="parag"] #totals_container1 {
    padding: 10px 0
}

#order_form form[name="parag"] #form_footer .terms_container .agreement input {
    display: inline-block;
    width: auto
}

#order_form form[name="parag"] #form_footer .submit_container input.order_submit {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none
}

#order_form form[name="parag"] #form_footer .submit_container input.order_submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#order_form form[name="parag"] #form_footer .submit_container input.order_submit:hover,#order_form form[name="parag"] #form_footer .submit_container input.order_submit:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

#order_form form[name="parag"] #form_footer .submit_container input.order_submit:active,#order_form form[name="parag"] #form_footer .submit_container input.order_submit.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

#order_form form[name="parag"] #form_footer .submit_container input.order_submit.disabled,#order_form form[name="parag"] #form_footer .submit_container input.order_submit[disabled],fieldset[disabled] #order_form form[name="parag"] #form_footer .submit_container input.order_submit {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

#order_form form[name="parag"] #form_footer .submit_container input.order_submit:hover {
    background-color: #00175f;
    color: #fff
}

#order_form form[name="parag"] #form_footer .submit_container input.order_submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#order_form form[name="parag"] #form_footer .submit_container input.order_submit:hover,#order_form form[name="parag"] #form_footer .submit_container input.order_submit:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

#order_form form[name="parag"] #form_footer .submit_container input.order_submit:active,#order_form form[name="parag"] #form_footer .submit_container input.order_submit.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

#order_form form[name="parag"] #form_footer .submit_container input.order_submit.disabled,#order_form form[name="parag"] #form_footer .submit_container input.order_submit[disabled],fieldset[disabled] #order_form form[name="parag"] #form_footer .submit_container input.order_submit {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

#order_form form[name="parag"] #form_footer .submit_container input.order_submit:hover {
    background-color: #00175f;
    color: #fff
}

#order_form .order_completed #basket_container .basket .products_table {
    margin: 10px auto
}

#order_form .order_completed #basket_container .basket .products_table tr {
    text-align: center
}

#order_form .order_completed #basket_container .basket .products_table tr > td {
    padding: 10px 5px
}

#order_form .order_completed #basket_container .basket .products_table tr > td.removeitem > a {
    display: block
}

#order_form .order_completed #basket_container .basket .products_table tr > td.pr_posotita .onlynumbers {
    text-align: center;
    display: inline-block;
    width: auto
}

#order_form .order_completed #totals_container_complete {
    padding: 10px 0
}

@media (max-width: 768px) {
    #order_form form[name="parag"] #basket_container .basket .products_table {
        margin: 25px auto
    }

    #order_form form[name="parag"] #basket_container .basket .products_table tr td {
        border-top: none;
        cursor: default
    }

    #order_form form[name="parag"] #basket_container .basket .products_table tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }

    #order_form form[name="parag"] #basket_container .basket .products_table tr td > a:hover {
        cursor: pointer
    }

    #order_form form[name="parag"] #basket_container .basket .products_table tr td > span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }

    #order_form form[name="parag"] #basket_container .basket .products_table tr {
        text-align: left
    }

    #order_form form[name="parag"] #customer_container #orders_cust_data_table td {
        display: inline-block;
        width: 100%
    }

    #order_form form[name="parag"] #receiver_container #orders_receiver_data_table td {
        display: inline-block;
        width: 100%
    }

    #order_form .order_completed #basket_container .basket .products_table {
        margin: 25px auto
    }

    #order_form .order_completed #basket_container .basket .products_table tr td {
        border-top: none;
        cursor: default
    }

    #order_form .order_completed #basket_container .basket .products_table tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }

    #order_form .order_completed #basket_container .basket .products_table tr td > a:hover {
        cursor: pointer
    }

    #order_form .order_completed #basket_container .basket .products_table tr td > span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }

    #order_form .order_completed #basket_container .basket .products_table tr {
        text-align: left
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #order_form form[name="parag"] #basket_container .basket .products_table thead > tr > th,#order_form form[name="parag"] #basket_container .basket .products_table .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #order_form form[name="parag"] #basket_container .basket .products_table tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #order_form form[name="parag"] #basket_container .basket .products_table tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    #order_form form[name="parag"] #basket_container .basket .products_table tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }

    #order_form form[name="parag"] #basket_container .basket .products_table tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    #order_form form[name="parag"] #basket_container .basket .products_table tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #order_form .order_completed #basket_container .basket .products_table thead > tr > th,#order_form .order_completed #basket_container .basket .products_table .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #order_form .order_completed #basket_container .basket .products_table tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #order_form .order_completed #basket_container .basket .products_table tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    #order_form .order_completed #basket_container .basket .products_table tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }

    #order_form .order_completed #basket_container .basket .products_table tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    #order_form .order_completed #basket_container .basket .products_table tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

#orders_list {
    margin-top: 10px
}

#orders_list .browse_item0.a57_order_to_basket,#orders_list .browse_item1.a57_order_to_basket {
    text-align: right
}

.order_listSearch .input-group input.inpblue {
    margin: 10px 0
}

.order_listSearch .input-group-addon {
    padding: 5px 12px
}

.order_listSearch .input-group-addon label {
    width: 200px;
    text-align: left
}

.order_listSearch .input-group-addon label[for="to"] {
    width: auto
}

.order_listSearch select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    border-radius: 0 4px 4px 0;
    margin-bottom: 0
}

.order_listSearch select:-moz-placeholder {
    color: #999
}

.order_listSearch select::-moz-placeholder {
    color: #999
}

.order_listSearch select:-ms-input-placeholder {
    color: #999
}

.order_listSearch select::-webkit-input-placeholder {
    color: #999
}

.order_listSearch select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.order_listSearch select[disabled],.order_listSearch select[readonly],fieldset[disabled] .order_listSearch select {
    cursor: not-allowed;
    background-color: #eee
}

textarea.order_listSearch select {
    height: auto
}

.order_listSearch select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.order_listSearch select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.order_listSearch select:-moz-placeholder {
    color: #999
}

.order_listSearch select::-moz-placeholder {
    color: #999
}

.order_listSearch select:-ms-input-placeholder {
    color: #999
}

.order_listSearch select::-webkit-input-placeholder {
    color: #999
}

.order_listSearch select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

.order_listSearch select[disabled],.order_listSearch select[readonly],fieldset[disabled] .order_listSearch select {
    cursor: not-allowed;
    background-color: #eee
}

textarea.order_listSearch select {
    height: auto
}

.order_listSearch select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.order_listSearch select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.order_listSearch .orderstartdate {
    margin-bottom: 10px
}

.order_listSearch #selectStage {
    margin-bottom: 10px
}

.order {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .order {
        float: left;
        width: 100%
    }
}

.order .readonly_order_label {
    min-width: 130px;
    text-align: left
}

.order .readonly_order_fieldset {
    display: block;
    width: 100%;
    line-height: 1.3
}

.order #customer_container {
    margin-top: 10px
}

.order #customer_container fieldset {
    display: block;
    width: 100%;
    line-height: 1.3
}

.order #customer_container #orders_cust_data_table {
    margin-top: 10px;
    width: 100%
}

.order #customer_container #orders_cust_data_table td:first-of-type {
    min-width: 130px;
    text-align: left
}

.order #receiver_container {
    margin-top: 10px
}

.order #receiver_container fieldset {
    display: block;
    width: 100%;
    line-height: 1.3
}

.order #receiver_container #orders_cust_data_table {
    margin-top: 10px;
    width: 100%
}

.order #receiver_container #orders_cust_data_table td:first-of-type {
    min-width: 130px;
    text-align: left
}

.order #receiver_container #orders_cust_data_table td#readonly_p30_fld span {
    display: inline-block;
    text-align: left
}

.order #receiver_container #orders_cust_data_table #readonly_p30_label {
    padding-top: 25px
}

.order .pay_n_delivery_methods {
    display: block;
    width: 100%;
    line-height: 1.3
}

.order .pay_n_delivery_methods #paymentData,.order .pay_n_delivery_methods #deliveryData {
    margin-top: 10px
}

.order .pay_n_delivery_methods #paymentData label,.order .pay_n_delivery_methods #deliveryData label {
    min-width: 130px;
    text-align: left
}

.order #totals_container_complete,.order #totals_container1 {
    margin: 20px 0
}

@media (max-width: 768px) {
    .order_listSearch .input-group {
        display: block
    }

    .order_listSearch .input-group .form-control:first-child,.order_listSearch .input-group .input-group-addon:first-child {
        border-radius: 4px 4px 0 0;
        border: 1px solid #ccc
    }

    .order_listSearch .input-group .form-control:last-child,.order_listSearch .input-group .input-group-addon:last-child {
        border-radius: 0 0 4px 4px
    }

    .order_listSearch .input-group-addon label {
        width: 100%;
        text-align: center
    }

    .order_listSearch select {
        border-radius: 0 0 4px 4px
    }

    #orders_list > table tr td {
        border-top: none;
        cursor: default
    }

    #orders_list > table tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }

    #orders_list > table tr td > a:hover {
        cursor: pointer
    }

    #orders_list > table tr td > span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }

    .order .products_table tr td {
        border-top: none;
        cursor: default
    }

    .order .products_table tr td > a {
        cursor: pointer;
        display: inline-block;
        float: right;
        min-height: 1px;
        width: 50%
    }

    .order .products_table tr td > a:hover {
        cursor: pointer
    }

    .order .products_table tr td > span {
        display: inline-block;
        float: right;
        width: 50%;
        min-height: 1px
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #orders_list > table thead > tr > th,#orders_list > table .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #orders_list > table tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    #orders_list > table tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    #orders_list > table tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }

    #orders_list > table tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    #orders_list > table tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .order .products_table thead > tr > th,.order .products_table .browse_title {
        display: none
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .order .products_table tr {
        border: 1px solid #6f6f6f
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .order .products_table tr td {
        float: right;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        min-height: 18.85714286px
    }

    .order .products_table tr td:before {
        content: attr(title);
        display: inline-block;
        width: 50%
    }

    .order .products_table tr td.browse_item0 {
        border-bottom: 1px solid #fff
    }

    .order .products_table tr td.browse_item1 {
        border-bottom: 1px solid #eee
    }
}

#order_form form[name="parag"] .text.pg_info,#order_form form[name="parag"] .text.pg_warning,#order_form form[name="parag"] .warning.orderNotLogin.pg_danger {
    color: #f13340;
    font-weight: bold;
    font-size: 16px
}

#order_form form[name="parag"] #basket_container .basket .products_table tr .browse_title {
    background-color: #00175f;
    font-size: 18px;
    color: #fff
}

#order_form form[name="parag"] #basket_container .basket .products_table tr .browse_item0 {
    background-color: #fff;
    border-bottom: 1px solid #eee
}

#order_form form[name="parag"] #basket_container .basket .products_table tr .browse_item1 {
    background-color: #eee
}

#order_form form[name="parag"] #form_footer .terms_container .agreement input {
    display: inline-block;
    width: auto
}

#order_form form[name="parag"] #form_footer .order_submit {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    float: right
}

#order_form form[name="parag"] #form_footer .order_submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#order_form form[name="parag"] #form_footer .order_submit:hover,#order_form form[name="parag"] #form_footer .order_submit:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

#order_form form[name="parag"] #form_footer .order_submit:active,#order_form form[name="parag"] #form_footer .order_submit.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

#order_form form[name="parag"] #form_footer .order_submit.disabled,#order_form form[name="parag"] #form_footer .order_submit[disabled],fieldset[disabled] #order_form form[name="parag"] #form_footer .order_submit {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

#order_form form[name="parag"] #form_footer .order_submit:hover {
    background-color: #00175f;
    color: #fff
}

#order_form form[name="parag"] #form_footer .order_submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#order_form form[name="parag"] #form_footer .order_submit:hover,#order_form form[name="parag"] #form_footer .order_submit:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

#order_form form[name="parag"] #form_footer .order_submit:active,#order_form form[name="parag"] #form_footer .order_submit.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

#order_form form[name="parag"] #form_footer .order_submit.disabled,#order_form form[name="parag"] #form_footer .order_submit[disabled],fieldset[disabled] #order_form form[name="parag"] #form_footer .order_submit {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

#order_form form[name="parag"] #form_footer .order_submit:hover {
    background-color: #00175f;
    color: #fff
}

@media (max-width: 768px) {
    #order_form form[name="parag"] .btns a span.pg_button {
        width: 100%;
        margin: 5px 0
    }
}

#order_backtoshop {
    display: inline-block;
    width: 100%
}

.orders_buttons span {
    margin-right: 5px
}

#order_totals_sum {
    color: #000;
    font-size: 16px;
    font-weight: bold
}

#orders_cust_data > table {
    margin: 0 auto
}

#orders_cust_data .text_boldred {
    text-align: right;
    margin-right: 5px;
    font-size: 14px
}

#orders_cust_data input,#orders_cust_data select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    height: 25px;
    padding: 2px 10px;
    margin-bottom: 0px
}

#orders_cust_data input:-moz-placeholder,#orders_cust_data select:-moz-placeholder {
    color: #999
}

#orders_cust_data input::-moz-placeholder,#orders_cust_data select::-moz-placeholder {
    color: #999
}

#orders_cust_data input:-ms-input-placeholder,#orders_cust_data select:-ms-input-placeholder {
    color: #999
}

#orders_cust_data input::-webkit-input-placeholder,#orders_cust_data select::-webkit-input-placeholder {
    color: #999
}

#orders_cust_data input:focus,#orders_cust_data select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#orders_cust_data input[disabled],#orders_cust_data select[disabled],#orders_cust_data input[readonly],#orders_cust_data select[readonly],fieldset[disabled] #orders_cust_data input,fieldset[disabled] #orders_cust_data select {
    cursor: not-allowed;
    background-color: #eee
}

textarea#orders_cust_data input,textarea#orders_cust_data select {
    height: auto
}

#orders_cust_data input.input-large,#orders_cust_data select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#orders_cust_data input.input-small,#orders_cust_data select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#orders_cust_data input:-moz-placeholder,#orders_cust_data select:-moz-placeholder {
    color: #999
}

#orders_cust_data input::-moz-placeholder,#orders_cust_data select::-moz-placeholder {
    color: #999
}

#orders_cust_data input:-ms-input-placeholder,#orders_cust_data select:-ms-input-placeholder {
    color: #999
}

#orders_cust_data input::-webkit-input-placeholder,#orders_cust_data select::-webkit-input-placeholder {
    color: #999
}

#orders_cust_data input:focus,#orders_cust_data select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#orders_cust_data input[disabled],#orders_cust_data select[disabled],#orders_cust_data input[readonly],#orders_cust_data select[readonly],fieldset[disabled] #orders_cust_data input,fieldset[disabled] #orders_cust_data select {
    cursor: not-allowed;
    background-color: #eee
}

textarea#orders_cust_data input,textarea#orders_cust_data select {
    height: auto
}

#orders_cust_data input.input-large,#orders_cust_data select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#orders_cust_data input.input-small,#orders_cust_data select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#orders_cust_data label[for="p014"],#orders_cust_data #p014,#orders_cust_data label[for="p45"],#orders_cust_data #p45 {
    display: none
}

#orders_send_data > table {
    margin: 0 auto
}

#orders_send_data .text_boldred {
    text-align: right;
    margin-right: 5px;
    font-size: 14px
}

#orders_send_data input,#orders_send_data select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    height: 25px;
    padding: 2px 10px;
    margin-bottom: 0px
}

#orders_send_data input:-moz-placeholder,#orders_send_data select:-moz-placeholder {
    color: #999
}

#orders_send_data input::-moz-placeholder,#orders_send_data select::-moz-placeholder {
    color: #999
}

#orders_send_data input:-ms-input-placeholder,#orders_send_data select:-ms-input-placeholder {
    color: #999
}

#orders_send_data input::-webkit-input-placeholder,#orders_send_data select::-webkit-input-placeholder {
    color: #999
}

#orders_send_data input:focus,#orders_send_data select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#orders_send_data input[disabled],#orders_send_data select[disabled],#orders_send_data input[readonly],#orders_send_data select[readonly],fieldset[disabled] #orders_send_data input,fieldset[disabled] #orders_send_data select {
    cursor: not-allowed;
    background-color: #eee
}

textarea#orders_send_data input,textarea#orders_send_data select {
    height: auto
}

#orders_send_data input.input-large,#orders_send_data select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#orders_send_data input.input-small,#orders_send_data select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#orders_send_data input:-moz-placeholder,#orders_send_data select:-moz-placeholder {
    color: #999
}

#orders_send_data input::-moz-placeholder,#orders_send_data select::-moz-placeholder {
    color: #999
}

#orders_send_data input:-ms-input-placeholder,#orders_send_data select:-ms-input-placeholder {
    color: #999
}

#orders_send_data input::-webkit-input-placeholder,#orders_send_data select::-webkit-input-placeholder {
    color: #999
}

#orders_send_data input:focus,#orders_send_data select:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#orders_send_data input[disabled],#orders_send_data select[disabled],#orders_send_data input[readonly],#orders_send_data select[readonly],fieldset[disabled] #orders_send_data input,fieldset[disabled] #orders_send_data select {
    cursor: not-allowed;
    background-color: #eee
}

textarea#orders_send_data input,textarea#orders_send_data select {
    height: auto
}

#orders_send_data input.input-large,#orders_send_data select.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#orders_send_data input.input-small,#orders_send_data select.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#orders_send_data label[for="p014"],#orders_send_data #p014,#orders_send_data label[for="p45"],#orders_send_data #p45 {
    display: none
}

#or_xrisis {
    float: left
}

#order_baskmanage .pg_submit {
    float: none
}

.title_radio_delivery,.title_radio_payment {
    font-size: 18px;
    padding-left: 10px;
    border-bottom: 1px solid #d8d8d8;
    width: 100%
}

#dose,#payShipData {
    clear: both;
    margin: 0 auto
}

.del_pay,#ship_methods {
    width: 100%;
    display: inline-block
}

.del_pay {
    display: inline-block;
    padding: 30px 0
}

.del_pay .alert {
    white-space: nowrap;
    width: 100%
}

.pr_diathes .avail_title {
    display: none
}

#gcard_box {
    padding: 5px 0;
    margin-top: 10px
}

#gcard_box .left {
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 50%
}

#gcard_box .right {
    float: left;
    text-align: left;
    width: 50%
}

#gcard_box #gcard_p_field {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    height: 25px;
    padding: 2px 10px;
    margin-bottom: 0px;
    background-color: #eaeaea;
    width: auto;
    display: inline-block;
    margin-left: 5px
}

#gcard_box #gcard_p_field:-moz-placeholder {
    color: #999
}

#gcard_box #gcard_p_field::-moz-placeholder {
    color: #999
}

#gcard_box #gcard_p_field:-ms-input-placeholder {
    color: #999
}

#gcard_box #gcard_p_field::-webkit-input-placeholder {
    color: #999
}

#gcard_box #gcard_p_field:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#gcard_box #gcard_p_field[disabled],#gcard_box #gcard_p_field[readonly],fieldset[disabled] #gcard_box #gcard_p_field {
    cursor: not-allowed;
    background-color: #eee
}

textarea#gcard_box #gcard_p_field {
    height: auto
}

#gcard_box #gcard_p_field.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#gcard_box #gcard_p_field.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#gcard_box #gcard_p_field:-moz-placeholder {
    color: #999
}

#gcard_box #gcard_p_field::-moz-placeholder {
    color: #999
}

#gcard_box #gcard_p_field:-ms-input-placeholder {
    color: #999
}

#gcard_box #gcard_p_field::-webkit-input-placeholder {
    color: #999
}

#gcard_box #gcard_p_field:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}

#gcard_box #gcard_p_field[disabled],#gcard_box #gcard_p_field[readonly],fieldset[disabled] #gcard_box #gcard_p_field {
    cursor: not-allowed;
    background-color: #eee
}

textarea#gcard_box #gcard_p_field {
    height: auto
}

#gcard_box #gcard_p_field.input-large {
    height: 56px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

#gcard_box #gcard_p_field.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#gcard_box #gcard_p_amount {
    display: block;
    margin-top: 5px
}

#gcard_box #gcard_p_amount em {
    font-weight: bold;
    margin-left: 15px
}

.total_amount_wth_sp_cost {
    font-size: 16px;
    color: #000;
    font-weight: bold
}

.video-ytube.responsive {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden
}

.video-ytube.responsive object {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.termsofuse_form input[type="radio"],.termsofuse_form input[type="checkbox"] {
    top: 2px;
    position: relative
}

.termsofuse_form .crm006_fld {
    margin: 5px 0 0;
    display: inline-block;
    width: 100%
}

.termsofuse_form .crm006_fld:before {
    content: "";
    border-top: 1px solid #00a2e2;
    display: block;
    margin: 0 auto;
    padding: 5px 0 0
}

.termsofuse_form .crm006_check label {
    padding: 0 5px 0 0
}

.termsofuse_form .crm006_source {
    font-weight: bold;
    color: #5cb85c
}

.termsofuse_form .crm006_buttons {
    margin: 40px 0 20px
}

.termsofuse_form .crm006_buttons .pg_button {
    float: right;
    opacity: 0.5
}

.termsofuse_form .crm006_title_tit {
    font-size: 15px;
    margin-top: 20px;
    border-bottom: 2px solid #00a2e2
}

.termsofuse_form .crm006_terms {
    max-height: 350px;
    overflow-y: scroll
}

#signature_pad {
    display: inline-block;
    padding: 0 0 10px;
    width: 100%
}

#signature_pad .signature_pad_body {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%
}

#signature_pad .signature_pad_footer {
    display: inline-block;
    width: 100%
}

#signature_pad .signature_pad_footer .clear_btn {
    padding: 5px 12px;
    float: right;
    width: 200px
}

@media (max-width: 992px) {
    .termsofuse_form .crm006_buttons .pg_submit {
        display: block;
        float: none;
        margin: 20px auto;
        width: 400px
    }

    .termsofuse_form .crm006_buttons .pg_button {
        display: block;
        float: none;
        margin: 20px auto;
        width: 400px
    }
}

@media (max-width: 768px) {
    .termsofuse_form .crm006_buttons .pg_submit {
        width: 100%;
        font-size: 11px;
        padding: 10px 5px;
        font-weight: bold
    }

    .termsofuse_form .crm006_buttons .pg_button {
        width: 100%;
        font-size: 11px;
        padding: 10px 5px;
        font-weight: bold
    }

    #signature_pad {
        width: 100%
    }

    #signature_pad .signature_pad_footer .clear_btn {
        padding: 5px 12px;
        float: right;
        width: 100%
    }
}

body {
    background: none repeat-y scroll center top #fff;
    background-size: 100% auto;
    color: #777;
    font-family: Arial;
    font-size: 14px;
    line-height: 14px;
    min-width: 320px
}

h1,h2,h3,h4,h5,h6 {
    text-rendering: optimizelegibility
}

select,textarea,input {
    transition: border .2s linear 0s, box-shadow .2s linear 0s
}

.bank_icons hr {
    margin: 0 0 10px;
    border-color: #e5e5e5
}

dt {
    font-weight: 400
}

a {
    color: #00a2e2;
    text-decoration: underline
}

a:hover,a:focus {
    color: #00a2e2;
    text-decoration: none
}

#header {
    padding: 0 0 15px
}

.first_row {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .first_row {
        float: left;
        width: 100%
    }
}

.second_row {
    width: 100%;
    display: inline-block
}

.pg_menu_nbask {
    display: inline-block;
    max-width: 66%;
    padding: 32px 15px;
    width: auto;
    float: right
}

.pg_menu_nbask > div {
    float: left;
    display: inline-block
}

.pg_menu_nbask .basket02 .basket00 > ul {
    float: right;
    padding-left: 0;
    list-style: none
}

.pg_menu_nbask .login a {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    border: none;
    text-decoration: none;
    font-size: 25px;
    line-height: 25px;
    margin-right: 17px
}

.pg_menu_nbask .login a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_menu_nbask .login a:hover,.pg_menu_nbask .login a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_menu_nbask .login a:active,.pg_menu_nbask .login a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_menu_nbask .login a.disabled,.pg_menu_nbask .login a[disabled],fieldset[disabled] .pg_menu_nbask .login a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_menu_nbask .login a:hover {
    background-color: #00175f;
    color: #fff
}

.pg_menu_nbask .login a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.pg_menu_nbask .login a:hover,.pg_menu_nbask .login a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.pg_menu_nbask .login a:active,.pg_menu_nbask .login a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.pg_menu_nbask .login a.disabled,.pg_menu_nbask .login a[disabled],fieldset[disabled] .pg_menu_nbask .login a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.pg_menu_nbask .login a:hover {
    background-color: #00175f;
    color: #fff
}

.sme_phone {
    float: right;
    display: inline-block
}

.sme_phone > div {
    float: left
}

.phone {
    font: 300 25px/33px "Open Sans", sans-serif;
    padding: 10px 30px 0 0
}

.phone i {
    color: #00a2e2;
    font-size: 40px;
    line-height: 40px;
    padding-right: 7px;
    vertical-align: -5px
}

.phone strong {
    color: #00175f;
    font: 300 25px/33px "Open Sans", sans-serif
}

.pg_middlebanner01.pg_container > dl {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 10px
}

@media (min-width: 768px) {
    .pg_middlebanner01.pg_container > dl {
        float: left;
        width: 33.33333333%
    }
}

.pg_middlebanner01.pg_container > dl:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .pg_middlebanner01.pg_container > dl:first-child {
        float: left;
        width: 100%
    }
}

.pg_middlebanner01.pg_container > dl:nth-child(2),.pg_middlebanner01.pg_container > dl:nth-child(3) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .pg_middlebanner01.pg_container > dl:nth-child(2),.pg_middlebanner01.pg_container > dl:nth-child(3) {
        float: left;
        width: 50%
    }
}

.one_prod_description .one_price {
    float: none !important;
    display: inline-block
}

.one_prod_description .one_price .timh_title {
    display: inline-block !important;
    font-size: 18px;
    padding-right: 10px
}

.pg_middlebanner11 > dl {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0
}

@media (min-width: 768px) {
    .pg_middlebanner11 > dl {
        float: left;
        width: 25%
    }
}

.pg_middlebanner11 > dl:nth-last-child(1),.pg_middlebanner11 > dl:nth-last-child(2) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .pg_middlebanner11 > dl:nth-last-child(1),.pg_middlebanner11 > dl:nth-last-child(2) {
        float: left;
        width: 50%
    }
}

.pg_middlebanner11 > dl:nth-last-child(1) .banner,.pg_middlebanner11 > dl:nth-last-child(2) .banner {
    max-width: 600px
}

.pg_middlebanner11 > dl:nth-last-child(1) .banner .item-html,.pg_middlebanner11 > dl:nth-last-child(2) .banner .item-html {
    padding-top: 60px;
    text-align: left;
    top: 0
}

.pg_middlebanner11 > dl:nth-last-child(1) .banner .item-html h3,.pg_middlebanner11 > dl:nth-last-child(2) .banner .item-html h3 {
    font: 300 2.308em/1.1em "Open Sans", sans-serif;
    margin: 0;
    padding: 0 0 0 46px
}

.pg_middlebanner11 > dl:nth-last-child(1) .banner .item-html h2,.pg_middlebanner11 > dl:nth-last-child(2) .banner .item-html h2 {
    font: 300 4.615em/1em "Open Sans", sans-serif;
    margin: 0;
    padding: 0 0 0 46px
}

.pg_middlebanner11 > dl .banner {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 300px
}

.pg_middlebanner11 > dl .banner .item-link img {
    max-width: 100%;
    height: auto;
    width: 100%
}

.pg_middlebanner11 > dl .banner .item-html {
    position: absolute;
    left: 0;
    top: 41%;
    width: 100%
}

.pg_middlebanner11 > dl .banner .item-html h2 {
    color: #fff;
    font: 300 3em/1.1em "Open Sans", sans-serif;
    margin: 0;
    padding: 0
}

.pg_middlebanner11 > dl .banner .item-html h3 {
    color: #fff;
    font: 600 2em/1.2em "Open Sans", sans-serif;
    margin: 0;
    padding: 0
}

.pg_middlebanner11 > dl .banner .item-html h4 {
    color: #fff;
    font: 300 1em/1.4em "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.pg_middlebanner11 > dl .banner:hover .item-html h2,.pg_middlebanner11 > dl .banner:hover .item-html h3,.pg_middlebanner11 > dl .banner:hover .item-html h4 {
    color: #dedede
}

.home_banner img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 100%
}

.home_banner > div {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 10%;
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/template_064/cssimgs/bg.png") repeat scroll 0 0 rgba(0,0,0,0);
    width: 300px;
    margin: 0 auto
}

.home_banner > div strong {
    font-size: 18px;
    line-height: 22px;
    color: #555555;
    display: block
}

.home_banner > div span {
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/template_064/cssimgs/marker-13.gif") no-repeat scroll right 4px rgba(0,0,0,0);
    color: #ed3025;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    padding-right: 10px;
    text-transform: none
}

.home_banner:hover > div {
    background-image: url("/web/20230610101703im_/https://m-s.com.gr/css/template_064/cssimgs/bg2.png")
}

.home_banner:hover > div strong {
    color: #fff
}

.pmatrix_onecol #pmatrix_onecol_wish_list a:link {
    display: block;
    clear: both;
    padding-top: 5%;
    text-align: center;
    padding-right: 20px;
    color: #000;
    font-weight: bold;
    font-size: 15px
}

input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-left: 0px;
    margin-top: 1px \9;
    line-height: normal;
    margin-left: 10px
}

#pmatrix_onecol_compare {
    color: #000;
    font-weight: bold;
    text-align: center
}

.basket00 #basket {
    float: right;
    display: inline-block;
    position: relative;
    clear: both
}

.basket00 #basket a {
    text-decoration: none
}

.basket00 #basket a.bsk {
    background: none no-repeat scroll 10px 10px #00175f;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    min-width: 75px;
    padding: 12px;
    display: inline-block
}

.basket00 #basket a.bsk:before {
    content: "\f07a";
    font-family: FontAwesome;
    font-size: 25px
}

.basket00 #basket a .bask_info.title {
    font-weight: bold;
    margin-right: 5px
}

.basket00 #basket a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff
}

.basket00 #basket a:hover,.basket00 #basket a:focus {
    text-decoration: none
}

.basket00 #basket .dropdown-menu {
    min-width: 300px;
    padding: 10px;
    position: absolute;
    right: 0;
    left: auto;
    text-align: left;
    z-index: 999;
    top: 100%;
    box-shadow: 0 5px 13px rgba(0,0,0,0.13)
}

.basket00 #basket .dropdown-menu li.bask_li {
    background: none transparent;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding: 0;
    width: 100%
}

.basket00 #basket .dropdown-menu li.bask_li:first-child {
    border-radius: 10px 10px 0 0
}

.basket00 #basket .dropdown-menu li.bask_li:last-child {
    border-radius: 0 0 10px 10px
}

.basket00 #basket .dropdown-menu li.bask_li:last-child a {
    border-radius: 0 0 10px 10px;
    text-decoration: none
}

.basket00 #basket .dropdown-menu li.bask_li span.prod_price_n_quan {
    font-size: 10px;
    color: #929291;
    text-decoration: none;
    line-height: 17px;
    padding: 0px
}

.basket00 #basket .dropdown-menu li.bask_li span.delete_item {
    float: right;
    display: inline-block
}

.basket00 #basket .dropdown-menu li.bask_li a.bask_links {
    display: inline-block;
    padding: 0px;
    line-height: 12px
}

.basket00 #basket .dropdown-menu li.bask_li a.bask_links .bask_prod_name {
    margin: 0 0 2px;
    width: 100%;
    padding: 0
}

.basket00 #basket .dropdown-menu li.bask_li a.bask_links:first-child {
    float: left;
    margin-right: 10px
}

.basket00 #basket .dropdown-menu li.bask_li .bask_decription {
    float: left;
    width: 75%;
    display: inline-block
}

.basket00 #basket .dropdown-menu li.bask_li .bask_decription a.bask_links {
    float: none;
    width: 100%
}

.basket00 #basket .dropdown-menu .bask_btns a {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    border: none;
    text-decoration: none;
    margin-left: 10px;
    font-size: 12px
}

.basket00 #basket .dropdown-menu .bask_btns a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.basket00 #basket .dropdown-menu .bask_btns a:hover,.basket00 #basket .dropdown-menu .bask_btns a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.basket00 #basket .dropdown-menu .bask_btns a:active,.basket00 #basket .dropdown-menu .bask_btns a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.basket00 #basket .dropdown-menu .bask_btns a.disabled,.basket00 #basket .dropdown-menu .bask_btns a[disabled],fieldset[disabled] .basket00 #basket .dropdown-menu .bask_btns a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.basket00 #basket .dropdown-menu .bask_btns a:hover {
    background-color: #00175f;
    color: #fff
}

.basket00 #basket .dropdown-menu .bask_btns a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.basket00 #basket .dropdown-menu .bask_btns a:hover,.basket00 #basket .dropdown-menu .bask_btns a:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.basket00 #basket .dropdown-menu .bask_btns a:active,.basket00 #basket .dropdown-menu .bask_btns a.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.basket00 #basket .dropdown-menu .bask_btns a.disabled,.basket00 #basket .dropdown-menu .bask_btns a[disabled],fieldset[disabled] .basket00 #basket .dropdown-menu .bask_btns a {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.basket00 #basket .dropdown-menu .bask_btns a:hover {
    background-color: #00175f;
    color: #fff
}

dl {
    margin: 0px
}

#bootstrap_slider {
    margin-left: auto;
    margin-right: auto
}

#login_ok {
    display: block;
    text-align: center;
    font-weight: bold
}

.photo_scroll_banner {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 15%
}

#photo_slider .viewport {
    overflow: hidden;
    width: 100%;
    height: 100px;
    position: relative;
    float: left
}

#photo_slider .viewport .overview {
    list-style: outside none none;
    position: absolute;
    top: 0;
    padding: 0
}

#photo_slider .viewport .overview li {
    display: inline-block;
    margin: 5px;
    margin-top: 20px
}

#photo_slider img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.pg_logout,.pg_profile {
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/template_064/cssimgs/bullet-list.gif") no-repeat scroll left center transparent;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 3px;
    display: block
}

.div_shadow {
    box-shadow: 0px 10px 24px 2px #00175f;
    -webkit-box-shadow: 0px 10px 24px 2px #00175f;
    -moz-box-shadow: 0px 10px 24px 2px #00175f;
    -o-box-shadow: 0px 10px 24px 2px #00175f
}

.langs {
    background-color: #00a2e2;
    position: relative
}

.langs > a {
    display: inline-block;
    outline: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 17px 12px 16px 15px;
    text-decoration: none
}

.langs > a:focus {
    outline: none
}

.langs > a i {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding-left: 9px;
    vertical-align: -2px
}

.langs:hover,.langs:active,.langs.open {
    background-color: #1f2228
}

.langs:hover > a,.langs:active > a,.langs.open > a {
    color: #fff;
    outline: none;
    text-decoration: none
}

.langs.open i.fa:before {
    content: "\f0d8"
}

.langs .dropdown-menu {
    -webkit-transition: all .5s ease;
    transition: all 1s ease;
    left: auto;
    right: 0;
    top: 100%;
    background-color: #1f2228;
    border-radius: 0px
}

.langs .dropdown-menu li {
    padding: 0px;
    border: medium none
}

.langs .dropdown-menu li a {
    line-height: 35px;
    padding: 0 10px 0 12px;
    font-size: 13px;
    text-decoration: none
}

.langs .dropdown-menu li a:hover,.langs .dropdown-menu li a.active {
    background-color: #00175f
}

.search_div {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    position: relative
}

.search_div #search0,.search_div #search1 {
    position: relative
}

.search_div #search0 #searchfield,.search_div #search1 #searchfield {
    background: none repeat scroll 0 0 #dedede;
    border-color: #dedede;
    display: inline-block;
    height: 48px;
    padding: 14px 65px 14px 13px;
    border: medium none
}

.search_div #search0 #search_button:hover,.search_div #search1 #search_button:hover,.search_div #search0 #search_button:focus,.search_div #search1 #search_button:focus {
    text-decoration: none
}

.search_div #search0 #search_button i,.search_div #search1 #search_button i {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: medium none;
    color: #00175f;
    display: block;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 47px
}

.search_div #search0 #search_button i:before,.search_div #search1 #search_button i:before {
    font-size: 26px;
    text-align: center;
    display: block
}

.search_div #search0 #search_button i:hover,.search_div #search1 #search_button i:hover,.search_div #search0 #search_button i:focus,.search_div #search1 #search_button i:focus {
    color: #6f6f6f;
    text-decoration: none
}

.search_div #search0 #full_search,.search_div #search1 #full_search {
    display: inline-block;
    width: 100%;
    text-align: center
}

#results {
    position: absolute;
    background-color: #fff;
    display: inline-block;
    top: 100%;
    width: auto;
    min-width: 300px;
    right: 0;
    z-index: 500;
    border: 3px solid #dedede;
    box-shadow: 0px 10px 24px 2px #00175f;
    -webkit-box-shadow: 0px 10px 24px 2px #00175f;
    -moz-box-shadow: 0px 10px 24px 2px #00175f;
    -o-box-shadow: 0px 10px 24px 2px #00175f
}

#results .close_results {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 501;
    color: #00175f;
    display: inline-block;
    position: relative;
    text-align: right;
    width: 100%
}

#results #myTab.carousel-indicators {
    border: medium none;
    float: left;
    margin: 5px 10px 10px;
    position: static;
    left: 0;
    width: auto
}

#results #myTab.carousel-indicators > li {
    margin-bottom: 0px;
    border: 2px solid #777;
    border-radius: 20px;
    margin-right: 2px;
    display: inline-block;
    padding: 0px;
    width: 10px;
    height: 10px;
    cursor: pointer
}

#results #myTab.carousel-indicators > li:hover,#results #myTab.carousel-indicators > li:focus {
    background-color: #777;
    border: 2px solid #777
}

#results #myTab.carousel-indicators > li.active {
    background-color: #777;
    border: 2px solid #777;
    cursor: default
}

#results a.more_results {
    color: #777;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline
}

#results a.more_results:hover,#results a.more_results:focus {
    color: #777;
    text-decoration: none
}

#results .results_list {
    list-style: none;
    padding: 10px;
    margin: 0;
    text-align: left
}

#results .results_list a {
    font-size: 14px;
    color: #777;
    text-decoration: none;
    display: inline-block;
    width: 100%
}

#results .results_list a:hover,#results .results_list a:focus {
    color: #777;
    text-decoration: underline
}

#results .results_list a span.red_text {
    color: #00a2e2
}

#results .results_list li {
    padding: 5px 0
}

#results .results_list li img {
    margin-right: 5px
}

#results .results_list .prd_result {
    display: inline-block;
    float: left;
    width: 100%
}

#results .results_list .prd_result .prd_descr,#results .results_list .prd_result .prd_img {
    display: inline-block;
    float: left
}

#results .results_list .prd_result .prd_descr {
    width: 75%
}

#results .results_list .prd_result .prd_descr > a {
    padding: 5px
}

#results .no_results {
    font-size: 15px;
    color: #777;
    margin: 0;
    padding: 10px;
    width: 100%;
    display: inline-block
}

.photo_scroll_banner {
    width: 100% !important
}

.contactus_theme {
    width: 50%;
    float: left;
    padding: 10px
}

.fld_p01 {
    width: 50%;
    float: right;
    padding: 10px
}

.fld_p02 {
    width: 50%;
    float: right;
    padding: 10px
}

.fld_p03 {
    width: 50%;
    float: left;
    padding: 10px
}

.fld_p04 {
    width: 50%;
    float: right;
    padding: 10px
}

.fld_p05 {
    width: 50%;
    float: left;
    padding: 10px
}

.fld_p06 {
    width: 50%;
    float: right;
    padding: 10px
}

.fld_p07 {
    width: 50%;
    float: left;
    padding: 10px
}

.pmatrix_onecol #pmatrix_onecol_wish_list a:link {
    display: block;
    clear: both;
    padding-top: 5%;
    color: #000;
    font-weight: bold
}

#pmatrix_onecol_compare {
    color: #000;
    font-weight: bold
}

#pmatrix_onecol_pno {
    padding-top: 5%;
    color: #000;
    font-weight: bold
}

#pmatrix_onecol_i49p02 {
    padding-top: 5%;
    color: #000;
    font-weight: bold
}

#productpreviewSH {
    float: right;
    line-height: 24px;
    padding: 0;
    vertical-align: middle;
    height: 24px;
    margin-top: 12px;
    display: none
}

.one_prod_description {
    text-align: center;
    width: 45% !important
}

.products_omad dl {
    width: 100% !important;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    display: flex !important;
    margin-top: 3%;
    border: 1px solid #dedede
}

dt#products_omad_desc {
    background-color: #fff !important;
    color: #000 !important;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    width: 70% !important;
    margin-left: 5%;
    padding-block-start: 80px}

.description {
    text-align: center;
    color: #000;
    font-size: 20px
}

.one_prod_image {
    width: 33% !important
}

.bordered {
    border-top: 1px solid #fff !important;
    margin: -2px 0px !important
}

.one_prod_description .add_to_wish {
    float: none !important;
    padding: 5px;
    margin-bottom: 7%
}

.one_prod_description .one_prod_compselect {
    display: block !important
}

.one_prod_description .one_prod_compare,.one_prod_description .one_prod_compselect {
    display: block !important
}

.one_prod_description > #description {
    font-size: 25px !important;
    color: #333333;
    margin: 10px 0px
}

.pmatrix > dl {
    margin: 10px 0px;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    height: 215px !important;
    border: 1px solid #dedede;
    display: inline-flex
}

.pmatrix > dl #image_icons {
    padding: 10px 0 !important;
    text-align: center;
    position: relative;
    max-width: 270px;
    width: 100%;
    background-color: #f4f4f4;
    display: inline-block
}

.matrix_prices,.one_col_prices {
    display: block;
    clear: both;
    height: 40px;
    display: none !important
}

.pmatrix > dl .matrix_info {
    display: inline-block !important;
    padding-top: 60px;
    color: #000
}

.pmatrix > dl .matrix_add_more {
    width: 100%;
    clear: both;
    display: none !important
}

dt#list_description1 {
    font-weight: bold;
    color: #000
}

.pmatrix > dl #list_compare {
    border-bottom: none;
    color: #000
}

.pmatrix > dl #wish_list {
    color: #000
}

.pmatrix > dl #wish_list > a {
    color: #000 !important;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none
}

.pmatrix > dl #list_compare span.text_bold {
    color: #000 !important;
    text-align: left;
    font-weight: normal;
    font-size: 13px
}

.pmatrix > dl .matrix_desc {
    padding-left: 10px
}

.pages {
    clear: left !important;
    float: right
}

.pg_searchnbask {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .pg_searchnbask {
        float: left;
        width: 25%
    }
}

.more_products {
    display: none
}

.more_products .pmatrix_onecol .pg_list_image .image_icons {
    display: none !important
}

#footer_banners > dl {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 57px 34px 0 0
}

@media (min-width: 768px) {
    #footer_banners > dl {
        float: left;
        width: 33.33333333%
    }
}

#footer_banners > dl .banner_header {
    width: 100%
}

#footer_banners > dl .banmid1 {
    color: #00175f;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    padding: 0 0 8px;
    text-align: left
}

#footer_banners > dl ul {
    list-style: outside none none;
    text-align: left;
    padding: 0;
    line-height: 22px;
    font-weight: bold
}

#footer_banners > dl p {
    color: #bababa;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
    text-align: left
}

#footer_banners > dl p strong {
    color: #00175f;
    font-weight: 700;
    padding: 0 0 5px
}

.pg_banner_titles {
    background: none repeat scroll 0 0 #00175f;
    border-top: 5px solid #00a2e2;
    color: #fff;
    font: 600 18px/22px "Open Sans", sans-serif;
    margin: 0 0 20px;
    padding: 14px 10px 17px 20px
}

.titprotaseis,.titnewpro {
    background: #ddd none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    background: none repeat scroll 0 0 #00175f;
    color: #fff;
    background: none repeat scroll 0 0 #012440 !important;
    border-top: 5px solid #00a2e2;
    color: #ffffff;
    font: 600 18px/22px "Open Sans", sans-serif;
    margin: 0 0 20px;
    margin-bottom: 20px;
    padding: 14px 10px 17px 20px
}

.pg_navbar_brand {
    background: none repeat scroll 0 0 #00175f;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
    max-width: 100%
}

.pg_navbar_brand:hover,.pg_navbar_brand:focus {
    background: none repeat scroll 0 0 #00175f;
    color: #fff
}

.pg_accordion_group {
    border: 0px;
    margin: 0px
}

.li_active,.ul_active {
    background-color: #eee !important
}

.pg_acc_heading {
    border-bottom: 1px solid #dedede;
    padding: 6px 20px;
    position: relative
}

.pg_submit {
    float: right;
    margin: 5px 5px 2px 2px;
    border: 1px solid #00a2e2
}

.pg_banner_inner > p {
    margin: 0px
}

.maincol {
    background-color: transparent
}

.home_tabpanel {
    margin-top: 35px
}

.home_tabpanel .nav-tabs {
    background-color: #00175f
}

.home_tabpanel .nav-tabs > li {
    border-right: 1px solid #44474e;
    margin-bottom: 0;
    background: none transparent
}

.home_tabpanel .nav-tabs > li:hover,.home_tabpanel .nav-tabs > li:focus,.home_tabpanel .nav-tabs > li:active,.home_tabpanel .nav-tabs > li.active {
    background: none #00a2e2
}

.home_tabpanel .nav-tabs > li:hover > a,.home_tabpanel .nav-tabs > li:focus > a,.home_tabpanel .nav-tabs > li:active > a,.home_tabpanel .nav-tabs > li.active > a {
    background: none transparent;
    border: medium none;
    padding: 22px 36px 25px;
    font-size: 20px;
    font-weight: 24px;
    text-decoration: none;
    color: #fff;
    margin: 0
}

.home_tabpanel .nav-tabs > li:hover > a:hover,.home_tabpanel .nav-tabs > li:focus > a:hover,.home_tabpanel .nav-tabs > li:active > a:hover,.home_tabpanel .nav-tabs > li.active > a:hover,.home_tabpanel .nav-tabs > li:hover > a:focus,.home_tabpanel .nav-tabs > li:focus > a:focus,.home_tabpanel .nav-tabs > li:active > a:focus,.home_tabpanel .nav-tabs > li.active > a:focus,.home_tabpanel .nav-tabs > li:hover > a:active,.home_tabpanel .nav-tabs > li:focus > a:active,.home_tabpanel .nav-tabs > li:active > a:active,.home_tabpanel .nav-tabs > li.active > a:active {
    background: none transparent;
    color: #fff;
    outline: none
}

.home_tabpanel .nav-tabs > li > a {
    background: none transparent;
    border: medium none;
    font-size: 20px;
    font-weight: 24px;
    padding: 22px 36px 25px;
    text-decoration: none;
    color: #fff;
    margin: 0
}

.home_tabpanel .nav-tabs > li > a:hover,.home_tabpanel .nav-tabs > li > a:focus,.home_tabpanel .nav-tabs > li > a:active {
    background: none transparent;
    color: #fff;
    outline: none
}

.home_tabpanel .tab_table {
    width: 100%
}

.pg_nav_collapse > dt {
    text-align: left;
    font-weight: normal;
    padding: 0 0 5px
}

.pg_nav_collapse > dt > a {
    color: #8b8b8a;
    transition: all .3s ease 0s;
    font-size: 13px;
    word-wrap: break-word;
    text-align: left;
    text-decoration: none
}

.pg_nav_collapse > dt > a:hover,.pg_nav_collapse > dt > a:focus {
    color: #494948;
    text-decoration: none
}

.bannerbask {
    padding: 5px 5px;
    background-color: #fff;
    border-radius: 4px
}

#login_banner {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    position: relative
}

#login_banner:before,#login_banner:after {
    content: " ";
    display: table
}

#login_banner:after {
    clear: both
}

#login_banner:before,#login_banner:after {
    content: " ";
    display: table
}

#login_banner:after {
    clear: both
}

#login_banner:before,#login_banner:after {
    content: " ";
    display: table
}

#login_banner:after {
    clear: both
}

#login_banner:before,#login_banner:after {
    content: " ";
    display: table
}

#login_banner:after {
    clear: both
}

@media (min-width: 768px) {
    #login_banner {
        max-width: 728px
    }
}

@media (min-width: 992px) {
    #login_banner {
        max-width: 940px
    }
}

@media (min-width: 1200px) {
    #login_banner {
        max-width: 1170px
    }
}

#login_banner:before,#login_banner:after {
    content: " ";
    display: table
}

#login_banner:after {
    clear: both
}

#login_banner:before,#login_banner:after {
    content: " ";
    display: table
}

#login_banner:after {
    clear: both
}

#login_banner:before,#login_banner:after {
    content: " ";
    display: table
}

#login_banner:after {
    clear: both
}

#login_banner:before,#login_banner:after {
    content: " ";
    display: table
}

#login_banner:after {
    clear: both
}

#login_banner > .pg_lang {
    margin: 0px;
    text-align: center
}

#login_banner > .pg_lang .pg_banner_titles {
    margin-bottom: 8px
}

#login_banner > .pg_lang .pg_menu_arrows {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-bottom-color: #7e7e7e;
    border-top-color: #7e7e7e;
    border-bottom-color: #7E7E7E;
    border-top-color: #7E7E7E;
    background: none repeat scroll 0 0 transparent;
    border-radius: 0px;
    width: 0;
    height: 0;
    top: 10px;
    right: 15px
}

#login_banner > .pg_lang .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

#login_banner > .pg_lang .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

#login_banner > .pg_lang .pg_active_arrows {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

#login_banner > .pg_lang .caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #7f7f7f;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
    margin-top: 1px;
    margin-right: 15px
}

#login_banner > .pg_lang .pg_menu_option {
    color: #7f7f7f;
    text-decoration: none
}

#login_banner > .pg_lang .pg_menu_option:hover {
    color: #00a2e2
}

#login_banner > .pg_lang .pg_menu_option:hover .caret-right {
    border-left-color: #7E7E7E;
    border-right-color: #7E7E7E
}

#login_banner > .pg_lang > a {
    padding: 2px 5px
}

#login_banner > #pg_loginok,#login_banner > .longinno {
    padding: 10px;
    margin: 0px
}

#login_banner > #pg_loginok .pg_banner_titles,#login_banner > .longinno .pg_banner_titles {
    margin-bottom: 8px
}

#login_banner > #pg_loginok .pg_menu_arrows,#login_banner > .longinno .pg_menu_arrows {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-bottom-color: #7e7e7e;
    border-top-color: #7e7e7e;
    border-bottom-color: #7E7E7E;
    border-top-color: #7E7E7E;
    background: none repeat scroll 0 0 transparent;
    border-radius: 0px;
    width: 0;
    height: 0;
    top: 10px;
    right: 15px
}

#login_banner > #pg_loginok .pg_menu_arrows.caret-reversed,#login_banner > .longinno .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

#login_banner > #pg_loginok .pg_menu_arrows.caret-reversed,#login_banner > .longinno .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

#login_banner > #pg_loginok .pg_active_arrows,#login_banner > .longinno .pg_active_arrows {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

#login_banner > #pg_loginok .caret-right,#login_banner > .longinno .caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #7f7f7f;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
    margin-top: 1px;
    margin-right: 15px
}

#login_banner > #pg_loginok .pg_menu_option,#login_banner > .longinno .pg_menu_option {
    color: #7f7f7f;
    text-decoration: none
}

#login_banner > #pg_loginok .pg_menu_option:hover,#login_banner > .longinno .pg_menu_option:hover {
    color: #00a2e2
}

#login_banner > #pg_loginok .pg_menu_option:hover .caret-right,#login_banner > .longinno .pg_menu_option:hover .caret-right {
    border-left-color: #7E7E7E;
    border-right-color: #7E7E7E
}

#login_banner > .pg_nav_collapse {
    padding: 8px 0px;
    margin: 0px
}

#login_banner > .pg_nav_collapse .pg_banner_titles {
    margin-bottom: 8px
}

#login_banner > .pg_nav_collapse .pg_menu_arrows {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-bottom-color: #7e7e7e;
    border-top-color: #7e7e7e;
    border-bottom-color: #7E7E7E;
    border-top-color: #7E7E7E;
    background: none repeat scroll 0 0 transparent;
    border-radius: 0px;
    width: 0;
    height: 0;
    top: 10px;
    right: 15px
}

#login_banner > .pg_nav_collapse .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

#login_banner > .pg_nav_collapse .pg_menu_arrows.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

#login_banner > .pg_nav_collapse .pg_active_arrows {
    border-top-width: 0;
    border-bottom: 4px solid #7e7e7e
}

#login_banner > .pg_nav_collapse .caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #7f7f7f;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
    margin-top: 1px;
    margin-right: 15px
}

#login_banner > .pg_nav_collapse .pg_menu_option {
    color: #7f7f7f;
    text-decoration: none
}

#login_banner > .pg_nav_collapse .pg_menu_option:hover {
    color: #00a2e2
}

#login_banner > .pg_nav_collapse .pg_menu_option:hover .caret-right {
    border-left-color: #7E7E7E;
    border-right-color: #7E7E7E
}

#login_banner > .pg_nav_collapse > p {
    padding: 0px 15px;
    margin: 0px
}

.inpblue {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    margin: 5px;
    float: none
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.inpblue:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.inpblue:hover,.inpblue:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.inpblue:active,.inpblue.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.inpblue.disabled,.inpblue[disabled],fieldset[disabled] .inpblue {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.inpblue:hover {
    background-color: #00175f;
    color: #fff
}

.dropdown-menu {
    background: none repeat scroll 0 0 #00175f;
    margin: 0;
    border: none;
    padding: 2px 0 4px;
    border-radius: 0
}

.dropdown-menu > li {
    border-bottom: 1px solid #fff;
    font-size: 13px;
    padding: 8px 20px 6px 25px;
    background: none transparent;
    position: relative;
    margin: 0 0 0 0
}

.dropdown-menu > li:hover,.dropdown-menu > li:focus {
    background: none repeat scroll 0 0 #00175f
}

.dropdown-menu > li > a {
    transition: all .3s ease 0s;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    padding: 0
}

.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
    background: none transparent;
    color: #fff;
    text-decoration: none
}

.dropdown-menu > li > ul {
    position: relative;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 10px
}

.dropdown-menu > li > ul > a {
    font-size: 14px;
    padding: 7px 0 7px 15px;
    color: #eee;
    text-decoration: none
}

.dropdown-menu > li > ul > a:hover,.dropdown-menu > li > ul > a:focus {
    color: #fff;
    text-decoration: none
}

.dropdown-menu > li:last-child {
    border: medium none
}

.pmatrix > dl .matrix_info {
    display: inline-block !important
}

.pmatrix > dl .matrix_info #list_pcode {
    display: none
}

.pg_accordion_inner {
    padding: 0
}

.pg_accordion_inner > li {
    padding-left: 0;
    list-style: none;
    background-color: #00a2e2;
    border-bottom: 1px solid #dedede;
    padding: 6px 20px;
    position: relative;
    color: white
}

.pg_accordion_inner > li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold
}

.pg_accordion_inner > li a:hover {
    color: #00175f;
    text-decoration: none
}

.pg_accordion_inner > ul {
    padding: 5px 0 5px 10px;
    margin: 0px 0px 0px 20px;
    background-color: transparent;
    border-bottom: 1px solid #dedede;
    font-size: 12px
}

.pg_accordion_inner > ul:hover,.pg_accordion_inner > ul:focus {
    background-color: #f7f7f7
}

.pg_accordion_inner > ul a {
    color: #777;
    text-decoration: none
}

.pg_accordion_inner > ul a:hover {
    color: #00a2e2;
    text-decoration: none
}

.pcode_H001_INDEX .pg_middlebanner01 #camera_slider {
    margin-top: -71px;
    margin: -71px auto 0;
    max-width: 2800px
}

.filters_list .pg_menu_option,#pg_prod_menu .pg_menu_option {
    color: #00175f;
    font-weight: bold;
    text-decoration: none
}

#main_content {
    padding: 0 20px
}

.menu_outer {
    padding: 0 20px
}

.cart_span {
    display: inline-block
}

#maincolumn_table {
    width: 100%;
    margin: 10px 0
}

.omada_photo {
    float: left;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    left: 0;
    top: 26px
}

.omada_photo > img {
    height: 150px;
    width: 150px
}

.pg_navbar_more {
    display: none;
    background: none;
    position: relative;
    padding-left: 15px
}

.actions > dt {
    float: left
}

.actions > a {
    text-decoration: none;
    padding: 2px 7px
}

.actions > a:hover,.actions > a:focus {
    text-decoration: none;
    color: #000
}

footer {
    clear: both;
    display: inline-block;
    width: 100%;
    background: #f7f7f7
}

.footer021 {
    background-color: #00175f;
    color: #54697d;
    padding: 30px 0;
    display: inline-block;
    width: 100%
}

.footer021 a {
    text-decoration: none;
    color: #00a2e2
}

.footer021 a:hover,.footer021 a:focus {
    color: #fff
}

#pg_middlebanner > dl > .pg_banner {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px
}

#pg_middlebanner > dl > .pg_banner:before,#pg_middlebanner > dl > .pg_banner:after {
    content: " ";
    display: table
}

#pg_middlebanner > dl > .pg_banner:after {
    clear: both
}

#pg_middlebanner > dl > .pg_banner:before,#pg_middlebanner > dl > .pg_banner:after {
    content: " ";
    display: table
}

#pg_middlebanner > dl > .pg_banner:after {
    clear: both
}

#pg_middlebanner > dl > .pg_banner:before,#pg_middlebanner > dl > .pg_banner:after {
    content: " ";
    display: table
}

#pg_middlebanner > dl > .pg_banner:after {
    clear: both
}

#pg_middlebanner > dl > .pg_banner:before,#pg_middlebanner > dl > .pg_banner:after {
    content: " ";
    display: table
}

#pg_middlebanner > dl > .pg_banner:after {
    clear: both
}

@media (min-width: 768px) {
    #pg_middlebanner > dl > .pg_banner {
        max-width: 728px
    }
}

@media (min-width: 992px) {
    #pg_middlebanner > dl > .pg_banner {
        max-width: 940px
    }
}

@media (min-width: 1200px) {
    #pg_middlebanner > dl > .pg_banner {
        max-width: 1170px
    }
}

#pg_middlebanner > dl > .pg_banner:before,#pg_middlebanner > dl > .pg_banner:after {
    content: " ";
    display: table
}

#pg_middlebanner > dl > .pg_banner:after {
    clear: both
}

#pg_middlebanner > dl > .pg_banner:before,#pg_middlebanner > dl > .pg_banner:after {
    content: " ";
    display: table
}

#pg_middlebanner > dl > .pg_banner:after {
    clear: both
}

#pg_middlebanner > dl > .pg_banner:before,#pg_middlebanner > dl > .pg_banner:after {
    content: " ";
    display: table
}

#pg_middlebanner > dl > .pg_banner:after {
    clear: both
}

#pg_middlebanner > dl > .pg_banner:before,#pg_middlebanner > dl > .pg_banner:after {
    content: " ";
    display: table
}

#pg_middlebanner > dl > .pg_banner:after {
    clear: both
}

.user_name > label {
    width: 30%
}

.user_name > input {
    margin-right: auto;
    float: none !important
}

.password > label {
    width: 30%
}

.password > input {
    margin-right: auto;
    float: none !important
}

.pg_login_button {
    clear: both
}

.pg_login_button:before,.pg_login_button:after {
    content: " ";
    display: table
}

.pg_login_button:after {
    clear: both
}

.pg_login_button:before,.pg_login_button:after {
    content: " ";
    display: table
}

.pg_login_button:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_login_button {
        margin-left: -15px;
        margin-right: -15px
    }
}

.pg_login_button .row {
    margin-left: -15px;
    margin-right: -15px
}

.pg_login_button:before,.pg_login_button:after {
    content: " ";
    display: table
}

.pg_login_button:after {
    clear: both
}

.pg_login_button:before,.pg_login_button:after {
    content: " ";
    display: table
}

.pg_login_button:after {
    clear: both
}

@media (min-width: 768px) {
    .pg_login_button {
        margin-left: -15px;
        margin-right: -15px
    }
}

.pg_login_button .row {
    margin-left: -15px;
    margin-right: -15px
}

.pg_navbar_more {
    background-image: none !important
}

.pg_navbar_more > a {
    color: #929291;
    text-decoration: none
}

.pg_navbar_more > a:hover,.pg_navbar_more > a:focus {
    color: #fff;
    text-decoration: none
}

.compare_btn {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    border: none
}

.compare_btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.compare_btn:hover,.compare_btn:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.compare_btn:active,.compare_btn.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.compare_btn.disabled,.compare_btn[disabled],fieldset[disabled] .compare_btn {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.compare_btn:hover {
    background-color: #00175f;
    color: #fff
}

.compare_btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.compare_btn:hover,.compare_btn:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.compare_btn:active,.compare_btn.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.compare_btn.disabled,.compare_btn[disabled],fieldset[disabled] .compare_btn {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.compare_btn:hover {
    background-color: #00175f;
    color: #fff
}

#path {
    padding: 0;
    margin-top: 20px
}

#path > div {
    background: none repeat scroll 0 0 #e6e6e6;
    margin: 0 0 26px;
    overflow: hidden;
    padding: 6px 19px 8px
}

#path > div a {
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 15px;
    vertical-align: middle;
    color: #010101
}

#path > div a:hover,#path > div a:focus {
    color: #00a2e2
}

#path > div span {
    line-height: 15px;
    color: #010101
}

#side {
    float: right;
    height: auto
}

.cont_textarea {
    text-align: left
}

#slidable {
    float: right;
    background-color: #FFFFFF;
    border: 5px solid #3c95d9;
    border-radius: 5px 5px 5px 5px;
    height: 410px;
    width: 250px;
    display: none;
    z-index: 10000
}

.offers_button {
    border-radius: '0px';
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 4px;
    white-space: nowrap;
    color: #f00;
    background: none repeat scroll 0 0 #00a2e2;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    border: none;
    float: right;
    margin: 5px 5px 2px 2px;
    border: 1px solid #00a2e2;
    background-color: #929291;
    float: left;
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
    padding: 15px;
    width: 100%
}

.offers_button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.offers_button:hover,.offers_button:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.offers_button:active,.offers_button.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.offers_button.disabled,.offers_button[disabled],fieldset[disabled] .offers_button {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.offers_button:hover {
    background-color: #00175f;
    color: #fff
}

.offers_button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.offers_button:hover,.offers_button:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.offers_button:active,.offers_button.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.offers_button.disabled,.offers_button[disabled],fieldset[disabled] .offers_button {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.offers_button:hover {
    background-color: #00175f;
    color: #fff
}

.offers_button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.offers_button:hover,.offers_button:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.offers_button:active,.offers_button.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.offers_button.disabled,.offers_button[disabled],fieldset[disabled] .offers_button {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.offers_button:hover {
    background-color: #00175f;
    color: #fff
}

.offers_button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.offers_button:hover,.offers_button:focus {
    color: #84b141;
    border: 1px solid #84b141;
    text-decoration: none
}

.offers_button:active,.offers_button.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.offers_button.disabled,.offers_button[disabled],fieldset[disabled] .offers_button {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.offers_button:hover {
    background-color: #00175f;
    color: #fff
}

.carousel-inner > .item > p > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 100%
}

#pg_middlebanner_right img,#pg_middlebanner_left img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 100%
}

.bordered {
    width: 100%;
    height: auto;
    display: inline-block;
    border-top: 1px solid #dadad9;
    margin: 10px 0px;
    padding: 5px
}

.stButton .stFb,.stButton .stTwbutton,.stButton .stMainServices {
    height: 23px !important
}

.stButton .stButton_gradient {
    height: 23px !important
}

#toTop {
    background: url("/web/20230610101703im_/https://m-s.com.gr/css/template_064/cssimgs/up-arrow.png") no-repeat scroll left 0 rgba(0,0,0,0);
    position: fixed;
    bottom: 35px;
    right: 12px;
    display: none;
    height: 26px;
    margin-bottom: 7px;
    width: 42px;
    z-index: 99999;
    text-indent: -90000px;
    outline: none
}

#toTop:active,#toTop:focus,#toTop:hover,#toTopHover {
    background-position: left bottom;
    cursor: pointer;
    outline: none
}

.camera_caption {
    display: none
}

.bank_icons {
    margin-top: 28px
}

.bank_icons dl {
    padding: 5px 0
}

.bank_icons dl img {
    margin-right: 5px
}

.ui-dialog-titlebar-close {
    background-image: url("/web/20230610101703im_/https://m-s.com.gr/css/template_064/images/ui-icons_cd0a0a_256x240.png");
    background-position: -80px -128px
}

#jquery-overlay {
    z-index: 10000
}

#jquery-lightbox {
    z-index: 10001
}

#dialog-modal .modal-content {
    padding: 20px;
    display: inline-block;
    position: relative
}

#dialog-modal .modal-content .close_dialog {
    position: absolute;
    color: #00175f;
    cursor: pointer;
    height: 25px;
    right: 7px;
    top: 8px;
    width: 25px;
    z-index: 2;
    font-size: 25px;
    line-height: 25px
}

#dialog-modal .modal-content .left_column,#dialog-modal .modal-content .right_column {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    #dialog-modal .modal-content .left_column,#dialog-modal .modal-content .right_column {
        float: left;
        width: 50%
    }
}

#dialog-modal .modal-content .right_column {
    padding-top: 30px
}

#dialog-modal .modal-content .right_column .basket_count_prods {
    border-bottom: 1px solid #ebeced;
    color: #00175f;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 17px;
    padding-bottom: 13px;
    display: inline-block;
    clear: both
}

#dialog-modal .modal-content .right_column .pg_button {
    margin: 15px 5px 0
}

#dialog-modal .modal-content .message {
    color: #00a2e2;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 22px
}

#dialog-modal .modal-content .message.red {
    color: #f13340
}

#dialog-modal .modal-content .message i {
    margin-right: 5px
}

@media (min-width: 992px) {
    .pg_form_control {
        height: 30px;
        padding: 5px
    }

    .pg_nav > li.mobile_only {
        display: none
    }

    .pg_navbar_brand {
        display: none
    }

    .pg_menu_arrows {
        right: 20px;
        top: 5px;
        width: 20px;
        height: 20px;
        background-position: 3px 4px
    }

    .pg_active_arrows {
        background-position: -21px 3px !important
    }

    #list_basket a,.pg_addtowishlist,.pg_compare,.pg_add_to_basket,.pg_submit {
        font-size: 12px;
        padding: 5px
    }

    .pg_arrows {
        display: none
    }

    .pg_list_button {
        display: none
    }
}

@media (min-width: 768px) {
    #pg_rtopcontent > .pg_container {
        padding-top: 35px
    }

    .pg_lang {
        display: block;
        height: 100%;
        margin-right: 6px;
        text-align: right
    }
}

@media (max-width: 768px) {
    .menu_outer {
        padding: 0
    }

    .one_prod_image {
        width: 100% !important
    }

    .one_prod_description {
        text-align: center;
        width: 100% !important
    }

    #main_content {
        padding: 0
    }

    .pmatrix > dl {
        height: auto
    }

    .camera_wrap .camera_pag .camera_pag_ul {
        top: -90px
    }

    .sme_phone .phone {
        display: none
    }

    .pg_menu_nbask {
        max-width: 100%;
        padding: 0 0 32px;
        width: 100%
    }

    .titprosftable .pmatrix > dl,.titnewtable .pmatrix > dl {
        height: auto;
        width: 100%
    }

    .home_banner img {
        width: auto
    }

    #pg_topmenu {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        float: none
    }

    #header {
        padding: 10px 0 0px
    }

    .pmatrix > dl {
        width: 100%;
        min-height: 200px;
        max-height: 100%;
        border-left: medium none;
        border-bottom: 1px solid #999;
        padding: 15px 20px 20px;
        margin: 0 0 20px
    }

    .pmatrix > dl .matrix_add_more {
        clear: none;
        width: auto
    }

    .pmatrix > dl #wish_list {
        display: none
    }

    .no_mob {
        display: none
    }

    .basket02 {
        float: none;
        margin: 0
    }

    #basket .dropdown-menu {
        width: 100%;
        right: 0;
        left: auto
    }

    .pg_searchnbask {
        width: 100%;
        display: inline-block
    }

    #pg_mainmenu {
        margin-top: 0px
    }

    #image_icons {
        width: 50%
    }

    #pg_rtopcontent {
        top: 0px
    }

    .pg_list_button {
        border-radius: '0px';
        display: inline-block;
        padding: 8px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.42857143;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #f00;
        border-radius: 4px;
        white-space: nowrap;
        color: #f00;
        background: none repeat scroll 0 0 #00a2e2;
        color: #fff;
        font-size: 16px;
        border-radius: 0;
        text-decoration: none;
        border: none;
        display: inline
    }

    .pg_list_button:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .pg_list_button:hover,.pg_list_button:focus {
        color: #84b141;
        border: 1px solid #84b141;
        text-decoration: none
    }

    .pg_list_button:active,.pg_list_button.active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

    .pg_list_button.disabled,.pg_list_button[disabled],fieldset[disabled] .pg_list_button {
        cursor: default;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .pg_list_button:hover {
        background-color: #00175f;
        color: #fff
    }

    .pg_list_button:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .pg_list_button:hover,.pg_list_button:focus {
        color: #84b141;
        border: 1px solid #84b141;
        text-decoration: none
    }

    .pg_list_button:active,.pg_list_button.active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

    .pg_list_button.disabled,.pg_list_button[disabled],fieldset[disabled] .pg_list_button {
        cursor: default;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .pg_list_button:hover {
        background-color: #00175f;
        color: #fff
    }

    #productpreviewSH,.compare_item,.feedback,.facebook,#pmatrix_onecol_i49p02,#pmatrix_onecol_pno,.onecol_chars,.pr_code,.pr_ogkos,.pr_varos,.pr_ekptosi,.pr_diathes,#pg_prod_menu {
        display: none
    }

    .pg_list_buttons {
        float: none
    }

    .pg_arrows {
        background-position: 12px 12px;
        border-radius: 18px 18px 18px 18px;
        height: 38px;
        top: 1px;
        width: 38px
    }

    .cart_span {
        display: inline-block !important
    }

    .pg_searchform {
        float: left
    }

    .compare_item td {
        float: left
    }

    .pg_nav_collapse > dt {
        padding: 12px
    }

    #image_icons {
        float: left;
        margin-right: 10px
    }

    #list_description {
        height: 50px !important
    }

    #list_description2 {
        display: block !important;
        color: #999;
        font-weight: normal
    }

    #camera_slider h1 {
        font-size: 25px;
        line-height: 40px
    }

    #camera_slider h2 {
        font-size: 12px;
        line-height: 15px
    }

    #camera_slider p {
        display: none
    }

    .pg_searchnbask {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 768px) and (min-width: 768px) {
    .pg_searchnbask {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .pg_arrows {
        right: 2px;
        top: 5px
    }

    .pg_footer_arrows {
        right: 0px !important
    }

    .camera_wrap .camera_pag .camera_pag_ul {
        top: -170px
    }
}

@media (max-width: 992px) {
    #pg_rightcolumn_large,#pg_rightcolumn,#pg_maincolumn {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .sme_phone {
        width: 100%
    }

    .one_prod_description .pg_add_to_basket a {
        margin-top: 5px
    }

    .pcode_H001_INDEX .pg_middlebanner01 #camera_slider {
        margin: 0 auto
    }

    .ban1,.ban2,.ban3 {
        display: none
    }

    #camera_slider .camera_caption {
        top: 10px;
        left: 10px
    }

    .pg_nav > li.only_desktop {
        display: none
    }

    .search_div {
        width: 100%;
        float: none;
        max-width: 100%
    }

    .search_div #search1 {
        width: 100%
    }

    .search_div #search1 #searchfield {
        width: 100%
    }

    #results {
        width: 100%
    }

    .lang {
        width: 10%
    }

    #pg_rtopcontent {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    #pg_ltopcontent {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .omada_photo {
        display: none !important
    }

    .omada_photo > img {
        display: none !important
    }

    .password > input,.user_name > input {
        margin-left: auto
    }

    .password > label,.user_name > label {
        width: auto
    }

    #footer2,#pg_leftcolumn,#pg_rightcolumn,.pg_navbar_more,.actions,#list_manu,#photo_lightbox,#list_pcode,#list_usp,#list_cs,#list_p9001,#list_localtimi,#localtimh_pososto,#pmatrix_i00_forposmeg,#pmatrix_onecol_i00_avail,#list_compare,.one_prod_compare #list_basket {
        display: none
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #pg_rightcolumn_large,#pg_rightcolumn,#pg_maincolumn {
        float: left;
        width: 100%
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #pg_rtopcontent {
        float: left;
        width: 66.66666667%
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #pg_rtopcontent {
        left: 33.33333333%
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #pg_ltopcontent {
        float: left;
        width: 33.33333333%
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #pg_ltopcontent {
        right: 66.66666667%
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    #pmatrix_onecol_basket {
        width: 62%
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    #pmatrix_onecol_basket {
        width: 59%
    }

    #pmatrix_onecol_more {
        margin-top: 23px
    }
}

.newsletter_banner {
    background-color: #00a2e2;
    border-radius: 4px;
    padding: 10px
}

.newsletter_banner00 {
    background-color: #00a2e2;
    max-width: 100%
}

.newsletter_banner00 .newsletter_banner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 0px
}

.newsletter_banner00 .newsletter_banner:before,.newsletter_banner00 .newsletter_banner:after {
    content: " ";
    display: table
}

.newsletter_banner00 .newsletter_banner:after {
    clear: both
}

.newsletter_banner00 .newsletter_banner:before,.newsletter_banner00 .newsletter_banner:after {
    content: " ";
    display: table
}

.newsletter_banner00 .newsletter_banner:after {
    clear: both
}

.newsletter_banner00 .newsletter_banner:before,.newsletter_banner00 .newsletter_banner:after {
    content: " ";
    display: table
}

.newsletter_banner00 .newsletter_banner:after {
    clear: both
}

.newsletter_banner00 .newsletter_banner:before,.newsletter_banner00 .newsletter_banner:after {
    content: " ";
    display: table
}

.newsletter_banner00 .newsletter_banner:after {
    clear: both
}

@media (min-width: 768px) {
    .newsletter_banner00 .newsletter_banner {
        max-width: 728px
    }
}

@media (min-width: 992px) {
    .newsletter_banner00 .newsletter_banner {
        max-width: 940px
    }
}

@media (min-width: 1200px) {
    .newsletter_banner00 .newsletter_banner {
        max-width: 1170px
    }
}

#sh_tab #product_nav_tabs > li {
    display: inline-block;
    max-width: 300px !important;
    text-align: center
}

.newsletter_banner00 .newsletter_banner .newsletter_banner_text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    text-align: right
}

@media (min-width: 768px) {
    .newsletter_banner00 .newsletter_banner .newsletter_banner_text {
        float: left;
        width: 35%
    }
}

.newsletter_banner00 .newsletter_banner .newsletter_banner_text .pg_banner_titles {
    background: transparent;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    border: 0px;
    color: #fff;
    font-size: 22px;
    text-align: right
}

.newsletter_banner00 .newsletter_banner .newsletter_banner_text .pg_banner_titles:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f003";
    font-size: 22px;
    margin-right: 5px
}

.newsletter_banner00 .newsletter_banner .newsletter_banner_form {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px
}

dl#banner_nr013000058 .form-control {
    display: initial;
    width: 69%
}

@media (min-width: 768px) {
    .newsletter_banner00 .newsletter_banner .newsletter_banner_form {
        float: left;
        width: 65%
    }
}

@media (max-width: 992px) {
    dl#banner_nr013000058 .form-control {
        display: initial;
        width: 100%
    }
}

form[name=pegasus00] {
    max-width: 500px;
    margin: auto
}

h4.text-center.banmid {
    background-color: #00175f;
    padding: 10px;
    color: white
}

.pg_form_hor .pg_logininput {
    float: left;
    width: 100%
}

.pg_form_hor .pg_control_label {
    text-align: center
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset
}

.thesi_nea #banner_nr013000059 dd {
    padding: 10px 0;
    text-align: center
}

.thesi_nea #banner_nr013000059 {
    color: #fff;
    background: url(/web/20230610101703im_/https://m-s.com.gr/images/images/map.png) no-repeat scroll center center / cover;
    background-attachment: fixed;
    height: 350px
}

.sme_email {
    width: 50%;
    float: left
}

i.fa.fa-envelope {
    color: #00a2e2;
    font-size: 35px;
    line-height: 40px;
    padding-right: 7px;
    vertical-align: -5px
}

.email strong {
    color: #00175f;
    font: 300 25px/33px "Open Sans", sans-serif
}

.email {
    float: right;
    padding: 10px 30px 0 0
}

@media (max-width: 768px) {
    .sme_email {
        display: none
    }

    #pmatrix_onecol_i49p02 {
        display: inline-block !important;
        width: 100%
    }

    #pmatrix_onecol_pno {
        display: inline-block !important;
        width: 100%
    }

    #pmatrix_onecol_wish_list {
        background: #00a2e2;
        border-radius: 4px
    }

    .pmatrix_onecol #pmatrix_onecol_wish_list a:link {
        color: #fff !important
    }

    #photo_slider .viewport {
        width: 100% !important
    }
}

dl#banner_nr013000059 .banner a {
    color: #00175f;
    position: relative;
    top: 50px
}

.products_omad dl {
    width: 30%;
    float: left;
    margin-right: 20px;
    cursor: pointer
}

dt#products_omad_desc {
    background-color: #00175f;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 16px
}

@media (min-width: 768px) {
    .pg_middlebanner11 > dl:nth-last-child(1),.pg_middlebanner11 > dl:nth-last-child(2) {
        float: left;
        width: 45%;
        display: none
    }
}

@media (max-width: 992px) {
    .products_omad dl {
        width: 45%;
        float: left;
        margin-right: 20px;
        cursor: pointer
    }

    dt#products_omad_image img {
        width: 100%
    }
}

@media (max-width: 992px) {
    dl#banner_nr013000054,dl#banner_nr013000057 {
        display: none
    }

    .pg_menu_nbask > div {
        float: right
    }

    #banner_nr013000059 {
        display: none
    }
}

table.manufacurers_list {
    width: 100%
}

table.manufacurers_list tr {
    width: 50% float:left
}

dt#list_description1 {
    font-weight: bold
}

@media (max-width: 840px) {
    #banner_nr013000016 {
        display: none
    }
}

@media (max-width: 480px) {
    #banner_nr013000016 {
        display: none
    }

    .products_omad dl {
        width: 40%;
        float: left;
        margin-right: 20px;
        cursor: pointer
    }

    .home_tabpanel .nav-tabs > li > a {
        background: none transparent;
        border: medium none;
        font-size: 14px;
        padding: 15px 15px 15px;
        text-decoration: none;
        color: #ffffff;
        margin: 0
    }

    .home_tabpanel .nav-tabs > li:hover > a,.home_tabpanel .nav-tabs > li:focus > a,.home_tabpanel .nav-tabs > li:active > a,.home_tabpanel .nav-tabs > li.active > a {
        background: none transparent;
        border: medium none;
        padding: 15px 15px 15px;
        font-size: 14px
    }
}

.home_tabpanel .nav-tabs .titprosftable .pmatrix > dl,.titnewtable .pmatrix > dl {
    height: auto
}

@media (min-width: 768px) {
    .copyright {
        float: left;
        width: 40%
    }

    .createdby {
        float: left;
        width: 30%
    }

    .poweredby {
        float: left;
        width: 30%
    }
}

@media (max-width: 767px) {
    .pg_middlebanner11 > dl {
        float: left;
        width: 25%
    }
}

@media (max-width: 767px) {
    .pg_middlebanner11 > dl {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 15px 0;
        width: 50%;
        float: left
    }
}

@media (max-width: 480px) {
    .pg_middlebanner11 > dl {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 15px 0;
        width: 50%;
        float: left
    }

    .pg_middlebanner11 > dl .banner .item-html h2 {
        font-size: 14px
    }

    .pg_middlebanner11 > dl .banner .item-html h3 {
        font-size: 14px
    }

    .pg_middlebanner11 > dl .banner .item-html h4 {
        font-size: 14px
    }
}

.pg_acc_heading.head_active a {
    color: #428bca;
    font-weight: bold;
    text-decoration: none
}

.pg_acc_heading.head_active a:hover {
    color: #00a2e2
}

.pg_acc_heading a {
    text-decoration: none;
    color: #00175f;
    font-weight: bold
}

.pg_acc_heading a:hover {
    color: #00a2e2
}

.basket00 #basket a.bsk {
    background: none no-repeat scroll 10px 10px #012440 !important;
    color: #ffffff;
    font-size: 11px;
    line-height: 14px;
    min-width: 75px;
    padding: 12px;
    display: inline-block
}

.newsletter_banner00 {
    background-color: #012440 !important;
    max-width: 100%
}

.newsletter_banner {
    background-color: #012440 !important;
    border-radius: 4px;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

form[name="newsletter"] #contactus_newsletter_submit {
    background: none repeat scroll 0 0 #00a2e2 !important;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 30%;
    height: 38px;
    line-height: 38px
}

.footer021 {
    background-color: #012440 !important;
    color: #54697d;
    padding: 30px 0;
    display: inline-block;
    width: 100%
}

#pg_mainmenu {
    background: none #012440 !important;
    border-top: 8px solid #00a2e2;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 10
}

#photo_slider .viewport {
    overflow: hidden;
    width: 330%;
    height: 100px;
    position: relative;
    float: none !important;
    text-align: center !important
}

.pg_banner_titles {
    background: none repeat scroll 0 0 #012440 !important;
    border-top: 5px solid #00a2e2;
    color: #ffffff;
    font: 600 18px/22px "Open Sans", sans-serif;
    margin: 0 0 20px;
    margin-bottom: 20px;
    padding: 14px 10px 17px 20px
}

#photo_slider .viewport {
    width: 325% !important
}

#plaisio::after {
    content: url(/web/20230610101703im_/https://m-s.com.gr/images/info.png);
    white-space: pre;
    font-weight: bold
}

.one_price2 span {
    font-weight: bold;
    font-size: 19px;
    padding-right: 5px
}

/*# sourceMappingURL=/css/template_064.map */
/*
     FILE ARCHIVED ON 10:17:03 Jun 10, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:32:45 Jun 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.353
  load_resource: 139.63
  PetaboxLoader3.resolve: 84.558
  PetaboxLoader3.datanode: 36.869 (2)
  loaddict: 34.323
*/
